/*
Theme Name: Deals N Steals
Theme URI: https://thriveweb.com.au
Author: Kurtis @ Thrive Digital
Author URI: https://thriveweb.com.au
Version: 1.0.0
*/



/*--------------------------------------------------------------
modern-normalize v3.0.1
--------------------------------------------------------------*/
*,::after,::before{box-sizing:border-box}html{font-family:system-ui,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}



/*--------------------------------------------------------------
Base
--------------------------------------------------------------*/
html {
    margin: 0 !important;
}

body {
    background: var(--white);
    color: var(--black);
    font-family: var(--font-primary);
    line-height: 1.618;
    overscroll-behavior: none;
}

@media (max-width: 992px) {
    body {
        overscroll-behavior: auto;
    }
}

::-moz-selection {
    background: var(--black);
    color: var(--white);
}
::selection {
    background: var(--black);
    color: var(--white);
}

hr {
    background: #eee;
    border: 0;
    height: 1px;
    margin: 40px 0;
}

ul,
ol {
    margin: 0 0 24px 24px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 24px 32px;
}

table {
    margin: 0 0 32px;
    width: 100%;
}

p {
    margin: 0 0 16px;
}

pre {
    background: var(--grey-light);
    color: var(--black);
    font-size: var(--14px);
    line-height: 1.618;
    margin-bottom: 32px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
}

fieldset {
    padding: 0;
    border: none;
    margin: 0 0 24px;
    width: 100%;
}

figure {
    margin: 0 0 24px;
}

.transition, a, input, button, textarea {
    transition: all 0.3s ease;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
    background-color: var(--white);
    position: sticky;
    top: var(--notification-bar-height);
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 4px 13px 0px rgba(165, 163, 163, 0.15);
}

body.admin-bar .site-header {
    top: calc(var(--notification-bar-height) + var(--wpadminbar-height));
}

.site-header:before {
    content: '';
    position: absolute;
    top: 76px;
    left: 0;
    width: calc((100% + min(calc(100% - 200px), 1260px)) / 2);
    height: 1px;
    background-color: #E3E3E3;
    z-index: -1;
    margin-left: calc((100% - min(calc(100% - 200px), 1260px)) / 2);
}

.site-header .site-header-inner {
    display: flex;
    gap: 0 60px;
}

.site-header .site-header-main {
    flex: 1;
}

.site-header .site-header-main-top {
    display: flex;
    align-items: center;
    gap: 8px 24px;
    padding: 12px 0;
}

.site-header .site-header-main-bottom {
    padding: 13px 0;
}

@media (max-width: 1280px) {
    .site-header .site-header-inner {
        gap: 0 40px;
    }
}
@media (max-width: 992px) {
    .site-header:before {
        display: none;
    }
    .site-header .site-header-inner {
        gap: 0 10px;
    }
    .site-header .site-header-main-top {
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 8px 0;
    }
    .site-header .site-header-main-bottom {
        display: none;
    }
}

/* Logo */
.site-header .site-header-logo {
    padding: 2px 0 6px 0;
}

body.site-notification-bar-active .site-header .site-header-logo {
    margin: -40px 0 0;
}

.site-header .site-header-logo a,
.site-header .site-header-logo svg {
    display: block;
    height: 120px;
}

body.site-notification-bar-active .site-header .site-header-logo a,
body.site-notification-bar-active .site-header .site-header-logo svg {
    height: 154px;
}

@media (max-width: 992px) {
    .site-header .site-header-logo,
    body.site-notification-bar-active .site-header .site-header-logo {
        margin: auto 0;
        padding: 0;
    }
    .site-header .site-header-logo a,
    .site-header .site-header-logo svg,
    body.site-notification-bar-active .site-header .site-header-logo a,
    body.site-notification-bar-active .site-header .site-header-logo svg {
        height: 84px;
        width: 100%;
    }
}

/* Search */
.site-header .site-header-search {
    flex: 1;
}

.site-header .site-header-search .aws-search-form {
    height: auto;
}

.site-header .site-header-search .aws-search-field {
    background-color: var(--grey-light);
    border-color: var(--grey-light);
    border-radius: 12px 0 0 12px !important;
    height: auto;
}

.site-header .site-header-search .aws-container .aws-search-form .aws-search-btn {
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 14px;
    background-color: var(--grey-light);
    border: 2px solid var(--grey-light);
    border-radius: 0 12px 12px 0 !important;
    color: var(--carbon);
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease;
}

.site-header .site-header-search .aws-container .aws-search-form .aws-search-btn:hover {
    background-color: var(--carbon);
    border-color: var(--carbon);
    color: var(--white);
}

