.p-150 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.button-style::before, 
.button-style::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.button-style {
    pointer-events: auto;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 70px;
    color: #ffffff !important;
    padding: 15px 50px;
    margin: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
a.button-style span,
a.button-style strong {
    font-size: 20px;
    font-weight: 500;
    display: block;
    position: relative;
    mix-blend-mode: difference;
    z-index: 10;
}
.button-style--play:hover span,
.button-style--play:hover strong {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
.button-style--play::before {
    content: '';
    background: #000;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.button-style--play::after {
    content: '';
    background: #000;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button-style--play:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button-style--play:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}


section.customize-helmets-section {
    background: #171716;
}
.cuhs-set {
    display: flex;
}
.cuhs-text-box, 
.cuhs-img-box {
    width: 50%;
}
.cuhs-text-box {
    padding-left: 200px;
    padding-top: 200px;
}
.cuhs-sub-title {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    font-style: italic;
    line-height: 60px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cuhs-info-btn-box ul {
    list-style:none;
    padding:0;
}
.cuhs-info-btn-box ul li {
    color:#ffffff;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}
.cuhs-info-btn-box ul li .count-box {
    border: 1px solid #ffffff;
    border-radius: 100px;
    display: inline-block;
    margin-right: 20px;
    padding: 12px 20px 15px;
    line-height: 23px;
}
.cuhs-info-btn-box ul li a,
.cuhs-img-box a {
    /*background: #E55945;*/
    color: #fff;
    width: 307px;
    height: 64px;
    border-radius: 30px;
    padding-top: 16px;
    padding-right: 36px;
    padding-bottom: 16px;
    padding-left: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    text-align: center;
    margin-top: 50px;
}
.pn-cta-box {
    margin-bottom: 50px;
    text-align: center;
}
.cuhs-img-box .pn-cta-box a {
    display: none;
}
@media (max-width: 767px) {
    .cuhs-img-box .pn-cta-box a {
        display: inline-block;
    }
    .cuhs-set {
        flex-flow: column;
    }
    .cuhs-text-box {
        order: 1;
        padding: 20px 20px;
    }
    .cuhs-img-box {
        order: 2;
    }
    .cuhs-text-box, 
    .cuhs-img-box {
        width: 100%;
    }
}
.accessories-container.mobile-only {
  display: none;
}
@media (max-width: 767px) {
    .erps-t-b-max .erps-title,
    .erps-t-b-max .erps-sub-title,
    .erps-info-btn-box {
        text-align: center;
    }
    .erps-t-b-max .erps-title {
        font-size: 38px;
        font-weight: 900;
    }
    .erps-t-b-max .erps-info-btn-box ul li {
        gap: 12px;
        max-width: 71%;
        margin-left: 15%;
    }
    .footer.content .block.newsletter.newsletter-style--big .title {
        font-size: 32px;
    }
    ul.header__toplinks li.secondary {
        margin-bottom: 10px;
    }
    
    body .erps-t-b-max .erps-info-btn-box ul li a,
    body .cuhs-img-box .pn-cta-box a {
        height:50px;
        width:250px;
    }
    .wb-text a {
        
    }
    .wb-text a span,
    .wb-text a strong {
        line-height: 20px;
    }
    a.button-style span, 
    a.button-style strong {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .accessories-container.mobile-only {
        display: block;
        padding: 0 50px 30px;
    }
}
.currency.switcher-currency ul.dropdown.switcher-dropdown,
.footer.content .block.newsletter.newsletter-style--big .control:before {
    display:none;
}
.footer.content .block.newsletter.newsletter-style--big .control input {
    border-radius: 70px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: auto;
    padding: 2px 20px;
    text-align: center;
}
.ox-newsletter-modal .block.newsletter input, 
.ox-newsletter-modal .block.newsletter .action.primary {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.footer.content .block.newsletter.newsletter-style--big .action.primary {
    background: #ffffff;
    border-radius: 70px;
    border: 1px solid #000000;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    overflow:hidden;
}
@media (min-width: 993px) {
    .footer.content .block.newsletter.newsletter-style--big .action.primary {
        margin-left: 10px;
    }
}

.wb-text img {
    width: 40%;
}
.wb-text p {
    font-size: 22px;
} 
.wb-text a {
    background: #ffffff;
    border-radius: 70px;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding:15px 50px;
    font-style: normal;
} 
.accessories-container.mobile-only .product-item .product-item-name a {
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    font-style: italic;
}
.erps-t-b-max .erps-info-btn-box ul li a {
    text-transform:uppercase;
}
@media (max-width: 767px) {
    body .welcome-box, 
    body .discover-text, 
    body .phs-text, 
    body .eastt-text {
        font-size: 32px;
        line-height: 36px;
    }
    .essential-accessories-section .p-150,
    .customize-helmets-section .p-150 {
        padding-bottom: 20px;
        padding-top: 70px;
    }
    .wb-text img {
        margin-bottom: 10px;
        width: 80%;
    }
    .wb-text p {
        font-size: 19px;
        margin-top: 10px;
    }
    .wb-text a {
        font-size: 15px;
    }
    .cuhs-sub-title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .cuhs-info-btn-box ul li:last-child {
        text-align: center;
    }
    .cuhs-info-btn-box ul li a {
        display: inline-block;
    }
    .cuhs-info-btn-box ul li a {
        display: none;
    }
    .accessories-container.mobile-only .owl-dots {
        padding-top: 0;
        text-align: center;
    }
    .fotorama__active .fotorama__dot, 
    .ox-css-dots > a span, 
    .owl-carousel .owl-dots button.owl-dot:hover span, 
    .owl-carousel .owl-dots button.owl-dot.active span {
        background-color: #CF4520;
    }
    .accessories-container.mobile-only .owl-carousel .owl-dots button.owl-dot span {
        height: 4px;
        margin: 10px 0;
        width: 47px;
    }
    .accessories-container.mobile-only .ox-product-grid__categories {
        display: none;
    }
    .accessories-container.mobile-only .product-item .product-item-details.actions-stretch .price-box {
        text-align: center;
    }
    .accessories-container.mobile-only .product-item .product-item-details.actions-stretch .price-box span {
        display: inline-block;
        font-size: 25px;
        float:none;
    }
    .accessories-container.mobile-only .product-item-details.-footer.actions-stretch.actions-stretch-2edges {
        margin-top: 20px;
        text-align: center;
    }

    .accessories-container.mobile-only .product-item .product-item-name {
        font-size: 20px;
        line-height: 30px;
        display: block;
        text-align: center;
    }
    .accessories-container.mobile-only .product-item .product-item-name a {
        font-size: 28px;
        line-height: 30px;
        font-weight: 900;
        font-style: italic;
    }
}
.image-container img {
    height: 80%;
    width: 80%;
}
@media (min-width: 1280px) {
    .category-handle {
        font-size: 60px;
    }
}

@media (min-width: 993px) {
    .accessories-container {
        height: 80vh;
    }
}


.catalogsearch-result-index .column.main .page-title-wrapper .page-title, 
.catalog-category-view .column.main .page-title-wrapper .page-title,
.catalog-product-view .product-info-main .page-title-wrapper .page-title,  
.catalog-product-view .product-options-bottom .price-box .price-wrapper .price,
.contacts-second-block h2,
.contacts-second-block h6,
.form.contact legend span,
.footer.content :is(h1,h2, h3,h4, h5, h6) {
    color: #000000;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 10px;
}
.catalog-product-view .product-info-main .price-box .price-wrapper .price {
    font-size: 30px;
}
@media only screen and (max-width: 1024px) {
    body .filter-current-count {
        background: #000000;
        color: #fff;
        line-height: 20px;
    }
}



.wb-text.about-text-1 {
    text-transform: none;
}

body .breadcrumbs,
body .footer-block-content,
body .footer-block-content a,
body .value,
body.toolbar-nobg .toolbar-products, 
body .minicart-btn--minimal .minicart-wrapper .action.showcart span.qty,
body .swatch-option.text {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
body .filter.block .content dl.options dt, 
body .filter-options-title strong,
body .products-grid .product-item .product-item-name a{
    color: #000000;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 800;
}
body .filter-options-content .noUi-value-horizontal {
    /*font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;*/
}

body.catalogsearch-result-index .swatch-option,
body.catalogsearch-result-index .swatch-option.text,
body.catalogsearch-result-index .sidebar-nobg .swatch-attribute.size .swatch-option, 
body.catalogsearch-result-index .sidebar-nobg .swatch-attribute.manufacturer .swatch-option{
    background-color: #F0F0F0 !important;
    border: none;
    border-radius: 50px;
    box-shadow: inherit !important;
    color: #000000 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 7px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}


@media only screen and (min-width: 1025px) {
    .ox-megamenu-navigation .category-item.has-active > .ox-mm-a-wrap .level-top, 
    .ox-megamenu-navigation .category-item.active > .ox-mm-a-wrap .level-top, 
    .ox-megamenu-navigation .category-item.has-active > .ox-mm-a-wrap a, 
    .ox-megamenu-navigation .category-item.active > .ox-mm-a-wrap a, 
    .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item.has-active > .ox-mm-a-wrap a, 
    .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu__categories > .ox-megamenu-list > .category-item > .submenu > .category-item.has-active > .ox-mm-a-wrap a, 
    .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item.active > .ox-mm-a-wrap a, 
    .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu__categories > .ox-megamenu-list > .category-item > .submenu > .category-item.active > .ox-mm-a-wrap a, 
    .ox-megamenu-navigation > .level0 > .ox-mm-a-wrap a:before {
        background: #f15b28 !important;
    }
}

@media (max-width: 414px) {
    .erps-t-b-max .erps-info-btn-box ul li {
        gap: 12px !important;
        max-width: 75%;
        margin-left: 11%;
    }
}

.message.success:before {
    background:#f15b28 !important;
}


.catalog-product-view .product-info-main .swatch-attribute.size {
    position:relative;
}
.catalog-product-view .size-guide-link {
    display: none;
    position:absolute;
    top: 0;
    right: 0;
    min-width: 66px;
}
.catalog-product-view .swatch-attribute.size .size-guide-link {
    display:block;
}
.catalog-product-view .size-guide-link a.size-guide {
    border-bottom: 2px solid #f15b28;
    font-weight: 600;
    padding: 5px 0;
}
.catalog-product-view .modal-popup.watch-size-guide-modal .modal-header, 
.catalog-product-view .modal-popup.watch-size-guide-modal .modal-content, 
.catalog-product-view .modal-popup.watch-size-guide-modal .modal-footer {
    padding: 0;
}
.catalog-product-view aside.modal-popup.watch-size-guide-modal .modal-header {
    background: transparent;
}
.catalog-product-view aside.modal-popup.watch-size-guide-modal .modal-header button.action-close {
    background: #f15b28;
}
.catalog-product-view aside.modal-popup.watch-size-guide-modal .modal-inner-wrap {
    max-height: 500px;
    max-width: 700px;
    width: 100%;
}
.catalog-product-view aside.modal-popup.watch-size-guide-modal #popup-mpdal {
    padding: 20px 16px 20px;
}
.catalog-product-view aside.modal-popup.watch-size-guide-modal .modal-footer {
    display:none;
}
@media (min-width: 769px), print {
    .catalog-product-view .modal-popup.watch-size-guide-modal .modal-inner-wrap {
        border-radius: 25px;
    }
    .catalog-product-view aside.modal-popup.watch-size-guide-modal #popup-mpdal {
        padding: 30px 30px 35px;
    }
}



@media (min-width: 993px) {
    .catalog-product-view .athlete2_product_info__wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: 32px;
    }
    .catalog-product-view .athlete2_product_info__wrapper .product.media {
        position: sticky;
        top: 106px;
    }
    .customize-helmets-section .cuhs-text-box  {
        padding-left: 110px;
        width:40%;
    } 
    .customize-helmets-section .cuhs-img-box {
        width:60%;
    }
}


@media (min-width: 1400px) {
    .catalog-product-view .athlete2_product_info__wrapper {
        gap: 69px;
    }
}

.header__item.header__item-language.hide-on-tablet.hide-on-mobile {
    display: none;
}





.helmet-model.choose-your-helmet {
    display: none;
}
.designer-your-product .helmet-model.choose-your-helmet {
    display: block;
}
.helmet-model.choose-your-helmet h2 {
    color: #000000;
    font-style: italic;
    font-weight:900;
}

.helmet-model.choose-your-helmet div.product-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 30px;
    max-width: 1280px !important;
    justify-content: center;
}

.helmet-model.choose-your-helmet div.product-links a {
    border: 1px solid #d1cecd;
    color: #180904;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 14px;
    text-align: center;
}
.helmet-model.choose-your-helmet div.product-links a:hover {
    border-color:#f15b28;
    transition:  1s;
}

.catalog-product-view .product-info-main .price-box {
    display: inline-block;
    vertical-align: top;
}
.catalog-product-view .product-info-price .ox-product-labels-wrapper.ox-product-labels--top-left {
    position: inherit;
    display: inline-block;
}
.catalog-product-view .product.media .ox-product-labels-wrapper.ox-product-labels--top-left {
    display:none
}
.catalog-product-view .product-info-price .ox-product-labels-wrapper.ox-product-labels--top-left span.ox-product-label-sale {
    background-color: #fdfdfd !important;
    color: #f15b28 !important;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 36px;
    padding: 2px 0 0;
    font-size: 20px;
}

@media (min-width: 769px) {
    .helmet-model.choose-your-helmet div.product-links a {
        font-size: 15px;
    }
    .helmet-model.choose-your-helmet div.product-links {
        gap: 16px;
        margin: 0 auto 50px;
    }
}

@media (min-width: 1280px) {
    .helmet-model.choose-your-helmet div.product-links a {
        font-size: 16px;
    }
    .helmet-model.choose-your-helmet div.product-links {
        gap: 20px;
        margin: 0 auto 60px;
    }
}

.erps-t-b-max .erps-info-btn-box ul li {
    position: relative;
    padding-left: 25px;
}
.erps-t-b-max .erps-info-btn-box ul li span::before {
    content: "•";
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    margin-right: 10px;
}
.featurette-box {
    row-gap: 50px;
    max-width: 1140px;
    margin:0 auto;
}
.featurette-box h2.fw-normal, 
.featurette-box p {
    text-align: center;
    padding: 0 30px;
}
.featurette-box h2.fw-normal {
    font-size: 27px;
}

body .product-item-info .product-grid__image-wrapper .ox-product-labels-wrapper {
    display: none !important;
}
body .product-item-info .ox-product-labels-wrapper.ox-product-labels--top-left {
    bottom: inherit;
    left: inherit;
    top: auto;
    right: inherit;
    position:relative;
    padding-left: 12px;
    opacity: 1 !important;
}
body .product-item-info .ox-product-labels-wrapper.ox-product-labels--top-left,
body .products-grid .product-item .product-item-details .price-box .price-box {
    display:inline-block;
}

@media (max-width: 767px) {
    .exclusive-range-of-products-section .erps-t-b-max .erps-title,
    .customize-h-text {
        font-size: 32px;
        font-weight: 900;
        line-height: 36px;
    }
    .cuhs-info-btn-box ul li {
        font-size: 20px;
        margin-bottom: 21px;
    }
    .cuhs-info-btn-box ul li .count-box {
        padding: 0;
        line-height: 29px;
        height: 34px;
        text-align: center;
        width: 34px;
    }
    .cuhs-img-box .pn-cta-box a {
        line-height: 16px;
    }
    body .cuhs-text-box {
        padding-top: 30px !important;
    }
    body .exclusive-range-of-products-section .erps-t-b-max .erps-title {
        font-size: 32px;
        line-height: 36px;
    }
    .catalog-product-view .product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty {
        margin-bottom: 20px;
    }
    .erps-t-b-max .erps-info-btn-box ul li {
        padding-left: 20px;
    }
    .erps-t-b-max .erps-info-btn-box ul li span::before {
        position: relative;
        left: 0;
        top: 4px;
        margin-right: 10px;
    }
    .m-order-1 {
        order:1;
        margin-bottom: 10px;
    }
    .m-order-2 {
        order:2
    }
    .m-order-3 {
        order:3
}


@media (max-width: 379px) {
    body .eastt-text {
        padding: 0 15px;
    }
    body .eastt-text p strong {
        font-size: 16px;
    }
}

