/* =====================================================
   AKA GROUP - GLOBAL COLORS
===================================================== */

:root {
    --aka-yellow: #F5CB26;
    --aka-gray: #727276;
    --aka-dark: #252527;
}


/* =====================================================
   FULL WIDTH FIXED BANNER
===================================================== */

section[component-id="454575090"] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

section[component-id="454575090"] .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

section[component-id="454575090"] .banner {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    border-radius: 0 !important;
}

section[component-id="454575090"] picture {
    width: 100% !important;
    display: block !important;
}

section[component-id="454575090"] img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
}



/* =====================================================
   FOOTER
===================================================== */

.store-footer,
.store-footer * {
    box-sizing: border-box;
}


/* Main */

.store-footer {
    direction: rtl;
    position: relative;
    background: var(--aka-dark) !important;
    color: #fff !important;
    overflow: hidden;
}


/* Top Accent */

.store-footer::before {
    content: "";
    position: absolute;

    top: 0;
    right: 0;

    width: 100%;
    height: 5px;

    background: var(--aka-yellow);

    z-index: 5;
}


/* Inner */

.store-footer__inner {
    position: relative;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(245, 203, 38, 0.08),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #252527 0%,
            #303033 100%
        ) !important;

    padding: 65px 0 50px !important;
}


/* Footer Container */

.store-footer__inner > .container {
    max-width: 1400px !important;
    margin: auto !important;
}


/* Grid */

.store-footer__inner .grid {
    align-items: flex-start;
}



/* =====================================================
   FOOTER HEADINGS
===================================================== */

.store-footer h3,
.store-footer .s-contacts-title {
    position: relative;

    display: inline-block;

    color: #fff !important;

    font-size: 19px !important;
    font-weight: 700 !important;

    margin: 0 0 22px !important;

    padding-bottom: 12px;
}


/* Underline */

.store-footer h3::after,
.store-footer .s-contacts-title::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 38px;
    height: 3px;

    border-radius: 10px;

    background: var(--aka-yellow);
}


/* Company Name */

.store-footer__inner > .container > div:first-child > a h3 {
    font-size: 23px !important;
    line-height: 1.6 !important;

    color: var(--aka-yellow) !important;
}



/* =====================================================
   ABOUT TEXT
===================================================== */

.store-footer .max-w-sm {
    max-width: 430px !important;
}

.store-footer .max-w-sm p {
    margin: 0 !important;

    color: rgba(255,255,255,.74) !important;

    font-size: 14px !important;
    line-height: 2 !important;

    text-align: right !important;
}



/* =====================================================
   IMPORTANT LINKS
===================================================== */

.store-footer .s-menu-footer-list {
    display: flex !important;
    flex-direction: column !important;

    gap: 7px !important;
}


.store-footer .s-menu-footer-item {
    position: relative;

    display: flex !important;
    align-items: center;

    width: fit-content;

    padding: 7px 18px 7px 0 !important;

    color: rgba(255,255,255,.77) !important;

    font-size: 14px !important;

    text-decoration: none !important;

    transition:
        color .3s ease,
        transform .3s ease;
}


/* Dot */

.store-footer .s-menu-footer-item::before {
    content: "";

    position: absolute;

    right: 0;

    width: 7px;
    height: 7px;

    border: 2px solid var(--aka-yellow);

    border-radius: 50%;

    transition:
        background .3s ease,
        transform .3s ease;
}


.store-footer .s-menu-footer-item:hover {
    color: var(--aka-yellow) !important;

    transform: translateX(-4px);
}


.store-footer .s-menu-footer-item:hover::before {
    background: var(--aka-yellow);

    transform: scale(1.15);
}



/* =====================================================
   CONTACTS
===================================================== */

.store-footer .s-contacts-list {
    display: flex !important;

    flex-direction: column !important;

    gap: 9px !important;
}


.store-footer .s-contacts-item {
    display: flex !important;

    align-items: center !important;

    gap: 10px !important;

    min-height: 44px;

    padding: 7px 9px !important;

    color: rgba(255,255,255,.80) !important;

    border-radius: 8px;

    text-decoration: none !important;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}


.store-footer .s-contacts-item:hover {
    background: rgba(255,255,255,.06);

    color: var(--aka-yellow) !important;

    transform: translateX(-3px);
}


