/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 400 !important; 
    color: #1b1b1b;
}

h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 29px !important;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1b1b1b !important;
}
@media (max-width: 849px) {
    h2 {
        font-size: 20px !important;
        line-height: 26px !important;
    }
}
h2.uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 1.71em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}

.entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.button.xc-btn, .button.xc-btn:visited {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    height: 48px;
    min-height: 48px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.81em;
    background-color: #1e3820 !important; 
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    transition: background-color 0.25s ease, opacity 0.25s ease;
    margin-top: 28px;
    margin-bottom: 0;
}

.button.xc-btn:hover, .button.xc-btn:focus {
    background-color: #000000 !important; 
    color: #ffffff !important;
}

#top-bar.header-top {
    background-color: #1e3820 !important;
    min-height: 40px !important;
    display: flex;
    align-items: center;
    border-bottom: none;
}

#top-bar .nav > li {
    display: flex;
    align-items: center;
}

#top-bar .utility-bar__announcement-item-content {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #ffffff !important;
    text-transform: uppercase;
    margin: 0;
}

.ds-announcements {
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    height: 40px;
    padding: 0 28px;
    overflow: hidden;
}

.ds-announcements__item {
    grid-area: 1 / 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease-in-out;
}

.ds-announcements__item.is-active {
    opacity: 1;
    pointer-events: all;
}

.ds-announcements__item.is-active .utility-bar__announcement-item-content {
    animation: 0.75s ease-in-out inFromBottom;
}

@keyframes inFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.ds-announcements::before,
.ds-announcements::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 28px;
    z-index: 1;
    pointer-events: none;
}

.ds-announcements::before {
    left: 0;
    background: linear-gradient(to right, #1e3820, rgba(30, 56, 32, 0));
}

.ds-announcements::after {
    right: 0;
    background: linear-gradient(to left, #1e3820, rgba(30, 56, 32, 0));
}

#top-bar .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

#top-bar .social-icons .icon {
    color: #ffffff !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none !important;
    background: transparent !important;
}

#top-bar .social-icons .icon:hover {
    opacity: 0.7;
    box-shadow: none !important;
}

