/** Shopify CDN: Minification failed

Line 1076:51 Unexpected "{"
Line 1124:0 Expected "}" to go with "{"

**/
@font-face {
font-family: "Avenir";
src: url("/cdn/shop/files/Avenir_LT_Std_55_Roman.woff?v=1761132924") format("woff");
}
.rte p,.rte,.custom__PPB_Pdesc,.bndlr-bundle-description,
.cus_product_desc{
 font-family:"Avenir" !important;
}
body {
    overflow-x: hidden;
}
header{
    box-shadow:0px 1px 30px 2px rgba(0, 0, 0, 0.1);
}
.mega-menu-collection-image {
    max-width: 250px;
    max-height: 250px;
}
.form-status.form-status-list.form-message{
    color:#000000;
}
.cus_btn_link_mob{
    text-decoration:none;
    width:100%;
}
.mega-image-menu__list {
    justify-content: center;
}
.mega-image-menu__list .mega-menu-collection-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius:25px;
}
.cus_alys_head_mb p{
    padding-bottom:40px;
}
.cus-left{
    display:flex;
    justify-content:flex-start;
}
.cus-center{
    display:flex;
    justify-content:center;
}
.cus-right{
    display:flex;
    justify-content:flex-end;
}
.cus_info-left{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
}
.cus_info-center{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.cus_collab_tab_main{
    padding:10px 0px !important;
}
.cus_info-right{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:flex-end;
}
.link.link--text.active{
    background-color:#0F98D0 !important;
    color:white;
    box-shadow:4px 4px rgba(103,182,214,1) !important;
    border:none !important;
}
.cus_coll_btn{
    text-decoration:none;
}
.cus_product_desc h1,.cus_product_desc h2 .cus_product_desc p,.cus_product_desc h3,.cus_product_desc span,.cus_product_desc a{
    font-size:18px;
}
.bndlr-inner-products-container > div {
    gap:40px;
}
.bndlr-total-price{
    margin:20px 0px !important;
}
.bndlr-new-price{
    font-size:23px !important;
    color:#000000 !important;
}
.bndlr-old-price{
    color:red !important;
}
.bndlr-go-to-checkout{
    right:unset !important;
    left:10px !important;
    border-radius:8px !important;
    background-color:#ffffff !important;
    box-shadow:0px 0px 2px rgba(0,0,0,0.3) !important;
    border:1px solid #000000 !important;
}
.bndlr-message-yes{
    background-color:#1998CF !important;
    padding:5px 20px !important;
    border:none !important;
    border-radius:8px !important;
}
.cus_promo_code{
    position: absolute;
    bottom: 10px;
    width: 50%;
    z-index: 999;
    left: 5px;
}
.cus_promo_code img{
    width:100%;
    height:100%;
}
.bndlr-message-no{
    border-radius:8px !important;
}
.bndlr-product:after{
    right:-38px !important;
}
.bndlr-product{
    gap:5px !important;
    box-shadow:0px 0px 8px rgba(0,0,0,0.3) !important;
    padding:10px !important;
    max-width:350px !important;
    background-color:#ffffff !important;
}
.bndlr-bundle-title{
    font-size:40px !important;
    color:#1999D0 !important;
    font-weight:700 !important;
}
.bndlr-container{
    background-color:#E9F5FA !important;
}
.bndlr-bundle-description {
    margin-bottom: 30px !important;
    color: black !important;
}
.mega-image-menu__list p.title {
    margin-top: 10px;
    text-align:center;
}
.mega-image-menu__list .mega-menu-link {
    width: 100%;
}
.mega-image-menu__list .mega-menu-link a {
    text-align: center;
    color:#fff !important;
    width: 100%;
}
.cus_sale_tag_main{
    position: absolute;
    top: -40px;
    left: -14px;
    z-index: 99;
}
.cus_blinking_box_main {
    padding: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    width: 80%;
    margin-bottom:30px;
}
.cus_blinking_box_prod_main {
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top:10px;
}
.cus_sale_tag{
    position:relative;
}
.cus_sale_tag_main{
    width:100px;
    height:100px;
}
.cus_sale_tag_main img{
    width:100%;
    height:100%;
}
.cus_blinking_box_main p{
    margin-bottom: 0px !important;
    margin-top:0px !important;
    text-align:center;
}
.cus_blinking_box_prod_main p{
    margin-bottom: 0px !important;
    margin-top:0px !important;
    text-align:center;
}
.cus_blinking_box_main,
.cus_sale_tag_main.blink_sale_tag,
.cus_blinking_box_prod_main{
    animation: blinker 2s infinite ease-in-out;
}
@keyframes blinker {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.navigation-menu,
.mega-menu__list * {
    font-weight: 700;
}
.video-bg {
  position: relative;
}
.video-bg:before {
    content: '';
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.custom__promotion_cards{
    position:relative;
    z-index:9;
}
.custom__container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
img.custom__TScustomer {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
    margin:0 auto;
}
.custom__TS_message {
    font-size: 14px;
}
#shopify-section-template--20451060613358__rich_text_JYJB6n{
    display:none;
}
#shopify-section-template--20689866227950__rich_text_JYJB6n{
    display:none;
}
#shopify-section-template--20865203896558__rich_text_JYJB6n{
    display:none;
}
.custom__TS_slides .slick-slide,
 .custom__TS_slides .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    margin:0 15px;
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}
.custom__TS_content .banner-heading {
    font-weight: 700;
    text-align: center;
    margin:0 auto;
    max-width:80%;
}
#shopify-section-template--20393345614062__separator_CE8jar{
    margin-top:30px;
}
.custom__TS_content .banner-heading p{
    margin:0;
}
.custom__TS_Item {
    padding: 135px 0;
    text-align: center;
}
.custom__TS_slides .slick-current.slick-center.slick-active {
    transform: scale(1.4);
    background-image: url('/cdn/shop/files/center-slid.png?v=1754680325');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
}
.custom__TS_slides .custom__TS_message {
    font-size: 10px;
}
.slick-center .custom__TS_message {
    padding: 0 57px;
}
.custom__TS_slides .left-slide {
    background-image: url('/cdn/shop/files/left-slide.png?v=1754680325');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.custom__TS_slides .right-slide {
    background-image: url('/cdn/shop/files/right-slide.png?v=1754680325');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.custom__TS_slides .right-slide .custom__TS_Item_inner {
    padding: 0 85px 0 37px;
}
.custom__TS_slides .left-slide .custom__TS_Item_inner {
    padding: 0 37px 0 86px;
}
.custom__TS_name {
    margin: 0;
    padding-top: 10px;
}
.custom__TS_quote {
    height: 20px;
    margin:0 auto;
}
.custom__TS_slides {
    margin-top: 120px;
}
.custom__TS_slides button.slick-arrow {
    background-color: transparent;
    font-size: 0;
    padding: 10px;
    color: transparent;
    border: none;
    position: absolute;
    top: -130px;
    cursor: pointer;
}
.custom__TS_slides button.slick-prev.slick-arrow {
    left: 100px;
    transform: rotate(180deg);
}
.custom__TS_slides button.slick-next.slick-arrow {
    right: 100px;
    top:-165px;
}
.custom__TS_slides button.slick-arrow::before {
    content: "";
    background-image: url('/cdn/shop/files/chevron-down.png?v=1754902882');
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.custom__TS_slides ul.slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: -100px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#shopify-section-template--20299913986286__1759848520ddda901a{
    margin-top:0px !important;
}
.custom__TS_slides .slick-dots li button {
    background-color: #525252;
    border: none;
    border-radius: 50px;
    font-size: 0;
    height: 8.88px;
    width: 8.88px;
    padding: 0;
    cursor: pointer;
}
.custom__TS_slides li.slick-active button {
    width: 17px;
    height: 17px;
    background-color: #0F98D0;
}
.custom__announcement_btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom__announcement_btn {
    transition: .3s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 25px;
    padding: 2px 10px;
    text-align:center;
}
header.header .header__heading-link {
    padding: 0;
}
.card-heading {
    min-height: 45px;
}
hr.custom__hr {
    width: 100%;
    margin: 0px;
    height: 1.5px;
}
.custom__detail {
    margin: 15px 0px 0px 0px !important;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
}
.custom__detail p{
    margin-bottom:0px !important;
}
.image-with-text-text.rte.body {
    margin-top: 0px !important;
}
.cus_img_w_text_points_margin >p:first-child{
    margin-top:12px !important;
}
.custom__KP_heading{
    font-size:22px;
    padding-top:15px;
    margin-top:10px;
}
/* training points */
.custom__RT_Pinner img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
}
.custom__RT_points {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.custom__RT_point {
    width: 100%;
    text-align: center;
}
.custom__RT_point:nth-child(2n) {
    margin-top: 40px;
}
h3.custom_RT_Pheading {
    font-weight: 700;
    font-size: 24px;
}
.custom__RT_Pinner {
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 40px 30px;
}
.custom_tainging{
    margin:0px !important;
}
.custom__RT_Pdetail {
    line-height: 1.5;
}
.footer__copyright {
    margin-top: 0px !important;
}
.custom__FM_main{
    background-size: contain;
    background-repeat:no-repeat;
    background-position: right 0px center;
    min-height: 700px;
}
.custom__FM_content {
    max-width: 750px;
    width: 100%;
    position:relative;
}
.custom__FM_content .banner-heading {
    position: relative;
    display:inline-block;
    margin-bottom:0px;
}
.custom__FM_content .banner-heading p {
    margin: 0;
}
.custom__FM_content .banner-heading:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/cdn/shop/files/Highlight_04.png?v=1755020272');
    right: -65px;
    top: -50px;
}
.custom__FM_extra {
    display: inline-block;
    margin: 0;
    position: relative;
}
.custom__FM_extra:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 66px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/cdn/shop/files/Highlight_04.png?v=1755020272');
    right: -100%;
    bottom: -45px;
    transform: translateX(-50%) rotate(120deg);
}
.article-card-wrapper.card-wrapper {
    box-shadow: #0000001a 0 4px 12px;
    border-radius: 25px;
}
.article-card-wrapper .card-content.bottom-card-content {
    padding: 10px 20px !important;
}
.announcement-bar {
    display: flex !important;
    flex-direction: row-reverse;
}
.btn_localization_grup {
    width: 100%;
    justify-content: flex-end;
    display: flex;
}
.quick-info-bar .grid-item:first-child,
.quick-info-bar .grid-item:nth-child(3) {
    background-color: #a3cc38;
    color: #fff !important;
    box-shadow:#0000001a 0 4px 12px;
}

