/* stylelint-disable selector-class-pattern, no-descending-specificity */

/*
 * Copyright 2020 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
@import url("base/variables.css");
@import url("base/layout.css");
@import url("base/grid.css");
@import url("base/typography.css");
@import url("base/buttons.css");
@import url("base/inputs.css");
@import url("base/styleguide.css");
@import url("base/helpers.css");

body {
  display: none;
  margin: 0;
  background-color: var(--clr-white);
  color: var(--clr-tundora);

    &.appear {
        display: block;
    }

    * {
        box-sizing: border-box;
        font-variation-settings: "slnt" 0;
        font-synthesis: none;
    }
}

body.appear {
    display: block;
}

* {
    box-sizing: border-box;
    font-variation-settings: "slnt" 0;
}

/* stylelint-disable no-empty-source */
:root, .dropin-design {
    /* Adobe Commerce Dropin design tokens */
    --color-brand-300: #6d6d6d;
    --color-brand-500: #454545;
    --color-brand-600: #383838;
    --color-brand-700: #2b2b2b;
    --color-neutral-50: #fff;
    --color-neutral-100: #fafafa;
    --color-neutral-200: #f5f5f5;
    --color-neutral-300: #e8e8e8;
    --color-neutral-400: #d6d6d6;
    --color-neutral-500: #b8b8b8;
    --color-neutral-600: #8f8f8f;
    --color-neutral-700: #666;
    --color-neutral-800: #3d3d3d;
    --color-neutral-900: #292929;
    --color-positive-200: #eff5ef;
    --color-positive-500: #7fb078;
    --color-positive-800: #53824c;
    --color-informational-200: #eeeffb;
    --color-informational-500: #6978d9;
    --color-informational-800: #5d6dd6;
    --color-warning-200: #fdf3e9;
    --color-warning-500: #e79f5c;
    --color-warning-800: #cc7a2e;
    --color-alert-200: #ffebeb;
    --color-alert-500: #db7070;
    --color-alert-800: #c35050;
    --primary-medium-purple-500-default: #a75dd6;
    --search-focus-border-color: #9A53C6;
    --primary-ocean-blue-50: #e0f2ff;
    --color-button-active: var(--color-brand-700);
    --color-button-focus: var(--color-neutral-400);
    --color-button-hover: var(--color-brand-600);
    --color-action-button-active: var(--color-neutral-50);
    --color-action-button-hover: var(--color-neutral-300);
    --color-opacity-16: rgb(255 255 255 / 16%);
    --color-opacity-24: rgb(255 255 255 / 24%);
    --grid-1-columns: 4;
    --grid-1-margins: 0;
    --grid-1-gutters: 16px;
    --grid-2-columns: 12;
    --grid-2-margins: 0;
    --grid-2-gutters: 16px;
    --grid-3-columns: 12;
    --grid-3-margins: 0;
    --grid-3-gutters: 24px;
    --grid-4-columns: 12;
    --grid-4-margins: 0;
    --grid-4-gutters: 24px;
    --grid-5-columns: 12;
    --grid-5-margins: 0;
    --grid-5-gutters: 24px;
    --shape-border-radius-1: 3px;
    --shape-border-radius-2: 8px;
    --shape-border-radius-3: 24px;
    --shape-border-width-1: 1px;
    --shape-border-width-2: 1.5px;
    --shape-border-width-3: 2px;
    --shape-border-width-4: 4px;
    --shape-shadow-1: 0 0 16px 0 rgb(0 0 0 / 16%);
    --shape-shadow-2: 0 2px 16px 0 rgb(0 0 0 / 16%);
    --shape-shadow-3: 0 2px 3px 0 rgb(0 0 0 / 16%);
    --shape-icon-stroke-1: 1px;
    --shape-icon-stroke-2: 1.5px;
    --shape-icon-stroke-3: 2px;
    --shape-icon-stroke-4: 4px;
    --spacing-xxsmall: 4px;
    --spacing-xsmall: 8px;
    --spacing-small: 16px;
    --spacing-medium: 24px;
    --spacing-big: 32px;
    --spacing-xbig: 40px;
    --spacing-xxbig: 48px;
    --spacing-large: 64px;
    --spacing-xlarge: 72px;
    --spacing-xxlarge: 96px;
    --spacing-huge: 120px;
    --spacing-xhuge: 144px;
    --spacing-xxhuge: 192px;
    --type-base-font-family: roboto, roboto-fallback;
    --type-condensed-font-family: roboto-condensed, roboto-condensed-fallback, sans-serif;
    --type-display-1-font: normal normal 300 6.0rem/7.2rem var(--type-base-font-family);
    --type-display-1-letter-spacing: 0.04em;
    --type-display-2-font: normal normal 300 4.8rem/5.6rem
    var(--type-base-font-family);
    --type-display-2-letter-spacing: 0.04em;
    --type-display-3-font: normal normal 300 3.4rem/4rem
    var(--type-base-font-family);
    --type-display-3-letter-spacing: 0.04em;
    --type-headline-1-font: normal normal 400 2.4rem/3.2rem var(--type-condensed-font-family);
    --type-headline-1-letter-spacing: 0.04em;
    --type-headline-2-default-font: normal normal 300 2.0rem/2.4rem var(--type-condensed-font-family);
    --type-headline-2-default-letter-spacing: 0.04em;
    --type-headline-2-strong-font: normal normal 400 2.0rem/2.4rem var(--type-condensed-font-family);
    --type-headline-2-strong-letter-spacing: 0.04em;
    --type-body-1-default-font: normal normal 300 1.6rem/2.4rem
    var(--type-base-font-family);
    --type-body-1-default-letter-spacing: 0.04em;
    --type-body-1-strong-font: normal normal 400 1.6rem/2.4rem
    var(--type-base-font-family);
    --type-body-1-strong-letter-spacing: 0.04em;
    --type-body-1-emphasized-font: normal normal 700 1.6rem/2.4rem
    var(--type-base-font-family);
    --type-body-1-emphasized-letter-spacing: 0.04em;
    --type-body-2-default-font: normal normal 300 1.4rem/2rem
    var(--type-base-font-family);
    --type-body-2-default-letter-spacing: 0.04em;
    --type-body-2-strong-font: normal normal 400 1.4rem/2rem
    var(--type-base-font-family);
    --type-body-2-strong-letter-spacing: 0.04em;
    --type-body-2-emphasized-font: normal normal 700 1.4rem/2rem
    var(--type-base-font-family);
    --type-body-2-emphasized-letter-spacing: 0.04em;
    --type-button-1-font: normal normal 400 2rem/2.6rem
    var(--type-base-font-family);
    --type-button-1-letter-spacing: 0.08em;
    --type-button-2-font: normal normal 400 1.6rem/2.4rem
    var(--type-base-font-family);
    --type-button-2-letter-spacing: 0.08em;
    --type-details-caption-1-font: normal normal 400 1.2rem/1.6rem
    var(--type-base-font-family);
    --type-details-caption-1-letter-spacing: 0.08em;
    --type-details-caption-2-font: normal normal 300 1.2rem/1.6rem
    var(--type-base-font-family);
    --type-details-caption-2-letter-spacing: 0.08em;
    --type-details-overline-font: normal normal 400 1.2rem/2rem
    var(--type-base-font-family);
    --type-details-overline-letter-spacing: 0.16em;

    /* Additional tokens */
    --type-fixed-font-family: 'Roboto Mono', menlo, consolas, 'Liberation Mono',
    monospace;
    --background-color: var(--color-neutral-50);
    --nav-height: 6.4rem;
}

