/*
Generated time: May 30, 2024 13:55
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.top-header-wrapper.scrolled {
    position: fixed;
    z-index: 100;
    width: 100%;
    transition: all .5s;
    animation: fadeIn .3s ease-in both
}

.header-wrapper {
    width: 100%;
    z-index: 99
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.header-wrapper.scrolled {
    top: 0;
    transition: all .5s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.header {
    height: 70px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    max-width: 100%
}

.header .header__inline-menu .list-menu li a {
    font-family: var(--font-program);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: var(--color-dark-brown);
    margin: 0 15px;
    transition: all .3s;
    position: relative;
    padding: 28px 1.2rem 20px
}

.header .header__inline-menu .list-menu li summary span {
    font-family: var(--font-program);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: var(--color-dark-brown);
    transition: all .3s
}

.header .search-modal__content .search-modal__form {
    max-width: 100%
}

.header .search-modal__content .search.search-modal__form {
    max-width: 740px;
    margin: auto
}

.header .search-modal__content .field::after {
    box-shadow: none;
    border-bottom: 1px solid #56453a
}

.header .search-modal__content .field svg {
    position: relative;
    top: 13px
}

.header .search-modal__content .field input {
    outline: 0;
    border-bottom: 1px solid #56453a
}

.header .search-modal__content .field .search__button {
    width: 43.87px;
    background: #56453a;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.header .search-modal__content .field .search__button:hover {
    background-color: #b18975
}

.header .search-modal__content .field .search__button {
    font-family: var(--font-program);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.header .header__heading img {
    width: 220px;
    height: 33.63px;
    object-fit: contain;
    max-width: 100%
}

.header .header__heading-link img {
    width: 220px;
    height: 33.63px;
    object-fit: cover;
    max-width: 100%
}

.header .header__inline-menu .list-menu li a span {
    text-decoration: none
}

.header .header__inline-menu .list-menu li a:hover {
    color: var(--color-dark-blue)
}

.header .header__inline-menu .list-menu li a:hover::before {
    width: 50px;
    margin: auto
}

.header .header__inline-menu .list-menu li a::before {
    position: absolute;
    content: '';
    bottom: 15px;
    right: 0;
    left: 0;
    background-image: url('/cdn/shop/files/Vector_16.svg?v=1668713997');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 5px;
    width: 0;
    transition: all .3s;
    margin: auto
}

.header .header__inline-menu .list-menu li header-menu summary span:hover {
    color: var(--color-dark-blue);
    text-decoration: none
}

.header .header__inline-menu .list-menu li header-menu summary span {
    text-decoration: none
}

.header .header__inline-menu .list-menu li header-menu summary svg {
    margin-left: 8px
}

.header details[open]>.header__menu-item {
    text-decoration: none
}

.header details[open]>.header__menu-item svg {
    transition: all .4s
}

.header details[open]:hover>.header__menu-item svg {
    transform: rotate(0deg);
    transition: all .4s
}

.header details:hover>.header__menu-item span {
    color: var(--color-dark-blue) !important
}

.header .header__icons svg:hover {
    color: var(--color-dark-blue)
}

.header .header__icons svg path {
    stroke: #53463B
}

.header .header__icons .cart-count-bubble {
    background: #a2d0dd;
    top: 0
}

.header .header__icons .sub-menu-account {
    width: 203px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 70px;
    transition: all .2s;
    right: 4px;
    z-index: 1
}

.header .header__icons .sub-menu-account.open {
    max-height: 200px;
    border: .1rem solid rgba(var(--color-foreground), .08)
}

.header .header__icons .sub-menu-account .header__icon--account {
    display: none
}

.header .header__icons .sub-menu-account a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #48484a;
    text-decoration: none;
    padding: 25px 0;
    position: relative
}

.header .header__icons .sub-menu-account a::before {
    content: '';
    position: absolute;
    width: 53.49px;
    height: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #d0e7ed;
    margin: auto
}

.header .header__icons .sub-menu-account a:nth-child(4)::before {
    display: none
}

.header .header__icons .sub-menu-account a:hover {
    color: #b18975
}

.header header-menu>details {
    position: initial;
    padding: 15px 0
}

.header .header__inline-menu .list-menu li header-menu summary:hover span {
    color: #a2d0dd
}

.header header-menu>details:hover svg path {
    fill: #a2d0dd
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    right: 0;
    left: 0;
    top: 71px;
    display: none
}

.header header-menu>details:hover .header__submenu.list-menu.list-menu--disclosure {
    display: flex;
    overflow-x: auto
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li:first-child {
    margin-left: auto
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li:last-child {
    margin-right: auto
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li a {
    margin: 0 30px;
    display: flex;
    flex-direction: column-reverse;
    text-decoration: none;
    font-family: var(--font-program);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: var(--color-dark-brown);
    position: relative
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li a::before {
    display: none
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li a svg {
    display: none;
    position: absolute;
    top: 80px;
    height: 36px;
    box-shadow: 0 0 20px rgba(86, 69, 58, .5);
    border-radius: 50%
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li .img-front {
    width: 141.23px;
    height: 141.23px;
    border-radius: 50%;
    margin-bottom: 31px;
    object-fit: cover
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li .img-hover {
    display: none;
    width: 141.23px;
    height: 141.23px;
    margin-bottom: 31px
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li a .content-img-sub-menu {
    position: relative;
    width: 141.23px;
    height: 171.23px;
    border-radius: 50%
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li a .content-img {
    border-radius: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
    outline: 0;
    box-shadow: none
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li a:hover .content-img img {
    width: 141.23px;
    height: 141.23px;
    background-size: cover;
    -webkit-mask: url('https://www.coconutpops.com/cdn/shop/t/66/assets/mask-circle-hover.png');
    animation: mask-playy .4s;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%
}

@-webkit-keyframes mask-playy {
    from {
        -webkit-mask-size: 85%
    }

    to {
        -webkit-mask-size: 100%
    }
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li a:hover svg {
    display: flex;
    animation: pulse .1s
}

@keyframes pulse {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 30px rgba(86, 69, 58, .5)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 30px rgba(86, 69, 58, .5)
    }
}

.header header-menu>details .header__submenu.list-menu.list-menu--disclosure li a:hover .img-hover {
    display: block
}

.header header-drawer .menu-drawer {
    right: 0;
    left: auto;
    width: calc(100vw - 11rem);
    transform: translateX(150%)
}

.header header-drawer .menu-drawer {
    height: calc(100dvh - 70px)
}

.is-announcement-bar .header header-drawer .menu-drawer {
    height: calc(100dvh - 114px)
}

.header--mobile-center header-drawer .list-menu.submenu-open {
    visibility: initial;
    position: relative
}

.header--mobile-center header-drawer .list-menu {
    padding: 0 28px
}

.header--mobile-center header-drawer .list-menu.submenu-open .menu-drawer__submenu.has-submenu.gradient.motion-reduce {
    position: relative;
    border: none;
    overflow-y: auto
}

.header--mobile-center header-drawer .list-menu summary svg {
    margin-left: auto
}

.header--mobile-center header-drawer .list-menu summary {
    padding: 1.1rem 0
}

.header--mobile-center header-drawer .list-menu li {
    border-bottom: 1px solid #d0e7ed
}

.header--mobile-center .list-menu-movil details summary svg {
    transform: rotate(0deg);
    transition: all .5s
}

.header--mobile-center .submenu-open details[open] summary svg {
    transform: rotate(180deg)
}

.header--mobile-center .list-menu-movil details .menu-drawer__inner-submenu button {
    display: none
}

.header--mobile-center .menu-drawer__navigation {
    padding: 15px 0 20px;
    height: 100%;
    overflow: scroll
}

.header--mobile-center .menu-drawer__navigation-container .menu-drawer__utility-links {
    background: var(--color-sale);
    height: auto;
    padding: 0
}

.header--mobile-center .menu-drawer__navigation-container .menu-drawer__utility-links .menu-drawer__account {
    display: none
}

.header--mobile-center .menu-drawer__navigation-container form {
    padding: 5px 29px 0 22px;
    margin-bottom: 0;
    margin-top: auto
}

.header--mobile-center .menu-drawer__navigation-container form .search-movil {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    border-bottom: 1px solid #56453a
}

.header--mobile-center .menu-drawer__navigation-container form .search-movil button {
    background: 0 0;
    border: none;
    appearance: none;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
    top: 6px
}

.header--mobile-center .menu-drawer__navigation-container form .search-movil button svg {
    position: relative;
    top: -5px
}

.header--mobile-center .menu-drawer__navigation-container form .search-movil input {
    border: none;
    max-width: 213px;
    width: 100%;
    padding: 10px 10px;
    padding-left: 5px;
    outline: 0;
    background-color: #fff !important
}

.header--mobile-center .menu-drawer__navigation-container form .search-movil input::placeholder {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    align-items: flex-end;
    color: #48484a;
    padding: 10px
}

.header--mobile-center .menu-drawer__navigation-container .menu-drawer__utility-links .list.list-social {
    margin: 5px 0 0;
    justify-content: center;
    align-items: center;
    display: flex
}

.header--mobile-center .menu-drawer__navigation-container .menu-drawer__utility-links .list.list-social .list-social__item a svg {
    width: 26.54px;
    height: 26.54px;
    color: #53463b
}

.header--mobile-center .list-menu-movil details .menu-drawer__inner-submenu .menu-drawer__menu.list-menu li {
    border: none
}

.header--mobile-center .list-menu-movil details .menu-drawer__inner-submenu .menu-drawer__menu.list-menu li a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 15px;
    color: var(--color-link-static);
    border: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.header--mobile-center .list-menu-movil details .menu-drawer__inner-submenu .menu-drawer__menu.list-menu li a img {
    margin-right: 13.4px;
    width: 47.13px;
    height: 47.13px;
    border-radius: 50%;
    object-fit: cover
}

.header--mobile-center .list-menu-movil details .menu-drawer__inner-submenu .menu-drawer__menu.list-menu li a:hover {
    background: 0 0
}

.header--mobile-center .list-menu-movil details .menu-drawer__inner-submenu .menu-drawer__menu.list-menu {
    padding-left: 0;
    margin-bottom: 20px
}

.header--mobile-center .menu-drawer__navigation .list-menu-movil li details summary {
    font-family: var(--font-program);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: var(--color-dark-brown);
    margin-bottom: 5px;
    background: 0 0
}

.header--mobile-center .menu-drawer__navigation .list-menu-movil li a {
    padding: 1.1rem 0;
    font-family: var(--font-program);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: var(--color-dark-brown)
}

@media only screen and (max-width:990px) {
    .header {
        flex-direction: row-reverse;
        justify-content: end
    }

    .header .header__heading {
        order: 1;
        margin-right: auto
    }

    .header .header__heading-link {
        order: 1;
        margin-right: auto
    }

    .header .header__icons {
        padding-right: 25px;
        position: unset
    }

    .header .header__icons::before {
        content: '';
        position: absolute;
        right: 62px;
        width: 1px;
        top: 50%;
        bottom: 0;
        height: 100%;
        background-color: var(--color-light-blue);
        transform: translateY(-50%);
        max-height: 22px;
    }


  .header .header__heading-link img {
    width: 200px;
    height: auto;
    object-fit: cover;
    max-width: 100%;
}

 

    details[open] .modal-overlay {
        display: none
    }

    .search-modal.modal__content.gradient {
        width: 100%;
        left: 0;
        top: 100%;
    }

    .modal__content {
        top: 48px;
        left: -82px
    }

    .header .header__icons .sub-menu-account {
        right: 0;
        top: 58px
    }

    .header .menu-drawer-container .header__icon--summary span svg:last-child {
        display: none
    }

    .header .menu-drawer-container.menu-opening .header__icon--summary span svg:last-child {
        display: block
    }

    sticky-header .header {
        padding: 0 10px !important
    }
}

header-menu .list-menu details .list-menu {
    background: transparent;
}

details .header__submenu.list-menu li a {
    padding: 8px 15px !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    align-items: flex-start;

}

#Details-HeaderSubMenu-1 summary.header__menu-item.link,
#Details-HeaderSubMenu-2 summary.header__menu-item.link {
    padding: 8px 15px;
    min-width: 180px;
    justify-content: flex-start;
}

.header--mobile-center header-drawer .list-menu.submenu-open .menu-drawer__submenu.has-submenu.gradient.motion-reduce {
    position: relative;
    border: none;
    overflow-y: auto;
}

details[open].menu-opening>.menu-drawer__submenu {
    max-height: 500px;
    transform: none;
    transition: max-height .5s ease-in-out;
}

.header__submenu summary.header__menu-item.link {
    padding: 8px 15px;
    min-width: 180px;
    justify-content: flex-start;
}

@media (max-width:1310px) and (min-width:990px) {
    .header .header__inline-menu .list-menu li summary span {
        font-size: 14px;
        letter-spacing: 0;
    }

    .header .header__inline-menu .list-menu li a span {
        font-size: 14px;
        letter-spacing: 0;
    }

    .header .header__inline-menu .list-menu li a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header {
        padding-left: 15px;
        padding-right: 15px;
        gap: 5px;
    }

    summary.header__menu-item.list-menu__item {
        padding-left: 5px;

    }

    .header__icon {
        width: 30px;
    }
}

@media (max-width:989px) {
    .header--mobile-center .list-menu-movil details summary svg {
        transform: rotate(180deg);
        transition: all .5s;
    }

    .header--mobile-center .submenu-open details[open] summary svg {
        transform: rotate(0);
    }
}

@media (max-width:640px) {
      .header__icon {
        width: 30px;
    }
    .header .header__icons::before {
     
        right: 46px;

    }
    .header header-drawer .menu-drawer {
        width: calc(100% - 0px) !important;
    }

    .header--mobile-center header-drawer .list-menu {
        padding: 0 15px;
    }
}

@media (max-width:374px) {
     .header .header__heading-link img {
        width: 155px;
        height: 23.62px
    }
    .header .header__heading-link img {
        width: 100%;
        height: auto;
    }
  .header .header__heading{
      width: 100%;
  }

  .header .header__heading-link{
     width: 100%;
}

}