/** Shopify CDN: Minification failed

Line 81:0 Unexpected "}"
Line 93:10 Expected identifier but found whitespace
Line 93:11 Unexpected "-42%"

**/
/* -------------header section-------------- */
.header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.header__menu-item:hover span {
    text-decoration: none !important;
}
nav.header__inline-menu {
    text-align: center;
}

.list-menu--inline {
    gap: 0px;
}

.header__icon, .header__icon--cart .icon {
    height: 4.4rem;
    width: unset !important;
    padding: 0;
}

svg.icon.icon-cart-empty {
    height: 22px;
    width: 22px;
}

span.cart_text {
    font-size: 14px;
    font-family: rubik;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
}
.cart_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__icon--cart {
    margin-right: 0rem;
}
.cart_textdisplaymg{
  display:none;
  display: flex;
}
.header__icon:not(.header__icon--summary), .header__icon span {
    gap: 10px;
  text-decoration: none;
}

.header__menu-item span {
    transition: text-decoration var(--duration-short) ease;
    font-size: 16px;
    font-family: rubik;
    font-weight: 500;
    line-height: 57px !important;
    letter-spacing: 0px;
    position:relative;
    color: #000000;
}

/* .list-menu li:nth-child(2) a:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    background-color: #90909061;
    left: -65%;
    /* right: -28%; */
} */

.list-menu__item{
  position:relative;
}
/* .header__inline-menu .list-menu li:nth-child(2) a:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    background-color: #90909061;
    /* left: -37%; */
    right: -42%;
} */

.list-menu li:nth-child(1):active a span:after {
    content: "";
    position: absolute;
    width: 112px;
    height: 2px;
    background-color: #72cebc;
    bottom: -52%;
    left: -7%;
    transition: .5s linear;
}

.list-menu li:nth-child(2):active a span:after {
    content: "";
    position: absolute;
    width: 167px;
    height: 2px;
    background-color: #eff1ff;
    bottom: -52%;
    left: -4%;
    transition: .5s linear;
}

.list-menu li:nth-child(3):active a span:after {
    content: "";
    position: absolute;
    width: 134px;
    height: 2px;
    background-color: #fff5da;
    bottom: -52%;
    left: -5%;
    transition: .5s linear;
}
svg.icon.icon-hamburger {
    width: 30px;
    height: 21px;
}
.list-menu li:nth-child(1) a span:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #72cebc;
    bottom: -1.8rem;
    left: -3.5rem;
    transition: .5s linear;
}

/* Hide navigation items by default */

nav ul {
  display: block; /* Show the navigation items by default */
}

/* Hide navigation items on screens smaller than 768px */
/* @media only screen and (max-width: 768px) {
  nav ul {
    display: block !important;
  }
} */

/* End hiding navigation */


@media screen and (min-width: 990px) {
.header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto 1fr auto !important;
    column-gap: 1rem;
}
}


/* .list-menu li:nth-child(1) span:before{
    content: '';
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 25px;
    background-image: url('/cdn/shop/files/Headphone_Icon_63901b4c-b52f-4052-beb5-1ce5a26a7f42.svg?v=1713956289');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
} */

/* .list-menu li:nth-child(2) span:before{
   content: '';
    position: absolute;
    left: -37px;
    top: 56%;
    transform: translateY(-50%);
     width: 30px;
    height: 25px;
    background-image: url('/cdn/shop/files/Tablet.svg?v=1713956123');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
} */
/* .list-menu li:nth-child(3) span:before{
  content: '';
    position: absolute;
   left: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 25px;
    background-image: url('/cdn/shop/files/Gift_Icon_06d64e2b-5d11-4e8b-8693-32f9726506d5.svg?v=1713956380');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}
 */


.cart_textdisplay{
  display:none;
}

