/** Shopify CDN: Minification failed

Line 1267:55 Expected identifier but found whitespace
Line 1267:56 Unexpected "("

**/
* {
    letter-spacing: 1px;
}

header {
    height: 85px;
}

nav.header__menu-left {
    height: 100%;
    display: flex;
}

img.mega-menu__promo-image {
    width: 100%;
    object-fit: cover;
    height: 275px;
}

.header__menu-left>ul {
    gap: 20px;
}

.shopify-section-header-sticky .header__menu-left>ul>li {
    padding: 25px 0;
    cursor: pointer;
}

.header__menu-left>ul>li {
    padding: 25px 0;
    transition: 0.3s ease all;
    cursor: pointer;

}

.mega-menu__list li a {
    font-weight: 400 !important;
    padding: 8px 0;
}

.header__menu-left ul li a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
}

.header__menu-left ul li .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    min-width: 200px;
}

.header__menu-left ul li .submenu a {
    color: #404040;
    font-size: 12px;
}

.header.mega-menu-open,
.header.hovered {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

li.list-menu__item.has-children ul li {
    text-wrap-mode: nowrap;
    list-style: none;
}

.header__menu-left ul li:hover .submenu {
    display: flex;
}

li.list-menu__item.has-children {
    position: relative;
}

li.list-menu__item.has-children::after,
li.list-menu__item.has-mega::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.29289%208.29289C4.68342%207.90237%205.31658%207.90237%205.70711%208.29289L12%2014.5858L18.2929%208.29289C18.6834%207.90237%2019.3166%207.90237%2019.7071%208.29289C20.0976%208.68342%2020.0976%209.31658%2019.7071%209.70711L12.7071%2016.7071C12.3166%2017.0976%2011.6834%2017.0976%2011.2929%2016.7071L4.29289%209.70711C3.90237%209.31658%203.90237%208.68342%204.29289%208.29289Z'%20fill='%23000'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
}

.header__menu-left ul li .submenu li {
    padding: 5px 16px;
}

.header__icon,
.header__icon--cart .icon path,
.header__icon svg path,
.custom-hamburger-icon path,
#MegaMenuToggle[aria-expanded="true"] .icon-close path {
    fill: #000;
}

.shopify-section-header-sticky .header__menu-left ul li a,
.header.menu-open .header__menu-left ul li a,
.header:hover .header__menu-left ul li a,
.header.hovered .header__menu-left ul li a  {
    color: #404040;
}

.header.menu-open,
.header:hover,
.header.hovered  {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.shopify-section-header-sticky li.list-menu__item.has-children::after,
.header.menu-open li.list-menu__item.has-children::after,
.header:hover li.list-menu__item.has-children::after,
.header.hovered li.list-menu__item.has-children::after,
.shopify-section-header-sticky li.list-menu__item.has-mega::after,
.header.menu-open li.list-menu__item.has-mega::after,
.header:hover li.list-menu__item.has-mega::after,
.header.hovered li.list-menu__item.has-mega::after {
    background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.29289%208.29289C4.68342%207.90237%205.31658%207.90237%205.70711%208.29289L12%2014.5858L18.2929%208.29289C18.6834%207.90237%2019.3166%207.90237%2019.7071%208.29289C20.0976%208.68342%2020.0976%209.31658%2019.7071%209.70711L12.7071%2016.7071C12.3166%2017.0976%2011.6834%2017.0976%2011.2929%2016.7071L4.29289%209.70711C3.90237%209.31658%203.90237%208.68342%204.29289%208.29289Z'%20fill='%23000'/%3E%3C/svg%3E") no-repeat center;
}

body sticky-header.header-wrapper {
    background-color: white !important;
    box-shadow: 0px 14px 10px -10px rgba(0, 0, 0, 0.15);
}

.header.menu-open #MegaMenuToggle[aria-expanded="true"] .icon-close path,
.header.menu-open .header__icon,
.header.menu-open .header__icon--cart .icon path,
.header.menu-open .header__icon svg path,
.header.menu-open .custom-hamburger-icon path,
.shopify-section-header-sticky #MegaMenuToggle[aria-expanded="true"] .icon-close path,
.shopify-section-header-sticky .header__icon,
.shopify-section-header-sticky .header__icon--cart .icon path,
.shopify-section-header-sticky .header__icon svg path,
.shopify-section-header-sticky .custom-hamburger-icon path,
.header:hover #MegaMenuToggle[aria-expanded="true"] .icon-close path,
.header:hover .header__icon,
.header:hover .header__icon--cart .icon path,
.header:hover .header__icon svg path,
.header:hover .custom-hamburger-icon path,
.header.hovered #MegaMenuToggle[aria-expanded="true"] .icon-close path,
.header.hovered .header__icon,
.header.hovered .header__icon--cart .icon path,
.header.hovered .header__icon svg path,
.header.hovered .custom-hamburger-icon path {
    fill: #000;
}

#cart-icon-bubble .cart-count-bubble,
.shopify-section-header-sticky .cart-count-bubble,
.header.menu-open .cart-count-bubble,
.header:hover .cart-count-bubble,
.header.hovered .cart-count-bubble {
    color: #fff !important;
    background-color: #000 !important;
}

/* .header__heading-logo-wrapper .header__heading-logo {
    display: none;
}

.header-image-wrapper .header-image {
    display: none;
} */

.shopify-section-header-sticky .header__heading-logo-wrapper .header__heading-logo,
.header.menu-open .header__heading-logo-wrapper .header__heading-logo,
.shopify-section-header-sticky .header-image-wrapper .header-image,
.header.menu-open .header-image-wrapper .header-image,
.header:hover .header__heading-logo-wrapper .header__heading-logo,
.header:hover .header-image-wrapper .header-image,
.header.hovered .header__heading-logo-wrapper .header__heading-logo,
.header.hovered .header-image-wrapper .header-image {
    display: block;
}

.shopify-section-header-sticky .header__heading-logo-wrapper .header__heading-secondary-logo,
.header.menu-open .header__heading-logo-wrapper .header__heading-secondary-logo,
.shopify-section-header-sticky .header-image-wrapper .secondary-header-image,
.header.menu-open .header-image-wrapper .secondary-header-image,
.header:hover .header__heading-logo-wrapper .header__heading-secondary-logo,
.header:hover .header-image-wrapper .secondary-header-image,
.header.hovered .header__heading-logo-wrapper .header__heading-secondary-logo,
.header.hovered .header-image-wrapper .secondary-header-image {
    display: none;
}


img.secondary-header-image,
img.secondary-header-logo,
img.header__heading-secondary-logo {
    display: none;
}

.shopify-section-group-header-group.section-header {
    margin-bottom: 85px;
}

div#MegaMenuPanel {
    background-color: rgba(255, 255, 255) !important;
}

