@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (max-width: 1600px) {
  :root {
    --fs-70: 60px;
    --fs-60: 50px;
    --fs-45: 40px;
    --fs-42: 36px;
    --fs-40: 36px;
    --fs-26: 24px;
    --fs-24: 22px;
    --fs-20: 18px;
  }

  .footer-container {
    max-width: 1200px;
  }

  .copyright-grid {
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-box {
    gap: 40px;
    justify-content: space-between;
  }

  .footer-touch {
    max-width: 360px;
  }

  .footer-links h6, .footer-touch h6 {
    font-size: 18px;
  }

  .footer-links ul li a {
    font-size: 16px;
  }

  .footer-form input[type="email"] {
    font-size: 16px;
  }

  .footer-copyright p, .footer-copyright a {
    font-size: 16px;
  }

  .footer-copyright {
    padding: 20px 0;
  }

  .newsletter-section {
    padding: 50px 0 20px;
  }

  .hero-section {
    height: 740px;
  }

  .hero-box {
    left: 10%;
    max-width: 540px;
  }

  .popular-grid {
    gap: 40px;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
  }

  .prod-content {
    padding: 10px;
    padding-top: 16px;
  }

  .pop-prod-grid {
    gap: 20px;
  }

  .dog-looking {
    left: 20px;
  }

  .brands-section {
    padding: 70px 0;
  }

  .brands-section .btn-grey.btn-orange {
    height: 50px;
  }

  .products-grid .prod-img {
    height: auto;
  }

  .products-grid {
    gap: 40px;
  }

  .raw-box {
    max-width: 400px;
    right: -100px;
    top: 120px;
  }

  .raw-dog {
    max-width: 200px;
    left: 0;
    bottom: -100px;
  }

  .sparkle {
    max-width: 120px;
    top: -40px;
    left: -40px;
  }

  .raw-grid {
    margin: 0 auto;
    max-width: 1100px;
  }

  .banner-img {
    max-width: 480px;
  }

  .shop-grid {
    gap: 80px;
    grid-template-columns: 260px 1fr;
  }

  .shop-prod-grid {
    gap: 30px;
  }

  .shop-filters {
    max-width: 260px;
  }

  .sp-product .btn-grey.btn-orange {
    font-size: 16px;
    padding: 0 12px;
    height: 40px;
  }

  .option label {
    font-size: 16px;
  }

  .sp-title {
    min-height: 45px;
  }

  .banner-grid {
    max-width: 1320px;
    margin: 0 auto;
  }

  .contact-grid {
    margin-bottom: 100px;
  }

  .contact-section {
    padding: 100px 0;
  }

  .ct-input-box input,
  .ct-input-box select,
  .ct-input-box textarea,
  .form-submit input[type="submit"],
  .ct-input-box label {
    font-size: 16px;
  }

  .ct-title {
    font-size: 20px;
  }

  .ct-info {
    font-size: 18px;
  }

  .contact-box {
    gap: 60px;
  }

  .ct-heading {
    font-size: 32px;
  }

  .oral-main-img {
    max-width: 450px;
  }

  .oral-content {
    max-width: 580px;
  }

  .oral-section {
    padding: 200px 0 120px;
  }

  .oral-sparks {
    max-width: 100px;
    top: -50px;
    left: -50px;
  }

  .oral-item:nth-child(even) .oral-sparks {
    right: -50px;
  }

  .oral-grid {
    gap: 180px;
  }

  .oral-section .container {
    max-width: 1320px;
  }

  .switch-raw .oral-grid {
    gap: 150px;
  }

  .max-1400 {
    max-width: 1320px;
  }

  .fg-grid {
    gap: 60px;
    justify-content: space-between;
  }

  .fg-table {
    max-width: 42%;
  }

  .under-wrapper {
    max-width: 50%;
  }

  .feeding-section {
    padding: 80px 0;
  }
}

@media (max-width: 1400px) {
  :root {
    --fs-70: 50px;
    --fs-60: 45px;
    --fs-45: 36px;
    --fs-42: 32px;
    --fs-40: 32px;
    --fs-26: 22px;
    --fs-24: 20px;
    --fs-20: 16px;
  }

  .newsletter-subtitle {
    max-width: 420px;
  }

  .hero-section {
    height: 640px;
  }

  .btn-grey {
    font-size: 16px;
    height: 50px;
    padding: 0 40px;
  }

  .dog-looking {
    max-width: 200px;
    left: 0;
  }

  .prod-flx {
    margin-top: 40px;
  }

  .prod-img {
    height: 230px;
  }

  .btn-grey.btn-orange {
    font-size: 14px;
    padding: 0 16px;
    height: 40px;
  }

  .prod-rating {
    max-width: 80px;
  }

  .popular-section {
    padding: 80px 0;
  }

  .favorites-section,
  .single-product-section {
    padding: 60px 0;
  }

  .products-grid {
    gap: 30px;
  }

  .favorites-section .fs-60 {
    margin-bottom: 40px;
  }

  .raw-grid {
    max-width: 960px;
  }

  .raw-img {
    max-width: 760px;
  }

  .raw-box {
    padding: 60px 40px 40px;
    max-width: 380px;
  }

  .raw-dog {
    max-width: 160px;
    bottom: -70px;
  }

  .raw-section {
    padding: 120px 0;
  }

  .banner-img {
    max-width: 420px;
  }

  .banner-section {
    height: 320px;
  }

  .shop-grid {
    gap: 40px;
  }

  .sp-img {
    height: 260px;
  }

  .sp-title {
    min-height: 40px;
  }

  .filter-title {
    font-size: 18px;
  }

  .pagination {
    margin-top: 40px;
  }

  .sp-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .offered-discount {
    font-size: 40px;
  }

  .offer-detail {
    font-size: 18px;
  }

  .page-link {
    font-size: 18px;
  }

  .sp-product .btn-grey.btn-orange {
    font-size: 14px;
  }

  .contact-filler {
    padding: 40px;
  }

  .single-product-grid {
    gap: 60px;
  }

  .single-product-summery {
    max-width: 560px;
  }

  .sinp-sku, .sinp-pricing .subscribe, .sinp-details span, .prod-size select,
  #tabs-nav li a, .tab-content p, .tab-content ul li {
    font-size: 16px;
  }

  .oral-section .container {
    max-width: 1140px;
  }

  .oral-main-img {
    max-width: 420px;
  }

  .oral-content {
    max-width: 460px;
  }

  .oral-section {
    padding: 140px 0 100px;
  }

  .oral-section.switch-raw {
    padding: 60px 0 120px;
  }

  .switch-raw .oral-grid {
    gap: 120px;
  }

  .oral-box .btn-grey.btn-orange {
    height: 45px;
  }

  .oral-box p {
    margin-bottom: 20px;
  }

  .fg-grid {
    align-items: start;
  }

  .fg-table {
    max-width: 45%;
  }

  .under-wrapper {
    max-width: 48%;
  }

  .take-raw-section {
    padding: 60px 0 20px;
  }

  .faq-section {
    padding: 80px 0;
  }

  .star-grid {
    gap: 40px;
  }

  .star-content {
    max-width: 700px;
  }
}