.site-header .site-header-search .aws-container .aws-search-form .aws-search-btn_icon {
    width: auto;
    height: auto;
    color: var(--carbon);
    transition: all 0.3s ease;
}

.site-header .site-header-search .aws-container .aws-search-form .aws-search-btn:hover .aws-search-btn_icon {
    color: var(--white);
}

.site-header .site-header-search .aws-container .aws-search-form .aws-search-btn .aws-search-btn_icon svg {
    line-height: 0;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}

.site-header .site-header-search .aws-container .aws-search-form .aws-search-clear {
    color: var(--carbon);
}

.aws-search-result .aws_result_title {
    color: var(--carbon);
    font-weight: 500;
}

.aws-search-result .aws_result_item.hovered .aws_result_title,
.aws-search-result .aws_result_item:hover .aws_result_title {
    color: var(--orange-burnt);
}

.aws-search-result .aws_search_more a {
    color: var(--carbon);
}

.aws-search-result .aws_search_more.hovered a,
.aws-search-result .aws_search_more a:hover {
    color: var(--orange-burnt);
}

@media (max-width: 992px) {
    .site-header .site-header-search {
        flex: 100%;
    }
    .site-header .site-header-search .aws-search-field {
        padding: 8px 40px 8px 12px;
    }
    .site-header .site-header-search .aws-container .aws-search-form .aws-search-btn {
        padding: 8px;
    }
    .site-header .site-header-search .aws-container .aws-search-form .aws-search-btn .aws-search-btn_icon svg {
        height: 16px;
        width: 16px;
    }
}

/* Currency */
.site-header .site-header-currency {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.site-header .site-header-currency select[name="currency"] {
    background-color: transparent;
    border: none;
    padding: 0 16px 0 0;
    background-position: right 0px center;
    font-weight: 500;
}

@media (max-width: 992px) {
    .site-header .site-header-currency {
        display: none;
    }
}

/* Actions */
.site-header .site-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-header .site-header-actions a.active {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--carbon);
}

.site-header .site-header-actions .site-header-cart {
    position: relative;
}

.site-header .site-header-actions .site-header-cart .site-header-cart-count span {
    background-color: var(--carbon);
    color: var(--white);
    border-radius: 100%;
    font-size: var(--11px);
    font-weight: 400;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-header .site-header-actions .nmww-wishlist-button {
    position: relative;
}

.site-header .site-header-actions .nmww-wishlist-button .nmww-wishlist-button-count {
    background-color: var(--carbon);
    color: var(--white);
    border-radius: 100%;
    font-size: var(--11px);
    font-weight: 400;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    transform: none;
    display: none;
}

.site-header .site-header-actions .nmww-wishlist-button.has-items .nmww-wishlist-button-count {
    display: flex;
}

@media (max-width: 992px) {
    .site-header .site-header-actions {
        flex: 100%;
        gap: 8px;
    }
    .site-header .site-header-actions .button.icon-only {
        padding: 7px 8px;
        flex: 1;
    }
    .site-header .site-header-actions .button.icon-only svg {
        height: 18px;
        width: 18px;
    }
    .site-header .site-header-actions .site-header-cart .site-header-cart-count span {
        top: -6px;
        right: -6px;
        width: 16px;
        height: 16px;
        font-size: var(--10px);
    }
    .site-header .site-header-actions .nmww-wishlist-button .nmww-wishlist-button-count {
        top: -6px;
        right: -6px;
        width: 16px;
        height: 16px;
        font-size: var(--10px);
    }
}

/* Admin Bar */
#wpadminbar {
    position: sticky;
    top: 0;
}

/* Notification Bar */
body.site-notification-bar-active {
    --notification-bar-height: 40px;
}

.site-notification-bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--yellow);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body.admin-bar .site-notification-bar {
    top: var(--wpadminbar-height);
}

.site-notification-bar .site-notification-bar-content {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.site-notification-bar .site-notification-bar-content::-webkit-scrollbar {
    display: none;
}

@media (max-width: 992px) {
    body.site-notification-bar-active {
        --notification-bar-height: 36px;
    }
    .site-notification-bar {
        height: 36px;
    }
}
@media (max-width: 600px) {
    .site-notification-bar::after {
        right: 20px;
    }
}



/*--------------------------------------------------------------
Site Navigation
--------------------------------------------------------------*/
/* Menu */
.site-navigation .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px
}

.site-navigation .menu li {
    position: relative;
}