@media (max-width: 990px) {
    main {
        overflow-x: clip;
    }

    body sticky-header.header-wrapper {
        background-color: white !important;
    }
    .header__icon,
    .header__icon--cart .icon path,
    .header__icon svg path,
    .custom-hamburger-icon path,
    #MegaMenuToggle[aria-expanded="true"] .icon-close path {
        fill: #000;
    }

    .shopify-section-group-header-group .cart-count-bubble {
        color: #fff !important;
        background-color: #000 !important;
    }
    .header__heading-logo-wrapper .header__heading-logo {
        display: block;
    }

    .header__heading-logo-wrapper .header__heading-secondary-logo {
        display: none;
    }
    .shopify-section-header-sticky .header__heading-logo-wrapper .header__heading-secondary-logo,
    .header.menu-open .header__heading-logo-wrapper .header__heading-secondary-logo,
    .shopify-section-header-sticky .header-image-wrapper .secondary-header-image,
    .header.menu-open .header-image-wrapper .secondary-header-image,
    .header:hover .header__heading-logo-wrapper .header__heading-secondary-logo,
    .header:hover .header-image-wrapper .secondary-header-image,
    .header.hovered .header__heading-logo-wrapper .header__heading-secondary-logo,
    .header.hovered .header-image-wrapper .secondary-header-image  {
        display: none;
    }
}

.header-image-wrapper img {
    width: 160px;
    object-fit: contain;
    height: auto;
}

header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header__menu-left .has-mega {
    position: static;
}

.header__menu-left .has-mega .mega-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    z-index: 5;
    padding: 24px 0;
    background: rgba(255, 255, 255);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: 0px 14px 10px -10px rgba(0, 0, 0, 0.15);
}

.shopify-section-header-sticky .mega-menu {
    background: #fff !important;
}

/* .shopify-section-header-sticky .mega-menu::before,
.shopify-section-header-sticky .mega-menu::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: #fff;
    margin-right: -1px;
} */

.shopify-section-header-sticky .mega-menu::after {
    left: 100%;
    right: auto;
    margin-left: -1px;
}

/* .shopify-section-header-sticky .header__menu-left .has-mega .mega-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
} */

.mobile-menu-only {
    display: none !important;
}

/* Hide submenus by default */
.list-menu .submenu,
.list-menu .mega-menu {
  display: none;
}

/* Show when toggled open */
.list-menu li.submenu-open > .submenu,
.list-menu li.submenu-open > .mega-menu,
.list-menu li > .mega-menu.active-menu,
.list-menu .submenu.active-menu {
  display: block;
}

.list-menu__item.has-mega.mega-open.submenu-open > a {
    text-decoration: underline 1px;
}



#shopify-section-template--18562166915124__rich_text_GQYNnG .rich-text__blocks.left h2:last-child::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("https://cdn.shopify.com/s/files/1/0711/5158/3284/files/image_27.png?v=1750913142");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 10px;
}

.header-wrapper {
    background: unset !important;
    background-color: transparent !important;
    position: absolute !important;
    border-bottom: none !important;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: all 0.5s ease;
}

/* .header-wrapper, */
.scrolled-past-header .header-wrapper,
.menu-open .header-wrapper {
    max-width: 100%;
    background-color: #FFF !important;
    transition: background-color 0.3s ease;
    box-shadow: 0px 14px 10px -10px rgba(0, 0, 0, 0.15);
    transition: padding 0.3s ease;
}

