/* Final shared BearSpa footer. */
.bearspa-product-footer {
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #173d78 !important;
}

.bearspa-product-footer .container {
    width: min(calc(100% - 64px), 1260px) !important;
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.bearspa-product-footer .footer-box {
    display: grid !important;
    grid-template-columns: 310px minmax(170px, 1fr) minmax(220px, 1.05fr) minmax(300px, 1.25fr) !important;
    gap: 0 68px !important;
    align-items: stretch !important;
    min-height: 260px !important;
    margin: 0 !important;
}

.bearspa-product-footer .footer-item {
    box-sizing: border-box !important;
    min-height: 260px !important;
    margin: 0 !important;
    padding: 33px 0 28px !important;
}

.bearspa-product-footer .footer-info {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 310px !important;
    padding: 36px 46px 35px !important;
    background: #31a6e3 !important;
}

.bearspa-product-footer .footer-info::before {
    content: "" !important;
    position: absolute !important;
    inset: 20px 24px !important;
    border: 1px solid rgba(255, 255, 255, .17) !important;
    border-radius: 16px !important;
    pointer-events: none !important;
}

.bearspa-product-footer .footer-logo a {
    display: block !important;
    margin: 0 0 20px !important;
}

.bearspa-product-footer .footer-logo img {
    display: block !important;
    width: 168px !important;
    max-width: 168px !important;
    height: auto !important;
    margin: 0 auto !important;
}

.bearspa-product-footer ul {
    margin: 0 !important;
    padding: 0 !important;
}

.bearspa-product-footer .footer-info ul {
    display: block !important;
    gap: 0 !important;
    margin: 0 !important;
}

.bearspa-product-footer .footer-info li {
    display: grid !important;
    grid-template-columns: 21px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    margin: 0 0 14px !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.bearspa-product-footer .footer-info li:last-child {
    margin-bottom: 0 !important;
}

.bearspa-product-footer .footer-info i {
    width: 21px !important;
    padding: 0 !important;
    margin: 2px 0 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    text-align: center !important;
}

.bearspa-product-footer .footer-info a,
.bearspa-product-footer .footer-info span {
    display: inline-block !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-decoration: none !important;
}

.bearspa-product-footer .site-map {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.bearspa-product-footer .site-map h4 {
    margin: 0 0 24px !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 26px !important;
    letter-spacing: 0 !important;
}

.bearspa-product-footer .site-map > ul li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 17px !important;
    color: #d9e8ff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.bearspa-product-footer .site-map > ul li:last-child {
    margin-bottom: 0 !important;
}

.bearspa-product-footer .site-map > ul li i {
    position: static !important;
    padding: 0 !important;
    color: #70b8ff !important;
    font-size: 13px !important;
    line-height: 18px !important;
}

.bearspa-product-footer .site-map > ul li a {
    color: #e6f0ff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    text-decoration: none !important;
}

.bearspa-product-footer .newsletter {
    position: relative !important;
    display: block !important;
    width: 302px !important;
    max-width: 100% !important;
    height: 53px !important;
    margin: 0 0 30px !important;
    overflow: visible !important;
}

.bearspa-product-footer .newsletter input {
    width: 100% !important;
    height: 53px !important;
    margin: 0 !important;
    padding: 0 70px 0 41px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #555 !important;
    font-size: 14px !important;
    line-height: 53px !important;
}

.bearspa-product-footer .newsletter input::placeholder {
    color: #555 !important;
    font-size: 14px !important;
    line-height: 53px !important;
}

.bearspa-product-footer .newsletter button {
    position: absolute !important;
    top: 50% !important;
    right: 7px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 55px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #001f55 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    background: #ffd13f !important;
    transform: translateY(-50%) !important;
}

.bearspa-product-footer .newsletter button i {
    font-size: 20px !important;
    line-height: 1 !important;
}

.bearspa-product-footer .team-social ul {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bearspa-product-footer .team-social li {
    margin: 0 !important;
}

.bearspa-product-footer .team-social a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: rgba(40, 86, 160, .82) !important;
    color: #fff !important;
    text-decoration: none !important;
}

.bearspa-product-footer .team-social a i {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.bearspa-product-copyright {
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 0 23px !important;
    background: #12346f !important;
}

.bearspa-product-copyright span {
    display: block !important;
    color: #dce8ff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
}

@media (max-width: 1199px) {
    .bearspa-product-footer .container {
        width: min(calc(100% - 40px), 960px) !important;
    }

    .bearspa-product-footer .footer-box {
        grid-template-columns: 300px 1fr 1fr !important;
        gap: 0 38px !important;
        min-height: auto !important;
    }

    .bearspa-product-footer .footer-item {
        min-height: 0 !important;
    }

    .bearspa-product-footer .footer-info {
        grid-row: span 2 !important;
        width: 300px !important;
        min-height: 260px !important;
    }

    .bearspa-product-footer .site-map:last-child {
        grid-column: 2 / -1 !important;
        padding-top: 0 !important;
    }
}

@media (min-width: 1200px) {
    .bearspa-product-footer .site-map {
        padding-top: 14px !important;
    }

    .bearspa-product-footer .site-map:last-child {
        padding-top: 33px !important;
    }

    .bearspa-product-footer .site-map:last-child h4 {
        margin-bottom: 18px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 767px) {
    .bearspa-product-footer .container {
        width: 100% !important;
    }

    .bearspa-product-footer .footer-box {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        width: 100% !important;
        padding: 0 22px 34px !important;
    }

    .bearspa-product-footer .footer-info {
        grid-row: auto !important;
        width: auto !important;
        height: 284px !important;
        min-height: 0 !important;
        margin: 0 -22px 32px !important;
        padding: 42px 32px !important;
    }

    .bearspa-product-footer .footer-logo img {
        margin-left: 0 !important;
    }

    .bearspa-product-footer .site-map,
    .bearspa-product-footer .site-map:last-child {
        grid-column: auto !important;
        height: 255px !important;
        padding: 0 0 30px !important;
    }

    .bearspa-product-footer .site-map:last-child {
        height: 229px !important;
    }

    .bearspa-product-footer .newsletter {
        height: 53px !important;
        width: 100% !important;
    }
}

/* Product pages carry older body.single footer rules; this final layer keeps them identical to the homepage. */
body.single .bearspa-product-footer {
    background: #173d78 !important;
}

body.single .bearspa-product-footer .container {
    width: min(calc(100% - 64px), 1260px) !important;
    max-width: 1260px !important;
    padding: 0 !important;
}

body.single .bearspa-product-footer .footer-box {
    grid-template-columns: 310px minmax(170px, 1fr) minmax(220px, 1.05fr) minmax(300px, 1.25fr) !important;
    gap: 0 68px !important;
    min-height: 260px !important;
}

body.single .bearspa-product-footer .footer-item {
    height: 260px !important;
    min-height: 260px !important;
    padding: 33px 0 28px !important;
}

body.single .bearspa-product-footer .footer-info {
    width: 310px !important;
    height: 260px !important;
    min-height: 260px !important;
    padding: 36px 46px 35px !important;
    background: #31a6e3 !important;
}

body.single .bearspa-product-footer .footer-info::before {
    inset: 20px 24px !important;
}

body.single .bearspa-product-footer .footer-logo img {
    width: 168px !important;
    max-width: 168px !important;
    margin: 0 auto !important;
}

body.single .bearspa-product-footer ul {
    margin: 0 !important;
    padding: 0 !important;
}

body.single .bearspa-product-footer .footer-info ul {
    display: block !important;
    gap: 0 !important;
    margin: 0 !important;
}

body.single .bearspa-product-footer .footer-info li {
    display: grid !important;
    grid-template-columns: 21px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    margin: 0 0 14px !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

body.single .bearspa-product-footer .footer-info i {
    width: 21px !important;
    padding: 0 !important;
    margin: 2px 0 0 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

body.single .bearspa-product-footer .footer-info a,
body.single .bearspa-product-footer .footer-info span {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
}

body.single .bearspa-product-footer .site-map h4 {
    margin: 0 0 24px !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 26px !important;
}

body.single .bearspa-product-footer .site-map > ul li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 17px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

body.single .bearspa-product-footer .site-map > ul li:last-child {
    margin-bottom: 0 !important;
}

body.single .bearspa-product-footer .site-map > ul li i {
    position: static !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 18px !important;
}

body.single .bearspa-product-footer .site-map > ul li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

body.single .bearspa-product-footer .newsletter {
    display: block !important;
    width: 302px !important;
    height: 53px !important;
    margin: 0 0 30px !important;
    overflow: visible !important;
}

body.single .bearspa-product-footer .newsletter input {
    height: 53px !important;
    padding: 0 70px 0 41px !important;
    font-size: 14px !important;
    line-height: 53px !important;
}

body.single .bearspa-product-footer .newsletter button {
    right: 7px !important;
    width: 55px !important;
    height: 44px !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 24px !important;
}

body.single .bearspa-product-copyright {
    padding: 24px 0 23px !important;
    background: #12346f !important;
}

body.single .bearspa-product-copyright span {
    color: #dce8ff !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

@media (max-width: 1199px) {
    body.single .bearspa-product-footer .container {
        width: min(calc(100% - 40px), 960px) !important;
    }

    body.single .bearspa-product-footer .footer-box {
        grid-template-columns: 300px 1fr 1fr !important;
        gap: 0 38px !important;
        min-height: auto !important;
    }

    body.single .bearspa-product-footer .footer-info {
        grid-row: span 2 !important;
        width: 300px !important;
    }

    body.single .bearspa-product-footer .site-map:last-child {
        grid-column: 2 / -1 !important;
        padding-top: 0 !important;
    }
}

@media (min-width: 1200px) {
    body.single .bearspa-product-footer .site-map {
        padding-top: 14px !important;
    }

    body.single .bearspa-product-footer .site-map:last-child {
        padding-top: 33px !important;
    }

    body.single .bearspa-product-footer .site-map:last-child h4 {
        margin-bottom: 18px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 767px) {
    body.single .bearspa-product-footer .container {
        width: 100% !important;
    }

    body.single .bearspa-product-footer .footer-box {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        width: 100% !important;
        padding: 0 22px 34px !important;
    }

    body.single .bearspa-product-footer .footer-item {
        height: auto !important;
        min-height: 0 !important;
    }

    body.single .bearspa-product-footer .footer-info {
        grid-row: auto !important;
        width: auto !important;
        height: 284px !important;
        min-height: 0 !important;
        margin: 0 -22px 32px !important;
        padding: 42px 32px !important;
    }

    body.single .bearspa-product-footer .site-map,
    body.single .bearspa-product-footer .site-map:last-child {
        grid-column: auto !important;
        height: 255px !important;
        padding: 0 0 30px !important;
    }

    body.single .bearspa-product-footer .site-map:last-child {
        height: 229px !important;
    }

    body.single .bearspa-product-footer .newsletter {
        height: 53px !important;
        width: 100% !important;
    }
}
