/* Extracted from CMS footer block */

.mobile-white-footer-shell .mobile-footer-newsletter-form {
    margin-bottom: 20px !important;
}

.mobile-white-footer-shell .mobile-footer-legal {
    padding-bottom: 0 !important;
}

.desktop-footer-shell,
.desktop-footer-shell p,
.desktop-footer-shell li,
.desktop-footer-shell span,
.desktop-footer-shell div,
.desktop-footer-shell a,
.desktop-footer-shell input,
.desktop-footer-shell button {
    font-size: 14px !important;
}

.desktop-footer-shell a,
.desktop-footer-shell a:link,
.desktop-footer-shell a:visited,
.desktop-footer-shell a:hover,
.desktop-footer-shell a:active,
.desktop-footer-shell a:focus {
    color: #222222 !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.desktop-footer-shell a::selection,
.desktop-footer-shell span::selection,
.desktop-footer-shell p::selection,
.desktop-footer-shell div::selection,
.desktop-footer-shell li::selection {
    background: transparent !important;
    color: inherit !important;
}

.desktop-footer-shell .groupdrop-title,
.desktop-footer-shell .footer-popular-title,
.desktop-footer-shell .footer-newsletter-title {
    color: #111111 !important;
}

.desktop-footer-shell .footer-popular,
.desktop-footer-shell .footer-popular::before,
.desktop-footer-shell .footer-popular::after {
    border-top: 0 !important;
    box-shadow: none !important;
}

.desktop-footer-shell .footer-payment-icons a:hover,
.desktop-footer-shell .footer-payment-icons a:focus {
    opacity: 1 !important;
}

.desktop-footer-shell .newsletter-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #111111 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    transform: none !important;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease !important;
    cursor: pointer !important;
}

.desktop-footer-shell .newsletter-button:hover,
.desktop-footer-shell .newsletter-button:focus,
.desktop-footer-shell .newsletter-button:active {
    background: #f7f7f7 !important;
    color: #111111 !important;
    border-color: #111111 !important;
    box-shadow: none !important;
    transform: none !important;
    outline: none !important;
}

.desktop-footer-shell .footer-bottombar-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.desktop-footer-shell .footer-bottombar-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    transition: color .18s ease, background .18s ease !important;
}

.desktop-footer-shell .footer-bottombar-social a:hover,
.desktop-footer-shell .footer-bottombar-social a:focus {
    opacity: 1 !important;
}

.desktop-footer-shell .footer-bottombar-social .footer-youtube:hover,
.desktop-footer-shell .footer-bottombar-social .footer-youtube:focus {
    color: #ff0000 !important;
}

