select,
.data-input,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
    border-radius: 8px !important;
    border: 4px solid rgb(226, 222, 209) !important;
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    height: 55px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
.data-input:focus,
textarea:focus {
    border-color: var(--global-palette1) !important;
}


.btn--right {
    margin-left: auto;
    float: right;
}

.btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
}

.btn svg {
    width: 18px;
    margin-right: 0.3rem;
}

.btn--secondary {
    font-weight: 600;
    border-radius: 99px;
    border: 2px solid var(--global-palette1);
    background-color: transparent;
    color: #000 !important;
    box-shadow: none !important;
}

.btn--small {
    padding: 6px 12px 6px 12px;
    font-size: 15px;
    border-radius: 24px;
    padding: 0.3rem 1rem;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.btn--large {
    padding: 0.6rem 2rem;
    border-radius: 47px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.btn--yellow {
    border: 2px solid var(--global-palette1) !important;
    background: var(--global-palette1) !important;
    color: var(--global-palette3) !important;
}

.btn--dark {
    background: var(--global-palette3);
    color: #fff !important;
    border-color: var(--global-palette3);
}

.btn--red {
    color: #fff !important;
    background: #e93f3f;
    border-color: #e93f3f;
}

.btn--gray {
    color: var(--global-palette3) !important;
    border: 2px solid #00000000 !important;
    background: #00000017 !important;
}

.site-header #site-navigation,
.page-hero-section {
    display: none;
}

.single-entry {
    margin-top: 6rem;
    box-shadow: none !important;
}

@media screen and (min-width: 1049px) {
    .single-entry {
        margin-top: 7rem;
    }
}

.entry-content.single-content {
    padding-bottom: 5rem;
}

.kadence-account-avatar,
.account-navigation-wrap .woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--edit-address {
    display: none !important;
}

.woocommerce-account .account-navigation-wrap li a {
    font-weight: 600;
    font-size: 16px;
}

.content-bg {
    background: transparent !important;
}

.entry-content-wrap {
    padding: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.woocommerce-account .account-navigation-wrap li a {
    padding: 1rem 1.3rem 1rem 3.5rem !important;
    border: none !important;
    border-radius: 30px;
    position: relative;
}

.woocommerce-account .account-navigation-wrap li.is-active a,
.woocommerce-account .account-navigation-wrap li.is-active a:hover {
    background-color: var(--global-palette1) !important;
    color: #000;
}

.woocommerce-MyAccount-navigation-link a::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 1.3rem;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.woocommerce-MyAccount-navigation-link a {
    color: #000 !important;
}

.woocommerce-MyAccount-navigation-link a::before {
    background-image: url('../images/arrow-right.svg');
    background-size: 19px;
}


.woocommerce-account .account-navigation-wrap .woocommerce-MyAccount-navigation-link--edit-actions a,
.woocommerce-MyAccount-navigation-link--edit-actions a {
    padding: 0 !important;
    text-transform: uppercase;
    margin-top: 3rem !important;
    margin-bottom: -7px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: inherit !important;
    pointer-events: none !important;
}

.woocommerce-MyAccount-navigation-link--edit-actions a::before {
    display: none;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: #E73030 !important;
}

@media screen and (min-width: 768px) {
    .woocommerce-account .account-navigation-wrap {
        border: none !important;
        width: 100% !important;
        float: left !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: right !important;
        width: 100% !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 1050px) {
    .woocommerce-account .account-navigation-wrap {
        border: none !important;
        width: 21% !important;
        float: left !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: right !important;
        width: 73% !important;
        padding-right: 0 !important;
    }

    .account-mobile-nav,
    .account-sidebar-close {
        display: none;
    }
}

@media screen and (max-width: 1049px) {
    .woocommerce-account .account-navigation-wrap {
        position: fixed;
        background: #fff;
        width: 100%;
        top: 0;
        z-index: 9999;
        left: 0;
        height: 100vh;
        overflow: scroll;
        padding: 2rem;
        display: none;
    }
}

.account-mobile-nav {
    margin-bottom: 1rem;
}

.woocommerce-account:has(.account-mobile-nav.open) .account-navigation-wrap {
    display: block !important;
}

.account-sidebar-close button {
    float: right;
}


.sidebar-user strong {
    color: var(--global-palette3);
}

.sidebar-user span {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 237px;
    height: 1.2em;
    white-space: nowrap;
    display: block;
}

.sidebar-title {
    text-transform: uppercase;
    margin-bottom: 2px !important;
    font-size: 13px;
    font-weight: 600;
}


.woocommerce-MyAccount-content:has(.tag-dashboard) > p {
    display: none;
}

.tag-dashboard__banner {
    background: url('../images/dashboard-banner.webp') no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem 1rem;
    border: 1px solid #e0e0e0;
    padding-right: 35%;
}

.tag-dashboard__title {
    color: var(--global-palette3);
    font-weight: 800;
    margin-bottom: 1rem;
}

.tag-dashboard__subtitle {
    font-size: 25px;
    line-height: 30px;
    color: var(--global-palette3);
    font-family: var(--global-heading-font-family);
}

@media screen and (min-width: 700px) {
    .tag-dashboard__banner {
        grid-template-columns: repeat(2, 1fr);
        padding: 3rem 3rem;
    }

    .tag-dashboard__subtitle {
        font-size: 35px;
        line-height: 39px;
    }
}

.tag-dashboard__status {
    background: #eee;
    border-radius: 20px;
    padding: 1px 8px;
    margin-left: 0.3rem;
}

.tag-dashboard__status.active {
    background: #83e983;
}

.tag-dashboard__button {
    background: var(--global-palette1);
    border-radius: 40px;
    padding: 0.7rem 2rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    color: var(--global-palette3) !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    display: inline-flex;
}

.tag-dashboard__button svg {
    width: 20px;
}

.referrer-banner {
    background: url('../images/dashboard-banner-referrer.webp') no-repeat center center;
    background-size: cover;
    padding: 4rem 2rem;
}

.referrer-banner .tag-dashboard__subtitle {
    font-size: 30px;
    line-height: 35px;
}

.tag-dashboard__order,
.tag-dashboard__referrer-link {
    background-color: var(--global-palette3);
    color: #bebebe;
    margin-top: 1rem;
    border-radius: 20px;
    padding: 1.8rem;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('../images/tags-order.webp');
    background-repeat: no-repeat;
    background-position: 7px 3px;
    background-size: 128px;
    padding-left: 7.5rem;
    gap: 1rem;
}

@media screen and (min-width: 700px) {
    .tag-dashboard__order {
        align-items: center;
        flex-direction: row;
    }
}

.tag-dashboard__referrer-link {
    background-image: none;
    padding: 1.8rem;
}

.tag-dashboard__order strong,
.tag-dashboard__referrer-link strong {
    color: #fff;
    font-size: 19px;
    display: block;
}


.referrer-banner .tag-dashboard__title {
    background: var(--global-palette1);
    display: inline-block;
    border-radius: 20px;
    padding: 0.1rem 1rem;
    margin-bottom: 1.4rem;
}

.tag-dashboard__order_button {
    background: #ffffff1c;
    border-radius: 40px;
    padding: 0.7rem 2rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.tag-dashboard__order_button:hover {
    color: #fff;
}

.tag-dashboard__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

@media screen and (min-width: 700px) {
    .tag-dashboard__cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        margin-top: 1rem;
    }
}

.tag-dashboard__card {
    display: flex;
    background-color: #F0EFEB;
    border-radius: 10px;
    padding: 1rem;
    gap: 0.8rem;
}

.tag-dashboard__card svg {
    width: 34px;
    color: var(--global-palette1);
}

.tag-dashboard__card strong {
    color: var(--global-palette3);
}


.dashboard-block.empty-block {
    background-color: #F0EFEB;
    border-radius: 10px;
    padding: 2rem;
    font-weight: bold;
    color: var(--global-palette3);
}


/* Pets */

.account-block {
    background-color: #F0EFEB;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}

.account-block.small {
    padding: 1rem;
}

.account-block .pet-photo {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    aspect-ratio: 1 / 1;
}

.account-block .pet-photo img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.account-block.preview-pet strong {
    font-size: 13px;
}

.account-block.preview-pet p {
    font-weight: bold;
    color: var(--global-palette3);
}

.preview-pet__head_notice {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.preview-pet__head_notice > form {
    flex-shrink: 0;
}

.account-block__head {
    background: #fff;
    padding: 1rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.account-block__head .pet-photo {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    position: relative;
}

.account-block__head .pet-photo span {
    position: absolute;
    background: #000;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4px;
    bottom: 4px;
    cursor: pointer;
}

.account-block__head .pet-photo span svg {
    color: #fff;
    width: 18px;
}

.account-block__head .pet-photo input {
    display: none;
}

.account-block__head .head-main {
    flex-grow: 1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
}

.account-block__head .head-main.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.account-block__head .head-main > div {
    position: relative;
}

.account-block__body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.account-block__body > div {
    border-top: 1px solid #dadada;
    padding: 1rem 1rem 0 0;
}

.account-block__body > div strong {
    display: inline-block;
    margin-right: 2rem;
    min-width: 80px;
}


.account-block__data.editing .account-block__body > div {
    border-top-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: end;
}


.full > div {
    grid-column: 1 / -1;
}

.account-block.preview-pet .editing .pet-data__info .full-width {
    grid-column: span 2 / span 2;
}

.account-block.preview-pet .editing .pet-data__info .age-input {
    display: flex;
    gap: 1rem;
}

.account-block.preview-pet .pet-data__info p {
    margin-bottom: 0;
}

.account-block.preview-pet .pet-data strong {
    color: var(--global-palette3);
}

.account-block.preview-pet .editing label {
    display: block;
    font-weight: bold;
    color: var(--global-palette3);
}

.account-block.preview-pet .editing input {
    width: 100%;
}

.account-block__actions {
    display: flex;
    gap: 0.8rem;
    margin-top: 2rem;
    grid-column: span 5 / span 5;
    flex-direction: column;
}

.account-block.small .account-block__actions {
    margin-top: 1rem;
}

.account-block__actions a.missing {
    float: right;
    margin-left: auto;
}

.banner-upgrade {
    text-align: center;
}


@media (min-width: 767px) {
    .account-block__body {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .account-block__actions {
        flex-direction: row;
    }
}

@media (min-width: 450px) {
    .account-block__head .head-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (min-width: 650px) {
    .account-block__head .pet-photo {
        width: 80px;
        height: 80px;
    }

    .account-block__head {
        gap: 3rem;
        flex-direction: row;
    }

    .account-block__head .head-main {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }

    .account-block__head .head-main > div:not(:last-of-type)::after {
        content: '';
        display: block;
        width: 1px;
        height: 64%;
        background: #0000000f;
        position: absolute;
        top: 9px;
        right: 0;
    }
}

/*loader*/
.block-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
}

.block-loader img {
    position: relative;
    z-index: 9999999;
    max-width: 57px !important;
}


.loader-bg {
    background-color: #ffffff;
    opacity: 0.8;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.loader-inner {
    width: 56px;
    height: 56px;
    margin: auto;
    position: absolute;
    z-index: 9999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.loader {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative;
}

.loader:before {
    content: '';
    width: 48px;
    height: 5px;
    background: #000;
    opacity: 0.25;
    position: absolute;
    bottom: -21px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
}

.loader:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--global-palette1);
    animation: bxSpin 0.5s linear infinite;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 4px;
    display: block;
}

@keyframes bxSpin {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

.order-tags-block {
    background-image: url(https://houdinitag.com/wp-content/uploads/2024/08/upgrade-plan-bg.webp);
    background-repeat: no-repeat;
    background-size: 51%;
    background-position: right top;
    background-color: #F0EFEB;
    border-radius: 10px;
    padding: 2rem 1rem;
    position: relative;
}

.order-tags-plan-decor {
    position: absolute;
    z-index: 99;
    top: -29px;
    right: -49px;
}

.order-tags-content {
    max-width: 366px;
}

.order-tags-content .order-tags-head {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.8rem;
}

.order-tags-content .order-tags-head h4 {
    font-size: 1.2rem;
    margin: 0;
}

.order-tags-content .order-tags-head span {
    display: flex;
    background: #fff;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 0.9rem;
}

.order-tags-plan {
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
    position: relative;
    max-width: 332px;
}

.order-tags-plan-head {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
}

.order-tags-plan-head.can-order {
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
}

.order-tags-plan-head::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #b3b3b3;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.2;
}

.order-tags-plan-head img {
    max-width: 236px !important;
}

.order-tags-plan-body ul {
    list-style: none;
    margin-bottom: 1rem !important;
}

.order-tags-plan-body ul li {
    display: flex;
    flex-direction: row;
    gap: 0.6rem;
    margin-bottom: 0.4rem;
    color: var(--global-palette3);
}

.order-tags-plan-body ul li span {
    border: 2px solid var(--global-palette1);
    border-radius: 100%;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--global-palette1);
}

.order-tags-plan-body ul li svg {
    width: 13px;
}

.order-tags-cta {
    background-color: var(--global-palette1);
    color: var(--global-palette3);
    border-radius: 16px;
    padding: 1rem;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1.4rem;
    align-items: center;
}

.order-tags-cta p {
    margin: 0 !important;
}

.order-tags-cta form {
    flex-shrink: 0;
}

.order-tags-cta form button {
    background-color: #fff;
    color: var(--global-palette3);
    font-size: 15px;
    font-weight: 700;
}

.order-link {
    border-radius: 30px;
    width: 100%;
    display: flex;
    text-decoration: none;
    font-weight: 700;
    padding: 0.5rem 0.5rem;
    font-size: 19px;
}

@media screen and (min-width: 600px) {
    .order-tags-block {
        padding: 2rem 3rem;
    }
}

.woocommerce-EditAccountForm fieldset {
    display: none;
}