/** Shopify CDN: Minification failed

Line 68:14 Expected identifier but found whitespace
Line 68:22 Unexpected ";"

**/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
body,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: IBM Plex Sans, sans-serif !important;
}

.button:after,
.button:before,
.button:hover {
    box-shadow: none!important;
}

* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

:hover,
:focus {
    outline: none;
    text-decoration: none;
}

*:focus-visible {
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}

li,
ul {
    list-style: none;
    margin: 0;
}

a,
button {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
    cursor: pointer;
}

img {
    max-width: 100%;
    object-fit: cover;
}

input,
button,
select,
textarea
    font-size: inherit;
    color: inherit;
    font-family: inherit !important;
}


/* .button:hover:before,
.button:hover:after {
    box-shadow: none !important;
    border: 0;
} */

.header__icon:hover .icon,
.modal__close-button:hover .icon {
    transform: inherit;
}


/*================HEADER-START================*/
.drawer__close {
    right: 0!important;
}
.cart-drawer .cart-item__totals {
    justify-content: center !IMPORTANT;
}
.drawer__inner {
    padding-right: 40px !IMPORTANT;
}
.header-is-sticky header.header {
    padding-top: 0;
    padding-bottom: 0;
}
header.header .header__icon--cart svg {
    display: flex;
    margin: 0 auto;
}
.announcement-bar-section .page-width {
    max-width: 828px;
}

.announcement-bar-section .announcement-bar {
    border-bottom: 0;
}

.announcement-bar-section .announcement-bar__message {
    font-size: 15px;
    padding: 18px 30px!important;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
}

.announcement-bar-section .announcement-bar__link {
    padding: 0 !important;
}

.announcement-bar-section .owl-nav button.owl-prev {
    left: 0;
}

.announcement-bar-section .owl-nav button.owl-next {
    right: 0;
}

.announcement-bar-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.announcement-bar-section .owl-nav img {
    display: flex;
    align-items: center;
}

header.header .header__icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 -15px;

}

header.header a.header__icon,
header.header .header__icon--search {
    margin: 0 15px;
}
header.header .header__inline-menu {
    margin-top: 0 !important;
}
header.header {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff!important;
    height: 65px;
}

.header-is-sticky header.header .list-menu--inline .header-menus-list {
    padding: 22px 10px;
}

/* header.header .header__inline-menu {
    width: 60%;
} */

header.header .list-menu--inline {
    padding: 0 10px;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-wrap: wrap;
    margin: -10px;
}

header.header .list-menu--inline .header-menus-list {
    padding: 22px 10px;
}
header.header .list-menu__item {
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: .25em .25em .15em;
    cursor: pointer;
    width: max-content;
    border-bottom: 2px solid transparent;
    color: #030e28;
    font-weight: 400;
}

header.header .list-menu__item:hover {
    border-bottom: 2px solid #d0d0d0;
}

header.header .header__icon {
    display: block;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    width: 1.75em;
    height: 1.75em;
}

header.header .header__icon--cart {
    position: relative;
    margin-right: 0;
}

header.header .header__heading-link {
    margin-left: 0;
    padding: 0;
    transform-origin: center;
    transition: transform 100ms ease;
}

.header-wrapper--border-bottom {
    border-bottom: 0;
}

.header-is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: -1px;
    box-shadow: #b6b6b600 0 3px 6px, #5f5f5f3b 0 3px 6px;
}

header.header a.header__icon svg,
header.header .header__icon--search svg {
    width: 70%;
    height: 100%;
    object-fit: contain;
}

header.header header-drawer {
    margin-left: 0;
}


/*==================HEDAER-SEARCH-BAR-CSS-START==================*/

details[open] .modal-overlay:after {
    content: none;
}

.modal__content {
    position: absolute;
    top: 100%;
    left: 0!important;
    right: 0!important;
    opacity: 0;
    transform: translateY(-5%)!important;
    transition: all .2s linear!important;
    background-color: #fff!important;
}

details[open]>.search-modal {
    transform: translateY(0%)!important;
    opacity: 1!important;
    box-shadow: rgb(0 0 0 / 13%) 0px 5px 10px!important;
}

.search-modal__form .field:before,
.search-modal__form .field:after,
.search-modal__form .field:hover.field:after,
.search-modal__form .field:hover.field:before {
    box-shadow: none!important;
}

.search__input.field_input {
    background: #fff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 78px 8px 20px;
    width: 100%;
    line-height: 20px;
    color: #222!important;
    font-weight: 400;
}

.search-modal__content {
    background: #f6f6f8;
    padding-bottom: 55px;
    padding-top: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin-bottom: -1px;
    height: auto;
    bottom: auto;
}

.modal__close-button.link {
    display: none;
}

.search__button {
    border-radius: 0 5px 5px 0!important;
    background: #222!important;
    min-width: 68px!important;
    right: 0!important;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%!important;
    transform: translateY(-50%);
    height: 38px;
}

.search-modal__form .field__button>svg {
    height: auto;
    width: auto;
}

.template-search__search .field:before,
.template-search__search .field:after,
.template-search__search .field:hover.field:after,
.template-search__search .field:hover.field:after {
    box-shadow: none;
}

body.overflow-hidden {
    overflow: auto;
}

.search-modal__form .get-quote form input::-webkit-input-placeholder {
    opacity: 1;
    color: #222!important;
}

.search-modal__form .get-quote form input::-moz-placeholder {
    opacity: 1;
    color: #222!important;
}

.search-modal__form .get-quote form input:-ms-input-placeholder {
    opacity: 1;
    color: #222!important;
}

.search-modal__form .get-quote form input:-moz-placeholder {
    opacity: 1;
    color: #222!important;
}

.search-modal__form .get-quote form textarea:-moz-placeholder {
    opacity: 1;
    color: #222!important;
}

.header-is-sticky .search-modal__content {
    top: 33px;
}


/*==================HEDAER-SEARCH-BAR-CSS-END==================*/


/*==================MEGA-MENU-CSS-START==================*/

.shop-mega-menu-section {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-5%);
    transition: all .2s linear;
    background-color: #fff;
    pointer-events: none;
    min-height: 500px;
    visibility: hidden;
}

.shownav:hover .shop-mega-menu-section {
    opacity: 1;
    box-shadow: rgb(0 0 0 / 13%) 0px 5px 10px;
    transform: translateY(-1%);
    pointer-events: auto;
    visibility: visible;
}

.header__collection-dropdown {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 20px 40px;
}

.header__collection-content {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 20px 10px;
}

.header__collection-products {
    width: 80%;
    display: flex;
    justify-content: center;
}

.product-card__title {
    font-size: 16px;
    font-weight: 400;
}

.product-card__description {
    font-size: 14px;
    text-overflow: ellipsis;
    color: #030e28;
    font-weight: 400;
    margin-top: 0!important;
}

.product-card__link {
    width: 100%;
    padding: 7px 0;
    text-align: center;
    border: 1px solid #030e28;
    transition: transform .2s ease-in-out;
    margin: 14px 0 0!important;
    line-height: 1em;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d0d0d;
    font-size: 1.7rem;
    font-weight: 400;
    margin-left: 2px;
}

.product-card__link .product-card-compare_at_price {
    text-decoration: line-through!important;
    margin: 0 3px;
}

.product-card__link .product-card__price-highlight {
    color: #0d0d0d;
    font-size: 1.7rem;
    font-weight: 400;
    margin-right: 0;
}

.product-card__link .product-card__price-highlight.sale-price {
    color: #d05a57;
}

.header__collection-title {
    font-size: 27px;
    font-weight: 400;
    color: #030e28;
}

.header__collection-description {
    font-size: 14px;
    color: #030e28;
    line-height: 20px;
    max-width: 210px;
}

.header__collection-product {
    width: 25%;
    padding: 20px 0px 20px 15px;
}

.header__collection-product .product-card {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header__main-dropdown-menu li {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.header__main-dropdown-menu li .header__main-dropdown-content-container {
    padding: 20px;
    width: calc(100% - 220px);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all .2s linear;
    background-color: #fff;
    pointer-events: none;
}

.header__main-dropdown-menu li.active .header__main-dropdown-content-container {
    opacity: 1;
    pointer-events: auto;
}

ul.header__main-dropdown-menu {
    border-right: 1px solid #d0d0d0;
    width: 200px;
    padding: 20px;
}

.header__main-dropdown-menu li .header__main-dropdown-menu-link {
    width: 100%;
}

.header__main-dropdown-content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.header__main-dropdown-content-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 20%;
    padding: 0 25px 0 0;
    gap: 8px;
}

.header__main-dropdown-content-images {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 40%;
    height: 100%;
    margin-left: auto;
}

.header__main-dropdown-content-image1,
.header__main-dropdown-content-image2 {
    width: 48%;
    height: 100%;
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
}

.header__main-dropdown-content-image-text {
    position: absolute;
    inset: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: inset 0px -100px 50px 0px rgb(0 0 0 / 75%);
}

.header__main-dropdown-content-image-text h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
}

.header__main-dropdown-content-image-text p {
    font-size: 13.5px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}

.header__main-dropdown-content-image1 img,
.header__main-dropdown-content-image2 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 300ms ease;
}

.header__main-dropdown-content-image1:hover img,
.header__main-dropdown-content-image2:hover img {
    transform: scale(1.05);
}

.header__main-dropdown-content-link-big {
    display: block;
    padding: .25em;
    font-size: 14px;
    color: #707070;
    font-weight: 400;
}

.header__main-dropdown-menu-button {
    padding: 0.25em;
    margin: 3em 0 0 0;
    color: #030e28;
    font-weight: 700;
}

.header__main-dropdown-content-links li:first-child .header__main-dropdown-content-link-big,
.header__main-dropdown-menu-link {
    font-size: 15px;
    display: block;
    color: #030e28;
    font-weight: 400;
    padding: 0.25em!important;
}

.header__main-dropdown-menu-link:hover,
.header__main-dropdown-content-links li:first-child .header__main-dropdown-content-link-big:hover {
    text-decoration: underline !important;
}

.header__main-dropdown-content-link-big:hover {
    color: #077bff;
}

.header__main-dropdown-menu-container {
    padding: 20px;
}

/* .header__active-menu-item {
    color: #dc5251;
} */

.header-menus-list.wholesale .list-menu__item span {
    color: #dc5251;
}

.contact-faq-item-content ul .faq-tabs-single-content.active>p {
    color: #077bff;
}

.block-dropdown__inner__answer-title {
    font-weight: 900 !important;
}

.contact-faq-main-list-item .block-dropdown__inner__answer-content p a {
    padding: 0;
    text-decoration: underline !important;
    display: inline-block;
    cursor: pointer;
}


/*==================MEGA-MENU-CSS-END==================*/


/*================HEADER-END==================*/


/*================FOOTER-START===============*/

footer.footer {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #FAF8F5 !important;
    margin: 0;
}

footer.footer .footer__content-top,
footer.footer .footer__content-bottom {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

footer.footer .footer-block__heading {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 20px 0;
    color: #030e28;
    letter-spacing: 0.1em !IMPORTANT;
  
}

footer.footer .list-menu__item {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.15;
    padding: 0;
    color: #515357;
    font-weight: 400;
}

footer.footer .list-social {
    justify-content: flex-start;
}

footer.footer .footer__container-social__signup-text {
    display: block;
    max-width: 300px;
    line-height: 1.5em;
    margin-bottom: 14px;
    color: #030e28;
    font-weight: 300;
    position: relative;
    padding-top: 2.875rem;
    margin-top: 2.875rem;
}

footer.footer .footer__container-social__signup-text:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #636363;
    top: 0;
    max-width: 300px;
}

footer.footer .list-social__item .icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

footer.footer .list-social__link {
    padding: 0;
}

footer.footer .footer__content-bottom {
    border-top: 0;
    padding-top: 0;
}

footer.footer .footer__copyright .copyright__content a {
    text-decoration: underline !important;
}

footer.footer .footer__copyright {
    text-align: center;
}

footer.footer .footer__copyright .policy-link-block a {
    text-decoration: underline !important;
    margin: 0 10px;
}

footer.footer .footer__copyright .copyright__content,
footer.footer .footer__copyright a {
    font-size: 13px;
    line-height: 1.15;
    color: #030e28;
    font-weight: 400;
    line-height: 24px;
}

footer.footer .policy-link-block {
    margin-top: 8px;
}

/* Desktop: copyright on the left, policy links on the right, in a single row */
@media(min-width: 750px) {
    footer.footer .footer__copyright {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-align: left;
    }

    footer.footer .footer__copyright .policy-link-block {
        margin-top: 0;
    }

    footer.footer .footer__copyright .policy-link-block a:last-child {
        margin-right: 0;
    }
}

footer.footer .footer__content-top .button--hover-gradient svg {
    position: absolute;
    right: 26px;
    fill: #030e28;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
}

footer.footer .footer__content-top .button--hover-gradient {
    max-width: 222px;
    display: flex;
    width: 100%;
    padding: .5em 2.5em .5em .2em;
    border-radius: 5px;
}

footer.footer .footer__content-top .button--hover-gradient:hover svg {
    fill: #030e28;
}

.footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

footer.footer .list-menu__item:hover {
    color: #636363;
}


/*================FOOTER-END================*/


/*=============MAIN-SECTIONS-START=============*/

.button--hover-gradient {
    display: flex;
    width: max-content;
    padding: 8px 40px;
    justify-content: center;
    cursor: pointer;
    position: relative;
    color: #030e28;
    background: #b0c7fa;
    font-size: 15px;
    transition: all .2s;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    line-height: 1.15;
    align-items: center;
    border-radius: 5px;
}

.button--hover-gradient:hover {
    background:#99b9ff;
    color: #121212;
    /* Additional hover effects if desired */
}

.Main__headings {
    font-size: 36px;
    font-weight: 400;
    color: #030e28;
}

.homepage-top-image-text .homepage-top-text-block .button--hover-gradient:after {
    background: linear-gradient(90deg, #4B7C63 0%, #82FFBE 100%);
}

.homepage-top-image-text .homepage-top-text-block {
    padding-left: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35%;
}

.homepage-top-image-text .homepage-top-image-block img {
    display: block;
    width: 100%;
}

.homepage-top-image-text .homepage-top-image-text-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    background-color: #FAF8F5;
    color: #030e28000;
}

.homepage-top-image-text .homepage-top-subtext {
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.85;
    width: 87%;
    font-weight: 400;
}

.homepage-top-image-text .homepage-top-text-block h2 {
    font-size: 36px;  
    
}

.three-images-with-text .three-images-with-text__content {
    padding-right: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 42vw;
    width: 38%;
    border-radius: 5px;
}

.three-images-with-text .three-images-with-text__images {
    width: 62%;
}

.three-images-with-text .three-images-with-text__content .three-images-with-text__content__max-wrap {
    max-width: 515px;
}

.three-images-with-text .three-images-with-text__content h2 {
    line-height: 1.4;
    max-width: 400px;
    color: #030e28;
}

.three-images-with-text .three-images-with-text__content p {
    font-size: 16px;
    line-height: 1.85;
    width: 82%;
    color: #030e28;
    font-weight: 400;
}

.three-images-with-text .three-images-with-text__images {
    width: 62%;
}

.three-images-with-text .three-images-with-text__images .three-images-with-text__images-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.three-images-with-text .three-images-with-text__images .three-images-with-text__images-container .three-images-with-text__image {
    position: absolute;
    bottom: 0px;
}

