/** Shopify CDN: Minification failed

Line 4684:7 Expected ":"
Line 4779:1 Unexpected "`"

**/
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url("https://use.typekit.net/pvf6dbr.css");

:root {
    --font-family: "roc-grotesk-variable", sans-serif;
    --icon-family: 'Font Awesome 6 Free';
    --theme-clr: #BA5252;
    --light-bg-clr: #FFF9F9;
    --text-clr: #292929;
    --sub-text-clr: #545454;
    --secondary-text-clr: #606466;
    --border-clr: #C1C1C1;
    --border-clr-a: #F6E2E2;
    --light-border-clr: #D0D6D8;
    --bg-light-color: #F8F8F8;
    --bg-color-a: #FFEDED;
    --bg-color-b: #DCFFFE;
    --bg-color-c: #B2F4F3;
    --bg-color-d: #F0FFFF;
    --text-color-a: #64B2B0;
}

/* Home page Banner section */
#shopify-section-template--16854005317793__aaaf016d-18c9-461f-b2fa-204124415302 .content-height.content-height-options,
.dynamic-section-c809d462-8ec5-4a10-858a-99931c1aa06c .content-height.content-height-options,
.glider-track.slideshow .relative.container.half-pad.clearfix {
    padding: 70px 0;
    margin-bottom: 0;
}

.glider-track.slideshow .six.mobile.animate {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family);
    gap: 10px;
}

.glider-track.slideshow h1 {
    order: 1;
    font-family: var(--font-family);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
}

.glider-track.slideshow h3 {
    order: 0;
    font-family: var(--font-family);
    color: var(--theme-clr);
    margin: 0;
    padding: 0;
}

.glider-track.slideshow p {
    order: 2;
    font-family: var(--font-family);
    color: var(--sub-text-clr);
    font-size: 21px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.glider-track.slideshow a.btn {
    order: 3;
    font-family: var(--font-family);
    background-color: var(--theme-clr);
    color: var(--bs-white);
    border-color: var(--theme-clr);
    width: 100%;
    max-width: 136px;
    border-radius: 40px;
}


/* Common style starts */
h1, h2, h3, h4, h5, h6, p, span, div, a, button, small {
  font-family: var(--font-family) !important;
}
body {
    font-family: var(--font-family) !important;
    font-size: 1rem;
    color: var(--text-clr);
}

.text-theme-clr {
    color: var(--theme-clr);
}

.normal-text-clr {
    color: var(--secondary-text-clr);
}

.shopify-section h2 {
    padding: 0;
    font-weight: 700;
    font-family: var(--font-family);
  line-height: 1.3;
}

.shopify-section h3 {
    padding: 0;
    font-family: var(--font-family);
    color: var(--secondary-text-clr);
    line-height: 1.5;
}
.table.content-height .table-cell .six.text-left.left {
    padding-top: 0;
    margin-bottom: 0;
}
/* Common style ends */


/* Quick Link Section Style start */
.quick-links {
    background-color: var(--light-bg-clr);
    padding: 8px 0;
}

.links_content .sm-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0;
}

.links_content .xs-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin: 0;
}

.quick-links .quick-links_col {
    display: grid;
    gap: 15px;
    justify-content: space-between;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
}

.links_content {
    position: relative;
}

.links_content+.links_content::after {
    content: '';
    height: 30px;
    width: 2px;
    background-color: var(--light-border-clr);
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

/* Top Categories Section style starts  */
.top-categories-sec {
    padding: 70px 0 60px;
    background-color: var(--bg-light-color);
}

.top-categories-sec h2 img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.top-categories-sec .items img, .title-align img.img-align {
    background-color: var(--bs-white);
    border-radius: 10px;
    padding: 30px 15px;
    object-fit: contain;
    border: 1px solid var(--light-border-clr);
    height: 100% !important;
    width: 100%;
    max-width: 100% !important;
  max-height: 100% !important;
}
.collection-list-section .product-thumb a.img-align img {
    padding: 0 !important;
}

#shopify-section-template--16854005317793__section_collections_list_cbVYib h2,
#shopify-section-template--16854005317793__section_collections_list_twXHWy h2,
#shopify-section-template--16854005317793__section_product_list_4TNHdH h2,
#shopify-section-template--16854005317793__section_collections_list_qkzWWb h2 {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
#shopify-section-template--16854005317793__section_collections_list_cbVYib h2::before,
#shopify-section-template--16854005317793__section_collections_list_twXHWy h2::before,
#shopify-section-template--16854005317793__section_product_list_4TNHdH h2::before,
#shopify-section-template--16854005317793__section_collections_list_qkzWWb h2::before {
    content: '';
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: relative;
    display: block;
    background-size: contain;
    margin-right: 10px;
    background-repeat: no-repeat;
}
#shopify-section-template--16854005317793__section_collections_list_cbVYib h2::before {
    background-image: url('/cdn/shop/files/Top-Dog-Categories-icon_4a8164d2-b067-4776-8cb8-5b6eeac3af58_430x.png?v=1721903541#');
}
#shopify-section-template--16854005317793__section_collections_list_twXHWy h2::before {
    background-image: url('/cdn/shop/files/Top-Cat-Categories_b3851968-8a91-467d-bbb3-70a249e5f46e_430x.png?v=1721903541#');
}
#shopify-section-template--16854005317793__section_product_list_4TNHdH h2::before {
  background-image: url('/cdn/shop/files/Hot-selling-products-icon_028151b5-0f61-4064-914f-4e9908fd58b2_430x.svg?v=1721903541#');
  margin-right: 5px;
}
#shopify-section-template--16854005317793__section_collections_list_qkzWWb h2::before {
  background-image : url('/cdn/shop/files/pills-icon_430x.svg?v=1721632415#');
}
/* Top Categories Section style ends  */

/* Pharmacy by Pet Type Section Style Starts */
.pharmacy-section {
    padding: 0px 0 0;
}

.pharmacy-section .row, .why-us-section .row {
    border: 0;
    margin-bottom: 0;
    width: auto;
    float: none;
    padding-bottom: 0;
}

.pharmacy-section p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.categories-slider .items img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.items .link-text, .product .collection .keyed {
    color: var(--text-clr);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.items a, .product .collection .keyed {
    text-decoration: none;
    display: block;
}

.items .link-text::after, .product .collection .keyed::after {
    content: '\f061';
    color: var(--text-color-a);
    font-family: var(--icon-family);
    margin-left: 10px;
}

.content-blocks {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid var(--light-border-clr);
    height: 100%;
}

.content-blocks h2 {
    color: var(--text-clr);
    font-size: 24px;
}

.content-blocks img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 157px;
    max-height: 157px;
    padding: 10px 0;
    margin: 0 auto;
}

.content-blocks.bg-clr {
    background-color: var(--bg-color-b);
    position: relative;
}

.content-blocks.bg-clr::after {
    content: '';
    background-image: url('/cdn/shop/files/pet-prescription-bg-img_430x.png?v=1721632416#');
    background-repeat: no-repeat;
    background-position: right bottom;
    max-width: 200px;
    object-fit: contain;
    position: absolute;
    max-height: 260px;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-size: contain;
}

.content-blocks .file-icon {
    max-width: 30px;
    max-height: 30px;
    padding: 0;
    margin: 0;
}

.order-list-steps {
    counter-reset: list;
    list-style: none;
}

.order-list-steps li {
    background-color: var(--bg-color-c);
    border-radius: 10px;
    padding: 10px 115px 10px 60px;
    position: relative;
    margin-bottom: 12px;
}

.order-list-steps li::before {
    counter-increment: list;
    content: counter(list);
    background-color: var(--bg-color-b);
    color: var(--text-color-a);
    width: 24px;
    height: 24px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: 10px;
}

/* Pharmacy by Pet Type Section Style Ends */

/* Slider arrows */
.container.no-pad {
  position: relative;
  padding-top: 0px; /* padding-top: 40px; remove for spacing issue*/
  margin-bottom: 0;
}
.glider-pagination.relative {
    position: absolute;
    top: 125px;
    right: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    pointer-events: none;
}
/* .glider-pagination button {
    padding: 0;
    background: var(--border-clr);
    color: var(--bs-white);
    border-radius: 20px;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.glider-pagination button:hover, .glider-pagination button:focus, .glider-pagination button:active {
    background: var(--text-color-a);
}
.glider-pagination button .icon {
    box-shadow: none !important;
}



/* Footer section style starts */
.dynamic-section-footer .four.top:nth-child(1) {
  width: 28%;
}
.dynamic-section-footer .four.top:nth-child(2) {
  width: 38%;
}
footer .footer-menu ul li a {
    color: #F1DCDC;
    text-decoration: none;
    font-size: 14px;
}
footer .footer h4.h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-white);
}
footer .footer .four.bottompad p {
    color: #F1DCDC;
    font-size: 14px;
    padding-bottom: 0;
}
#shopify-section-sections--16854000992417__section_newsletter_WRkELC h3 {
    color: var(--bs-white);
    margin: 15px 0 30px;
}
#contact-form-sections--16854000992417__section_newsletter_WRkELC {
    display: flex;
    clear: both;
    background: var(--bs-white);
    border: 1px solid var(--bs-white);
    border-radius: 50px;
    max-width: 700px;
    margin: 0 auto;
    padding: 8px;
}
.newsletter span.form input, .newsletter span {
    margin: 0;
    border: 0;
    color: var(--text-clr);
    box-shadow: none;
    outline: 0;
    min-height: 45px;
}
.newsletter span.form input {
    background: #fff;
    min-height: 45px;
  border-radius: 8px 0 0 8px;
}
.newsletter span .btn {
    background: #64b2b0;
    border-radius: 0 7px 7px 0;
  min-height: 45px;
}
.newsletter span .btn:hover {
    background: #292929;
}
.newsletter form.section-color.newsletter_form {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    max-width: 345px;
}
#contact-form-sections--16854000992417__section_newsletter_WRkELC span .btn {
    background: var(--text-color-a);
    border-radius: 50px;
    color: var(--bs-white);
    font-size: 16px;
    margin-left: auto;
    display: block;
    padding: 10px;
}
.socials ul li a:hover .icon {
  color: #64b2b0;
}
.follow-icon-wrapper:before {
        content: '';
  background: #64b2b0;
}
footer .sub-footer {
    padding: 0 0 50px;
}
footer .sub-footer .container.half-pad {
    border-top: 1px solid #DB6C6C;
    padding-top: 30px;
}
footer .sub-footer p {
    margin: 0;
    color: var(--bs-white);
    font-size: 14px;
}
footer .sub-footer p a {
    text-decoration: none;
    color: var(--bs-white);
}
.socials {
    z-index: 20;
    position: relative;
}

/* Responsive design starts */
@media (max-width: 1200px) and (min-width: 768px) {
    .quick-links .quick-links_col {
        grid-template-columns: 1.2fr 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
   #responsiveMenu {
      flex-direction: column;
      display: none;
  }
  #responsiveMenu.isMobile.open {
    display: flex;
    left: auto;
  }
    .static-search input[type=search].search-field, .search input[type=search], .search #search-product-type {
    color: #fff;
  }
  form#search-header-mobile.active .static-search input[type=search].search-field, .search input[type=search], .search #search-product-type {
    color: var(--body_font_color);
  }
}

@media (max-width: 767px) {
    #shopify-section-template--16854005317793__aaaf016d-18c9-461f-b2fa-204124415302 .content-height.content-height-options,
    .dynamic-section-c809d462-8ec5-4a10-858a-99931c1aa06c .content-height.content-height-options,
    .glider-track.slideshow .relative.container.half-pad.clearfix {
        padding: 10px 0;
        margin-bottom: 0;
    }
    .quick-links .links_content .h5 a {
        font-size: 18px;
    }
    .quick-links .links_content .sm-img {
      width: 25px;
      height: 25px;
    }
    .header-announcement.announcement_color_scheme p, .header-announcement.announcement_color_scheme a {
        font-size: 14px;
    }
    .quick-links .links_content p.normal-text-clr {
        padding-bottom: 0;
    }
    .header-toolbar .header-customerbar .logo a {
        padding: 0;
    }
    .glider-track.slideshow img.mobile-image {
        object-position: bottom center;
    }
    .quick-links .quick-links_col {
        grid-template-columns: 1fr 1fr;
    }
    #shopify-section-template--16854005317793__aaaf016d-18c9-461f-b2fa-204124415302 .six.mobile.animate.text-left.left,
    .glider-track.slideshow .six.mobile.animate.text-left.left {
        width: 100%;
    }
     #shopify-section-template--16854005317793__aaaf016d-18c9-461f-b2fa-204124415302 .glider-track.slideshow h1,
      .glider-track.slideshow h1 {
        font-size: 30px;
    }
    .glider-track.slideshow .content-height.content-height-options {
        padding: 50px 0 150px !important;
    }
    .header-toolbar .header-customerbar>div {
      width: 100%;
      max-width: 100%;
    }
    .footer .four.relative, .dynamic-section-footer .four.top:nth-child(2), .dynamic-section-footer .four.top:nth-child(1) {
      width: 100%;
    }
}

@media (max-width: 567px) {
    .quick-links .quick-links_col {
        grid-template-columns: 1fr;
    }
    .links_content+.links_content::after {
        content: none;
    }
}



