/* إلغاء أي تبديل أو حركة للوجو عند الـ hover */
.AU-custom-header .the-logo,
.AU-custom-header .the-logo:hover,
.AU-custom-header .the-logo > div,
.AU-custom-header .the-logo:hover > div {
    overflow: visible !important;
}

.AU-custom-header .the-logo img,
.AU-custom-header .the-logo svg,
.AU-custom-header .the-logo picture,
.AU-custom-header .the-logo div {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0, 0) !important;
    top: 0 !important;
    bottom: auto !important;
}

/* إلغاء تأثيرات Tailwind الخاصة بالـ group-hover */
.AU-custom-header .group:hover .group-hover\:-translate-y-full,
.AU-custom-header .group:hover .group-hover\:translate-y-full,
.AU-custom-header .group:hover .group-hover\:opacity-0,
.AU-custom-header .group:hover .group-hover\:hidden {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}

.AU-custom-header .the-logo .relative > *:first-child {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.AU-custom-header .the-logo .relative > *:not(:first-child) {
    display: none !important;
}

/*----------------------*/
/*----------------------*/

section.s-block.s-block--bundle-instagram-profile {
    margin-bottom: 0px !important;
}

footer.store-footer.pb-4.relative.CA-footer.bg-no-repeat.bg-cover.shadow-top {
    margin-top: 0px !important;
}

/*----------------------*/
/*--------------------*/

.sw-size-chart{
    margin:20px 0;
    border:1px solid #e5e5e5;
    border-radius:16px;
    overflow:hidden;
    background:#fff;
}

.sw-size-chart__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
    cursor:pointer;
    font-size:16px;
    font-weight:700;
    color:var(--color-primary,#03322b);
    transition:.3s;
}

.sw-size-chart__head:hover{
    background:#fafafa;
}

.sw-size-chart__icon{
    font-size:22px;
    transition:.3s;
    line-height:1;
}

.sw-size-chart__content{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

.sw-size-chart__content img{
    width:100%;
    display:block;
    padding:0 15px 15px;
    border-radius:18px;
}

@media(max-width:768px){

.sw-size-chart{
    border-radius:14px;
}

.sw-size-chart__head{
    padding:16px;
    font-size:15px;
}

}