:root {
    --color-royal-blue: #1F5CC4;
    --color-cyan: #17D8E5;
    --color-torquoise: #17D8E5;
    --color-soft-gold: #F4D37A;
    --color-warm-gold: #F4B75C;
    --color-charcoal: #1F2937;

    --font-primary: "Outfit";
    --font-secondary: "Inter";
}

p:last-child {
    margin-bottom: 0;
}

.site-button {
    display: inline-flex;
    color: var(--color-charcoal);
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    padding: 12px 20px;
}

.site-button.site-button-small {
    font-size: 14px;
    padding: 8px 14px;
}

.site-button.button-primary {
    color: #fff;
    background-color: var(--color-royal-blue);
}

.site-button.button-amazon {
    background-color: var(--color-warm-gold);
}

#contact_social .elementor-icon-wrapper {
    display: flex !important;
}

.wpcf7 form .form-fields {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wpcf7 form .form-field,
.wpcf7 form .form-field label {
    display: block;
    width: 100%;
}

.wpcf7 form .form-field {
    margin: 0 0 30px;
}

.wpcf7 form .form-field label {
    font-size: 16px;
    font-weight: bold;
}

.wpcf7 form .form-field label span {
    display: block;
    margin: 10px 0 0;
}

.wpcf7 form .form-field input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.wpcf7 form .form-field textarea {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 15px;
}

.wpcf7 form .wpcf7-submit {
    width: 100%;
    height: 65px;
    background-image: linear-gradient(120deg, #1F5CC4, #17D8E5);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.social-accounts ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 10px;
}

.social-accounts ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    transition: all 0.8s ease-in-out;
}

.social-accounts ul li a:hover {
    background-color: rgba(255, 255, 255, 0.3)
}

.social-accounts ul li a svg {
    fill: var(--color-cyan);
    width: 25px;
}

header .header-main {
    display: flex;
    justify-content: space-between;
    height: 120px;
    padding: 0 20px;
}

header .header-main .header-navigation {
    display: flex;
    align-items: center;
    height: 100%;
}

header .header-main .header-navigation > div {
    display: flex;
    align-items: center;
    height: 100%;
}

header .header-main .header-navigation .header-logo a {
    display: block;
    height: 100%;
}

header .header-main .header-navigation .header-logo img {
    border-radius: 100%;
}

header .header-main .header-navigation .header-menu ul {
    display: flex;
    padding: 0;
    margin :0;
}

header .header-main .header-navigation .header-menu ul li {
    list-style: none;
}

header .header-main .header-navigation .header-menu ul li a {
    display: flex;
    color: var(--color-charcoal);
    font-size: 18px;
    font-weight: 700;
    padding: 20px 50px;
    transition: all 0.3s ease-in-out;
}

header .header-main .header-navigation .header-menu ul li.current-menu-item a,
header .header-main .header-navigation .header-menu ul li a:hover {
    color: var(--color-torquoise);
}

header .header-main .header-search {
    width: 45%;
}

header .header-main .header-search form,
header .header-main .header-search form .form-field {
    height: 100%;
}

header .header-main .header-search form .form-field {
    display: flex;
    position: relative;
}

header .header-main .header-search form .form-field span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

header .header-main .header-search form .form-field span svg {
    fill: var(--color-charcoal);
    width: 20px;
}

header .header-main .header-search form input {
    font-family: var(--font-primary);
    font-size: 18px;
    height: 100%;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    padding: 30px;
    outline: none;
}

header .header-main .header-search form input::placeholder {
    color: #B5B5B5;
}

header .header-main .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .header-main .header-actions .site-mobile-menu {
    display: none;
    border: none;
}

header .header-main .header-actions .site-mobile-menu svg {
    width: 25px;
}

header .header-main .header-actions .site-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(120deg, #1F5CC4, #17D8E5);
    border-radius: 10px;
    padding: 13px 25px;
}

header .header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-charcoal);
    height: 50px;
}

header .header-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .header-bottom .product-categories ul {
    display: flex;
}

header .header-bottom .product-categories ul li {
    border-right: 1px solid #fff;
}

header .header-bottom .product-categories ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 16px;
    padding: 15px;
}

header .header-bottom .social-accounts {
    padding: 0 20px;
}

