/*
 * Theme custom styles.
 * Add your CSS rules here.
 */

/* 1. Force columns to stay on one line during the transition */

:focus-visible {
    outline:0px !important;
}

.hero-video-banner .elementor-widget-video {
    height: 100%;
    overflow: hidden;
}
.hero-video-banner iframe{
    width: 100%;
    height: 800px !important;
    object-fit: cover;
}
.hero-video-banner .elementor-widget-video .elementor-wrapper {
    aspect-ratio: auto;
}
.video-is-expanded {
    display: flex !important;
    flex-wrap: nowrap !important;
}
.video-is-expanded > .elementor-element-c708620 {
    width: 0 !important;
    flex: 0 0 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
}

.video-is-expanded > .elementor-element-3142a1b {
    width: 100% !important;
    flex: 0 0 100% !important;
}

/* 4. The Animation Timing (Applied to both columns) */
#homepage-hero > .elementor-element-c708620,
#homepage-hero > .elementor-element-3142a1b {
    transition: width 0.7s ease, flex 0.7s ease, opacity 0.5s ease !important;
}


.elementor-menu-cart__footer-buttons a.elementor-button.elementor-button--checkout{
    background-color: var(--checkout-button-hover-background-color, #69727d) !important;
    color: var(--checkout-button-hover-text-color, #fff) !important;
}

.wear-we-go-auth-or {
    margin: 8px 0;
    text-align: center;
}

.wear-we-go-auth-or span {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.wear-we-go-auth-note {
    margin-bottom: 20px;
}

.wear-we-go-auth-meta,
.wear-we-go-auth-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.wear-we-go-auth-meta .lost_password,
.wear-we-go-auth-actions .wear-we-go-auth-switch {
    margin: 0;
}

.wear-we-go-auth-actions .button {
    margin: 0;
}

.wear-we-go-auth-switch a {
    margin-left: 4px;
}

.wear-we-go-otp-inputs {
    display: grid;
    grid-template-columns: repeat(6, minmax(44px, 1fr));
    gap: 10px;
    max-width: 360px;
}

.wear-we-go-otp-input {
    min-height: 52px;
    padding: 0 8px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.wear-we-go-otp-resend {
    margin-top: 12px;
}

.wear-we-go-otp-timer,
.wear-we-go-otp-resend-message {
    margin: 0;
    font-size: 14px;
}

.wear-we-go-otp-resend-link {
    display: inline-block;
    margin-top: 4px;
}

.wear-we-go-otp-resend-link.is-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.wear-we-go-otp-resend-message {
    margin-top: 8px;
}

.wear-we-go-otp-resend-message.is-error {
    color: #b42318;
}

.wear-we-go-otp-resend-message.is-success {
    color: #067647;
}

.woocommerce-account form.woocommerce-form, .woocommerce-account form.woocommerce-ResetPassword {
    max-width: 690px;
    margin: 60px auto;
    background: #ECE1D5;
    padding: 50px;
    border: 0px;
    border-radius: 0px;
}
.woocommerce-account form.woocommerce-form input, .woocommerce-account  form.woocommerce-ResetPassword input {
    border-radius: 0px !important;
    height: 48px !important;
    border-color: #60381333 !important;
    background-color: transparent !important;
}
.woocommerce-account form.woocommerce-form label, .woocommerce-account  form.woocommerce-ResetPassword label {
    font-family: DM Sans !important;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #4A3428;
    margin-bottom: 4px;
}
.woocommerce-account form.woocommerce-form .wear-we-go-auth-meta {
    justify-content: space-between;
    gap: 0px;
}
.woocommerce-account form.woocommerce-form .wear-we-go-auth-meta label {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 9px;
}
.woocommerce-account form.woocommerce-form  .wear-we-go-auth-actions, .woocommerce-account  form.woocommerce-ResetPassword .wear-we-go-auth-actions{
    flex-direction: column;
    gap: 0px;
}
.woocommerce-account .wear-we-go-auth-actions button.woocommerce-button, .woocommerce-account form.woocommerce-ResetPassword .wear-we-go-auth-actions .woocommerce-Button{
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
    background: #4A3428;
    color: #fff;
    height: 51px;
}
.woocommerce-account form.woocommerce-form .woocommerce-form-login__rememberme span {
    text-transform: capitalize;
    font-family: DM Sans;
    font-weight: 400;
    letter-spacing: 0%;
}

.woocommerce-account .wear-we-go-auth-or::before {
    content: '';
    height: 1px;
    display: inline-flex !important;
    background:#2007073b !important;
    width: calc(50% - 28px);
    transform: translate(-13px, -2px);
}
.woocommerce-account .wear-we-go-auth-or::after {
    content: '';
    height: 1px;
    display: inline-flex !important;
    background:#2007073b !important;
    width: calc(50% - 28px);
    transform: translate(13px, -2px);
    right: 0px;
}
.woocommerce-account span.woocommerce-LostPassword.lost_password a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #2E2E2E;
}
.woocommerce-account span.wear-we-go-auth-switch a {
    font-weight: 600;
    color: #4A3428;
    text-decoration: none;
    text-transform: uppercase;
}
.woocommerce-account .woocommerce-privacy-policy-text a {
    font-weight: 600;
    color: #4A3428;
    text-decoration: none;
}
.tinv-wishlist a.tinvwl_add_to_wishlist_button {
    background: #fff;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .wear-we-go-auth-actions {
        flex-wrap: wrap;
    }

    .wear-we-go-otp-inputs {
        gap: 8px;
    }
}