@media (max-width: 1199px) {
  :root {
    --fs-70: 40px;
    --fs-60: 40px;
    --fs-45: 32px;
    --fs-42: 28px;
    --fs-26: 20px;
  }

  .header-container {
    padding: 0 20px;
  }

  .header-grid,
  .menu-box {
    gap: 60px;
  }

  .menu-list {
    gap: 20px;
  }

  .copyright-grid {
    flex-wrap: wrap;
    gap: 4px;
  }

  .footer-box {
    padding: 60px 0 100px;
  }

  .footer-container {
    max-width: 960px;
  }

  .footer-touch {
    max-width: 320px;
  }

  .footer-links ul li a,
  .footer-touch p,
  .footer-form input[type="email"],
  .footer-copyright p, .footer-copyright a {
    font-size: 14px;
  }

  .footer-links h6, .footer-touch h6 {
    font-size: 16px;
  }

  .footer-form {
    height: 50px;
    gap: 10px;
  }

  .footer-form input[type="submit"] {
    height: 38px;
    padding: 0 10px;
  }

  .fs-grid {
    gap: 20px;
  }

  .feature-box img {
    height: 60px;
  }

  .feature-content {
    margin-top: 10px;
  }

  .newsletter-grid {
    gap: 20px;
  }

  .newsletter-subtitle {
    margin-bottom: 20px;
  }

  .email-form input[type="email"] {
    height: 45px;
  }

  .hero-box {
    max-width: 480px;
  }

  .hero-section {
    height: 550px;
  }

  .dog-looking {
    max-width: 160px;
    left: 0;
  }

  .popular-grid {
    flex-direction: column;
    gap: 0;
  }

  .pc-wrap {
    width: 100%;
    text-align: center;
  }

  .popular-section {
    padding: 60px 0;
  }

  .pc-heading span {
    display: inline-block;
  }

  .dog-looking {
    display: none;
  }

  .popular-grid {
    padding: 0;
  }

  .pc-heading {
    margin-bottom: 40px;
  }

  .popular-grid::after {
    content: none;
    display: none;
  }

  .brands-grid {
    gap: 20px;
  }

  .brands-section .btn-grey.btn-orange {
    max-width: 200px;
    height: 45px;
  }

  .brands-section {
    padding: 60px 0;
  }

  .products-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .raw-box {
    position: static;
  }

  .raw-grid {
    flex-direction: column;
    align-items: center;
    max-width: 720px;
    width: 100%;
  }

  .raw-section {
    padding: 80px 0;
  }

  .raw-dog {
    display: none;
  }

  .raw-box {
    position: static;
    max-width: 100%;
    border-radius: 0;
    padding: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .raw-img {
    max-width: 100%;
    width: 100%;
  }

  .raw-img img {
    width: 100%;
  }

  .rc-img {
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .banner-img {
    max-width: 400px;
  }

  .shop-prod-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-section {
    padding: 80px 0;
  }

  .banner-img {
    margin-right: 0;
  }

  .contact-grid {
    gap: 20px;
    margin-bottom: 60px;
  }

  .contact-filler {
    padding: 40px 20px;
  }

  .contact-box {
    padding: 40px;
    gap: 40px;
  }

  .ct-heading {
    font-size: 28px;
  }

  .single-product-summery {
    max-width: 480px;
  }

  .single-product-grid {
    gap: 40px;
  }

  .sinp-options {
    padding: 20px;
  }

  .sinp-flx {
    margin-bottom: 20px;
  }

  .sinp-options {
    margin: 20px 0;
  }

  .prod-cart-btn {
    padding: 12px 20px;
    font-size: 14px;
    height: auto;
  }

  .oral-imgs-wrap {
    position: static;
    max-width: 320px;
    width: 100%;
  }

  .oral-sparks {
    display: none;
  }

  .oral-item {
    padding: 40px;
  }

  .oral-content {
    max-width: 100%;
    width: 100%;
  }

  .oral-main-img {
    border: 0;
  }

  .oral-section {
    padding: 60px 0;
  }

  .oral-grid {
    gap: 40px;
  }

  .oral-section.switch-raw {
    padding: 40px 0;
  }

  .wfr-section.str-section {
    padding-bottom: 20px;
  }

  .switch-raw .oral-grid {
    gap: 60px;
  }

  .fg-table {
    max-width: 100%;
  }

  .under-wrapper {
    max-width: 100%;
    border-radius: 10px;
    padding: 100px 40px;
  }

  .fg-grid {
    gap: 40px;
  }

  .star-content {
    max-width: 540px;
  }
}

@media (max-width: 991px) {
  :root {
    --fs-70: 36px;
    --fs-60: 36px;
    --fs-26: 18px;
  }

  .custom-header {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }

  .top-banner {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-branding {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-logo {
    max-width: 120px;
  }

  .menu-toggle {
    display: block;
    margin-top: -8px;
  }

  .header-grid {
    flex-direction: column;
    gap: 20px;
  }

  .menu-box {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }

  .menu-grid {
    max-width: 100%;
  }

  .menu-list {
    justify-content: start;
    flex-direction: column;
    align-items: start;
    gap: 0;
    border: 0;
  }

  .menu-list>li.menu-item.current-menu-item::after {
    content: none;
  }

  .menu-form-box {
    padding-bottom: 0;
  }

  .header-form {
    margin: 0;
    max-width: 100%;
  }

  .menu-box {
    display: none;
  }

  .main-header {
    padding: 6px 0;
  }

  .menu-account-box {
    padding-top: 12px;
  }

  li.menu-item.menu-item-has-children>a {
    position: relative;
    max-width: fit-content;
  }

  li.menu-item.menu-item-has-children>a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #797979 transparent transparent transparent;
    position: absolute;
    margin-top: 3px;
    margin-left: 10px;
    top: 5px;
    right: -1em;
  }

  .menu-list li.menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
    position: static;
    padding: 0;
  }

  .menu-list li.menu-item.menu-item-has-children:hover .sub-menu li {
    background: transparent;
    padding: 0;
    padding-top: 12px;
  }

  .menu-list li.menu-item.menu-item-has-children:hover .sub-menu li a {
    display: block;
    color: #525C64;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    transition: all .4s ease-in-out;
  }

  .footer-container {
    max-width: 720px;
  }

  .footer-box {
    padding: 60px 0;
    flex-wrap: wrap;
  }

  .footer-links h6, .footer-touch h6 {
    margin-bottom: 10px;
  }

  .fs-grid {
    flex-wrap: wrap;
  }

  .feature-box {
    max-width: 240px;
    width: 100%;
  }

  .features-section {
    padding: 40px 0;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-title {
    text-align: center;
  }

  .newsletter-subtitle {
    margin: 0 auto 20px;
    text-align: center;
  }

  .email-form {
    margin: 0 auto;
    max-width: 480px;
  }

  .newsimg {
    max-width: 320px;
    margin: 0 auto;
  }

  .email-form input[type="email"] {
    padding: 0 20px;
  }

  .newsletter-section {
    padding: 30px 0;
  }

  .hero-box {
    max-width: 400px;
  }

  .hero-section {
    height: 480px;
  }

  .myHeroSlider .swiper-slide img {
    object-position: left;
  }

  .btn-grey {
    height: 45px;
    padding: 0 20px;
  }

  .popular-section,
  .brands-section,
  .favorites-section {
    padding: 40px 0;
  }

  .pop-prod-grid {
    grid-template-columns: 1fr 1fr;
  }

  .products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-pricing,
  .products-grid .prod-flx {
    margin-top: 10px;
  }

  .banner-img {
    max-width: 280px;
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }

  .shop-filters {
    max-width: 100%;
  }

  .sticky-filter {
    position: relative;
    top: 0;
    display: grid;
    gap: 10px 30px;
    grid-template-columns: 1fr 1fr;
  }

  .filter-menu {
    margin-bottom: 10px;
  }

  .shop-filters hr, .filter-menu {
    max-width: 100%;
  }

  .shop-filters hr {
    margin: 10px 0 20px;
  }

  .offer-box img {
    width: 100%;
  }

  .shop-section {
    padding: 40px 0;
  }

  .fixed-gapping {
    height: 80px;
  }

  .shop-prod-grid {
    padding-top: 0;
  }

  .contact-section {
    padding: 60px 0;
  }

  .contact-grid,
  .contact-box {
    grid-template-columns: 1fr;
  }

  .ct-detail {
    width: 100%;
  }

  .contact-box {
    padding: 40px 20px;
  }

  .single-product-grid {
    flex-direction: column;
    gap: 20px;
  }

  .single-prod-img {
    flex-direction: column;
  }

  .single-prod-thumbs,
  .single-product-summery {
    max-width: 100%;
    width: 100%;
  }

  .thumbs-list {
    display: flex;
    gap: 10px;
  }

  #tabs-nav {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  #tabs-nav li {
    border-radius: 10px;
  }

  .wfr-box ul {
    margin-top: 30px;
  }

  .wfr-section {
    padding: 40px 0;
  }

  .oral-item {
    gap: 40px;
  }

  .feeding-section {
    padding: 60px 0;
  }

  .take-grid {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .star-grid {
    flex-direction: column;
  }

  .star-img {
    margin: 0 auto;
  }

  .star-content {
    max-width: 100%;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faqarr {
    max-width: 20px;
  }

  .star-img {
    max-width: 280px;
  }

  .star-section {
    padding: 20px 0 40px;
  }
}

@media (max-width: 767px) {
  :root {
    --fs-60: 32px;
    --fs-45: 28px;
    --fs-40: 28px;
    --fs-42: 24px;
    --fs-24: 18px;
  }

  .footer-copyright>.container {
    max-width: 720px;
  }

  .hero-section {
    height: 380px;
  }

  .hero-box {
    max-width: 360px;
  }

  .btn-grey {
    height: 40px;
    font-size: 14px;
  }

  .prod-flx {
    margin-top: 20px;
  }

  .prod-img {
    height: 200px;
  }

  .brands-grid {
    flex-wrap: wrap;
  }

  .brand-img {
    max-width: 120px;
  }

  .raw-section {
    padding: 60px 0;
  }

  .banner-section {
    height: auto;
    padding: 20px 0;
  }

  .banner-wrap {
    padding: 20px;
  }

  .banner-img {
    max-width: 260px;
  }

  .breadcrumb {
    margin: 0;
  }

  .banner-main .fs-60 {
    margin-bottom: 8px;
  }

  .price-filter {
    width: auto;
  }

  .offered-discount {
    font-size: 32px;
  }

  .offer-detail {
    font-size: 16px;
  }

  .sp-img {
    height: 200px;
  }

  .sp-content {
    padding-left: 4px;
    padding-right: 4px;
  }

  .shop-prod-grid, .sticky-filter {
    gap: 20px;
  }

  .banner-section::after {
    content: none;
    display: none;
  }

  .banner-grid {
    flex-direction: column;
    gap: 20px;
  }

  .breadcrumb {
    justify-content: center;
  }

  .prod-thumb {
    max-width: 60px;
  }

  .split,
  .wfr-box ul {
    column-count: auto;
  }

  .oral-item, .oral-item:nth-child(even),
  .oral-item.even {
    flex-direction: column;
    align-items: center;
  }

  .oral-content {
    text-align: center;
  }

  .faq-btn,
  .set .content {
    padding: 20px;
  }
  .banner-main .fs-60 {
    text-align: center;
  }
}

@media (max-width: 575px) {
  :root {
    --fs-70: 32px;
    --fs-60: 28px;
    --fs-45: 24px;
    --fs-40: 24px;
    --fs-42: 22px;
    --fs-20: 15px;
  }

  .header-logo {
    max-width: 90px;
  }

  .hamburger,
  .hamburger-one:before,
  .hamburger-one:after {
    width: 30px;
  }

  .header-container {
    padding: 0 10px;
  }

  .footer-box {
    padding: 40px 0;
    gap: 20px;
  }

  .footer-copyright {
    padding: 10px 0;
  }

  .copyright-grid {
    flex-direction: column-reverse;
    align-items: start;
  }

  .footer-copyright p, .footer-copyright a {
    line-height: 1.5;
  }

  .email-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .email-form button {
    height: 45px;
  }

  .hero-box {
    max-width: 320px;
  }

  .hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
  }

  .hero-section {
    height: 300px;
  }

  .hero-title {
    font-weight: 600;
  }

  .prod-img {
    height: auto;
  }

  .email-form input[type="email"] {
    text-align: center;
  }

  .products-grid {
    gap: 20px;
  }

  .sparkle {
    max-width: 100px;
    left: 0;
    top: -50px;
  }

  .raw-box .btn-grey {
    height: 45px;
  }

  .filter-title {
    font-size: 16px;
  }

  .option label {
    font-size: 14px;
  }

  .option input[type="radio"] {
    width: 10px;
    height: 10px;
    margin-right: 12px;
  }

  .option input[type="radio"]::after {
    width: 20px;
    height: 20px;
  }

  .option {
    margin-bottom: 4px;
  }

  .sp-product .btn-grey.btn-orange {
    height: 35px;
    font-size: 12px;
  }

  .sp-content {
    padding-bottom: 10px;
  }

  .sp-product .prod-flx,
  .sp-pricing {
    margin-top: 10px;
  }

  .page-link {
    font-size: 16px;
  }

  .banner-img {
    display: none;
  }

  .sinp-options {
    flex-wrap: wrap;
  }

  .sinp-sku, .sinp-pricing .subscribe, .sinp-details span, .prod-size select,
  #tabs-nav li a, .tab-content p, .tab-content ul li, .tab-content span {
    font-size: 15px;
  }

  #tabs-nav li a {
    padding: 10px;
  }

  #tabs-nav {
    gap: 10px;
  }

  .oral-item {
    padding: 40px 20px;
  }

  .oral-item {
    gap: 20px;
  }

  .oral-section {
    padding: 40px 0;
  }

  .under-wrapper {
    padding: 60px 30px;
    gap: 40px;
  }

  .take-raw-section {
    padding: 40px 0 20px;
  }

  .faq-section {
    padding: 40px 0;
  }

  .faqarr {
    max-width: 15px;
  }
}