.three-images-with-text .three-images-with-text__images .three-images-with-text__images-container .three-images-with-text__image-1 {
    z-index: 1;
    width: 31%;
}

.three-images-with-text .three-images-with-text__images .three-images-with-text__images-container .three-images-with-text__image-2 {
    left: 31%;
    z-index: 2;
    width: 44%;
}

.three-images-with-text .three-images-with-text__images .three-images-with-text__images-container .three-images-with-text__image-3 {
    left: 70%;
    z-index: 2;
    width: 24%;
}

.three-images-with-text .three-images-with-text__images .three-images-with-text__images-container .three-images-with-text__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.three-images-with-text-inner,
.video-with-text-inner {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.homepage-subscribe-save-text-block {
    background-color: #4b7c63;
    color: #fff;
}

.homepage-subscribe-save-text-block,
.video-with-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 11.65vw;
    width: 50%;
    align-items: flex-start;
}

.homepage-subscribe-save-image-block img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.homepage-subscribe-save-image-block {
    aspect-ratio: 16/9;
}

.homepage-subscribe-save-image-block,
.video-with-text-video {
    width: 50%;
    position: relative;
}

.video-with-text-content {
    background-color: #FAF8F5;
    color: #030e28;
    padding: 10px 11.80vw;
}

.homepage-subscribe-save-section {
    padding-top: 20px;
}

.homepage-subscribe-save-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 45vh;
}

.homepage-subscribe-save-image-block video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.homepage-subscribe-save-text-block h2 {
    color: #fff;
    font-size: 36px;
}

.homepage-subscribe-save-text-block .homepage-subscribe-save-subtext,
.video-with-text-content .homepage-subscribe-save-subtext {
    margin: 20px 0;
    line-height: 1.85;
    font-weight: 400;
    font-size: 16px;
}

.video-with-text-video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.video-with-text-video__controls svg.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    cursor: pointer;
    z-index: 2;
}

.video-with-text-video__controls svg.pause {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 2;
}

.promo-email-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.promo-email .promo-email__image {
    width: 50%;
    position: relative;
}

.promo-email .promo-email__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.promo-email .promo-email__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 365px;
    padding: 5vw 0;
    width: 50%;
    background-color: #FAF8F5;
    color: #030e28000;
}

.promo-email .promo-email__content img {
    max-width: 180px;
    margin-bottom: 20px;
}

.promo-email .promo-email__content p {
    margin: 20px 0;
    font-size: 15px;
    color: #030e28000;
    line-height: 1.5em;
    font-weight: 400;
}

.promo-email .promo-email__content .reffer-form-block {
    position: relative;
    max-width: 340px;
    font-family: inherit !important;
}

.promo-email .promo-email__content .reffer-form-block input {
    padding: 10px;
    width: 340px;
    height: 40px;
    background-color: #b0c7fa !IMPORTANT;
    border: 0;
    font-weight: 400;
    Font-size: 12px;
    border-radius: 5px;
}

.promo-email .promo-email__content .reffer-form-block .field:before,
.promo-email .promo-email__content .reffer-form-block .field:after,
.promo-email .promo-email__content .reffer-form-block .field:hover.field:after,
.promo-email .promo-email__content .reffer-form-block .field:hover.field:after {
    box-shadow: none;
}

.promo-email .promo-email__content .reffer-form-block .newsletter-form__button .icon {
    width: auto;
    height: 20px;
}

.promo-email .promo-email__content .reffer-form-block .newsletter-form__button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
    height: 20px;
    width: auto;
}

.promo-email .promo-email__content .reffer-form-block .newsletter-form__field-wrapper {
    max-width: 100%;
}

.video-with-text-video img {
    display: block;
    height: 100%;
}

.collection__title .Main__headings {
    font-size: 27px;
    margin-bottom: 30px;
    color: #0d0d0d;
    font-weight: 400;
    line-height: 40px;
}

.Custom_collection_section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.product-grid .collection-price-block a {
    width: 100%;
    text-align: center;
    transition: transform .2s ease-in-out;
    line-height: 1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #0d0d0d;
    font-size: 1.4rem;
    font-weight: 400;
    margin: -0.5rem 0 0 0 !important;
    border-radius: 5px;
    justify-content: flex-end;
}
.product-grid-info-block {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-gap: 10px;
    align-items: center;
}
.product-grid .price .price-item {
    color: #0d0d0d;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 15px;
  
}

.product-grid .price--on-sale .price-item--regular {
    text-decoration: line-through!important;
    margin-left: 3px;
}


.product-grid .card__information {
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    gap: 7px;
    min-height: 130px;
}

.product-grid .card__heading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}

/* .product-grid .collection-price-block a:hover {
    transform: scale(1.03);
} */

.product-grid .badge {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 10px;
    width: fit-content;
    padding: 0.5em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #030e28;
    background-color: rgb(196,239,104);
    display: block;
    border: 0;
    border-radius: 0;
    font-weight: 400;
}

.product-grid .best-seller-tag {
    background-color: rgb(196,239,104);
}

.product-grid .subscribe-save-tag {
    background-color: rgb(196,239,104);
}

.product-grid .col-sub-text {
    font-size: 13px;
    text-overflow: ellipsis;
    color: #030E28ra;
    font-weight: 300;
    margin-top: 1rem!IMPORTANT;
}

.product-grid .card__heading a:after {
    content: none;
}

.collection-color-block {
    user-select: none;
    letter-spacing: 10px!important;
    line-height: 30px!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
   
}

.collection-color-block .collection-color-swatch {
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
    margin: 3px;
  border-radius: 100px;
}



.collection-color-block .collection-color-swatch:hover div {
    transform: scale(1);
}

.collection-color-block .collection-color-swatch:before {
    border: 1px solid #030e28;
    transform: scale(0);
    position: absolute;
    inset: -3px;
    z-index: 1;
    transition: transform 100ms ease;
    content: '';
    z-index: 2;
    border-radius: 100px;
}

.collection-color-block .collection-color-swatch.active:before {
    transform: scale(1);
}

.homepage-top-image-block {
    width: 65%;
    display: block;
}

.Custom_collection_section slider-component.page-width {
    padding: initial;
}

.collection-filters {
    padding-bottom: 30px;
}

.collection-filters .facets__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0;
    padding-top: 22px;
    padding-bottom: 22px;
   
}

.facets__heading {
    margin: 0!important;
}

.collection-filters facet-filters-form {
    background-color: #d9e5fd;
}

.collection__header-title {
    font-size: 36px;
    color: #030e28;
    font-weight: 400;
}

.breadcrumb {
    font-size: 14px;
    margin: .25em 0 0;
    color: #9b9b9b;
    font-weight: 400;
}

.breadcrumb-block {
    background: #FAF8F5;
    padding-top: 16px!important;
    padding-left: 6.5vw !important;
}

.product-main-slider .product__photo {
    margin-right: 8px;
}

.mobile-facets__summary>div,
.facets__summary>div {
    justify-content: space-between;
    width: 100%;
}

.mobile-facets__summary>div,
.facets__summary>div,
.facet-filters__field .select__select {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    border: 1px solid black;
    font-size: 14px;
    min-height: 30px!important;
    padding: 0 1em;
    gap: 5px;
    text-transform: capitalize;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin: 0!important;
    width: 100%;
}

.facets__heading,
.facet-filters__label {
    font-size: 14px!important;
    color: #030e28!important;
    font-weight: 500!important;
    width: inherit;
    text-align: end;
}

.facet-filters {
    padding-left: 0!important;
    width: 100% !important;
}

.facets__wrapper {
    flex-wrap: inherit!important;
    width: 100%;
}

.facets__summary {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.collection__title {
    color: #030e28;
    font-size: 27px;
    margin: 0 0 30px 0;
    font-weight: 400;
}

.product-grid-container {
    padding-top: 64px;
}

.disclosure-has-popup {
    min-width: 120px;
}

details.disclosure-has-popup[data-index="1"] {
    min-width: 230px;
}

.facet-filters__field .select__select {
    min-width: 130px !important;
}

.facets-container.filter-is-sticky .collection__breadcrumbs {
    display: none;
}

.facets__summary .icon-caret,
.facet-filters__sort+.icon-caret {
    margin-right: 1rem;
}

.facets__summary .icon-caret path,
.facet-filters__sort+.icon-caret path {
    fill: #030e28;
}

.active-facets,
.facets__wrapper {
    display: contents !important;
}

.facets__disclosure {
    margin-right: 0 !important;
}

.facets__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 12px!important;
    gap: 5px;
}

.collection-title-breadcrumbs {
    width: 30%;
}

.filters-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
}

.facets__header {
    color: #030e28;
    font-weight: 400;
    text-transform: capitalize;
}

.facets__item label,
.facets__item input[type=checkbox] {
    color: #030e28;
    font-weight: 400;
    padding: 10px !important;
    font-size: 13px;
}

.facets__header {
    color: #030e28;
    font-weight: 400;
    text-transform: capitalize;
    border-color: #030e28 !important;
}

.facets__display {
    border-color: #030e28 !important;
}

.facets-container {
    padding-top: 0 !important;
}

.parent-display.facets__display {
    z-index: 10;
    background-color: #fff;
    border: 1px solid black;
    border-top: 1px solid #fff;
    position: absolute;
    top: 95%;
    left: 0;
    right: 0;
    width: 230px;
}

.facets__disclosure[open] .facets__summary .icon-caret {
    transform: rotate(180deg);
}

.facet-filters__field .select__select {
    min-width: 130px!important;
    padding-right: 20px !important;
}

.facets__summary span,
.facet-filters__field .select__select,
.facet-filters__field .select__select option {
    font-size: 14px;
    font-weight: 400;
    color: #030e28;
}

.facet-checkbox>svg {
    /*     margin-right: 8px!important;
  */
    display: none !important;
}

.facet-checkbox {
    line-height: 1;
    font-size: 12px;
    padding: 0.5em 0.75em;
    background-color: #fff;
    color: #030e28;
    border: 1px solid #030e28;
    transition: all 100ms ease;
}

.facets__disclosure[data-index="2"] .parent-display.facets__display {
    width: 160px;
}

.facets__header {
    padding: 10px !important;
}

.facets__summary,
.facets__heading,
.facet-filters__label {
    margin-right: 20px !important;
}

.product--stacked .price__container {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    margin-left: 3px;
}

.product--stacked {
    background-color: #FAF8F5;
    padding: 16px 48px 32px 8px;
}

.product--stacked .product__title h1 {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #030e28;
    font-weight: 500;
}

.product--stacked .slick-slide img {
    display: block;
    width: 100%;
}

.product--stacked .product__info-container .price .price-item {
    color: #030e28;
    font-size: 18px !important;
    font-weight:500;
}



.product--stacked .yotpo-sr-bottom-line-text {
    color: #030e28 !important;
}

.product--stacked .product__info-container .price--on-sale .price-item--regular {
    text-decoration: line-through !important;
    font-size: 13px !important;
    color: #515357;
}

.product--stacked .product-short-des {
    font-size: 14px;
    color: #515357;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.product--stacked .shop-more a {
    display: inline;
    color: #077bff;
}

.product--stacked .shop-more {
    font-weight: 400;
    margin: 16px 0;
    color: #ababab;
}

.product--stacked .product-quantity-btn {
    display: flex;
    align-items: center;
    width: 100%;
}

.product--stacked .product-quantity-btn .product-form__input {
    margin-bottom: 0;
    max-width: 90px;
}

.product--stacked .quantity {
    margin-right: 1rem;
    min-width: 90px;
    width: 90px;
    border: 1px solid #c6c6c6;
    color: #030e28;
    background-color: transparent;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    padding: .25em;
    min-height: 46px;
    border-radius: 5px
}

.product--stacked .quantity:before,
.product--stacked .quantity:after {
    box-shadow: none;
}

.product--stacked .product-form__buttons {
    max-width: 100% !important;
}

.product--stacked .quantity__button {
    width: auto;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
}

.product--stacked .product-form__submit {
    margin-bottom: 0!important;
    width: 100%;
    padding: 13px;
    min-height: 46px;
}

.product--stacked .quantity__button svg {
    width: 9px;
}

.product--stacked .product__info-container .product-form {
    margin: 0 !important;
}

.product--stacked .onetime-purchase p {
    font-size: 14px;
    line-height: 1.8;
    color: #030e28;
    font-weight: 400;
}

.product--stacked .product-form__input input[type=radio]+.others-label {
    padding: .75em .5em!important;
    font-size: 16px!important;
    line-height: 1!important;
    background-color: #FAF8F5!important;
    color: #030e28!important;
    border: 1px solid #d0d0d0!important;
    min-width: 50px!important;
    text-align: center!important;
    border-radius: 5px;
    margin: 0 10px 4px 0;
    font-weight: 400;
}

[data-template='product.supplement'] .product--stacked .product-form__input input[type=radio]+.others-label {
    background-color: #FFF!important;
}

.product--stacked .product-form__input input[type=radio]+.others-label:hover {
    border-color: #030e28 !important;
}

.product--stacked .product-form__input input[type=radio]:checked+.others-label {
    border: 2px solid #077bff!important;
    background-color: #b0c7fa!important;
    color: #030e28!important;
}

.pdp-feature-block-inner {
    margin: 8px 0 0;
    display: flex;
    justify-content: center;
    padding: 32px 16px;
    background-color: #FAF8F5;
}

.pdp-feature-block-inner .item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding: 8px;
    flex: 1 1 33.3333%;
    text-align: center;
}

.pdp-feature-block-inner .item .icon {
    width: 40px;
    aspect-ratio: 1;
}

.pdp-feature-block-inner .item .icon svg {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pdp-feature-block-inner .item p.title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    line-height: 20px;
}

.pdp-feature-block-inner .item p.text {
    font-size: 12px;
    color: #121212;
    max-width: 217px;
    margin: 0 auto;
    line-height: 18px;
}

.product--stacked .product-form__input input[type=radio]+.color-label {
    width: 25px!important;
    height: 25px!important;
    position: relative;
    border: 1px solid #4b4b4b;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 0 !important;
    margin: 0 5px 4px 0;
    border-radius: 100px;
}

.product--stacked .product-form__input .color-label:before {
    inset: -4px!important;
    border: 1.5px solid #030e28;
    transform: scale(0);
    transition: transform .1s ease;
    box-shadow: none!important;
    z-index: 2;
    border-radius: 100px;
}

.addon-interface-color label.color-add-label:hover:after {
    transform: scale(1);
    z-index: 1;
}

.product--stacked .product-form__input .color-label:hover:before,
.product--stacked .product-form__input .product-form__input input[type=radio]:checked+.color-label:before {
    transform: scale(1) !important;
    z-index: 1;
}

.product--stacked .product-form__input .form__label {
    color: #030e28;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 14px;
    margin-bottom: 7px;
}

.product--stacked .onetime-purchase {
    margin: 16px 0 0 0;
}

.product--stacked .product-form-main-btn {
    width: 100%;
}

.addon {
    margin: 24px 0 0;
}

.addon .addon-container {
    margin: 16px 0 0 0;
    border: 1px solid #c6c6c6;
    display: grid;
    grid-template-columns: 130px 1fr;
    border-radius: 24px;
}

  .add_on-active .image img{
    border-radius: 24px 0 0 0px !important;      
  }

.addon .addon-title {
    font-size: 18px;
    font-weight: 400;
    color: #030e28;
}

.addon .addon-container .image {
    aspect-ratio: 1;
    grid-row: 1/3;
}