/* .header-wrapper header, */
.scrolled-past-header .header-wrapper header {
    max-width: 1200px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: padding 0.3s ease;
}

.menu-open .header-wrapper header {
    max-width: 1200px;
    transition: padding 0.3s ease;
}

.menu-open div#menu-drawer {
    width: 100% !important;
    z-index: 1;
    border-top: 1px solid #0000001a;
}

.header {
    background: unset !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    z-index: 2;
    max-width: 1200px !important;
}

.scc-btn {
    padding: 16px 25px 16px 24px;
    display: flex;
    background-color: #C2B59D;
    border-radius: 50px;
    font-size: var(--font-size-desktop, 16px);
    align-items: center;
    width: fit-content;
    text-decoration: none;
    color: #000000;
}
@media (max-width: 768px) {
    .scc-btn {
    font-size: var(--font-size-mobile, 16px);
    }
}

#shopify-section-template--18562166915124__image_with_text_Ekpd7y .button.button--primary::after,
#shopify-section-template--18562166915124__image_with_text_Ekpd7y .button.button--primary::before {
    display: none;
}

svg.btn-svg {
    margin-left: 12px;
}

.collection-list-view-all .button,
.button.button--primary,
button.shopify-payment-button__button {
    padding: 16px 25px 16px 24px;
    display: flex;
    background-color: #c2b59d;
    border-radius: 50px;
    font-size: 16px;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    color: #000000;
    border: none;
}

.collection-list-view-all {
    display: flex;
    justify-content: center;
}

.collection-list-view-all .button {
    min-width: 250px;
}

.collection-list-view-all .button::before,
.collection-list-view-all .button::after {
    display: none;
}

button.shopify-payment-button__button {
    width: 100%;
    justify-content: center;
    border-radius: 50px !important;
    border: none !important;
}

button.shopify-payment-button__button::after {
    box-shadow: none !important;
}

button.shopify-payment-button__button:hover {
    transition: 0.3s ease all;
    color: #FFF !important;
}

.button.button--primary::after {
    box-shadow: none !important;
}

div#AirReviews-FloatButtonWrapper {
    display: none;
}

#checkout.button.button--primary {
    width: 100%;
}

.cart__warnings {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}



/* BreadCrumb */
ul.breadcrumbs__list {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 37px;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #D9D9D9;
}

ul.breadcrumbs__list li {
    position: relative;
}

ul.breadcrumbs__list li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -17px;
    height: 5px;
    width: 5px;
    background: #26245E;
    transform: translateY(-50%);
    border-radius: 50px;
}

ul.breadcrumbs__list li:last-child::after {
    display: none;
}

.breadcrumbs__list li a {
    text-decoration: none;
    color: unset;
}

.cart-notification-wrapper .button.button--primary {
    width: 100%;
}

/* Navigation */
header-drawer {
    margin-left: 1.2rem !important;
}

div#menu-drawer {
    width: 100% !important;
    z-index: 1;
}

.menu-drawer {
    transform: translateX(-100%) !important;
}

.js details[open].menu-opening>.menu-drawer,
details[open].menu-opening>.menu-drawer__submenu {
    transform: translateX(0) !important;
}

.custom-hamburger-icon {
    width: unset !important;
    height: unset !important;
}

.header__icon .icon.icon-cart-empty {
    width: 32px !important;
    height: 32px !important;
}

a.header-image-wrapper {
    display: flex;
    align-items: center;
    margin-right: 32px;
}


.menu-drawer__inner-container {
    max-width: 1200px;
    margin: 0 auto;
}

.menu-drawer__inner-container form .field {
    margin: 0 !important;
}

.menu-drawer__inner-container form {
    border-bottom: 1px solid #0000001a;
    padding: 20px 40px;
}

span.header-image-seperator {
    display: block;
    height: 28px;
    width: 1px;
    background: #D9D9D9;
    margin: auto 27px auto 0;
}

.cart-count-bubble {
    bottom: auto !important;
    top: 0 !important;
    background-color: #FFF !important;
    color: #000 !important;
}

div#cart-notification {
    position: absolute;
    left: 100%;
    right: auto;
    max-width: 400px;
    width: 400px;
}

/* VIDEO BANNER */
section.video-banner-section {
    position: relative;
    /* min-height: 823px; */
    min-height: 90vh;
    overflow: hidden;
    max-height:100vh;
}
section.video-banner-section iframe {
    aspect-ratio: 16/9;
    position: relative;
    /* min-height: 100vh; */
    overflow: hidden;
    /* max-height:100vh; */
}
video.video-banner-section__media {
    min-width: 100%;
    min-height: 100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    height:100%;
    object-fit:cover;
}

.video-banner-section iframe.video-banner-section__media {
    height:100vh;
    width:100vw;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    object-fit:cover;
    /* width: 100vw;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%; */
    /* transform: scale(5.5); */
    /*  temp!! remove when new video is added to the banner */
}