.site-navigation .menu li a {
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    font-size: var(--15px);
    font-weight: 600;
    color: var(--carbon);
    white-space: nowrap;
    gap: 6px;
}

.site-navigation .menu li a:hover,
.site-navigation .menu li.current-menu-item > a,
.site-navigation .menu li.current-menu-ancestor > a {
    color: var(--black);
}

.site-navigation .menu > li:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--yellow);
    position: absolute;
    bottom: -13px;
    left: 0;
}

.site-navigation .menu li a > span {
    line-height: 0;
}

.site-navigation .menu li a > span svg {
    width: 8px;
    color: var(--carbon);
    transition: all 0.3s ease;
}

.site-navigation .menu li.menu-item-has-children ul li a > span svg {
    transform: rotate(-90deg);
}

.site-navigation .menu li a:hover > span svg,
.site-navigation .menu li.current-menu-item > a > span svg,
.site-navigation .menu li.current-menu-ancestor > a > span svg {
    color: var(--black);
}

.site-navigation .menu .sub-menu-wrap {
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 900;
    padding: 17px 0 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    transform: translateX(-50%);
    min-width: 200px;
}

.site-navigation .menu li li.menu-item-has-children > .sub-menu-wrap {
    left: 100%;
    transform: translateX(0);
    top: 0;
    padding: 0;
}

.site-navigation .menu li:hover > .sub-menu-wrap {
    opacity: 1;
    pointer-events: all;
}

.site-navigation .sub-menu {
    background-color: var(--white);
    display: block;
    box-shadow: 0px 6px 6px 0px rgba(115, 114, 114, 0.2);
}

.site-navigation .sub-menu li {
    margin: 0;
}

.site-navigation .sub-menu li:last-of-type {
    margin: 0;
}

.site-navigation .sub-menu li a {
    white-space: normal;
    color: var(--black);
    padding: 8px 16px;
    text-align: left;
    line-height: 20px;
}

.site-navigation .sub-menu li a:hover {
    background-color: var(--yellow);
}

@media (max-width: 992px) {
    .site-navigation .menu {
        display: none;
    }
}

/* Responsive Tray Toggle */
.responsive-tray-toggle-wrap {
    display: none;
    background-color: var(--yellow-silk);
    border-color: var(--yellow-silk);
    padding: 10px;
    border-radius: 12px;
    justify-content: center;
    flex: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

body.menu-active .responsive-tray-toggle-wrap,
.responsive-tray-toggle-wrap:hover {
    background-color: var(--yellow);
    border-color: var(--yellow);
}

.responsive-tray-toggle {
    position: relative;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.responsive-tray-toggle span,
.responsive-tray-toggle span:before,
.responsive-tray-toggle span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--carbon);
    transition: background-color 0s 0.2s;
}

.responsive-tray-toggle span {
    top: 6px;
}

.responsive-tray-toggle span:before,
.responsive-tray-toggle span:after {
    content: '';
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
}

.responsive-tray-toggle span:before {
    top: -6px;
    transition-property: top, transform;
}

.responsive-tray-toggle span:after {
    bottom: -6px;
    transition-property: bottom, transform;
}

body.menu-active .responsive-tray-toggle span {
    background-color: transparent;
}

body.menu-active .responsive-tray-toggle span:before {
    top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
}

body.menu-active .responsive-tray-toggle span:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
}

@media (max-width: 992px) {
    .responsive-tray-toggle-wrap {
        display: flex;
    }
}



/*--------------------------------------------------------------
Responsive Tray
--------------------------------------------------------------*/
.site-responsive-tray {
    display: none;
}