.success.successForm.feedback.news {
  position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    height: auto;
    background: #f8eeee;
    opacity: 1;
    z-index: 1;
    border: 1px solid #ba5252;
    top: -26px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 4px;
}
.success.successForm.feedback.news p {
  margin: 0;
  padding: 0;
  color: #ba5252;
}

section.dynamic-section.dynamic-section-template--16854005645473__pagination.section-padding-top.section-padding-bottom.section-margin-bottom.animate-section-div.clearfix.loaded {
    margin: 0;
    padding: 50px 0;
}



.table>:not(caption)>*>* {
  border-bottom : 0;
}
.modal {
    z-index: 999999 !important;
}

.discountyard-offers-launcher button {
  z-index: 999 !important;
}

/* 20 December 2024 */
@media (max-width: 767px) {
  .glider-pagination.relative {
    top: 85px;
    display: flex;
    justify-content: space-between;
}
 
  .glider-pagination button {
    width: 25px;
    height: 25px;
  }
  /* .product.two-half.brands.glider-slide {
    max-width: 235px;
  } */
  .items .link-text, .product .collection .keyed, .dynamic-section .animate-section h3.section-title-18,
  .pharmacy-section p {
    font-size: 14px;
  }
 
  .payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0;
}
  .content-blocks .file-icon {
    max-width: 30px;
    max-height: 30px;
  }
 
  .item_blocks .content {
    font-size: 18px;
  }
  .item_blocks .content p {
    font-size: 15px;
    margin-top: 8px;
    padding-bottom: 6px;
  }
  .order-list-steps li:before {
    width: 22px;
    height: 22px;
    left: 12px;
    top: 50%;
    line-height: normal;
    transform: translateY(-50%);
  }
  .order-list-steps li {
    padding: 12px 120px 12px 44px;
        line-height: 1.4;
        font-size: 14px;
        margin-bottom: 13px;
  }
  .content-blocks.bg-clr:after {
     max-width: 170px;
  }
 
  .pharmacy-section .content-blocks .col {
     width: 33%;
  }
  .dynamic-section .animate-section h2.section-title-36 {
      font-size: 20px;
      margin: 0;
  }
  .container.no-pad {
      padding: 0;
  }
  .glider-contain .product-loop h5.blog-title {
    font-size: 18px;
  }
  .shopify-section h2 {
    font-size: 19px !important;
  }
  .content-blocks {
    padding: 30px 20px;
  }
  .shopify-section h3.section-title-24 {
    font-size: 16px;
  }
  .trending-section-true .sec-title img, .trending-section .sec-title img {
    width: 30px;
    height: 30px;
  }
  .theme-button {
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
  }
  .product-grid-product-template h1.section-title-36 {
    font-size: 22px;
    line-height: 1.2;
  }
  #cart-table .item-details h4 {
    font-size: 16px;
    font-weight: 600;
  }
  #cart-table h5 {
    font-size: 15px;
  }
  #cart-table .item-details h6 {
    font-size: 14px;
  }
  .block-title, .product-title h4 a {
      font-size: 14px;
      line-height: 1.4;
  }
  .deco-badge-stack .pl-badge-image {
    max-width: 120px;
}
    #cart-table .shipping_msg.bottompad-half.clearfix {
    padding: 0;
    margin: 0;
  }
  #cart-table h1.section-title-48 {
    font-size: 30px;
  }
  #cart-table .shopify-section h3 {
    font-size: 20px;
    margin: 0;
  }
  .collection-info-section h1 {
    font-size: 25px;
  }
  .collection-info-section span, .collection-info-section div {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  .customer-links ul li .cartCountSelector {
      width: 20px;
      height: 20px;
  }
  .header-navigation .cartCountSelector.cart-icon {
      margin-left: 8px;
      margin-top: -15px;
  }
  .customer-links ul li.cart-info span, .account a span {
    font-size: 12px;
  }

  #predictive-search-results-list .eight li.twelve.product.key a {
    grid-template-columns: 1fr;
  }
  .header-navigation nav .responsiveMenu li ul.mega>span.has_no_image_right {
    grid-template-columns: repeat(1, 1fr);
  }
  .header.sticky-navigation.include-border .sticky-navigation-container .header-navigation {
        padding: 0 !important;
  }
  .header-navigation .customer-links li .logo {
    padding: 0 !important;
  }
  .header-navigation nav .responsiveMenu.isMobile li a>span {
    padding: 7px 0;
  }
  .product-grid-product-template .product-images.six, .product-grid-product-template .product-details.five {
    width: 100% !important;
  }
  .product-details fieldset.swatch.selectors {
    flex-wrap: wrap;
  }
  /* .header.header-customerbar.customer_color_scheme {
    display: none;
  } */
  .header.sticky-navigation .logo.table-cell {
    display: none;
  }
  .header.sticky-navigation ul {
    margin: 8px 0 3px;
  }
  .cart-info .modal-close {
    top: -5px;
    right: 0;
  }
  .mobile-only .customer-links ul li.cart-info #cart-dropdown>span {
        max-height: calc(100vh - 300px) !important;
        padding-bottom: 40px;
    }
}

/* Navigation Menu */
#responsiveMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-navigation nav .responsiveMenu li ul li a {
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
.header-navigation nav .responsiveMenu li ul.mega>span>li>a, .header-navigation nav .responsiveMenu li ul.semi>span>li>a {
    font-weight: 900;
    color: #000;
  font-size: 18px;
}
.header-navigation nav .responsiveMenu>li>ul {
    border-radius: 10px;
    border: 1px solid var(--border-clr-a);
}


/* Navigation, header design */
.header.sticky-navigation.include-border .sticky-navigation-container .header-navigation {
    background: var(--text-clr);
    padding: 6px 0;
}
.header.sticky-navigation .header-navigation-measure {
    margin: 0;
}
.header.sticky-navigation #responsiveMenu {
    margin: 0;
    text-align: center;
}
.header-navigation nav .responsiveMenu li a {
  color: var(--bs-white);
}
.header-navigation nav .responsiveMenu.isDesktop>li:hover>a,
.header-navigation nav .responsiveMenu.isDesktop>li:focus>a,
.header-navigation nav .responsiveMenu.isDesktop>li:focus-within>a,
.header-navigation nav .responsiveMenu.isDesktop li a.active,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.search:not(.static-search).hover,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.search:not(.static-search):hover,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.search:not(.static-search):focus,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.search:not(.static-search):focus-within,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.cart-count.hover,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.cart-count:hover,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.cart-count:focus,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.cart-count:focus-within,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.account.hover,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.account:hover,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.account:focus,
.header-toolbar .header-customerbar.customer_color_scheme .customer-links li.account:focus-within {
  background: transparent;
  color: var(--text-color-a);
}
.header-navigation nav .responsiveMenu li ul li a {
  color: var(--text-clr);
}

.customer-links ul li.cart-info span, .account a span {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-text-clr);
}
.account a {
  gap: 8px;
}
.customer-links ul li.account:before {
 content: none;
}
.header-toolbar .header-customerbar .logo a {
    padding: 10px 0;
    display: block;
}
.header-toolbar .header-customerbar .logo a img {
    padding: 0;
}
.customer-links ul li.account:last-child:before {
    content: "\a0";
     border-color: var(--light-border-clr);
    border-left: 1px solid;
    left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.customer-links ul li ul:not(.search-list) {
    background: var(--bs-white) !important;
}

.customer-links ul li .cartCountSelector {
    background: var(--theme-clr);
    color: var(--bs-white) !important;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    padding: 5px !important;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
}
button.currencies.keydown-link {
    font-size: 16px !important;
    font-weight: 600;
    font-family: var(--font-family);
    color: var(--secondary-text-clr);
}

.header-toolbar .customer-links>ul {
    width: 100%;
}
.customer-links ul li.search.static-search.static-search-max {
    margin-right: auto;
}
span.icon.icon-search {
    background: var(--theme-clr);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 5px;
    display: flex; align-items: center; justify-content: center;
}
span.icon.icon-search svg {
    color: var(--bs-white);
    padding: 1px !important;
}
.search-form.search-form-header > span {
  border-radius: 50px;
  border: 1px solid var(--light-border-clr) !important;
}
.static-search input[type="search"].search-field,
.search input[type="search"],  
.search #search-product-type {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent;
  min-height: 50px;
  font-size: 16px;
  color: var(--text-clr);
}
.search input[type="search"]::placeholder {
  font-size: 16px;
  color: var(--text-clr);
  opacity: 1;
}
.header-customerbar-container predictive-search {
    align-items: center;
    background: none;
    border: none;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 600px;
    padding: 0 20px;
}
/* predictive-search form.search {
    align-items: stretch;
    display: flex;
    width: 100%;
    z-index: 99999;
    border-radius: 50px;
    border: 1px solid var(--light-border-clr) !important;
      padding: 0px 8px;
} */
predictive-search form.search label {
    font-size:0;
    border-left: 1px solid var(--light-border-clr);
  margin: 10px 0;
}
predictive-search form.search .search-bar__filter {
  padding: 0;
    display: flex;
    align-items: center;
}
predictive-search #search-btn.search-bar__submit {
  background: var(--theme-clr);
    width: 40px;
    height: 40px;
    border-radius: 40px;
  min-width: 40px;
    margin: 0 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  align-self: center;
  padding: 12px;
  cursor: pointer;
}
.search #search-product-type {
  max-width: 200px;
}
predictive-search #search-btn.search-bar__submit svg.icon.icon--search {
      color: var(--bs-white);
}
predictive-search .search .icon--search-loader, predictive-search .search .close-search,
predictive-search .search .predictive-search.predictive-search--search-template {
  display: none;
}

.header.banner.header-announcement.announcement_color_scheme {
    background: var(--text-color-a);
}

.header-navigation nav .responsiveMenu li ul.mega>span.has_no_image_right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
.header-navigation nav .responsiveMenu li ul.mega>span>li {
    width: 100%;
}
form.search.search-form.search-form-header.static-search.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    max-width: calc(100% - 30px);
    width: 100%;
    margin: 0 auto;
    z-index: 99999;
    background: #fff;
    align-items: flex-start !important;
}
.search-form .search-results ul li .thumbnail img {
    max-height: 100px !important;
    max-width: 100px !important;
    width: 100%;
    padding: 15px;
}
.search-form .search-results ul li a h4 {
    font-size: 18px;
    font-weight: 500;
}
#predictive-search-results li.twelve.product.key {
    vertical-align: text-top;
    padding: 10px 25px 10px 10px;
}
#predictive-search-results-list span.four, #predictive-search-results-list .eight {
    width: 100%;
}
.static-search .search-form .search-results {
    top: 56px;
}
#predictive-search-results li.see-all.product.twelve.text-center.key {
    width: 100%;
}
.search-form .search-results ul li.twelve.page a {
    grid-template-columns: 1fr;
}
#predictive-search-results-list span.four li a p {
    padding: 10px;
    margin: 0;
    background: #f2f2f2;
    text-align: center;
    border-radius: 50px;
}
#predictive-search-results-list span.four li.twelve.key {
    display: inline-flex;
    width: auto;
}
#predictive-search-results-list .eight {
    border-top: 1px solid var(--line_color);
    padding-top: 10px;
    margin-top: 15px;
}
#predictive-search-results-list .eight .six.mobile.collection.key a h5 {
    font-size: 16px;
}
#predictive-search-results-list .eight li.collection .thumbnail img {
    padding: 5px;
}
#predictive-search-results-list .eight .six.mobile.collection.key a {
    width: 100%;
    display: inline-grid;
    grid-template-columns: 120px 1fr;
}

.table-cell .six.animate.text-left.left.bottompad-quarter {
    width: 100%;
}


@media (min-width: 992px) {
  #predictive-search-results li.twelve.product.key {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .search-form .search-results ul .six.mobile.collection.key {
    width: 100%;
  }
  .table-cell .six.animate.text-left.left.bottompad-quarter {
    width: 100%;
  }
}


/* Cart drop down style */
.customer-links ul li.cart-info #cart-dropdown li a {
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 1.3;
    font-size: 14px;
}
#coupons_stacker {
    width: 100%;
    margin: 0;
}


/* Home page Banner section */
#shopify-section-template--16854005317793__aaaf016d-18c9-461f-b2fa-204124415302 .content-height.content-height-options,
.dynamic-section-c809d462-8ec5-4a10-858a-99931c1aa06c .content-height.content-height-options {
    padding: 70px 0;
    margin-bottom: 0;
}

.glider-track.slideshow .six.mobile.animate {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family);
    gap: 10px;
}

.glider-track.slideshow h1 {
    order: 1;
    font-family: var(--font-family);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
}

.glider-track.slideshow h3 {
    order: 0;
    font-family: var(--font-family);
    color: var(--theme-clr);
    margin: 0;
    padding: 0;
}