.video-banner-section__content p {
    font-size: var(--font-size-desktop, 20px);
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'AzoSans' !important;
}

@media (max-width: 768px) {
    .video-banner-section__content p {
        font-size: var(--font-size-mobile, 20px);
    }
}

.video-banner-section__content p,
.video-banner-section__content h2 {
    margin: 0;
}

.video-banner-section__content h2 {
    font-size: var(--font-size-desktop, 46px);
    line-height: 46px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 16px 0;
    font-family: 'GoodTimesReg' !important;
    font-style: italic !important;
    width: max-content;
}

.video-banner-section__content.page-width {
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 40px 40px 40px;
    max-width: fit-content;
    width: 100%;
}

.video-banner-section__content.box_placement_vertical_top.page-width {
    top: 0;
}
.video-banner-section__content.box_placement_vertical_center.page-width {
    top: 50%;
    transform: translateY(-50%);
}
.video-banner-section__content.box_placement_vertical_bottom.page-width {
    bottom: 0;
}
.video-banner-section__content.box_placement_horizontal_left.page-width {
    left: 0;
}
.video-banner-section__content.box_placement_horizontal_center.page-width {
    left: 50%;
    transform: translateX(-50%);
}
.video-banner-section__content.box_placement_horizontal_right.page-width {
    right: 0;
}
.video-banner-section__content.box_placement_vertical_center.box_placement_horizontal_center.page-width {
    transform: translateY(-50%) translateX(-50%);
}

.video-banner-section__media__mobile_only_show {
    display: none;
}
.video-banner-section__media__mobile_only_hide {
    display: block;
}

@media (max-width: 768px) {
    .video-banner-section__content.box_placement_vertical_center.video-banner-section__content__mobile_below_video.page-width {
        transform: unset;
    }
    .video-banner-section__content.box_placement_horizontal_center.video-banner-section__content__mobile_below_video.page-width {
        transform: unset;
    }
    video.video-banner-section__media.video-banner_section__media__mobile_portrait.video-banner-section__media__mobile_below_video {
        position: relative;
        width: auto;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        height: 90vh;
        object-fit: cover;
    }

    .video-banner-section__media__mobile_only_show {
        display: inline;
    }
    .video-banner-section__media__mobile_only_hide {
        display: none;
    }
}

section#shopify-section-template--18562166915124__collection_list_ejfDWB {
    margin-top: -396px;
}


.collection-list-wrapper .card__information {
    background-color: #26245e;
    padding-left: 20px !important;

}

.collection-list-wrapper .card__content a {
    color: #FFF;
}

.collection-list-wrapper ul li {
    border-radius: 9px;
    overflow: hidden;
}



/* SCC BANNER IMAGE */

.scc-image-banner {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 58px;
}

.scc-image-banner__media.bg_media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scc-image-banner__media.bg_media img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

@media (max-width: 990px) {
    .video-banner-section .scc-image-banner {
        min-height: unset;
        position: relative;
        display: unset;
        align-items: unset;
        padding-bottom: unset;
    }
    .video-banner-section .scc-image-banner__media.bg_media {
        position: unset;
        top: unset;
        left: unset;
        width: unset;
        height: unset;
    }
    .video-banner-section .scc-image-banner__media.bg_media img {
        height: unset;
    }
}

.scc-image-banner__content.page-width {
    z-index: 1;
    display: flex;
    position: relative;
    color: #fff;
    gap: 63px;
}

.scc-image-banner__text {
    max-width: 750px;
    position: relative;
}

.scc-image-banner__text::after {
    content: '';
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 40px;
    opacity: 0.3;
}

.scc-image-banner__text p {
    font-size: 24px;
    line-height: 27px;
}

.scc-image-banner__media.bg-gradiant.bg_media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #26245E;
    background: linear-gradient(0deg, rgba(38, 36, 94, 1) 0%, rgba(38, 36, 94, 0.2) 100%);
}

/* Footer */

.footer-block.grid__item {
    min-width: 200px;
}

.footer-block--newsletter h2 {
    font-size: 36px;
    margin: 0 0 24px;
}

footer ul li a.list-menu__item {
    font-size: 17px !important;
    padding: 0;
}

footer .list-social__item .icon {
    transform: scale(1.5);
}

footer .list-social {
    gap: 24px;
}

footer {
    background-color: #26245E !important;
}

footer h2,
footer a {
    color: #fff !important;
}

svg.icon.icon-linkedin {
    fill: #fff;
}

.footer__content-top {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    gap: 40px;
}

footer .footer-block--newsletter {
    align-items: start;
    flex-direction: column;
    margin-top: 0;
    justify-content: start;
}