header .header,
footer .footer {
    visibility: hidden;
}

header .header[data-block-status="loaded"],
footer .footer[data-block-status="loaded"] {
    visibility: visible;
}

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

@media (max-width: 1023px) {
    .section h2#save-more-onyour-pets{
      padding: 1.6rem 0;
      text-align: center;
    }
}

/* Homepage feefo */
main > .feefo.section > div .columns-3-cols{
    border-bottom: solid 1px #cfd0d3;
    padding: 0 0 30px;
}

main > .feefo.section > div .columns-3-cols > div > div{
    flex: unset;
    order: 1;
}

main > .feefo.section > div .columns-3-cols > div > div.columns-img-col{
    order: 0;
}

main > .section.feefo .columns > div{
    gap: 14px;
}

main > .section.feefo .columns > div p {
    margin: 0;
}

main > .section.feefo .columns > div a {
    text-decoration: underline;
}

main > .section.feefo .columns > div > div:nth-of-type(2) p {
    display: none;
}

main > .section.feefo .columns > div > div:nth-of-type(3) img {
    width: 53px;
}

@media (min-width: 768px) {
    main > .section.feefo .columns > div > div:nth-of-type(2) p:first-of-type{
        display: block;
    }

    main > .section.feefo .columns > div > div:nth-of-type(2){
        margin-left: auto;
    }

    main > .section.feefo .columns > div > div img{
        max-width: 208px;
    }
}