/* Contact Icon */

.store-footer .s-contacts-icon {
    width: 36px !important;
    height: 36px !important;

    min-width: 36px;

    border-radius: 50% !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    background: rgba(245,203,38,.10) !important;

    border: 1px solid rgba(245,203,38,.32);

    color: var(--aka-yellow) !important;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}


.store-footer .s-contacts-icon svg {
    width: 17px !important;
    height: 17px !important;

    fill: currentColor !important;
}


.store-footer .s-contacts-item:hover .s-contacts-icon {
    background: var(--aka-yellow) !important;

    color: var(--aka-dark) !important;

    transform: rotate(-5deg);
}


.store-footer .s-contacts-item .unicode {
    font-size: 13px !important;

    direction: ltr;
}



/* =====================================================
   SOCIAL ICONS
===================================================== */

.store-footer .s-social-list {
    display: flex !important;

    align-items: center !important;

    gap: 9px !important;

    flex-wrap: wrap;
}


.store-footer .s-social-link {
    margin: 0 !important;
}


.store-footer .s-social-link a {
    width: 42px !important;
    height: 42px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: rgba(255,255,255,.07) !important;

    border: 1px solid rgba(255,255,255,.12);

    color: #fff !important;

    transition:
        background .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease;
}


.store-footer .s-social-link a:hover {
    background: var(--aka-yellow) !important;

    border-color: var(--aka-yellow) !important;

    color: #242426 !important;

    transform: translateY(-4px);
}


.store-footer .s-social-icon {
    display: flex !important;
}


.store-footer .s-social-icon svg {
    width: 17px !important;
    height: 17px !important;

    fill: currentColor !important;
}



/* =====================================================
   TRUST BADGES
===================================================== */

.store-footer .flex.gap-4 {
    margin-top: 25px;

    display: flex !important;

    flex-wrap: wrap !important;

    gap: 12px !important;
}


.store-footer salla-trust-badges {
    background: rgba(255,255,255,.06) !important;

    border: 1px solid rgba(255,255,255,.10);

    border-radius: 10px;

    padding: 10px 12px !important;
}


.store-footer .s-trust-badges-wrapper {
    color: #fff !important;
}


.store-footer .s-trust-badges-image {
    border-radius: 6px;
}


.store-footer .s-trust-badges-label {
    color: rgba(255,255,255,.62) !important;

    font-size: 11px !important;
}


.store-footer .s-trust-badges-number {
    color: #fff !important;

    font-size: 13px !important;
}



/* =====================================================
   TAX NUMBER
===================================================== */

.store-footer .text-text-grey {
    color: rgba(255,255,255,.55) !important;
}


.store-footer .flex.gap-4 > .flex {
    padding: 10px 14px;

    background: rgba(255,255,255,.06);

    border: 1px solid rgba(255,255,255,.10);

    border-radius: 10px;
}


.store-footer .flex.gap-4 b {
    color: var(--aka-yellow) !important;
}



/* =====================================================
   APPS
===================================================== */

.store-footer salla-apps-icons {
    color: #fff !important;
}



/* =====================================================
   BOTTOM FOOTER
===================================================== */

.store-footer > .container:last-child {
    max-width: 100% !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 19px max(
        25px,
        calc((100% - 1400px) / 2)
    ) !important;

    background: #1c1c1e !important;

    border-top: 1px solid rgba(255,255,255,.08);

    gap: 25px;
}



/* Copyright */

.store-footer .copyright-text,
.store-footer .copyright-text p {
    color: rgba(255,255,255,.55) !important;

    font-size: 13px !important;

    margin: 0 !important;
}


.store-footer .copyright-text a {
    color: var(--aka-yellow) !important;

    font-weight: 600;

    text-decoration: none !important;
}



/* =====================================================
   PAYMENTS
===================================================== */

.store-footer .s-payments-list {
    display: flex !important;

    align-items: center !important;

    gap: 7px !important;

    flex-wrap: wrap !important;
}