footer {
    background-image: url(https://cdn.shopify.com/s/files/1/0711/5158/3284/files/a.png?v=1749709036) !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    background-size: 11% !important;
}

.footer__content-bottom-wrapper.page-width {
    justify-content: end;
    color: #fff;
}

.footer__content-bottom-wrapper.page-width a {
    text-decoration: none;
}

.list-social__link:hover .icon {
    transform: scale(1.7) !important;
}

/* Product listing */
.card__badge {
    align-self: flex-start !important;
    grid-row-start: 1 !important;
    justify-self: flex-start !important;
}

.full-unstyled-link {
    font-size: 18px;
    font-weight: 500;
}

.price--on-sale .price__sale {
    flex-direction: row-reverse !important;
    display: flex !important;
    gap: 10px !important;
}

.badge {
    border-radius: 4px !important;
    text-transform: uppercase !important;
    padding: 4px !important;
}

span#\2026-save-amount {
    background: #f41919;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    padding: 4px;
}

.card .media {
    background: #fff !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px !important;
}

.grid {
    row-gap: 72px !important;
}

/* Product Page Styling will change later */
.variant-dropdown-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.variant-dropdown-wrapper .variant {
    display: flex;
    flex-direction: column;

}

select#example-select {
    border: 1px solid #D9D9D9;
    padding: 12px 16px 12px 8px;
    border-radius: 4px;
}

.tpo_option-label.tpo_dropdown .tpo_option-input {
    border: 1px solid #D9D9D9;
    padding: 12px 16px 12px 8px;
    /* border-radius: 4px; */
}

/* Instagram feed */
.gfa-arrow-button {
    top: auto !important;
    bottom: -52px !important;
    border: 1px solid !important;
}

.gfa-arrow-left {
    left: auto !important;
    right: 80px !important;
}

.gfa-content__button-container.button-FzYaFDfRZBPa {
    display: none;
}

/* Review */
.jdgm-carousel-wrapper .jdgm-carousel-item__review {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    text-align: center !important;
    gap: 50px;
}

.jdgm-carousel-wrapper .jdgm-star.jdgm-star,
.jdgm-carousel .jdgm-star.jdgm-star {
    background: unset !important;
    color: #C2B59E !important;
    margin-top: 10px !important;
    display: flex;
}

.jdgm-carousel-item__inner-wrapper {
    position: relative;
}

.jdgm-carousel-item__inner-wrapper::before {
    content: url(/cdn/shop/files/Layer_1.png?v=1750042703);
    position: absolute;
    top: -18px;
    left: 80px;
    height: auto;
    width: auto;
}

.jdgm-carousel-item__inner-wrapper::after {
    content: url(/cdn/shop/files/Layer_1.png?v=1750042703);
    position: absolute;
    bottom: -18px;
    right: 80px;
    height: auto;
    width: auto;
    transform: rotate(180deg);
}

.jdgm-carousel-title-and-link {
    display: none;
}

.jdgm-carousel--card-theme .jdgm-carousel-item {
    padding: 20px !important;
}

.jdgm-carousel-item__inner-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #26245E;
    color: #Fff;
}

.jdgm-carousel-item__review-body {
    margin: 0;
    text-overflow: unset !important;
    overflow: visible !important;
}

.jdgm-carousel-item__review-body p {
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.jdgm-carousel-item__review-body p:focus:after,
.jdgm-carousel-item__review-body p:hover:after {
    content:attr(data-text);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: absolute;
    left:auto;
    top:auto;
    width: auto;
    max-width: 20rem;
    border: 1px solid #eaebec;
    padding: 0 .5rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.28);
    white-space: normal;
    word-wrap: break-word;
    display:block;
    color:black;
    margin-top:-1.25rem;
}


/* Contact */

.field.checkbox-field::after {
    display: none;
}

.contact__fields {
    display: flex;
    flex-direction: column;
}

.field:not(.checkbox-field) {
    margin-bottom: 5rem !important;
}

.field::after {
    box-shadow: 0px 0px 3px #Dfdfdf !important;
    border-radius: 4px;
}

.field__label {
    top: -25px !important;
    left: 0 !important;
}

.contact__fields {
    display: flex !important;
}

label.field__label {
    font-size: 14px !important;
}

.checkbox-field label input {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 2px solid #DDDDDD;
    border-radius: 4px;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    transition: border 0.2s ease-in-out;
}

.checkbox-field label input::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    transform: scale(0);
    transition: transform 0.1s ease-in-out;
    background-color: #DDDDDD;
    border-radius: 2px;
}

.checkbox-field label input:checked::before {
    transform: scale(1);
}

.contact__button button.button.button--primary {
    max-width: 260px;
    width: 100%;
}

.contact__button button.button.button--primary svg {
    position: absolute;
    right: 22px;
}

.contact-form-social-icons {
    border-top: 1px solid #dfdfdf;
    margin-top: 53px;
}

.contact-form-social-icons .list-social {
    justify-content: flex-start;
    gap: 24px;
}

.contact-form-social-icons h2 {
    font-size: 42px;
}

.contact-form-social-icons .list-social__item .icon {
    transform: scale(1.5);
}

.no-display {
    display: none;
}


div#product-360-viewer {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-footer {
    width: 100%;
}

.newsletter-footer .newsletter__wrapper {
    background: transparent;
}

.newsletter-footer form#contact_form {
    margin: 0;
    max-width: 100%;
}

.newsletter-footer label.field__label {
    display: none;
}