.glider-track.slideshow p {
    order: 2;
    font-family: var(--font-family);
    color: var(--sub-text-clr);
    font-size: 21px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.glider-track.slideshow a.btn {
    order: 3;
    font-family: var(--font-family);
    background-color: var(--theme-clr);
    color: var(--bs-white);
    border-color: var(--theme-clr);
    width: 100%;
    max-width: 136px;
    border-radius: 40px;
}


/* Common style starts */
h1, h2, h3, h4, h5, h6, p, span, div, a, button, small {
  font-family: var(--font-family) !important;
}
body {
    font-family: var(--font-family) !important;
    font-size: 1rem;
    color: var(--text-clr);
}

.text-theme-clr {
    color: var(--theme-clr);
}

.normal-text-clr {
    color: var(--secondary-text-clr);
}

.shopify-section h2 {
    padding: 0;
    font-weight: 700;
    font-family: var(--font-family);
}

.shopify-section h3 {
    padding: 0;
    font-family: var(--font-family);
    color: var(--secondary-text-clr);
    line-height: 1.5;
}
.table.content-height .table-cell .six.text-left.left {
    padding-top: 0;
    margin-bottom: 0;
}
/* Common style ends */


/* Quick Link Section Style start */
.quick-links {
    background-color: var(--light-bg-clr);
    padding: 8px 0;
}

.links_content .sm-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0;
}

.links_content .xs-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin: 0;
}

.quick-links .quick-links_col {
    display: grid;
    gap: 15px;
    justify-content: space-between;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
}

.links_content {
    position: relative;
}

.links_content+.links_content::after {
    content: '';
    height: 30px;
    width: 2px;
    background-color: var(--light-border-clr);
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.quick-links p {
    padding-bottom: 0;
}
.quick-links .h5 {
    font-size: 18px;
}

/* Top Categories Section style starts  */
.top-categories-sec {
    padding: 70px 0 60px;
    background-color: var(--bg-light-color);
}

.top-categories-sec h2 img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.top-categories-sec .items img, .title-align img.img-align {
    background-color: var(--bs-white);
    border-radius: 10px;
    padding: 30px 15px;
    object-fit: contain;
    border: 1px solid var(--light-border-clr);
    height: 100% !important;
    width: 100%;
    max-width: 100% !important;
  max-height: 100% !important;
}
#shopify-section-template--16854005317793__section_collections_list_cbVYib h2,
#shopify-section-template--16854005317793__section_collections_list_twXHWy h2,
#shopify-section-template--16854005317793__section_product_list_4TNHdH h2,
#shopify-section-template--16854005317793__section_collections_list_qkzWWb h2 {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
#shopify-section-template--16854005317793__section_collections_list_cbVYib h2::before,
#shopify-section-template--16854005317793__section_collections_list_twXHWy h2::before,
#shopify-section-template--16854005317793__section_product_list_4TNHdH h2::before,
#shopify-section-template--16854005317793__section_collections_list_qkzWWb h2::before {
    content: '';
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: relative;
    display: block;
    background-size: contain;
    margin-right: 10px;
    background-repeat: no-repeat;
}
#shopify-section-template--16854005317793__section_collections_list_cbVYib h2::before {
    background-image: url('/cdn/shop/files/Top-Dog-Categories-icon_4a8164d2-b067-4776-8cb8-5b6eeac3af58_430x.png?v=1721903541#');
}
#shopify-section-template--16854005317793__section_collections_list_twXHWy h2::before {
    background-image: url('/cdn/shop/files/Top-Cat-Categories_b3851968-8a91-467d-bbb3-70a249e5f46e_430x.png?v=1721903541#');
}
#shopify-section-template--16854005317793__section_product_list_4TNHdH h2::before {
  background-image: url('/cdn/shop/files/Hot-selling-products-icon_028151b5-0f61-4064-914f-4e9908fd58b2_430x.svg?v=1721903541#');
  margin-right: 5px;
}
#shopify-section-template--16854005317793__section_collections_list_qkzWWb h2::before {
  background-image : url('/cdn/shop/files/pills-icon_430x.svg?v=1721632415#');
}
/* Top Categories Section style ends  */


/* Our Trending Offers Section style Starts */
.trending-section-true {
    padding: 70px 0 60px;
}
.trending-section-true .row, .trending-section .row {
    float: none !important;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.sec-title {
    color: var(--text-clr);
}

.trending-section-true .sec-title img, .trending-section .sec-title img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0;
}

.card-block {
    border-radius: 20px;
}

.theme-button {
    border: 1px solid var(--light-border-clr);
    border-radius: 100px;
    padding: 12px 35px 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-clr);
    position: relative;
    background-color: var(--bs-white);
    font-family: var(--font-family)
}
.theme-button a {
  color: var(--text-clr);
  text-decoration: none;
}

.theme-button:hover a {
  color: var(--bs-white) !important;
}

.theme-button::after {
    content: '\f054';
    font-family: var(--icon-family);
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-clr);
}
.theme-button:hover, .theme-button:focus {
    background-color: var(--theme-clr);
    border-color: var(--theme-clr);
    color: var(--bs-white);
}
.theme-button:hover::after {
   color: var(--bs-white);
}

.trending-section-true .row .img-fluid, .trending-section .row .img-fluid {
    margin-bottom: 25px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.relative .badge {
    border: 1px solid var(--theme-clr);
    border-radius: 30px;
    width: auto;
    height: auto;
    padding: 2px 4px;
    background: var(--theme-clr);
    right: 5px;
    left: auto;
    top: 6%;
}
.relative .badge span {
    color: var(--bs-white);
    font-weight: 400;
    font-size: 12px;
}
.relative .badge span br {
    display: none;
}

/* Our Trending Offers Section style Ends */


/* Hot selling products Section Style Starts */
.selling-products-sec {
    background-color: var(--bg-color-a);
    padding: 70px 0 60px;
}

.selling-products-sec .sec-title img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.product_img {
    background: var(--bs-white);
    border-radius: 20px;
    border: 1px solid var(--light-border-clr);
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_img img {
    width: 100%;
    height: 215px;
    object-fit: contain;
}

.product-content {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-details .reviews {
  order: 0;
  text-align: left;
  margin-bottom: 2px;
}
.product-details .product-title {
  order: 1;
}
.product-details .product-logistics {
  order: 2;
  text-align: left;
}
.product-logistics .vendors a {
  color: #7F7777;
}
.product-details .purchase-section {
  order: 3;
  color: #7F7777;
  flex-direction: row  !important;
  justify-content: space-between  !important;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;  
}
.product-details .purchase-section h6 {
  font-weight: 700;
}
.block-title, .product-title h4 a {
    font-size: 14px;
    color: var(--text-clr);
    line-height: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
}

.product-content p {
    font-size: 16px;
    color: var(--sub-text-clr);
    margin: 0;
    line-height: normal;
}

.product-footer .price {
    font-size: 21px;
    line-height: 1.2;
}

.product-footer .price span {
    font-size: 14px;
}

.product.hover .purchase {
    max-height: none;
    overflow: visible;
    transition: max-height 0.5s ease-out 0s;
}
.purchase-section button.btn, #prescription-btn, .purchase .button-common .btn  {
    color: var(--bs-white);
    background-color: var(--theme-clr);
    border: 1px solid var(--theme-clr);
    border-radius: 50px;
    padding: 5px 12px;
    height: auto;
    line-height: normal;
    min-height: auto !important;
    font-size: 14px;    
    white-space: nowrap;
}
.purchase-section button.btn:hover, .purchase-section button.btn:focus, #prescription-btn:hover, #prescription-btn:focus,
.purchase .button-common .btn:hover, .purchase .button-common .btn:focus{
    color: var(--theme-clr);
    background-color: var(--bs-white);
    border: 1px solid var(--theme-clr);
}

.shop-icon {
    width: 40px;
    height: 40px;
    background: var(--bs-white);
    border-radius: 20px;
    padding: 10px;
}

.shop-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Pharmacy by Pet Type Section Style Starts */
.pharmacy-section {
    padding: 0px 0 0;
}

.pharmacy-section .row, .why-us-section .row {
    border: 0;
    margin-bottom: 0;
    width: auto;
    float: none;
    padding-bottom: 0;
}

.pharmacy-section p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.categories-slider .items img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.items .link-text, .product .collection .keyed {
    color: var(--text-clr);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.items a, .product .collection .keyed {
    text-decoration: none;
    display: block;
}

.items .link-text::after, .product .collection .keyed::after {
    content: '\f061';
    color: var(--text-color-a);
    font-family: var(--icon-family);
    margin-left: 10px;
}

.content-blocks {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid var(--light-border-clr);
    height: 100%;
}

.content-blocks h2 {
    color: var(--text-clr);
    font-size: 24px;
}

.content-blocks img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 157px;
    max-height: 157px;
    padding: 10px 0;
    margin: 0 auto;
}

.content-blocks.bg-clr {
    background-color: var(--bg-color-b);
    position: relative;
}

.content-blocks.bg-clr::after {
    content: '';
    background-image: url('/cdn/shop/files/pet-prescription-bg-img_430x.png?v=1721632416#');
    background-repeat: no-repeat;
    background-position: right bottom;
    max-width: 200px;
    object-fit: contain;
    position: absolute;
    max-height: 260px;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-size: contain;
}

.content-blocks .file-icon {
    max-width: 30px;
    max-height: 30px;
    padding: 0;
    margin: 0;
}

.order-list-steps {
    counter-reset: list;
    list-style: none;
}
.pharmacy-section .content-blocks .col img {
    padding: 0;
}
.order-list-steps li {
    background-color: var(--bg-color-c);
    border-radius: 10px;
    padding: 10px 115px 10px 60px;
    position: relative;
    margin-bottom: 12px;
}

.order-list-steps li::before {
    counter-increment: list;
    content: counter(list);
    background-color: var(--bg-color-b);
    color: var(--text-color-a);
    width: 24px;
    height: 24px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: 10px;
}

/* Pharmacy by Pet Type Section Style Ends */


/* Why Hardy Paw Section style Starts */
/* .why-us-section {
    background-color: var(--bg-color-d);
    padding: 60px 0 70px;
} */
.why-us-section .row {
  margin-bottom: 0;
  border: 0;
}
.item_blocks {
    border: 1px solid var(--border-clr-a);
    border-radius: 20px;
    width: 100%;
    background: var(--bs-white);
    min-height: 100%;
}
.item_blocks img {
    width: 100%;
}
.item_blocks .content {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
}
.item_blocks .content img {
    width: 22px;
    height: 22px;
    margin: 0;
    object-fit: contain;
}
.item_blocks .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--secondary-text-clr);
    margin-bottom: 0;
}
/* Why Hardy Paw Section Ends Starts */


/* Slider arrows */
.container.no-pad {
  position: relative;
  padding-top: 0px; /* padding-top: 40px; remove for spacing issue*/
  margin-bottom: 0;
}
/* .glider-pagination.relative {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    text-align: right;
    padding: 0 12px;
} */
.glider-pagination button {
    padding: 0;
    background: var(--border-clr);
    color: var(--bs-white);
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}
.glider-pagination button:hover, .glider-pagination button:focus, .glider-pagination button:active {
    background: var(--text-color-a);
}
.glider-pagination button .icon {
    box-shadow: none !important;
}



/* Footer section style starts */
.dynamic-section-footer .four.top:nth-child(1) {
  width: 28%;
}
.dynamic-section-footer .four.top:nth-child(2) {
  width: 38%;
}
footer .footer-menu ul li a {
    color: #F1DCDC;
    text-decoration: none;
    font-size: 14px;
}
footer .footer h4.h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-white);
}
footer .footer .four.bottompad p {
    color: #F1DCDC;
    font-size: 14px;
    padding-bottom: 0;
}
#shopify-section-sections--16854000992417__section_newsletter_WRkELC h3 {
    color: var(--bs-white);
    margin: 15px 0 30px;
}
#contact-form-sections--16854000992417__section_newsletter_WRkELC {
    display: flex;
    clear: both;
    background: var(--bs-white);
    border: 1px solid var(--bs-white);
    border-radius: 50px;
    max-width: 700px;
    margin: 0 auto;
    padding: 8px;
}
.newsletter span.form input, .newsletter span {
    margin: 0;
    border: 0;
    color: var(--text-clr);
    box-shadow: none;
    outline: 0;
    min-height: 45px;
}
.newsletter span.form input {
    background: #fff;
    min-height: 45px;
  border-radius: 8px 0 0 8px;
}
.newsletter span .btn {
    background: #64b2b0;
    border-radius: 0 7px 7px 0;
  min-height: 45px;
}
.newsletter span .btn:hover {
    background: #292929;
}
.newsletter form.section-color.newsletter_form {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    max-width: 345px;
}
#contact-form-sections--16854000992417__section_newsletter_WRkELC span .btn {
    background: var(--text-color-a);
    border-radius: 50px;
    color: var(--bs-white);
    font-size: 16px;
    margin-left: auto;
    display: block;
    padding: 10px;
}
.socials ul li a:hover .icon {
  color: #64b2b0 !important;
}
.follow-icon-wrapper:before {
        content: '';
  background: #64b2b0;
}
footer .sub-footer {
    padding: 0 0 50px;
}
footer .sub-footer .container.half-pad {
    border-top: 1px solid #DB6C6C;
    padding-top: 30px;
}
footer .sub-footer p {
    margin: 0;
    color: var(--bs-white);
    font-size: 14px;
}
footer .sub-footer p a {
    text-decoration: none;
    color: var(--bs-white);
}