@media (max-width: 767px) {
    main > .section.feefo .columns > div > div:nth-of-type(2) p:last-of-type{
        display: block;
    }

    main > .section.feefo .columns > div{
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    main > .section.feefo .columns > div .columns-img-col{
        margin-bottom: 10px;
    }

    main > .section.feefo .columns > div > div:nth-of-type(2){
        border-top: solid 1px #cfd0d3;
        margin-top: 24px;
        padding-top: 24px;
    }

    main > .section.feefo .columns > div > div img{
        max-width: 131px;
    }
}

/* Homepage Prescription */

main > .section.prescription.columns-container.prescription-search-container {
    padding: 4rem var(--grid-gutter-m) 0 var(--grid-gutter-m);
}

main > .section.prescription {
    background: #f9f9f9;
    max-width: calc(var(--desktop-max-width) - (var(--grid-gutter-m) * 2));
    margin: 0 auto;
    padding: 4rem var(--grid-gutter-m) 0 var(--grid-gutter-m);
}

main > .section.prescription > div > div > div{
    justify-content: center;
    gap: 0;
}

main > .section.prescription > div h2#steps-to-your-pets-prescription-meds{
    background-image: url("/icons/prescription-title.svg");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    margin-bottom: 40px;
    padding: var(--spacing-40) 0;
}

main > .section.prescription > div ol{
    counter-reset: section;
    list-style-type: none;
    padding: 0;
    margin: 0 0 48px;
}

main > .section.prescription > div ol li{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

main > .section.prescription > div ol li:last-of-type{
    margin-bottom: 0;
}

main > .section.prescription > div ol li a{
    display: contents;
}

main > .section.prescription > div ol li::before {
    counter-increment: section;
    content: counters(section,".") " ";
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #FFD900;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
}

main > .section.prescription > div p.button-container{
    display: inline;
    margin: 0;
    float: right;
    margin-bottom: var(--spacing-8);
    width: 48%;
}

main > .section.prescription > div p.button-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
}

main > .section.prescription > div p.button-container:first-of-type a::before{
    background-image: url("/icons/icon-search-white.svg");
}

main > .section.prescription > div p.button-container:first-of-type {
  float: none;
}

@media (min-width: 768px){
  main > .section.prescription > div p.button-container:first-of-type {
    display: none;
  }
}

main > .section.prescription > div p.button-container:nth-of-type(2) {
    margin-bottom: var(--spacing-8);
    float: left;
}

main > .section.prescription > div p.button-container:nth-of-type(2) a::before{
    background-image: url("/icons/rx.svg");
}