.newsletter-footer h2 {
    font-size: 24px;
    text-align: left;
}

.footer-block--newsletter .newsletter__wrapper h2 {
    margin: 0 0 10px;
}

.footer-block--newsletter h2 {
    margin: 0;
}

.footer__list-social li:first-child a {
    padding-left: 0;
}

.newsletter-footer .newsletter-form__field-wrapper {
    max-width: 100%;
}

.newsletter-footer .newsletter-form__field-wrapper .field {
    margin-bottom: 0 !important;
}

.newsletter-footer h3.newsletter-form__message {
    color: #fff;
}

/* Instagram NEW NOTE: Wrap the embed code with a div .scc-insta-post  */
.scc-insta-post .vw-instagram-slider-feed .text-center.section-header {
    display: none;
}

.scc-insta-post .slick-arrow svg g polyline {
    stroke: #000;
}

.scc-insta-post .ig-slick-prev.slick-arrow {
    left: auto;
    right: 50px;
}

.scc-insta-post .ig-slick-prev.slick-arrow Specificity: (0, 2, 0) {
    left: auto;
    right: 50px;
}

.scc-insta-post .ig-slick-prev,
.scc-insta-post .ig-slick-next {
    top: 100%;
    border: 1px solid #000;
    background: transparent;
}

.ig-slick-prev, .ig-slick-next {
    z-index: 2 !important;
}

/* MEGA MENU */
header {
    position: relative;
}

.header.menu-open {
    border-radius: unset;
}

button#MegaMenuToggle {
    border: none;
    background: unset;
    width: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__mega-menu-extended__panel[hidden] {
    display: none;
}

nav ul>li>a:hover,
nav ul>li>h3:hover {
    text-shadow: 0 0px 1px rgba(0, 0, 0, 0.8);
}


/* .mega-menu-extended__item-image, */
.scrolled-past-header .mega-menu-extended__item-image {
    border: 1px solid #ababab;
}

div#MegaMenuPanel {
    position: fixed;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100vw;
    padding: 5px 40px 40px 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: 0px 14px 10px -10px rgba(0, 0, 0, 0.15);
}

.mega-menu-extended__columns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mega-menu-extended__columns .mega-menu-extended__column {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-menu-extended__columns .mega-menu-extended__column {
    width: 50%;
}

ul.mega-menu-extended__items {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 58px;
}

ul.mega-menu-extended__subitems {
    list-style: none;
    padding: 0;
}

.mega-menu-extended__item-image {
    width: 120px;
    height: 100px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.mega-menu-extended__item-image img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

h3.mega-menu-extended__group-title,
h3.mega-menu-extended__group-title a,
.mega-menu-extended__item-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #262562;
}

.mega-menu-extended__item-title {
    font-size: 15px;
    color: #000;
}

ul.mega-menu-extended__column.mega-menu-extended__column--right {
    padding-left: 117px;
}

ul.mega-menu-extended__column.mega-menu-extended__column--right li h3 {
    margin: 0;
    padding: 15px;
}

.mega-menu-extended__columns a {
    text-decoration: none;
}

ul.mega-menu-extended__subitems li {
    line-height: 21px;
    font-size: 13px;
}

.header__mega-menu-extended__search form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}

.header__mega-menu-extended__search label {
    font-size: 16px;
    font-weight: 500;
    max-width: 170px;
}

button.mega-menu-extended__search-button {
    background: unset;
    border: none;
}

input#MegaMenuSearch {
    width: Calc(100% - 40px);
    background: unset;
    border: none;
}

.inputwrapper {
    width: Calc(100% - 170px);
    background: #E0E0E0;
    padding: 5px;
    border: 1px solid #A8A8A8;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

input#MegaMenuSearch:focus-visible {
    border: unset;
    outline: none;
    background: unset;
    box-shadow: none;
}

a.mega-menu-extended__item.link.mobile-view-title {
    display: none;
}

#MegaMenuToggle[aria-expanded="true"] .icon-close {
    display: block;
    width: 20px;

}

#MegaMenuToggle[aria-expanded="false"] .icon-close {
    display: none;
}

#MegaMenuToggle[aria-expanded="true"] .custom-hamburger-icon {
    display: none;
}

#MegaMenuToggle[aria-expanded="false"] .custom-hamburger-icon {
    display: block;
}



