@font-face {
    font-family: 'Quicksand';
    src: url('/wp-content/themes/lovmie/fonts/quicksand-latin.woff2') format('woff2');
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('/wp-content/themes/lovmie/fonts/karla-latin.woff2') format('woff2');
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/lovmie/fonts/Inter-100-900.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --main-color: #DC0083;
    --dark-color: #333;
    --white-color: #fff;
    --grey-color: #777;
    --icon-color: #333;
}

/* Reset and base styles */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

ol,
ul {
    list-style: none;
    padding-inline-start: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    font-family: inherit;
}

button {
    background: transparent;
    border: none;
}

img {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    overflow-x: hidden;
}

body {
    font-family: "Karla", sans-serif;
    font-style: normal;
    line-height: 1.6;
    color: var(--dark-color);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    flex: 1;
    padding-bottom: 60px;
}

section {
    padding: 30px 0 40px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Quicksand", sans-serif;
}

h1,
.h1 {
    font-size: 3.5rem;
    margin-bottom: 3rem;
    line-height: 1.2;
    font-weight: 500;
}

h2,
.h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--dark-color);
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

h5,
.h5 {
    font-size: 1rem;
}

.black {
    color: var(--dark-color);
}

.pink {
    color: var(--main-color);
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Navigation */
.navbar {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.nav-left {
    display: none;
    align-items: center;
    gap: 1.5rem;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
}

.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
}

.nav-menu li a {
    text-transform: uppercase;
    color: #292929;
    margin: 0 1.5rem;
    padding: 0 5px 5px;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--main-color);
}

.nav-menu li.current-menu-item a {
    border-bottom: 2px solid var(--main-color);
    cursor: unset;
}

.nav-menu li.current-menu-item a:hover,
.nav-menu li.current-menu-item a:active {
    color: #292929;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-right a,
.nav-left a {
    color: var(--dark-color);
}

.nav-right a i {
    font-size: 20px;
}

.language-switcher {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

.language-switcher li {
    padding: 4px;
}

.lang-item a img {
    width: 18px !important;
    height: 13px !important;
}

.current-lang {
    border: 2.5px solid #292929;
    border-radius: 4px;
}

.header-icon>img {
    width: 32px !important;
    height: 32px;
}

.cart-icon {
    position: relative;
}

.cart-count {
    display: block;
    position: absolute;
    top: -7px;
    right: -7px;
    background: var(--main-color);
    color: var(--white-color);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 0 4.5px 5px 5.5px;
    font-size: 13px;
}

.mobile-menu-btn {
    display: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-btn div {
    width: 26px;
    height: 2.1px;
    margin: 5px 0;
    background: #292929;
    border-radius: 7px;
    transition: 0.3s;
    display: block;
}

.mobile-menu-btn div {
    transition: all 0.3s ease;
    position: relative;
}

.mobile-menu-btn.active div:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
    /* top-line */
}

.mobile-menu-btn.active div:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active div:nth-child(3) {
    transform: rotate(-45deg);
    top: -7.4px;
    /* buttom-line */
}

/* Hero Section */
.hero {
    padding: 0;
    overflow: hidden;
    background: -webkit-linear-gradient(180deg, rgb(250, 242, 232) 80%, rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(180deg, rgb(250, 242, 232) 80%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgb(250, 242, 232) 80%, rgb(255, 255, 255) 100%);
}

.hero-bg {
    width: 100%;
    height: 100%;
    margin-top: 45px;
    padding: 45px 0 0;
    background-image: url('/wp-content/uploads/2025/07/condoms.webp');
    background-position: 95% 70%;
    background-size: 40%;
    background-repeat: no-repeat;
}

.hero .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.hero h1 {
    color: var(--main-color);
    position: relative;
    z-index: 20;
    margin: 2rem 0;
    width: 85%;
}

.hero-content {
    flex: 0 1 50%;
    max-width: 600px;
}

.hero-text {
    margin-bottom: 3.5rem;
}

.hero-text p,
.about-us-content p {
    margin-bottom: 1rem;
    color: #232323;
    font-size: 1.3rem;
    font-weight: 400;
}

.hero-text p {
    text-wrap: pretty;
}

.hero2 {
    height: auto;
    padding: 4em 0 1.9em;
    overflow: hidden;
    text-align: center;
    background: -webkit-linear-gradient(180deg, rgb(250, 242, 232) 80%, rgb(255, 255, 255));
    background: -moz-linear-gradient(180deg, rgb(250, 242, 232) 80%, rgb(255, 255, 255));
    background: linear-gradient(180deg, rgb(250, 242, 232) 80%, rgb(255, 255, 255));
}

.hero2 h1 {
    color: var(--main-color);
    margin-bottom: 1.5rem;
}

.hero2 .hero-content2 {
    width: 100%;
}

.hero2 .hero-content2 p {
    margin-top: 0;
    color: #232323;
    font-size: 1.3rem;
    font-weight: 400;
}


/* Subscribe Button Styles */
.subscribe-btn,
.contact-form-toggle,
.back-home {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    background: var(--main-color);
    color: var(--white-color);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    border: none;
    padding: 1rem 4.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(220, 0, 131, 0.3);
}

.subscribe-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    animation: shine 3s infinite linear;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    20%,
    100% {
        left: 100%;
    }
}

.subscribe-btn:hover,
.contact-form-toggle:hover,
.back-home:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(220, 0, 131, 0.4);
}

.subscribe-btn:active,
.contact-form-toggle:active,
.back-home:active {
    transform: scale(1.02);
}

.subscribe-btn-2 {
    width: 100%;
}

/* Features Section */

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.f-card {
    height: 200px;
    perspective: 1000px;
    cursor: pointer;
    border-radius: 10px;
}

.f-card .inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: rotateY(0deg);
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
}