/* collections page style */
#shopify-section-template--16854005022881__97266a85-d406-4cae-9c96-be475f02a3ec img.landscape {
    min-height: 315px;
    position: relative;
}
.sorting.open-container .filter li a,
.sorting.open-container .filter li span,
.sorting.open-container .filter .open-more a,
.sorting.open-container .filter .open-more span {
    font-size: 16px;
    color: var(--secondary-text-clr);
    font-family: var(--font-family) !important;
    text-decoration: underline;
    font-weight: 400 !important;
    line-height: 1.5;
}
.sidebar h5, #filters h5, .sidebar .h5, #filters .h5 {
    color: var(--headline_font_color);
    position: relative;
    z-index: 9;
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 100%;
}
.sorting.open-container .filter details {
    border-bottom: 1px solid var(--bg-light-color);
    margin-bottom: 15px;
}

/* FAQ section */
.open-container.animate.toppad {
    border: 1px solid var(--light-border-clr);
    width: 100%;
    border-radius: 8px;
    padding: 10px;
}
.open-container .open {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}
.open-container summary h4 {
  margin-bottom: 0;
}
.open-container .open.open-btn.faq .icon {
    margin:0;
}
.open-container  .open-slide.faq > div {
  padding: 15px 0 0 0;
}
.open-slide.faq p {
    color: var(--secondary-text-clr);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0;
}

/* Footer CSS */
.dynamic-section-footer > .container > .center {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
/* .dynamic-section-footer .four.top:nth-child(1) img, .dynamic-section-footer .four.top:nth-child(1) svg {
  width: 300px;
  height: 55px;
  object-fit: contain;
  display: block;
  margin: 0;
}
.dynamic-section-footer .four.top:nth-child(1) {
    order: 0;
    position: absolute;
    top: 0;
    height: 60px;
    margin-bottom: 25px;
}
.dynamic-section-footer .four.top:nth-child(2) {
    order: 2;
}
.dynamic-section-footer .four.top:nth-child(3) {
    order: 3;
}
.dynamic-section-footer .four.top:nth-child(4) {
    order: 1;
    padding-top: 85px;
} */


/* inner pages banner style */
.collection-info-section {
    padding: 50px 0;
    text-align: center;
}
.collection-info-section h1 {
    font-size: 48px;
    font-weight: 900;
}
.collection-info-section p {
  text-align: center !important;
}
.collection-info-section .container {
  display: block;
}
.collection-info-section div {
    font-size: 18px;
    text-align: center;
    display: inline;
}

/* inner pages FAQ */
.dynamic-content-faq .metafield-rich_text_field h3 {
  font-size: 36px;
  color: #292929;
  font-weight: 700;
}
.dynamic-content-faq .metafield-rich_text_field p {
   font-size: 18px;
   color: #606466;
   font-weight: 400;
   margin-bottom: 20px
}
.dynamic-content-faq .metafield-rich_text_field h5 {
   font-size: 18px;
   color: #606466;
   font-weight: 700;
   margin-bottom: 10px;
}


/* Product page UI */
.product-grid-product-template .product-images.six {
    width: 45%;
}
.product-grid-product-template .product-details.five {
    width: 50%;
}
.product-id .variant-inventory h4 span {
    display: inline-flex;
    margin: 0 2px;
    vertical-align: middle;
    font-size: 16px;
    color: #097600;
}
.product-grid-product-template .form-blocks + .form-blocks {
  padding : 0;
  margin: 0;
  border:0;
}
.product-grid-product-template h1.section-title-36 {
    color: #292929;
    font-size: 36px;
    font-weight: 700;
}
.product-logistics .vendor a {
    color: #038AEC;
    text-decoration: underline;
    font-size: 16px;
}
.product-details .product-logistics {
    color: #606466;
    font-weight: 500;
    margin-bottom: 0;
}
.offers span.price-field [data-variant-price] {
    font-size: 24px;
    font-weight: 700;
}
.offers span.price-field [data-variant-compare-at-price] {
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    opacity: 1;
}
.offers [data-savings] span {
  display: none;
}
.offers [data-savings-total] {
    color: #FFF;
    background: #BA5252;
    font-size: 12px;
    font-weight: 400;
    border-radius: 20px;
    height: 25px;
    line-height: normal;
    padding: 7px 10px;
  display: inline-block !important;
}
.product-details-price [data-tax-line] {
  margin-bottom: 5px;
  padding:0;
}
.product-details-price h2.offers.section-title-36 {
    margin-right: 10px;
}
.product-details-price [data-tax-line] small, .product-details-price [data-tax-line] small a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.product-details .product-details-price {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  align-items: center;
}
/* .product-details fieldset.swatch.selectors legend span {
  display: none;
} */
.product-details .swatch .swatch-element .label, .swatch .swatch-element-text .label {
    border: 2px solid #D0D6D8;
    color: #606466;
  background-color : #ffffff;
    border-radius: 10px;
    height: 35px;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 12px;
    font-weight: 500;
  opacity: 1;
}
.swatch .swatch-element .label:after, .swatch .swatch-element-text .label:after {
  border:0 ;
}
.product-details .swatch .swatch-element.color .label.active .label,
.product-details .swatch .swatch-element-text.color .label.active .label,
/* .product-details .swatch .swatch-element.var_hover .label, */
.product-details .swatch .swatch-element.active .label,
/* .product-details .swatch .swatch-element-text.var_hover .label, */
.product-details .swatch .swatch-element-text.active .label {
    border-color: #BA5252;
    color: #000;
    background-color: #FFECEC;
}
.product-details fieldset.swatch.selectors legend {
    font-size: 16px;
    color: #606466;
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
    line-height: normal;
    transform: none;
}
.product-details fieldset.swatch.selectors {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    flex-wrap: wrap;
}
.purchase-section.two-column.bottompad-half button.btn.outline.add-to-cart, #prescription-btn, .purchase-section.two-column.bottompad-half button.btn.add-to-cart {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    min-height: 45px !important;
      display: flex;
    align-items: center;
    justify-content: center;
}
.product-details .purchase-section.two-column.bottompad-half {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start !important;
}
.product-details .shopify-payment-button__button.shopify-payment-button__button--branded .kqsiVA9Jf8LJAbxw8Bau.size--small {
    border-radius: 10px !important;
}
.product-details button.shopify-payment-button__more-options.BUz42FHpSPncCPJ4Pr_f {
    font-size: 14px;
    color: #606466;
    display: inline-flex;
    width: auto;
}
.product-details .purchase-section.two-column.bottompad-half div div > div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.product-details .purchase-section.two-column.bottompad-half > div {
    flex: 1 auto;
}
.product-details .shopify-payment-button__button.shopify-payment-button__button--branded.BUz42FHpSPncCPJ4Pr_f {
    flex: 1;
    margin-right: 10px;
    max-width: 235px;
}


.product-images .top-categories-sec .items img, .product-images .title-align img.img-align {
    max-height: 125px !important;
    object-fit: contain;
    padding: 10px !important;
}

#shopify-section-template--16854005645473__recommendations .dynamic-section.dynamic-section-template--16854005645473__recommendations.section-padding-top.section-padding-bottom {
    background: #FFEDED;
    padding: 4rem 0 5rem;
  margin: 0;
}
#shopify-section-template--16854005645473__recommendations .nine.animate.text-center.center.bottompad-quarter {
    margin-left: 0;
    width: 100%;
}
#shopify-section-template--16854005645473__recommendations .nine.animate.text-center.center.bottompad-quarter h2 {
    text-align: left;
    font-size: 36px;
}
.product-details .form-blocks {
    border: 0;
    padding: 0;
    margin: 0;
}
#shopify-section-template--16854005645473__section_custom_liquid_TBD4zw .dynamic-section-template--16854005645473__section_custom_liquid_TBD4zw {
    background: #F9F9F9;
    margin: 0;
    border: 0;
    padding: 5rem 0;
}
#shopify-section-template--16854005645473__section_custom_liquid_TBD4zw .dynamic-section-template--16854005645473__section_custom_liquid_TBD4zw .title {
    font-size: 36px;
    font-weight: 800;
    color: #292929;
}
#shopify-section-template--16854005645473__section_custom_liquid_TBD4zw .dynamic-section-template--16854005645473__section_custom_liquid_TBD4zw h2,
#shopify-section-template--16854005645473__section_custom_liquid_TBD4zw .dynamic-section-template--16854005645473__section_custom_liquid_TBD4zw h3 {
    font-size: 21px;
    color: #292929;
  font-weight: 700;
}

#shopify-section-template--16854005645473__section_custom_liquid_TBD4zw .dynamic-section-template--16854005645473__section_custom_liquid_TBD4zw p {
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    color: var(--secondary-text-clr);
}

#shopify-section-template--16854005645473__section_custom_liquid_TBD4zw .dynamic-section-template--16854005645473__section_custom_liquid_TBD4zw ul {
    padding-bottom: 0;
    margin-bottom: 20px;
}
#shopify-section-template--16854005645473__section_custom_liquid_TBD4zw .dynamic-section-template--16854005645473__section_custom_liquid_TBD4zw ul p {
  margin-bottom: 0;
}


.product-details .container.pet_detail_container, .presciption-container.details-form .pet_detail_container {
    background: #f9f9f9;
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 4px;
  border: 1px solid #f2f2f2;
}
.product-details .container.pet_detail_container p, .presciption-container.details-form .pet_detail_container p {
    padding: 0;
}
.product-details .container.pet_detail_container .form-control, .product-details .container.pet_detail_container select,
.presciption-container.details-form .pet_detail_container .form-control, .presciption-container.details-form .pet_detail_container select {
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 0 0 15px !important;
    font-size: 14px;
     
}
.presciption-container.details-form .pet_detail_container .form-control:focus, .presciption-container.details-form .pet_detail_container select:focus {
  box-shadow: 0 0 0 .25rem rgba(186, 82, 82, 13%);
}

.product-details .pet_detail_container .row-flex > * {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.product-details .pet_detail_container .row-flex {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
    /* padding-bottom: 10px;
    margin-bottom: 10px; */
}






.search-form form span {
    border: 1px solid var(--line_color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 100px;
}

.search-form form input[type="search"].search-field {
  text-align: left;
}


.metafield-rich_text_field {
    padding: 70px 0 50px;
}
.static-search input[type=search].search-field, .search input[type=search] {
   border-left: none !important; /* Border Removed  border-left: 1px solid var(--line_color) !important; */
}

/* .collection-products.product-loop .title-align img.img-align.landscape {
    max-height: 100% !important;
} */

.btn-check:focus+.btn, .btn:focus {
  box-shadow: none !important;
}








/* Responsive design starts */
@media (max-width: 1200px) and (min-width: 768px) {
    .quick-links .quick-links_col {
        grid-template-columns: 1.2fr 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
   #responsiveMenu {
      flex-direction: column;
      display: none;
  }
  #responsiveMenu.isMobile.open {
    display: flex;
    left: auto;
  }
    .static-search input[type=search].search-field, .search input[type=search], .search #search-product-type {
    color: #fff;
  }
  form#search-header-mobile.active .static-search input[type=search].search-field, .search input[type=search], .search #search-product-type {
    color: var(--body_font_color);
  }
}

@media (max-width: 767px) {
    .quick-links .links_content .h5 a {
        font-size: 18px;
    }
    .quick-links .links_content .sm-img {
      width: 25px;
      height: 25px;
    }
    .header-announcement.announcement_color_scheme p, .header-announcement.announcement_color_scheme a {
        font-size: 14px;
    }
    .quick-links .links_content p.normal-text-clr {
        padding-bottom: 0;
    }
    .header-toolbar .header-customerbar .logo a {
        padding: 0;
    }
    .glider-track.slideshow img.mobile-image {
        object-position: bottom center;
    }
    .quick-links .quick-links_col {
        grid-template-columns: 1fr 1fr;
    }
    #shopify-section-template--16854005317793__aaaf016d-18c9-461f-b2fa-204124415302 .six.mobile.animate.text-left.left,
    .glider-track.slideshow .six.mobile.animate.text-left.left {
        width: 100%;
    }
     #shopify-section-template--16854005317793__aaaf016d-18c9-461f-b2fa-204124415302 .glider-track.slideshow h1,
      .glider-track.slideshow h1 {
        font-size: 30px;
    }
    .glider-track.slideshow .content-height.content-height-options {
        padding: 50px 0 150px !important;
    }
    .header-toolbar .header-customerbar>div {
      width: 100%;
      max-width: 100%;
    }
    .footer .four.relative, .dynamic-section-footer .four.top:nth-child(2), .dynamic-section-footer .four.top:nth-child(1) {
      width: 100%;
    }
}

@media (max-width: 567px) {
    .quick-links .quick-links_col {
        grid-template-columns: 1fr;
    }
    .links_content+.links_content::after {
        content: none;
    }
}



.success.successForm.feedback.news {
  position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    height: auto;
    background: #f8eeee;
    opacity: 1;
    z-index: 1;
    border: 1px solid #ba5252;
    top: -26px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 4px;
}
.success.successForm.feedback.news p {
  margin: 0;
  padding: 0;
  color: #ba5252;
}