.disclosure-top {
    position: relative;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.disclosure-top .disclosure__toggle {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.disclosure-top .disclosure__toggle:hover {
    opacity: 0.7;
}

.disclosure-top .arrow {
    margin-left: 6px;
    display: flex;
    align-items: center;
}

.disclosure-top .disclosure-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #1e3820;
    min-width: 100px;
    padding: 15px;
    list-style: none;
    margin: 10px 0 0 0;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.disclosure-top:hover .disclosure-list {
    display: block;
}

.disclosure-top .disclosure-list__item {
    margin-bottom: 10px;
}

.disclosure-top .disclosure-list__item:last-child {
    margin-bottom: 0;
}

.disclosure-top .disclosure-list__option {
    color: #ffffff !important;
    text-decoration: none;
    transition: opacity 0.3s;
}

.disclosure-top .disclosure-list__option:hover {
    opacity: 0.5;
}

.header-main {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 80px !important;
}
.header-transparent .header-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#logo img {
    max-height: 80px !important;
    padding: 8px 0 !important;
}

.header-main .icon-menu:before,
.header-main .icon-search:before,
.header-main .icon-shopping-basket:before {
    content: "" !important;
}

.header-main .icon-menu,
.header-main .icon-search,
.header-main .icon-shopping-basket {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: currentColor; 
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.header-main .icon-menu {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.39 12h23.22M.39 4.26h23.22M.39 19.74h23.22'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.39 12h23.22M.39 4.26h23.22M.39 19.74h23.22'/%3E%3C/svg%3E");
}

.header-main .icon-search {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-miterlimit='10' stroke-width='1.4px' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.54' cy='9.51' r='9.08'/%3E%3Cpath d='m17.87 17.83 5.88 5.89'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-miterlimit='10' stroke-width='1.4px' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.54' cy='9.51' r='9.08'/%3E%3Cpath d='m17.87 17.83 5.88 5.89'/%3E%3C/svg%3E");
}

.header-main .icon-shopping-basket {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-miterlimit='10' stroke-width='1.4px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.17 22.84H2.83A2.44 2.44 0 0 1 .39 20.4v-12a2.44 2.44 0 0 1 2.44-2.49h18.34a2.44 2.44 0 0 1 2.44 2.44v12a2.44 2.44 0 0 1-2.44 2.49zM17 4V2.91a1.75 1.75 0 0 0-1.75-1.75H8.71A1.75 1.75 0 0 0 7 2.91V4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-miterlimit='10' stroke-width='1.4px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.17 22.84H2.83A2.44 2.44 0 0 1 .39 20.4v-12a2.44 2.44 0 0 1 2.44-2.49h18.34a2.44 2.44 0 0 1 2.44 2.44v12a2.44 2.44 0 0 1-2.44 2.49zM17 4V2.91a1.75 1.75 0 0 0-1.75-1.75H8.71A1.75 1.75 0 0 0 7 2.91V4'/%3E%3C/svg%3E");
}

.header-main .nav > li.has-icon > a {
    position: relative;
    transition: transform 0.1s ease-in-out;
    padding: 10px;
    color: currentColor;
}

.header-main .nav > li.has-icon > a:active {
    transform: scale(0.9);
}

.header-main .nav > li.has-icon > a::before {
    content: "";
    background-color: currentColor;
    opacity: 0;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.25s, transform 0.15s ease-in-out;
    z-index: -1;
}

.header-main .nav > li.has-icon > a:hover::before {
    opacity: 0.1;
    transform: translate(-50%, -50%) scale(1.1);
}

.header-main .header-search.has-dropdown > a::after {
    display: none !important;
}

.header-main .header-search-dropdown {
    position: static !important; 
}

.header-main .header-search-dropdown .nav-dropdown {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #ffffff !important;
    z-index: 9999 !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.3s ease !important;
    border: none !important;
    box-shadow: none !important;
}

.header-main .header-search-dropdown.is-search-active .nav-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
}

.header-main .header-search-dropdown:hover .nav-dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
}

.header-main .header-search-dropdown.is-search-active:hover .nav-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
}

.ds-search-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ds-search-backdrop.is-active {
    visibility: visible;
    opacity: 1;
}

.ds-search-close-btn {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 2px #00000026, 0 4px 6px #0000001a;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    color: #000;
    transition: opacity 0.2s;
}

.ds-search-close-btn:hover {
    opacity: 0.5;
}

.ds-search-close-btn svg {
    width: 12px;
    height: 12px;
}

@media (max-width: 849px) {
    .ds-search-close-btn {
        display: none !important;
    }
}

.header-main .header-search-form::after {
    display: none !important;
}

.header-main .header-search-form {
    width: 100% !important;
    max-width: 775px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    min-width: 0 !important;
    position: relative !important;
}

.header-main .header-search-form-wrapper {
    width: 100% !important;
}

.header-main .search-field {
    height: 50px !important;
    border: none !important;
    box-shadow: 0 2px 2px #00000026, 0 4px 6px #0000001a !important;
    border-radius: 1px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
    background-color: #fff !important;
    color: #000 !important;
}

.header-main .search-field:focus {
    box-shadow: 0 2px 2px #00000026, 0 4px 6px #0000001a !important;
}

.header-main .ux-search-submit {
    height: 50px !important;
    width: 50px !important;
    background: transparent !important;
    color: #000 !important;
    border: none !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
}

.header-main .ux-search-submit:hover {
    opacity: 0.5 !important;
}

.header-main .ux-search-submit .icon-search {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8' fill='black'%3E%3Cpath d='M7.2 0l-.7.7 2.6 2.8H0v1h9.2L6.5 7.3l.7.7L11 4 7.2 0z'/%3E%3C/svg%3E") !important;
    background-size: 11px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 11px !important;
    height: 8px !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    background-color: transparent !important;
}
.header-main .ux-search-submit .icon-search::before {
    content: "" !important;
}