.quick-info-bar .grid-item:nth-child(2) {
    background-color: #fff;
    color: #000 !important;
    box-shadow:#0000001a 0 4px 12px;
}
.quick-info-bar__heading {
    color: #fff;
}
.quick-info-bar .grid-item:nth-child(2) .quick-info-bar__heading {
    color: #000;
}
.multicolumn-card-info p a {
    color: #1999d0;
}
.blog-title p,
.banner-heading p,
.banner-heading{
    margin-top:0px !important;
}
.collection-title .grid-item.left {
    width: 100% !important;
    max-width: 100% !important;
}
#product-gallery {
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 20px;
}
.featured-product .grid-item.product-media-wrapper {
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 20px;
}
custom-tabs li.tab-item {
    margin-bottom: 10px;
}
.shopify-policy__container {
    max-width: 100ch!important;
    width: 100%;
    overflow: auto;
}
.product-title {
  color: #1999d0;
}
.card-information.price-rating .price {
    font-size: 16px;
    font-weight: 600;
}
a.button-arrow.button svg.icon.icon-slider-arrows {
    background-color: #ed68a7b8;
    color: #fff;
}
.featured-product.product--thumbnail.product {
    align-items: flex-start;
}
.custom__PPB {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.custom__PPB_flex {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.custom__PPB_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.custom__PPB_visual {
    width: 100%;
}
.custom__PPB_visual img{
    width: 100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.custom__PPB_visual deferred-media {
    position: relative;
    width: 100%;
    padding-top: 56.2963%;
    /* min-height: 400px; */
    background-color:transparent;
}
.custom__PPB_visual iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border:unset;
    background-color:transparent;
    border-radius:20px;
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.player .vp-video-wrapper .vp-telecine-cover video {
    object-fit: cover !important;
}
.cus_btn_link{
    text-decoration:none;
}
.custom__STB_flex {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom:10px;
}
.custom__STB_flex img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding:0px !important;
}
.custom__STB_heading {
    font-size: 18px;
}
.custom__scrolling-text_box {
    padding: 20px 35px;
    border: 3px solid #0f98d0;
    box-shadow: 10px 10px 1px 0px rgba(0, 0, 0, 0.06) !important;
    margin-right: 20px;
    border-radius: 15px;
    min-width: 550px;
    width: 100%;
}
.custom__STB_detail {
    font-size: 16px;
    white-space: pre-wrap;
    line-height: normal;
}
text-scroll.scroll-text.rtl .custom__STB_flex {
    flex-direction: row-reverse;
}
text-scroll.scroll-text.rtl .custom__STB_heading {
    text-align: left;
    direction: ltr;
}
text-scroll.scroll-text.rtl .custom__STB_detail {
    text-align: left;
    direction: ltr;
}
.banner-heading {
    margin-bottom: .5em;
}
/* .banner-heading p{
    margin-bottom:0px;
} */
.product-info-wrapper .product-title * {
    color: #1999d0;
}
.collapsible__content.accordion__content {
    padding-left: 15px;
    padding-right: 15px;
}
/* #shopify-section-template--20038666322158__image_with_text_points_iftfrz .image-with-text-text p strong::before {
  content: "";
  background-image: url("/cdn/shop/files/1f43e.svg?v=1756209704");
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top:0;
  background-repeat: no-repeat;
} */
section#shopify-section-template--20062832722158__rich_text_KYRKiq .rich-text-heading > span:before {
    content: '';
    background-image: url('/cdn/shop/files/Rectangle_283.png?v=1756675061');
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 60px;
    bottom: -50px;
    left:-50px;
    display: block;
    background-repeat: no-repeat;
}
section#shopify-section-template--20062832722158__rich_text_KYRKiq .rich-text-heading > span:after {
    content: '';
    background-image: url('/cdn/shop/files/Rectangle_282.png?v=1756675061');
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 60px;
    top: -40px;
    right:-60px;
    display: block;
    background-repeat: no-repeat;
}
/* .accordion-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
} */
/* .custom__TS {
    min-height: 960px;
} */
.shopify-policy__container {
    max-width: 100ch !important;
}
.shopify-policy__body {
    margin-bottom: 20px;
}
.custom_IWT_FP_icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}
.custom_IWT_FP {
    display: flex;
    gap: 15px;
    margin-bottom:20px;
}
.custom_IWT_FP_txt_heading {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px !important;
    line-height: 40px;
}
.custom_IWT_FP_txt_detail p {
    margin: 0;
}
.banner_rich-text.rich-text.content-container {
    border-radius: 12px;
}
.aly_academy_multicolumn-list .multicolumn-card-info p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #000;
    font-size:20px;
}
.aly_academy_multicolumn-list .multicolumn-list-item {
    border-radius: 20px;
    border: 1px solid rgba(217, 217, 217, 0.65);
    background: #FFF;
}
.aly_academy_multicolumn-list .multicolumn-list-item:hover {
    border-radius: 20px;
    border: 1px solid #0F98D0;
    background: rgba(212,236,246,0.50);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.aly_academy_multicolumn-list .multicolumn-list-item .multicolumn-card {
    border-radius: 20px;
    background: #fff;
}
.aly_academy_multicolumn-list .multicolumn-list-item:hover .multicolumn-card{
    border-radius: 20px;
    background: rgba(212,236,246,0.50);
}
.img_multicolumn-list-item:hover {
    padding: 0;
    border: unset !important;
    background: transparent !important;
    box-shadow: unset !important;
}
.img_multicolumn-list-item .multicolumn-card {
    padding: 0 !important;
}
.aly_academy_multicolumn-list .multicolumn-card-info p:before {
    content:"";
    background-image: url('/cdn/shop/files/pepicons-print_checkmark-circle_1.svg?v=1757271049');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left:0;
}
.aly_academy_multicolumn-list .multicolumn-card-info h3 {
    margin-bottom: 20px;
}
.video-background-section iframe {
    width: 100%;
    height: 100%;
    border: unset;
    border-radius: 12px;
}
.image-with-text-text_list.image-with-text-text_multi-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.custom__btn_group{
    display:flex;
    gap:20px;
}
.drawer-inner .promo-message {
    background-color: #A3CC38;
    color: #fff;
}
.image-with-text-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: unset;
}
img.contain {
  object-fit: contain;
}
img.cover {
  object-fit: cover;
}
.banner-heading {
  margin-bottom: 0px !important;
}
.banner-heading p {
  margin-bottom: 1rem !important;
}