.store-footer .s-payments-list-item {
    width: 48px !important;
    height: 33px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;

    padding: 4px 6px !important;

    border-radius: 6px !important;

    background: #fff !important;

    border: 1px solid rgba(255,255,255,.12);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.store-footer .s-payments-list-item:hover {
    transform: translateY(-3px);

    box-shadow: 0 6px 15px rgba(0,0,0,.20);
}


.store-footer .s-payments-list-item img {
    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;
}



/* =====================================================
   FOOTER COLUMN DIVIDERS
===================================================== */

@media (min-width: 1024px) {

    .store-footer__inner .grid > div:not(:first-child) {
        position: relative;
    }


    .store-footer__inner .grid > div:not(:first-child)::before {
        content: "";

        position: absolute;

        right: -14px;
        top: 0;

        width: 1px;
        height: 100%;

        background:
            linear-gradient(
                to bottom,
                transparent,
                rgba(255,255,255,.10),
                transparent
            );
    }

}



/* =====================================================
   PRODUCT CARDS
===================================================== */

.s-product-card-entry {
    position: relative !important;

    background: #fff !important;

    border: 1px solid #ededed !important;

    border-radius: 10px !important;

    overflow: hidden !important;

    box-shadow: none !important;

    transition:
        transform .3s ease,
        box-shadow .3s ease !important;
}



/* Yellow Hover Line */

.s-product-card-entry::before {
    content: "";

    position: absolute;

    z-index: 10;

    top: 0;
    right: 0;

    width: 0;
    height: 4px;

    background: var(--aka-yellow);

    transition: width .35s ease;
}


.s-product-card-entry:hover::before {
    width: 100%;
}


.s-product-card-entry:hover {
    transform: translateY(-4px);

    box-shadow: 0 10px 25px rgba(0,0,0,.075) !important;
}



/* =====================================================
   PRODUCT IMAGE
===================================================== */

.s-product-card-image {
    height: 240px !important;

    padding: 20px !important;

    background: #fafafa !important;
}


.s-product-card-image > a {
    display: flex !important;

    height: 100% !important;
    width: 100% !important;

    align-items: center !important;
    justify-content: center !important;
}


.s-product-card-image img {
    height: 100% !important;
    width: 100% !important;

    object-fit: contain !important;

    transition: transform .45s ease !important;
}


.s-product-card-entry:hover
.s-product-card-image img {
    transform: scale(1.045);
}



/* =====================================================
   PRODUCT CONTENT
===================================================== */

.s-product-card-content {
    padding: 14px !important;

    display: grid !important;

    grid-template-columns: 1fr auto !important;

    gap: 8px 12px !important;

    align-items: center !important;
}


.s-product-card-content-main {
    grid-column: 1 / -1 !important;

    min-height: 48px;
}



/* Title */

.s-product-card-content-title {
    margin: 0 !important;
}


.s-product-card-content-title a {
    display: -webkit-box !important;

    overflow: hidden !important;

    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;

    color: #282828 !important;

    font-size: 14px !important;
    font-weight: 600 !important;

    line-height: 1.7 !important;

    text-decoration: none !important;
}



/* =====================================================
   PRODUCT PRICE
===================================================== */

.s-product-card-content-sub {
    grid-column: 1 !important;

    margin: 0 !important;
}


.s-product-card-price {
    color: #222 !important;

    font-size: 18px !important;
    font-weight: 800 !important;

    margin: 0 !important;

    white-space: nowrap;
}



/* Sale */

.s-product-card-sale-price {
    color: #a52c19 !important;
    font-weight: 800 !important;
}


.s-product-card-old-price {
    color: #999 !important;

    font-size: 11px !important;

    text-decoration: line-through !important;
}



/* =====================================================
   ADD TO CART
===================================================== */

.s-product-card-content-footer {
    grid-column: 2 !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;
}


.s-product-card-content-footer salla-add-product-button,
.s-product-card-content-footer salla-button,
.s-product-card-content-footer .s-button-wrap {
    width: 41px !important;
    min-width: 41px !important;
}


.s-product-card-content-footer .s-button-element {
    width: 41px !important;
    min-width: 41px !important;
    height: 41px !important;

    padding: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    border-radius: 6px !important;

    background: transparent !important;

    border: 1.5px solid var(--aka-yellow) !important;

    color: #333 !important;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease !important;
}



/* Hide Add to Cart Text */

.s-product-card-content-footer
.s-button-text > span {
    display: none !important;
}


.s-product-card-content-footer
.s-button-text {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;
}


.s-product-card-content-footer
.s-button-text i {
    margin: 0 !important;

    font-size: 17px !important;
}


.s-product-card-content-footer
.s-button-element:hover {
    background: var(--aka-yellow) !important;

    color: #222 !important;

    transform: translateY(-2px);
}



/* =====================================================
   PRODUCT WISHLIST
===================================================== */

.s-product-card-wishlist-btn .s-button-element {
    width: 38px !important;
    height: 38px !important;

    background: rgba(255,255,255,.92) !important;

    border-radius: 7px !important;

    border: 1px solid #eee !important;

    color: #444 !important;

    box-shadow: 0 4px 12px rgba(0,0,0,.06) !important;
}



/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .store-footer__inner {
        padding: 50px 0 35px !important;
    }


    .store-footer__inner .grid {
        gap: 35px !important;
    }


    .store-footer h3,
    .store-footer .s-contacts-title {
        font-size: 18px !important;
    }

}



