@font-face {
    font-family: 'Oswald';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/oswald/Oswald-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/oswald/Oswald-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree/Figtree-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

.popup-box {
    position: fixed;
    bottom: -120px;
    left: 5vw;
    height: 90px;
    width: 260px;
    background: white;
    box-shadow: 2px 2px 14px #555;
    color: black;
    border-radius: 10px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}
.popup-box img {
    min-width: 60px;
    height: auto;
    margin-right: 20px;
}
#purchase-box {
    margin: 0;
}
  
.popup-box ul {
    text-align: center;
    list-style: none;
    padding-inline-start: 0;
    text-align: start;
}
#purchase-box li {
    display: none;
    padding-left: 0;
    margin-bottom: 0;
}

body {
    margin: 0 auto;
    color: #383838;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    width: 100%;
}

* {
    max-width: 100%;
}

h1,
h2 {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    margin-bottom: .5em;
    line-height: 1.3;
}

h3,
h4 {
    line-height: 1.3;
    margin: 0 auto 1em;
}

p {
    line-height: 1.3;
    margin: 0 auto 1em;
}

p:last-child {
    margin-bottom: 0;
}

ul li,
ol li {
    margin-bottom: 1em;
}

img {
    max-width: 100%;
}

.green {
    color: #18a574;
}

.yellow {
    color: #fff32c;
}

.red {
    color: #e00000;
}

