/** Shopify CDN: Minification failed

Line 2701:0 Unexpected "{"

**/

/* OVERRIDES */

/* Fonts */
.product__price,
.grid-product__vendor,
.product__lead-time,
.btn--link,
footer.site-footer .site-footer__linklist li a,
.site-nav__link,
.announcement-link-text {
    font-weight: 400;
}

.site-nav__link {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .product-single__title.h2 {
        font-size: 40px;
    }
}

/* Utilities */
.text--small {
    font-size: 0.8rem;
}
/* End Utilities */

/* Header */

@media only screen and (max-width: 768px) {
    .site-nav__link--account {
        position: relative;
        top: unset;
        right: unset;
    }
}
p.afterpay-paragraph {
    margin-top: 15px !important;
}

ul.site-footer__linklist > li {
    margin-bottom: 10px;
}
div[data-type="menu"] .collapsible-content .footer__collapsible .site-footer__linklist > li > a {
    font-size: 12px;
}

.product__additional-content div[data-section-type="video-section"].video-parent-section.hero {
    height: calc(100vw * 0.5625);
}

.index-section--hero .video-parent-section .hero__text-wrap .hero__subtitle {
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (max-width: 768px) {
    .article-promotions .article-promotions__page-width{
        padding: 0 0 0 17px;
    }
    .article-promotions .article-promotions__article:last-child {
        position: relative;
    }
    .article-promotions .article-promotions__article:last-child:after {
        position: absolute;
        content: "";
        top: 0;
        right: -17px;
        width: 17px;
        height: 100%;
    }
}

@media only screen and (min-width:769px){
    
    .article-promotions__page-width{
        padding:0 40px
    }
}

/* Nav Drawer */
#NavDrawer.drawer {
    background-color: #FFFFFF;
    box-shadow: 5px 0 10px #0004;
}
#NavDrawer.drawer .drawer__close {
    text-align: left;
}


/* UTILITIES */
.u-max-width--1100px {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.u-mb-0 {
    margin-bottom: 0px;
}

.u-text-underline {
    text-decoration: none;
}
.u-text-uppercase {
    text-transform: uppercase;
}
.u-text-bold {
    font-weight: 700;
}

.u-text-left {
    text-align: left;
}
.u-text-right {
    text-align: right;
}

.offset-title {
    position: relative;
    z-index: 1;
}

.u-font-light {
    font-weight: 300 !important;
}
.u-font-regular {
    font-weight: 400 !important;
}
.u-font-medium {
    font-weight: 500 !important;
}
.u-font-bold {
    font-weight: 700 !important;
}


/*
Apply to a link to add underline animation.
If you cannot access the a tag directly, use the class
with the --child flag.
*/
.u-link-animation--underline,
.u-link-animation--child-underline a
{
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
}
.u-link-animation--underline:hover,
.u-link-animation--child-underline a:hover
{
    background-size: 100% 1px;
}

.megamenu .u-link-animation--underline,
.megamenu .u-link-animation--child-underline a {
    background-position: 0% calc(100% - 6px);
}

/* BUTTONS */

.account__submit-button {
    min-width: 230px;
    font-weight: 400;
}

.scroll-down__anchor {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
}

.btn--dark {
    background-color: #2B2B2B;
}

.btn--link {
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    width: max-content;
}

.link-animation:not(.active),
.u-link-animation:not(.active),
.u-link-animation--child a {
    position:relative;
    z-index: 1;
}
.link-animation:not(.active):after,
.u-link-animation:not(.active):after,
.u-link-animation--child a:after {
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    right:100%;
    margin:0;
    transition:right 0.5s;
    top: 40%;
    border-bottom: 1px solid #000;
    z-index: -1;
}
.link-animation:not(.active):hover:after,
.u-link-animation:not(.active):hover:after,
.u-link-animation--child a:hover:after {
    right:0%;
}

@media only screen and (max-width: 768px) {
    .account-register__grid {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .account__submit-button {
        min-width: 100%;
    }
}

/* PRODUCT RECOMMENDATIONS */


/* HOMEPAGE HERO VIDEO */
.hero--locked-video-ratio {
    height: calc(100vw * 0.5625);
}

.hero-video__anchor {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
}

.h4.hero__description {
    margin-bottom: 50px;
}

.hero__link .animation-contents {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 768px) {
    .hero--locked-video-ratio {
        width: 100%;
        aspect-ratio: 2 / 3;
        height: 100%;
        height: calc(100vw * 1.5);
    }
    .hero__link .animation-contents {
        flex-direction: column;
    }
}

/* HERO SLIDER */

.slideshow__slide .hero__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.slideshow__slide .horizontal-left .hero__link {
    justify-content: flex-start;
}

.slideshow__slide .horizontal-right .hero__link {
    justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
    .slideshow__slide .hero__subheading {
        font-size: 20px;
        line-height: 25px;
    }
    .slideshow__slide .hero__description {
        font-size: 20px;
        line-height: 25px;
    }
    
    .slideshow__slide .hero__link a.btn {
        font-size: 16px;
        line-height: 20px;
    }
    
    .slideshow__slide .hero__link {
        flex-direction: column;
    }
}

/* PRODUCT PAGE */

/* Form */
.variant-wrapper.variant-wrapper--dropdown {
    display: block;
}
.variant-wrapper.variant-wrapper--radio {
    display: block;
    margin-bottom: 0px;
}
.variant-wrapper.variant-wrapper--radio:not(:first-child) {
    margin-top: 20px;
}
.variant-wrapper {
    margin-top: 20px;
}

.product-section.product-template-surfboard .product-single__meta .variant-wrapper + .variant-wrapper--for-size {
    margin-top: -1px;
}

.product-single__form select {
    width: 100%;
}

.product__form--custom-btn {
    margin-top: 10px;
    background-color: #CCC;
    font-size: 14px;
}

.product__lead-time {
    margin-top: 20px;
    margin-bottom: 0;
    color: #6DD400;
    text-align: center;
    font-size: 14px;
}
.product__lead-time:not(.next-day) {
    color: #F4304E;
}

.product-single__meta .product-single__form .add-to-cart {
    font-weight: 600;
    margin-top: 20px;
    background-color: #000000;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 50px;
}
.product-single__meta .product-single__form .add-to-cart span {
    font-size: 14px
}
.product-single__meta .product-single__form .add-to-cart:hover {
    color: #FFF;
    border: 1px solid #000;
}

.product-single__meta .custom-board-link a {
    font-size: 14px;
    color: #000;
    background-color: #CCC;
    border: 1px solid #000;
    transition: all .2s ease;
}
.product-single__meta .custom-board-link a:hover {
    color: #FFF;
}

.product-single__additional-message {
    margin-top: 20px;
}

/* Radio Variant Selectors */
.variant-wrapper--radio .variant-input-wrap .variant-input {
    display: block;
    width: 100%;
}

.variant-wrapper--radio .variant-input-wrap .variant-input label {
    width: 100%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 0;
    padding-bottom: 14px;
    position: relative;
    margin: 0;
}
.product-template-surfboard .variant-wrapper--radio .variant-input-wrap .variant-input label {
    border: 1px solid #000;
}
.variant-wrapper--radio .variant-input-wrap .variant-input label:first-of-type {
    padding-top: 14px;
}

.product-template-custom .variant-wrapper--radio .variant-input-wrap .variant-input label {
    padding-top: 14px;
    padding-bottom: 14px;
}

.variant-wrapper--radio .variant-input-wrap .variant-input label:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    border-radius: 100%;
    left: calc(100% - 35px);
    background-color: #fff;
}
.product-template-custom .variant-wrapper--radio .variant-input-wrap .variant-input label:after {
    top: 50%;
    transform: translateY(-50%);
}
.variant-wrapper--radio .variant-input-wrap .variant-input input[type="radio"]:checked+label {
    box-shadow: none;
}
.variant-wrapper--radio .variant-input-wrap .variant-input input[type="radio"]:checked+label:after {
    background-color: #000;
}

.product-template-surfboard .product-single__meta .panel--variant-selector .variant-input {
    display: flex;
}

/* Board Prompt Modal */
.modal--board-prompt {
    background-color: #0005;
    color: #000;
    height: 100%;
}
.modal--board-prompt button.modal__close {
    color: #000;
    padding: 20px;
    position: absolute;
}
.modal--board-prompt .modal__inner {
    position: relative;
    background-color: #fff;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    padding: 40px;
}

/* Accordions */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #fff;
    color: #292929;
    cursor: pointer;
    padding: 12px 0;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #292929;
    outline: none;
    text-transform: uppercase;
    transition: 0.4s;
    position: relative;
    font-weight: 400;
}