.header-main [data-icon-label]:after {
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: 0 0 0 2px #fff !important;
    border-radius: 50% !important;
    height: 16px;
    min-width: 16px;
    line-height: 16px;
    font-size: 10px;
    top: -5px;
    right: -8px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif !important;
}

.header-transparent:not(.header-stuck) .header-main [data-icon-label]:after {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 0 0 0 2px transparent !important;
}

@media (max-width: 849px) {
    
    .home #header {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: transparent !important;
    }

    .home .header-wrapper:not(.stuck) {
        background-color: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .home .header-wrapper:not(.stuck) .header-main, 
    .home .header-wrapper:not(.stuck) .header-bottom {
        background-color: transparent !important;
    }

    .home .header-wrapper:not(.stuck) .header-bg-container,
    .home .header-wrapper:not(.stuck) .header-bg-color,
    .home .header-wrapper:not(.stuck) .header-bg-image,
    .home .header-wrapper:not(.stuck) .header-bg {
        background: transparent !important;
        opacity: 0 !important;
        backdrop-filter: none !important;
    }

    .home .header-wrapper:not(.stuck) .header-main .nav > li > a {
        color: #ffffff !important;
    }

    .home .header-wrapper:not(.stuck) .header-main .icon-menu,
    .home .header-wrapper:not(.stuck) .header-main .icon-search,
    .home .header-wrapper:not(.stuck) .header-main .icon-shopping-basket {
        background-color: #ffffff !important;
    }

    .home .header-wrapper:not(.stuck) #logo img {
        content: url('/wp-content/themes/flatsome-child/assets/images/DS_LOGO_WHITE_220x.png') !important;
    }

    .home .header-wrapper:not(.stuck) .header-main [data-icon-label]:after {
        background-color: #fff !important;
        color: #000 !important;
        box-shadow: 0 0 0 2px transparent !important;
    }
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

.absolute-footer {
    display: none !important;
}

footer .entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.xc-footer.section {
    background-color: #1e3820;
    color: #ffffff;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    font-size: 14px;
    line-height: 1.8;
}

.xc-footer .row {
    max-width: 1180px !important;
}

.xc-footer__heading,
.xc-footer .footer-heading {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.xc-footer__text,
.xc-footer p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-bottom: 16px;
    color: #ffffff;
}

.xc-footer__menu,
.xc-footer .ux-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xc-footer__link,
.xc-footer .ux-menu-link__link {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    border: none;
    min-height: auto;
    transition: opacity 0.3s ease;
}

.xc-footer__link:hover,
.xc-footer .ux-menu-link__link:hover {
    opacity: 0.5;
    background: transparent;
    color: #ffffff;
}

.xc-footer__socials,
.xc-footer .social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.xc-footer__social-icon,
.xc-footer .social-icons .button.icon {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;
    background: transparent !important;
    color: #ffffff;
    transition: opacity 0.3s ease;
}

.xc-footer__social-icon:hover,
.xc-footer .social-icons .button.icon:hover {
    opacity: 0.5;
    color: #ffffff !important;
    box-shadow: none !important;
}

.xc-footer .social-icons i {
    font-size: 20px;
}

.xc-footer__payments,
.xc-footer .stack-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px !important;
    margin-top: 30px;
    margin-bottom: 15px;
}

.xc-footer__payment-icon,
.xc-footer .stack-row .img {
    width: 38px !important;
    margin: 0 !important;
}

.xc-footer .row:first-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.xc-footer__copyright,
.xc-footer .row:last-of-type {
    padding-top: 10px;
}

.xc-footer__copyright-text,
.xc-footer .row:last-of-type p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}