section.dynamic-section.dynamic-section-template--16854005645473__pagination.section-padding-top.section-padding-bottom.section-margin-bottom.animate-section-div.clearfix.loaded {
    margin: 0;
    padding: 50px 0;
}



.table>:not(caption)>*>* {
  border-bottom : 0;
}
.modal {
    z-index: 999999 !important;
}

.discountyard-offers-launcher button {
  z-index: 999 !important;
}


/* 18 December 2024 */
.product-grid-product-template .product-images .glider-contain .glider.draggable {
    padding-top: 35px;
}
.cart-info .modal-close {
    top: -11px;
    right: 0;
}
.customer-links .modal-close.hidden, .search-form .modal-close.hidden, .cart-info .modal-close.hidden {
    display: block;
}
#coupons_stacker_add_button span.apply-button-text {
    color: #fff;
}


/* 28 Jan 2025 */
.dynamic-section .animate-section .six.animate.text-left.left.bottompad-quarter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px;
}
.dynamic-section .animate-section h2.section-title-36 {
    flex: 1 auto;
}
.dynamic-section .animate-section .view-all-link {
    flex: 0 auto;
    padding: 0;
}
.dynamic-section .animate-section h3.section-title-18 {
    flex: 1 auto;
    width: 100%;
}
.sub-collections h5.section-title-24 {
    color: var(--text-clr);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.sub-collections h5.section-title-24::after {
    content: "\f061";
    color: var(--text-color-a);
    font-family: var(--icon-family);
    margin-left: 10px;
}



/* 29th Jan 2025 */
.presciption-container.details-form .pet_detail_container .search .col-8 {
    width: 100%;
}
#result {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #f2f2f2;
  padding: 0;
  position: absolute;
  z-index: 9;
}
#result li:hover {
  background-color: #f2f2f2;
  font-weight: 600;
}
.input-field label {
  font-size: 16px;
}
.content .table-scroll h3, .dynamic-content-faq .metafield-rich_text_field h3,
.customProductDescription h3, .article-page h3 {
    font-size: 22px !important;
}
.content .table-scroll h2, .dynamic-content-faq .metafield-rich_text_field h2,
.customProductDescription h2, .article-page h2 {
    font-size: 27px !important;
}
.content .table-scroll h4, .dynamic-content-faq .metafield-rich_text_field h4,
.customProductDescription h4, .article-page h4 {
    font-size: 20px !important;
}
.content .table-scroll h5, .dynamic-content-faq .metafield-rich_text_field h5,
.customProductDescription h5, .article-page h5 {
    font-size: 18px !important;
}
.content .table-scroll h6, .dynamic-content-faq .metafield-rich_text_field h6, .customProductDescription h6,
.article-page h6{
    font-size: 16px !important;
}
.content .table-scroll p, .dynamic-content-faq .metafield-rich_text_field p, .customProductDescription p, .article-page p {
  font-size: 14px !important;
      padding: 0;
    margin-bottom: 1rem;
}

.content .table-scroll table td, .dynamic-content-faq .metafield-rich_text_field table td, .customProductDescription table td,
.article-page table td {
  border: 1px solid #f2f2f2;
}

.content .table-scroll ul li, .dynamic-content-faq .metafield-rich_text_field ul li, .customProductDescription ul li,
.article-page ul li {
  list-style: circle;
}
.content .table-scroll ol li, .dynamic-content-faq .metafield-rich_text_field ol li, .customProductDescription ol li,
.article-page ol li {
  list-style: numbers;
}
.sub-collections .glider.table-center {
    padding-top: 30px;
}
.sub-collections .product {
    display: flex;
    align-items: flex-start;
}
.sub-collections .product .collection {
  width: 100%;
}
.customer-links ul li.cart-info #cart-dropdown {
  margin: 0;
}


/* 04 Feb 2025  */
#cart-table .twelve.table-center.table-scroll {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
#cart-table .twelve.table-center.table-scroll button.btn {
    background: #ba5252;
    color: #fff;
    border: 1px solid #ba5252;
}
p.blog-data, p.feedback, p.additional, .search-text p {
    padding-bottom: 0;
}
.glider-contain.tab-body .product-loop.center.glider-track {
    align-items: flex-start;
}
.glider-contain.tab-body .product-loop.center.glider-track a.btn {
    color: var(--bs-white);
    background-color: var(--theme-clr);
    border: 1px solid var(--theme-clr);
    border-radius: 50px;
    padding: 8px 12px;
    height: auto;
    line-height: normal;
    min-height: auto !important;
    font-size: 14px;
    white-space: nowrap;
}

/* 20 December 2024 */
@media (max-width: 767px) {
  .glider-pagination.relative {
    top: 125px;
    display: flex;
    justify-content: space-between;
}
 
  .glider-pagination button {
    width: 25px;
    height: 25px;
  }
  /* .product.two-half.brands.glider-slide {
    max-width: 235px;
  } */
  .items .link-text, .product .collection .keyed, .dynamic-section .animate-section h3.section-title-18,
  .pharmacy-section p {
    font-size: 14px;
  }
 
  .payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0;
}
  .content-blocks .file-icon {
    max-width: 30px;
    max-height: 30px;
  }
 
  .item_blocks .content {
    font-size: 18px;
  }
  .item_blocks .content p {
    font-size: 15px;
    margin-top: 8px;
    padding-bottom: 6px;
  }
  .order-list-steps li:before {
    width: 22px;
    height: 22px;
    left: 12px;
    top: 50%;
    line-height: normal;
    transform: translateY(-50%);
  }
  .order-list-steps li {
    padding: 12px 120px 12px 44px;
        line-height: 1.4;
        font-size: 14px;
        margin-bottom: 13px;
  }
  .content-blocks.bg-clr:after {
     max-width: 170px;
  }
 
  .pharmacy-section .content-blocks .col {
     width: 33%;
  }
  .dynamic-section .animate-section h2.section-title-36 {
      font-size: 20px;
      margin: 0;
  }
  .container.no-pad {
      padding: 0;
  }
  .glider-contain .product-loop h5.blog-title {
    font-size: 18px;
  }
  .shopify-section h2 {
    font-size: 20px;
  }
  .content-blocks {
    padding: 30px 20px;
  }
  .shopify-section h3.section-title-24 {
    font-size: 16px;
  }
  .trending-section-true .sec-title img, .trending-section .sec-title img {
    width: 30px;
    height: 30px;
  }
  .theme-button {
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
  }
  .product-grid-product-template h1.section-title-36 {
    font-size: 22px;
    line-height: 1.2;
  }
  #cart-table .item-details h4 {
    font-size: 16px;
    font-weight: 600;
  }
  #cart-table h5 {
    font-size: 15px;
  }
  #cart-table .item-details h6 {
    font-size: 14px;
  }
  .block-title, .product-title h4 a {
      font-size: 14px;
      line-height: 1.4;
  }
  .deco-badge-stack .pl-badge-image {
    max-width: 120px;
}
    #cart-table .shipping_msg.bottompad-half.clearfix {
    padding: 0;
    margin: 0;
  }
  #cart-table h1.section-title-48 {
    font-size: 30px;
  }
  #cart-table .shopify-section h3 {
    font-size: 20px;
    margin: 0;
  }
  .collection-info-section h1 {
    font-size: 25px;
  }
  .collection-info-section span, .collection-info-section div {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  .customer-links ul li .cartCountSelector {
      width: 20px;
      height: 20px;
  }
  .header-navigation .cartCountSelector.cart-icon {
      margin-left: 8px;
      margin-top: -15px;
  }
  .customer-links ul li.cart-info span, .account a span {
    font-size: 12px;
  }

  #predictive-search-results-list .eight li.twelve.product.key a {
    grid-template-columns: 1fr;
  }
  .header-navigation nav .responsiveMenu li ul.mega>span.has_no_image_right {
    grid-template-columns: repeat(1, 1fr);
  }
  .header.sticky-navigation.include-border .sticky-navigation-container .header-navigation {
        padding: 0 !important;
  }
  .header-navigation .customer-links li .logo {
    padding: 0 !important;
  }
  .header-navigation nav .responsiveMenu.isMobile li a>span {
    padding: 7px 0;
  }
  .product-grid-product-template .product-images.six, .product-grid-product-template .product-details.five {
    width: 100% !important;
  }
  .product-details fieldset.swatch.selectors {
    flex-wrap: wrap;
  }
  /* .header.header-customerbar.customer_color_scheme {
    display: none;
  } */
  .header.sticky-navigation .logo.table-cell {
    display: none;
  }
  .header.sticky-navigation ul {
    margin: 8px 0 3px;
  }
  .cart-info .modal-close {
    top: -5px;
    right: 0;
  }
  .mobile-only .customer-links ul li.cart-info #cart-dropdown>span {
    max-height: calc(100vh - 300px) !important;
  }
}

 
/* custom_scrollbar */
::-webkit-scrollbar, .new-select ::-webkit-scrollbar, .header-navigation .main-menu ::-webkit-scrollbar {
  width: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-border-clr);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--sub-text-clr);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Home Slider */
.glider-track.slideshow img.mobile-image.nopad.js.lazyload.lazybackground.img-align.landscape, .glider-track.slideshow .relative.lazycontainer.background-overlay {
    height: 100%;
    position: relative;
    object-fit: contain;
}
.glider-track.slideshow .relative.container.half-pad.clearfix {
    height: 100% !important;
    padding: 50px 0;
    min-height: auto;
    position: absolute;
}
.tab-body.glider-slide.text-center.clearfix {
    height: 100% !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .glider-track.slideshow .relative.container.half-pad.clearfix {
      height: 100% !important;
      padding: 50px 0;
      min-height: 290px;
  }
}
@media (max-width: 767px) {
  .glider-track.slideshow .relative.container.half-pad.clearfix {
      height: 100% !important;
      padding: 80px 0;
  }
}


/* Home Slider */

.glider-track.slideshow .relative.container.half-pad.clearfix .relative.table.content-height.content-height-options {
    padding: 0 !important;
    margin: 0 !important;
}
.glider-track.slideshow .relative.container.half-pad.clearfix .relative.table.content-height.content-height-options .six.mobile.animate.text-left.left {
    height: 100%;
    width: 100%;
    display: block;
}
.glider-track.slideshow .relative.container.half-pad.clearfix .relative.table.content-height.content-height-options .six.mobile.animate.text-left.left a.btn {
    background: transparent !important;
    border: none !important;
    color: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    box-shadow: none !important;
}
.glider-track.slideshow img.desktop-image.nopad.js.lazyload.lazybackground.img-align.landscape{
  position: relative;
}
.glider-track.slideshow img.mobile-image.nopad.js.lazyload.lazybackground.img-align.vertical {
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.tab-body .product-loop .table .no-height p a {
    color: #fff;
}
.rb-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.rb-logo img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 0;
}
.product-page .product-container .product-images .featured-image img.vertical {
    max-height: 410px !important;
}
@media (max-width: 767px) {
  .product-page .product-container .product-images .featured-image img.vertical {
      max-height: 300px !important;
  }
}

.index-page .glider-contain.tab-body .glider-tabs .glider-slide {
    text-decoration: none;
    width: 100% !important;
    border-bottom: none;
    background: transparent;
    border-radius: 30px;
    color: #000;
    margin: 0;
    max-width: fit-content;
    min-width: fit-content;
    border: 1px solid;
}
.index-page .glider-contain.tab-body .glider-tabs .glider-slide.first {
    background: #ba5252;
    color: #fff;
    border: 1px solid #ba5252;
}

.index-page .glider-contain.tab-body .glider-tabs .glider-slide span.h5.underline {
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 5px 15px;
    color: #000;
}
.index-page .glider-contain.tab-body .glider-tabs .glider-slide.first span.h5.underline {
    color: #fff;
}

.index-page .glider-contain.tab-body .glider-tabs {
    gap: 15px;
    justify-content: flex-start !important;
}
.recently-viewed-section .recently-viewed-carousel {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 12px 20px;
}
.recently-viewed-section .recently-viewed__heading {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 36px;
    padding: 20px 10px 0;
}
.recently-viewed__title {
    font-size: 16px;
    color: var(--text-clr);
    line-height: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    text-decoration: none;
    outline: none;
}

.recently-viewed__product {
    border: none;
    text-transform: none;
}
.recently-viewed-carousel a {
    text-decoration: none;
}
.shop-condition-home .glider.table-center.draggable {
    padding-top: 0px;   /* padding-top: 40px; remove for spacing issue */
}

.shop-condition-home .container.no-pad {
    padding: 0;
}
.glider-contain.tab-body.tabs .glider.table-center.draggable {
    padding-top: 0;
}

.recently-viewed-carousel .slick-slide img {
    /* height: 100%;
    min-height: 210px;
    max-height: 210px;
    object-fit: contain; */
    background-color: var(--bs-white);
    border-radius: 10px;
    padding: 30px 15px;
    object-fit: contain;
    border: 1px solid var(--light-border-clr);
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 250px!important;
    min-height: 250px !important;
}
.recently-viewed__price {
    color: #ba5252;
}