@media (max-width: 992px) {
    /* Main */
    body.menu-active .site-main {
        transform: translateX(-100%);
    }
    .site-responsive-tray {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: calc(var(--header-height) + var(--notification-bar-height));
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: var(--white);
        z-index: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        transition: transform ease 0.3s, opacity ease 0.3s;
        pointer-events: none;
    }
    body.menu-active .site-responsive-tray {
        opacity: 1;
        pointer-events: all;
    }
    body.admin-bar .site-responsive-tray {
        top: calc(var(--header-height) + var(--notification-bar-height) + var(--wpadminbar-height));
    }
    /* Menu */
    .site-responsive-tray .menu {
        list-style: none;
        margin: 0;
        padding: 40px 0;
    }
    .site-responsive-tray .menu li {
        display: block;
        width: 100%;
    }
    .site-responsive-tray .menu li a {
        display: block;
        padding: 12px 30px;
        color: var(--carbon);
        font-family: var(--font-secondary);
        font-size: var(--24px);
        line-height: 1;
        text-decoration: none;
    }
    .site-responsive-tray .menu li a:hover,
    .site-responsive-tray .menu li.current-menu-item > a,
    .site-responsive-tray .menu li.current-menu-ancestor > a {
        color: var(--orange-burnt);
    }
    .site-responsive-tray .menu li.menu-item-has-children a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .site-responsive-tray .menu li.menu-item-has-children > a > span {
        position: absolute;
        right: 0;
        padding: 0 30px;
    }
    .site-responsive-tray .menu li.menu-item-has-children > a > span svg {
        width: 12px;
        height: 30px;
    }
    .site-responsive-tray .menu li.menu-item-has-children.active > a > span svg {
        transform: rotate(180deg);
    }
    /* Sub Menu */
    .site-responsive-tray .sub-menu {
        display: none;
        padding: 0 30px 0 50px;
    }
    .site-responsive-tray .menu li.menu-item-has-children .sub-menu li a {
        padding: 8px 0;
        justify-content: flex-start;
        line-height: 1;
        font-size: var(--18px);
    }
    /* Actions */
    .site-responsive-tray .responsive-tray-actions {
        padding: 20px 30px 80px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px 12px;
    }
    .site-responsive-tray .responsive-tray-actions .button {
        width: 100%;
    }
    .site-responsive-tray .responsive-tray-currency {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.3s ease;
    }
    .site-responsive-tray .responsive-tray-currency svg {
        width: 10px;
    }
}
@media (max-width: 600px) {
    .site-responsive-tray .menu li a {
        padding: 12px 20px;
    }
    .site-responsive-tray .menu li.menu-item-has-children > a > span {
        padding: 0 20px;
    }
    .site-responsive-tray .sub-menu {
        padding: 0 20px 0 40px;
    }
    .site-responsive-tray .sub-menu .sub-menu {
        padding: 0 20px;
    }
    .site-responsive-tray .responsive-tray-actions {
        padding: 20px 20px 80px 20px;
    }
}