.product-template-surfboard .accordion-variant-selector-wrapper {
    border: 1px solid #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 1px #0004
}

.accordion--variant-selector {
    display: block;
    background-color: #fff;
    color: #292929;
    border: 1px solid #292929;
    border-radius: 50px;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    transition: 0.4s;
    position: relative;
    font-size: 14px;
}

.product-template-surfboard .accordion-variant-selector-wrapper .accordion--variant-selector {
    border: none;
}

.product-template-surfboard .variant-wrapper--radio .accordion-variant-selector-wrapper .variant-input-wrap .variant-input label {
    border: none;
    padding: 15px 10px;
}
.product-template-surfboard .variant-wrapper--radio .accordion-variant-selector-wrapper .variant-input-wrap .variant-input label {
    border-top: 1px solid;
}

.accordion.active, .accordion:hover {
    background-color: #fff;
}
.accordion--variant-selector.active, .accordion--variant-selector:hover {
    background-color: #fff;
}

.panel {
    padding: 0;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:not(.accordion--variant-selector).active {
    border-bottom: none;
}

.accordion.active + .panel {
    padding-bottom: 10px;
    border-bottom: 1px solid #292929;
}
.accordion.accordion--variant-selector + .panel {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}
.accordion.accordion--variant-selector.active + .panel {
    border-bottom: 0;
}
.accordion.active + div#fin-recommendation.panel {
    padding-top: 21px;
}

.accordion:after {
    content: '';
    position: absolute;
    background-image: url("icon-plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    fill: #777;
    right: 0;
    top: 50%;
    width: 10px;
    height: 15px;
    transform: translateY(-50%);
}
.active:after {
    background-image: url("icon-minus.svg");
}

.accordion.accordion--variant-selector:after {
    background-image: url("angle-down-light.svg");
    transform: translateY(-50%);
    right: 15px;
}
.accordion.accordion--variant-selector.active:after {
    background-image: url("angle-up-light.svg");
}

/* Fin Recommendation */
#fin-recommendation .quick-add-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#fin-recommendation .grid__item {
    padding-left: 0;
}
#fin-recommendation .grid__item .grid-product__meta {
    padding: 10px 0;
}

/* Spray Recommendation */
#spray-recommendation .quick-add-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#spray-recommendation .grid__item {
    padding-left: 0;
}
#spray-recommendation .grid__item .grid-product__meta {
    padding: 10px 0;
}

.quick-add-panel .grid__item .grid-product__vendor {
    letter-spacing: 0;
    font-size: 16px;
}
.quick-add-panel .quick-add-to-cart {
    margin-top: 10px;
}
.quick-add-panel .quick-add-to-cart__btn {
    width: 100%;
}

.standard-product-accordions .standard-product-accordions__accordion-wrapper:first-child {
    margin-top: 20px;
    border-top: 1px solid #000;
}

.product-additional-content .product-accordion__accordion-wrapper:first-child {
    border-top: 1px solid #000;
}

/* Shipping Guarantee */
#shipping-guarantee p a {
    text-decoration: underline;
    color: #002581;
}

/* Title Image */
.product__title-image {
    width: auto;
    max-width: 250px;
    /* margin-bottom: 30px; */
}

/* FOOTER */

footer.site-footer input.footer__newsletter-input {
    border: none;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    font-size: calc(var(--typeBaseSize) - 2px);
}

.footer__newsletter-btn {
    margin-top: 15px;
    font-size: calc(var(--typeBaseSize) - 2px);
}