.xc-footer .wpcf7-form {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.xc-footer .newsletter__input-container {
    position: relative;
    width: 100%;
}

.xc-footer .newsletter__input-container p {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

.xc-footer .newsletter__input-container br {
    display: none;
}

.xc-footer .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 0;
}

.xc-footer .newsletter__input-container input[type="email"],
.xc-footer .newsletter__input-container input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 12px 48px 12px 16px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
}

.xc-footer .newsletter__input-container input[type="email"]::placeholder,
.xc-footer .newsletter__input-container input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.xc-footer .newsletter__input-container input[type="email"]:focus,
.xc-footer .newsletter__input-container input[type="text"]:focus {
    border-color: #ffffff;
    box-shadow: none;
}

.xc-footer .footer__newsletter-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 48px;
    background: transparent !important;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.xc-footer .footer__newsletter-button svg {
    width: 11px;
    fill: currentColor;
}

.xc-footer .footer__newsletter-button:hover {
    background: transparent !important;
    box-shadow: none !important;
    opacity: 0.5;
}

.xc-footer .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.xc-footer .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    font-size: 13px;
}

.xc-footer .disclosure {
    position: relative;
    display: inline-block;
}

.xc-footer .disclosure__toggle {
    display: flex;
    align-items: center;
    background: transparent !important;
    border: none;
    padding: 0 8px;
    font-size: 14px;
    color: #ffffff;
    text-transform: none;
    font-weight: normal;
    box-shadow: none !important;
    min-width: auto;
    height: 28px;
    cursor: pointer;
}

.xc-footer .disclosure__toggle:hover {
    background: transparent !important;
    box-shadow: none !important;
    opacity: 0.5;
}

.xc-footer .disclosure__toggle svg {
    width: 8px;
    margin-left: 6px;
    stroke: currentColor;
}

.xc-footer .disclosure-list {
    background-color: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .15), 0px 4px 6px rgba(0, 0, 0, .1);
    bottom: 115%;
    left: 0;
    padding: 20px;
    position: absolute;
    display: none;
    min-width: 100px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9;
    margin: 0;
    list-style: none;
}

.xc-footer .disclosure:hover .disclosure-list {
    display: block;
}

.xc-footer .disclosure-list__item {
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    line-height: 2em;
    padding: 0;
    text-align: left;
    list-style: none;
    margin: 0;
}

.xc-footer .disclosure-list__item + .disclosure-list__item {
    margin-top: 12px;
}

.xc-footer .disclosure-list__option {
    color: #151515;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.xc-footer .disclosure-list__option:hover {
    color: rgba(21, 21, 21, 0.7);
}

@media (min-width: 850px) {
    .xc-footer .row:nth-of-type(1) {
        justify-content: space-between !important;
    }
    .xc-footer .row:nth-of-type(1) > .col:nth-child(1) {
        flex-basis: 20% !important;
        max-width: 20% !important;
    }
    .xc-footer .row:nth-of-type(1) > .col:nth-child(2) {
        flex-basis: 20% !important;
        max-width: 20% !important;
    }
    .xc-footer .row:nth-of-type(1) > .col:nth-child(3) {
        flex-basis: 40% !important;
        max-width: 40% !important;
    }
}

