/** Shopify CDN: Minification failed

Line 579:0 Unexpected "}"

**/
@font-face {
    font-family: 'KoVHeadingFont';
    src: url("KoVHeadingFont.woff2") format("woff2");
    font-style: normal;
}
@font-face {
    font-family: 'permanent-marker';
    src: url("PermanentMarker.woff2") format("woff2");
    font-style: normal;
}

/* @font-face {
    font-family: 'dancing-script';
    src: url("DancingScript.woff2") format("woff2");
    font-style: normal;
}  */
@font-face {
    font-family: 'KoVFont';
    src: url("KoVFont.woff2") format("woff2");
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ko-v-font
{
  font-family: "KoVHeadingFont" !important;
}

@media only screen and (max-width: 680px) {
    h2{
        font-size: 32px !important;
    }
}
body{
    --basic-color: #fec909;
    --announcement-bar-color: #d4af37 ;
}

/* .dancing-script{
    font-family: "DancingScript" !important;
    font-size: 24px;
} */

.section--full-width-media__container {
  display: block;
}
.section--full-width-media__container > div:nth-of-type(1):after {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
}
.section--full-width-media__container > div:nth-of-type(2) {
  position: absolute;
  top:0;
  right: 0;
  height: 100%;
  width: 60%;
  z-index: 2;
}

/* @media only screen and (max-width: 586px) {
    .hero__container .hero__media-wrapper .hero__image--mobile{
        display: block;
    }
    .hero__container .hero__media-wrapper img:not(.hero__image--mobile){
        display: none;
    }
}
@media only screen and (min-width: 587px) {
    .hero__container .hero__media-wrapper .hero__image--mobile{
        display: none;
    }
    .hero__container .hero__media-wrapper img:not(.hero__image--mobile){
        display: block;
    }
} */

.email-wrapper {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 32px 64px;
    color: white;
}

.email-wrapper-background.custom-section-background img{
    filter: blur(2px);
}

.hero__container rte-formatter h1{
    margin: 0;
}

footer .details-content li a {
    color: var(--basic-color);
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.editorial h1,
.editorial h2,
.editorial h3,
.editorial h4,
.editorial h5,
.editorial h6,
.editorial p{
    color: white !important;
}
.editorial rte-formatter h1:first-child,
.editorial rte-formatter h2:first-child,
.editorial rte-formatter h3:first-child,
.editorial rte-formatter h4:first-child,
.editorial rte-formatter h5:first-child,
.editorial rte-formatter h6:first-child{
    margin : 0;
}
@media screen and (min-width: 768px) {
    .media-block__media--desktop{
        display: block;
    }
    .media-block__media--mobile{
        display: none;
    }
    .editorial rte-formatter > p {
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .section--full-width-media__container > div:nth-of-type(1):after {
        display: none;
    }
    .media-block__media--desktop{
        display: none;
    }
    .media-block__media--mobile{
        display: block;
    }
    .section--full-width-media__container > div:nth-of-type(2) {
        position: relative;
        width: 100%;
    }
    .editorial div:nth-of-type(2) {
        background-color: black;
    }
    .editorial h1,
    .editorial h2,
    .editorial h3,
    .editorial h4,
    .editorial h5,
    .editorial h6 {
        width: 100%;
        text-align: center !important;
        min-width: 100%;
    }
    /* .editorial p {
        width: 100%;
        text-align: left !important;
        min-width: 100%;
    } */
    .editorial a {
        width: fit-content;
        min-width: auto;
    }
    .editorial .group-block-content{
        align-items: center;
    }
}

#header-group > div:nth-of-type(1) {
    z-index: 1000 !important;
}

.hero__container .button-link{
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 900;
    /* border: 1px solid white; */
}

/* #header-component[data-sticky-state="inactive"] */

/* #product-information {
    margin-top: calc(var(--header-height) + var(--announcement-bar-height) + 20px);
    padding: 0;
} */
#product-information media-gallery {
    margin : 0;
}

@media screen and (min-width: 1260px) {
    #product-information .product-information__content {
        max-width: 1260px;
        margin: auto;
    }
}


.select-hero-title{
    border-bottom: 3px solid black;
}

.footer-marquee, .hero-marquee {
    border-top: 3px solid rgb(254 201 9);
    border-bottom: 3px solid rgb(254 201 9);
    box-shadow: 0 -3px 19px -5px rgb(254 201 9),
                0 3px 14px -5px rgb(254 201 9);
    z-index: 99;
}

.footer-marquee {
    position: absolute;
    top: 0;
    transform: translateY(35%);
    color: var(--basic-color);
}