@media only screen and (max-width: 960px) {
    .site-footer .grid-item[data-type='newsletter'] {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .site-footer .grid {
    
    }
    .site-footer .grid div[data-type="newsletter"] {
        width: 100%;
    }
    .site-footer .grid div[data-type="menu"] {
        max-width: 100%;
        margin: 0 auto;
    }
    .site-footer .grid div[data-type="menu"] .collapsible-content__inner ul li {
        margin-bottom: 0.25em;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
    }
    .site-footer .footer__collapsible {
        max-width: 300px;
        margin: 0 auto;
        padding-top: 10px;
    }
    
    .site-footer .collapsible-trigger-btn {
        /* font-size: 20px;
        line-height: 26px;
        text-transform: capitalize;
        padding: 5px 0; */
        text-align: left;
        margin: 0 auto;
        max-width: 300px;
        border-bottom: 1px solid #000;
    }
}


/* HEADER */

.site-navigation li.site-nav__item h6 {
    font-weight: 400;
}

.mega-menu__image-grid-item {
    margin-top: -40px !important;
}

.mega-menu .grid__item {
    color: #FFF;
}

.site-header--pageTop {
    background: transparent !important;
}
.site-header a.site-nav__link.site-nav__link--pageTop {
    color: #fff !important;
}
.site-header svg.icon.icon-hamburger--pageTop {
    color: #fff !important;
}

.is-focused>.megamenu .appear-animation, .site-nav--has-dropdown:hover .megamenu .appear-animation {
    float: left;
}

div.site-nav__dropdown.megamenu div:not(.h6) > a.site-nav__dropdown-link {
    color: #6d6d6d;
}
div.site-nav__dropdown.megamenu a.site-nav__dropdown-link {
    text-transform: uppercase;
}

.mega-menu__title-grid-item {
    padding-bottom: 20px;
}
.mega-menu__title {
    text-transform: uppercase;
    font-size: 14px;
}

div.site-nav__dropdown.megamenu .grid__item div.h5 {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

h4.mega-menu__image--title {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px;
}

.mega-menu__image-block img {
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #000;
    /* box-shadow: 5px 5px 1px rgb(0 0 0 / 16%); */
}

.site-header .megamenu .mega-menu__mega-link {
    display: inline-block;
    font-weight: 700;
}

.site-header .megamenu .megamenu__featured-product--vendor {
    display: inline-block;
    margin-bottom: 10px;
    color: #969696;
    text-transform: uppercase;
}
.site-header .megamenu .megamenu__featured-product--title {
    margin-bottom: 10px;
    color: #FFF;
}
.site-header .megamenu .megamenu__featured-product--price {
    display: inline-block;
    color: #969696;
}

.site-header button.site-nav__link--icon {
    height: max-content;
}
.site-header button.site-nav__link--icon svg.icon-hamburger {
    width: 20px;
}

.collapsible-trigger__icon--minus {
    display: none;
}
.collapsible-trigger__icon--plus {
    display: block;
}
.is-open[aria-expanded="true"] .collapsible-trigger__icon--minus {
    display: block;
}
.is-open[aria-expanded="true"] .collapsible-trigger__icon--plus {
    display: none;
}

@media only screen and (max-width: 480px) {
    .site-nav__icons .site-nav__link--icon span {
        font-size: 12px;
        line-height: 15px;
    }
}

@media only screen and (min-width: 769px) {
    .header-item.header-item--left.header-item--navigation {
    
    }
    .header-item--logo-split .header-item:not(.header-item--logo) {
        margin-left: -130px;
    }
}

/* NAV DRAWER */
.nav-drawer__footer {
    padding: 50px 10px;
    font-size: 12px;
}

.nav-drawer__footer--link a {
    display:flex;
    align-items: center;
    column-gap: 10px;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
}

.nav-drawer__footer > div {
    padding: 10px 10px 10px 0;
    margin: 15px 0;
}

.mobile-nav__link--button.mobile-nav__link--top-level.is-open span.mobile-nav__faux-link {
    position: relative;
}

.drawer__logo {
    margin-left: 10px;
    padding-right: 50px;
    /* padding-left: 15px; */
}

.drawer__logo img {
    width: 100%;
    max-width: 280px;
}

.nav-drawer__mega-link-container {
    padding: 10px 10px 5px;
}

@media only screen and (min-width: 769px) {
    .nav-drawer__mega-link {
        margin: 0 -15px;
    }
}

/* CART DRAWER */
.drawer__cart-empty {
    text-align: center;
}
.drawer__cart-empty .cart-empty__links {
    margin-top: 15px;
}
.drawer__cart-empty .cart-empty__links--link {
    display: block;
    margin: 10px 0 20px 0;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.drawer__cart-empty .cart-empty__links--link:not(:hover) {
    color: #000;
    border: 1px solid #000;
}

.cart-promotion-message {
    padding: 20px;
    max-width: 300px;
    margin: 0 auto;
}
.cart-promotion-message .icon--check {
    width: 30px;
    height: 30px;
    border: 1px solid #3FA539;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 10px auto;
}
.cart-promotion-message .icon--check:after {
    position: absolute;
    content: "\2713";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #3FA539;
    font-size: 14px;
    line-height: 14px;
}
.cart-promotion-message__message {
    margin: 0;
    color: #3FA539;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (max-width: 768px) {
    .cart-promotion-message__message {
        font-size: 14px;
        line-height: 22px;
    }
}

/* SLIDESHOW */
.slideshow-slide__anchor {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
}

.slideshow-slide .hero__text-content .animation-contents {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

/* FEATURED COLLECTION */
.featured-collection__cta-btn {
    text-align: center;
}
.featured-collection--header {
    max-width: 475px;
    margin: 0 auto 50px auto;
}

/* PROMO GRID */
.u-text-bg--dark {
    background-color: #2B2B2B;
    padding: 5px;
    display: inline;
    margin-bottom: 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.u-mb--50px {
    margin-bottom: 50px;
}
.u-mb--0px {
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .u-text-bg--dark {
        background-color: transparent;
        padding: unset;
    }
    .u-mb--50px {
        margin-bottom: 30px;
    }
}

/* Image Slider */
.flex-grid__item.type-image_slider {
    overflow: auto;
}
.flex-grid__item.type-image_slider .promo-grid__container {
    overflow: unset;
}
.image-slider__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    width: 100%;
    grid-gap: 22px;
    max-width: 1500px;
    margin: 0 auto;
}
.image-slider__slide {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    min-width: 333px;
    box-shadow: 0px 0px 2px #00000029;
}
.image-slider__slide .promo-grid__content {
    padding: 20px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.2) 20%, rgba(0,0,0,.2));
    width: 100%;
}
.image-slider__slide .promo-grid__bg {
    position: absolute;
}
.image-slider__slide .promo-grid__bg-image--desktop-1 {
    display: block;
}
.image-slider__slide .promo-grid__bg-image--mobile-1 {
    display: none;
}
.image-slider__slide .promo-grid__bg-image--desktop-2 {
    display: block;
}
.image-slider__slide .promo-grid__bg-image--mobile-2 {
    display: none;
}
.image-slider__slide .promo-grid__text {
    color: #fff;
}
.image-slider__slide--paragraph {
    max-width: 70%;
}

@media only screen and (max-width: 768px) {
    .image-slider__grid {
        padding-right: 20px;
    }
    .image-slider__slide--paragraph {
        max-width: 100%;
    }
}
@media only screen and (max-width: 589px) {
    .image-slider__grid {
        padding-right: 10px;
    }
}

.image-slider__slide a.btn--underline{
    background-color:transparent;
    color:#fff;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0;
    margin-left: 0;
    font-weight: 400;
    min-width: auto;
}
.image-slider__slide a.btn--underline:focus, .image-slider__slide a.btn--underline:hover{
    background-color:transparent !important;
    background:transparent !important;
    color:#ddd;
}

@media only screen and (max-width: 768px) {
    .image-slider__grid {
        grid-template-columns: repeat(2, minmax(270px, 1fr));
        grid-gap: 17px;
        padding-bottom: 10px;
    }
    .image-slider__slide {
        flex-direction: column;
        min-width: unset;
    }
    .image-slider__slide .promo-grid__content {
        padding: 10px;
        background-image: none;
    }
    .image-slider__slide .promo-grid__bg {
        position: relative;
        max-height: 333px;
    }
    .image-slider__slide .promo-grid__text {
        color: #000;
    }
    .image-slider__slide a.btn--underline {
        color:#000;
        text-decoration: underline;
    }
    .image-slider__slide a.btn--underline:focus, .image-slider__slide a.btn--underline:hover{
        color:#333;
    }
}

/* three grid */
.promo-grid__three-grid {
    display: grid;
    grid-gap: 11px;
}
.promo-grid__three-grid .three-grid__grid-large {
    height: 100%;
    width: 100%;
    grid-row: 1 / span 2;
}
.promo-grid__three-grid .three-grid__grid-small {
    height: 100%;
    width: 100%;
}

.promo-grid__three-grid .three-grid__grid-large,
.promo-grid__three-grid .three-grid__grid-small
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.promo-grid__three-grid .three-grid__grid-content {
    padding: 20px;
    display: block;
    flex-direction: column;
}

.promo-grid__three-grid .three-grid__grid-content .title
{
    background-color: #2B2B2B;
    color: #fff;
    margin: 0;
    padding: 5px 10px 5px 10px;
    display: inline;
    width: fit-content;
    width: -moz-fit-content;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.promo-grid__three-grid .three-grid__grid-content .subtitle
{
    background-color: #2B2B2B;
    color: #fff;
    margin: 0;
    padding: 0px 10px 5px 10px;
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 1rem;
}
.promo-grid__three-grid .three-grid__grid-content .subtitle
{
    text-transform: uppercase;
    display: block;
}
.promo-grid__three-grid .three-grid__grid-content .excerpt
{
    color: #fff;
}

/* COLLECTION FEATURE HERO */
.collection-featured-hero {
    width: 100%;
    position: relative;
    transition: all .2s ease-in;
}

.product__additional-content .collection-featured-hero {
    padding-top: 0px;
}

.collection-featured-hero__inner {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
}
.collection-featured-hero .collection-featured-hero__content {
    padding: 0 30px;
    max-width: 500px;
}
.collection-featured-hero .collection-featured-hero__content h2 {
    margin-bottom: 30px;
}
.collection-featured-hero .collection-featured-hero__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    .collection-featured-hero__inner {
        flex-direction: column;
        gap: 30px;
    }
    .collection-featured-hero__inner .collection-featured-hero__content {
        margin: auto;
        text-align: center;
    }
    .collection-featured-hero .collection-featured-hero__content.overlay-mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }
    .collection-featured-hero .collection-featured-hero__content h2 {
        margin-bottom: 50px;
    }
    .collection-featured-hero .collection-featured-hero__buttons {
        flex-direction: column;
    }
    
    .collection-featured-hero .collection-featured-hero__content.text--mobile-white h2,
    .collection-featured-hero .collection-featured-hero__content.text--mobile-white .paragraph
    {
        color: #FFF;
    }
}

/* PAGE FEATURED HERO */
.page-featured-hero {
    width: 100%;
    position: relative;
    padding-top: 170px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .2s ease-in;
}

.page-featured-hero__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}
.page-featured-hero .page-featured-hero__content {
    max-width: 500px;
    padding: 20px;
    color: #fff;
}
.page-featured-hero .page-featured-hero__content .title {
    background-color: #2B2B2B;
    padding: 5px;
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
}
.page-featured-hero .page-featured-hero__content a.btn.btn--inverse {
    color: #ffffffbb;
    border-color: #ffffffbb;
    transition: all .2s ease;
}
.page-featured-hero .page-featured-hero__content a.btn.btn--inverse:hover,
.page-featured-hero .page-featured-hero__content a.btn.btn--inverse:active
{
    color: #ffffffff;
    border-color: #ffffffff;
}