.rb-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.rb-logo img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 0;
}
.recently-viewed-carousel .slick-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
    border: none !important;
    font-size: 0 !important;
    padding: 0 !important;
    background: var(--border-clr) !important;
    color: var(--bs-white) !important;
    border-radius: 20px !important;
    width: 40px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
}
.recently-viewed-carousel .slick-arrow:before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 10px !important;
    height: 10px !important;
    border: 2px solid white !important;
    border-width: 2px 2px 0 0 !important;
    border-radius: 10% !important;
    box-shadow: 0px 0px 0px 0px var(--arrow_color) !important;
    padding: 4px !important;
    transition: box-shadow 0.25s linear !important;
}

@media (max-width: 767px) {
  .recently-viewed-section .recently-viewed__heading {
      font-size: 20px;
      margin: 0;
      padding: 0px 22px;
  }
  .recently-viewed-carousel button.slick-prev.slick-arrow, .recently-viewed-carousel button.slick-next.slick-arrow {
      width: 24px;
      height: 24px;
  }
  .recently-viewed-carousel .slick-arrow:before {
      width: 10px !important;
      height: 10px !important;
  }
  .recently-viewed-section .recently-viewed-carousel {
      padding: 0 22px 12px;
  }
  .recently-viewed-carousel .slick-slide img {
      height: 100%;
      min-height: 140px;
      max-height: 140px;
      object-fit: contain;
  }
  .rb-logo {
      padding-top: 20px;
  }
  center.home-heading h1 {
    font-size: 24px;
    padding-top: 10px;
}
}

/* Top bar Slider */

.top-slider-bar .glider-track.slideshow .relative.container.half-pad.clearfix {
    position: relative;
    padding: 0;
    margin: 0 auto;
}
.top-slider-bar {
    background: #64b2b0;
    margin: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    border: none !important;
}
.top-slider-bar h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}
.top-slider-bar .six.mobile.animate.text-center.center.bottompad-section {
    margin-bottom: 0;
    padding-top: 0;
}
.top-slider-bar .glider-pagination {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    margin: 0;
}
.top-slider-bar  .glider-track.slideshow.loaded {
    padding: 10px 0;
}
.top-slider-bar .six.mobile.animate.text-center.center {
    padding-top: 0;
}
/* .recently-viewed-carousel .slick-track {
    width: 100% !important;
} */


.recently-viewed-carousel .slick-track {
    display: flex;
    margin: 0 auto;
    min-width: 100%;
    padding: 0;
    transform: translateZ(0);
}

.select-box-container {
    padding: 20px 0 25px;
}

.select-box-container select {
    border-radius: 30px;
    padding-left: 20px;
    border-color: #64b2b0;
}

.select-box-container select:focus-visible {
    box-shadow: none;
}


/* New Spacing Changes 11-April-2025 */


.home-heading h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}
.home-heading h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.collection-list-section .product.two-half {
    max-width: 230px;
    width: 100% !important;
}
.collection-list-section .product-loop.glider-track {
    width: auto !important;
}

.collection-list-section button.theme-button, .product-list-section button.theme-button, .pharmacy-section .content-blocks button.theme-button, .view-all-container button.theme-button {
    padding: 7px 35px 5px 15px;
    font-size: 12px;
  white-space: nowrap;
}
.collection-list-section h2.section-title-24, .product-list-section h2.section-title-24, .pharmacy-section h2.section-title-24 {
    margin-bottom: 0;
}
.why-us-section h2 {
    font-size: 24px;
}
.trending-section h2 {
    font-size: 24px;
}
/* .deco-badge-stack {
    position: absolute;
    top: 0;
}
.deco-badge-stack img {
    width: 100%;
    max-width: 100px;
    margin-left: 0;
    border-top-left-radius: 6px;
} */
.shop-condition-home .banner-container .container.half-pad {
    padding-left: 0;
}
.shop-condition-home .banner-container .container.half-pad .text-left {
    padding-left: 0;
}
.collection-list-section .banner-container .relative.table.content-height.content-height-options {
    margin-bottom: 0;
}
.collection-list-section .banner-container .six.animate.text-left.left.bottompad-quarter, 
.product-list-section .banner-container .six.animate.text-left.left.bottompad-quarter {
    justify-content: space-between;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}
.product-loop .text-left h5.blog-title {
    font-size: 18px;
}
.product-loop .text-left p {
    padding-bottom: 0;
    font-size: 14px;
}
.product-loop .text-left h6.blog-data time {
    font-size: 14px;
}
.product-loop .text-left  p.blog-data {
    font-size: 12px;
}
.why-us-section .sec-title {
    margin-bottom: 10px !important;
}
.why-us-section .content p {
    padding-bottom: 0;
    font-size: 14px;
}
.why-us-section .content .d-flex.gap-2.align-items-center.mb-1 {
    font-size: 14px;
}
.why-us-section .content img {
    width: 14px;
    height: 14px;
}
.collection-list-section h3.section-title-18 {
    font-size: 16px;
}
.banner-container h3.section-title-18 {
    font-size: 16px;
}
.shop-condition-home .content-height-options {
    margin-bottom: 0;
}
.shop-condition-home .banner-container .relative.table.content-height.content-height-options {
    margin-bottom: 0;
}
.collection-list-section .banner-container {
    margin-bottom: 0;
}
.product-list-section .banner-container {
    margin-bottom: 0;
}
.product-list-section .product-loop.glider-track .product {
    max-width: 230px;
    width: 100% !important;
}
.product-list-section .product-loop {
    width: auto !important;
}
.shop-condition-home .product-loop.glider-track .product {
    max-width: 230px;
    width: 100% !important;
}
.shop-condition-home .product-loop {
    width: auto !important;
}
.blog-listing .product-loop .product {
    width: 100% !important;
    max-width: 500px;
}
.blog-listing .product-loop {
    justify-content: flex-start;
     width: auto !important;
}
.blog-listing .product-loop .product img {
    margin-left: 0;
}
.recently-viewed .product-loop .product {
    max-width: 230px;
    width: 100% !important;
}
.recently-viewed-wrapper .recently-viewed .product-loop {
    justify-content: flex-start;
    width: auto !important;
}
.product-title h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product .product-thumb {
    margin: 0 0 10px;
}
.home-banner-text {
    height: 250px;
    overflow: visible;
}
.home-banner-text .relative.lazycontainer.background-overlay::before {
    content: '';
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgba(255, 255, 255, 1));
    backdrop-filter: blur(10px);
    z-index: 1;
    pointer-events: none;
}
.glider .product:not(.ignore) .product-thumb, .glider.thumbnails .image, .glider .product, .glider .logo, .glider .glider-slide[data-glider="unloaded"] {
    opacity: 1;
}
.select-box-container #result2 {
  margin-top: 5px;
}
.select-box-container .select-pet {
    font-weight: bold;
}
@media (max-width: 767px) {
  .home-banner-text img.mobile-image.nopad.js.lazyload.lazybackground.img-align.vertical {
      position: relative;
  }
  .home-banner-text {
      height: 100%;
  }
  .collection-list-section h2.section-title-24 {
      padding-bottom: 14px;
      font-size: 18px;
      width: auto;
      /* max-width: 200px; */
    line-height: 1.3;
  }
  .collection-list-section a.view-all-link {
      margin-bottom: 10px;
  }
  .shop-condition-home .banner-container .container.half-pad .text-left {
      /* padding-left: 20px; */
     padding-left: 0px;
  }
  .collection-list-section h3.section-title-18 {
      display: none;
  }
}
li.search.static-search.mobile-search.avoid {
    display: none !important; 
}
@media (max-width: 767px) {
    .pharmacy-section .content-blocks.bg-clr {
        display: none;
    }
    li.search.static-search.mobile-search.avoid {
        display: block !important;
        width: 100%;
    }
    .header-toolbar .header-customerbar .header-customerbar-container {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
    }
    .static-search input[type=search].search-field, .search input[type=search], .search #search-product-type {
        color: #000000b0;
        border-radius: 30px;
    }
    .static-search .search-form .search-results {
        top: 60px;
    }
    .header-customerbar-container predictive-search {
        padding: 0;
    }
    .header-toolbar .header-customerbar .logo a {
        width: 100%;
        max-width: 200px;
        min-width: 130px;
    }

    span.icon.icon-search {
      width: 30px;
      height: 30px;
    }
    .static-search .search-form.search-form-header > span button svg {
      height: 16px;
    }
    .static-search input[type=search].search-field, .search input[type=search], .search #search-product-type {
      min-height: 40px;
    }
    .collection-list-section button.theme-button, .product-list-section button.theme-button, 
    .pharmacy-section .content-blocks button.theme-button, .view-all-container button.theme-button {
      line-height: 1.3;
    }
    .static-search .search-form.search-form-header {
      z-index: 99;
    }
    .collection-list-section .banner-container .six.animate.text-left.left.bottompad-quarter, 
    .product-list-section .banner-container .six.animate.text-left.left.bottompad-quarter {
      align-items: start;
    }
}


/* 30-04-2025 */
.heading-section h3.section-title-24, .heading-section h3.section-title-18 {
    font-size: 16px;
}
.heading-section {
    padding: 0 !important;
}
.heading-section h2.section-title-24 {
    margin: 0;
}

.glider-contain.tab-body .inner-container img {
    max-width: 1300px !important;
    max-height: 100% !important;
}
.why-us-section .container {
    padding: 0;
}

.blog-listing .twelve.animate.d-flex.justify-content-between.align-items-center.flex-wrap.text-left {
    padding: 0;
}

.shop-condition-home .banner-container.bottompad-quarter.clearfix {
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    max-width: 1320px;
    margin: 0 auto;
}

.recently-viewed-wrapper .six.animate.text-left.left.bottompad-quarter {
    padding: 0;
}

.collection-list-section .banner-container .six.animate.text-left.left.bottompad-quarter, 
.product-list-section .banner-container .six.animate.text-left.left.bottompad-quarter{
    padding: 0;
}

.shop-condition-home .container.no-pad.clearfix {
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
}

.faq-section .twelve.animate.text-left.left {
    padding-left: 0;
    padding-right: 0;
}