@media (min-width: 550px) and (max-width: 849px) {
    .xc-footer .row:nth-of-type(1) > .col:nth-child(1),
    .xc-footer .row:nth-of-type(1) > .col:nth-child(2) {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
    .xc-footer .row:nth-of-type(1) > .col:nth-child(3) {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

.xc-footer .row:nth-of-type(2) {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

.xc-footer .row:nth-of-type(2) > .col.small-12 {
    flex-basis: 50% !important;
    max-width: 50% !important;
    padding-bottom: 0 !important;
}

.xc-footer .row:nth-of-type(3) {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.xc-footer .row:nth-of-type(3) > .col.small-12 {
    flex-basis: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0 !important;
}

.xc-footer .row:nth-of-type(4) > .col.small-12 {
    padding-bottom: 0 !important;
}

.xc-footer.section {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

@media (min-width: 60em) {
    .xc-footer.section {
        padding-top: 80px !important;
        padding-bottom: 40px !important;
    }
}

@media only screen and (max-width: 48em) {
    .xc-footer.section {
        padding-top: 30px !important;
        padding-bottom: 15px !important;
    }
    .xc-footer .col {
        padding-bottom: 15px !important;
    }
    .xc-footer .row:first-of-type {
        padding-bottom: 15px !important;
        margin-bottom: 10px !important;
    }
    .xc-footer .row:nth-of-type(2) > .col,
    .xc-footer .row:nth-of-type(3) > .col,
    .xc-footer .row:nth-of-type(4) > .col {
        padding-bottom: 0 !important;
    }
    .xc-footer .social-icons {
        justify-content: flex-end;
    }
    .xc-footer .stack-row {
        margin-top: 15px !important;
        margin-bottom: 10px !important;
    }
}

.section .row {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 65px; 
    padding-right: 65px;
}

@media (max-width: 60em) { 
    .section .row {
        padding-left: 25px; 
        padding-right: 25px;
    }
}

@media (max-width: 38em) { 
    .section .row {
        padding-left: 5px; 
        padding-right: 5px;
    }
}

.xc-home-lookbook .box {
    margin: 0 auto;
    box-shadow: none !important;
}

.xc-home-lookbook .box-image {
    border-radius: 0 !important;
    overflow: hidden;
}

.xc-home-lookbook .box.has-hover:hover .box-image img,
.xc-home-lookbook .box.has-hover:hover .box-image {
    transform: none !important;
    box-shadow: none !important;
}

.xc-home-lookbook .box-text {
    padding-top: 24px;
    padding-bottom: 0;
    text-align: center;
}

.xc-home-lookbook .box-text h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px; 
    font-weight: 400;
    line-height: 1.35em;
    color: #000000;
    margin: 5px 0 0 0;
    text-transform: none; 
}

@media (max-width: 849px) {
    .xc-home-lookbook .box-text h4 {
        font-size: 24px;
    }
}

.xc-home-lookbook .box-text p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 1.71em;
    font-weight: 400;
    color: #333333;
    margin: 5px 0 20px 0;
}

.xc-home-lookbook .box-text .button {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    height: 48px;
    min-height: 48px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.81em;
    background-color: #1e3820 !important; 
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    transition: background-color 0.25s ease, opacity 0.25s ease;
    margin-top: 24px;
    margin-bottom: 0;
}

.xc-home-lookbook .box-text .button:hover, 
.xc-home-lookbook .box-text .button:focus {
    background-color: #000000 !important; 
    color: #ffffff !important;
}

.xc-home-mosaic .box {
    margin: 0 auto;
    box-shadow: none !important;
    position: relative; 
    overflow: hidden;
}

.xc-home-mosaic .box-image {
    position: relative;
    padding-top: 150% !important; 
    border-radius: 0 !important;
    overflow: hidden;
}

.xc-home-mosaic .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
}

.xc-home-mosaic .box.has-hover:hover .box-image img,
.xc-home-mosaic .box.has-hover:hover .box-image {
    transform: none !important;
}

.xc-home-mosaic .box-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    padding: 28px;
    pointer-events: none; 
}

.xc-home-mosaic .box-text h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px; 
    font-weight: 400;
    color: #ffffff !important;
    margin: 0 0 24px 0; 
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.25); 
}

@media (max-width: 849px) {
    .xc-home-mosaic .box-text h4 {
        font-size: 20px;
    }
}

.xc-home-mosaic .box-text .button {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    height: 48px;
    min-height: 48px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.81em;
    background-color: #ffffff !important;
    color: #181818 !important;
    border: none !important;
    border-radius: 4px !important;
    transition: background-color 0.25s ease, opacity 0.25s ease;
    margin: 0;
    pointer-events: auto; 
}

.xc-home-mosaic .box-text .button:hover,
.xc-home-mosaic .box-text .button:focus {
    background-color: #cccccc !important; 
    color: #181818 !important;
}