@media only screen and (max-width: 768px) {
    .page-featured-hero {
        padding-top: 90px;
    }
}

/* VOLUME CALCULATOR */
.volume-calculator .ui-slider .ui-slider-handle:before {
    background-color: #000;
    top: -10px;
    left: 7px;
    height: 30px;
    width: 4px;
    border-radius: 10px;
}
.calculator-slider {
    margin: 20px 0;
}

.ui-slider {
    background-color: #f4f5fa;
}

.volume-calculator {
    display: flex;
    flex-wrap: wrap;
}

.volume-display {
    background-color: #DB3832;
    color: white;
    padding: 50px 20px 0;
    width: 30%;
    margin: 20px auto;
    border-radius: 20px;
    text-align: center;
}

.volume-save {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 15px 0;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
    max-width: 300px;
    width: 100%;
}

.volume-display .volume-display__header {
    display: block;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: var(--typeHeaderSpacing);
}

.calculator-element {
    flex: 1 0 calc(20% - 24px);
    margin: 0 12px;
    height: 100px;
}

@media only screen and (max-width: 960px) {
    .calculator-element {
        flex: 1 0 calc(100% - 24px);
    }
}

.calculator-wrapper {
    background: url("//surfboardempire.com.au/cdn/shop/t/130/assets/volume-calc-header.png?v=148748337730817228521706502668");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.calculator-wrapper .page-content {
    background-color: #fff;
    padding: 30px;
}

.calculator-wrapper .page-content > div:first-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #C6C6C6;
}

.calculator-wrapper h1 {
    color: #fff;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 100px;
}

.calculator-element__title {
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: var(--typeHeaderSpacing);
}

input.calculator-element__amount {
    border: 0;
    width: 100%;
    cursor: default;
    text-align: center;
    font-size: 12px;
}
input.calculator-element__amount:focus {
    outline: none;
}

.ui-slider-handle:focus {
    outline: none;
}

.volume-save.disabled {
    cursor: not-allowed;
}

.volume-save a {
    color: initial;
    text-decoration: none;
}

.volume-display span {
    font-size: 15px;
}

div.loader-icon {
    display: none;
    margin: 4px auto;
}

.loading .loader-icon {
    display: block;
}

.loading span {
    display: none;
}

.login-overlay #RecoverPassword {
    display: none;
}
.login-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    background-color: white;
    padding: 30px 50px 20px;
}
.login-overlay .section-header {
    margin-bottom: 20px;
}

.login-overlay .section-header h1 {
    font-size: 30px;
}
.login-overlay .form-vertical input {
    margin-bottom: 15px;
}
.login-overlay .form-vertical .account__submit-button {
    margin-bottom: 0;
}
.login-underlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000b5;
    z-index: 9999;
}
.login-overlay .login-title {
    display: block !important;
}

.login-overlay .register-title {
    display: block !important;
}

.login-overlay .close {
    display: block !important;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: 1px 1px 1px black;
    cursor: pointer;
}
.stored-volume-display a {
    font-size: 12px;
    line-height: 30px;
    vertical-align: text-bottom;
    text-decoration: underline;
    white-space: nowrap;
}

.stored-volume-display {
    position: relative;
    text-transform: uppercase;
    text-align: right;
}