.banner-heading p:has(em.in-view) {
  margin-bottom: 2rem !important;
}


label.variant-buttons {
  /* color: #fff !important; */
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  margin: 4px;
}
.article-card-image-wrapper.card-media {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.quick_info_item {
    text-decoration: unset;
}
a.button {
    cursor: pointer;
}
.pumper_block__cbinfo--item {
    max-width: 100%;
    width: 100%;
}
.pumper_block__cbinfo--item .pumper_block__cbinfo--dropdown-wrapper {
    width: 100%;
    flex-wrap: nowrap !important;
}
.pumper_block__cbinfo--item .pumper_block__cbinfo--dropdown-wrapper .pumper_block__cbinfo--dropdown {
    width: 50%;
}
.pumper_block__cbinfo--item .pumper_block__cbinfo--dropdown-wrapper .pumper_block__cbinfo--dropdown select {
    width: 95% !important;
    max-width: 100% !important;
}
@media screen and (min-width:768px){
.video-background-section iframe {
    min-height: 700px;
}
.banner_rich-text.rich-text:before {
    content: '';
    background-image: url('/cdn/shop/files/left.png?v=1757275558');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 200px;
    height: 100%;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.banner_rich-text.rich-text:after {
    content: '';
    background-image: url('/cdn/shop/files/left_1.png?v=1757275854');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 200px;
    height: 100%;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
}
@media screen and (max-width:1230px){
    .announcement-text.active{
        left:20px;
        top:7px;
        transform:translateY(-50%) !important;
        transform:translateX(0%) !important;
    }
}
@media screen and (max-width:1280px){
.custom__TS_slides .slick-slide {
    background-image: url('/cdn/shop/files/center-slid.png?v=1754680325');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 !important;
    min-height: 350px !Important;
}
.custom__TS_Item_inner {
    padding: 0 60px;
}
.custom__TS_slides .custom__TS_message {
    font-size: 16px;
}
.custom__RT_points {
    gap: 30px;
}
.custom__RT_Pinner img {
    width: 60px;
    height: 60px;
}
}
#shopify-section-template--20038666322158__image_with_text_points_iftfrz .image-with-text-text p{
    width:45% !important;
}
@media screen and (max-width: 1150px){
    .btn_localization_grup .no-js-hidden{
        position:absolute;
        top:0px;
        left:20px;
    }
}
@media screen and (max-width:991px){
text-slider div {
    position: relative !important;
    top: 0% !important;
    left: 0% !important;
    transform: unset !important;
}
.announcement-text.active{
    transform:translateX(unset) !important;
}
.cus_blinking_box_prod_main{
    max-width:80%;
}
text-slider div.active {
    opacity: 1 !important;
    top: 0% !important;
    left: 0% !important;
    transform: unset !important;
}
.announcement-bar__message {
    padding: 0 !important;
    position:relative;
}
.announcement-bar.position-top.hide-countdown {
    padding: 4px 20px 4px 20px;
}
.announcement-bar {
    grid-template-columns: auto auto auto;
}
.custom__RT_point:nth-child(2n) {
    margin-top: 0px;
}
.custom__RT_points {
    flex-direction: column;
}
.custom__FM_main {
    background-image: unset !important;
}
.custom__PPB_flex {
    flex-direction: column;
}
.mega-menu-collection-image {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 15px;
}
}
@media screen and (max-width:600px){
    .cus_blinking_box_prod_main{
        max-width:100%;
    }
}
@media screen and (max-width:767px){
.custom__TS_Item {
    padding: 60px 0;
}
.cus_blinking_box_prod_main{
    line-height:normal;
}
#shopify-section-template--20451060613358__rich_text_JYJB6n{
    display:block;
}
#shopify-section-template--20689866227950__rich_text_JYJB6n{
    display:block;
}
#shopify-section-template--20865203896558__rich_text_JYJB6n{
    display:block;
}
#shopify-section-template--20451060613358__rich_text_QWAfq4{
    display:none;
}
#shopify-section-template--20689866227950__rich_text_QWAfq4{
    display:none;
}
#shopify-section-template--20865203896558__rich_text_QWAfq4{
    display:none;
}
#ShopifyChat{
    z-index:99 !important;
}
.custom__announcement_btns{
    flex-wrap:wrap;
    justify-content:center;
}
.bndlr-product:after{
    bottom:-38px !important;
    top:unset !important;
    left:50%;
    transform:translateX(-50%) !important;
}
#bndlr-discount-message{
    margin-left:0px !important;
}
.bndlr-go-to-checkout{
    right:10px !important;
}
#shopify-section-template--20038666322158__image_with_text_points_iftfrz .image-with-text-text p{
    width:100% !important;
}
#shopify-section-template--20023148511470__image_with_text_points_DaLUxW{
    margin-top:0px !important;
}
.custom__FM_content .banner-heading:before{
    display:none;
}
.btn_localization_grup{
    justify-content:center;
}
.cus_blinking_box_main,.cus_blinking_box_prod_main{{
    width:100%;
}
.custom__TS_Item_inner {
    padding: 0 40px;
}
.custom__TS_slides .custom__TS_message {
    font-size: 14px;
    line-height: 1.5;
}
.custom__TS_slides ul.slick-dots {
    top: -50px;
}
.custom__TS_slides {
    margin-top: 60px;
}
.announcement-bar__message {
    display: none;
}
.image-with-text-text_list.image-with-text-text_multi-list {
    grid-template-columns: 1fr;
}
section#shopify-section-template--20062832722158__rich_text_KYRKiq .rich-text-heading>span:after,
section#shopify-section-template--20062832722158__rich_text_KYRKiq .rich-text-heading>span:before{
    /* right:0px;
    top:-50px; */
    display:none;
}
.aly_academy_multicolumn-list .multicolumn-card-info p {
    font-size: 16px;
}
}
@media screen and (max-width:575px){
.custom__RT_Pinner {
    padding: 40px 20px;
}
.custom__btn_group {
    flex-direction: column;
}
}
@media screen and (max-width:360px){
    .mega-menu-link.link .button-arrow.button{
        padding:0 13px !important;
    }
}
#shopify-section-template--21606129172718__17762830741d4f0f87{
  margin-top:0px !important;
}