.xc-home-hero {
    height: 100vh !important;
    min-height: 100vh !important;
    padding-top: 0 !important; 
}

@media (max-width: 849px) {
    .xc-home-hero {
        height: 70vh !important;
        min-height: 70vh !important;
    }
}

.xc-home-hero .banner-layers.container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.xc-home-hero .banner-layers .text-box.banner-layer {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 48px 80px !important;
}

@media (max-width: 849px) {
    .xc-home-hero .banner-layers .text-box.banner-layer {
        padding: 48px 20px !important;
    }
}

.xc-home-hero .text-inner {
    text-align: left !important;
}

.xc-home-hero .text-box h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.25em !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 24px 0 !important;
}

.xc-home-hero .text-box h3 strong {
    font-weight: 400 !important; 
}

@media (max-width: 849px) {
    .xc-home-hero .text-box h3 {
        font-size: 18px !important;
    }
}

.xc-home-hero .text-box .button {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    height: 48px;
    min-height: 48px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.81em;
    background-color: #1e3820 !important; 
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    transition: background-color 0.25s ease, opacity 0.25s ease;
    margin: 0;
}

.xc-home-hero .text-box .button:hover,
.xc-home-hero .text-box .button:focus {
    background-color: #427a46 !important; 
    color: #ffffff !important;
}

.xc-home-hero.has-hover:hover .bg {
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
}

@media (min-width: 850px) {
    
    .xc-footer .row:nth-of-type(1) {
        justify-content: space-between !important;
    }

    .xc-footer .row:nth-of-type(1) > .col:nth-child(1) {
        flex-basis: 20% !important;
        max-width: 20% !important;
    }

    .xc-footer .row:nth-of-type(1) > .col:nth-child(2) {
        flex-basis: 20% !important;
        max-width: 20% !important;
    }

    .xc-footer .row:nth-of-type(1) > .col:nth-child(3) {
        flex-basis: 40% !important;
        max-width: 40% !important;
    }
}