.addon .addon-container .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px 0 0 24px;
}

.addon .addon-container .addon-header {
    padding: 12px 12px 0;
}

.addon .addon-container .addon-header .addon-variant-title * {
    font-size: 16px;
    color: #030e28;
    font-weight: 700;
}

.addon .addon-container .addon-header .addon-variant-title {
    line-height: 1.2;
    margin-bottom: 1px;
}

.addon .addon-container .addon-header .addon-product-description {
    font-size: 12.8px;
    line-height: 16px;
    color: #030e28;
}

.addon .addon-container .addon-interface {
    padding: 12px;
}

.addon .addon-container .open-addon-swatches__label {
    cursor: pointer;
    line-height: 1;
    font-size: 14px;
    padding: 12px;
    width: fit-content;
    display: block;
    border: 1px solid #030e28;
}

.addon .addon-container .addon-interface .addon-add-to-cart__button {
    padding: 1em;
    width: 100%;
    padding: 12px;
}

.product--stacked .addon .addon-container .addon-interface .color-label {
    width: 20px!important;
    height: 20px!important;
    margin: 0 5px 4px 0;
}

.addon .addon-container .addon-interface .button--hover-gradient {
    padding: 16px;
    width: 100%;
    font-size: 12px;
    min-height: 39px;
    max-height: 39px;
}

.addon .addon-container .addon-interface .configurator .swatch-default .details {
    font-size: 12px;
}

.size-guide__link {
    color: #077bff;
    text-decoration: underline!important;
    cursor: pointer;
}

.related-product-block-inner-item {
    width: 33.33%;
    padding: 0 6px;
}

.related-product-block-inner-item .related-product-block-inner {
    display: flex;
}

.related-product-block-inner-item .rebuy-product-title {
    text-decoration: underline !IMPORTANT;
    line-height: 1.4;
    color: #232323;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.product-accordion-section {
    margin: 0 auto;
    padding: 32px 0 64px 0;
    background: #FAF8F5;
}

.product-accordion-section-inner .product-accordion-item .set a,
.product-accordion-section-inner .product-accordion-item .set button {
    cursor: pointer;
    position: relative;
    padding: 12px 16px 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    color: #030e28;
    font-weight: 500;
}

.product-accordion-section-inner .product-accordion-item .set button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: inherit;
    letter-spacing: inherit;
    text-align: left;
    text-transform: none;
    min-height: 0;
}

.product-accordion-section-inner .product-accordion-item {
    border-bottom: 1px solid #c6c6c6;
}

.product-accordion-section-inner .product-accordion-item .set a i,
.product-accordion-section-inner .product-accordion-item .set button i {
    margin-right: 16px;
}

.product-accordion-item .set a i,
.product-accordion-item .set button i {
    margin-right: 16px;
    /* position: absolute; */
    /* left: 16px; */
    /* transform: translateX(-50%); */
    margin-left: 15px;
    font-size: 16px;
}

.product-accordion-section-inner .product-accordion-content p {
    font-weight: 400;
}

.product-accordion-section-inner .product-accordion-content {
    padding: 12px 16px 32px 32px;
    font-size: 16px;
    color: #030e28;
}

.product-accordion-section-inner .product-faq-content {
    padding: 16px 0 32px 0;
}

.product-accordion-content table {
    border: 1px solid #d0d0d0 !IMPORTANT;
    border-collapse: collapse;
    margin: 32px 0 0 0;
    box-shadow: none;
}

.product-accordion-section-inner .product-accordion-item .set a i,
.product-accordion-section-inner .product-accordion-item .set button i {
    margin-right: 16px;
}

.product-accordion-section-inner .product-accordion-item .set .product-list i {
    position: unset;
    margin-right: 0;
    margin-left: 16px;
    font-size: 26px;
}

.product-accordion-section-inner .product-accordion-item .set .product-list {
    padding: 8px 0;
    font-size: 16px;
}

.product-accordion-section-inner .product-accordion-content ul li {
    font-size: 14px;
    color: #030e28;
    font-weight: 400;
}

.product-review-highlights-inner .Main__headings {
    text-align: center;
    margin: 0 0 64px 0;
    font-size: 22px;
}

.product-review-highlights-block {
    display: flex;
    justify-content: center;
    margin: -16px;
    flex-wrap: wrap;
}

.product-review-highlights-item {
    cursor: default;
    padding: 24px;
    max-width: 420px;
    min-width: 300px;
    border: 1px solid #030e28 !important;
    margin: 16px;
    text-align: left;
    height: auto;
    color: #030e28;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-review-highlights-item span {
    display: block;
    margin: 0 0 16px 0;
}

.product-review-highlights-item span svg {
    max-width: 122px;
    height: auto;
}

.product-review-highlights-item h3 {
    font-size: 16px !important;
    color: #030e28;
    font-weight: 500;
    margin-bottom: 16px;
}

.product-review-highlights-item .display-name {
    color: #407cfd;
    margin: 16px 0 0;
    letter-spacing: .8px!important;
    text-transform: uppercase!important;
    font-weight: 400;
}

.product-review-highlights-item .button--hover-gradient {
    text-align: center;
    margin: 64px auto 0;
}

.product-review-highlights-item .product-review-highlights {
    padding: 64px 14px;
}

.product-review-highlights-item .product-review-text p {
    line-height: 1.5 !important;
    font-weight: 400;
    color: #515357;
    font-size: 14px;
}

.product-review-highlights-inner .button--hover-gradient {
    text-align: center;
    margin: 64px auto 0;
}

.product-recommendations-main-section {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    display: block !important;
}

.product-review-highlights {
    padding: 64px 0;
}

.product-recommendations {
    background-color: #b0c7fa69;
    padding-bottom: 100px !important;
}

.product-recommendations .product-recommendations__heading {
    margin: 0 0 48px !important;
    color: #030e28;
    font-size: 24px !important;
    font-weight: 400;
}

.pdp-spotlight .pdp-spotlight-containe {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 64px 0;
}