@media only screen and (max-width: 414px) {
    .volume-display {
        width: auto;
    }
    .volume-save {
        width: auto;
    }
    .login-overlay {
        width: 85%;
        padding: 10px;
    }
    .calculator-wrapper {
        background-size: auto 300px;
        
    }
    .calculator-wrapper h1 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

/* Volume Calculator Section */
.volume-calculator-section {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.volume-calculator-section__inner {
    margin: 0 auto;
    display: flex;
    padding-bottom: 50px;
}
.volume-calculator-section__inner > div {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.volume-calculator-section__inner > div:first-child {
    margin-right: 10px;
}
.volume-calculator-section__heading {


    margin-bottom: 0;
    font-weight: normal;
    text-transform: capitalize;
}
.volume-calculator-section__subheading {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.volume-calculator__trigger {
    cursor: pointer;
}
.volume-calculator__trigger span:after {
    content: "\25be";
    position: relative;
    left: 10px;
    color: black;
    display: inline-block;
}
.volume-calculator__trigger span.open:after {
    transform: rotate(180deg);
}
.volume-calculator-section__left {
    width: 100%;
    text-align: center;
}
.volume-calculator-section__right {
    width: 15%;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .volume-calculator-section__inner {
        flex-direction: column;
    }
    .volume-calculator-section__inner > div {
        width: 100%;
        text-align: center;
    }
    .volume-calculator-section__heading {
        margin-bottom: 10px;
    }
    .volume-calculator__trigger {
        padding: 20px 0;
    }
}
@media (min-width: 601px) {
    .volume-calculator__trigger {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .volume-calculator-section__heading {
        transform: translateY(0px);
    }
}
.volume-calculator-section__expanded {
    transition: opacity 0.5s;
}
.volume-calculator-section__expanded--closed {
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.volume-calculator-section__expanded--open {
    height: min-content;
    opacity: 1;
}
#flash-message {
    height: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(50, 205, 50, 0.2);
    color: black;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
    #flash-message {
        margin: 0 -20px;
    }
}
.volume-calculator--new {
    position: relative;
}

.volume-calculator--new .ui-slider-horizontal {
    height: 4px;
    background: rgba(0,0,0,0.09);
}
.volume-calculator--new .ui-slider-pips .ui-slider-pip {
    top: 0;
    background-color: transparent;
    height: 4px;
}
.volume-calculator--new .ui-slider-pips .ui-slider-pip-selected,
.volume-calculator--new .ui-slider-pips .ui-slider-pip-selected ~ .ui-slider-pip {
    background-color: transparent;
}
.volume-calculator--new .ui-slider-pips .ui-slider-line {
    background: transparent;
}

.volume-calculator--new .calculator-element:not(.weight-age-element) .ui-slider-pips .ui-slider-line,
.volume-calculator--new .weight-age-element .ui-slider-pips .ui-slider-pip:nth-of-type(10n+2) .ui-slider-line,
.volume-calculator--new .weight-age-element .ui-slider-pips .ui-slider-pip:first-of-type .ui-slider-line,
.volume-calculator--new .weight-age-element .ui-slider-pips .ui-slider-pip:last-of-type .ui-slider-line {
    background: rgba(0,0,0,0.09);
    height: 20px;
    top: 2px;
    width: 2px;
    transform: translateY(-50%);
}

.volume-calculator--new .ui-slider-pips {
    --percentage: 0;
}

.volume-calculator--new .ui-slider-pips:before {
    content: '';
    position: absolute;
    left: 0;
    width: calc(var(--percentage) * 1%);
    height: 4px;
    background-color: #000;
}

.volume-display--new {
    background-color: transparent;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

.volume-display--new .volume-display--new-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 5px 5px 1px rgb(0 0 0 / 16%);
    padding: 25px;
}
.volume-display--new .volume-display--new-inner > * {
    flex: 1;
}
.volume-display--new .volume-save {
    padding: 10px;
    border-radius: 25px;
}
@media only screen and (max-width: 768px) {
    .volume-display--new {
        width: auto;
    }
}
@media only screen and (max-width: 600px) {
    .volume-display--new {
        width: auto;
    }
    .volume-display--new .volume-display--new-inner > *:first-child {
        border: none;
    }
}

/* GRID PRODUCT ITEM */
.grid-product__descriptor {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
}

.grid-product__vendor {
    display: block;
    text-transform: uppercase;
    color: #969696;
    margin-bottom: 10px;
}

.grid-product__meta .grid-product__title.grid-product__title--body {
    letter-spacing: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.grid-product__meta .grid-product__title--title-text {
    display: inline-block;
    min-height: 2em;
    font-size: 22px;
}

.product-grid-item-quick .grid-product__descriptor {
    margin-bottom: 15px;
}

.product-grid-item-quick .grid-product__vendor {
    margin-bottom: 15px;
}

.product-grid-item-quick .grid-product__meta .grid-product__title.grid-product__title--body {
    margin-bottom: 15px;
}

.grid-product__footer {
    padding: 0 20px 20px 20px;
}

.grid-product__additional-text {
    /* margin-top: 10px; */
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .grid-product__footer {
        padding: 0 5px 5px 5px;
    }
}

/* PAYMENT OPTIONS */
.product__payment-options {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}
.product__payment-option {
    font-size: 10px;
    line-height: 15px;
}
.product__payment-option:not(:first-child) {
    margin-top: 10px;
}

.product__payment-option-icon-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
}
.icon--afterpay {
    background-image: url("icon--afterpay.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100px;
    height: 25px;
    transform: translateY(6px);
}
.icon--zip {
    background-image: url("icon--zip.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100px;
    height: 25px;
    transform: translateY(7px);
}

.product__payment-options {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.product__payment-option {
    text-align: center;
    flex: 1 0 50%;
}
.product__payment-option .icon--afterpay,
.product__payment-option .icon--zip
{
    display: block;
}

/* ACCOUNT PAGES */

.register__accept-marketing {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}
.register__accept-marketing .register__accept-marketing--input {
    margin: 0 15px 0 0;
}
.register__accept-marketing .register__accept-marketing--label {
    margin: 0;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 1px;
}

/* OKENDO REVIEWS */

div[data-oke-reviews-product-listing-rating] .okeReviews.okeReviews--theme {
    margin-bottom: 20px;
}

.okeReviews .okeReviews-reviewsWidget {
    margin-bottom: 100px;
}

/* CART DRAWER */

.cart__item-vendor {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .cart__item-vendor {
        font-size: 12px;
        line-height: 14px;
    }
}

.cart__item-name {
    color: #2B2B2B;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .cart__item-name {
        font-size: 12px;
        line-height: 14px;
    }
}

.cart__item--variants {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .cart__item--variants {
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 0;
    }
}

.cart__item-details .cart__item-title .cart__price {
    font-size: 10px;
    line-height: 22px;
}
@media only screen and (max-width: 768px) {
    .cart__item-details .cart__item-title .cart__price {
        font-size: 10px;
        line-height: 22px;
    }
}

.cart__item-sub.cart__item-row > * {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

button.btn.cart__checkout {
    background-color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 50px;
}

.shipping-and-taxes-note {
    text-transform: uppercase;
    font-size: 11px;
}

/* SHOGUN BLOG ARICLES */

.article__image-caption {
    /* font-family: BentonModDisp-LightItalic; */
    font-size: 14px;
    line-height: 18px;
    max-width: 640px;
    margin: 10px auto 0 auto;
    text-align: right;
}

.article__image-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 28px;
    max-width: 50%;
    text-align: left;
}
.article__image-title p {
    color: #fff;
    background-color: #2B2B2B;
    padding: 5px;
    display: inline;
    -webkit-box-decoration-break: clone;
}

.article__hide-on-desktop {
    display: none;
}
.article__hide-on-mobile {
    display: block;
}

@media only screen and (max-width: 768px) {
    .article__image-title {
        max-width: 80%;
    }
    .article__hide-on-desktop {
        display: block;
    }
    .article__hide-on-mobile {
        display: none;
    }
}

/* COLLECTION NAVIGATION */

.u-collapsed {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.u-collapsible-parent {
    position: relative;
}
.u-collapsible-trigger {
    cursor: pointer;
}
.u-collapse-icon {
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.7) translateY(50%) rotateX(180deg);
    cursor: pointer;
}

.collection-filter {
    flex-direction: row;
    position: sticky;
    z-index: 3;
}
.collection-filter button.btn.js-drawer-open-collection-filters {
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 50px;
    width: fit-content;
    text-align: center;
    font-size: 12px;
}

.collection-filter .collection-filter-sort-select {
    font-size: 12px !important;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 25px;
    border: none;
}

.collection-filter .collection-filter__item--sort {
    padding-left: 0;
}

/* PROMO GRID - VIDEO WITH TEXT */

.video-with-text__inner  {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
}

.video-with-text__video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.video-with-text__text {
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.video-with-text__text p {
    margin-bottom: 0;
}

.video-with-text__video-container {
    width: 100%;
}
.video-with-text__video-container video,
.video-with-text__video-container iframe
{
    width: 100%;
}

@media only screen and (max-width: 960px) {
    .video-with-text__video-container video,
    .video-with-text__video-container iframe
    {
        height: 100%;
    }
    .video-with-text__inner  {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .video-with-text__text {
        padding: 32px 0px;
    }
}

/* PRODUCT PAGE ADDITIONAL CONTENT OVERRIDES */

.product__additional-content {
    padding-bottom: 100px;
}
.product__additional-content > div {
    padding-top: 100px;
}

.product__additional-content .index-section {
    margin-top: 0;
    margin-bottom: 0;
}

/* PRODUCT PAGE STICKY SCROLL */

.page-content--product .grid--product-images--partial .product-single__meta {


}

.page-content--product .grid--product-images--partial .product-single__sticky-description {
    position: relative;
    top: unset;
}
.page-content--product .grid--product-images--partial .product-single__sticky-description:before {



}
.page-content--product .grid--product-images--partial .product-single__sticky {
    position: unset;
    top: unset;
}

.product__video-wrapper {
    padding-bottom: 0;
}

/* STORE LOCATOR */

#scasl-app-container #page-header {
    padding-left: 10%;
}
#scasl-app-container #page-header h1.bh-sl-title {
    font-size: 48px;
    line-height: 62px;
    color: #000;
}
#scasl-app-container .bh-sl-form-container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-left: 10%;
}
#scasl-app-container .bh-sl-map-container {
    margin-top: 50px;
}
#scasl-app-container form#bh-sl-user-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#scasl-app-container form#bh-sl-user-location > .form-input {
    width: 100%;
}
#scasl-app-container form#bh-sl-user-location > .form-input label[for="bh-sl-address"] {
    height: 0;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
}
#scasl-app-container form#bh-sl-user-location > .form-input .scasl-address-wrap input.pac-target-input {
    width: 95%;
    margin-left: 0;
    border: none;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
}
#scasl-app-container form#bh-sl-user-location .scasl-search-btn button#bh-sl-submit {
    color: #FFF;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    min-width: 195px;
    border-radius: 0;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    #scasl-app-container #page-header {
        padding-left: unset;
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }
    #scasl-app-container #page-header h1.bh-sl-title {
        font-size: 28px;
        line-height: 36px;
    }
    #scasl-app-container .bh-sl-form-container {
        width: 100%;
        padding-left: unset;
    }
    
    #scasl-app-container form#bh-sl-user-location {
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    
    #scasl-app-container form#bh-sl-user-location .scasl-search-btn {
        width: 100%;
    }
    #scasl-app-container form#bh-sl-user-location .scasl-search-btn button#bh-sl-submit {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
        float: unset;
    }
    
    #scasl-app-container .bh-sl-map-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }
    #scasl-app-container .bh-sl-container .bh-sl-loc-list {
        height: auto;
    }
    #scasl-app-container .bh-sl-container .bh-sl-loc-list ul li {
        border: 1px solid #F5F5F5;
    }
    #scasl-app-container .bh-sl-container .bh-sl-loc-list ul li.list-focus {
        background-color: #F5F5F5;
    }
}


/* ========================= */
/*    LOST CUSTOM STYLES     */
/* ========================= */

/* TABBED COLLECTIONS */

.tabbed-collections .tabbed-collections__inner .section-header .section-header__title {
    position: relative;
    z-index: 2;
}