.center {
    text-align: center;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

.fw400 {
    font-weight: 400;
}

.mb0 {
    margin-bottom: 0;
}

.mb30 {
    margin-bottom: 30px;
}

.section {
    width: 100%;
    margin: 0 auto;
}

.section-container {
    width: 1180px;
    max-width: 94%;
    margin: 0 auto;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.col {
    flex: 1;
}

.btn {
    background: #fcb040;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 40px;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-buy.disabled {
    background-color: #d7d7d7;
    cursor: not-allowed;
}

.header {
    padding: 10px 0;
    background-color: #18a574;
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 99;
}

.header a {
    color: #ffffff;
    text-decoration: none;
}

.header .btn {
    margin-right: 10px;
}
.col-header-logo img {
    width: 250px;
}


.col-header-contact {
    text-align: center;
}
.col-header-contact .btn {
    padding-top: 0;
    padding-bottom: 0;
}

.reviews-summary {
    border: 1px solid #eae6de;
    border-radius: 20px;
    margin: 30px 0 20px;
    padding: 5px 10px;
}

.reviews-summary-stars {
    width: 75px;
}

.reviews-summary p {
    margin: 0 5px;
}

.headline {
    text-align: center;
}

.headline h3 {
    margin-bottom: 0;
}

.headline h1 {
    margin-bottom: 10px;
}

.section-atf {
    padding: 30px 0 50px;
}

.row-atf {
    align-items: flex-start;
    justify-content: space-around;
    gap: 50px;
}

.col-atf-video {
    flex: 0 0 650px;
    flex-direction: column;
}

.col-atf-product {
    flex: 0 0 450px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}

.atf-benefits-top {
    color: #18a574;
    display: flex;
    font-weight: 500;
    margin: 10px auto;
}

.atf-benefits-top p {
    margin-bottom: 0;
}

.atf-benefits-top .icon-plus {
    height: 18px;
    width: 18px;
    margin: 0 10px;
}

.atf-benefits-top .inline {
    vertical-align: text-bottom;
}

.atf-benefits {
    margin-top: 10px;
    margin-bottom: 20px;
}

.atf-benefits ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: 0;
    padding: 0;
}

.list-greenchecks {
    list-style: none;
}

.list-greenchecks li {
    padding-left: 30px;
    position: relative;
}

.list-greenchecks li::before {
    background-image: url('../images/green-bullet.png');
    background-size: cover;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
}

.div-try h2 {
    margin-bottom: 10px;
}

.row-atf-try {
    justify-content: start;
}

.row-atf-try .col-image {
    flex: 0 0 200px;
}

.row-atf-try .col-copy hr {
    border: .5px solid #eae6de;
}

.circle-marty {
    width: 175px;
}

.atf-product-title {
    background: #18a574;
    color: #ffffff;
    font-size: 28px;
    padding: 10px 0;
    text-align: center;
}

.atf-product-title p {
    font-weight: 700;
    margin-bottom: 0;
}

.atf-product-body {
    padding: 40px 20px;
}

.atf-product-cta .btn {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.atf-product-review {
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 20px 30px;
    text-align: center;
}

.atf-product-review .stars {
    margin-bottom: 10px;
    width: 100px;
}

.atf-product-review .quote {
    width: 300px;
    margin-bottom: 5px;
}

.atf-product-review .author {
    font-weight: 500;
    text-align: center;
}

.quote-box {
    background: url('../images/bg-quote.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 525px;
    margin: 50px auto;
}

.quote-body {
    padding: 50px;
}

.author {
    text-align: right;
}
.video-marty .vjs-poster{
    background: url('../images/vsl-martys-miracles.gif') !important;
    background-size: cover !important;
    background-position: center;
}

.video-reviews .vjs-poster{
    background: url('../images/video-testimonial.jpg') !important;
    background-size: cover !important;
    background-position: center;
}
.video-js .vjs-big-play-button,
.video-js .vjs-share-control,
.video-js .vjs-picture-in-picture-control {
    display: none;
}

.section-panels {
    background: url('../images/bg-paw-paws.jpg');
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.img-quote {
    display: block;
    margin: 30px auto;
}
.row-panels {
    margin: 50px auto;
}

.img-panel {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
}

.section-warning {
    padding: 50px 0;
}

.row-sad-dog {
    gap: 50px;
    margin-bottom: 40px;
}

.row-sad-dog .col-image {
    flex: 0 0 550px;
}

.row-bowl {
    border: 1px solid #e00000;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
}


.row-bowl p {
    flex: 0 0 70%;
    margin-bottom: 0;
}

.section-warning .row-img-left {
    gap: 30px;
}

.section-warning .row-img-left .col-image {
    flex: 0 0 450px;
}

.section-warning .row-img-left .col-image img {
    border: 1px solid #e00000;
    border-radius: 5px;
}

.row-warning-signs {
    border: 1px dashed #e00000;
    border-radius: 5px;
    color: #e00000;
    margin: 50px auto 30px;
    padding: 50px;
    position: relative;
    text-align: center;
}

.warning-title {
    color: #383838;
    position: absolute;
    top: 10px;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
}

.icon-warning {
    width: 130px;
    border: 1px solid #e00000;
    border-radius: 50%;
    padding: 2px;

}

.section-triangle {
    background-color: #f6f6f6;
    height: 0;
    width: 100%;
    position: relative;
}

.arrow-down {
    position: absolute;
    top: 30px;
    right: 33%;
    z-index: 1;

}

.triangle {
    border-top: 100px solid #f6f6f6;
    border-left: 49vw solid transparent;
    border-right: 49vw solid transparent;
    width: 0;
    height: 0;
    bottom: -100px;
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
}

.section-bowl {
    background: #f6f6f6;
    padding: 50px 0 10px;
}

.section-bowl .row-img-left {
    align-items: start;
    gap: 50px;
}

.section-bowl .row-img-left .col-image {
    flex: 0 0 500px;
}

.section-bowl .col-copy {
    flex: 1;
}

.section-discovery {
    padding: 150px 0 50px;
}

.section-discovery .row {
    gap: 50px;
}

.section-discovery .col-image {
    flex: 0 0 400px;
}

.row-discovery-benefits {
    flex-wrap: wrap;
    margin-top: 50px;
}

.row-benefit {
    align-items: flex-start;
    gap: 20px;
}

.col-discovery-benefit {
    flex: 0 0 30%;
    margin-bottom: 30px;
}

.col-discovery-benefit .col-image {
    flex: 0 0 75px;
}

.icon-benefit {
    width: 75px;
}

.col-discovery-benefit h4 {
    color: #18a574;
    margin-bottom: .5em;
}

.row-marty-discovery .col-copy {
    flex: 1;
}

.row-breakthrough {
    margin-top: 50px;
    border: 2px solid #383838;
    padding: 40px;
    position: relative;
}

.row-breakthrough-title {
    background: #ffffff;
    font-size: 32px;
    font-weight: bold;
    padding: 0 20px;
    position: absolute;
    top: -.5em;
    left: 30px;
}

.section-benefits {
    background: url('../images/bg-light-paws.jpg');
    background-size: cover;
    padding: 50px 0;
}

.section-benefits-title {
    text-align: center;
}

.section-benefits-title h3 {
    font-weight: 400;
    margin-bottom: 0;
}

.section-benefits-title h2 {
    text-transform: uppercase;
}

.img-nb-hero {
    margin-bottom: 30px;
}

.section-inside {
    padding: 50px 0;
    background: url('../images/bg-inside.jpg');
    background-size: cover;
    background-position: center;
}

.section-inside h3 {
    color: #18a574;
    margin-bottom: .5em;
}

.section-inside .section-container {
    width: 1000px;
}

.section-inside .row {
    gap: 100px;
}

.section-inside .col-image {
    flex: 0 0 325px;

}

.section-inside .row.row-copy {
    gap: 20px;
    align-items: flex-start;
}

.section-inside .row-copy .col-image {
    flex: 0 0 80px;
}

.row-label {
    margin-top: 100px;
}


.inside-title {
    text-align: center;
}

.inside-title h3 {
    margin-bottom: 0;
}

.circle-crop {
    height: 325px;
    width: 325px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.img-circle {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.row-label {
    justify-content: center;
}

.click-label {
    color: #18a574;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}

.section-made {
    background: #18a574;
    color: #ffffff;
    padding: 15px 0;
}

.row-made {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.row-made .col {
    flex: content;
}

.row-made .logo-made.hidden-mobile {
    display: inline-block;
}

.row-made p {
    font-size: 26px;
    font-weight: 700;
}

.logo-made {
    width: 125px;
    margin-right: 15px;
}

.section-buddy {
    text-align: center;
    padding: 50px 0;
}

.img-buddy {
    margin-bottom: 30px;
}

.row-best .col-image,
.row-best .col-copy {
    flex: 0 0 48%;
}

.section-best {
    background: #ecfcf6;
    padding: 50px 0;
}

.section-offer {
    padding: 50px 0;
}

.section-offer .section-container {
    width: 1000px;
}

.offer-title {
    text-align: center;
}

.row-bonus {
    width: 600px;
    max-width: 100%;
    margin: 10px auto 50px;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.row-bonus-bg {
    background: #fff4c6;
    border-radius: 50px;
    position: absolute;
    height: 90%;
    width: 100%;
    z-index: 1;
}

.row-bonus .col {
    z-index: 3;
}

.row-bonus .col-image {
    flex: 0 0 100px;
    text-align: right;
}

.bg-orange-tip {
    width: 175px;
}


.col-option {
    border: 3px solid #18a574;
    border-radius: 10px;
    flex: 0 0 31%;
    text-align: center;
}

.option-header {
    background: #18a574;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
}

.best-value {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}

.best-value .option-header {
    font-size: 28px;
}

.best-value .option-header {
    color: #ffdf4c;
    text-transform: none;
}

.best-value .option-body {
    background: #f7fffc;
    border-radius: 10px;
}

.option-body {
    padding: 10px 20px 20px;
}

.option-info h4 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.row-option-product .col-product-image,
.row-option-product .col-pricing {
    flex: 0 0 100%;
}

.option-img {
    margin: 20px auto;
}

.price-sale {
    color: #18a574;
    font-size: 42px;
    font-weight: 700;
    margin: 10px auto;
}

.price-savings {
    margin-bottom: 10px;
}

.price-shipping {
    min-height: 42px;
}

.price-savings,
.price-shipping {
    font-weight: 700;
}

.option-subscribe-select {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    padding: 5px 10px;
    margin-top: 20px;
}

.option-subscribe-terms {
    display: none;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    margin: 10px auto;
    text-align: left;
}

.option-cta {
    text-align: center;
    margin: 10px auto;
}
.option-cta a {
    text-decoration: none;
}

.option-cta .btn {
    display: block;
}
.optIn {
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.required {
    border: 1px solid red;
    border-radius: 5px;
}

.payments {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.strikethrough-diagonal {
    position: relative;

    &:before {
        position: absolute;
        content: '';
        color: #e00000;
        left: 0;
        top: 45%;
        right: 0;
        border-top: 2px solid #e00000;
        border-color: inherit;
        -webkit-transform: skewY(-10deg);
        -moz-transform: skewY(-10deg);
        transform: skewY(-10deg);
    }
}

.row-shipping {
    text-align: left;
    justify-content: space-around;
}

.row-shipping .col {
    flex: content;
}

.row-shipping .icon-plus {
    width: 20px;
}

.row-truck,
.row-gift {
    font-size: 16px;
    gap: 5px;
}

.section-guarantee {
    margin: 50px auto;
}

.section-guarantee .section-container {
    background-color: #18a574;
    background-image: url('../images/bg-border-gray.png');
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    max-width: 1050px;

}

.row-guarantee {
    color: #ffffff;
    margin: 0 auto;
    padding: 50px;
    gap: 20px;
}

.row-guarantee h2 {
    text-transform: uppercase;
}

.row-guarantee .col-image {
    flex: 0 0 25%;
    text-align: center;
}

.section-featuredon {
    background: #edf4ff;
    padding: 10px 0;
}

.row-featuredon {
    gap: 100px;
}

.col-featuredon-logos {
    flex: 0 0 450px;
    text-align: center;
}

.section-marty {
    background: url('../images/bg-meet-drmarty.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 100px;
}

.row-marty {
    align-items: flex-end;
    justify-content: left;
    gap: 30px;
    width: 80%;
}

.row-marty .col-image {
    position: relative;
    flex: 0 0 400px;
}

.row-marty .col-image img {
    position: absolute;
    bottom: 0;
}

.row-marty .col-copy {
    padding: 50px 0;
    width: 500px;
    max-width: 100%;
}

.row-marty .marty-quote {
    margin-bottom: 30px;
}

.row-marty .quote {
    font-size: 24px;
}

.row-marty .quote-left {
    float: left;
    margin-right: 20px;

}

.row-marty .quote-right {
    margin-left: 100px;
    margin-bottom: -24px;
}

.signature {
    width: 230px;
}

.section-charity {
    background: #18a574;
    color: #ffffff;
}

.charity-logo {
    width: 250px;
}

.row-charity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;

    &:before {
        content: "";
        align-self: stretch;
        border: 1px solid #ffffff;
    }

    @media (min-width: 700px) {
        flex-direction: row;
        align-items: center;
    }
}

.row-charity .col {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
}

.row-charity .section__item--start {
    order: -1;
    flex: 0 0 280px;
}

.row-charity .col-copy {
    margin-left: 30px;
}

.row-charity .col-copy h3 {
    font-size: 42px;
    margin-bottom: 0;
}

.section-parents {
    padding: 50px 0;
}

.section-parents .section-container {
    width: 980px;
}


.testimonial {
    border-top: 1px solid #eae6de;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    padding: 20px 50px;

    &:before {
        content: "";
        align-self: stretch;
        border: 1px solid #eae6de;
    }

    @media (min-width: 700px) {
        flex-direction: row;
        align-items: center;
    }
}

.testimonial:last-of-type {
    border-bottom: 1px solid #eae6de;
    margin-bottom: 50px;
}

.testimonial__item {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
}

.testimonial__item--start {
    order: -1;
    flex: 0 0 25%;
}

.testimonial__item--end {
    padding: 10px 0;
}

.testimonial-stars {
    width: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.testimonial h4 {
    margin-bottom: 0;
}

.buyer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 700px;
    margin: 0 auto;

    &:before {
        content: "";
        align-self: stretch;
        border: 1px solid #eae6de;
    }

    @media (max-width: 700px) {
        flex-direction: row;
        align-items: center;
    }
}

.buyer__item {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
}

.buyer__item--start {
    order: -1;
}

.buyer__item--end {}

.buyer p {
    margin-bottom: 0;
    font-size: 14px;
}

.row-buyer-name {
    gap: 10px;
}

.row-buyer-name .col-image {
    flex: 0 0 45px;
    text-align: center;
}

.row-buyer-name .col-copy {
    flex-grow: 1
}

.row-buyer-name .verified-buyer {
    color: #18a574;
    font-size: 12px;
}

.row-buyer-name .verify-tick {
    display: inline-block;
    vertical-align: text-bottom;
}

.row-buyer-name .fsSmaller {
    font-size: 12px;
}

/* FAQ */
.section-faq {
    padding: 30px 0;
}

.faq-title {
    margin-bottom: 30px;
    text-align: center;
}

.question-div {
    background: #fbfffe;
    border: 1px solid #18a574;
    border-radius: 5px;
    margin: 0 auto 20px;
    width: 825px;
    max-width: 100%;
}

.question-content {
    padding: 15px;
}

.faq .question {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.faq .toggle {
    float: right;
    font-weight: 700;
    color: #000;
}

.answer {
    padding: 20px 0 0;
    display: none;
    border-top: 1px solid #cacaca;
    margin-top: 1em;
}

.row-studies {
    flex-wrap: wrap;
}

.studies-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.div-join {
    margin-top: 50px;
    text-align: center;
}

.div-join h2 {
    margin-bottom: 10px;
}

.div-join p {
    margin-bottom: 0;
}

.div-join .cta {
    margin-top: 10px;
}

.row-studies hr {
    width: 100%;
}

.toggle {
    cursor: pointer !important;
}

.section-studies {
    padding: 50px 0;
}

.studies-title {
    flex: 0 0 100%;
}

.studies-info {
    display: none;
    font-weight: 300;
    flex: 0 0 100%;
}

.footer {
    padding: 30px 0;
    background-color: #18a574;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.row-footer {
    align-items: flex-start;
}

.col-footer-1 {
    flex: 0 0 300px;
}

.col-footer-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-footer-1 ul li {
    margin-bottom: 0;
}

.col-footer-2 {
    flex: 0 0 400px;
}

.col-footer-3 {
    flex: 0 0 300px;
}

.col-footer-3 img {
    width: 150px;
}

@media only screen and (min-width: 1025px) {
    h1 {
        font-size: 42;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 24px;
    }

    .hidden-desktop {
        display: none;
    }

    .hidden-mobile {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    .hidden-desktop {
        display: block;
    }

    .hidden-mobile {
        display: none;
    }
    .header {
        padding: 5px 0;
    }

    .header .btn {
        font-size: 18px;
    }

    .row-header-mobile-contact {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .col-header-logo {
        flex: 0 0 50%
    }

    .col-header-contact {
        text-align: right;
    }

    .row-atf {
        gap: 0;
    }

    .reviews-summary {
        font-size: 12px;
    }

    .reviews-summary .reviews-summary-stars {
        width: 60px;
    }

    .reviews-summary .profiles {
        width: 75px;
    }

    .atf-benefits-top {
        display: block;
        text-align: center;
        font-weight: 700;
    }

    .atf-benefits ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .atf-product-title {
        font-size: 22px;
    }
    .atf-product-review .author {
        font-weight: 700;
    }

    .row-atf-try {
        gap: 20px;
        align-items: flex-start;
        padding: 0;
    }

    .row-atf-try .col-image {
        flex: 0 0 90px;
    }

    .row-atf-try .col-copy {
        flex: 1;
    }

    .div-try h2 {
        margin-top: 30px;
        text-align: center;
    }

    .col-option {
        flex: 0 0 100%;
    }

    .row-featuredon {
        gap: 30px;
    }

    .col-featuredon-copy {
        text-align: center;
    }

    .quote-body {
        padding: 40px;
    }

    .section-warning {
        padding: 30px 0;
    }
    .section-panels {
        background-size: cover;
        background-position-y: 250px;
    }
    .swiper-slide {
    }

    .row-sad-dog {
        gap: 30px;
    }

    .row-sad-dog .col-copy {
        order: 2;
    }

    .row-sad-dog .col-image {
        order: 1;
    }

    .row-bowl p {
        flex: 1;
    }

    .row-bowl img {
        flex: 0 0 20%;
    }

    .warning-title {
        width: 275px;
    }

    .row-warning-signs {
        gap: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .warning-sign p {
        font-weight: 500;
    }

    .warning-sign {
        flex: 0 0 25%;
    }

    .section-bowl h3.green {
        font-size: 26px;
        margin-top: 30px;
        text-align: left;
    }

    .triangle {
        border-top: 40px solid #f6f6f6;
        bottom: -40px;
    }

    .arrow-down {
        top: 0;
        right: 20%;
    }

    .section-discovery {
        padding-top: 100px;
    }

    .row-marty-discovery h2 {
        text-align: center;
    }

    .row-marty-discovery img {
        margin: 30px auto;
        max-width: 80%;
    }

    .row-breakthrough-title {
        font-size: 24px;
    }

    .section-discovery .row {
        gap: 30px;
    }

    .col-discovery-benefit {
        flex: 0 0 100%;
        border-bottom: 1px solid lightgray;
        padding-bottom: 30px;
    }

    .col-discovery-benefit:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .section-inside {
        padding: 30px 0;
    }

    .inside-title h2 {
        margin-bottom: 0;
    }

    .section-inside .row-copy .col-image {
        flex: 0 0 100%;
    }

    .section-inside .row.row-paw {
        gap: 20px;
        justify-content: left;
        margin-top: 30px;
    }

    .row-paw .col-icon {
        flex: 0 0 50px;
    }

    .row-paw .col-title {
        flex: 1;
    }

    .row-paw .col-title h3 {
        font-size: 24px;
    }

    .circle-crop {
        height: 250px;
        width: 250px;
        margin: 0 auto 30px;
    }

    .section-inside .row-label {
        margin-top: 30px;
    }

    .row-made {
        gap: 5px;
    }

    .row-made .logo-made {
        width: 50px;
        margin-right: 5px;
    }

    .row-made .right {
        text-align: right;
        margin-bottom: 0;
    }

    .row-made .logo-made.hidden-desktop {
        display: inline-block;
        margin-left: 5px;
    }

    .row-made p {
        font-size: 13px;
        width: 110px;
    }

    .row-made .col-icon {
        flex: 0 0 15px;
    }

    .section-buddy {
        padding: 30px 0;
    }

    .img-buddy {
        margin: 30px auto;
    }

    .section-buddy p {
        font-size: 14px;
    }

    .section-best {
        padding: 30px 0;
    }

    .row-best {}

    .row-best .col-copy {
        flex: 0 0 100%;
        order: 2;
    }

    .row-best .col-image {
        flex: 0 0 100%;
        margin: 30px auto;
        order: 1;
    }

    .section-offer {
        padding: 30px 0 0;
    }

    .row-bonus .col-image {
        flex: 0 0 75px;
        padding-left: 15px;
    }

    .row-bonus p {
        font-size: 14px;
        padding-right: 30px;
    }

    .col-option {
        margin-bottom: 30px;
    }

    .row-option-product .col-product-image,
    .row-option-product .col-pricing {
        flex: 0 0 50%;
    }

    .row-option-product {
        margin: 30px auto;
    }
    .option-1 { order: 3;}
    .option-3 { order: 2;}
    .option-6 { order: 1;}

    .option-img {
        margin: 0px auto;
    }

    .col-pricing {
        font-size: 14px;
    }

    .price-sale {
        margin: 0 auto;
        line-height: 1.2;
    }

    .col-shipping {
        flex: content;
    }

    .row-truck,
    .row-gift {
        justify-content: center;
    }

    .row-truck .col-image,
    .row-gift .col-image {
        flex: 0 0 35px;
    }

    .row-truck .col-copy,
    .row-gift .col-copy {
        flex: initial;
    }

    .section-guarantee {
        margin: 30px auto;
    }

    .row-guarantee {
        padding: 50px 20px;
        text-align: center;
    }

    .row-guarantee .col-image {
        flex: 0 0 100%;
    }

    .row-guarantee h2 {
        text-align: center;
    }

    .section-marty {
        padding: 30px 0;
    }

    .row-marty-mobile-headline {
        padding: 20px 0;
        position: relative;
    }

    .row-marty-mobile-headline img {
        position: absolute;
        width: 200px;
        right: 10px;
        bottom: -135px;
        z-index: 1;
    }

    .row-marty {
        background: #ffffff;
        border-radius: 10px;
        position: relative;
        width: 100%;
        z-index: 5;
    }

    .row-marty .col-copy {
        padding: 30px 20px;
    }

    .row-marty .quote-left {
        margin-bottom: 30px;
    }

    .signature {
        display: block;
        margin: 0 auto;
    }

    .row-charity {
        padding: 30px 0;
    }

    .row-charity:before {
        content: none;
    }

    .row-charity .section__item--start {
        order: 2;
        flex: auto;
    }

    .row-charity .col-copy {
        margin-left: 0;
    }

    .row-charity .col-copy h3 {
        font-size: 30px;
        text-align: center;
    }

    .section-parents {
        padding: 30px 0;
    }

    .section-parents h2 {
        margin-bottom: 20px;
    }

    .testimonial {
        gap: 10px;
        padding: 20px 10px;
    }

    .testimonial::before {
        content: none;
    }

    .testimonial:last-of-type {
        margin-bottom: 30px;
    }

    .div-join {
        margin-top: 30px;
    }

    .section-studies {
        padding: 30px 0;
    }

    .row-footer {
        gap: 30px;
    }

    .col-footer-1,
    .col-footer-2,
    .col-footer-3 {
        flex: 0 0 100%;
    }
}

.animate-top{
    position:relative;
    animation:animatetop 0.4s
}
@keyframes animatetop{
    from{top:-300px;opacity:0} 
    to{top:0;opacity:1}
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.modal-content {
  margin: 15% auto;
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: .3rem;
  outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}
.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer>*{
    margin: 5px;
}
.swiper {
    margin: 30px auto;
    padding-bottom: 50px;
    width: 286px;
    height: 538px;
  }