.radio-group label {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

input.rx-form-radio[type=checkbox], input.rx-form-radio[type=radio] {
    border: 1.5px solid #ba5252;
}
input.rx-form-radio[type="checkbox"]:checked:before, input.rx-form-radio[type="radio"]:checked:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #ba5252;
    border-radius: 50%;
}
.product-grid-product-template .product-details.five form .product-header h1 {
    font-size: 20px;
}
.additional-info-section .heading-add-info {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.shop-condition-home .tab-body .glider-pagination {
    padding: 0;
}

.free-shipping-content .home-top-content {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
}

.free-shipping-content .top-stripe {
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.free-shipping-content {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    align-items: center;
    gap: 10px;
}

.free-shipping-content .home-top-content a {
    color: #fff;
}
@media (max-width: 767px) {
    .free-shipping-content {
      align-items: center;
      gap: 3px;
      flex-direction: column;
      font-size: 14px;
  }
  .free-shipping-content .top-stripe {
      font-size: 14px;
  }
  .free-shipping-content .home-top-content {
      font-size: 14px;
  }
  .free-shipping-content .top-stripe {
      text-align: center;
  }
  .shop-condition-home .glider-contain.tab-body.tabs {
      padding: 0;
  }
  .shop-condition-home .glider.table-center.draggable {
      padding-top: 0;
      padding: 0;
  }
  .shop-condition-home .glider-contain.tab-body.tabs .glider-button-next {
      right: -9px;
  }
  .shop-condition-home .glider-contain.tab-body.tabs .glider-button-prev {
      left: -9px;
  }
}
#shopify-section-template--16854005317793__section_collections_list_cbVYib h2:before, 
#shopify-section-template--16854005317793__section_collections_list_twXHWy h2:before, 
#shopify-section-template--16854005317793__section_product_list_4TNHdH h2:before, 
#shopify-section-template--16854005317793__section_collections_list_qkzWWb h2:before {
  display: none;
}

.cta-banner .cta-notice {
    font-size: 20px;
}
.cta-banner .cta-notice-para {
    margin-bottom: 0;
}
.product .product-details .restock-alerts-notify-button {
    color: var(--bs-white);
    background-color: var(--theme-clr);
    border: 1px solid var(--theme-clr);
    border-radius: 50px;
    padding: 5px 12px;
    height: auto;
    line-height: normal;
    font-size: 16px;
    white-space: nowrap;
    min-height: 40px;
}

.top-header-bar {
    display: flex;
    align-items: center;
}
.top-header-bar .track-link {
  display: contents;
  margin-bottom: 16px;
}
.top-header-bar .track-link .track-inner .text-decoration-underline.h5.mb-0 {
    font-size: 18px;
}
.top-header-bar .track-link  img.sm-img {
    margin-bottom: 0;
}
.top-header-bar .track-link .track-inner {
    padding: 0;
}

/* Blog Page Css */

.blog-page .twelve.page-content.clearfix {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}
.blog-page .nine.center.text-left.background-white.clearfix {
    width: 100%;
}
.blog-page .banner-section+.container {
    margin-top: 0;
}
.blog-page .twelve.page-content.clearfix::before {
    display: none;
}
.blog-page .twelve.page-content.clearfix h3.blog-title {
    font-size: 22px;
    color: #292929;
    font-weight: 700;
}
.blog-page .twelve.page-content.clearfix .blog-content {
    padding: 0;
}
.blog-page .twelve.page-content.clearfix .blog-read-more.clearfix {
    padding: 0;
}
.blog-page .twelve.page-content.clearfix .relative.lazycontainer.bottompad.center {
    padding: 0;
}
.blog-page .twelve.page-content.clearfix .relative.lazycontainer.bottompad.center img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.blog-page .twelve.page-content.clearfix h3.blog-title a:hover {
  color: #ba5252;
}
.blog-page .banner-section nav.breadcrumbs {
    display: none;
}
.blog-page .banner-section .nine {
    margin: 0;
    padding: 120px 0;
}
.blog-page .banner-section  h1 {
  color: #292929;
  font-weight: bold;
  font-size: 70px;
}

.article-page nav.twelve.breadcrumbs.breadcrumb_text.bottompad {
    display: none;
}
.article-page .single-blog-image {
    padding: 0;
}
.article-page .single-blog-image img {
    border-radius: 40px;
    margin: 0;
    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
}
.article-page .single-blog-info h1 {
    font-weight: 700;
    color: #292929;
    font-size: 38px;
    line-height: 1.2;
}
.article-page .newsletter form.section-color.newsletter_form {
    max-width: 100%;
}
.article-page .single-blog-content .right .newsletter span.form input {
    border: 1px solid #ba5252;
}
.article-page .single-blog-content .right .newsletter span .btn {
    background: #ba5252;
    color: #fff;
}
.article-page .single-blog-content .right h5.bottompad {
    margin-bottom: 15px;
}
.article-page .single-blog-content .right .article img {
    height: 100%;
    border-radius: 15px;
    width: 100% !important;
    min-width: 140px;
    max-width: 120px !important;
    min-height: 120px;
    object-fit: cover;
}
.single-blog-content .right .recent-articles .article {
    display: flex;
    gap: 12px;
    margin-bottom: 0;
}
.article-page .single-blog-content .right .article h6 a.keyed {
    font-weight: 800;
}
.article-page .single-blog-content .right  nav {
    background: #ba5252 !important;
}
.article-page .single-blog-content .left p {
    font-size: 16px !important;
    color: #292929;
}
.single-blog-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 50px;
}
.single-blog-content .left {
    float: none;
    flex: 1;
}
.single-blog-content .right {
    float: none;
    display: flex;
    position: relative;
    flex-direction: column;
}
.single-blog-content .right .table-content-heading {
    position: sticky;
    top: 135px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .blog-page .twelve.page-content.clearfix {
      grid-template-columns: repeat(2, 1fr);
      width: 100%;
  }
  .blog-page .banner-section .nine {
      margin: 0;
      padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .blog-page .twelve.page-content.clearfix {
      grid-template-columns: repeat(1, 1fr);
      gap: 0;
      width: 100%;
  }
  .blog-page .twelve.page-content.clearfix .relative.lazycontainer.bottompad.center {
      padding: 0;
  }
  .blog-page .banner-section .nine {
      margin: 0;
      padding: 23px 0;
  }
  .blog-page .banner-section h1 {
      font-size: 38px;
  }
  .single-blog-content {
      gap: 50px;
      flex-wrap: wrap;
  }
  .single-blog-content .right .recent-articles .article {
      flex-direction: column;
  }
  .single-blog-content .right .recent-articles .article .bottompad-quarter.relative.lazycontainer.center.clearfix {
      width: 100%;
  }
  .article-page .single-blog-content .right .article img {
      max-width: 100% !important;
  }
  .article-page .single-blog-info h1 {
      font-size: 28px;
  }
  .single-blog-content .right .table-content-heading {
      display: none;
  }
  section.dynamic-section.dynamic-section-template--17266033229985__1742982000d49751f5.section-padding-top.section-padding-bottom.section-margin-bottom.section-border.clearfix.loaded {
      display: none;
  }
}

.header-navigation nav .responsiveMenu > li > ul.dropdown.text-right {
	left: 0 !important;
	right: auto !important;
}
span.rx-prescription-text {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding-bottom: 20px;
    font-size: 16px;
    width: 100%;
}
.product-details-price [data-tax-line] {
    margin-bottom: 0;
}
.product-details-price h2.offers.section-title-36 {
    margin-bottom: 0;
}
span.rx-prescription-text img {
    margin: 0;
    width: 100%;
    max-width: 30px;
    rotate: 10deg;
}
.glider-pagination.slideshow-carousel {
    /* bottom: 10px; */
    pointer-events: none;
    top: 40%;
}
.glider-pagination.slideshow-carousel .glider-button-prev {
    /* background: #64b2b040; */
    pointer-events: auto;
    float: left;
}

.glider-pagination.slideshow-carousel .glider-button-next {
    /* background: #64b2b040; */
    pointer-events: auto;
    float: right;
}
@media (max-width: 1366px) and (min-width: 768px) {
    span.rx-prescription-text {
        padding-top: 0px;
    }
    .product-details-price [data-tax-line] {
        margin-bottom: 0;
    }
    .product-details-price h2.offers.section-title-36 {
        margin-bottom: 0;
    }
}
#stack-discounts-input-block .stack-discounts-tags-wrapper .stack-discounts-tag {
    position: relative !important;
    cursor: default !important;
}
.shipping-tag {
    font-weight: 900;
    background: #e4e4e4;
    padding: 8px 5px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.shipping-tag img {
    margin: 0;
}
span.quantity.form {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

#main-body .pd-cookie-banner-window {
    max-width: 17em !important;
    padding: 1em !important;
}
#main-body .pd-cookie-banner-window button.cc-btn.cc-btn-decision.cc-dismiss {
    padding: 8px 0px 6px;
    line-height: normal;
}
#main-body .pd-cookie-banner-window img.cc-banner-logo {
    max-width: 30px !important;
}
#main-body .pd-cookie-banner-window .cc-message {
    margin-top: 10px;
}
#cart-dropdown .negative-right button {
    color: var(--bs-white);
    background-color: var(--theme-clr);
    border: 1px solid var(--theme-clr);
    border-radius: 4px;
    height: auto;
    min-height: auto !important;
    font-size: 14px;
    white-space: nowrap;
    line-height: calc(var(--small) * 1.25);
    padding: calc(var(--master_spacing) / 2) var(--xx_small);
}

#cart-dropdown .negative-right button:hover {
    background: transparent;
    color: var(--button_secondary_text);
}


/*****custom-new-css 1-TDC*******/

@font-face {
    font-family: 'Roc Grotesk';
    src: url('./fonts/RocGrotesk-Regular.woff2') format('woff2'),
        url('./fonts/RocGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roc Grotesk', Arial, sans-serif;
}
.Tdc-description-section h3,
.Tdc-description-section h4,
.Tdc-description-section h5,
.Tdc-description-section h6,
.Tdc-description-section p {
    color: black !important;
}

.section-container-first {
    background-color: #EBFEFF;
}

.section-content-first {
    max-width: 1320px;
    margin: auto;
    padding-top: 40px;
}

.section-text-first-left {
    width: 50%;
    padding-top: 40px
}

.Tdc-description-section .section-content-first h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}

.section-text-first {
    display: flex;
    justify-content: space-between;
}

.Tdc-description-section .section-text-first-left h3 {
    font-size: 38px !important;
    font-weight: 600 !important;
    margin: 0px !important;
    width: 456px !important;
    color: black !important;
}
.section-text-first-left p {
    font-size: 22px;
}

.section-text-first-right img {
    max-width: 390px;
    margin-right: 75px;
}

.section-container-second {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1320px;
    margin: auto;
}

.section-container-second h2 {
    font-size: 61px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    color: #058087;
}

.section-content-second h3 {
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    padding-top: 30px;
}

.section-content-second p {
    width: 89%;
    margin: auto;
    padding-top: 20px;
    font-size: 22px;
    text-align: center;
}

.Second-info {
    display: flex;
    padding-top: 35px;
    position: relative;
    justify-content: space-between;
}

.second-section-info {
    display: flex;
    padding-top: 35px;
}

.info-text {
    padding-left: 5px;
}

.Tdc-description-section .info-text h4 {
    margin: 0px;
    color: #058087 !important;
    font-weight: 600;
    font-size: 30px;
}

.info-image img {
    min-width: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
}

.info-text p {
    margin: 0px;
    padding-top: 5px;
}

.second-section-info {
    width: 100%;
    max-width: 430px;
}

.second-section-info p {
    max-width: 370px;
}

.bottle-image {
    position: absolute;
    left: 31%;
}

.bottle-image img {
    min-width: 500px;
    width: 100%;
}

.second-one-info {
    display: grid;
    row-gap: 70px;
}

.Third-div-info {
    display: grid;
    row-gap: 70px
}

.oral-text {
    padding-top: 9%
}

.oral-text p {
    font-size: 22px;
    text-align: center;
    width: 80%;
    margin: auto;
    font-weight: 600;
}

.Tdc-description-section .quote {
    background-color: #9A71E9;
    color: white;
    font-size: 28px;
    width: 80%;
    margin: auto;
    padding: 20px 35px;
    border-radius: 25px;
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
}

.Tdc-description-section .quote p {
    margin: 0px !important;
    color: #fff !important;
    font-size: 28px;
    border-radius: 25px;
    text-align: center;
    font-weight: 500;
}

.section-container-third {
    background-color: #EBFEFF;
}