.tabbed-collections__inner .tabbed-collections__nav {
    position: relative;
    z-index: 2;
}

.tabbed-collections__tabbed-content {
    display: none;
}
.tabbed-collections__tabbed-content.active {
    display: block;
}


.tabbed-collections__tabbed-content .grid-product .grid-product__content--view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.tabbed-collections__tabbed-content .grid-product .grid-product__content--view-all .grid-product__link {
    text-decoration: underline;
    text-align: center;
    text-transform: uppercase;
    max-width: 150px;
}

.tabbed-collections__links--desktop {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 100px;
    margin-bottom: 70px;
}
.tabbed-collections__links--mobile {
    display: none;
}

.tabbed-collections__link {
    cursor: pointer;
    width: auto;
    text-align: center;
    padding: 8px 2px;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    font-weight: 400;
}
.tabbed-collections__link.active {
    border-bottom: 1px solid #000;
    font-weight: 600;
}

.tabbed-collections .tabbed-collections__inner .tabbed-collections__view-all--desktop {
    display: inline-block;
}
.tabbed-collections .tabbed-collections__inner .tabbed-collections__view-all--mobile {
    display: none;
}

.tabbed-collection--header {
    margin-bottom: 28px;
}

.tabbed-collections .grid-product {
    width: 90%;
}

.tabbed-collections .medium-up--one-half {
    width: 48%;
}

.tabbed-collections .medium-up--one-third {
    width: 32%;
}

.tabbed-collections .medium-up--one-quarter {
    width: 24%;
}

.tabbed-collections .medium-up--one-fifth {
    width: 19%;
}

.tabbed-collections .flickity-enabled {
    padding-bottom: 100px;
}

.tabbed-collections .flickity-page-dots {
    bottom: 100px;
}

.tabbed-collections__grid .flickity-slider {
    margin-left: 40px;
    width: calc(100% + 40px);
}

@media only screen and (max-width: 768px) {
    .tabbed-collections__inner {
        grid-template-columns: 1fr;
    }
    
    .tabbed-collections__inner .tabbed-collections__nav .tabbed-collections__nav--inner {
        position: relative;
        top: unset;
    }
    
    .tabbed-collections__links--desktop {
        display: none;
    }
    .tabbed-collections__links--mobile {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .tabbed-collections .tabbed-collections__inner .section-header {
        padding-right: 0%;
        margin-left: 0%;
    }
    
    .tabbed-collections .tabbed-collections__inner .section-header .section-header__title {
        text-align: center;
    }
    
    .tabbed-collections .tabbed-collections__grid {
        display: block;
        min-height: 480px;
    }
    .tabbed-collections .tabbed-collections__grid .grid__item.grid-product {
        width: 300px;
        flex: unset;
    }
    
    .tabbed-collections .tabbed-collections__inner .tabbed-collections__view-all--desktop {
        display: none;
    }
    .tabbed-collections .tabbed-collections__inner .tabbed-collections__view-all--mobile {
        display: block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: underline;
    }
    
    .tabbed-collections .flickity-page-dots {
        bottom: 50px;
    }
    
    .tabbed-collections__grid .flickity-slider {
        margin-left: 10px;
        width: 100%;
    }
}

/* CUSTOM IMAGE AND TEXT */

.custom-image-text__row {
    display: flex;
    flex-direction: row;
}

.custom-image-text__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.feature-row .featured-row__subtext {
    margin-bottom: 20px;
}
.feature-row .featured-row__btn {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .custom-image-text__row-item--text h2 {
        margin-bottom: 20px;
    }
    .custom-image-text__row-item--text .featured-row__subtext {
        margin-bottom: 50px;
    }
    .custom-image-text__row-item--text a {
        margin-left: auto;
        margin-right: auto;
    }
    .custom-image-text__buttons {
        flex-direction: column;
    }
    
    .text--mobile-white.custom-image-text__row-item--text h2 {
        color: #FFF;
    }
    .text--mobile-white.custom-image-text__row-item--text .featured-row__subtext {
        color: #FFF;
    }
}
@media only screen and (min-width: 769px) {
    .custom-image-text__row-item--text h2 {
        margin-bottom: 30px;
        max-width: 450px;
    }
    .custom-image-text__row-item--text .featured-row__subtext {
        max-width: 330px;
        margin-bottom: 50px;
    }
}

/* CUSTOM COLUMNS */

.custom-columns .section-header {
    text-align: center;
    padding: 17px;
    max-width: 600px;
    margin: 0 auto;
}

/* COLLECTION GRID ITEM CUSTOM */

.collection-item-custom__meta {
    padding: 0 17px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .collection-item-custom__meta {
        margin-bottom: 30px;
    }
}

/* CUSTOM BLOG POSTS */

.custom-blog-posts__article--content {
    padding: 40px 10px 85px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.custom-blog-posts__page-width {
    padding-left: 0;
}

.custom-blog-posts__article--image {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: 5px 5px 1px rgb(0 0 0 / 16%);
    height: 350px;
}

.custom-blog-posts__article--title {
    margin-bottom: 30px;
}

.custom-blog-posts__article--excerpt {
    margin-bottom: 30px;
}

.custom-blog-posts__articles .flickity-page-dots {
    bottom: 30px;
}

.custom-blog-posts__blog-link {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 30px;
    font-size: 12px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
    
    .custom-blog-posts__page-width {
        padding-right: 0;
    }
    
    .custom-blog-posts-section .padded-section {
        padding-top: 0;
    }
    
}

@media only screen and (min-width: 769px) {
    
    .custom-blog-posts__article {
        display: flex;
    }
    
    .custom-blog-posts__article--image {
        height: 600px;
    }
    
    .custom-blog-posts__articles .flickity-page-dots {
        padding-left: 100px;
        width: 50%;
        right: 0;
        text-align: left;
    }
    
    .custom-blog-posts__article--content {
        padding-left: 100px;
    }
    
    .custom-blog-posts__article--image-wrapper,
    .custom-blog-posts__article--content {
        width: 50%;
    }
    
}

.contact-form .section-header {
    margin-bottom: 50px;
}
.contact-form .section-header .section-header__title {
    text-align: center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .contact-form .section-header .section-header__title {
        text-align: center;
    }
}

/* SURFBOARD PDP */

.featured-collection__auto-title p {
    color: #969696;
}
.featured-collection__auto-title h5 {
    color: #000000;
    font-weight: 400;
}
.panel--variant-selector .variant-input-wrap .variant__button-label {
    text-align: left;
}

/* Image Hero Block */

.slideshow__slide .hero__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 768px) {
    .slideshow__slide .hero__subheading {
        font-size: 20px;
        line-height: 25px;
    }
    .slideshow__slide .hero__description {
        font-size: 20px;
        line-height: 25px;
    }
    
    .slideshow__slide .hero__link a.btn {
        font-size: 16px;
        line-height: 20px;
    }
    
    .slideshow__slide .hero__link {
        flex-direction: column;
    }
}

/* FIN SELECTOR PDP */

.product-template-surfboard .product-single__meta .variant-wrapper.variant-wrapper--radio:first-of-type {
    /* border: 1px solid #292929; */
    /* border-bottom: 0; */
}
.product-single__meta .variant-wrapper .variant-input-wrap[name="Fins"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}
.product-single__meta .variant-wrapper .variant-input-wrap[name="Fins"] .variant-input:nth-child(even) {
    border-right: 1px solid #000;
}
.product-single__meta .variant-wrapper .variant-input-wrap[name="Fins"] .variant-input label.variant__button-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: unset;
    padding: 10px;
    text-transform: uppercase;
}
.product-single__meta .variant-wrapper .variant-input-wrap[name="Fins"] .variant-input label.variant__button-label.active {
    background-color: #000;
    color: #fff;
}
.product-single__meta .variant-wrapper .variant-input-wrap[name="Fins"] .variant-input label.variant__button-label:after {
    display: none;
}