.desktop-footer-shell .footer-bottombar-social .footer-instagram:hover,
.desktop-footer-shell .footer-bottombar-social .footer-instagram:focus {
    background: linear-gradient(45deg, #f58529 0%, #dd2a7b 35%, #8134af 68%, #515bd4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
}

/* Extracted inline desktop styles */

.desktop-footer-shell .footer-white {
    background: #ffffff !important;
}

.desktop-footer-shell .footer-container,
.footer-bottombar .footer-container {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding-left: 48px;
    padding-right: 48px;
}

.desktop-footer-shell .desktop-footer-main {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 72px;
    align-items: start;
    padding-top: 72px;
}

.desktop-footer-shell .desktop-footer-links {
    display: grid;
    grid-template-columns: 155px 155px 160px;
    column-gap: 56px;
    align-items: start;
}

.desktop-footer-shell .desktop-footer-col {
    padding: 0;
}

.desktop-footer-shell .footer-heading {
    margin: 0 0 14px 0;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

.desktop-footer-shell .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-footer-shell .footer-contact-list {
    margin: 0 0 34px 0;
}

.desktop-footer-shell .footer-list-item {
    margin: 0;
}

.desktop-footer-shell .footer-list-item:not(:last-child) {
    margin-bottom: 4px;
}

.desktop-footer-shell .robotolinkthree,
.desktop-footer-shell .footer-contact-link,
.desktop-footer-shell .footer-bottombar-legal,
.desktop-footer-shell .footer-bottombar-legal a,
.desktop-footer-shell .footer-popular-links a,
.desktop-footer-shell .footer-bottombar-copy {
    line-height: 1.32;
}

.desktop-footer-shell .desktop-footer-newsletter-area {
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.desktop-footer-shell .desktop-footer-newsletter {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding-top: 92px;
}

.desktop-footer-shell .footer-newsletter-title {
    margin: 0 0 22px 0;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 500;
}

.desktop-footer-shell .newsletter-form-left {
    display: flex;
    align-items: center;
    margin: 0;
}

.desktop-footer-shell .newsletter-input {
    flex: 1;
    height: 44px;
    border: 1px solid #dcdcdc;
    border-radius: 999px;
    background: #ffffff;
    padding: 0 18px;
    line-height: 1.4;
    color: #222222;
}

.desktop-footer-shell .newsletter-form-left .newsletter-button {
    height: 44px;
    min-width: 118px;
    line-height: 1;
    font-weight: 500;
    padding: 0 22px;
}

.desktop-footer-shell .footer-popular {
    margin: 54px 0 0 0;
    padding-top: 0 !important;
}

.desktop-footer-shell .footer-popular > .col-md-12 {
    padding: 0;
}

.desktop-footer-shell .footer-popular-title {
    margin-bottom: 12px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

.desktop-footer-shell .footer-popular-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
}

.footer-bottombar {
    background: #ffffff !important;
    border-top: 1px solid #e5e5e5;
}

.footer-bottombar .footer-bottombar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 76px;
    gap: 24px;
}

.footer-bottombar .footer-bottombar-left {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
}

.footer-bottombar .footer-payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.footer-bottombar .footer-bottombar-legal {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222222;
}

.footer-bottombar .footer-bottombar-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 1.32;
    color: #222222;
}

.footer-bottombar .footer-bottombar-copy {
    white-space: nowrap;
    line-height: 1.32;
    color: #222222;
}

/* Extracted mobile styles */

.mobile-white-footer-shell,
.mobile-white-footer-shell * {
    box-sizing: border-box;
}

.mobile-white-footer-shell,
.mobile-white-footer-shell .mobile-footer,
.mobile-white-footer-shell .mobile-footer-inner {
    background: #ffffff !important;
    color: #222222 !important;
}

.mobile-white-footer-shell {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mobile-white-footer-shell a,
.mobile-white-footer-shell a:link,
.mobile-white-footer-shell a:visited,
.mobile-white-footer-shell a:hover,
.mobile-white-footer-shell a:active,
.mobile-white-footer-shell a:focus {
    color: #222222 !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.mobile-white-footer-shell input,
.mobile-white-footer-shell button {
    font-size: 14px !important;
    font-family: inherit !important;
}

.mobile-white-footer-shell .mobile-footer-inner {
    padding: 28px 20px 24px !important;
}

.mobile-white-footer-shell .mobile-footer-newsletter-section {
    padding: 0 0 26px 0;
    margin: 0;
}

.mobile-white-footer-shell .mobile-footer-newsletter-title {
    margin: 0 0 18px 0;
    font-size: 14px !important;
    line-height: 1.45;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 500;
    color: #111111 !important;
}

.mobile-white-footer-shell .mobile-footer-newsletter-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
}

.mobile-white-footer-shell .mobile-footer-newsletter-field {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mobile-white-footer-shell .mobile-newsletter-input,
.mobile-white-footer-shell input.mobile-newsletter-input[type="email"] {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #222222 !important;
    line-height: 44px !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.mobile-white-footer-shell .mobile-newsletter-input::placeholder {
    color: #9a9a9a !important;
    opacity: 1 !important;
    line-height: normal !important;
}

.mobile-white-footer-shell .mobile-newsletter-button,
.mobile-white-footer-shell button.mobile-newsletter-button[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 118px !important;
    max-width: none !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 1px solid #111111 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #111111 !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.mobile-white-footer-shell .mobile-footer-nav {
    margin: 0;
    padding: 0;
}

.mobile-white-footer-shell .mobile-footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #efefef;
}

.mobile-white-footer-shell .mobile-footer-link:last-child {
    border-bottom: 1px solid #efefef;
}

.mobile-white-footer-shell .mobile-footer-link-label {
    font-size: 14px !important;
    line-height: 1.35;
    color: #333333 !important;
    font-weight: 400;
}

.mobile-white-footer-shell .mobile-footer-link-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    color: #333333 !important;
}

.mobile-white-footer-shell .mobile-footer-link-icon svg {
    display: block;
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

.mobile-white-footer-shell .mobile-footer-meta {
    padding-top: 24px;
}

.mobile-white-footer-shell .mobile-footer-legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin: 24px 0 0 0;
    text-align: right !important;
    font-size: 14px !important;
    line-height: 1.45;
    color: #222222 !important;
}

.mobile-white-footer-shell .mobile-footer-bottomline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 !important;
    text-align: right !important;
    color: #222222 !important;
    line-height: 1.45;
}

.mobile-white-footer-shell .mobile-footer-social-inline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mobile-white-footer-shell .mobile-footer-social-inline a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111 !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.mobile-white-footer-shell .mobile-footer-copy {
    font-size: 14px !important;
    line-height: 1.45;
    color: #222222 !important;
    text-align: right !important;
}

@media (max-width: 389px) {
    .mobile-white-footer-shell .mobile-footer-newsletter-form {
        grid-template-columns: 1fr !important;
    }

    .mobile-white-footer-shell .mobile-newsletter-button,
    .mobile-white-footer-shell button.mobile-newsletter-button[type="submit"] {
        width: 100% !important;
    }
}