.front {
    background-color: #fff;
}

.back {
    background-color: #f9f9f9;
    transform: rotateY(180deg);
}

.f-icon {
    width: 30%;
	max-width: 60px;
    margin-bottom: 20px;
}

.hint {
    position: absolute;
    top: 10px;
    right: 10px;
}

.front p {
    color: #232323;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
}

.back p {
    color: #333;
    font-size: 1rem;
    margin: 0 0 12px 0;
}

.f-card.flipped .inner {
    transform: rotateY(180deg);
}


/* How It Works Section */
.how-it-works {
    text-align: center;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.step {
    max-width: 400px;
}

.step img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.step p {
    font-size: 1.3rem;
    font-weight: 500;
    color: #232323;
}

.steps .step:nth-child(2)>picture {
    order: 1;
}

.steps .step:nth-child(2)>p {
    order: 2;
}

/* Popular Products Section */
.popular-products {
    text-align: center;
}

.product-tabs {
    margin-bottom: 3.5rem;
}

.tab-btn {
    background: none;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    color: #232323;
    position: relative;
}

.tab-btn.active {
    color: var(--main-color);
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}

.product-card {
    position: relative;
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.product-card img {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    transform: rotate(3deg) rotateX(10deg) rotateZ(5deg);
}

.product-card h3 {
    font-family: "Quicksand", sans-serif;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
    font-weight: 600;
}

.price {
    color: var(--main-color);
    font-weight: bold;
}

.product-card span.from {
    color: var(--dark-color);
    font-weight: normal;
}

.add-to-cart-btn {
    content: url('../images/svg/cart-white.svg');
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 8px 8px 8px 7px;
    background: var(--main-color);
    border: none;
    border-radius: 50%;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
    z-index: 2;
}


.product-card:hover .add-to-cart-btn,
.add-to-cart-btn:hover,
.add-to-cart-btn:active {
    background: var(--dark-color);
    transform: scale(1.1) !important;
}

.view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.view-all-2 {
    display: none;
}

.view-all-btn,
.more-btn,
.post-more-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid var(--grey-color);
    background: #f9f9f9;
    color: #232323;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.view-all-btn:hover,
.more-btn:hover,
.post-more-btn:hover,
.view-all-btn:active,
.more-btn:active,
.post-more-btn:active {
    background: var(--dark-color);
    border: 1px solid var(--dark-color);
    color: var(--white-color);
}

/* About Us Section */

.about-us-content p b {
    padding-top: 1rem;
}

.about-us-content .subscribe-btn {
    margin: 50px 0 30px;
    width: 100%;
}

#about_us {
    padding-top: 100px;
    margin-top: -100px;
}

/* Faq Section */

.faq-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.message {
    position: relative;
    display: inline-block;
    padding: 10px 14px;
    border-radius: 12px;
    margin: 12px 0;
    max-width: 80%;
    word-wrap: break-word;
    transition: all 0.6s ease;
}

.question {
    margin-right: auto;
    padding: 16px 50px 16px 16px;
    border: 2px solid #333;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #232323;
    cursor: pointer;
}

.question::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #333 transparent transparent;
    translate: -100% -50%;
    transform: skew(0, 20deg);
    transform-origin: right;
}

.question::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 15.2px 15.2px 0;
    border-color: transparent #f9f9f9 transparent transparent;
    translate: -100% calc(-50% - 0.4px);
    transform: skew(0, 20deg);
    transform-origin: right;
}