.product-section:not(.product-template-custom) .product-single__meta .variant-wrapper.variant-wrapper--radio {
    /* margin-top: 0; */
}

.product-single__meta .variant-wrapper.variant-wrapper--radio .variant-input-wrap {
    margin-bottom: 0;
}

.product-section:not(.product-template-custom) .product-single__meta .variant-wrapper.variant-wrapper--radio + .variant-wrapper.variant-wrapper--radio {
    /* margin-top: -1px; */
}

.grid--megamenu {
    display: grid;
    gap: 20px 0;
    grid-template-columns: repeat(6, 1fr);
}
.grid-item__mega-link {
    grid-column: 1 / span 6;
}

/* PDP BOARD SIZE OPTION TABLET STYLES */

@media only screen and (min-width: 769px) and (max-width: 1079px) {
    .product-template-surfboard .product-single__meta .panel--variant-selector [data-handle="size"] label.variant__button-label {
        font-size: 12px;
    }
}

/* END PDP BOARD SIZE OPTION TABLET STYLES */

/* START GRID COLLECTION SECTION */
.collection-section .grid.collection-section--grid-layout {
    display: grid;
    grid-auto-flow: dense;
}

@media only screen and (max-width: 640px) {
    .collection-grid__wrapper .collection-section .grid.collection-section--grid-layout,
    .collection-grid__wrapper .ss__theme .grid.collection-section--grid-layout
    {
        grid-template-columns: 1fr
    }
}
/* END GRID COLLECTION SECTION */