.custom-header-wrapper {
    font-family: "Rubik", Sans-serif !important;
    letter-spacing: 0!important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
/* -------------drawer part start ------------ */
 /* .menu-drawer__menu li:nth-child(1) {
    background-color: #E2FDF8;
} 
.menu-drawer__menu li:nth-child(2) {
    background: #EFF1FF;
}
.menu-drawer__menu li:nth-child(3) {
    background-color:#FFF5DA;
} */
.js .menu-drawer__menu li {
    margin-bottom: 0rem !important;
   position: relative;
}
.menu-drawer__menu-item {
    padding: 16px 15px 16px 20px !important;
}
 .menu-drawer__menu li:nth-child(1):active, .menu-drawer__menu li:nth-child(1):focus, .menu-drawer__menu li:nth-child(1):hover{
   background-color: #E2FDF8; 
  }

.menu-drawer__menu li:nth-child(2):active,.menu-drawer__menu li:nth-child(2):focus,.menu-drawer__menu li:nth-child(2):hover{
  background: #EFF1FF;
  }
.menu-drawer__menu li:nth-child(3):active,.menu-drawer__menu li:nth-child(3):focus,.menu-drawer__menu li:nth-child(3):hover{
    background-color:#FFF5DA;
  }

/* .menu-drawer__menu li a:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url('/cdn/shop/files/next.png?v=1713957155');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    right: 2rem;
    opacity: 0.5;
} */
.menu-drawer__menu-item {
    margin-left: 30px;
}
/* .menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    color: rgb(var(--color-foreground));
    background-color: transparent !important;
} */

.menu-drawer__menu-item {
    font-size: 16px;
    font-family: rubik;
    font-weight: 500;
    line-height: 18.96px;
    position: relative;
    color: #000;
}
  .cart_textdisplaymg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    display:none;
}
svg.icon.icon-close {
    width: 19px;
    height: 19px;
    color: #0c0c0c;
    font-weight: bold;
}
svg.icon.icon-hamburger {
    width: 30px;
    height: 21px;
}
/* -----------------drawer part end ------------------- */



/* -----------footer section desktop start-------------------- */
.footer__content-bottom{
    display: none;
}
.footer {
    position: relative;
    overflow: hidden;
   border-top: 0px !important;
}

.footer__content-top {
    padding-bottom: 0rem!important;
    padding: 0rem 5rem 0rem 5rem;
}
.footer_bg_image img {
    width: 100%;
    height: 100%;
}
.footer_bg_image {
    width: 100%;
    height: 270px;
  position:relative;
}
.footer__content-top {
    padding-bottom: 5rem;
    display: block;
    position: absolute;
    bottom: 5%;
    width: 100%;
}
h2.footer-block__heading.inline-richtext {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: .7rem;
    font-family: rubik;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #808080c7;
    text-underline-offset: 2px;
}
/* .footer .list-social__item .icon {
    height: 51px;
    width: 46px;
} */
.footer .list-social__item .icon {
    height: 100%;
    width: 100%;
}
.footer-block.grid__item:nth-child(1) {
    width: 4%;
    padding-left: 50px;
}
.footer-block.grid__item:nth-child(2) {
    width: 4%;
}
.footer-block.grid__item:nth-child(3) {
    width: 4%;
} 