@media only screen and (max-width: 1024px) {
    .footer-marquee {
        transform: translateY(24%);
        padding: 10px 0 !important;
    }
    .hero-marquee{
        padding: 10px 0 !important;
    }
}

.footer-marquee *{
    color: var(--basic-color) !important;
}

.youtube-video-dashboard {
    /* padding-top: 70px; */
    background-color: rgb(183 178 171) !important;
}

.youtube-video-dashboard .custom-section-content img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .youtube-video-dashboard .group-block-content{
        grid-template-columns: repeat(2,1fr);
        display: grid;
        gap: 1rem;
        padding: 20px;
    }
}
@media only screen and (min-width: 769px) {
    .youtube-video-dashboard .group-block-content{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        padding: 20px;
    }
}
.youtube-video-dashboard .section-content-wrapper{
    gap: 0 !important;
}

.youtube-video-dashboard .group-block{
    background-color: rgb(51 51 51);
}
@media only screen and (max-width: 749px) {
    .ufc-section .group-block-content{
        align-items: center;
    }
    /* .ufc-section .group-block-content .ufc-text,
    .ufc-section .group-block-content .ufc-text p{
        text-align: center;
        max-width: none;
    } */
     
}

header.header-section{
    z-index: 1000 !important;
}

.email-signup-custom .section-content-wrapper{
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 1rem;
}
@media only screen and (min-width: 769px) {
    .custom-text-mobile{
        display: none !important;
    }
    .custom-text-desktop{
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .email-signup-custom .section-content-wrapper{
        grid-template-columns: 1fr;
    }
    .email-signup-custom .group-block{
        order: 2;
        padding: 0;
    }
    .email-signup-custom .image-block{
        order: 1;
    }
    .email-signup-custom .image-block img{
        max-width: 300px;
    }
    .custom-text-mobile{
        display: block !important;
    }
    .custom-text-desktop{
        display: none !important;
    }
    .editorial h2 + h2{
        display: none;
    }
}

.join-fight p,
.ufc-text p,
.editorial p{
    font-size: 23.0128px !important;
}

.email-signup-custom .email-signup__input.paragraph{
    padding: 5px 10px;
    border-radius: 6.4px;
    background-color: transparent;
    outline-color: black;
    outline-width: 2px;
    font-size: 19.2px;
    outline-offset: 1px;
}

.email-signup__input-group-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.email-signup__input-group-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.email-signup-custom .email-signup__button--integrated{
    position: static;
}

.email-signup-custom .email-signup__button:not(.button-unstyled){
    padding: 12.8px 24px;
    border-radius: 300px;
    color: #FEC909;
    font-size: 16px;
    text-transform: uppercase;
}
.email-signup-custom .email-signup__button:not(.button-unstyled):hover,
.email-signup-custom .email-signup__button:not(.button-unstyled):active {
    opacity: 0.8;
    background-color: black;
}

.email-signup-custom .custom-section-content{
    max-width: 1600px;
    margin: auto;
}

.name-label{
    line-height: 28px;
    font-weight: 500;
}

.group-label{
    line-height: 28px;
    font-size: 18.9184px;
    font-weight: 500;
}

.email-signup-custom .required-asterisk{
    font-size: 14.5408px;
    opacity: 0.7;
}

/* Footer style */
footer .section-background .background-image-container img{
    object-position: 100% 21%;
}
footer .section-background:after{
    background-color: rgb(11, 11, 29);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
}

footer .footer-content{
    display: flex;
    justify-content: space-around;
}
footer .footer-content .image-block{
    width: 25%;
}
/* footer .footer-content .group-block{
    max-width: fit-content;
} */

footer .footer-content .menu__item + .menu__item{
    margin-block-start: 12px;
}
footer .footer-content .menu__item {
    white-space: nowrap;
}

footer .footer-content .social-icons__icon{
    fill: white;
}
footer .mobile-memu-container{
    width: auto;
}
footer .image-block__image{
    object-fit: contain;
}

@media only screen and (max-width: 768px) {
    footer .footer-content .image-block{
        width: 100%;
    }
    footer .footer-content .image-block img{
        width: 100%;
        margin: auto;
        max-width: 377px;
    }

    footer .mobile-memu-container{
        max-width: 460px !important;
        padding: 0 20px;
        margin: auto;
        width: 100%;
    }
    
    .mobile-memu-container .menu-social .group-block-content{
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin-top: 20px;
        flex-basis: 100%;
    }
    .mobile-memu-container > .group-block-content{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        gap: 0;
        flex-wrap: wrap;
    }

    .mobile-memu-container accordion-custom{
        flex: 1;
    }
    .mobile-memu-container accordion-custom:nth-of-type(2) li{
        text-align: right;
    }
    .desktop-menu{
        display: none;
    }
    footer .footer-content{
        flex-direction: column;
    }
}
@media only screen and (min-width: 769px) {
    .desktop-memu{
        display: block;
    }
    /* .mobile-memu-container{
        display: none;
    } */
}

.intro-marquee{
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.editorial a.link{
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    font-size: 19.2px;
}


@media only screen and (max-width: 1024px) {
    .featured-collection-products .collection-product-wrapper > .group-block-content{
        display: block;
    }
    .featured-collection-products .collection-product-wrapper .featured-product-wrapper {
        padding: 20px 0 0 0;
    }
    .featured-collection-products .collection-product-wrapper .featured-product-wrapper .group-block-content{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .featured-collection-products .collection-product-wrapper .featured-product-wrapper .group-block-content product-card-link:nth-of-type(3){
        display: none;
    }
}

.featured-collection-products .collection-product-wrapper .featured-product-wrapper {
    height: 100%;
}

@media only screen and (min-width: 1025px) {
    .featured-collection-products .collection-product-wrapper .featured-product-wrapper .group-block-content{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .featured-collection-products .collection-product-wrapper > .group-block-content{
        display: grid;
        grid-template-columns: 2.8fr 1fr;
        gap: 1rem;
    }
}
.featured-collection-products .collection-product-wrapper .featured-product-wrapper .group-block-content [ref="productTitleLink"] *{
    color: white;
    font-size: calc(var(--font-paragraph--size)* 1.3) !important;
    line-height: 1;
}

@media only screen and (max-width: 749px) {
    .featured-collection-products .collection-product-wrapper .featured-product-wrapper .group-block-content [ref="productTitleLink"] *{
        font-size: 18.9184px;
    }
    .featured-collection-products .section-content-wrapper{
        padding-top: 0;
        padding-bottom: 0;
    }
    .collection-list .collection-list-heading{
        padding-top: 0;
    }
    .featured-collection-products .collection-product-wrapper .featured-product-wrapper .group-block-content{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-information__grid .title_price{
        order: -2;
    }
    .product-information__grid .buy-buttons-block{
        order: -1;
    }
    .collection-product-wrapper
    .featured-product-wrapper
}

.product-page-collection-list .bento-box .bento-box__item:nth-of-type(2) .collection-card__image img{
    object-position: center 11%;
}
.product-page-collection-list-desktop .bento-box .bento-box__item:nth-of-type(3) .collection-card__image img{
    object-position: center 0;
}
.product-page-collection-list-mobile .bento-box .bento-box__item:nth-of-type(3) .collection-card__image img{
    object-position: center 15%;
}


.editorial .media-block img:nth-of-type(1){
    object-position: center 14%;
}
.editorial .media-block img:nth-of-type(2){
    object-position: center 25%;
}

.featured-collection-products product-card-link .contents > *{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}




/* Klaviyo Form Styles */

.needsclick[aria-label="POPUP Form"] form.klaviyo-form{
    flex-direction: column !important;
    max-height: 80vh;
    min-height: fit-content;
}
.needsclick[aria-label="POPUP Form"] form.klaviyo-form > .needsclick:nth-of-type(1){
    width: 100% !important;
    margin: 0 !important;
    min-height: auto !important;
}
.needsclick[aria-label="POPUP Form"] form.klaviyo-form > .needsclick:nth-of-type(2){
    min-height: auto !important;
    padding: 0 !important;
}

.needsclick[data-testid="POPUP"] >.needsclick:nth-of-type(1) >.needsclick:nth-of-type(1) > .needsclick:nth-of-type(2){
    display: none !important;
}

#header-group .shopify-section-group-header-group{
    position: sticky;
    top: 0;
}

#header-group .header-section:has(>#header-component[sticky=always]) {
    top: calc(var(--announcement-bar-height) - 1px);
}

#MainContent{
    margin-top: -2px;
}

.hero-section-name h1{
    white-space: nowrap;
}
@media only screen and (max-width: 500px) {
    .hero-section-name h1{
        font-size: 26px;
        white-space: nowrap;
    }
}

.stress-btn {
    position: relative;
    z-index: 1;
    overflow: visible;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
  }

.stress-btn::after {
content: "";
position: absolute;
inset: 0;
border: 2px solid var(--button-background-color);
border-radius: inherit;
transform: scale(1);
opacity: 1;
animation: border-zoom-out 1.6s infinite ease-out;
z-index: -1;
}

@keyframes border-zoom-out {
    0% {
    transform: scale(1);
    opacity: 0.9;
    }
    100% {
    transform: scale(1.3);  /* zoom out only */
    opacity: 0;             /* fade away */
    }
}

.text-block--capitalize *{
    text-transform: uppercase !important;
}

@media only screen and (max-width: 900px) {
    .product-page-collection-list-mobile{
        display: block;
    }
    .product-page-collection-list-desktop{
        display: none;
    }
}
@media only screen and (min-width: 901px) {
    .product-page-collection-list-mobile{
        display: none;
    }
    .product-page-collection-list-desktop{
        display: block;
    }
}

.product-info-accordion summary:hover{
    color: var(--basic-color);
}

a[ref="productTitleLink"]{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#announcement-bar.custom-announcement-bar{
    background-color: var(--announcement-bar-color);
}

@media only screen and (max-width: 768px) {
    #announcement-bar.custom-announcement-bar .announcement-bar__slides{
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    #announcement-bar.custom-announcement-bar{
        padding: 10px 0;
    }
    #announcement-bar.custom-announcement-bar slideshow-slide > p{
        font-size: 13px !important;
    }
}