@media (min-width: 550px) and (max-width: 849px) {
    .xc-footer .row:nth-of-type(1) > .col:nth-child(1),
    .xc-footer .row:nth-of-type(1) > .col:nth-child(2) {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
    .xc-footer .row:nth-of-type(1) > .col:nth-child(3) {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 48em) {

    .xc-footer.section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .xc-footer .col {
        padding-bottom: 40px !important;
    }

    .xc-footer .social-icons {
        justify-content: flex-start;
        margin-top: 20px;
    }

}

.xc-home-products.section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    overflow: hidden;
    background-color: var(--color-bg, #ffffff);
}

.xc-home-products .is-divider {
    display: none !important;
}

.xc-home-products .row-slider {
    overflow: visible;
}

.xc-home-products .flickity-viewport {
    overflow: visible !important;
}

.xc-home-products .product-small {
    padding-bottom: 0 !important;
}

.xc-home-products .product-small .col-inner {
    margin: 0;
}

.xc-home-products .product-small .box {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.xc-home-products .box-image {
    position: relative;
    padding-top: 125% !important; 
    overflow: hidden;
    border-radius: 0 !important;
}

.xc-home-products .box-image > div > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.xc-home-products .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center;
}

.xc-home-products .has-hover .box-image img.back-image {
    opacity: 0;
    transition: opacity 0.35s ease;
}

.xc-home-products .has-hover:hover .box-image img.back-image {
    opacity: 1;
}

.xc-home-products .has-hover:hover .box-image img,
.xc-home-products .has-hover:hover .box-image {
    transform: none !important;
}

.xc-home-products .box-text {
    padding: 12px 0 0 0 !important;
    background: transparent !important;
}

.xc-home-products .box-text .product-title,
.xc-home-products .box-text .product-title a {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: #1b1b1b !important;
    text-transform: none !important;
    text-decoration: none !important;
    margin: 0 0 4px 0 !important;
    letter-spacing: 0;
}

.xc-home-products .box-text .product-title a:hover {
    opacity: 0.7;
}

.xc-home-products .price-wrapper {
    margin-top: 2px;
}

.xc-home-products .price-wrapper .price,
.xc-home-products .price-wrapper .amount {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666666 !important; 
    letter-spacing: 0;
}

.xc-home-products .flickity-prev-next-button {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
    opacity: 1 !important;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.45s cubic-bezier(0.32, 0.24, 0.15, 1),
                opacity 0.15s cubic-bezier(0.32, 0.24, 0.15, 1) !important;
    z-index: 10;
    padding: 0 !important;
    margin: 0 !important;
}

.xc-home-products .flickity-prev-next-button.next {
    right: 0 !important;
    transform: translateY(-50%) translateX(40px) !important;
}

.xc-home-products .flickity-prev-next-button.previous {
    left: 0 !important;
    transform: translateY(-50%) translateX(-40px) !important;
}

.xc-home-products:hover .flickity-prev-next-button.next {
    transform: translateY(-50%) translateX(0) !important;
    opacity: 1 !important;
}

.xc-home-products:hover .flickity-prev-next-button.previous {
    transform: translateY(-50%) translateX(0) !important;
    opacity: 1 !important;
}

.xc-home-products .flickity-prev-next-button svg {
    width: 12px !important;
    height: auto;
    position: static !important;
    transform: none !important;
    padding: 0 !important;
    fill: #1b1b1b;
}

.xc-home-products .flickity-prev-next-button:hover svg,
.xc-home-products .flickity-prev-next-button:hover .arrow {
    fill: #1b1b1b !important;
}

.xc-home-products .flickity-prev-next-button:disabled {
    display: none !important;
}

.xc-home-products .slider-nav-reveal .flickity-prev-next-button,
.xc-home-products .slider-nav-reveal .flickity-prev-next-button:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
    height: 40px !important;
    width: 40px !important;
    top: calc(50% - 40px) !important; 
    bottom: auto !important;
}

.xc-home-products .badge-container {
    margin: 0 !important;
    padding: 12px 14px;
    z-index: 5;
}

.xc-home-products .out-of-stock-label,
.xc-home-products .onsale {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 14px;
    line-height: 1.25;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
}

.xc-home-products .image-tools {
    display: none !important;
}

@media (min-width: 850px) {
    .xc-home-products .large-columns-4 .flickity-slider > .col {
        flex-basis: 33.3333% !important;
        max-width: 33.3333% !important;
    }
}

@media (min-width: 550px) and (max-width: 849px) {
    .xc-home-products .medium-columns-3 .flickity-slider > .col {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
}

.xc-home-products .row-small > .flickity-viewport > .flickity-slider > .col {
    padding: 0 10px 0 !important;
}

@media (min-width: 850px) {
    .xc-home-products .row-small > .flickity-viewport > .flickity-slider > .col {
        padding: 0 10px 0 !important;
    }
}

@media (max-width: 549px) {
    .xc-home-products .box-text .product-title,
    .xc-home-products .box-text .product-title a {
        font-size: 12px !important;
    }

    .xc-home-products .price-wrapper .price,
    .xc-home-products .price-wrapper .amount {
        font-size: 11px !important;
    }

    .xc-home-products .flickity-prev-next-button {
        width: 30px !important;
        height: 30px !important;
    }

    .xc-home-products .flickity-prev-next-button svg {
        width: 10px !important;
    }

    .xc-home-products .flickity-prev-next-button.next {
        transform: translateY(-50%) translateX(0) !important;
        opacity: 0.8 !important;
    }
    .xc-home-products .flickity-prev-next-button.previous {
        transform: translateY(-50%) translateX(0) !important;
        opacity: 0.8 !important;
    }

    .xc-home-products .badge-container {
        padding: 6px 7px;
    }
    .xc-home-products .out-of-stock-label,
    .xc-home-products .onsale {
        padding: 6px 7px;
        font-size: 9px;
    }
}