.section-content-third {
    max-width: 1320px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-content-third h2 {
    font-size: 61px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}

.section-third {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    gap: 130px;
}

.section-text-third {
    display: flex;
    gap: 15px;
}

.section-text-third .one {
    font-size: 24px;
    font-weight: 500;
    border: 1px solid black;
    margin: 0px;
    padding: 5px 15px;
    border-radius: 15px;
}
.Tdc-description-section .one{
    width: unset !important;
}
.section-text-third-left h3 {
    margin: 0px;
    font-size: 32px;
    font-weight: 500;
}

.section-text-third .section-text-third-left p {
    font-size: 22px;
    padding-top: 10px;
    width: 80%;
    border: unset;
    margin: 0px;
}

.cat-image img {
    margin-top: 40px;
    max-width: 437px;
    min-width: 437px;
    max-height: 481px;
    min-height: 481px;
}
.section-content-fourth {
    width: 1320px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-content-fourth h2 {
    font-size: 61px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    color: #058087;
}

.section-fouth-content {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.section-text-fourth {
    display: grid;
    gap: 30px;
}

.section-text-fourth-left h3 {
    font-size: 35px;
    font-weight: 500;
    margin: 0px;

}

.section-text-fourth-left p {
    font-size: 22px;
    margin: 0px;
}

.dog-image {
    align-content: end;
}

.dog-image img {
   width: 100%;
    min-width: 650px;
}

.section-container-fifth {
    background-color: #EBFEFF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-content-fifth {
    max-width: 1320px;
    margin: auto;
}

.section-content-fifth h2 {
    font-size: 61px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}

.section-fifth-content {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.section-text-fifth-left h3 {
    font-size: 35px;
    font-weight: 500;
    margin: 0px;
}

.section-text-fifth-left p {
    font-size: 22px;
    margin: 0px;
    padding-bottom: 30px;
}
.section-fifth-content .dog-image img {
    width: 100%;
    max-width: 530px !important;
    min-width: 470px !important;
    margin-left: 100px;
}
.section-content-sixth {
    max-width: 1320px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-content-sixth h2 {
    font-size: 61px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    color: #058087;
}

.section-text-sixth-header {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.section-text-sixth-left P {
    font-size: 26px;
    font-weight: 600;

}

.section-text-sixth {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.section-text-sixth-left {
    max-width: 275px;
    text-align: center;
    align-items: center;
}

.section-text-sixth {
    padding-top: 40px;
}
.section-text-sixth-header img{
    margin: 0px;
    max-height: 80px;
    min-width: 80px;
}
.section-container-sixth.seventh-section {
    background-color: #EBFEFF;
}
.section-container-sixth.seventh-section h2 {
    color: black;
}

.section-content-eight {
    max-width: 1320px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-content-eight h2 {
    font-size: 61px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    color: #058087;
}

.section-text-eight {
    text-align: center;
    padding-top: 20px;
}

.section-container-nineth {
    background-color: #EBFEFF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-content-nineth {
    max-width: 1320px;
    margin: auto;
}

.section-content-nineth h2 {
    font-size: 61px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}

.section-nineth-content {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
}

.section-image-nineth img{
min-width: 390px;
max-width: 100%;

}
.section-text-nineth .dynamic-section{
    background-color: unset !important;
    border:unset !important;
}
.section-text-nineth .open-container{
    border: 1px solid #5A408B !important;
    background-color: white !important;
}
.section-text-nineth .twelve animate text-left left{
padding-top: 0px !important;
}
.section-content-tenth {
    max-width: 1320px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 90px;
}

.section-content-tenth h2 {
    font-size: 61px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    color: #058087;
}

.section-content-tenth h3 {
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    padding-top: 30px;
}

.section-text-tenth {
    background-color: #9A71E9;
    border-radius: 25px;
    padding: 20px 35px;
    width: 80%;
    margin: auto;
    margin-top: 25px;
}

.section-text-tenth p {
    color: #FFFFFF !important;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin: 0px;
}
.section-text-nineth .icon svg {
color: #5A408B !important;
}

/* button styles */
.buy-now{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.buynow_button{
        background-color: #B95251;
    color: white;
    padding: 13px 25px 10px 25px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 40px;
    border: 1px solid #B95251;
    text-decoration: none;
}
.buynow_button:hover{
    background-color: white;
    color: #B95251;
    cursor: pointer;
    transition: 0.3s;
}
.section-text-fifth .buy-now {
   padding-bottom: 30px;
   margin-top: 20px;
   text-align: left;
}
.buynow_button:hover {
  text-decoration: unset;
}
.section-text-nineth .open-container .open {
      font-size: 22px;
}
.section-text-nineth .open-slide.faq p {
 font-size: 20px;
}



/* responive designs */
/* ipad pro */
@media (max-width: 1366px) {
    .section-text-firs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-text-first-right img {
        margin-right: 0px;
    }

    .second-section-info {
        max-width: 570px;
    }

    .bottle-image {
        z-index: -1;
        left: -83px;
        bottom: -40px;
    }

    .Second-info {
        display: grid;
        justify-content: right;
    }

    .second-section-info p {
        max-width: 100%;
    }

    .second-one-info {
        row-gap: 10px;
    }

    .second-section-info {
        padding: 0px;
        ;
    }

    .Third-div-info {
        row-gap: 10px;
    }

    .section-container-second {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-content-first {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-third {
        display: grid;
        gap: 30px;
        padding: 0px;
        ;
    }

    .cat-image {
        text-align: center;
    }

    .section-text-third .section-text-third-left p {
        width: 100%;
    }

    .section-content-third {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dog-image img {
        margin-left: 0px;
    }

    .section-content-fourth {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        max-width: fit-content;
    }

    .section-content-fifth {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .section-fifth-content {
        gap: 20px;
    }

    .section-container-nineth {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-content-tenth {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 1024px) {
    .bottle-image {
        display: none;
    }

    .second-section-info {
        max-width: 90%;
        margin: auto;
    }

    .second-one-info {
        row-gap: 30px;
    }

    .Third-div-info {
        row-gap: 30px;
        padding-top: 30px;
    }

    .dog-image {
        display: none;
    }

    .section-text-sixth {
       /* display: grid; */
        justify-content: center;
        width: 100%;
        margin: auto;
        gap: 20px;
    }

    .seventh-section .section-text-sixth {
        display: flex;
    }

    .seventh-section .section-text-sixth-left {
        max-width: 205px;
    }
    .section-text-first-right img{
    max-width: 100%;
    }
}

@media (max-width: 767px) {

    .section-content-first h2 {
        font-size: 40px;
        text-align: left;
    }

    .section-text-first {
        display: grid;
    }

    .section-text-first {
        display: inline;
        max-width: 100%;
    }

    .section-text-first-left {
    width: 100%;
    }
    .section-container-second h2 {
    font-size: 40px;
    text-align: left;
    }
    .section-content-second h3 {
    font-size: 32px;
    text-align: left;
    }
    .section-content-second p {
        width: 100%;
        text-align: left;
    }
    .quote {
        font-size: 20px;
        width: 90%;
        padding: 15px 20px;
    }
    .oral-text p{
            width: 100%;
    text-align: left;
    }
    .section-content-third h2 {
    font-size: 40px;
    }
    .cat-image img {
        max-width: unset;
        max-height: unset;
        min-width: unset;
        min-height: unset;
        width:100%;
    }
    .section-text-third{
        padding-bottom: 15px;
    }
    .section-content-fourth h2 {
    font-size: 40px;
    text-align: left;
    }
    .section-text-fourth-left h3 {
    font-size: 28px;
    }
    .section-text-first-right img {
        max-width: 100%
    }
    .section-text-first-right{
        text-align: center;
    }
    .section-content-fifth h2 {
    font-size: 40px;
    text-align: left;
    }
    .section-text-fifth-left h3 {
    font-size: 30px;
    }
    .section-content-sixth h2 {
    font-size: 40px;
    text-align: center;
    }
    .section-text-sixth.section-text-sixth{
        display: grid;
        justify-content: center;
        width: 100%;
        margin: auto;
        gap: 20px;
    }
    .seventh-section .section-text-sixth-left {
        max-width: 274px;
    }
   .section-text-eight img{
        max-width: 80%;
   }
   .section-text-first-left h3{
    width: 100%;
   }
   .section-image-nineth{
    display: none;
   }
   .section-content-nineth h2 {
    font-size: 40px; 
   }
   .section-content-tenth h2 {
    font-size: 40px;
    text-align: left;
   }
   .section-content-tenth h3 {
    font-size: 28px;
    text-align: left;
   }
   .section-text-tenth p{
    font-size: 20px;
   }
   .Tdc-description-section h2{
    font-size: 40px !important;
    }
    .Tdc-description-section .section-text-first-left h3 {
    Width:100%;
    font-weight:500 !important;
    }
    .Tdc-description-section h3{
    font-weight:500;
    }
    .Tdc-description-section .section-text-first-left h3{ 
    width: 100% !important;
    } 
    .Tdc-description-section .quote {
    width: 100%;
    }
    .Tdc-description-section .quote p {
    font-size: 22px;
    }
    .section-fifth-content .buy-now  {
    text-align: center;}
}
/***fake varients*****/
.fake-variants-options-main{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
.fake-variants{
    display: flow !important;
    gap: 15px;
    align-items: baseline;
    margin-bottom:25px;
    flex-wrap: wrap;
 }
 .fake-variants-title{
    font-size: 16px;
    color: #606466;
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
    line-height: normal;
    transform: none;
    min-width: 117px;
 }
 .fake-variants-options a{
    border: 2px solid #cbcbcb;
    color: #606466;
    padding: 8px 6px 5px 8px;
    border-radius: 8px;
    text-decoration: none;
    margin-right: 0px;
    text-align: center;
 }
.product-details fieldset.swatch.selectors{
   margin-top: 50px;
}
 .fake-variants-options a:active{
    border: 2px solid #BA5252;
    background-color: #ffecec;
    color:black;
 }
.fake-variant-option.active{
border: 2px solid #BA5252;
 background-color: #ffecec; 
color: black;
}
.product-details fieldset.swatch.selectors legend{
    overflow: hidden;
    position: absolute !important;
    top: -70%;
}
.product-details .purchase-section.two-column.bottompad-half.adtcart-button-placement{
    float: right;
    margin-left: 30%;
    min-width: 73%;
    margin-top: 25px;
}
.quantity.form.quantity-button-placement{
    position: absolute;
    bottom: 0%;
}
 
@media screen and (max-width: 1366px){
 .fake-variants-options a{
    max-width: 130px;
    min-width: 130px;
    padding: 4px 6px 3px 8px;
 }
 .fake-variants-options{
    flex: 1;
    grid-template-columns: repeat(auto-fit, minmax(103px, 2fr));
    display: grid;
    row-gap: 10px;
   }
   .product-details .purchase-section.two-column.bottompad-half.adtcart-button-placement{
    min-width: 60% !important;
   }
 }
  
@media screen and (max-width: 1024px){
 .product-details .purchase-section.two-column.bottompad-half.adtcart-button-placement{
    min-width: 50% !important;
}
} 


@media screen and (max-width: 767px){
.fake-variants-options a {
          min-width: 120px;
    }
 .product-details .purchase-section.two-column.bottompad-half.adtcart-button-placement{
    min-width: 50%;
    align-items: unset;
    display: inline;
}
}
swatch selectors{
    position: relative;
}  
.product-details .purchase-section.two-column.bottompad-half.adtcart-button-placement {
       margin-top: 0px;
}
.quantity.form.quantity-button-placement {
     bottom: auto;
     top: 0%;
}
.clearfix{
    position: relative;
}
.product-details fieldset.swatch.selectors legend{
    top:-25px;
}
.swatch-label.label{
    max-width: 295px;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word;
    height: unset !important;
    text-align: left;
}
@media screen and (max-width: 1366px){
   .swatch-label.label{
    max-width: 210px;
   }

}

@media screen and (max-width: 1024px){
   .swatch-label.label{
    max-width: 150px;
   }

}

@media screen and (max-width: 767px){
   .swatch-label.label{
    max-width: 165px;
   }
}
.quantity.form.quantity-button-placement{
     position: unset;
    margin-top: 40px;
    margin-bottom: 30px;
}
.product-details .purchase-section.two-column.bottompad-half.adtcart-button-placement{
     position: absolute;
    top: -70px;
}
@media screen and (max-width: 1024px){
.product-details .purchase-section.two-column.bottompad-half.adtcart-button-placement{
 margin-left: 50%;
}
}
.sold-out-button{
    display: none !important;
}
.product-details .purchase-section.two-column.bottompad-half.adtcart-button-placement {
       top: -75px;
}
.adtcart-button-placement .feedback.cart-success.open.visible.loaded{
    text-align: center !important;
}
.adtcart-button-placement .notifyButtonStyle{
    margin-top: 0px !important;
}`````````````````````````````````````
.purchase-section p.feedback .icon{
    margin: 0px;
}
.feedback.cart-success .html a {
  display: none;
}
/************************/
.collection-list-animal-type.collection-list-section .product.two-half {

     max-width: 325px;
}
.collection-list-animal-type .title-align a.img-align{
        max-height: 180px;
}
.collection-list-animal-type .product .product-thumb{
        max-height: 180px;
}
.collection-list-animal-type .glider.draggable .glider-slide:not(.image) img{
object-fit: cover;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.collection-list-animal-type .glider-pagination.relative{
    display: none;
}
.section-title-48{
    font-size: 24px;
    margin-bottom: 0px;
}
.collection-list-animal-type .title-align .relative:not(.ignore){
 height: 180px;
padding-bottom:unset;
}

/*************bolg page modifications***************/

.blog-page .twelve.page-content.clearfix .relative.lazycontainer.bottompad.center img{   

min-width: 400px;

    max-width: 400px !important;

    min-height: 205px;

    max-height: 205px !important;

    object-fit: cover;

}

@media screen and (max-width: 1024px){

   .blog-page .twelve.page-content.clearfix .relative.lazycontainer.bottompad.center img{

  min-width: 330px;

    max-width: 330px !important;

}

}
.blog-page .twelve.page-content.clearfix .relative.lazycontainer.bottompad.center img {
object-fit: fill;
}
/******27-oct-2025*****/
.swatch.selectors .relative.lazycontainer.label.magnify.swatch-label.color{
 min-height: 36px;
}

.swatch.selectors .relative.lazycontainer.label.magnify.swatch-label.color .icon,icon-times{
  display:none;
}
.swatch.selectors .relative.lazycontainer.label.magnify.swatch-label.color{
 min-width: 36px;
}
.magnify img.lazyload {
    transform: scale(1);
}
/******28-oct-2025*****/
.product-details img.lazybackground.center-center {
        min-height: 16px;
    min-width: 16px;

}
.product-details img.lazyload {
    transform: scale(1);
}
.product-details .relative.lazycontainer.label.swatch-label.color{
 min-height: 26px;
    min-width: 26px;
}
.product-details .clearfix.swatch.selectors.grid{
    margin-top :10px;
}
/****nov6****/
.rx-form-add{
    padding-top: 10px;
    margin-bottom: 0px;
}
/*****home-page-banner*****/
.dynamic-section-sections--18455244996769__section_html_7DWiCD{
   Background:white
}
.free-shipping-content.top-bar-homepage{
    border: 2px solid #ECECEC;
    max-width: 1300px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: white;
}

.free-shipping-content.top-bar-homepage:hover
{
     background:#ECECEC !important;
}


.free-shipping-content.top-bar-homepage .home-top-content .top-stripe .Free-shipping-underline{
    color: black !important;
}

.free-shipping-content.top-bar-homepage .home-top-content a{
    color: black !important;
    font-size: 14px;
}

.free-shipping-content.top-bar-homepage h6 a{
    color: black !important;
    font-size:14px;
}
.free-shipping-content.top-bar-homepage .home-top-content{
       color: black !important;

}


.homepage-banner .relative.clearfix{
    max-width: 1310px;
    margin: auto;
    margin-bottom: 30px;
}

.homepage-banner .tab-body.glider-slide.clearfix.active.center.visible{
    border-radius: 20px;
    max-width: 1310px !important;
}

@media only screen and (max-width: 1366px){
 .homepage-banner .relative.lazycontainer img {
        max-width: 92% !important;
        border-radius: 10px;
        margin: auto;
    }

}

@media only screen (max-width: 1024px){
.homepage-banner .relative.lazycontainer img {
    max-width: 86% !important;
}

 .container:has(.free-shipping-content.top-bar-homepage){
         max-width: 95%;
 }
}
.free-shipping-content.top-bar-homepage {
 Padding-top: 5px;
padding-bottom: 5px;
border: 1.5px solid #ECECEC;
}
.free-shipping-content.top-bar-homepage:hover {
    background: #f1f1f1 !important;
}
.free-shipping-content.top-bar-homepage .home-top-content {
    Font-size:14px;
}