header .header-bottom .social-accounts ul li a {
    width: 25px;
    height: 25px;
    border-radius: 7px;
}

header .header-bottom .social-accounts ul li a svg {
    width: 15px;
    height: 15px;
}

#mobile_menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.8s ease-in-out;
}

#mobile_menu.active {
    visibility: visible;
    opacity: 1;
}

#mobile_menu .mobile-menu-header {
    display: flex;
    justify-content: end;
    padding: 20px 10px;
}

#mobile_menu .mobile-menu-header button {
    border: none;
}

#mobile_menu .mobile-menu-header button svg {
    width: 20px;
}

#mobile_menu .mobile-menu-body ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

#mobile_menu .mobile-menu-body ul li a {
    color: var(--color-charcoal);
    font-size: 20px;
}

#page_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-royal-blue);
    height: 250px;
}

#page_banner .container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

#page_banner h1 {
    color: #fff;
    margin: 0;
}

.woocommerce .woocommerce-breadcrumb {
    color: #fff;
    background-color: var(--color-royal-blue);
    padding: 20px 50px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #fff;
}

.woocommerce div.product div.images img {
    max-height: 600px;
    object-fit: contain;
}

.woocommerce ul.products li.product a {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
}

.single-product .product {
    max-width: 1600px;
    width: 100%;
    padding: 100px 50px;
    margin: 0 auto;
}

.single-product .quantity,
.single-product .single_add_to_cart_button {
    display: none !important;
}

.category-product-list {
    padding: 100px 50px;
}

.category-product-list .container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.enoryt-product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.enoryt-product-list .product-item {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
}

.enoryt-product-list .product-item .product-thumbnail {
    height: 150px;
}

.enoryt-product-list .product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.enoryt-product-list .product-item .product-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
}

.enoryt-product-list .product-item .product-info h3 {
    font-size: 18px;
}

.enoryt-product-list .product-item .product-info .product-price span {
    display: inline-block;
    padding: 7px 12px;
    background-color: var(--color-soft-gold);
    border: 1px solid var(--color-warm-gold);
    border-radius: 3px;
}

.enoryt-product-list .product-item .product-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}

.enoryt-product-list .product-item .product-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
}


footer {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-color: var(--color-charcoal);
    padding: 50px;
}

footer .footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

footer .footer-main .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 350px;
    width: 100%;
}

footer .footer-main .footer-logo img {
    border-radius: 100%;
}

footer .footer-main .footer-logo .footer-about {
    color: #fff;
    font-size: 16px;
}

footer .footer-main .footer-navigation {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: calc(100% - 350px);
}

footer .footer-main .footer-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-main .footer-navigation ul li a {
    color: #fff;
}

footer .footer-main .footer-navigation .footer-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 300px;
    max-width: 100%;
}

footer .footer-main .footer-navigation .footer-column .footer-column-heading {
    color: #fff;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
}

footer .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

footer .footer-copyright span {
    color: #fff;
    font-size: 11px;
}

footer .footer-copyright span a {
    color: var(--color-warm-gold);
    font-weight: 700;
}

@media (max-width: 1800px) {
    header .header-main .header-navigation .header-menu ul li a {
        padding: 20px 30px;
    }
}

@media (max-width: 1500px) {
    header .header-main .header-navigation .header-menu ul li a {
        padding: 20px;
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    header .header-main .header-search {
        width: 35%;
    }
}

@media (max-width: 1100px) {
    header .header-main .header-navigation .header-menu {
        display: none;
    }

    header .header-main .header-actions .site-mobile-menu {
        display: flex;
    }

    footer .footer-main {
        flex-direction: column;
    }

    footer .footer-main .footer-logo {
        max-width: 700px;
        text-align: center;
    }

    footer .footer-main .footer-navigation {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    footer {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .wpcf7 form .form-fields {
        flex-wrap: wrap;
        gap: 0;
    }

    header .header-main .header-search {
        display: none;
    }

    header .header-main .header-actions .site-button {
        font-size: 16px;
    }

    footer {
        padding: 50px 30px;
    }
}

@media (max-width: 640px) {
    header .header-bottom {
        display: none;
    }
}

@media (max-width: 400px) {
    header .header-main {
        padding: 0;
    }
}