.answer {
    display: none;
    margin-left: auto;
    padding: 16px;
    border: 2px solid #dc0083;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #dc0083;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

.answer.active {
    display: block;
    animation: fadeIn 1s ease forwards;
}

.answer::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent transparent #dc0083;
    translate: 100% -50%;
    transform: skew(0, -22deg);
    transform-origin: left;
}

.answer::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 0 0 15.2px 15.2px;
    border-color: transparent transparent transparent #f9f9f9;
    translate: 100% calc(-50% - 0.4px);
    transform: skew(0, -22deg);
    transform-origin: left;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.faq-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.faq-hidden.show {
    max-height: 650px;
    opacity: 1;
    margin-top: 12px;
    margin-bottom: 12px;
    overflow: visible;
}

.more-btn {
    display: block;
    margin: 30px auto 0;
    font-size: 1rem;
}

.faq-form {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #232323;
    display: flex;
    gap: 50px;
    align-items: center;
}

.faq-form.faq-hidden.show {
    margin-top: 50px;
}

.contact-form-toggle.faq-btn {
    display: block !important;
    background: transparent;
    color: var(--main-color);
    padding: 0 20px;
    border-radius: none;
    text-decoration: underline;
    box-shadow: none;
}

.contact-form-toggle.faq-btn:hover {
    box-shadow: none;
}

/* Footer */
footer {
    background: #292929;
    color: var(--white-color);
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-section>h3 {
    width: fit-content;
    padding: 0 10px 0 2px;
    margin-bottom: 1rem;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--white-color);
    border-bottom: 2px solid var(--main-color);
}

.footer-section ul {
    list-style: none;
}

.footer-section a,
.footer-bottom .text a {
    color: var(--white-color);
    line-height: 2;
}

.footer-section a:hover,
.footer-bottom .text a:hover {
    color: var(--main-color);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid var(--dark-color);
}

.footer-bottom .text {
    order: 1;
}

.footer-bottom .payment-methods {
    order: 2;
}

.payment-methods picture {
    height: 30px;
}

.footer-bottom .payment-methods p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px 0;
}

/* Responsive Design */
@media (min-width: 2001px) {
    .hero-bg {
        margin-top: 50px;
        padding: 90px 0 30px;
        background-size: 30%;
        background-position: 85% 110%;
    }
}