/* START GRID COLLECTION FEATURED BLOCK */
.collection-grid__featured-block {
    grid-column: span 2;
}
.featured-block__inner {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    padding: 25px 20px;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-block__title {
    color: #FFF;
}
.featured-block__text {
    color: #FFF;
}

.btn.featured-block__cta {
    border-radius: 50px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #000;
    padding: 7px 50px;
    background-color: #FFF;
    color: #000;
}
.btn.featured-block__cta:hover
.btn.featured-block__cta:active,
{
    color: #000;
}

@media only screen and (max-width: 1280px) {
    .featured-block__inner {
        min-height: 500px;
    }
}

@media only screen and (max-width: 768px) {
    .featured-block__inner {
        aspect-ratio: 1;
        align-items: center;
        min-height: unset;
    }
    .featured-block__content {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .collection-grid__featured-block {
        grid-column: span 1;
    }
}
/* END GRID COLLECTION FEATURED BLOCK */

/* START WISHLIST */
.wk-button--remove .wk-icon__svg.filled {
    display: block;
    fill: currentColor;
}
.wk-button--remove .wk-icon__svg.empty {
    display: none;
}

.wk-button--add .wk-icon__svg.filled {
    display: none;
}
.wk-button--add .wk-icon__svg.empty {
    display: block;
    fill: currentColor;
}

header .site-nav__icons .wk-icon__svg {
    fill: #000;
}

.is-light header .site-nav__icons .wk-icon__svg,
.mobile-secondary-nav .wk-link .wk-icon__svg {
    fill: #FFF;
}
header .site-nav__icons .wk-icon__svg.empty,
.mobile-secondary-nav .wk-link .wk-icon__svg.empty {
    display: none;
}

.mobile-secondary-nav .wk-link {
    padding: 15px 15px 15px 25px;
    margin-top: 5px;
}

.price-and-wishlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* END WISHLIST */

/* FREE SHIPPING THRESHOLD */
.fst-container {
    --bar-height: 6px;
    --bar-bg-color: #E6E6E6;
    --bar-color: linear-gradient(to right, #777, #444);
    --bar-radius: 0;
    text-align: center;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    position: relative;
}

.fst-container .fst-progress-bar-wrapper {
    position: relative;
    width: 95%;
    margin-top: 2.6em;
    font-size: 12px;
}

.fst-container .fst-progress-bar-wrapper[value="0"],
.fst-container .fst-progress-bar-wrapper[data-standard="false"][data-express="false"] {
    /* display: none; */
}

.fst-container progress {
    display: flex;
    width: 100%;
    height: var(--bar-height);
    border-radius: var(--bar-radius);
    background-color: var(--bar-bg-color);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 1.25rem 0;
    border-radius: 10px;
    overflow: hidden;
}

.fst-container progress,
.fst-container progress[value] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.fst-container progress[value]::-webkit-progress-bar {
    width: 100%;
    height: var(--bar-height);
    border-radius: var(--bar-radius);
    background-color: var(--bar-bg-color);
}

.fst-container progress[value]::-webkit-progress-value {
    position: relative;
    height: var(--bar-height);
    border-radius: var(--bar-radius);
    background: var(--bar-color);
}

.fst-container progress[value]::-moz-progress-bar {
    height: var(--bar-height);
    border-radius: var(--bar-radius);
    background: var(--bar-color);
}

.fst-progress-bar-wrapper .fst-target {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}

.fst-progress-bar-wrapper .fst-standard {
    width: calc(var(--standardPosition) * 1%);
}

[data-standard="false"] .fst-standard,
[data-express="false"] .fst-express {
    display: none;
}

[data-express="false"] .fst-standard {
    width: 100%;
}

.fst-progress-bar-wrapper .fst-target .dot {
    width: 14px;
    height: 14px;
    border: 2px solid #717171;
    border-radius: 100%;
    background-color: var(--bar-bg-color, white);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}

.fst-progress-bar-wrapper .fst-standard.filled .dot {
    background-color: #000;
}

.fst-progress-bar-wrapper .fst-express.filled .dot {
    background-color: #000;
}

.fst-progress-bar-wrapper .fst-target .dot:before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/* .fst-progress-bar-wrapper .fst-standard .dot:before {
    content: "Standard";
    text-transform: uppercase;
    font-size: 10px;
} */

/* .fst-progress-bar-wrapper .fst-express .dot:before {
    content: "Express";
    text-transform: uppercase;
    font-size: 10px;
} */

.fst-progress-bar-wrapper .fst-target .dot:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.fst-progress-bar-wrapper .fst-standard .dot:after {
    counter-reset: standard var(--standard);
    content: '$' counter(standard) ' AUD';
    font-size: 10px;
}

.fst-progress-bar-wrapper .fst-express .dot:after {
    counter-reset: express var(--express);
    content: '$' counter(express) ' AUD';
    font-size: 10px;
}

.fst-container .fst-message {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.express-notes {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.125em;
}
/* END FREE SHIPPING THRESHOLD */

/* START SIZE CHART */
.size-chart-wrapper {
    margin-top: 10px;
}
.size-chart-button {
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.size-chart-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0009;
    z-index: 30;
}
.size-chart-modal.active {
    display: block;
}

.close-size-chart {
    text-decoration: underline;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
}

.size-chart-modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 800px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 3px 3px 1px #0004;
    border-radius: 10px;
}

.size-chart__image {
    width: 100%;
}
/* END SIZE CHART */

/* START CART REWARDS PANEL */
.cart-rewards-panel {
    opacity: 0;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transform: translateX(100%);
    transition: all .3s ease;
}
.cart-rewards-panel.active {
    opacity: 1;
    transform: translateX(0%);
    height: calc(100vh - 140px);
}

.cart-rewards-panel__inner {
    position: relative;
    overflow: auto;
    height: 100%;
    padding-bottom: 60px;
}
.cart-rewards-panel__rewards {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart-rewards-panel__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 60px;
}

.cart-rewards-panel__btn-wrapper {
    padding: 10px 0;
}

.btn--cart-rewards {
    width: 100%;
    padding: 15px 30px;
    background-color: #6B6F81;
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border-radius: 50px;
}

.drawer__scrollable > div[data-products] {
    height: 100%;
}
.drawer__scrollable > div[data-products] > .cart__items {
    height: 100%;
}
/* END CART REWARDS PANEL */

.flickity-page-dots li:only-child {
    display: none;
}

/* FOR GRID */
.grid--auto {
    width: auto;
}

.grid__item-spacer {
    margin-top: 4em;
    margin-bottom: 4em;
}

@media (min-width: 768px) {
    
    .grid__item-spacer-left-medium-up {
        padding-left: 2em;
    }
}

/* CONVERT TO HEADING/HEADER STYLE */
.custom-blog-posts__article--title,
.feature-row__text .h3,
.instafeed-headers h2,
.site-footer .footer__item--footer-newsletter .footer__title {
    /* font-family: 'NeuePlak-Black'; */
    font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-weight: 900;
    
    letter-spacing: normal;
}

.template-cart .cart__page-col:last-of-type .cart__item-sub {
    width: 100%
}

.fluid {
    width: 100%;
}

.template-search .mobile-search-bar {
    display: none;
}

.template-search .input-group.search-bar.search-bar--page input[type="search"] {
    border-radius: var(--buttonRadius) 0 0 var(--buttonRadius);
    border-color: #000000;
}

.template-search .input-group.search-bar.search-bar--page .btn {
    padding: 1em 1.5em;
}

/* START FAQ */
.h3.faq-accordion--question {
    font-weight: 400;
    font-size: 24px;
}

@media only screen and (max-width: 768px) {
    .h3.faq-accordion--question {
        font-size: 18px;
    }
}
/* END FAQ */

/* START STORE LOCATIONS */


/* END STORE LOCATIONS */

/* START PLP FILTER TREE TOGGLE */
.collection-filter-btn {
    padding: 5px 35px 5px 20px;
    z-index: 4;
    font-size: 16px;
    line-height: 1;
    position: sticky;
    /* top: 35px; */
    font-size: 12px;
    background-color: #FFF;
    min-height: 28px;
    margin-bottom: -40px;
}

.collection-filter-btn .collection-filter-btn__chevron {
    transform: rotateX(0deg) translateY(-50%);
    right: 10px;
}
.collection-filter-btn.active .collection-filter-btn__chevron {
    transform: rotateX(180deg) translateY(50%);
}

.grid__item--sidebar.collapsed-filters {
    display: none;
}

.grid__item--sidebar {
    transition: all .2s ease;
}
.grid__item--content.collapsed-filters {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .grid__item--sidebar {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 959px) {
    .collection-filter-btn {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .collection-filter-btn {
        display: none;
    }
}
/* END PLP FILTER TREE TOGGLE */

/* START VOLUME CALC BUTTON */
.filter-board-link {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}
/* END VOLUME CALC BUTTON */

/* START PDP METAFIELDS */

/* Multi Content */
.meta-multi-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.meta-multi-content .meta-multi-content__image {
    flex: 1;
    width: 100%;
}
.meta-multi-content .meta-multi-content__meta {
    flex: 1;
    width: 100%;
}

.meta-multi-content__video {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.meta-multi-content__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.meta-multi-content .image-wrap img {
    width: 100%;
}

.meta-multi-content__text {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .meta-multi-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .meta-multi-content__meta {
        text-align: center;
    }
}

/* Image with Text */
.meta-image-with-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.meta-image-with-text .image-wrap {
    flex: 1;
    width: 100%;
}
.meta-image-with-text .meta-image-with-text__text {
    flex: 1;
    width: 100%;
}

.meta-image-with-text .image-wrap img {
    width: 100%;
}

.meta-image-with-text__text {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .meta-image-with-text {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .meta-image-with-text__text {
        text-align: center;
    }
}

/* Hero Video */
.meta-hero-video__video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.meta-hero-video__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Side-by-side Images */
.meta-side-by-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.meta-side-by-side .image-wrap {
    flex: 1;
    width: 100%;
}

.meta-side-by-side .image-wrap img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .meta-side-by-side {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
/* END PDP METAFIELDS */

/* START ALSO AVAILABLE IN */
/* Also Available in Feature */

.aa-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}

.aa-title {
    text-transform: uppercase;
}

.aa-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-swatch-button {
    width: 40px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 8px;
}

.product-swatch-button:not(.aa-swatch--current):hover {
    border: 2px solid #000;
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.aa-swatch--current {
    border: 2px solid #000;
    box-shadow: inset 0px 0px 0px 2px #fff;
}
/* END ALSO AVAILABLE IN */

a, button {
    color: inherit;
}

.grid-product__image-mask {
    aspect-ratio: 0.75;
}

.sbe-image-wrap-style {
    border: 1px solid #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 5px 1px #0004;
}

.white-font-parent .u-toggle-white-font {
    color: #FFF !important;
}

/* START DROPSHIP MESSAGE */
.dropship-message {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}
/* END DROPSHIP MESSAGE */

/* START PRIORITY BUILD */
.priority-build-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    
    width: 100%;
    padding: 15px 20px;
    background-color: #F4304E;
    color: #FFF;
    border-radius: 50px;
    font-size: 16px;
}
.priority-build-wrapper input {
    position: relative;
    height: 0;
}
.priority-build-wrapper input:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #FFF;
}
.priority-build-wrapper input:checked:after {
    background: radial-gradient(circle, #000 40%, #FFF 50%);
}
.priority-build-wrapper label {
    margin-bottom: 0;
    line-height: 1.42;
    font-size: 16px;
}
/* END PRIORITY BUILD */

/* START CART CROSS SELL */
.cart-cross-sell {
    background-color: #eee;
    padding: 20px 0;
}
.cart-cross-sell__message {
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.cart-cross-sell__slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
}
.cart-cross-sell__product-card {
    padding: 10px;
    margin: 0 10px;
    min-width: 280px;
    background-color: #FFF;
    box-shadow: 2px 2px 8px #0005;
    border-radius: 10px;
    overflow: hidden;
}

.cart-cross-sell__product-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    /* margin-bottom: 10px; */
}

.cart-cross-sell__product-image {
    width: 80px;
    height: 80px;
    flex: 1 0 80px;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cart-cross-sell__product-image img {
    object-fit: cover;
}
.cart-cross-sell__product-meta {
    width: auto;
    flex: 1 0 calc(100% - 90px);
    display: grid;
    grid-template-areas: "one one one one one one" "two two two two three three" "four four four five five five";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: max-content;
    gap: 5px;
}
.cart-cross-sell__product-meta p,
.cart-cross-sell__product-meta h5
{
    margin-bottom: 0;
    font-size: 12px;
}

.cart-cross-sell__product-meta-vendor {
    grid-area: one;
}
.cart-cross-sell__product-meta-title {
    grid-area: two;
}
.cart-cross-sell__product-meta-price {
    grid-area: three;
    display: flex;
    justify-content: flex-end;
}
.cart-cross-sell__product-meta-variant {
    grid-area: four;
    display: flex;
    align-items: flex-end;
}
.cart-cross-sell__product-meta-atc {
    grid-area: five;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.cart-cross-sell__product-vendor {
    text-transform: uppercase;
}
.cart-cross-sell__product-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}
.cart-cross-sell__product-variant-select {
    padding: 5px 30px 5px 10px;
}
.cart-cross-sell__product-price {
}
.cart-cross-sell__product-currency {
    color: #999;
}
.cart-cross-sell__product-cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 8px;
}
.cart-cross-sell__product-atc-btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.cart-rewards__product-atc-btn {
    font-size: 12px;
    text-transform: uppercase;
}

.cart-cross-sell__slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.slider-dot {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 100%;
    cursor: pointer;
}
.slider-dot.tns-nav-active {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 100%;
}
/* END CART CROSS SELL */

/* START STICKY ATC BAR */
.zsiq_floatmain.u-zIndex-19 {
    z-index: 19 !important;
}
/* END STICKY ATC BAR */

#CartDrawer .drawer__fixed-header.drawer__small-header {
    min-height: unset;
    height: 50px;
}

#CartDrawer .drawer__fixed-header.drawer__small-header .drawer__header {
    margin-top: -40px;
    margin-left: -20px;
}


/* START HEADER */
.header-item__search-and-icons {
    display: flex;
    padding-bottom: 10px;
}
/* END HEADER */