/** Shopify CDN: Minification failed

Line 36:4 "hight" is not a known CSS property
Line 325:0 Expected "}" to go with "{"

**/
.top-bar a {
    text-decoration: none;
}
.top-bar .topbar-colm-1 svg path,.top-bar .topbar-colm-2 svg path {
    fill: #c93000;
}
.top-bar .acount-icon svg circle, .top-bar .acount-icon svg path, .top-bar .header-actions__action .svg-wrapper svg path{
    stroke: #c93000;
}
.txt-shadow p {
    text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.5);
}
footer .group-block-content .group-block .footer-utilities .footer-utilities__group--left {
    display: none;
}
footer .group-block .footer-utilities .footer-utilities__group--right {
    justify-content: start;
}
footer .menu .menu__item a {
    font-size: 18px;
}
.mobile-only {
    display: none;
}
.desktop-search .search input::placeholder {
    --color-input-text: #505050;
}
.black-banner img {
    width: 320px;
    hight: auto
}
@media (min-width: 768px) {
    .header__column.header__column--right .desktop-search {
        display: block ! important;
    }
}
@media (min-width: 768px) {
  .header__column--right .account-popover,
  .header__column--right .search-action, .header__column--right .cart-drawer {
    display: none;
  }
  /* .header__column--right .cart-drawer {
    visibility: hidden;
    height: 0;
    width: 0;
  } */
}
@media screen and (max-width: 749px) {
  .header__row > .header__columns {
    --header-template-columns: 1fr 44px 88px 44px;
    grid-template-areas: "center leftB rightB leftA" !important;
  }
  .header-logo {
    justify-content: flex-start;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
    footer .group-block-content {
        align-items: center;
    }
    footer p, footer .menu .menu__item {
        text-align: center ! important;
    }
    .mobile-only {
        display: flex;
    }
    .desktop-only {
        display: none;
    }
    .mobile-hidden {
        display: none;
    }
    .black-banner .section-content-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .black-banner img {
        width: 240px;
    }
}
#header-component svg path, #header-component svg circle {
    stroke: #c93000;
}

/**
 Home
**/
.home-slider .group-block-content h2 {
    font-size: 68px !important;
    line-height: .8;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600 !important;
    text-shadow: 0px 0px 28px
}
.home-slider .group-block-content p {
    font-size: 36px !important;
    line-height: 1;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800 !important;
    margin-bottom: 1.6em;
    text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.5);
}
.arrow-button .group-block-content .button, .arrow-button .section-content-wrapper .button {
    position: relative;
    font-size: 24px !important;
    line-height: 55px;
    height: 63px;
    display: block;
    padding: 0 30px 0 30px;
    text-decoration: none !important;
    letter-spacing: 0;
    background: transparent !important;
    text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
}
.arrow-button .group-block-content .button::before, .arrow-button .section-content-wrapper .button::before {
    width: 38px;
    height: 63px;
    content: " ";
    background: url(arrowend-right.png) no-repeat;
    background-size: 38px 63px;
    position: absolute;
    left: -17px;
    top: -4px;
}
.arrow-button .group-block-content .button::after, .arrow-button .section-content-wrapper .button::after {
    width: 38px;
    height: 63px;
    content: " ";
    background: url(arrowend-right.png) no-repeat;
    background-size: 38px 63px;
    position: absolute;
    right: -21px;
    top: -4px;
}
.hover-button .rte {
    background: #c93000;
    color: #FFF !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1;
    display: table;
    margin: 10px auto 0 auto;
    padding: 12px 35px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.home-promo .text-block.h1 > h3, .lesson-trips-cards .text-block.h1 > h3 {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 700;
    font-size: 70px !important;
    line-height: .9;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    max-width: 450px;
    text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.5);
    margin-bottom: 50px;
    transition: margin 0.3s ease-in-out;
}
.lesson-trips-cards .text-block.h1 > h3 {
    margin-bottom: 0;
}
.home-promo.hover-button .group-block:hover .group-block-content {
    background: #ffffff2e;
}
.home-promo.hover-button .group-block:hover .text-block.h1 > h3{
    margin-bottom: 0;
}
.home-promo.hover-button .group-block:hover .rte{
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1024px) {
    .home-slider .group-block-content h2 {
        font-size: 40px !important;
    }
    .home-slider .group-block-content p{
        font-size: 24px !important;
    }
}

@media screen and (max-width: 767px) {
    .home-slider .group-block-content h2 {
        font-size: 16px !important;
    }
    .home-slider .group-block-content p{
        font-size: 13px !important;
    }
    .hover-button .rte {
        visibility: visible;
        opacity: 1;
    }
    .home-promo .text-block.h1 > h3 {
        font-size: 45px !important;
        margin-bottom: 0;
    }
    .home-promo {
        --section-min-height: 50svh ! important;
    }
    .arrow-button .group-block-content .button, .arrow-button .section-content-wrapper .button {
        font-size: 17px ! important;
    }
    .scroll-bg p {
        font-size: 24px ! important;
    }
    .scroll-bg .group-block-content {
        gap: 80px;
    }
    slideshow-slides[size=large] {
        min-height: 15rem ! important;
    }
}

/**
* Collection
**/

.collection-heading p {
    max-width: 100%;
}

/**
* Weather
**/

.flex.flex-wrap.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.collection-promo {
    position: relative;
    margin-bottom: 20px;
}
.collection-promo .caption {
    top: calc(50% - 45px);
    left: 0;
    max-width: 380px;
    margin: 0 auto;
    right: 0;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    text-align: center;
}
.caption h2, .homepage-promo .caption h3 {
    font-size: 60px !important;
    font-family: 'Saira Extra Condensed', sans-serif;
    text-transform: uppercase;
}
@media screen and (min-width: 980px) {
    .desktop-6 {
        width: 47.91666667% ! important;
        float: left;
        margin-left: 1.04166667%;
    }
}

.mega-menu__link-title {
    line-height: 1em !important;
}

.mega-menu__link--parent, .mega-menu__link.sale-link {
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}
li.mega-menu__column.mega-menu__column--span-1 > div , .mega-menu .list-unstyled:not(.mega-menu__list) {
    border-left: 1px solid #d9d9d9;
    padding-left: 10px;
}
.mega-menu__column.mega-menu__column--span-1 .list-unstyled {
    border-left: none;
    padding-left: 0;
}
.menu-drawer__menu-item-text {
    font-size: 14px !important;
}

.product-info-main__description h4 {
    color: #c93000;
}

#shopify-section-template--19676262891753__section_7fnD7h .section {
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
.text-block iframe {
    width: 100%;
}
@media (max-width: 767px) {
    #shopify-section-template--19676262891753__section_7fnD7h .section {
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat;
        background-attachment: unset ! important;
}