@media (max-width: 2000px) {
    .hero-bg {
        padding: 50px 0 30px;
        background-size: 35%;
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .hero-bg {
        background-position: 100% 60%;
        background-size: 48%;
    }

    .hero-text p,
    .about-us-content p,
    .step p,
    .hero2 .hero-content2 p {
        font-size: 1.2rem;
    }

    .subscribe-btn {
        padding: 1rem 3.5rem;
    }

    .hero-content {
        flex: 0 1 auto;
        max-width: 55%;
    }
}

@media (max-width: 1024px) {

    .nav-left {
        display: block;
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--white-color);
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .nav-links a {
        margin: 0;
        padding: 0.5rem 2rem;
        width: 100%;
        text-align: center;
    }

    .mobile-menu-btn {
        display: block;
    }

    .logo img {
        height: 35px;
    }

    .nav-menu {
        flex-direction: column;
        gap: 10px;
    }

    .nav-menu li,
    .nav-menu li a {
        width: 100%;
        text-align: center;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {

    section {
        padding: 20px 0 30px;
    }

    h1 {
        font-size: 2.4rem;
        margin: 2rem 0;
    }

    h2 {
        font-size: 2rem;
        margin: 1rem 0 1.7rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    p {
        margin: 0.5em 0;
    }

    .hero-bg {
        background-position: 140% 120%;
        background-size: 60%;
        padding: 35px 0 50px;
    }

    .hero h1 {
        margin: 1.5rem 0 0.8rem;
    }

    .hero-content {
        max-width: 65%;
    }

    .hero-text {
        margin-bottom: 2.3rem;
    }

    .hero-text p,
    .about-us-content p,
    .step p,
    .hero2 .hero-content2 p {
        font-size: 1.1rem;
    }

    .subscribe-btn {
        padding: 0.8rem 2.8rem;
        font-size: 1rem;
    }

    .product-tabs {
        margin-bottom: 1.5rem;
    }

}

@media (max-width: 768px) {
    main {
        padding-bottom: 20px;
    }

    h2 {
        margin: 0.5rem 0 1.7rem;
    }

    .hero-bg {
        margin-top: 0;
        padding: 35px 0 120px;
        background-size: 70%;
        background-position: 140% 100%;
    }

    .hero2 {
        padding: 2.5em 0;
    }

    .hero-content {
        padding: 0 1.5rem 1.5rem;
        max-width: 100%;
    }

    .hero-text {
        margin-bottom: 3rem;
    }

    .hero-text p,
    .about-us-content p,
    .step p,
    .hero2 .hero-content2 p {
        font-size: 1.1rem;
    }

    .hero-text p:nth-child(2) {
        max-width: 60%;
    }

    .hero-text p:nth-child(3) {
        max-width: 50%;
    }

    .subscribe-btn {
        font-size: 1rem;
    }

    .f-card {
        height: 100px;
    }

    .f-icon {
        width: 14%;
        margin-bottom: 0px;
    }

    .front,
    .back {
        gap: 20px;
        padding: 10px 15px;
    }

    .front {
        flex-direction: row;
        justify-content: flex-start;
    }

    .front p {
        font-size: 1rem;
    }

    .back p {
        font-size: 0.9rem;
    }

    .steps {
        flex-wrap: wrap;
        gap: 20px;
    }

    .step {
        display: flex;
        gap: 20px;
        max-width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .steps .step p {
        font-size: 1.1rem;
		width: 35%;
    }

    .step>picture {
        width: 65%;
    }

    .steps .step:nth-child(2)>picture {
        order: 2;
    }

    .steps .step:nth-child(2)>p {
        order: 1;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .question,
    .answer {
        font-size: 1rem;
    }

    .faq-form {
        flex-direction: column;
        gap: 20px;
    }

    .contact-form-toggle.faq-btn {
        margin: 0 auto;
    }

    .faq-form {
        font-size: 1.1rem;
    }

    .faq-form.faq-hidden.show {
        margin-top: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .footer-bottom .payment-methods {
        order: 1;
    }

    .footer-bottom .text {
        order: 2;
    }
}

@media (max-width: 620px) {
    .hero h1 {
        width: 100%;
    }

    .hero-text p:nth-child(2) {
        max-width: 100%;
    }

    .hero-text p:nth-child(3) {
        max-width: 70%;
    }
	
	 .features {
        grid-template-columns: repeat(1, 1fr);
    }

    .products-grid {
        gap: 16px;
        padding-bottom: 10px;
    }

    .product-card {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .add-to-cart-btn {
        display: none;
    }

    .products-grid .product-card .price {
        font-size: 0.9rem;
    }

    .products-grid .product-card:nth-child(1) {
        grid-column: 1 / span 2;
    }

    .products-grid .product-card:nth-child(1) .price {
        font-size: 1rem !important;
    }

    .view-all {
        display: none;
    }

    .view-all-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .products-grid::-webkit-scrollbar {
        display: none;
    }

    .footer-bottom {
        padding-top: 1rem;
    }

    .payment-methods picture {
        width: 100%;
        height: 24px;
    }
}

@media (max-width: 520px) {

    h1 {
        font-size: 2rem;
        padding: 0;
        margin-bottom: 0.5rem;
    }

    h2 {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }

    h3 {
        font-size: 1.1rem;
        margin: 0.6rem 0 0.5rem;
    }

    section {
        padding: 10px 0 20px;
    }

    .container {
        padding: 0 20px;
    }

    .hero-bg {
        padding: 80px 0 10px;
        background-size: 40%;
        background-position: 96% 50%;
    }

    .hero2 {
        padding: 4.375em 0 2.5em;
    }

    .hero-content {
        padding: 0 1rem 1rem;
    }

    .hero-text {
        margin-bottom: 1.5rem;
    }

    .hero-text p,
    .about-us-content p,
    .step p,
    .hero2 .hero-content2 p {
        font-size: 1rem;
    }

    .hero-text p:nth-child(1) {
        max-width: 65%;
    }

    .hero-text p:nth-child(2) {
        max-width: 100%;
    }

    .nav-left,
    .nav-right {
        gap: 1rem;
    }

    .subscribe-btn {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 0.95rem;
    }

    .navbar .container {
        padding: 0.6rem 1.2rem 0.6rem 0.8rem;
    }

    .logo img {
        height: 30px;
    }

    .mobile-menu-btn div {
        width: 24px;
    }

    .steps {
        gap: 10px;
    }

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

    .product-card {
        padding: 15px 10px 5px 10px;
    }

    .product-card img {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 0.6rem;
    }

    .product-card:nth-child(1) img {
        max-width: 80% !important;
    }

    .about-us-content .subscribe-btn {
        margin: 20px 0 0px;
    }

    footer {
        padding: 20px 0 30px 10px;
    }

    .footer-content {
        gap: 1rem;
        margin-bottom: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-content .footer-section ul {
        margin-bottom: 0;
    }


    .payment-methods {
        margin-top: 20px;
    }

}

/* Contacts Page Styles */

.contact-page .container {
    display: flex;
    gap: 50px;
}

.contact-page .container .left,
.contact-page .container .right {
    width: 50%;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
    padding: 7px 0;
}

div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background-color: var(--main-color) !important;
    color: var(--white-color);
}

div.wpforms-container-full button[type=submit]:hover {
    background-color: var(--dark-color) !important;
    color: var(--white-color);
}

#wpforms-16179-field_0-container {
    padding-top: 0;
}

/* Popup */

.contact-form-toggle {
    display: none;
}

.contact-form-popup {
    display: none;
    position: static;
    background: none;
    padding: 0;
}

.popup-overlay,
.popup-close {
    display: none;
}

.popup-content {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 9999;
    padding: 30px 20px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

.popup-form-wrapper h3 {
    margin-top: 0;
}

.popup.open,
.popup.open .popup-overlay,
.popup.open .popup-close {
    display: block;
}


@media (max-width: 768px) {

    .contact-page .container {
        gap: 0;
    }

    .contact-page .container .left {
        width: 100%;
    }

    .contact-page .container .right {
        display: none;
    }

    .contact-form-toggle {
        display: block;
        margin: 30px auto;
    }
}

@media (max-width: 520px) {}

/* Tips Page Styles */

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.accordion-header {
    width: 100%;
    text-align: left;
    background: #f9f9f9;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    cursor: pointer;
    border: none;
    outline: none;
}

.accordion-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--main-color);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 1.5rem;
    display: none;
}

.accordion-content p,
.accordion-content ul li {
    color: #232323;
    font-size: 1.1rem;
    font-weight: 400;
}

.accordion-content ul li {
    padding: 7px 0;
}

.accordion-item h3,
.accordion-item-3 .accordion-content div strong {
    letter-spacing: 1px;
}

.accordion-item.active h3 {
    color: var(--main-color);
}

.accordion-item.active .accordion-content {
    max-height: 2500px;
    padding: 1rem 1.5rem 1.5rem;
    display: block;
}

.accordion-item.active .accordion-icon {
    content: '−';
}

.accordion-item-3 .accordion-content ul.do li::before,
.accordion-item-3 .accordion-content ul.dont li::before {
    display: inline-block;
    margin-right: 10px;
    padding-top: 8px;
}

.accordion-item-3 .accordion-content ul.do li::before {
    content: url('../images/icon-tips-yes.png');
}

.accordion-item-3 .accordion-content ul.dont li::before {
    content: url('../images/icon-tips-no.png');
}

.accordion-item-3.active .accordion-content {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.accordion-item-3 .accordion-content div {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.accordion-item-3 .accordion-content div ul {
    flex: 1;
}

.accordion-item-3 .accordion-content div .accordion-content-img,
.accordion-item-3 .accordion-content div .accordion-content-img picture source,
.accordion-item-3 .accordion-content div .accordion-content-img picture img {
    width: 100%;
    max-width: 520px;
    height: auto;
}

.accordion-item-2 .accordion-content-img {
    display: grid;
    gap: 20px;
    margin: 30px 0;
}

.accordion-item-1 .accordion-content-img {
    grid-template-columns: repeat(1, 1fr);
}

.accordion-item-2 .accordion-content-img {
    grid-template-columns: repeat(5, 1fr);
}

.accordion-content-img img {
    width: 100%;
}

@media (max-width: 768px) {
    .accordion-item-2 .accordion-content-img {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 660px) {
    .accordion-item-3 .accordion-content {
        flex-direction: column;
        gap: 30px;
    }

    .accordion-item-3 .accordion-content div {
        width: 100%;
    }
}

@media (max-width: 520px) {

    .accordion-content p,
    .accordion-content ul li {
        font-size: 0.95rem;
    }

    .accordion-item-2 .accordion-content-img {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Privacy Policy Page Styles */

.privacy-policy {
    padding: 60px 0;
    text-align: left;
}

.privacy-policy h2 {
    color: #232323;
    margin-top: 30px;
    margin-bottom: 15px;
}

.privacy-policy p {
    font-size: 1rem;
    color: #232323;
    line-height: 1.6;
    margin-bottom: 20px;
}

.privacy-policy ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.privacy-policy ul li {
    margin-bottom: 10px;
}