.pdp-spotlight-containe .pdp-spotlight__left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.pdp-spotlight-containe .pdp-spotlight__right {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.pdp-spotlight-containe .swiperSpotlight {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.pdp-spotlight__swiper-image {
    width: 100%;
    position: relative;
    aspect-ratio: 1;
}

.pdp-spotlight__swiper-image--hover {
    position: absolute;
    top: 16px;
    right: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.pdp-spotlight__swiper-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdp-spotlight__image-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
}

.pdp-spotlight__image-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    fill: #fff;
}

.pdp-spotlight__product-name {
    line-height: 1;
    font-size: 14px;
    max-width: 0px;
    color: #030e28;
    opacity: 0;
    visibility: hidden;
    font-weight: 400;
}

.pdp-spotlight__image-item {
    background: #030e28;
    color: #ddd;
    font-size: 20px;
    line-height: 1;
    padding: 8px;
    border-radius: 1000px;
    overflow: hidden;
    height: 32px;
    width: 32px;
}

.pdp-spotlight__image-item:hover .pdp-spotlight__product-name {
    opacity: 1;
    visibility: visible;
    color: #fff;
    max-width: 200px;
    padding: 0 0 0 0.5rem;
}

.pdp-spotlight__image-item:hover {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdp-spotlight__image-item:hover .pdp-spotlight__product-name {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-product-block-inner {
    display: flex;
}

.pdp-spotlight__heading {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.pdp-spotlight__image-wrapper p {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    color: #030e28;
}

.pdp-spotlight__image-wrapper a {
    color: #077bff;
    font-size: 14px;
    line-height: 1.57;
    font-weight: 400;
}

.pdp-spotlight-containe .pdp-spotlight__right .pdp-spotlight__images {
    display: grid;
    gap: 16px;
}

.pdp-spotlight__image--container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdp-spotlight__image--container {
    width: 100%;
    aspect-ratio: 2;
}

.product-key-features-list {
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    border-bottom: 2px solid #d0d0d0;
}

.product-key-features-list li {
    cursor: pointer;
    font-size: 16px;
    color: #9a9a9a;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    width: max-content;
    padding: 8px;
    position: relative;
    font-weight: 400;
}

.product-key-features-list li.active {
    color: #030e28;
}

.product-key-features-list li.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background: #030e28;
}

.product-key-features-slider .pdp-multislider {
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-key-features-slider .pdp-multislider .sliders-container {
    width: 62.5%;
}

.product-key-features-slider .pdp-multislider .text-container {
    width: 35%;
    padding: 32px;
}

.product-key-features-tabs {
    padding-top: 70px;
}

.product-key-features-slider .pdp-multislider .sliders-content-item .title {
    margin: 0;
    font-size: 24px;
    color: #030e28;
    font-weight: 400;
    position: relative;
}


/* .product-key-features-slider .pdp-multislider .text-container .title .line {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    width: 15.25vw;
    height: 2rem;
    border-left: 2px solid #030e28;
    border-top: 2px solid #030e28;
    background: rgba(0,0,0,0);
    transform-origin: 0 0;
    transform: translate(-.5rem) scaleX(0);
} */

.product-key-features-slider .pdp-multislider .sliders-content {
    margin: 32px 0 70px;
    max-width: 410px;
    font-size: 15px;
    line-height: 30px;
    color: #030e28;
    font-weight: 400;
}

.product-key-features-slider .pdp-multislider .text-container .owl-nav {
    display: flex;
    margin: 48px 0 0 0;
}

.product-key-features-slider .pdp-multislider .text-container .owl-nav button {
    display: flex;
    align-items: center;
}

.product-key-features-slider .owl-nav button.owl-prev {
    margin-right: 24px;
}

.product-key-features-slider .pdp-multislider .text-container .owl-nav svg {
    width: 24px;
    height: 24px;
}

.product-key-features-slider .pdp-multislider .text-container .owl-nav svg path {
    fill: #030e28;
}

.product-key-features-slider .owl-nav button.owl-prev svg {
    transform: rotate(90deg);
}

.product-key-features-slider .owl-nav button.owl-next svg {
    transform: rotate(-90deg);
}

.product-key-features {
    padding: 64px 0;
}

.product-key-features-slider .pdp-multislider .text-container .title .line {
    position: absolute;
    z-index: 10;
    right: 100%;
    top: 50%;
    width: 15.25vw;
    height: 2rem;
    border-left: 2px solid #030e28;
    border-top: 2px solid #030e28;
    background: rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transform: translateX(-0.5rem) scaleX(0);
}

.product-key-features-slider .pdp-multislider .text-container .title .line-mobile {
    position: absolute;
    z-index: 10;
    right: 10%;
    top: 60%;
    width: 3rem;
    height: 80vw;
    border-right: 2px solid #030e28;
    border-top: 2px solid #030e28;
    background: rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transform: translateY(-100%) scaleY(0);
    display: none;
}

.pdp-table-image {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 1rem;
}

.pdp-table-image .table {
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    text-align: center;
}

.pdp-table-image .boxes {
    width: 47%;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
}

.pdp-table-image .table .swatch {
    display: flex;
    flex-direction: row;
    gap: .3rem;
    justify-content: center;
}

.pdp-table-image .table .swatch .swatch-element {
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    opacity: .4;
    font-weight: 700;
    color: #030e28;
}

.pdp-table-image .table .swatch .swatch-element.active {
    opacity: 1;
}

.pdp-table-image .table .swatch span {
    opacity: .4;
}

.pdp-table-image .table .table-block {
    display: none;
    width: 100%;
    border-collapse: collapse;
}

.pdp-table-image .table .table-block.active {
    display: table;
}

.pdp-table-image .table .table-block .table-size {
    width: 100%;
    border-spacing: 0!important;
    border-collapse: collapse;
}

.pdp-table-image .table table th,
.pdp-table-image .table table td {
    border: 1px solid #d0d0d0;
    border-collapse: collapse;
    text-align: left;
    padding: 1rem;
    text-align: center;
    color: #030e28;
    font-weight: 400;
}

.pdp-table-image .table table th {
    font-size: 15px;
    background-color: #e7ceb5;
    font-weight: 800;
}

.pdp-table-image .table table th:is(:not(:last-child)) {
    border-right: 1px solid #f2f2f2;
}

.pdp-table-image .table table tr td:first-child {
    text-transform: uppercase;
}

.pdp-table-image .table p {
    font-size: 15px;
    color: #030e28;
    font-weight: 400;
    margin-right: 10px;
}

.pdp-table-image .table p .size-guide-popup {
    color: #077bff;
    cursor: pointer;
}

.pdp-table-image .boxes .box {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    width: 45%;
}

.pdp-table-image .boxes .box .heading {
    color: #030e28;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.pdp-table-image .boxes .box .image {
    aspect-ratio: 1.25;
}

.pdp-table-image .boxes .box .image img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.pdp-table-image .boxes .box .text {
    line-height: 1.56;
    color: #030e28;
    font-weight: 400;
}

.addon .addon-container .addon-select-option {
    cursor: pointer;
    line-height: 1;
    font-size: 14px;
    padding: 12px;
    width: fit-content;
    display: block;
    border: 1px solid #030e28;
    text-align: center;
    background-color: transparent;
    color: #030e28;
    text-transform: uppercase;
    min-height: 37px;
    margin-top: 24px;
}

.addon-interface-color {
    position: relative;
}

input.color-add-radio {
    position: absolute;
    top: 0;
/*     left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* width: 100%; */
    /* height: 100%; */
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
body .addon-interface-color label.color-add-label {
    width: 20px!important;
    height: 20px!important;
    display: inline-block;
    border-radius: 100px;
    margin: 0 6px 3px 0;
    position: relative;
    border: 1px solid #4b4b4b;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
}

.addon-interface-color label.color-add-label:after {
    content: "";
    position: absolute;
    border-radius: 100px;
    inset: -4px;
    border: 2px solid #030e28;
    transform: scale(0);
    transition: transform 100ms ease;
}

body .addon-interface-color label.color-add-label.active:after {
    transform: scale(1);
}

span.addon-interface-label {
    font-size: 12.5px;
    color: #000000;
}

span.addon-interface-size-guide {
    text-decoration: underline !important;
    font-style: italic;
    color: #0000df;
    cursor: pointer;
}

.addon-interface-size {
    width: 48%;
    position: relative;
    user-select: none;
    margin: 0 0 12px 0;
    cursor: pointer;
}

.addon-interface-select {
    padding: 12px 8px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #c6c6c6;
    border-radius: .25em;
    position: relative;
    width: 100%;
    appearance: none;
    color: #030e28;
    font-weight: 400;
    cursor: pointer;
    background-image: url(/cdn/shop/files/ic_twotone-arrow-drop-down.svg?v=1674450641);
    background-repeat: no-repeat;
    background-size: 9%;
    background-position: 92%;
}

.addon-interface-select option {
    color: #030e28;
    font-weight: 400;
    cursor: pointer;
}

.addon-interface-select option:hover {
    text-decoration: underline;
}

.product-color-btn-block {
    background-color: #FAF8F5;

}

.related-product-block h3 {
    text-align: left;
    font-size: 18px;
    color: #030e28;
    font-weight: 400;
    margin: 0 0 20px 20px;
}

.image-with-details .image-with-details__container .image-with-details__details .image-with-details__details-container {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.image-with-details .image-with-details__container .image-with-details__details .image-with-details__details-container h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
}

.image-with-details .image-with-details__container .image-with-details__image {
    width: 49%;
}

.image-with-details .image-with-details__container .image-with-details__details {
    width: 47%;
}

.image-with-details__description {
    font-weight: 400;
}

.image-with-details .image-with-details__container .image-with-details__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}

.blog .blog__container {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0 5%;
}

.blog__container {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0 5%;
}

.blog__container .blog__side {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blog__container .blog__main {
    width: 75%;
}

.blog__container .blog__side h2.title--primary {
    line-height: 33px;
    font-size: 27px;
    margin: 0;
    color: #030e28;
    font-weight: 400;
}

.blog__container .blog__side ul {
    display: flex;
    flex-direction: column;
    gap: 8.5px;
    padding-right: 20px;
}

.blog__container .blog__side li a {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    line-height: 25px;
    width: max-content;
    color: #030e28;
    font-weight: 400;
}

.blog__container .blog__side li:hover a {
    border-bottom-color: rgba(0, 0, 0, .3019607843);
}

.blog__container .blog__side span {
    position: absolute;
    top: -6px;
    right: -10px;
    font-size: 12px;
    color: #bbb;
}

.blog-articles__article ul {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 12px;
    min-height: 13px;
    line-height: 12px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.blog-articles__article ul li a {
    color: #030e28;
    font-weight: 400;
}

.blog-articles__article .card__information {
    padding-top: 0 !important;
}

.blog-articles__article .card__heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 23px;
}

.blog-articles__article .article-card__excerpt {
    font-size: 14px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    line-height: 17px;
    margin: 14px 0 !important;
    white-space: nowrap;
    color: #030e28;
    font-weight: 400;
}

.slick-vertical .slick-slide.slick-current.slick-active .product-thumb {
    border-color: #030e28;
}


/*=============PRODUCT-SLIDER-CSS-START=============*/

.slider-for-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.product-img-thumb-slide {
    width: 10%;
    user-select: none;
}

.product-main-slider {
    width: 90%;
    margin: 0 0 0 8px;
}

.product-thumb {
    margin: 8px 0 0 0;
    cursor: pointer;
    width: 100%;
    aspect-ratio: 4/5;
    border: 1px solid rgba(0, 0, 0, 0);
}

.product-main-slider .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    z-index: 1;
}

.product-main-slider .slick-slider .slick-arrow.slick-prev {
    left: 10px;
}

.product-main-slider .slick-slider .slick-arrow.slick-next {
    right: 10px;
}

.product-main-slider .slick-slider .slick-arrow.slick-disabled {
    display: none;
}

.slick-vertical .slick-slide {
    width: auto !important;
}

/* .main-slider-item {
    position: relative;
    height: 100%;
    z-index: 1;
    display: grid !important;
    transition-property: transform;
    box-sizing: content-box;
    grid-template-columns: 1fr 1fr;
} */


/*=============PRODUCT-SLIDER-CSS-END=============*/

.grid__item.product__media-wrapper .product-slider {
    position: sticky;
    top: 100px;
}

span.subscription-upper-svg-block svg,
a.subscription-banner-btn svg {
    width: 50px;
    height: 50px;
    display: block;
}

ul.subscriptions-list-cards {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

ul.subscriptions-icons-text-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.subscriptions-icons-text-inner h2 {
    margin: 16px 0 32px 0;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
}

ul.subscriptions-icons-text-list li {
    border: 1px solid #030e28;
    padding: 20px;
}

.how-subscriptions-works-inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.how-subscriptions-works-details,
.how-subscriptions-works-image {
    width: 47%;
}

.how-subscriptions-works {
    background: #d2c4d6;
}

ul.subscriptions-icons-text-list li h3.col__heading {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.video-with-text-video__child {
    width: 100%;
    display: block;
}

.subscriptions-banner-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 140px);
    position: relative;
    background: var(--image-desktop);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80%;
}

.inner-subscription-banner-text {
    max-width: 464px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.subscriptions-icons-text-list li p {
    color: #030e28;
    line-height: 24px;
    font-weight: 400;
}

.subscriptions-icons-text-link {
    padding-top: 40px;
}

.subscriptions-icons-text-link a.subscription-banner-btn {
    text-decoration: underline!important;
    font-weight: 400;
    color: #030e28;
}

.subscriptions-banner-section a.subscription-banner-btn svg {
    height: 68.8px;
    width: 68.8px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    transition: transform 333ms ease;
    color: #030e28;
}

.subscriptions-banner-section span.subscription-upper-svg-block svg {
    width: 64px;
    height: 64px;
}

span.subscription-upper-svg-block {
    margin-bottom: 8px;
}

.subscriptions-banner-section h2.subscription-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}

.subscription-content-block p {
    font-size: 15px;
    line-height: 1.85;
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    color: #030e28;
}

.subscriptions-list-section {
    padding: 80px 0rem;
    text-align: center;
}

.subscriptions-list-description p {
    margin: 0.75rem auto 0;
    font-size: 15px;
    max-width: 780px;
    color: #030e28;
    font-weight: 400;
}

.subscriptions-list-section h3.title {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 16px;
}

.subscriptions-list-section .subscriptions-list-description {
    margin-bottom: 65px;
}

.subscriptions-list-section a.button--hover-gradient.link {
    margin: 40px auto 0;
}

.subscriptions-icons-text {
    background: #f3f3f3;
    padding: 80px 0;
    text-align: center;
}

.how-subscriptions-works-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.how-subscriptions-works-details h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 30px;
}

.how-subscriptions-works-details-inner {
    max-width: 80%;
    margin: 0 auto;
}

.how-subscriptions-works-details-description p {
    line-height: 1.6;
    font-size: 15px;
    max-width: 80%;
    margin: 10px 0;
    color: #030e28;
    font-weight: 400;
}

.how-subscriptions-works-image img {
    float: left;
    width: 100%;
}

.subscriptions-faq-section .page-width {
    max-width: 1680px;
    padding: 0 30px;
    margin: 0 auto;
}

.subscriptions-faq-section-inner h2 {
    padding: 0 0 20px 0;
    font-size: 40px;
    line-height: normal;
    font-weight: 400;
}

.subscriptions-faq-list .set a {
    position: relative;
    padding: 28.8px 0;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: solid 2px #030e28;
    font-size: 19px;
    color: #030e28;
    font-weight: 400;
}

.subscriptions-faq-list .set a svg {
    padding: 0 15px;
    width: 55px;
    float: left;
    transition: .3s ease;
    position: relative;
    top: 7px;
}

.subscriptions-faq-list .set a.active svg {
    transform: rotate(45deg);
}

.subscriptions-faq-list .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 16px;
    width: 60%;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin: 0 auto;
    padding-bottom: 32px;
    padding-top: 32px;
    color: #030e28;
    line-height: 1.85;
}

.dog-a-day-sponsors .content {
    padding-top: 0;
}

.subscriptions-faq-section {
    padding: 30px 0;
}

.how-subscriptions-works-image a,
.how-subscriptions-works-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50.0% 50.0%;
}

.subscriptions-faq-list .set:last-child {
    border-bottom: solid 2px #030e28;
}

.accessibility .page-width.page-width--narrow {
    width: 100%;
    max-width: 928px;
    padding-bottom: 50px;
}

.page-width.page-width--narrow {
    max-width: 1536px;
}

.page-width.page-width--narrow h1.main-page-title.page-title.h0 {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
}

.accessibility .page-width.page-width--narrow p {
    font-size: 15px;
    line-height: 1.85;
    color: #030e28;
    font-weight: 400;
}

.page-width.page-width--narrow p,
.page-width.page-width--narrow .rte {
    font-size: 16px;
    line-height: 24px;
    color: #030e28;
    font-weight: 400;
}

.page-width.page-width--narrow p a {
    color: #077bff;
}

.template-article article.article-template .page-width,
.template-article article.article-template .article-template__hero-container {
    width: 100%;
    max-width: 840px;
    padding: 0 20px;
}

h1.article-template__title {
    font-size: 42px;
    margin: 0 0 0.5em 0;
    font-weight: 400;
    text-align: center;
}

.template-article article.article-template .article-template__content ul {
    list-style: disc;
    padding: 0;
}

.template-article article.article-template .article-template__content p,
.template-article article.article-template .article-template__content li {
    margin: 1em 0;
    font-size: 15px;
    line-height: 1.85;
    color: #030e28;
    font-weight: 400;
}

.template-article article.article-template .article-template__content ul,
.template-article article.article-template .article-template__content ol {
    margin-left: 32px;
}

.template-article article.article-template .article-template__content h2 {
    font-weight: 400;
    font-size: 30px;
    margin-top: 40px;
}

.template-article article.article-template .article-template__content h3 {
    font-size: 26px;
    color: #030e28;
    font-weight: 400;
    margin: .5em 0;
}

.article-template__link {
    color: #030e28;
    font-weight: 400;
}

.product-accordion-section .page-width {
    max-width: 1360px;
}

.header__heading-logo {
    max-width: 75px !important;
}

.dog-a-day-video-section {
    position: relative;
    width: 100%;
}

.dog-a-day-video-section .homepage-subscribe-save-subtext p {
    min-height: 75px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.85;
    max-width: 400px;
    color: #030e28;
}

.dog-a-day-video-section .video-with-text-video__controls svg.play:hover {
    transition: 222ms ease;
    transform: translate(-50%, -50%) scale(1.1);
}

.dog-a-day-video-content {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 25%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.dog-a-day-video-section .video-with-text-video {
    position: initial;
}

.dog-a-day-newsletter-section {
    background-color: #ffefd6;
    color: #030e28000;
    padding: 48px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.dog-a-day-newsletter-content p {
    margin-bottom: 16px;
    line-height: 1.85;
}

.dog-a-day-newsletter-content {
    margin: 0 auto;
    max-width: 900px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.dog-a-day-newsletter-form {
    padding-top: 48px;
}

.dog-a-day-newsletter-form .field:before,
.dog-a-day-newsletter-form .field:after,
.dog-a-day-newsletter-form .field:hover.field:after,
.dog-a-day-newsletter-form .field:hover.field:after {
    box-shadow: none;
}

.dog-a-day-newsletter-form .newsletter-form__button {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    height: 20px;
    justify-content: flex-end;
    display: flex;
}

.dog-a-day-newsletter-form .newsletter-form__button .icon {
    width: 24px;
    height: 24px;
}

.dog-a-day-newsletter-form input {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    background-color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
}

.dog-a-day-newsletter-form input:focus {
    border: 2px solid #030e28;
    border-radius: 4px;
}

.dog-a-day-partners-section {
    margin: 64px 0;
    position: relative;
}

.dog-a-day-partners-section img {
    display: block;
    width: 100%;
}

.dog-a-day-partners-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.dog-a-day-partners-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.dog-a-day-partners-text {
    max-width: 765px;
    margin: 0 auto;
}

.dog-a-day-partners-text p {
    font-size: 20px;
    line-height: 1.85;
    color: #030e28;
    display: block;
}

.dog-a-day-partners-content h3 {
    font-size: 27px;
    max-width: 765px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 auto 32px auto;
}

.dog-a-day-partners-content .button--hover-gradient {
    margin: 16px auto 0 auto;
}

.dog-a-day-adopt-dogs-inner h2 {
    font-size: 40px;
    margin-bottom: 23px;
    font-weight: 400;
}

.images-with-description .images-with-description__list {
    display: flex;
    flex-direction: row;
    margin: 0 -10px 20px -10px;
}

.images-with-description .images-with-description__list .images-with-description__item {
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: transform .4s ease;
    transform: translateY(0);
    margin: 0 10px;
}

.images-with-description .images-with-description__list .images-with-description__item img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 49/64;
    padding-bottom: 16px;
}

.images-with-description .images-with-description__list .images-with-description__item .images-with-description__item-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 13.6px 20px;
    z-index: 1;
    background: #8a93fa;
}

.images-with-description .images-with-description__list .images-with-description__item .images-with-description__item-header .images-with-description__item-title {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffefd6;
    text-transform: uppercase;
}

.images-with-description .images-with-description__list .images-with-description__item .images-with-description__item-header .images-with-description__item-title svg {
    width: 20px;
    height: 20.8px;
    margin-left: 20.8px;
    font-size: 15px;
    transition: opacity .3s ease-in-out;
}

.images-with-description .images-with-description__list .images-with-description__item .images-with-description__item-header div {
    position: absolute;
    bottom: 25%;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.images-with-description .images-with-description__list .images-with-description__item .images-with-description__item-header div svg {
    width: 184px;
}

.images-with-description .images-with-description__list .images-with-description__item .images-with-description__item-header div span {
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%) rotate(-13.6deg);
    z-index: 1;
    font-size: 24px;
    font-weight: 400;
    margin: 0 -8px;
    white-space: nowrap;
}

.dog-a-day-video-content .Main__headings {
    margin: 0 0 18px 1px;
}

.video-with-text-video__child {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dog-a-day-adopt-dogs-inner.images-with-description .bootom-subtext {
    color: #030e28;
    font-size: 15px;
    padding: 0 16px;
    margin: 1em auto 0;
    max-width: 600px;
    text-align: center;
    font-weight: 400;
}

.dog-a-day-adopt-dogs-bottom-text {
    background-color: #fff;
    padding: 24px 0;
    --product-cta-color: transparent;
    --title-color: #030e28000;
    --title-font-size: 27.2px;
    --text-align: center;
}

.dog-a-day-adopt-dogs-bottom-text h2 {
    text-align: center;
    color: #030e28;
    font-size: 27.2px;
    margin-bottom: 12px;
}

.images-with-description .images-with-description_content {
    position: relative;
    display: none;
    background: #8a93fa;
    width: 100%;
    padding: 13.6px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    animation: fadeIn .3s ease;
    animation-fill-mode: backwards;
}

.images-with-description .images-with-description_content--desktop.active {
    display: block;
}

.images-with-description .images-with-description_content p {
    line-height: 1.6;
    margin: 16px 0;
}

.images-with-description .images-with-description_content svg {
    outline: none;
    position: absolute;
    right: 29.6px;
    top: 29.6px;
    z-index: 1;
    fill: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.images-with-description .images-with-description_content p a {
    text-decoration: underline !important;
    color: #f5ba43;
}

.images-with-description .images-with-description__list .images-with-description__item.active {
    transform: translateY(20.8px);
}

.dog-a-day-sponsors-inner h2 {
    padding: 24px 0;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
}

.dog-a-day-sponsors .expandable-blocks__text a {
    color: #077bff;
    border: 0;
}

.dog-a-day-sponsors .expandable-blocks__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 16px;
    width: 60%;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.dog-a-day-sponsors .content {
    flex-direction: row;
    width: 100%;
    gap: 0;
}

.dog-a-day-sponsors .expandable-blocks__image {
    width: 40%;
    margin-right: 32px;
}

.dog-a-day-sponsors .expandable-blocks__image img {
    width: 480px;
}

.dog-a-day-sponsors .expandable-blocks__text h4 span {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
}

.dog-a-day-sponsors .expandable-blocks__text h4 {
    display: flex;
    font-weight: 400;
    line-height: 1.4;
}

.dog-a-day-sponsors .content .faq-content-inner {
    justify-content: center;
    align-items: center;
    margin: 32px auto;
    transition: .2s linear;
    display: flex;
}

.dog-a-day-sponsors .set {
    position: relative;
}

.dog-a-day-sponsors .content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 16px;
    width: 60%;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin: 0 auto;
    padding-bottom: 0;
    height: 0!important;
    overflow: hidden;
}

.dog-a-day-sponsors .set a.active+.content {
    height: auto !important;
    width: 100%;
}

.dog-a-day-sponsors .set a {
    padding: 24px 0;
}

.subscriptions-faq-list .set a.active {
    padding-bottom: 0;
}

.days-counter {
    width: 100%;
    margin: 128px auto 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-style: normal;
    max-width: 1680px;
}

.dog-a-day-video {
    position: relative;
}

.product--stacked .product-form__input input[type=radio]:checked+.color-label:before {
    transform: scale(1);
}

body.template-customers-login .customer form .field:before,
body.template-customers-login .customer form .field:after,
body.template-customers-register .customer form .field:before,
body.template-customers-register .customer form .field:after {
    box-shadow: none !important;
}

body.template-customers-login .customer form,
body.template-customers-register .customer form {
    margin-top: 0;
}

body.template-customers-login .customer .field input,
body.template-customers-register .customer .field input {
    width: 100%;
    background-color: #fff;
    color: #111;
    min-height: 47px;
    padding: 8px 12px;
    font-size: 16px;
    border-color: #ddd;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    text-rendering: inherit;
    -webkit-font-smoothing: inherit;
    text-size-adjust: inherit;
    cursor: initial;
    margin: 0;
    font-weight: 400;
}


/* body.template-customers-login .customer .field input:-webkit-autofill,
body.template-customers-login .customer .field input:-webkit-autofill:hover,
body.template-customers-login .customer .field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 0px #030e28 inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #111;
} */

body.template-customers-login .customer .field input:focus,
body.template-customers-register .customer .field input:focus {
    border-color: #030e28;
}

body.template-customers-login .customer h1,
body.template-customers-register .customer h1 {
    margin-bottom: 20px;
    color: #111;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
}

body.template-customers-login .customer .field input::-webkit-input-placeholder,
body.template-customers-register .field input::-webkit-input-placeholder {
    opacity: .6;
    color: #111;
}

body.template-customers-login .customer .field input::-moz-placeholder,
body.template-customers-register .customer .field input::-moz-placeholder {
    opacity: .6;
    color: #111;
}

body.template-customers-login .customer .field input:-ms-input-placeholder,
body.template-customers-register .customer .field input:-ms-input-placeholder {
    opacity: .6;
    color: #111;
}

body.template-customers-login .customer .field input:-moz-placeholder,
body.template-customers-register .customer .field input:-moz-placeholder {
    opacity: .6;
    color: #111;
}

body.template-customers-login .customer form a,
body.template-customers-register .customer form a,
body.template-customers-login .login p,
body.template-customers-login .login .form__message {
    margin-left: 0;
    color: #9ca3af !important;
    font-size: 12px;
}

body.template-customers-login .login .form__message {
    margin-bottom: 14px;
}

body.template-customers-login .customer button:before,
body.template-customers-login .customer button:after,
body.template-customers-login .customer button:hover:before,
body.template-customers-login .customer button:hover:after,
body.template-customers-register .customer button:before,
body.template-customers-register .customer button:after,
body.template-customers-register .customer button:hover:before,
body.template-customers-register .customer button:hover:after {
    box-shadow: none!important;
}

body.template-customers-login .customer button,
body.template-customers-register .customer button {
    min-height: 47px;
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgb(17, 17, 17);
    padding: 14px 20px;
    border-radius: 8px;
    outline: 0px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    margin: 32px 0 16px !important;
}

.contact-faq-block-main {
    padding: 48px 0 96px;
}

.contact-info-block {
    padding: 48px 0;
    max-width: 400px;
}

.contact-info-block h2 {
    font-size: 32px;
    text-align: left;
    margin-top: 0px;
    font-weight: 400;
}

.contact-info-block .contact-info-text {
    margin: 30px 0;
    color: #030e28;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    max-width: 342px;
}

.contact-faq-block-main h2 {
    margin-bottom: 50px;
    font-size: 32px;
    text-align: left;
    margin-top: 0px;
    font-weight: 400;
    max-width: 400px;
}

.contact-faq-main-list-item .set a,
.block-dropdown__inner__answer-title {
    margin: 0px;
    padding: 20px 0px;
    font-size: 18px;
    display: flex;
    color: #030e28;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
}

.contact-faq-main-list-item .set i {
    margin-left: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.contact-faq-main-list-item .faq-tabs-single-content p {
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.7;
    color: #030e28;
    font-weight: 700;
    cursor: pointer;
}

.contact-faq-main-list-item .set {
    border-bottom: 1px solid #dedcdc;
}

.answer-container {
    top: 0px;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    right: 0px;
    margin-top: 0;
    max-width: 700px;
    cursor: initial;
}

.faq-tabs-single-content.active .answer-container {
    opacity: 1;
    transition-delay: .3s;
    margin-top: 0px;
    display: block;
    pointer-events: painted;
}

.contact-faq-item-content {
    max-height: 10000px;
    height: auto;
    padding-bottom: 40px;
}

.contact-faq-main-list-item .block-dropdown__inner__answer-content p,
.contact-faq-main-list-item .block-dropdown__inner__answer-content p a {
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 400;
    cursor: auto;
    color: #030e28 !important;
}

.product-key-features-tabs .slick-arrow {
    background: none;
    border: 0;
    display: flex;
    position: absolute;
    bottom: 0;
}

.product-key-features-tabs .slick-arrow.slick-prev {
    left: 0;
}

.product-key-features-tabs .slick-next.slick-arrow {
    left: 50px;
}

.product--stacked .related-product-block {
    margin: 30px 0;
}

.slick-initialized .slick-slide {
    margin-right: 10px;
}


/* .sliders-container-inner .slick-slide {
    float: left;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 275px;
}
.sliders-container-inner .slick-slide.slick-current.slick-active {
    width: 314px;
} */

.sliders-container-inner .sliders-image-item {
    justify-content: center;
    align-items: center;
}

.subscriptions-list-inner h2 {
    font-size: 28px;
    font-weight: 400;
    color: #030e28;
}

.find-store-collections-text {
    padding: 0 16px;
    font-size: 14px;
    margin: 11.2px 0 0 0;
    color: #030e28;
    font-weight: 400;
}

.subscriptions-list-card .store_button {
    display: block;
    border: 1px solid #030e28;
    padding: 12px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin: 11.2px 0 0;
    color: #030e28;
    font-weight: 400;
    border-radius: 5px;
}

.subscriptions-list-card a img {
    display: block;
}

.find-store-collections.subscriptions-list-section .subscriptions-list-section .subscriptions-list-description {
    margin-bottom: 32px;
}

.find-store-banner-section .inner-subscription-banner-text {
    position: absolute;
    z-index: 2;
    max-width: 600px;
    padding: 64px 32px;
    align-items: flex-start;
    text-align: left;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.find-store-banner-section .subscription-content-block p {
    max-width: 100%;
    text-align: left;
    font-size: 16px;
}

.find-store-banner-section .subscription-content-block {
    margin: 16px 0;
}

.find-store-banner-section .subscription-heading {
    font-size: 40px;
    font-weight: 700;
}

.find-store-banner-section img {
    display: block;
    width: 100%;
}

.find-store-banner-section {
    position: relative;
}

.find-store-collections.subscriptions-list-section .subscriptions-list-description {
    margin-bottom: 32px;
}

.find-store-slider.image-cards .title {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #030e28;
    margin: 0 0 32px 0;
}

.find-store-slider.image-cards {
    padding: 10px 0 64px 0;
}

.find-store-slider.image-cards .button--hover-gradient.link {
    margin: 40px auto 0;
}

li.find-store-slider-item a {
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 15px;
    line-height: 1;
    margin: 12px 0 0 0;
    color: #030e28;
    font-weight: 400;
}

.find-store-slider-main .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.find-store-slider-main .owl-nav svg {
    display: flex;
    align-items: center;
}

.find-store-banner-section .button--hover-gradient {
    padding: 12px 32px 12px;
}

.promo-email .promo-email__content form input:focus {
    border: 2px solid #030e28;
    border-radius: 4px;
}

.product-key-features-slider .pdp-multislider .text-container {
    position: relative;
}
.all-images-block img.addon-img {
    display: none !important;
}
.all-images-block img.addon-img:first-child {
    display: block !important;
}
.product-main-slider .product__photo:nth-child(2) {
    margin-right: 0;
}
.size-chart-popup-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.size-chart-popup-block .sizing-chart-modal-link {
    margin: 0 !important;
}
.size-chart-popup-block span._ks_text {
    color: #077bff;
    font-size: 15px;
    font-weight: 400;
}
.kiwi-sizing-modal-inner *, .ks-chart-container * {
    font-family: IBM Plex Sans,sans-serif!important;
}
.product-main-slider .slick-initialized .slick-slide {
    margin-right: 0 !important;
}
.size-guide-label-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.size-guide-label-block .size-guide__link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.size-guide-label-block .size-guide__link .details__icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
a.over-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 9;
    height: 100%;
}
.ks-table-row td.ks-table-cell {
    padding: 4px;
}
.ks-table .ks-table-cell {
    white-space: inherit!IMPORTANT;
    height: 100%!IMPORTANT;
    width: 33% !IMPORTANT;
}
.yotpo-widget-referral-widget .yotpo-header-text {
    font-size: 24px !important;
    color: #000 !important;
    font-weight: 500 !IMPORTANT;
    font-family: 'IBM Plex Sans' !important;
    padding: 0px !important;
}
.yotpo-widget-referral-widget .yotpo-title-text {
    font-size: 40px !important;
    color: #000 !important;
    font-weight: 600 !IMPORTANT;
    font-family: 'IBM Plex Sans' !important;
    padding: 16px !important;
}
.yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-email-view {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    max-width: 450px !important;
    padding: 0px 20px !important;
    flex-direction: column;
}
.yotpo-description-text {
    line-height: 1.7em !important;
    font-size: 14px !important;
    color: #000 !important;
    font-family: 'IBM Plex Sans' !important;
    padding: 0px !important;
    max-width: 330px;
    margin: 20px auto;
    font-weight: 500 !important;
    border-bottom: 2px solid #000;
    padding-bottom: 20px !important;
}
.yotpo-widget-referral-widget .yotpo-referral-widget-form {
    margin-top: 0!important;
    width: 100%;
}
.yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
    border: 1px solid #000!important;
    background-color: rgba(0,0,0,0) !important;
    margin: 0!important;
    padding: 16px!important;
    width: 80%!important;
    height: 40px!important;
    border-radius: 0!important;
    font-size: 14px!important;
    font-family: 'IBM Plex Sans' !important;
}
.yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-customer-share-button {
    margin-top: 30px !important;
}
.yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-standard-size {
    width: 40% !important;
    font-size: 14px!important;
    font-family: 'IBM Plex Sans' !important;
    height: 40px !important;
}
.yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style * {
    font-size: 14px!important;
    font-family: 'IBM Plex Sans' !important;
}

.yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-customer-share-button,
.yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-friends-share-button
.yotpo-widget-referral-widget .yotpo-input-container .yotpo-input-example {
    text-align: center;
    left: 0;
    right: 0;
    padding-top: 10px;
    color: #000 !important;
    font-family: IBM Plex Sans!important;
    font-weight: 500;
}
  .yotpo-widget-referral-widget .yotpo-referral-widget-error-message {
    text-align: center;
    left: 0;
    right: 0;
    justify-content: center;
    margin-top: 12px !IMPORTANT;
}
.yotpo-widget-referral-widget .yotpo-input-container .yotpo-input-example {
    left: 0 !important;
    right: 0px !important;
    margin-top: 10px !important;
    color: #000 !important;
}
.addon .addon-container .addon-header .addon-variant-title span.price-compare {
    text-decoration: line-through !important;
}
.addon .addon-container .addon-header .addon-variant-title span.price-original.sale-price {
    color: #367bb8;
    margin-left: 5px;
}
label.collection-color-swatch.sold-out {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
    user-select: none;
}
label.collection-color-swatch.sold-out:after {
    position: absolute;
    content: "X";
    top: 0;
    left: 3px;
    z-index: 9;
    font-size: 13px;
    line-height: 14px;
}
/*==============MAIN-SECTIONS-END==============*/
@keyframes line-show {
    0% {
        transform: translateX(-0.5rem) scaleX(0);
        opacity: 0
    }
    100% {
        transform: translateX(-0.5rem) scaleX(1);
        opacity: 1
    }
}

@keyframes line-show-mobile {
    0% {
        transform: translateY(-100%) scaleY(0);
        opacity: 0
    }
    100% {
        transform: translateY(-100%) scaleY(1);
        opacity: 1
    }
}



.inner-home-custom-reviews-section h2.reviews-heading {
    font-size: 36px;
    font-weight: 400;
    color: #030e28;
      margin-bottom: 30px;
}
.reviews-all-blocks .owl-stage {
    right: 30px;
}
.review-single-block {
    position: relative;
    cursor: pointer;
}
.reviews-all-blocks .review-single-block .review-image-block {
    position: relative;
}
.review-single-block .review-image-block>video {
    border-radius: 10px;
}
.reviews-all-blocks .review-single-block .review-image-block .review-user-name-time-block,
.reviews-all-blocks .review-single-block .review-image-block .product-title-image-block {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
}
.reviews-all-blocks .review-single-block .review-image-block .review-user-name-time-block span,
.reviews-all-blocks .review-single-block .review-image-block .product-title-image-block span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.03em;
    color: #fff;
}
.reviews-all-blocks .review-single-block .review-image-block .review-user-name-time-block, .reviews-all-blocks .review-single-block .review-image-block .product-title-image-block {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
}
.reviews-all-blocks .review-single-block .review-image-block .product-title-image-block {
    top: unset;
    bottom: 20px;
    align-items: flex-end;
}
.reviews-all-blocks .review-single-block .review-image-block .product-title-image-block span {
    max-width: 130px;
}
.reviews-all-blocks .review-single-block .review-image-block .product-title-image-block img {
    width: 60px;
    margin-right: 0;
}
.reviews-all-blocks .review-single-block .review-image-block .shadow-color {
    position: absolute;
    background: linear-gradient(180deg,rgba(132,50,249,0) 0%,#B0C7FA 115.46%);
    bottom: 0;
    width: 100%;
    height: 130px;
    border-radius: 10px;
    display: block;
}
.inner-home-custom-reviews-section .page-width {
    margin-right: 0;
    padding-right: 0;
    max-width: 100%;
    padding-left: 60px;
}
.reviews-all-blocks .owl-nav {
    position: absolute;
    top: -72px;
    right: 60px;
}
.reviews-all-blocks .owl-nav button.disabled, .media_slider .owl-nav button.disabled, ul .owl-nav button.disabled, .sexual-wellness-all-article .owl-nav button.disabled {
    opacity: .4;
}
.reviews-all-blocks .owl-nav button:last-child {
    margin-right: 0;
}
.reviews-all-blocks .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background: #B0C7FA!important;
    margin-right: 10px;
}
.home-custom-reviews-section {
    padding: 30px 0;
}
.product-grid .card__information .product-grid-info-block {
    align-items: flex-start;
}
.product-grid-info-right-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-grid-info-right-block  .collection-color-block {
    min-height: 50px;
}
.product-grid-info-left-block p.col-sub-text {
    min-height: 50px;
}

.product-reviews .inner-home-custom-reviews-section {
    max-width: 1000px;
    margin: 0 auto;
}
.product-reviews .inner-home-custom-reviews-section .page-width {
    padding-left:16px;
}
/*================MEDIA-START===============*/

/* Sticky styles for the button on mobile */
@media (max-width: 767px) {
    .add-to-cart-button.sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }

    .product-page {
        /* Provide enough padding at the bottom to prevent content from getting hidden by the sticky button */
        padding-bottom: 70px; /* Adjust this value as needed */
    }
}

@media(min-width: 750px) {
    .mobile-view {
        display: none!important;
    }
    .page-width {
        max-width: 100%;
        padding: 0 64px;
    }
    .search-modal__form {
        max-width: 592px;
    }
    .facets-container.filter-is-sticky {
        position: fixed;
        top: 79px;
        z-index: 10;
        left: 0;
        right: 0;
        padding-top: 0;
    }
    .facets-container.filter-is-sticky .facets__form {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    body.template-customers-login .customer:not(.account):not(.order),
    .template-customers-register .customer:not(.account):not(.order) {
        max-width: 330px;
        text-align: left;
        padding-bottom: 120px;
    }
    .contact-faq-main-list-item .set {
        padding-left: 50px;
        position: relative;
    }
/*     .answer-container {
        display: block !IMPORTANT;
    } */
}

@media(min-width: 850px) {
    .contact-faq-main-list-item .set {
        width: 50%;
    }
    .answer-container {
        width: 50%;
    }
}

@media(min-width: 901px) {
    .answer-container {
        padding-left: 100px;
        position: absolute;
        left: 100%;
        width: 100%;
    }
}

@media(min-width: 990px) {
    .dog-a-day-sponsors .set:hover .content .expandable-blocks__image {
        display: block !important;
    }
    .dog-a-day-sponsors .content[style="display: none;"] .expandable-blocks__image {
        position: absolute;
        left: 60%;
        top: 50%;
        width: 200px;
        transform: translateY(-50%) rotate(-9deg);
        display: none;
        pointer-events: none;
    }
    .product-key-features-slider .pdp-multislider .text-container:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 16%;
        width: 15.25vw;
        height: 2rem;
        border-left: 2px solid #030e28;
        border-top: 2px solid #030e28;
        background: rgba(0, 0, 0, 0);
        animation: 200ms ease 200ms line-show forwards;
        z-index: 1;
    }
    .sliders-container-inner .slider-img.slick-initialized.slick-slider div {
        display: flex !important;
    }
    .sliders-container-inner .slick-slide img {
        height: 80%;
        width: 100%;
    }
    .sliders-container-inner .slick-slide.slick-active~.slick-slide.slick-active~.slick-slide.slick-active img {
        height: 100%;
    }
    .header-is-sticky header.header .header__heading-link {
        transform: scale(0.75);
    }
    .image-with-details .image-with-details__container .image-with-details__image img {
        object-fit: contain;
        max-height: 70vh;
    }
}

@media(max-width: 1200px) {
    .collection-filters .facets__form {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
        padding: 1.25rem 3rem;
    }
    .collection-title-breadcrumbs {
        width: 100%;
    }
    .filters-inner {
        justify-content: flex-start;
        width: 100%;
    }
    .facet-filters__field {
        justify-content: flex-start;
    }
    .facets__heading,
    .facet-filters__label {
        display: block;
        width: 20%;
    }
    .facet-filters__field {
        justify-content: flex-start !important;
    }
    .facets-container nav.breadcrumb {
        display: none;
    }
    .facets-container.filter-is-sticky {
        display: none;
    }
    header.header .list-menu--inline .header-menus-list {
        padding: 30px 3px !IMPORTANT;
    }
    header.header a.header__icon,
    header.header .header__icon--search {
        margin: 0 8px;
    }
    header.header {
        padding: 0 15px;
    }
    header.header .header__icons {
        margin: 0;
    }
}

@media(max-width: 1110px) {
    .dog-a-day-video-content {
        left: 30%;
    }
  .yotpo-widget-referral-widget .yotpo-background.yotpo-left-align-background {
    flex-direction: column;
}
  .yotpo-widget-referral-widget .yotpo-background .yotpo-left-align-image {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
  .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-tile-box {
    width: 100% !important;
}
  .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-email-view {
    width: 100% !important;
}
.yotpo-widget-referral-widget .yotpo-tile {
    min-height: auto !important;
}
.yotpo-widget-referral-widget .yotpo-tile-box {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
  .yotpo-widget-referral-widget .yotpo-title-text {
    font-size: 30px!important;
}
  .yotpo-description-text {
    font-size: 11px!important;
}
  .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
    font-size: 12px!important;
}
  .yotpo-widget-referral-widget .yotpo-is-mobile .yotpo-main-share-body-textarea {
    font-family: 'IBM Plex Sans' !important;
    padding: 10px !important;
    height: 60px !important;
}
}

@media(max-width: 1024px) {
    .page-width {
        max-width: 100%;
        padding: 0 16px;
    }
    .homepage-top-image-text .homepage-top-text-block {
        padding-left: 2vw;
    }
    .homepage-top-image-text .homepage-top-text-block h2 {
        font-size: 24px;
    }
    .homepage-top-image-text .homepage-top-subtext {
        font-size: 15px;
        line-height: 1.5;
        width: 90%;
    }
    .Main__headings {
        font-size: 32px;
    }
    .three-images-with-text .three-images-with-text__content h2 {
        max-width: 300px;
    }
    .collection__title .Main__headings {
        font-size: 24px;
    }
    .product-grid .collection-price-block a {
        font-size: 14px;
        margin: 0;
    }
    .product-grid .price .price-item {
        font-size: 14px;
    }
    .homepage-subscribe-save-text-block,
    .video-with-text-content {
        padding: 10px 2.5vw;
        min-height: 0;
    }
    .homepage-subscribe-save-text-block h2 {
        font-size: 24px;
    }
    .homepage-subscribe-save-text-block .homepage-subscribe-save-subtext,
    .video-with-text-content .homepage-subscribe-save-subtext {
        font-size: 16px;
    }
    .Custom_collection_section {
        padding-top: 27px!important;
        padding-bottom: 27px!important;
    }
    .three-images-with-text-inner,
    .video-with-text-inner {
        padding: 0;
    }
    .promo-email .promo-email__content p {
        font-size: 16px;
    }
    footer.footer .footer__content-top,
    footer.footer .footer__content-bottom {
        padding-top: 32px!important;
        padding-bottom: 32px!important;
    }
    .dog-a-day-partners-section {
        margin: 80px 0;
    }
}

@media(max-width: 989px) {
  header.header a.header__icon svg,
  header.header .header__icon--search svg {
    width: inherit !important;
}
    .page-width.page-width--narrow h1.main-page-title.page-title.h0 {
        font-size: 32px;
    }
    .page-width.page-width--narrow p {
        font-size: 16px;
    }
    ul.subscriptions-list-cards {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .Custom_collection_section .product-grid {
        grid-gap: 15px;
    }
    nav.yotpo-reviews-pagination-container {
        margin: 0 !important;
    }
    .breadcrumb-block.page-width.mobile-view {
        padding-left: 0 !important;
    }
   
    header.header .header__icons .header__search,
    header.header .header__icons .header__icon--account {
        display: none;
    }
    header.header .header__icon {
        user-select: none;
        display: block;
        font-size: 16px;
        width: 1.5em;
        height: 1.5em;
    }
    header.header .header__icons {
        justify-content: flex-end;
        margin: 0;
    }
    header.header a.header__icon,
    header.header .header__icon--search {
        margin: 0;
    }
    header.header header-drawer,
    header.header .header__icons {
        width: 10%;
    }
    header.header .header__heading {
        width: 80%;
    }
    .announcement-bar-section .page-width {
        max-width: 732px;
    }
    header.header .header__heading-logo {
        max-width: 70px !important;
    }
    header.header {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .header-is-sticky header.header {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .header__burger {
        user-select: none;
        cursor: pointer;
        width: 20px;
        height: 18px;
        position: relative;
    }
    .header__burger-line1,
    .header__burger-line2,
    .header__burger-line3 {
        width: 100%;
        height: 2px;
        position: absolute;
        transition: all 200ms ease;
        background-color: #030e28;
    }
    .header__burger-line1 {
        top: 0;
    }
    .header__burger-line2 {
        top: 50%;
        width: 60%;
    }
    .header__burger-line3 {
        top: 100%;
    }
    .menu-opening .header__burger-line1 {
        top: 50%;
        transform: rotate(135deg);
    }
    .menu-opening .header__burger-line2 {
        transform: scale(0);
    }
    .menu-opening .header__burger-line3 {
        top: 50%;
        transform: rotate(45deg);
    }
    header.header .list-menu__item {
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: .75em 0;
        cursor: pointer;
        border-bottom: 1px solid #e9e9e9 !important;
        font-size: 16px;
        display: flex;
        font-weight: 400;
        background: transparent;
    }
    .menu-drawer__navigation {
        padding: 20px !important;
    }
    .mobile-megamenu {
        padding: 0 0 0 10px;
    }
    .mobileMega-menu-list .mobileMegamenu-main-item {
        width: 100%;
        padding: 0.75em 0;
        cursor: pointer;
        border-bottom: 1px solid #e9e9e9;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0 !important;
    }
    .mobileMegamenu-main-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    header.header .list-menu__item span,
    header.header .mobileMegamenu-main-link span {
        display: flex;
    }
    header.header .list-menu__item.active span svg,
    header.header .mobileMegamenu-main-link.active span svg {
        transform: rotate(180deg);
    }
    .mobileMegamenu-main-link {
        font-size: 15px;
        color: #030e28;
        font-weight: 400;
    }
    .mobileMega-menu-inner-item {
        display: block;
        font-size: 14px;
        color: #707070;
        font-weight: 400;
    }
    .mobileMega-menu-inner-item:hover {
        color: #077bff;
    }
    .menu-drawer {
        width: calc(100vw - 0rem)!important;
    }
    .header__main-list-content-images {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }
    .mobileMega-menu-inner-block {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }
    .mobileMega-menu-inner-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
        margin: 20px 0 0 0;
        width: 49%;
    }
    .header__main-dropdown-content-image-text {
        padding: 1rem;
    }
    .header__main-dropdown-content-image-text h3 {
        font-size: 14px;
        margin: 0 0 10px 0;
        line-height: 18px;
    }
    .header__main-dropdown-content-image-text p {
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        line-height: 14px;
    }
    .mobileMega-menu-inner-item:first-child {
        color: #030e28;
    }
    .product--stacked {
        padding: 16px;
    }
    .menu-drawer__navigation-container {
        display: block !important;
    }
    .menu-drawer-search-bar {
        padding: 16px;
        background: #f6f6f8;
    }
    .blog__container .blog__side {
        transform: unset;
        height: auto;
        position: static;
        margin-bottom: 17.5px;
        flex-direction: row;
        width: 100%;
    }
    .blog__container .blog__side ul {
        width: auto !important;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        height: 100%;
    }
    .blog__container .blog__side {
        gap: 16px;
        flex-direction: column;
    }
    .blog__container .blog__side li a {
        font-size: 12px;
    }
    .blog__container .blog__main {
        width: 100%;
    }
    .blog .blog__container,
    .blog__container {
        flex-direction: column;
        padding: 0;
    }
    .blog-articles__article ul {
        text-align: center;
        justify-content: center;
    }
    .blog-articles__article .card__information {
        padding-top: 0!important;
        text-align: center;
    }
    .blog__container .blog-articles,
    .blog-articles__article .card__content {
        display: block !IMPORTANT;
    }
    .product-key-features-slider .pdp-multislider {
        display: block;
    }
    .product-key-features-slider .pdp-multislider .sliders-container {
        width: 100%;
    }
    .product-key-features-slider .pdp-multislider .text-container {
        width: 100%;
        padding: 0;
        margin: 16px 0 0 0;
    
    }
    .product-key-features-slider .pdp-multislider .sliders-container {
        position: relative;
    }
    .product-key-features-tabs {
        padding-left: 32px;
        padding-right: 32px;
    }
  .addon .addon-container .addon-select-option {
    font-size: 12px;
}
   .pdp-feature-block-inner {
    flex-direction: column;
}
  .yotpo-progress-bar {
    width: 100%;
}
  .drawer__inner {
    padding-right: 20px!important;
}
  .inner-home-custom-reviews-section .page-width {
    padding-left: 16px;
}
}

@media(max-width: 850px) {
    .dog-a-day-video-content {
        left: 32.5%;
    }
    .images-with-description .images-with-description__list {
        flex-direction: column;
        margin: 0;
    }
    .images-with-description .images-with-description__list .images-with-description__item {
        margin: 0 0 20px 0px;
    }
    .images-with-description .images-with-description_content[style="display: block;"] {
        margin-bottom: 20px;
    }
    .images-with-description .images-with-description__list .images-with-description__item img {
        padding-bottom: 1.6px;
    }
    .dog-a-day-adopt-dogs-bottom-text h2 {
        padding: 0 16px;
    }
    .dog-a-day-adopt-dogs-inner.images-with-description .bootom-subtext {
        font-size: 16px;
    }
    .find-store-banner-section .inner-subscription-banner-text {
        position: unset;
        transform: inherit;
        padding: 32px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .find-store-banner-section .subscription-heading {
        font-size: 32px;
        font-weight: 700;
    }
    .find-store-banner-section .subscription-content-block p {
        max-width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .subscriptions-list-section a.button--hover-gradient.link,
    .find-store-slider.image-cards .button--hover-gradient.link {
        margin: 40px auto 0;
        width: 100%;
        padding: 10px;
    }
    .product-review-highlights-item:nth-child(2),
    .product-review-highlights-item:nth-child(3) {
        display: none;
    }
  .product-grid-info-block {
    grid-template-columns: 1fr;
    grid-gap: 0;
}
.product-grid .collection-price-block a,
  .collection-color-block {
    justify-content: flex-start;
}
  .product-grid-info-right-block .collection-color-block {
    min-height: auto;
}
  .product-grid-info-left-block p.col-sub-text {
   min-height: auto;
}
}



@media(max-width: 749px) {
  .video-with-text-video img {
    height: auto;
}
    h1.article-template__title {
        font-size: 32px;
        line-height: 48px;
    }
    .template-article article.article-template .article-template__content p,
    .template-article article.article-template .article-template__content li {
        font-size: 16px;
    }
    .template-article article.article-template .article-template__content h2 {
        font-weight: 400;
        font-size: 26px;
        margin-top: 30px;
    }
    .template-article article.article-template .article-template__content h3 {
        font-size: 22px;
    }
    .pdp-spotlight-containe .pdp-spotlight__left .pdp-spotlight-mobile button.owl-prev,
    .pdp-spotlight-containe .pdp-spotlight__left .pdp-spotlight-mobile button.owl-next {
        width: 30px;
        height: 30px;
    }
    .desktop-view {
        display: none !important;
    }
    .homepage-top-image-text .homepage-top-image-text-inner {
        flex-direction: column;
        height: auto;
    }
    .homepage-top-image-block {
        width: 100%;
    }
    .homepage-top-image-text .homepage-top-text-block {
        align-items: center;
        text-align: center;
        padding: 30px;
        min-height: 0;
        width: 100%;
    }
    .homepage-top-image-text .homepage-top-subtext {
        font-size: 16px;
        max-width: 550px;
    }
    .collection__title .Main__headings {
        margin-bottom: 22px;
    }
    .product-grid.grid {
        column-gap: 14px;
        row-gap: 30px;
    }
   .three-images-with-text-inner {
    flex-direction: column-reverse;
    padding: 40px 0;
}
    .three-images-with-text .three-images-with-text__content {
    padding: 20px 10px;
    min-height: 0;
    width: 100%;
}
    .three-images-with-text .three-images-with-text__images {
        width: 100%;
        height: 50vw;
    }
    .three-images-with-text .three-images-with-text__content h2 {
        max-width: 90%;
    }
    .promo-email-inner {
        flex-direction: column;
    }
    .promo-email .promo-email__image {
        width: 100%;
    }
    .promo-email .promo-email__content {
        width: 100%;
    }
    .promo-email .promo-email__image,
    .promo-email .promo-email__content {
        width: 100%;
        min-height: 0;
    }
    .footer__content-top.page-width {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .video-with-text-inner {
        flex-direction: column-reverse;
    }
    .homepage-subscribe-save-image-block,
    .video-with-text-video {
        width: 100%;
        min-height: 50vw;
    }
    .homepage-subscribe-save-text-block,
    .video-with-text-content {
        width: 100%;
    }
    .homepage-subscribe-save-inner {
        flex-direction: column;
    }
    .homepage-subscribe-save-text-block,
    .video-with-text-content {
        align-items: center !important;
        text-align: center !important;
    }
    .video-with-text-content {
        margin-top: -2px;
    }
    .homepage-subscribe-save-text-block,
    .video-with-text-content {
        padding: 30px 5vw;
        width: 100%;
    }
    footer.footer .footer-block__details-content {
        margin-bottom: 0 !important;
    }
    footer.footer .footer-block__heading {
        font-size: 15px;
        margin: 0 0 20px 0;
        padding-top: 20px;
        display: block;
        cursor: pointer;
    }
    footer.footer .list-menu__item {
        font-size: 15px;
    }
    footer.footer .footer__content-top,
    footer.footer .footer__content-bottom {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    footer.footer .footer__copyright .copyright__content,
    footer.footer .footer__copyright a {
        font-size: 11px;
    }
    footer.footer .footer__localization:empty+.footer__column--info {
        padding: 0;
    }
    footer.footer .footer__copyright {
        margin-top: 0 !important;
    }
    footer.footer .footer__blocks-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
      justify-content: center;
    }
    footer.footer .footer-block.footer-block--menu:nth-child(1),
    footer.footer .footer-block.footer-block--menu:nth-child(2),
    footer.footer .footer-block.footer-block--menu:nth-child(3) {
        width: 33.333%;
    }
    /* footer.footer .footer-block.footer-block--menu {
        width: 100%;
    } */
    footer.footer .footer__blocks-wrapper .footer-block:last-child {
        width: 250px;
    }
    .collection-title-breadcrumbs {
        width: 100%;
        text-align: center;
    }
    .product-grid-container {
        padding-top: 30px;
    }
    .facets-container {
        column-gap: 0 !important;
        margin-top: 30px !important;
        background-color: #d9e5fd;
        padding: 20px 0 !important;
    }
    .mobile-facets__open {
        color: #030e28 !important;
    }
    .facets-container .page-width {
        width: 100% !important;
    }
    .facets-container .mobile-facets__wrapper {
        justify-content: center;
    }
    .product--stacked .product-form__submit {
        flex-grow: 1;
        font-size: 14px;
        padding: 16px;
    }
    .addon .addon-container .addon-header {
        padding: 12px;
    }
    .addon .addon-container .addon-select-option {
        padding: 4px;
        display: flex;
        font-size: 10px;
        min-width: auto;
    }
    .product-accordion-section {
        padding: 16px 8px;
    }
    .image-with-details .image-with-details__container {
        flex-direction: column !important;
        gap: 24px;
        padding: 48px 20px;
    }
    .image-with-details .image-with-details__container .image-with-details__image {
        width: 100%;
    }
    .image-with-details .image-with-details__container .image-with-details__details {
        width: 100%;
    }
    .image-with-details__container.reverse-true {
        flex-direction: column;
    }
    .image-with-details .image-with-details__container .image-with-details__details .image-with-details__details-container h2 {
        font-size: 32px;
    }
    .product-review-highlights-inner .button--hover-gradient {
        margin: 32px auto 0;
    }
    .product-review-highlights {
        padding: 32px 0;
    }
    .product-review-highlights-inner .Main__headings {
        margin: 0 0 32px 0;
    }
    .product-key-features {
        padding: 32px 0;
    }
    .pdp-multislider .sliders-container {
        width: 100%;
    }
    .product-key-features-tabs {
        padding: 32px 16px;
    }
    .product-key-features-slider .pdp-multislider .text-container .owl-nav {
        margin: 24px 0 0 0;
    }
    .product-key-features-slider .pdp-multislider .sliders-content {
        max-width: none;
        margin: 24px 0 70px;
    }
    .product-grid .badge {
        font-size: 11px;
    }
    .product-recommendations {
        padding-bottom: 48px !important;
    }
    .product-recommendations-main-section {
        height: 53px;
    }
  .pdp-feature-block-inner figure {
    margin-bottom: 0px;
}
  .pdp-feature-block-inner {
    padding:20px 0px;
  }
  .wcu_custom_main,
  .pdp-feature-block-inner .item{
    padding: 0px 0px !important;
  }
    .pdp-feature-block-inner {
        margin: 0px 0;
        gap: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn {
        margin-top: 10px !important;
    }
    .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel {
        align-self: center !important;
    }
    .promo-email .promo-email__content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .pdp-table-image {
        flex-direction: column;
        gap: 32px;
        padding: 0;
    }
    .pdp-table-image .table {
        width: 100%;
    }
    .pdp-table-image .boxes {
        width: 100%;
        flex-direction: column;
    }
    .pdp-table-image .boxes .box {
        padding: 0 16px;
        width: 100%;
    }
    .breadcrumb-block {
        padding-left: 0;
    }
    .product__photo img {
        height: 100%;
        padding: 0 10px;
        background-color: rgba(0, 0, 0, 0);
        aspect-ratio: 3/4;
    }
    .pdp-spotlight .pdp-spotlight-containe {
        flex-direction: column;
        gap: 16px;
        padding: 32px 0;
    }
    .pdp-spotlight-containe .pdp-spotlight__left {
        width: 100%;
        gap: 0;
    }
    .pdp-spotlight-containe .pdp-spotlight__right {
        width: 100%;
        padding: 16px 0;
        gap: 16px;
    }
    .pdp-spotlight-containe .pdp-spotlight__right .pdp-spotlight__heading {
        margin: 0 !important;
    }
    .pdp-spotlight-containe .pdp-spotlight__left .pdp-spotlight-mobile {
        padding: 0 25px;
        position: relative;
    }
    .pdp-spotlight-containe .pdp-spotlight__left .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .pdp-spotlight-containe .pdp-spotlight__left .owl-nav button.owl-prev {
        left: -30px;
        position: absolute;
    }
    .pdp-spotlight-containe .pdp-spotlight__left .owl-nav button.owl-next {
        position: absolute;
        right: -30px;
    }
    .mobile-subscriptions-banner-section {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        background-repeat: no-repeat;
        height: 100vw;
        background-position: bottom;
        background-size: cover;
    }
    .subscriptions-banner-section {
        display: initial;
        justify-content: initial;
        align-items: initial;
        width: initial;
        height: initial;
        position: initial;
        background: initial;
        background-size: initial;
        background-repeat: initial;
        background-position: initial;
        background-image: none;
    }
    .inner-subscription-banner-text {
        transform: translateY(-50%);
        padding: 0 24px;
    }
    .subscriptions-banner-section h2.subscription-heading {
        font-size: 26px;
    }
    .subscription-content-block p {
        font-size: 16px;
    }
    .subscriptions-list-section,
    .subscriptions-icons-text {
        padding: 40px 0rem;
    }
    .subscriptions-list-description p {
        font-size: 16px;
    }
    ul.subscriptions-icons-text-list {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .how-subscriptions-works-inner {
        flex-direction: column-reverse;
    }
    .how-subscriptions-works-details,
    .how-subscriptions-works-image {
        width: 100%;
    }
    .how-subscriptions-works-details h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
        text-align: center;
    }
    .how-subscriptions-works-details-inner {
        padding: 25px 0;
    }
    .how-subscriptions-works-details-description p {
        margin: 0 auto 20px;
        font-size: 16px;
        text-align: center;
    }
    .subscriptions-faq-section-inner h2 {
        font-size: 28px;
    }
    .subscriptions-faq-list .content {
        width: 100%;
    }
    .dog-a-day-partners-content h3 {
        font-size: 24px;
    }
    .dog-a-day-partners-text p {
        font-size: 16px;
        line-height: 1.6;
    }
    .dog-a-day-video-section .video-with-text-video {
        min-height: auto;
    }
    .contact-faq-main-list-item .faq-tabs-single-content p {
        color: #898989;
    }
    .block-dropdown__inner__answer-title {
        display: none;
    }
    .promo-email .promo-email__content p {
        font-size: 16px;
        text-align: center;
    }
   .main-slider-item {
        grid-template-columns: 1fr;
    }
 
 .product--stacked fieldset.js.product-form__input {
    max-width: 100% !important;
 }
  .product-footer-sticky .product--stacked fieldset.js.product-form__input {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid lightgrey;
    padding: 15px 0px;
    margin: 0px;
}
  .product-footer-sticky{
    position: fixed;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    background-color: white;
    padding: 15px;
    left: 0;
    z-index: 1000;
  }

  .product-footer-sticky .variant-radios-hidden{
    display:none !important;
  }
  .product-footer-sticky .size-guide__link, .option_label{
    display: none !important;
  }
  .product-footer-sticky .footer-header{
    display: flex !important;
    justify-content: space-between;
    padding: 15px 0px;
    font-size: 15px;
    color: #121212;
  }
  .variant-toggle{
    text-decoration: underline !important;
  }
  footer.footer .footer__content-top .button--hover-gradient svg {
    right: 14px;
    height: 12px;
}
  .contact-info-block {
    padding: 48px 0 10px 0;
}
  .contact-faq-block-main h2 {
    margin-bottom: 20px;
}
  .contact-faq-block-main {
    padding: 48px 0 70px;
}
  footer.footer .policy-link-block {
    margin-top: 4px;
}
  .pdp-spotlight__image--container img {
        height: auto;
}
.inner-home-custom-reviews-section h2.reviews-heading {
    line-height: 30px;
    margin-bottom: 37px;
    max-width: 300px;
    font-size: 28px;
}
  .reviews-all-blocks .owl-nav{
    top: -70px;
    right: 3%;
}
}

@media(max-width: 600px) {
    .addon-interface {
        /* grid-column: 1/3; */
    }
    .addon .addon-container .addon-interface .button--hover-gradient {
        padding: 10px;
    }
    .dog-a-day-video-content {
        left: 40%;
    }
    .dog-a-day-newsletter-section {
        padding: 32px;
    }
    .dog-a-day-newsletter-content {
        font-size: 17.6px;
    }
    .dog-a-day-sponsors .expandable-blocks__image,
    .dog-a-day-sponsors .expandable-blocks__text {
        width: 100%;
        margin-right: 0;
    }
    .dog-a-day-sponsors .expandable-blocks__image {
        margin-bottom: 32px;
    }
    .dog-a-day-sponsors .expandable-blocks__text a {
        padding: 10px 0 40px 0;
    }
    .dog-a-day-sponsors .content .faq-content-inner {
        flex-direction: column;
        gap: 0;
    }
    .dog-a-day-sponsors-inner h2 {
        font-size: 20.8px;
        padding: 48px 0 40px;
        max-width: 140px;
    }
}

@media(max-width: 500px) {
    .dog-a-day-video-content {
        position: relative;
        top: 0;
        transform: translate(0, 0);
        left: 0;
        text-align: center;
        margin-top: 32px;
        padding: 0 32px;
        line-height: 1.6;
    }
    .dog-a-day-video-section {
        background-color: #ffefd6;
    }
    .dog-a-day-newsletter-content {
        font-size: 16px;
    }
    .dog-a-day-newsletter-section .page-width {
        padding: 0;
    }
}

@media(max-width: 450px) {
 
    .product-grid .price .price-item {
        font-size: 14px;
      font-weight:500;
    }
    .product-grid .collection-price-block a {
        font-size: 12px;
        margin: 0.5rem 0 -1.3rem 0 !important;
    }
    footer.footer .footer-block.footer-block--menu:nth-child(1),
    footer.footer .footer-block.footer-block--menu:nth-child(2) {
        width: 50%;
    }
    footer.footer .footer__blocks-wrapper .footer-block:last-child {
        width: 50%;
    }
    .product-grid .collection-price-block a p {
        margin-top: 3px;
    }
    footer.footer .footer-block.footer-block--menu:nth-child(1),
    footer.footer .footer-block.footer-block--menu:nth-child(2),
    footer.footer .footer-block.footer-block--menu:nth-child(3) {
        width: 50%;
    }
    .product--stacked .product__title h1 {
        font-size: 18px;
    }
    .product--stacked .product__info-container .price .price-item {
        font-size: 16px!important;
    }
    .product--stacked .product__info-container .price--on-sale .price-item--regular {
        margin: 0 !important;
        Font-size: 14px !important;
    }
}


/*================MEDIA-END================*/
.Recommended-container{
    overflow-x: hidden;
}

.metafield-rich_text_field p{
    font-size: 14px;
}


@media (max-width: 490px){

  .pdp-feature-block-inner .item p.title{
    font-size: 12px;
  }

}


/* ============================================================
   PELUCCI — PREMIUM PRODUCT CARD
   Homepage Featured Collection / Best Sellers only.
   Scope: .template-index .Custom_collection_section

   Presentation layer only — no Liquid, product data, cart, or JS
   behaviour is touched. Collection-page cards are left untouched.
   Layout is plain Flexbox: each element is a real box in the
   accessibility tree, no `display: contents`.
   Tune the whole system from the tokens below.
   ============================================================ */

/* The "Available Colours" label ships in the shared card snippet,
   so it stays hidden globally; the scoped rule further down is
   what reveals it inside the homepage section. */
.collection-color-block .swatch-label {
  display: none;
}

.template-index .Custom_collection_section {
  --pl-radius: 20px;
  --pl-pad: 28px;

  /* vertical rhythm */
  --pl-space-xs: 10px;
  --pl-space-sm: 14px;
  --pl-space-md: 22px;

  --pl-title-size: 19px;
  --pl-title-weight: 650;
  --pl-desc-size: 14.5px;
  --pl-desc-lh: 1.55;

  --pl-ink: #222222;
  --pl-ink-soft: #6b7076;
  --pl-ink-muted: #9ba1a6;
  --pl-surface: #ffffff;
  --pl-hairline: rgba(17, 24, 28, 0.1);

  --pl-badge-bg: #dceeb0;
  --pl-badge-ink: #2c3d14;

  --pl-shadow: 0 1px 2px rgba(17, 24, 28, 0.04), 0 10px 28px rgba(17, 24, 28, 0.06);
  --pl-shadow-lift: 0 2px 6px rgba(17, 24, 28, 0.06), 0 22px 48px rgba(17, 24, 28, 0.12);

  --pl-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --pl-dur: 300ms;

  /* Tighter gutters than the global grid (28 / 40). Dawn derives
     .grid__item widths from these same vars, so narrowing the gap
     hands the reclaimed space straight to the cards. Scoped here,
     so the rest of the site keeps the theme-setting spacing. */
  --grid-desktop-horizontal-spacing: 14px;
  --grid-desktop-vertical-spacing: 28px;
  --grid-mobile-horizontal-spacing: 10px;
  --grid-mobile-vertical-spacing: 20px;

  /* Side gutters once the section breaks out of .page-width */
  --pl-edge: 48px;
}

/* --- 0. Full-width layout ----------------------------------
   featured-collection.liquid now drops .page-width when the
   section's "Make section full width" setting is on, so the
   section supplies its own gutters and the heading stays
   aligned with the card grid. */

.template-index .Custom_collection_section.collection--full-width {
  padding-left: var(--pl-edge);
  padding-right: var(--pl-edge);
}

.template-index .Custom_collection_section.collection--full-width slider-component {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

/* --- 1. Equal-height cells --------------------------------- */

.template-index .Custom_collection_section .product-grid > .grid__item {
  display: flex;
}

.template-index .Custom_collection_section .product-grid .card-wrapper {
  width: 100%;
}

/* Headroom so the hover lift + shadow aren't clipped by the slider */
.template-index .Custom_collection_section .product-grid.slider {
  padding-top: 8px;
  padding-bottom: 12px;
}

/* --- 2. Floating card shell -------------------------------- */

.template-index .Custom_collection_section .product-grid .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--pl-surface);
  border: 0;
  border-radius: var(--pl-radius);
  box-shadow: var(--pl-shadow);
  overflow: hidden;
  transition: transform var(--pl-dur) var(--pl-ease), box-shadow var(--pl-dur) var(--pl-ease);
}

.template-index .Custom_collection_section .product-grid .card .card__inner {
  border: 0;
  border-radius: 0;
  background: var(--pl-surface);
}

.template-index .Custom_collection_section .product-grid .card .card__inner:after {
  content: none;
}

.template-index .Custom_collection_section .product-grid .card .card__inner .card__media {
  border-radius: 0;
}

/* --- 3. Image: gentle zoom on hover ------------------------ */

/* Square media box (image_ratio) + contain = uniform card heights with
   nothing cropped; the letterboxing is invisible against the white card.
   Overrides Dawn's `.media > img { object-fit: cover }` (base.css:1241). */
.template-index .Custom_collection_section .product-grid .card .media img {
  object-fit: contain;
  object-position: center center;
  transition: transform var(--pl-dur) var(--pl-ease);
}

@media (hover: hover) and (pointer: fine) {
  .template-index .Custom_collection_section .product-grid .card-wrapper:hover .card {
    transform: translateY(-6px);
    box-shadow: var(--pl-shadow-lift);
  }

  .template-index
    .Custom_collection_section
    .product-grid
    .card-wrapper:hover
    .media.media--hover-effect
    > img:first-child:only-child {
    transform: scale(1.04);
  }
}

/* --- 4. Content well --------------------------------------- */

.template-index .Custom_collection_section .product-grid .card > .card__content {
  display: flex;
  flex: 1 1 auto;
  padding: 24px var(--pl-pad) var(--pl-pad);
}

.template-index .Custom_collection_section .product-grid .card > .card__content .card__information {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  gap: 0;
}

.template-index .Custom_collection_section .product-grid .card-information {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* --- 5. Vertical stack ------------------------------------
   Title → rating → description → price → colours.
   Both legacy columns become full-width flex rows, so the
   markup keeps its normal box structure. */

.template-index .Custom_collection_section .product-grid .product-grid-info-block {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0;
}

.template-index .Custom_collection_section .product-grid .product-grid-info-left-block {
  display: flex;
  flex-direction: column;
}

.template-index .Custom_collection_section .product-grid .product-grid-info-right-block {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: auto;
  justify-content: flex-start;
  padding-top: var(--pl-space-md);
}

/* --- 6. Typography ----------------------------------------- */

.template-index .Custom_collection_section .product-grid .product-grid-info-left-block .card__heading {
  margin: 0;
  font-size: var(--pl-title-size);
  font-weight: var(--pl-title-weight);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--pl-ink);
}

.template-index .Custom_collection_section .product-grid .product-grid-info-left-block .card__heading a {
  color: inherit;
}

.template-index .Custom_collection_section .product-grid .card-information .col-sub-text {
  margin: var(--pl-space-sm) 0 0 !important;
  min-height: calc(2 * var(--pl-desc-lh) * var(--pl-desc-size));
  font-size: var(--pl-desc-size);
  font-weight: 400;
  line-height: var(--pl-desc-lh);
  color: var(--pl-ink-soft);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

/* A product with no card subtitle still reserves the two-line block,
   so the price and swatch rows stay level across the row. */
.template-index
  .Custom_collection_section
  .product-grid
  .product-grid-info-left-block:not(:has(.col-sub-text)):after {
  content: "";
  display: block;
  margin-top: var(--pl-space-sm);
  min-height: calc(2 * var(--pl-desc-lh) * var(--pl-desc-size));
}

/* --- 7. Rating, directly beneath the title ----------------- */

.template-index .Custom_collection_section .product-grid .card-rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: var(--pl-space-xs);
}

.template-index .Custom_collection_section .product-grid .card-rating-row .rating {
  margin: 0;
  line-height: 1;
}

.template-index .Custom_collection_section .product-grid .card-rating-row .rating-text,
.template-index .Custom_collection_section .product-grid .card-rating-row .rating-count {
  margin: 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--pl-ink-muted);
}

/* Review-app stars inject client-side — reserve the row so the
   card never reflows once they arrive. */
.template-index .Custom_collection_section .product-grid .product-grid-info-block .scm-reviews-rate {
  min-height: 20px;
  margin-top: var(--pl-space-xs);
}

/* --- 8. Pricing: current price is the anchor --------------- */

.template-index .Custom_collection_section .product-grid .collection-price-block {
  margin: 0;
}

.template-index .Custom_collection_section .product-grid .collection-price-block a {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: auto;
  margin: 0 !important;
  font-size: inherit;
  line-height: 1.2;
}

.template-index .Custom_collection_section .product-grid .collection-price-block .price {
  margin: 0;
}

.template-index .Custom_collection_section .product-grid .collection-price-block .price .price-item {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--pl-ink);
}

.template-index .Custom_collection_section .product-grid .collection-price-block .price .compare-price,
.template-index
  .Custom_collection_section
  .product-grid
  .collection-price-block
  .price--on-sale
  .price-item--regular {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--pl-ink-muted);
  text-decoration: line-through;
}

/* --- 9. Badge as a modern pill ----------------------------- */

.template-index .Custom_collection_section .product-grid .card__badge .badge {
  top: 14px;
  right: 14px;
  left: auto;
  padding: 7px 14px;
  border: 0;
  border-radius: 999px;
  background: var(--pl-badge-bg);
  color: var(--pl-badge-ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 3px rgba(17, 24, 28, 0.08);
}

.template-index .Custom_collection_section .product-grid .card__badge .save-price-block,
.template-index .Custom_collection_section .product-grid .card__badge .best-seller-tag,
.template-index .Custom_collection_section .product-grid .card__badge .subscribe-save-tag {
  background: var(--pl-badge-bg);
}

/* --- 10. Colour swatches, pinned to the card floor --------- */

.template-index .Custom_collection_section .product-grid .collection-color-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 0;
  margin-top: auto;
  padding-top: var(--pl-space-md);
  letter-spacing: normal !important;
  line-height: normal !important;
}

.template-index .Custom_collection_section .product-grid .collection-color-block .swatch-label {
  flex: 0 0 100%;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pl-ink-muted);
}

/* Only label a row that actually has swatches in it */
.template-index
  .Custom_collection_section
  .product-grid
  .collection-color-block:has(.collection-color-swatch)
  .swatch-label {
  display: block;
}

.template-index .Custom_collection_section .product-grid .collection-color-block .collection-color-swatch {
  width: 16px;
  height: 16px;
  margin: 0;
  box-shadow: inset 0 0 0 1px var(--pl-hairline);
}

.template-index .Custom_collection_section .product-grid .collection-color-block .collection-color-swatch:before {
  inset: -4px;
  border-color: var(--pl-ink);
}

/* --- 11. Responsive ---------------------------------------- */

@media (min-width: 1400px) {
  .template-index .Custom_collection_section {
    --pl-edge: 64px;
    --pl-pad: 32px;
    --pl-title-size: 21px;
    --pl-space-md: 24px;
  }

  .template-index .Custom_collection_section .product-grid .collection-price-block .price .price-item {
    font-size: 22px;
  }
}

@media (max-width: 989px) {
  .template-index .Custom_collection_section {
    --pl-radius: 18px;
    --pl-pad: 24px;
    --pl-edge: 24px;
    --pl-title-size: 17px;
    --pl-space-md: 20px;
  }

  .template-index .Custom_collection_section .product-grid .collection-price-block .price .price-item {
    font-size: 18px;
  }
}

@media (max-width: 749px) {
  .template-index .Custom_collection_section {
    --pl-radius: 16px;
    --pl-pad: 20px;
    --pl-edge: 16px;
    --pl-title-size: 16px;
    --pl-desc-size: 13.5px;
    --pl-space-md: 18px;
    --pl-space-sm: 12px;
  }

  .template-index .Custom_collection_section .product-grid .card > .card__content {
    padding: 20px var(--pl-pad) var(--pl-pad);
  }

  .template-index .Custom_collection_section .product-grid .collection-price-block .price .price-item {
    font-size: 17px;
  }

}

/* --- 12. Motion preferences -------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .template-index .Custom_collection_section .product-grid .card,
  .template-index .Custom_collection_section .product-grid .card .media img {
    transition: none;
  }

  .template-index .Custom_collection_section .product-grid .card-wrapper:hover .card,
  .template-index
    .Custom_collection_section
    .product-grid
    .card-wrapper:hover
    .media.media--hover-effect
    > img:first-child:only-child {
    transform: none;
  }
}

/* --- 13. Carousel mode -------------------------------------
   Each section now shows a single row and scrolls the remainder,
   driven by the theme's own <slider-component> (global.js:524).
   No third-party carousel library is loaded.

   Note: `display` is deliberately not set on .slider-buttons —
   Dawn hides them per breakpoint with sibling selectors. */

.template-index .Custom_collection_section slider-component {
  /* Dawn indents the first full-width slide by 1.5rem; zero it so
     the cards line up with the section heading. */
  --desktop-margin-left-first-item: 0;

  /* Dawn derives slide padding from these — widen them so the
     hover lift and card shadow aren't clipped by the scroller. */
  --shadow-padding-top: 10px;
  --shadow-padding-bottom: 18px;
}

.template-index .Custom_collection_section .slider-component-full-width .slider--desktop {
  scroll-padding-left: 0;
}

.template-index
  .Custom_collection_section
  .slider-component-full-width
  .slider--desktop
  .slider__slide:first-child,
.template-index .Custom_collection_section .slider--tablet.grid--peek .grid__item:first-of-type {
  margin-left: 0;
  scroll-margin-left: 0;
}

.template-index .Custom_collection_section .slider-buttons {
  gap: 12px;
  margin-top: 28px;
}

.template-index .Custom_collection_section .slider-button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--pl-surface);
  box-shadow: 0 1px 2px rgba(17, 24, 28, 0.06), 0 6px 18px rgba(17, 24, 28, 0.08);
  transition: transform var(--pl-dur) var(--pl-ease), box-shadow var(--pl-dur) var(--pl-ease);
}

.template-index .Custom_collection_section .slider-button .icon {
  width: 15px;
  height: 15px;
  color: var(--pl-ink);
}

.template-index .Custom_collection_section .slider-button[disabled] {
  opacity: 0.3;
  box-shadow: none;
}

.template-index .Custom_collection_section .slider-counter {
  min-width: 64px;
  font-size: 13px;
  text-align: center;
  color: var(--pl-ink-muted);
}

@media (hover: hover) and (pointer: fine) {
  .template-index .Custom_collection_section .slider-button:not([disabled]):hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(17, 24, 28, 0.08), 0 10px 24px rgba(17, 24, 28, 0.12);
  }
}