.tpo_option-label-container .form__label,
.product-form__input .form__label {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.product-form__input select {
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    padding-left: 8px;
}

.product-form__input span.svg-wrapper svg.icon.icon-caret {
    transform: scale(1.4);
    left: 3px;
    position: relative;
}

.product__info-container variant-selects {
    margin-bottom: 0;
}

.product__info-container div product-form.product-form {
    margin-top: 0;
}

.product__info-container div product-form.product-form form .product-form__buttons .tpo_option-set-wrapper.tpo_has-option-set {
    padding-top: 0;
}

@media (min-width: 990px) {
    /* .header__menu-left .has-mega:hover .mega-menu {
        display: block;
    } */
        .header__menu-left .has-mega .mega-menu.active-menu {
        display: block;
    }


    .mega-menu__content {
        padding: 2rem 0;
    }

    .mega-menu__columns {
        display: flex;
        gap: 2rem;
        align-items: start;
    }
    .mega-menu__column--promo {
        width: 50%;
    }
    .mega-menu-nav-wrapper {
        display: flex;
        gap: 30px;
        flex-wrap:wrap;
        width: 50%;
        justify-content: space-between;
        padding-right: 57px;
    }

    .mega-menu__title {
        display: block;
        font-weight: 600;
        margin-bottom: .5rem;
        text-decoration: none;
    }

    .mega-menu__list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mega-menu__link {
        display: block;
        padding: .25rem 0;
        text-decoration: none;
    }

    .mega-menu__promo-image {
        display: block;
        width: 100%;
        height: auto;
    }

    .mega-menu__promo-text {
        margin-top: 0.75rem;
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

@media(max-width: 990px) {
    div#cart-notification {
        display: none;
    }
    div#cart-notification.active {
        display: block;
    }
    div#cart-notification {
        left: initial;
        transform: translateX(-50%);
    }
    .header__menu-left .has-mega .mega-menu {
        display: none !important;
    }
    .mobile-menu-only li.list-menu__item {
        flex-direction: column;
        align-items: start;
        position: relative;
    }
    li.list-menu__item.has-children::after, li.list-menu__item.has-mega::after {
        position: absolute;
        top: 18px;
        right: 10px;
    }
    .mobile-menu-only .mega-menu__list{
        list-style: none;
    }
    .mobile-menu-only .mega-menu,
    .mobile-menu-only .submenu,
    .mobile-menu-only .mega-menu__list,
    .mega-menu-extended__items,
    .title-submenu-wrapper{
        width: 100%;
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease all;
    }
    .mobile-menu-only .mega-menu.active-menu,
    .mobile-menu-only .submenu.active-menu,
    .mobile-menu-only .mega-menu__list.active-menu,
    .mega-menu-extended__items.active-menu,
    .title-submenu-wrapper.active-menu{
        width: 100%;
        height: 100%;
        visibility: visible;
        opacity: 1;
    }
    .mobile-menu-only .list-menu__item--link,
    .mobile-menu-only .mega-menu .mega-menu__title,
    .mobile-menu-only .mega-menu .mega-menu__link,
    .mobile-menu-only .submenu__link,
    a.mega-menu-extended__item.link.mobile-view-title .mega-menu-extended__item-title,
    .mega-menu-extended__columns a{
        font-size: 16px;
        font-weight: 600 !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #262562;
        text-decoration: none;
        display: block;
        padding: 8px 0;
    }
    .mega-menu-extended__columns a span{
        padding: 0 !important;
    }

    .mobile-menu-only .mega-menu__content.page-width,
    ul.mega-menu-extended__subitems {
        padding: 0 0 0 20px !important;
    }.mobile-menu-only .mega-menu__column{
        position: relative;
    }
    .mega-menu-extended__group,.mega-menu-extended__item-block{
        position: relative;
    }
    h3.mega-menu-extended__group-title {
        margin: 0;
        padding: 8px 0;
    }
    .mobile-menu-only .mega-menu__column::after,
    .mega-menu-extended__group.has-submenu::after,
    .mega-menu-extended__item-block.has-submenu::after{
            content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
            margin-left: 5px;
        cursor: pointer;
        background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.29289%208.29289C4.68342%207.90237%205.31658%207.90237%205.70711%208.29289L12%2014.5858L18.2929%208.29289C18.6834%207.90237%2019.3166%207.90237%2019.7071%208.29289C20.0976%208.68342%2020.0976%209.31658%2019.7071%209.70711L12.7071%2016.7071C12.3166%2017.0976%2011.6834%2017.0976%2011.2929%2016.7071L4.29289%209.70711C3.90237%209.31658%203.90237%208.68342%204.29289%208.29289Z'%20fill='%23000'/%3E%3C/svg%3E") no-repeat center;
            position: absolute;
            top: 13px;
            right: 10px;
    }
    .title-submenu-wrapper .mega-menu-extended__item.link{
        display: none;
    }
    .mobile-menu-only {
        display: block !important;
    }

    .header__menu-left {
        display: none !important
    }
    .mega-menu__column--promo{
        display:none;
    }
    header.header {
        display: flex;
        flex-direction: row !important;
        justify-content:space-between;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .menu-open div#MegaMenuPanel {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        padding: 30px 3rem 40px;
    }

    .header__mega-menu-extended__search label {
        display: none;
    }

    .inputwrapper {
        width: 100%;
        margin-bottom: 13px;
    }

    .header__mega-menu-extended__search form {
        margin-top: 0;
    }

    nav.header__mega-menu-extended {
        height: Calc(100vh - 215px);
        overflow-y: scroll;
    }

    .mega-menu-extended__columns {
        flex-wrap: wrap;
    }

    .mega-menu-extended__columns .mega-menu-extended__column {
        width: 100%;
    }

    ul.mega-menu-extended__items {
        justify-content: start;
        gap: 0;
        flex-direction: column;
    }
    a.header-image-wrapper{
        display:none;
    }
    ul.submenu.active-menu {
        padding: 0 0 0 20px;
    }
    ul.mega-menu-extended__column.mega-menu-extended__column--right {
        padding: 0;
    }

    ul.mega-menu-extended__column.mega-menu-extended__column--right li h3 {
        padding: 8px 0;
    }

    a.mega-menu-extended__item.link {
        width: 145px;
    }

    li.mega-menu-extended__item-block {
        display: flex;
        gap: 5px;
        flex-direction: column;
        padding-left: 20px;
    }

    a.mega-menu-extended__item.link {
        width: 145px;
    }

    a.mega-menu-extended__item.link.mobile-view-title {
        display: block;
        text-wrap: nowrap;
        width: fit-content;
    }

    .desktop-view-title {
        display: none;
    }

    .title-submenu-wrapper {
        display: flex;
        gap: 15px;
    }

    .mega-menu-extended__item-image {
        width: 100%;
        height: auto;
    }
}