@media (max-width: 480px) {

  .prod-title {
    min-height: auto;
  }

  .pop-prod-grid,
  .products-grid {
    grid-template-columns: 1fr;
  }

  .raw-box {
    padding: 40px 20px;
  }

  .prod-rating {
    max-width: 65px;
  }
}

@media (max-width: 430px) {
  :root {
    --fs-70: 30px;
    --fs-45: 22px;
    --fs-20: 14px;
  }

  .hero-box {
    left: 0;
  }

  .footer-copyright p, .footer-copyright a {
    font-size: 12px;
  }

  .raw-box {
    padding: 20px;
  }

  .sticky-filter {
    grid-template-columns: 1fr;
  }

  .price-filter {
    margin-bottom: 10px;
  }

  .offer-box img {
    width: auto;
  }

  .sp-title {
    min-height: 35px;
  }

  .sp-product .prod-flx {
    flex-direction: column;
  }

  .sp-img {
    height: 160px;
  }

  .ct-input-box:first-child,
  .ct-input-box:nth-child(2) {
    max-width: 100%;
  }

  .sinp-sku, .sinp-pricing .subscribe, .sinp-details span, .prod-size select,
  #tabs-nav li a, .tab-content p, .tab-content ul li, .tab-content span {
    font-size: 14px;
  }

  .switch-raw .oral-grid {
    gap: 40px;
  }

  .oral-section.switch-raw {
    padding-top: 10px;
  }

  .under-wrapper {
    padding: 40px 20px;
  }
}

@media (max-width: 360px) {
  .shop-prod-grid {
    grid-template-columns: 1fr;
  }

  .sp-img {
    height: auto;
  }
}