@media (max-width: 749px) {
  .template-index .Custom_collection_section .slider-buttons {
    margin-top: 20px;
  }
}

/* --- 14. Swiper carousel -----------------------------------
   Active when a section has "Use Swiper carousel" enabled.
   Markup: featured-collection.liquid — behaviour: pelucci-swiper.js.
   The track keeps its .product-grid class so every card rule above
   applies unchanged in both slider modes. */

.template-index .Custom_collection_section .pl-swiper {
  position: relative;
  /* Vertical padding only. overflow:hidden clips at the PADDING box,
     so any horizontal padding here would expose the neighbouring
     slide on both sides — the peek is produced by a fractional
     slidesPerView in pelucci-swiper.js instead, so it lands on the
     right only. */
  padding: 10px 0 22px;
}

.template-index .Custom_collection_section .pl-swiper .product-grid {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* height:auto lets each card stretch to the tallest one in view */
.template-index .Custom_collection_section .pl-swiper .swiper-slide {
  display: flex;
  height: auto;
}

/* --- Controls --- */

.template-index .Custom_collection_section .pl-swiper__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
}

.template-index .Custom_collection_section .pl-swiper__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: var(--pl-surface);
  color: var(--pl-ink);
  box-shadow: 0 1px 2px rgba(17, 24, 28, 0.06), 0 6px 18px rgba(17, 24, 28, 0.08);
  transition: transform var(--pl-dur) var(--pl-ease), box-shadow var(--pl-dur) var(--pl-ease),
    opacity var(--pl-dur) var(--pl-ease);
}