.announcement-bar__text{
    text-align: center !important;
}
.editorial-content{
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}

.editorial-content p{
/* font-size: clac(var(--font-paragraph--size)* 1.3) !important; */
    font-size: 23.01 !important;
}

.fresh-drops a[ref="productTitleLink"] *{
    font-size: calc(var(--font-paragraph--size)* 1.3) !important;
    line-height: 1;
}
.fresh-drops a[ref="productTitleLink"] > div{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-collection-products [ref="priceContainer"] .price,
.fresh-drops [ref="priceContainer"] .price{
    font-size: 17px;
}

/* .ufc-section img{
    object-position: center 41%;
} */

@media only screen and (max-width: 749px) {
    .ufc-section[data-testid="media-with-content"] {
        display: flex;
        flex-direction: column;
    }
    .ufc-section[data-testid="media-with-content"] h2{
        text-align: center;
    }
    .ufc-section[data-testid="media-with-content"]>.media-block {
        order: 2;
    }
    .ufc-section[data-testid="media-with-content"]>.group-block {
        order: 1;
    }
}

.header-menu__inner *{
    color: var(--basic-color) !important;
}
.header-menu__inner .menu-list__link-title:hover,
.header-menu__inner .mega-menu__link-title:hover,
.header-menu__inner .menu-list__link--active{
    text-decoration: underline !important;
    text-underline-offset: 4px
}


.collection-list .collection-card__inner .text-block p{
    white-space: nowrap;
}
header-drawer.header-drawer .menu-drawer__menu-item-text,
header-drawer.header-drawer .menu-drawer__list-item,
header-drawer.header-drawer .menu-drawer__menu-item-text:hover,
header-drawer.header-drawer .menu-drawer__list-item:hover{
    color: var(--basic-color) !important;
}
header-drawer.header-drawer .menu-drawer__menu-item-text:hover,
header-drawer.header-drawer .menu-drawer__list-item:hover{
    text-decoration: underline !important;
    text-underline-offset: 4px
}
header-drawer.header-drawer .menu-drawer__menu.menu-drawer__menu--childlist{
    padding-left: 18px;
}

header-drawer.header-drawer .menu-drawer__menu{
    font-size: 20px;
}
header-drawer.header-drawer .menu-drawer__menu-item-text{
    font-size: 18px;
}

#MainContent:has(.shopify-policy__container){
    background-color: black;
    color: white;
}

.rebuy-widget .rebuy-product-grid.small-carousel, .rebuy-recommended-products .rebuy-product-grid.small-carousel{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hero-section-name{
    position: relative;
}
.hero-section-name::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.3));
    z-index: 0;
}
.hero-section-name h1{
    z-index: 1;
}

a[ref="productTitleLink"] *{
    font-size: calc(var(--font-paragraph--size) * 1.3) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.header__icon.header__icon--menu.header__icon--summary {
    padding: 7px;
}
.header__icon.header__icon--menu.header__icon--summary .header-drawer-icon {
    width: 20px;
    height: 20px;
    color: var(--basic-color);
}

.product-information__grid h1.product-title-heading{
    font-size:calc(var(--font-h1--size) * 0.7) !important;
    font-family: 'permanent-marker' !important;
}

.menu-drawer__menu .menu-drawer__menu-item--mainlist{
    min-height: auto;
}

.contact-form input::placeholder, .contact-form textarea::placeholder{
    color: white;
}
.contact-form input, .contact-form textarea{
    color: white;
}

.menu-drawer__featured-content{
    display: none;
}