@font-face {
    font-family: 'Paytone One';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/PaytoneOne-Regular.50a4d2ac2b2d.woff2") format('woff2'),
         url("/static/fonts/PaytoneOne-Regular.8f09426554d0.woff") format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
    src: url("/static/fonts/Montserrat.ae3710e36449.woff2") format('woff2'),
         url("/static/fonts/Montserrat.b17f086e99e2.woff") format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    font-style: oblique 11.3deg;
    font-weight: 100 900;
    src: url("/static/fonts/Montserrat-Italic.46b7f92bf837.woff2") format('woff2'),
         url("/static/fonts/Montserrat-Italic.d51038cdcb78.woff") format('woff');
}

:root {
    --p-primary: #8678AD;
    --p-pink: #E693D7;
    --p-sky: #A5E4FF2E;
    --p-lavender: #F4F0FE;
    --p-bg: #F8FAFF;
    --p-text: #252525;
    --p-heading: #272727;
    --p-text-muted: #707070;
}

body {
    font-family: Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
    color: var(--p-text)
}

h1, h2, h3, h4, h5, h6 {
    color: var(--p-heading);
}

h1, h2 {
    font-family: 'Paytone One', Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}

.hero h1 {
    font-size: 6rem;
}

.hero-small h1 {
    font-size: 4rem;
}

.titlebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 160px;
}

.about-title {
    background-image: url("/static/img/graphics/hero_section_about.d6da9f60e30a.png");
}

.faq-title {
    background-image: url("/static/img/graphics/hero_section_faq.83ea61083119.png");
}

.shop-product-title {
    background-image: url("/static/img/graphics/hero_section_product.694b53c64c88.png");
}

.shop-products-title {
    background-image: url("/static/img/graphics/hero_section_shop.6622bdead848.png");
}

.science-title {
    background-image: url("/static/img/graphics/hero_section_science.bac3f65cbeb5.png");
}

h2 {
    font-size: 3.8rem;
}

h3 {
    font-weight: 600;
    font-size: 1.4rem;
}

a, a:hover {
    color: var(--p-text);
}

.container {
    max-width: 1400px;
    padding: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #2D2926;
    font-weight: 500;
}

.navbar-toggler {
	padding: .25rem .5rem;
}

.navbar-light .navbar-nav .nav-item .nav-link.contact-btn {
    background: var(--p-primary);
    color: #FFF;
    border-radius: 99px;
}

.non-collapse-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    z-index: 4;
}

header {
    background-image: url("/static/img/graphics/bg-pink.9c8ffc4edd4a.svg"), url("/static/img/graphics/bg-blue.9b91b7d1afa2.svg");
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-color: var(--p-lavender);
    padding: 0 3rem;
}

header svg {
    height: 1.6rem;
    width: 1.6rem;
}

.currency-dropdown {
    position: relative;
}

.currency-choices {
    position: absolute;
    padding: .5rem;
    text-wrap: nowrap;
    z-index: 4;
    right: 0;
    background-color: var(--p-bg);
    color: #2D2926;
    font-weight: 500;
}

.currency-choices p {
    padding: 0;
    margin: 0;
}

.currency-choices .btn.active {
    border-color: var(--p-primary);
}

.currency-choices .btn span {
    vertical-align: middle;
}

.hero {
    padding: 4rem 0 5rem;
}

.hero p {
    color: #6C6C6C;
    font-size: 1.5rem;
    font-weight: 500;
    max-width: 90%;
    line-height: 1.5;
}

.hero-small {
    padding: 1rem 0 1.25rem;
}

.purple_tag {
    color: var(--p-primary);
}

.primary_btn {
    background: var(--p-primary);
    color: #FFF;
    padding: 20px 55px;
    border-radius: 100px;
    font-size: 1.1rem;
    font-weight: 500;
}

.primary_btn:hover {
    text-decoration: none;
    color: #FFF;
}

.cart-btn {
    background: var(--p-primary);
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cart-btn:disabled:hover {
    color: #FFF;
}

.cart-btn svg {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
}

.button_img {
    margin-top: 30px;
}

.button_img img {
    margin-left: 20px;
}

.body-wrap {
    padding: 3rem 3rem;
    background-color: var(--p-bg);
}
.body-wrap a {
    text-decoration: underline;
}
a.back-link {
    text-decoration: none;
}
a.back-link svg {
    width: 1.5rem;
    height: 1.5rem;
    transform: scale(-1, -1);
}
#cart {
    padding: 2rem 0;
}
#cart .messages {
    font-weight: 500;
}