main > .section.prescription > div p.button-container a::before{
    content: '';
    display: block;
    background-image: url("/icons/play.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

@media (min-width: 1025px) {
    main > .section.prescription > div p.button-container:nth-child(2) {
        margin-right: 16px;
    }
}

@media (max-width: 1024px) {
    main > .section.prescription > div p.button-container{
        display: block;
        width: 100%;
    }

    main > .section.prescription > div p.button-container:first-of-type{
        margin-bottom: 16px;
    }

    main > .section.prescription > div h2#steps-to-your-pets-prescription-meds{
        background-image: url("/icons/prescription-title-center.svg");
        background-position: top;
    }
}
 /* Moving generic styles from cards.css  */
.section.blog-cards-container > .default-content-wrapper,
.section.carousel-container > .default-content-wrapper {
    display: contents;
    align-items: center;
}
.section.blog-cards-container,
.section.carousel-container{
    position: relative;
    padding-bottom: 6rem;
}
.section.blog-cards-container > .default-content-wrapper h2,
.section.carousel-container > .default-content-wrapper h2{
    text-align: center;
}
.section.blog-cards-container > .default-content-wrapper .button-container,
.section.carousel-container > .default-content-wrapper .button-container{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 1rem;
    display: block;
}
.section.blog-cards-container > .default-content-wrapper p.button-container a.button,
.section.carousel-container .default-content-wrapper p.button-container a.button{
    width: 100%;
    margin: var(--spacing-12) 0;
}

@media (min-width: 768px) {
    .section.blog-cards-container > .default-content-wrapper .button-container a.button,
    .section.carousel-container > .default-content-wrapper .button-container a.button{
        max-width: fit-content;
        margin: 0 auto !important;
    }
}
@media (min-width: 1024px) {
    .section.cards-container > .default-content-wrapper,
    .section.blog-cards-container > .default-content-wrapper,
    .section.carousel-container > .default-content-wrapper {
        display: flex;
        flex-direction: row;
    }
    .section.blog-cards-container > .default-content-wrapper .button-container,
    .section.carousel-container > .default-content-wrapper .button-container{
        position: static;
        width: auto;
    }
}

.section .default-content-wrapper {
    display: flex;
}

.section.cards-container .default-content-wrapper {
    align-items: center;
}

.section .default-content-wrapper a.button:any-link {
    letter-spacing: normal;
    text-transform: capitalize;
    vertical-align: middle;
    min-width: 7.125rem;
    cursor: pointer;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    position: relative;
}

.section .default-content-wrapper p.button-container {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
}

.section .default-content-wrapper p.button-container a.button{
    margin: var(--spacing-12) 0;
    border-radius: var(--border-radius-l);
    vertical-align: initial;
    height: 48px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.section.card-style-1 .cards li {
  border-radius: var(--border-radius-l)
}

@media (min-width: 1024px) {
    .section h2#save-more-onyour-pets{
        padding-top: 0;
        padding-bottom: 4.0rem;
    }
}

.product-list-page-container .popular-searches {
    text-align: center;
    max-width: 100%;
    width: 100%;
    order: 2;
    padding-bottom: 8px;
}

.product-list-page-container .popular-searches h2 {
    margin: 0 0 48px;
    padding: 0;
    font-size: 28px;
}

@media (max-width: 767px) {
    .product-list-page-container .popular-searches h2 {
        font-size: 24px;
    }
}

.product-list-page-container .popular-searches .popular-searches-list a {
    color: var(--clr-blue);
    text-decoration: none;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-weight: var(--font-weight-regular);
    font-size: 16px
}

.product-list-page-container .popular-searches .popular-searches-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.plp-widget-no-results-view .product-list-page-wrapper {
    width: 100%;
}

.plp-widget-no-results-view.loading .product-list-page-container {
    display: flex;
    flex-direction: column-reverse;
}

.plp-widget-no-results-view:not(.loading) .product-list-page-wrapper,
.plp-widget-no-results-view:not(.loading) .product-list-page,
.plp-widget-no-results-view:not(.loading) .ds-widgets,
.plp-widget-no-results-view:not(.loading) .ds-widgets > div,
.plp-widget-no-results-view:not(.loading) .ds-widgets > div > div {
    display: contents;
}

.plp-widget-no-results-view:not(.loading) .ds-widgets + div{
    order: 3;
}

.plp-widget-no-results-view .product-list-page-container {
    display: flex;
    flex-direction: column;
    max-width: var(--desktop-max-width);
    padding: 0 var(--site-gutter);
    margin: 0 auto;
}

.plp-widget-no-results-view  .product-recommendations-container h2 {
    max-width: 356px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .plp-widget-no-results-view .product-recommendations-container {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .plp-widget-no-results-view .product-list-page-container {
        padding: 0 var(--grid-gutter-m);
    }
}

.plp-widget-no-results-view .ds-sdk-no-results__page {
    order: 1;
}

.plp-widget-no-results-view .ds-sdk-no-results__recommendations {
    order: 3;
}

@media (max-width: 767px) {
    .product-list-page-container .popular-searches .popular-searches-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-list-container h2,
.blog-cards-container h2,
.carousel-container h2,
.product-recommendations-container h2{
    padding: var(--spacing-40) 0;
}

.loadingDots {
    width: 60px;
    aspect-ratio: 7;
    background: radial-gradient(circle closest-side, #ffffff 90%, #0000) 0 / calc(100% / 3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
  }
  @keyframes l1 {to{clip-path: inset(0 -34% 0 0)}};