/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
/* Main */
.site-main {
    background-color: var(--white);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

/* 404 Not Found */
.page-error404 .error404-main {
    padding: 200px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .page-error404 .error404-main {
        padding: 120px 0;
    }
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
/* Main */
.site-footer .site-footer-main {
    background-color: var(--carbon);
    padding: 60px 0 40px 0; 
}

.site-footer .site-footer-main .container {
    position: relative;
}

.site-footer .site-footer-main-row {
    display: flex;
    gap: 40px;
}

.site-footer .site-footer-main-left {
    flex: 1;
    display: flex;
    gap: 30px;
}

.site-footer .site-footer-main-left-col {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.site-footer .site-footer-main-mid {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.site-footer .site-footer-main-right {
    flex: 1;
}

@media (max-width: 992px) {
    .site-footer .site-footer-main-mid {
        display: none;
    }
}
@media (max-width: 768px) {
    .site-footer .site-footer-main-row {
        flex-wrap: wrap;
    }
    .site-footer .site-footer-main-left {
        flex: 100%;
    }
    .site-footer .site-footer-main-right {
        flex: 100%;
    }
}

/* Menus */
.site-footer .site-footer-main-menu h4 {
    color: var(--white);
    margin: 0 0 8px;
}

.site-footer .site-footer-main-menu .menu li {
    line-height: 20px;
}

.site-footer .site-footer-main-menu .menu li a {
    font-size: var(--15px);
    color: rgba(var(--white-rgb), 0.9);
    text-decoration: none;
}

.site-footer .site-footer-main-menu .menu li a:hover,
.site-footer .site-footer-main-menu .menu li.current-menu-item a {
    color: var(--yellow);
}

.site-footer .site-footer-abn {
    font-family: var(--font-secondary);
    font-size: var(--15px);
    font-weight: 600;
    line-height: 26px;
    color: var(--white);
    margin: 24px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 6px;
}

.site-footer .site-footer-abn span {
    color: var(--yellow);
}

@media (max-width: 768px) {
    .site-footer .site-footer-abn {
        font-size: var(--14px);
    }
}

/* Socials */
.site-footer .site-footer-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 24px 0 0;
}

.site-footer .site-footer-socials h5 {
    color: var(--white);
    margin: 0 0 10px;
    flex: 100%;
}

.site-footer .site-footer-socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background-color: var(--white);
    color: var(--carbon);
    border-radius: 100%;
    transition: all 0.3s ease;
}

.site-footer .site-footer-socials a:hover {
    background-color: var(--yellow);
    color: var(--carbon);
}

/* Shape */
.site-footer .site-footer-main-mid svg {
    width: 340px;
    margin: 0 0 -80px;
}

/* Newsletter */
.site-footer .site-footer-newsletter-content {
    margin: 0 0 20px;
}

.site-footer .site-footer-newsletter-content * {
    color: var(--white);
}

.site-footer .site-footer-newsletter-content h4 {
    margin: 0 0 8px;
}

.site-footer .site-footer-newsletter .gform_wrapper form {
    position: relative;
}

.site-footer .site-footer-newsletter .gform_wrapper .gform_body .gform_fields .gfield input {
    background-color: var(--white) !important;
    border-radius: 100px !important;
    padding: 14px 168px 14px 16px !important;
}

.site-footer .site-footer-newsletter .gform_wrapper .gform_body .gform_fields .gfield input:focus {
    border-color: var(--white) !important;
}

.site-footer .site-footer-newsletter .gform_wrapper .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.site-footer .site-footer-newsletter .gform_wrapper .gform_footer input[type="submit"] {
    background-color: var(--orange-burnt) !important;
    border-color: var(--orange-burnt) !important;
    border-radius: 100px !important;
}

.site-footer .site-footer-newsletter .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
    color: var(--carbon) !important;
}

.site-footer .site-footer-newsletter .gform_wrapper .gform_confirmation_message {
    color: var(--white);
    font-size: var(--15px);
    text-align: left;
    background: rgba(var(--orange-burnt-rgb), 20%);
    padding: 10px 12px;
    border-radius: var(--8px);
}

.site-footer .site-footer-newsletter .gform_wrapper .gform-loader {
    display: none !important;
}

/* Logo */
.site-footer .site-footer-logo {
    line-height: 0;
    margin: 60px 0 0;
}

@media (max-width: 768px) {
    .site-footer .site-footer-logo {
        max-width: 340px;
        margin: 40px auto 0;
    }
}

/* Chat */
.site-footer .site-footer-chat {
    display: none;
    background-color: var(--yellow);
    border-radius: 4px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: -100px;
    right: 30px;
    font-family: var(--font-secondary);
    font-size: var(--12px);
    font-weight: 600;
    line-height: 16px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.site-footer .site-footer-chat:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    bottom: 6px;
    background: var(--yellow);
    border-radius: 4px;
    transform: translate(-50%, 50%) rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease;
}

.site-footer .site-footer-chat:hover {
    background-color: var(--orange-burnt);
    color: var(--white);
}

.site-footer .site-footer-chat:hover:after {
    background-color: var(--orange-burnt);
}

/* Bottom */
.site-footer .site-footer-bottom {
    background-color: var(--white);
    font-size: var(--14px);
}

.site-footer .site-footer-bottom-row {
    display: flex;
    align-items: center;
    gap: 16px 40px;
    flex-wrap: wrap;
    padding: 10px 0;
}

.site-footer .site-footer-bottom-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px 6px;
}

.site-footer .site-footer-bottom-right {
    flex: 1;
    text-align: right;
}

.site-footer .site-footer-bottom .site-footer-bottom-menu {
    display: flex;
    align-items: center;
    gap: 6px;
}

.site-footer .site-footer-bottom .site-footer-bottom-menu > a {
    color: var(--carbon);
    white-space: nowrap;
    border-left: 1px solid var(--carbon);
    padding: 0 0 0 6px;
    line-height: 1;
}

.site-footer .site-footer-bottom .site-footer-bottom-menu > a:hover {
    color: var(--orange-burnt);
}

.site-footer .site-footer-bottom .site-footer-copyright {
    line-height: 20px;
    white-space: nowrap;
}

.site-footer .site-footer-bottom .site-footer-credits {
    line-height: 20px;
}

.site-footer .site-footer-bottom .site-footer-credits a {
    color: var(--carbon);
}

.site-footer .site-footer-bottom .site-footer-credits a:hover {
    color: var(--orange-burnt);
}

@media (max-width: 992px) {
    .site-footer .site-footer-bottom-right {
        flex: unset;
    }
}
@media (max-width: 768px) {
    .site-footer .site-footer-bottom-row {
        flex-wrap: wrap;
    }
    .site-footer .site-footer-bottom-left {
        flex: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .site-footer .site-footer-bottom .site-footer-bottom-menu {
        flex: 100%;
        justify-content: center;
        order: -1;
    }
    .site-footer .site-footer-bottom .site-footer-bottom-menu > a:first-of-type {
        border-left: none;
        padding: 0;
    }
    .site-footer .site-footer-bottom-right {
        flex: 100%;
        text-align: center;
    }
}