.cart-contents {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
    row-gap: .5rem;
}

.cart-header {
    font-weight: 500;
    color: var(--p-text-muted);
    padding: 0 .5rem;
}

.cart-header-price {
    grid-column: 3;
}

.cart-empty {
    grid-column: 1 / -1;
    justify-self: center;
    font-size: 1.1rem;
}

.cart-empty a {
    font-weight: 500;
}

.cart-item {
    background-color: var(--p-sky);
    padding: .5rem;
}
.cart-item h3 {
    font-weight: 500;
    font-size: 1rem;
}
.cart-header-quantity,
.cart-item-quantity {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cart-item-total {
    font-weight: 500;
}

.cart-item img {
    width: 100%
}

.cart-item-remove svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-bottom: .2rem;
    color: var(--p-text-muted);
}
.cart-summary-checkout {
    padding-top: 2rem;
    max-width: 22rem;
}
.cart-summary-checkout label,
.cart-summary-checkout select {
    width: 100%;
}
.cart-summary-line {
    display: flex;
    justify-content: space-between;
}
.cart-summary-line .amount {
    flex-grow: 1;
    text-align: right;
    font-weight: 500;
}
.order-summary {
    display: grid;
    grid-template-columns: 1fr 3fr;
    row-gap: .5rem;
    max-width: 50rem;
}
.order-summary-item {
    display: flex;
    padding: 0 .5rem;
    align-items: center;
}
.order-summary-item img {
    max-width: 100%;
}
.home_section_one {
    padding: 6em 2em;
    background-image: linear-gradient(to bottom, transparent 80%, var(--p-sky) 80%);
}

.what_purrfy_content p {
    font-size: 1.2rem;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}

.what_purrfy_content h2 {
    text-align: center;
    margin-bottom: 20px;
}

.what_purrfy_content h3 {
    max-width: 87%;
    text-align: center;
    margin: 0 auto 20px;
}

.what_purrfy_content .button_img img {
    margin-right: 20px;
}

.what_purrfy_content .button_img {
    text-align: center;
}

.product-list {
    background-color: var(--p-sky);
}
.product-list .divider {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, transparent 0, #CCC 50%, transparent 100%) 0 0 1;
    margin-top: 2em;
    margin-bottom: 2em;
}
.shop-intro {
    margin-bottom: 4rem;
}

.product-title h2 {
    font-size: 2rem;
}

.product-description {
    margin: 1rem 0;
}

.product-form div.color-choices-label {
    font-weight: 600;
}

.product-form .color-choices {
    display: flex;
    justify-content: flex-start;
}

.product-form .color-choices label {
    margin: 0 1rem .5rem;
}

.product-form p.form-error {
    margin-top: 1rem;
    font-weight: 500;
}
.our_product_section {
    background-color: var(--p-sky);
    padding: 0 2em 4em;
}