@media (min-aspect-ratio: 16/9) {
  .video-banner-section iframe.video-banner-section__media {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-banner-section iframe.video-banner-section__media {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

@media(max-width: 768px) {

    section.video-banner-section {
        max-height:unset;
        min-height:unset;
    }
    section.video-banner-section.video-banner-section__mobile_portrait {
        min-height:90vh;
    }
    .video-banner-section__content.page-width {
        position: unset;
    }
    .video-banner-section__content.page-width.video-banner-section__content__mobile_over_video {
        position: absolute;
    }
    video.video-banner-section__media,
    iframe.video-banner-section__media{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
    }
    .video-banner-section iframe.video-banner-section__media {
        width:100vw;
        height: 56.25vw;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
    }
    video.video-banner-section__media.video-banner_section__media__mobile_portrait,
    iframe.video-banner-section__media.video-banner_section__media__mobile_portrait{
        position:absolute;
        width:auto;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        height:100%;
        object-fit:cover;
    }
    video.video-banner-section__media.video-banner_section__media__mobile_portrait.video-banner-section__media__mobile_over_video,
    iframe.video-banner-section__media.video-banner_section__media__mobile_portrait.video-banner-section__media__mobile_over_video{
        position: relative;
        width: auto;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        height: 90vh;
        object-fit: cover;
    }

    .jdgm-carousel-item__review-body p {
        font-size: 18px;
    }

    .jdgm-carousel__item-container {
        display: flex;
        align-items: center;
    }

    .jdgm-carousel__item-container,
    .jdgm-carousel-item,
    .jdgm-carousel--card-theme .jdgm-carousel-item {
        height: 500px;
    }

    .jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
        max-height: 410px;
    }

    a.header-image-wrapper {
        margin-right: 10px;
    }

    span.header-image-seperator {
        margin-right: 0;
    }

    .video-banner-section__content h2 {
        font-size: var(--font-size-mobile, 28px);
        line-height: 28px !important;
        word-break: unset;
    }

    .image-with-text .grid {
        row-gap: 0 !important;
    }

    section#shopify-section-template--18562166915124__collection_list_ejfDWB {
        margin-top: -100px;
    }

    .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel {
        width: 100% !important;
    }

    .page-width.drawer-menu {
        display: flex;
        flex-direction: column;
    }

    .gfa-widget.GSC-QnlDVHLVuSXQubl {
        padding-bottom: 75px !important;
    }

    .scc-image-banner__content.page-width {
        flex-direction: column;
        gap: 0;
    }

    .footer__content-top.page-width {
        flex-direction: column-reverse !important;
    }

    footer .footer-block--newsletter {
        margin-bottom: 20px;
        gap: 0;
    }

    .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in,
    .footer-block__details-content {
        margin: 0 !important;
    }

    ul.breadcrumbs__list {
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 27px;
    }


}

#contact_form input {
    padding: 1rem;
}

.text-align-left {
    text-align: -webkit-left;
}
.text-align-center {
    text-align: -webkit-center;
}
.text-align-right {
    text-align: -webkit-right;
}

.product__info-container .product__description {
    max-height: 40vh;
    overflow-y: scroll;
}

@media only screen and (min-width: 750px) {
  .product__info-container h1, .product__info-container .h1 {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
}

.media > img.image_align_top_left, img.image_align_top_left { object-position: top left; }
.media > img.image_align_top_center, img.image_align_top_center { object-position: top center; }
.media > img.image_align_top_right, img.image_align_top_right { object-position: top right; }
.media > img.image_align_center_left, img.image_align_center_left { object-position: center left; }
.media > img.image_align_center_center, img.image_align_center_center { object-position: center center; }
.media > img.image_align_center_right, img.image_align_center_right { object-position: center right; }
.media > img.image_align_bottom_left, img.image_align_bottom_left { object-position: bottom left; }
.media > img.image_align_bottom_center, img.image_align_bottom_center { object-position: bottom center; }
.media > img.image_align_bottom_right, img.image_align_bottom_right { object-position: bottom right; }