.template-index .Custom_collection_section .pl-swiper__nav .icon {
  width: 15px;
  height: 15px;
}

/* icon-caret points down by default — swing it onto the horizontal
   axis, matching Dawn's own slider buttons (component-slider.css). */
.template-index .Custom_collection_section .pl-swiper__nav--prev .icon {
  transform: rotate(90deg);
}

.template-index .Custom_collection_section .pl-swiper__nav--next .icon {
  transform: rotate(-90deg);
}

.template-index .Custom_collection_section .pl-swiper__nav.swiper-button-disabled {
  opacity: 0.3;
  box-shadow: none;
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .template-index .Custom_collection_section .pl-swiper__nav:not(.swiper-button-disabled):hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(17, 24, 28, 0.08), 0 10px 24px rgba(17, 24, 28, 0.12);
  }
}

/* --- Pagination dots --- */

.template-index .Custom_collection_section .pl-swiper__pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
}

.template-index .Custom_collection_section .pl-swiper__bullet {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(17, 24, 28, 0.18);
  cursor: pointer;
  transition: width var(--pl-dur) var(--pl-ease), background-color var(--pl-dur) var(--pl-ease);
}

.template-index .Custom_collection_section .pl-swiper__bullet.is-active {
  width: 24px;
  background: var(--pl-ink);
}

/* --- Fallback when the Swiper bundle never arrives --------- */

.template-index .Custom_collection_section .pl-swiper--fallback .product-grid {
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.template-index .Custom_collection_section .pl-swiper--fallback .swiper-slide {
  flex: 0 0 auto;
  width: calc(33.333% - 10px);
  scroll-snap-align: start;
}

.template-index .Custom_collection_section .pl-swiper--fallback .pl-swiper__controls {
  display: none;
}

@media (max-width: 749px) {
  .template-index .Custom_collection_section .pl-swiper {
    padding-bottom: 18px;
  }

  .template-index .Custom_collection_section .pl-swiper__controls {
    gap: 12px;
    margin-top: 18px;
  }

  .template-index .Custom_collection_section .pl-swiper--fallback .swiper-slide {
    width: calc(50% - 7px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .template-index .Custom_collection_section .pl-swiper__nav,
  .template-index .Custom_collection_section .pl-swiper__bullet {
    transition: none;
  }
}