.our_product_section h2 {
    text-align: center;
}
.product_card .product_img {
    border: 2px solid #E3E3E3;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}
.price_tag {
    font-weight: 600;
}

.product_header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.product_card:hover .product_img {
    border-color: var(--p-primary);
}

.product_card {
    margin-top: 40px;
}

.who_purrfy_for {
    background-color: var(--p-bg);
    padding: 3em 2em 4em;
}

.who_purrfy_for .col-md-12 h2 {
    text-align: center;
}

.left_content {
    margin-top: 60px;
    margin-bottom: 60px;
}
.img-col {
    text-align: center;
}
.img-col img {
    z-index: 1;
    position: relative;
}
.star-decoration:after {
    content: '';
    background-image: url("/static/img/graphics/purple_star.45f2dfce4dc2.png");
    width: 38px;
    height: 57px;
    position: absolute;
    right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
}
.star-decoration-left:after {
    right: unset;
    left: 10px;
}
.kids_content p {
    max-width: 83%;
}

.kids_content p:first-child {
    margin-top: 30px;
}

.kids_content h2 {
    margin-bottom: 20px;
}

.left_content .row {
    align-items: center;
}
.right_content .kids_content {
    margin-left: 35px;
}

.no_margin {
    margin-bottom: 0;
}

.who_purrfy_for .button_img {
    margin-top: 0;
    margin-left: 40px;
}

.left_content.right_content.no_margin .col-md-5:after {
    overflow: hidden;
    background-image: url("/static/img/graphics/background_layer.0dfa9280b3f5.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    width: 1360px;
    height: 888px;
    position: absolute;
    bottom: 68%;
    left: 0;
}

.left_content.right_content.no_margin .col-md-5, .right_left_bg .col-md-5 {
    position: relative;
}

.right_left_bg .col-md-5:after {
    overflow: hidden;
    background-image: url("/static/img/graphics/background_layer.0dfa9280b3f5.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    width: 1360px;
    height: 888px;
    position: absolute;
    bottom: 8%;
    left: 0;
}
.testimonials {
    padding: 3em 2em;
}
.testimonials h2 {
    text-align: center;
    max-width: 62%;
    margin: 0 auto;
}
.testimonials p.tagline {
    margin: 1rem auto;
    text-align: center;
}
.testimonials a {
    text-decoration: underline;
}
.testimonial {
    background: var(--p-bg);
    padding: 60px 60px;
}
.testimonial svg {
    color: #D4EAF6;
    margin-bottom: 1rem;
    width: 3rem;
    height: 3rem;
}
.testimonial p {
    max-width: 90%;
    line-height: 1.5;
}
.testimonial-footer {
    display: flex;
    align-items: center;
    border-top: 2px solid #DDDDDD;
    padding-top: 20px;
}
.testimonial-footer h4 {
    margin-bottom: .25rem;
    font-family: 'Paytone One', Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}
.testimonial-footer p {
    margin-bottom: 0;
}
footer {
    padding: 3rem 1rem 1rem;
    background: var(--p-sky);
}

footer p {
    max-width: 87%;
    margin-top: 11px;
}

footer h6 {
    font-family: 'Paytone One', Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

footer ul li {
    padding-bottom: 14px;
}

.copyright {
    font-weight: 400;
    border-top: 1px solid #DEDEDE;
    margin-top: 50px;
    padding-top: 20px;
}

ul.breadcrumbs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #6C6C6C;
}

ul.breadcrumbs li a {
    color: inherit;
}

li.breadcrumb-separator svg {
    height: 1rem;
}
.about-team {
    background: #FFF;
}
.product_cart {
    width: 20%;
    float: right;
    text-align: right;
}
.quantity-container {
    display: flex;
    align-items: center;
    border: 1px solid #CCC;
    border-radius: 100px;
    width: 8rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.quantity-container button {
    border: none;
    background: none;
    width: 5rem;
    font-size: 1.5rem;
    color: var(--p-text);
}

.quantity-container input {
    font-weight: 600;
    color: var(--p-text);
    border: none;
    text-align: center;
    width: 3rem;
    background-color: inherit;
}

.quantity-container input[type="number"] {
    appearance: textfield;
}

.product_single_section {
    padding: 5em 2em;
    background-color: var(--p-bg);
}

.product_image_single {
    background-color: var(--p-lavender);
    text-align: center;
    margin-right: 50px;
}

.product_single_section .product_title_single {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_single_section .product_title_single h2 {
    font-size: 3rem;
}

.product_single_detail .product_short_desc_single p {
    font-weight: 700;
    color: #666666;
    max-width: 60%;
    padding: 20px 0 10px;
}

.product_single_detail .price_single {
    padding-bottom: 20px;
}

.product_single_detail .price_single .cross_price {
    color: #666666;
    font-weight: 700;
    text-decoration: line-through;
}

.product_single_detail .price_single .sale_price {
    color: #141414;
    font-weight: 700;
    font-size: 1.5rem;
    margin-left: 10px;
}

.product_single_section .row {
    align-items: center;
}

.add_to_cart_btn {
    background: var(--p-primary);
    color: #FCFEFF;
    padding: 12px 115px;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    border: 0;
    font-weight: 600;
}

.buy_now_btn {
    background: #FFFFFF;
    color: #11171D;
    padding: 12px 115px;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    border: 1px solid #B8B8B8;
    font-weight: 600;
}

.product_single_buttons {
    display: flex;
}

.add_to_cart_btn {
    margin-right: 20px;
}

.tabs {
    display: flex;
}

.tabs button {
    border: none;
    background: none;
    font-size: 1.4rem;
    cursor: pointer;
    font-weight: 700;
    color: var(--p-heading);
    width: fit-content;
    padding: 15px 50px;
}

.tabs button.active {
    background: var(--p-primary);
    color: var(--p-bg);
    border-radius: 0;
    border: 0;
}

.tab-content {
    border: 1px solid var(--p-primary);
    background: var(--p-lavender);
    padding: 50px 20px 25px;
    display: none;
}

.tab-content.active {
    display: block;
}

.tab_section {
    padding: 0 2em 3em;
    background-color: var(--p-bg);
}

.tab_section h2 {
    margin-bottom: 30px;
}

.tab-content h3 {
    font-family: 'Paytone One', Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 20px;
}

.tabs button:focus {
    outline: unset;
}
.faq-section {
    background-color: var(--p-bg);
}
.faq-section h2 {
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
}
.faq-container {
    max-width: 75%;
    margin: 30px auto;
}
.faq-img-wrap {
    text-align: center;
}
.faq-img-wrap img {
    margin: .25rem;
}
.faq-item {
    border-bottom: 1px solid #CACACA;
    padding: 10px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: 0;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #3D3D3D;
    font-size: 1.4rem;
}


.faq-question .icon svg {
    transition: transform 0.3s ease;
    height: 2rem;
    width: 2rem;
    transform: rotate(-90deg);
}

.faq-question.collapsed .icon svg {
    transform: rotate(90deg);
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
    content: '–';
}
.science_sec_one {
    background-color: var(--p-bg);
}

.science_sec_one h2 {
    padding: 0 0 20px;
}

.science_sec_one h3 {
    max-width: 74%;
    margin-bottom: 20px;
    line-height: 1.5;
}

.section_design_character a,
.science_sec_one a {
    font-weight: 500;
}

.research_content p {
    max-width: 83%;
}

.arch-mask {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

.bordered-primary {
    border: 2px solid var(--p-primary);
    padding: 10px;
}

.bordered-pink {
    border: 2px solid var(--p-pink);
    padding: 10px;
}
.further_reading_sec {
    background-color: #FFFFFF;
}
.further_reading_sec h2 {
    text-align: center;
}

.further_reading_sec .reading_card {
    padding-top: 70px;
}

.further_reading_sec .reading_card a {
    font-size: 1.1rem;
    display: block;
    margin-top: .25rem;
    font-weight: 500;
    text-wrap: balance;
    text-align: center;
}

.further_reading_sec .reading_card a svg {
    height: 1.5rem;
    width: 1.5rem;
    color: var(--p-primary);
}
.policies a {
    font-weight: 500;
    text-decoration: underline;
}
.shadowed {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.rounded {
    border-radius: 12px;
}
.contact-form .primary_btn {
    border: 0;
    width: 100%;
    padding: 20px 0;
}

.contact-form {
    background: #FFF;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #444;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #CCC;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form input:focus, .contact-form textarea:focus {
    border-color: #007BFF;
}

.contact-form textarea {
    resize: none;
    height: 120px;
}
.video-container {
    margin-top: 40px;
	position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.video-container .thumbnail-container {
	position: relative;
}

.video-container .thumbnail {
	display: block;
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: cover;
}

.video-container svg {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    height: 15%;
    transform: translate(-50%, -50%);
    fill: var(--p-lavender);
}

.video-container .play-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	transition: background-color 0.5s;
}

.video-container .play-overlay:hover {
	background-color: rgba(0, 0, 0, 0);
}

.video-container iframe {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
}

@media (max-width: 1280px) {
    .hero h1 {
        font-size: 4rem;
    }

    .hero-small h1 {
        font-size: 3rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 3rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .right_left_bg .col-md-5:after {
        width: 970px;
        height: 778px;
    }

    .left_content.right_content.no_margin .col-md-5:after {
        width: 800px;
        height: 708px;
    }
    .who_purrfy_for .button_img {
        margin-left: 20px;
    }

    .testimonial {
        padding: 20px 20px;
    }

    .testimonial p {
        max-width: 100%;
    }
    .further_reading_sec .reading_card {
        padding-top: 30px;
    }

    .add_to_cart_btn {
        padding: 15px 50px;
    }

    .buy_now_btn {
        padding: 15px 50px;
    }

    .product_single_section .product_title_single h2 {
        font-size: 2rem;
    }

    .product_single_detail .product_short_desc_single p {
        max-width: 80%;
    }

    .tab_section h2 {
        font-size: 2rem;
    }

    .tabs button {
        font-size: 1.1rem;
    }

    .tab-content h3 {
        font-size: 1.5rem;
    }

    footer h6 {
        font-size: 1.25rem;
    }

    .product_single_section {
        padding: 4em 1em;
    }
}

@media (max-width: 1200px) {
    header {
        padding: 0 1.5rem;
    }
    .body-wrap {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 1024px) {
    .right_left_bg .col-md-5:after {
        width: 940px;
        height: 778px;
    }
}

@media (max-width: 991.98px) {
    .non-collapse-nav {
        margin-top: 44px;
        transform: translate(0, -50%);
        align-self: start;
    }

    header {
        padding: 0 1rem;
    }
    .body-wrap {
        padding: 3rem 1rem;
    }

    .titlebar {
        min-height: 0;
        background-image: none;
    }

    .left_content.right_content.no_margin .col-md-5:after {
        width: 730px;
    }

    .right_left_bg .col-md-5:after {
        width: 730px;
    }

    .primary_btn {
        padding: 15px 20px;
    }

    .testimonials h2 {
        max-width: 75%;
    }
    .testimonials .row .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .button_img img {
        margin-left: -4px;
    }

    .our_product_section .col-md-4 {
        flex: 0 0 100%;
        max-width: 50%;
    }

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

    .hero h1 {
        font-size: 3.2rem;
    }

    .right_content .kids_content {
        margin-left: 5px;
    }

    .video-container {
        margin-top: 0;
    }
    .product_single_section .product_title_single h2 {
        font-size: 2rem;
    }

    .add_to_cart_btn {
        padding: 15px 15px;
    }

    .buy_now_btn {
        padding: 15px 15px;
    }

    .tabs button {
        padding: 15px;
    }

    .product_single_detail .product_short_desc_single p {
        max-width: 100%;
    }
    .contact-form {
        margin-top: 30px;
        padding: 15px;
    }

}

@media (max-width: 767px) {
    header {
        background-image: url("/static/img/graphics/bg-pink.9c8ffc4edd4a.svg");
        background-size: auto 800px;
        background-repeat: no-repeat;
        background-position: top left;
        background-color: var(--p-lavender);
    }

    .hero h1 {
        text-align: center;
    }

    .hero p {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }

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

    .right_left_bg .row {
        flex-direction: column-reverse;
    }

    .right_content .row {
        flex-direction: column-reverse;
    }

    .left_content.right_content.no_margin .col-md-5:after {
        width: 730px;
    }

    .right_left_bg .col-md-5:after {
        width: 730px;
    }

    .who_purrfy_for {
        padding: 3em 1em;
    }

    .what_purrfy_content p {
        max-width: 100%;
    }
    .faq-question {
        font-size: 1.1rem;
    }

    .faq-container {
        margin: 15px auto;
    }
    .research_content p {
        max-width: 100%;
    }

    .science_sec_one h3 {
        max-width: 100%;
    }

    .product_image_single {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .tab_section {
        padding: 0 1em 3em;
    }
}

@media (max-width: 600px) {

    .left_content.right_content.no_margin .col-md-5:after {
        width: 100%;
        background-size: cover;
    }

    .right_left_bg .col-md-5:after {
        width: 100%;
        background-size: cover;
    }

    .home_section_one {
        padding: 3em 1em;
    }

    .what_purrfy_content h3 {
        max-width: 100%;
    }

    .our_product_section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonials {
        padding: 3em 1em;
    }

    .testimonials h2 {
        max-width: 100%;
    }

    footer p {
        max-width: 100%;
    }

    .tabs {
        display: block;
    }
}

@media (max-width: 576px) {
    footer {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2rem;
    }

    .tab_section h2 {
        font-size: 2rem;
    }

    .right_content .kids_content {
        margin-left: 0;
    }

    .who_purrfy_for .button_img {
        margin-left: 0;
    }

    .what_purrfy_content .button_img img {
        margin-right: 0;
    }
    .copyright {
        margin-top: 10px;
    }

    .tab-content {
        padding: 20px;
    }
    .cart-item {
        padding: .2rem;
    }
}