.footer-block.grid__item:nth-child(4) {
    width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.list-unstyled.list-social.footer__list-social {
    /* gap: 40px; */
    justify-content: space-between !important;
    padding: 10px;
}

.footer-block__brand-info {
    text-align: center;
    width: 100%;
}

.footer-block__brand-info .footer__list-social.list-social {
    justify-content: center !important;
}
.footer a.link.link--text.list-menu__item {
    font-size: 16px;
    line-height: 18.96px;
    font-family: 'Rubik';
    color: #000000;
}
.footer_bg_imagemobile{
  display:none;
}
@media screen and (max-width: 749px) {
.footer-block.grid__item {
    margin: 0rem 0 !important;
}
.footer__content-top {
    padding-left: calc(2rem / var(--font-body-scale)) !important;
    padding-right: calc(2rem / var(--font-body-scale)) !important;
  bottom:0%;
}
}


@media screen and (min-width: 1200px)  and (max-width: 1280px) {
ul.list-unstyled.list-social.footer__list-social {
    gap: 30px;
}

}


@media screen and (min-width: 1151px)  and (max-width: 1200px) {
ul.list-unstyled.list-social.footer__list-social {
    gap: 25px;
}

}

@media screen and (min-width: 1100px)  and (max-width: 1150px) {
ul.list-unstyled.list-social.footer__list-social {
    gap: 20px;
}

}

@media screen and (min-width: 1050px)  and (max-width: 1100px) {
.footer-block.grid__item:nth-child(1) {
    padding-left: 0px;
}
ul.list-unstyled.list-social.footer__list-social {
    gap: 15px;
}
}


@media screen and (min-width: 1025px)  and (max-width: 1050px) {
ul.list-unstyled.list-social.footer__list-social {
    gap: 10px;
}
.footer .list-social__item .icon {
    height: 44px;
    width: 41px;
}
}

@media screen and (min-width: 769px)  and (max-width: 1024px) {
ul.list-unstyled.list-social.footer__list-social {
    gap: 20px;
}
.footer .list-social__item .icon {
    height: 36px;
    width: 30px;
}
 .footer-block.grid__item:nth-child(1) {
    width: 7%;
    padding-left: 28px;
} 
}

@media screen and (min-width: 901px)  and (max-width: 989px) {
.footer-block.grid__item:nth-child(1) {
    padding-left: 21px;
}


}


@media screen and (min-width: 769px)  and (max-width: 900px) {
.footer-block.grid__item:nth-child(1) {
    padding-left: 7px;
}
.footer-block.grid__item:nth-child(2) {
    width: 6%;
}
.footer-block.grid__item:nth-child(3) {
    width: 6%;
}
  ul.list-unstyled.list-social.footer__list-social {
    gap: 3px;
}
}

@media screen and (min-width: 426px)  and (max-width: 768px) {
.footer-block.grid__item:nth-child(1) {
    width: 20%;
 padding-left: 0px;
}
.footer-block.grid__item:nth-child(2) {
    width: 20%;
}
  .footer-block.grid__item:nth-child(3) {
    width: 20%;
}
  .footer-block.grid__item:nth-child(4) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .list-social__item .icon {
    height: 40px;
    width: 36px;
}
ul.list-unstyled.list-social.footer__list-social {
    gap: 0px;
}
  .footer .grid {
    display: flex !important;
  margin-bottom: 0rem;
}

.footer__content-top {
    padding-left: calc(3rem / var(--font-body-scale));
    padding-right: calc(2rem / var(--font-body-scale));
    bottom: 6%;
}
  .scroll-trigger.animate--fade-in, .scroll-trigger.animate--slide-in {
    opacity: 1;
}
.footer_bg_imagemobile {
    display: block;
    width: 100%;
    height: 290px;
}
.footer_bg_image {
    display: none;
}
.footer-block__details-content {
    margin-bottom: 1rem !important;
}
.footer a.link.link--text.list-menu__item {
    font-size: 15px;
    line-height: 14.96px;
    padding-bottom: .2rem;
    padding-top: .2rem;
}
h2.footer-block__heading.inline-richtext {
    font-size: 20px;
    line-height: 26px;
}
  .footer_bg_imagemobile img {
    width: 100%;
    height: 100%;
}
.footer__content-top .grid {
    row-gap: 2rem !important;
}
}

@media screen and (min-width: 391px) and (max-width: 425px) {
.footer-block.grid__item:nth-child(1) {
    width: 20%;
 padding-left: 0px;
}
.footer-block.grid__item:nth-child(2) {
    width: 20%;
}
  .footer-block.grid__item:nth-child(3) {
    width: 20%;
}
  .footer-block.grid__item:nth-child(4) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .list-social__item .icon {
    height: 100%;
    width: 100%;
}
.footer .list-social__link {
    padding: 0rem;
}
ul.list-unstyled.list-social.footer__list-social {
    gap: 0px;
}
  .footer .grid {
    display: flex !important;
  margin-bottom: 0rem;
}

.footer__content-top {
    padding-left: calc(2rem / var(--font-body-scale));
    padding-right: calc(2rem / var(--font-body-scale));
  bottom:0%;
}
  .scroll-trigger.animate--fade-in, .scroll-trigger.animate--slide-in {
    opacity: 1;
}
.footer_bg_imagemobile {
    display: block;
    width: 100%;
    height: 198px;
}
.footer_bg_image {
    display: none;
}
.footer-block__details-content {
    margin-bottom: 1rem !important;
}
  .footer a.link.link--text.list-menu__item {
    font-size: 12px;
    line-height: 14.96px;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}
h2.footer-block__heading.inline-richtext {
    font-size: 16px;
    line-height: 26px;
}  
  .footer_bg_imagemobile img {
    width: 100%;
    height: 100%;
}
}

@media screen and (max-width: 390px) {
.footer-block.grid__item:nth-child(1) {
    width: 20%;
 padding-left: 0px;
}
.footer-block.grid__item:nth-child(2) {
    width: 20%;
}
  .footer-block.grid__item:nth-child(3) {
    width: 20%;
}
  .footer-block.grid__item:nth-child(4) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer a.link.link--text.list-menu__item {
    font-size: 12px;
    line-height: 14.96px;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}
h2.footer-block__heading.inline-richtext {
    font-size: 16px;
    line-height: 26px;
}  
ul.list-unstyled.list-social.footer__list-social {
    gap: 0px;
}
.footer .list-social__item .icon {
    height: 100%;
    width: 100%;
}
  .footer .list-social__link {
    padding: 0rem;
}
.footer .grid {
    display: flex !important;
  margin-bottom: 0rem;
}

.footer__content-top {
    padding-left: calc(2rem / var(--font-body-scale));
    padding-right: calc(2rem / var(--font-body-scale));
  bottom:0%;
}
  .scroll-trigger.animate--fade-in, .scroll-trigger.animate--slide-in {
    opacity: 1;
}
.footer_bg_imagemobile {
    display: block;
    width: 100%;
    height: 187px;
}
.footer_bg_image {
    display: none;
}
.footer-block__details-content {
    margin-bottom: 1rem !important;
}
}
@media screen and (max-width: 320px) {
.footer .list-social__item .icon {
    height: 24px;
    width: 24px;
}
.footer a.link.link--text.list-menu__item {
    word-break: break-word;
}
  .footer__content-top {
    padding-left: calc(1rem / var(--font-body-scale))!important;
    padding-right: calc(1rem / var(--font-body-scale))!important;
}
h2.footer-block__heading.inline-richtext {
    font-size: 14px;
}
}
/* -------------------footer section desktop end-------------------- */









/* -----------media query start-------------- */
@media screen and (max-width: 989px) {

 
}
@media screen and (min-width: 1025px)  and (max-width: 1050px) {
.header__inline-menu .list-menu--inline {
    gap: 70px;
}

}


@media screen and (min-width: 1001px)  and (max-width: 1024px) {
.header__inline-menu .list-menu--inline {
    gap: 0;
}

}

@media screen and (min-width: 989px)  and (max-width: 1000px) {
.header__inline-menu .list-menu--inline {
    gap: 0;
}
.list-menu li:nth-child(2) a:before {
    left: -28%;
}
.header__inline-menu .list-menu li:nth-child(2) a:after {
    right: -8%;
}
}


@media screen and (min-width: 769px)  and (max-width: 989px) {
 .header {
    display: grid;
    grid-template-areas: "heading icons left-icons"!important;
    
}
header-drawer {
    justify-self: start;
    margin-left: 0rem;
}
.cart_text {
    display: none !important;
}
.cart_textdisplay {
    display: block;
    text-align: end;
    padding-right: 4px;
    font-size: 16px;
    font-family: rubik;
    font-weight: 400;
    line-height: 18.96px;
    color: #000;
 
}
.cart_image {
    display: none;
}
  .cart_textdisplaymg {
     display:block;
}
.header__icon--menu {
    position: absolute!important;
    right: 7%;
    top: 25%;
}

  .header__icons {
    padding-right: 0rem !important;
}
.header--mobile-left {
    grid-template-columns: auto 6fr 1fr!important;
}
  .header__icon--cart {
    margin-right: 0rem !important;
}
.header__heading-link {
    padding: 1rem 0rem 0rem 0rem !important;
}

  .list-menu li:nth-child(2) a:before {
        background-color: unset !important;
  }
  .header__inline-menu .list-menu li:nth-child(2) a:after {
   display:none;
  }



}

@media screen and (min-width: 426px)  and (max-width: 768px) {
 .header {
    display: grid;
    grid-template-areas: "heading icons left-icons"!important;
    
}
header-drawer {
    justify-self: start;
    margin-left: 0rem;
}
.cart_text {
    display: none !important;
}
.cart_textdisplay {
    display: block;
    text-align: end;
    padding-right: 4px;
    font-size: 16px;
    font-family: rubik;
    font-weight: 400;
    line-height: 18.96px;
    color: #000;
 
}
.cart_image {
    display: none;
}
  .cart_textdisplaymg {
     display:block;
    display:flex;
}
.header__icon--menu {
    position: absolute!important;
    right: 7%;
    top: 25%;
}

  .header__icons {
    padding-right: 0rem !important;
}
.header--mobile-left {
    grid-template-columns: auto 6fr 1fr!important;
}
  .header__icon--cart {
    margin-right: 0rem !important;
}
.header__heading-link {
    padding: 1rem 0rem 1rem!important;
}
  
  .list-menu li:nth-child(2) a:before {
        background-color: unset !important;
  }
  .header__inline-menu .list-menu li:nth-child(2) a:after {
   display:none;
  }
ul.menu-drawer__menu.has-submenu.list-menu li a {
    font-family: rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
}

@media screen and (min-width: 391px)  and (max-width: 425px) {
/* .header {
    padding: 6px 2rem 6px 2rem !important;
} */
  .header {
    display: grid;
    grid-template-areas: "heading icons left-icons"!important;
    
}
header-drawer {
    justify-self: start;
    margin-left: 0rem;
}
.cart_text {
    display: none !important;
}
.cart_textdisplay {
    display: block;
    text-align: end;
    padding-right: 4px;
    font-size: 16px;
    font-family: rubik;
    font-weight: 400;
    line-height: 18.96px;
    color: #000;
 
}
.cart_image {
    display: none;
}
.cart_textdisplaymg {
    display: block;
    display: flex;
}
.header__icon--menu {
    position: absolute!important;
    right: 7%;
    top: 21%;
}

  .header__icons {
    padding-right: 0rem !important;
}
.header--mobile-left {
    grid-template-columns: auto 6fr 1fr!important;
}
  .header__icon--cart {
    margin-right: 0rem !important;
}
/* .header__heading-logo-wrapper {
    width: 130px !important;
} */
.header__heading-link {
    padding: 0rem 0rem 0rem 0rem !important;
}

  .list-menu li:nth-child(2) a:before {
        background-color: unset !important;
  }
 .header__inline-menu .list-menu li:nth-child(2) a:after {
   display:none;
  }
ul.menu-drawer__menu.has-submenu.list-menu li a {
    font-family: rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
  
}

@media screen and (max-width: 390px) {
/* .header {
    padding: 6px 2rem 6px 2rem !important;
} */
  .header {
    display: grid;
    grid-template-areas: "heading icons left-icons"!important;
    
}
/* .header--mobile-left {
    grid-template-columns: 2fr 1fr auto;
} */

header-drawer {
    justify-self: start;
    margin-left: 0rem;
}
.cart_text {
    display: none !important;
}
.cart_textdisplay {
    display: block;
    text-align: end;
    padding-right: 4px;
    font-size: 16px;
    font-family: rubik;
    font-weight: 400;
    line-height: 18.96px;
    color: #000;
 
}
.cart_image {
    display: none;
}
  .cart_textdisplaymg {
    /* display: inline-flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit; */
     display:block;
    display: flex;
}
.header__icon--menu {
    position: absolute!important;
    right: 7%;
    top: 21%;
}
ul.menu-drawer__menu.has-submenu.list-menu li a {
    font-family: rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
  .header__icons {
    padding-right: 0rem !important;
}
.header--mobile-left {
    grid-template-columns: auto 6fr 1fr!important;
}
  .header__icon--cart {
    margin-right: 0rem !important;
}
/* .header__heading-logo-wrapper {
    width: 130px !important;
} */
.header__heading-link {
    padding: 0rem 0rem 0rem!important;
}

  .list-menu li:nth-child(2) a:before {
        background-color: unset !important;
  }
 .header__inline-menu .list-menu li:nth-child(2) a:after {
   display:none;
  }
 
  
}
@media screen and (min-width: 321px)  and (max-width: 375px) {
ul.list-unstyled.list-social.footer__list-social {
    justify-content: space-between!important;
    padding: 5px;
}

}

/* Custom header */

.header.header--has-menu.header--has-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 87px;
  padding: 2px 15px 2px 50px;
}
.logo-container {
  width: 15%;
}
.header__heading-logo {   
    max-width: 54px!important;
    max-height: 60px!important;
}
.custom-shop-name
{
    position: absolute;
    font-size: 33px;
    line-height: 57px;
    letter-spacing: 0px;
    left: 111px;
    top: 15px;
    display: inline-block;
    font-weight: 500;
    color: #000;
    font-family: "Rubik", Sans-serif;
}
.header__inline-menu.custom-middle-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* margin-right: 40px; */
}
.header__icons.header__icons--localization.header-localization {
  width: 147px;
  margin-right: 32px;
}
.list-menu.list-menu--inline li {
  /* padding: 0 12px; */
}
#cart-icon-bubble img {
  width: 18px;
  height: 18px;
}
.cart_image .header__icon--cart {
  margin-right: 0;
}
.header__icon .cart_text {
    letter-spacing: 0;
}

/* svg header icons */
#HeaderMenu-products:before {
    content: '';
    width: 17px;
    height: 16px;
    margin-right: 8px;
    background-image: url('/cdn/shop/files/dimond.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}

#HeaderMenu-kids-team:before {
    content: '';
    width: 29px;
    height: 29px;
    margin-right: 8px;
    background-image: url('/cdn/shop/files/kids-team.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}

#HeaderMenu-resources:before {
    content: '';
    width: 26px;
    height: 25px;
    margin-right: 8px;
    background-image: url('/cdn/shop/files/h-resources.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}

/* svg header icons */
.fa-svg-chevron-down {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

/* Header menu */
.custom-details-menu > .header__menu-item.list-menu__item:after {
    content: '' ;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: rgba(226, 226, 226, 0.5411764705882353);
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.4s ease;
}

.list-menu.list-menu--inline > li:hover .custom-details-menu > .header__menu-item.list-menu__item:after {
  width: 67%;
}


.header__menu-item.list-menu__item.link:hover .header__submenu.list-menu {
  opacity: 1;
}

.list-menu.list-menu--inline > li {
  position: relative;
  /* padding-right: 28px; */
}

.list-menu.list-menu--inline > li:before {
  content: '';
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -32px;
  left: 0;
  background-color: transparent;
}

.list-menu.list-menu--inline > li:nth-child(1):after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 2px;
  height: 29px;
  background-color: #e2e2e2;
}

.list-menu.list-menu--inline > li:nth-child(2):after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 2px;
  height: 29px;
  background-color: #e2e2e2;
}

.header__menu-item.list-menu__item.link svg {
  stroke: black;
  stroke-width: 1px;
}
.custom-details-menu .summary.list-menu__item {
  padding-right: 1.8rem;
}
/* Header menu */

/* sub menus */
.header__submenu.list-menu.list-menu--disclosure {
    z-index: 3;
    min-width: 24em;
    max-width: 1000px;
    margin-top: 45px;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 11px 56px 0px rgba(0, 0, 0, 0.2);
    border: none;
}
.list-menu.list-menu--inline > li .header__submenu {
  display: none;
  opacity: 0;
  animation: showmenu 0.4s ease 0s alternate;
}
.custom-middle-menu .list-menu.list-menu--inline > li:hover .custom-details-menu .header__submenu.list-menu {
  display: block;
  opacity: 1;
}
.header__submenu.list-menu.list-menu--disclosure > li {
  position: relative;
}
.header__submenu.list-menu.list-menu--disclosure > li:hover {
  background-color: #72CEBC;
  text-decoration: none;
}

.header__submenu.list-menu.list-menu--disclosure > li:hover .header__menu-item {
  text-decoration: none;
  color: #fff;
}
.header__submenu.list-menu.list-menu--disclosure > li:hover .header__menu-item:before {
  -webkit-filter: grayscale(100%) brightness(5);
  filter: grayscale(100%) brightness(5);
}
.header__submenu.list-menu.list-menu--disclosure > li:hover .header__menu-item:after {
  border-color: #fff;
}
.header__submenu.list-menu .header__menu-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none;
  width: 100%;
  padding: 1.3rem 2rem;
  font-size: 16px;
  font-family: "Rubik", Sans-serif;
  color: #000;
  transition: .4s;
}
.header__submenu.list-menu .header__menu-item:after {
    content: '';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    /* transform: translateY(-50%) rotate(135deg); */
    width: 7px;
    height: 7px;
    border-top: 2px solid rgba(226, 226, 226, 0.5411764705882353);
    border-right: 2px solid rgba(226, 226, 226, 0.5411764705882353);
    border-left: none;
    border-bottom: none;
}
.header__submenu.list-menu #HeaderMenu-products-daily-skills-system:before {
    content: '';
    display: inline-block;
    width: 28px;
    min-width: 30px;
    height: 18px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/Tablet.svg?v=1713956123');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-products-speech-generating-device:before {
    content: '';
    display: inline-block;
    width: 27px;
    min-width: 30px;
    height: 19px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/speech_generating.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-products-goally-apps:before {
    content: '';
    display: inline-block;
    width: 25px;
    min-width: 30px;
    height: 26px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/goally-apps.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-products-goally-tv:before {
    content: '';
    display: inline-block;
    width: 20px;
    min-width: 30px;
    height: 20px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/goally-tv.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-kids-team-parents:before {
    content: '';
    display: inline-block;
    width: 26px;
    min-width: 30px;
    height: 24px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/parents.svg?v=1727335822');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-kids-team-speech-therapists:before {
    content: '';
    display: inline-block;
    width: 25px;
    min-width: 30px;
    height: 24px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/speech-therapists.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-kids-team-sped:before {
    content: '';
    display: inline-block;
    width: 30px;
    min-width: 30px;
    height: 26px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/sped.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-kids-team-behavior-therapists:before {
    content: '';
    display: inline-block;
    width: 22px;
    min-width: 30px;
    height: 22px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/behavior-therapist.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-kids-team-occupational-therapists:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 28px;
    min-width: 30px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/occupational-therapists.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-resources-accessories:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 31px;
    min-width: 30px;
    margin-right: 12px;
    background-color: transparent;
}
.header__submenu.list-menu #HeaderMenu-resources-goally-in-the-media:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 22px;
    min-width: 30px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/goally-media.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-resources-use-esa-funds:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 16px;
    min-width: 30px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/use-esa-funds.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-resources-blog:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 34px;
    min-width: 30px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/blog.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-resources-faqs:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 21px;
    min-width: 30px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/faqs.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__submenu.list-menu #HeaderMenu-resources-about-us:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 31px;
    min-width: 30px;
    margin-right: 12px;
    background-image: url('/cdn/shop/files/about-us.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Drawer menu */
.menu-drawer__menu #HeaderDrawer-products-daily-skills-system:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 18px;
    background-image: url('/cdn/shop/files/Tablet.svg?v=1713956123');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-drawer__menu #HeaderDrawer-products-speech-generating-device:before{
   content: '';
    position: absolute;
    left: -15px;
    top: 56%;
    transform: translateY(-50%);
     width: 27px;
    height: 25px;
    background-image: url('/cdn/shop/files/speech_generating.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-drawer__menu #HeaderDrawer-products-goally-apps:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 26px;
    background-image: url('/cdn/shop/files/goally-apps.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-products-goally-tv:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 27px;
    background-image: url('/cdn/shop/files/goally-tv.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-kids-team-parents:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 24px;
    background-image: url('/cdn/shop/files/parents.svg?v=1727335822');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-kids-team-speech-therapists:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 24px;
    background-image: url('/cdn/shop/files/speech-therapists.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-kids-team-sped:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 26px;
    background-image: url('/cdn/shop/files/sped.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-kids-team-behavior-therapists:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url('/cdn/shop/files/behavior-therapist.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-kids-team-occupational-therapists:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 28px;
    background-image: url('/cdn/shop/files/occupational-therapists.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-resources-goally-in-the-media:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 22px;
    background-image: url('/cdn/shop/files/goally-media.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-resources-use-esa-funds:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 16px;
    background-image: url('/cdn/shop/files/use-esa-funds.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-resources-blog:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url('/cdn/shop/files/blog.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-resources-faqs:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 21px;
    background-image: url('/cdn/shop/files/faqs.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}

.menu-drawer__menu #HeaderDrawer-resources-about-us:before{
  content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url('/cdn/shop/files/about-us.svg?v=1727335823');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; 
}


/* TabletTablet screen */
@media only screen and (max-width: 768px) {
  .header.header--has-menu.header--has-social {
    height: 81px;
    padding: 0 20px;
  }
  .list-menu.list-menu--inline > li .header__submenu {
    display: none!important;
  }
  .header__inline-menu.custom-middle-menu {
    display: none;
  }

  .header__heading-logo-wrapper {
    width: auto!important;
  }
  .custom-shop-name {
    position: unset;
    font-size: 33px;
    margin-left: 10px;
  }
  .header__heading-logo {
    max-width: 54px !important;
    max-height: 60px !important;
  }
  .header__heading-link.logo-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    margin-left: 42px;
  }
  .header__icons.header__icons--localization.header-localization {
    margin-right: 66px;
  }
  .cart_textdisplay {
    padding-right: 0px!important;
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: 16px!important;
    width: 60px;
  }
  .cart_textdisplaymg {
    width: 54px!important;
  }
  #Details-menu-drawer-container .header__icon span {
    width: 14px;
  }
  #cart-icon-bubble img {
    width: 21px;
    height: 19px;
  }
  .menu-drawer-container .header__icon.header__icon--menu {
    padding-right: 18px;
  }
  .menu-drawer-container .menu-drawer {
    transform: translateY(0);
    max-height: 0;
    height: auto!important;
    overflow-x: hidden;
    overflow-y: auto;
    transition: max-height 0.3s!important;
    visibility: unset!important;
    box-shadow: 0px 11px 56px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .js details[open].menu-opening>.menu-drawer {
    transform: translateY(0)!important;
    transition: max-height 0.3s!important;
    /* max-height: 186px; */
    /* height: auto; */
    visibility: unset!important;
  }
  .js details[open]>.menu-drawer {
    transition: max-height 0.3s, height 0.3s!important;
    visibility: unset!important;
    /* height: auto */
  }
  .menu-drawer__inner-container .menu-drawer__utility-links {
    display: none;
  }
  .menu-drawer__inner-container .menu-drawer__navigation {
    padding: 0;
  }
  .menu-drawer__inner-container .menu-drawer__menu-item.list-menu__item {
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
    padding-left: 23px!important;
    padding-top: 19px!important;
    padding-bottom: 19px!important;
  }
  ul.menu-drawer__menu.has-submenu.list-menu li a {
    font-weight: 400;
  }
  .menu-drawer__inner-container .menu-drawer__menu-item.list-menu__item:after {
    content: '';
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid rgba(226, 226, 226, 0.5411764705882353);
    border-right: 2px solid rgba(226, 226, 226, 0.5411764705882353);
    border-left: none;
    border-bottom: none;
    opacity: 100;
  }
  .header__icon--menu[aria-expanded=true]:before {
    height: 0!important;
  }
  .menu-drawer__menu.has-submenu .menu-drawer__menu.list-menu {
    max-height: 0;
    visibility: hidden;
    transition: max-height .3s;
    overflow-y: auto;
  }

  .menu-drawer__submenu.has-submenu .menu-drawer__menu.list-menu {
    position: absolute;
  }

  .menu-drawer__menu.has-submenu .menu-drawer__menu > li {
    background-color: #fff;
    padding-left: 36px;
  }
  .js .menu-drawer__inner-container .menu-drawer__navigation .submenu-open {
    visibility: visible;
  }
   details.menu-opening>.menu-drawer__submenu {
     visibility: visible;
     transform:translate(0);
   }
  .menu-drawer__inner-container .menu-drawer__navigation-container {
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    overflow: hidden;
  }
  .overflow-hidden-tablet {
    /* overflow-y: auto!important; */
  }

}

.hidden {display: none;}
/* Mobile screen */
@media only screen and (max-width: 480px) {
  .header__heading-logo {
    max-width: 34px !important;
    max-height: 38px !important;
  }
  .header__icons.header__icons--localization.header-localization {
    margin-right: 12px;
  }
  .header__icons.header__icons--localization.header-localization {
    margin-right: 12px;
  }
  .menu-drawer-container .header__icon.header__icon--menu {
    padding-right: 0;
  }
  .header__heading-link.logo-container {
    margin-left: 12px;
  }
  .custom-shop-name {
    font-size: 20px;
  }
  .overflow-hidden-mobile {
    overflow-y: auto!important;
  }
  
}


@keyframes showmenu {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