/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {


    /* ====================
       Footer
    ==================== */

    .store-footer::before {
        height: 4px;
    }


    .store-footer__inner {
        padding: 40px 0 30px !important;
    }


    .store-footer__inner > .container {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }


    .store-footer__inner .grid {
        gap: 30px !important;
    }


    .store-footer__inner
    > .container
    > div:first-child
    > a h3 {
        font-size: 20px !important;
    }


    .store-footer .max-w-sm {
        max-width: 100% !important;
    }


    .store-footer .max-w-sm p {
        font-size: 13px !important;

        line-height: 1.9 !important;
    }


    .store-footer h3,
    .store-footer .s-contacts-title {
        margin-bottom: 16px !important;
    }


    .store-footer .s-menu-footer-list {
        gap: 2px !important;
    }


    .store-footer .s-contacts-list {
        gap: 6px !important;
    }


    .store-footer .s-contacts-item {
        min-height: 42px;
    }


    .store-footer .contact-social {
        margin-top: 22px !important;

        display: block !important;
    }


    .store-footer .s-social-list {
        justify-content: flex-start !important;
    }


    .store-footer > .container:last-child {
        padding: 20px 15px !important;

        display: flex !important;

        flex-direction: column !important;

        justify-content: center !important;

        gap: 14px !important;
    }


    .store-footer .copyright-text {
        width: 100%;

        text-align: center !important;
    }


    .store-footer .s-payments-list {
        justify-content: center !important;
    }


    .store-footer .s-payments-list-item {
        width: 44px !important;
        height: 31px !important;
    }



    /* ====================
       Products
    ==================== */

    .s-product-card-image {
        height: 180px !important;

        padding: 12px !important;
    }


    .s-product-card-content {
        padding: 10px !important;

        gap: 6px 8px !important;
    }


    .s-product-card-content-main {
        min-height: 43px;
    }


    .s-product-card-content-title a {
        font-size: 12px !important;

        line-height: 1.6 !important;
    }


    .s-product-card-price {
        font-size: 15px !important;
    }


    .s-product-card-content-footer salla-add-product-button,
    .s-product-card-content-footer salla-button,
    .s-product-card-content-footer .s-button-wrap {
        width: 37px !important;
        min-width: 37px !important;
    }


    .s-product-card-content-footer .s-button-element {
        width: 37px !important;
        min-width: 37px !important;
        height: 37px !important;
    }


    .s-product-card-content-footer
    .s-button-text i {
        font-size: 15px !important;
    }

}



/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .store-footer__inner > .container {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }


    .store-footer__inner
    > .container
    > div:first-child
    > a h3 {
        font-size: 18px !important;
    }


    .store-footer
    .s-contacts-item
    .unicode {
        font-size: 12px !important;
    }


    .store-footer
    .s-social-link a {
        width: 39px !important;
        height: 39px !important;
    }


    .store-footer
    .s-payments-list-item {
        width: 41px !important;
        height: 29px !important;
    }


    .s-product-card-image {
        height: 165px !important;
    }


    .s-product-card-content {
        padding: 9px !important;
    }


    .s-product-card-content-title a {
        font-size: 11.5px !important;
    }

}