/** Shopify CDN: Minification failed

Line 65:14 Expected identifier but found "{"
Line 65:15 Unexpected "{"
Line 65:24 Expected ":"
Line 65:49 Expected ":"
Line 66:17 Expected identifier but found "{"
Line 66:18 Unexpected "{"
Line 66:27 Expected ":"
Line 66:55 Expected ":"

**/

@font-face {
    font-family: 'Bebas Neue';
    src: url('/cdn/shop/files/BebasNeue-Regular.eot?v=1754306546.eot');
    src: url('/cdn/shop/files/BebasNeue-Regular.eot?v=1754306546.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/BebasNeue-Regular.woff2?v=1754306546.woff2') format('woff2'),
        url('/cdn/shop/files/BebasNeue-Regular.woff?v=1754306547.woff') format('woff'),
        url('/cdn/shop/files/BebasNeue-Regular.ttf?v=1754306546.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.header__inline-menu{
      padding : 0px 30px;
}
.list-menu__item span {
    /* font-family: Lato; */
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: middle;
}
.header__search{
    display: none !important;
}
.button--primary{
    background: #E07C00;
    color: black;
    --border-offset: none;
    border:1px solid #E07C00;
    font-weight: 600;
    text-transform: uppercase;
}
.button--secondary{
    font-weight: 600;
}

.button.button--primary:not([disabled]):hover:after{
    box-shadow: none;
}

.cutom-image-text-section-main .subtitle ul li , .subtitle{
    color:black;

}

/*-----------------featured-collection-css----------------------*/

.Custom_featured_colection {
  padding-top:{{ section.settings.padding_top}}px;
  padding-bottom:{{ section.settings.padding_bottom}}px;
}
.collection_main {
    display: flex;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}
.header_collection_heading {
    display: flex;
    justify-content: space-between;
        align-items: center;
}
.product_rapper {
    width: calc(25% - 30px);
    padding: 5px;
    background-color: #F9F9F9;
    border-radius: 5px;
}
.product_rapper img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    aspect-ratio: 1/1;
    margin-top: -11px;
}
.product_heading {
  color:black;
}
.BebasNeue {
  font-family: "Bebas Neue", sans-serif;
  /* font-weight: 400; */
  font-style: normal;
  line-height:1;
}
.collection_heading {
    margin: 0;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0px;
    color: #000000;
    line-height: 100%;
}
.collection_all a {
    text-decoration: none;
    color: #000000;
    font-size: 19px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 7px 28px;
    border-radius: 10px;
    display: inline-block;
    letter-spacing: 0px;
    font-family: 'Lato';
    font-weight: 700;
}
 .color_list_product {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    position: relative;
  }
  .color-swatch {
    position: relative;
    display: inline-block;
  }
  .swatch {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid black;
    cursor: pointer;
  }
  .tooltip {
    visibility: hidden;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    white-space: nowrap;
  }
  .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
  }
  .tooltip-trigger:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }

.price_btn {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap:2rem;
}
/* .collection_main {
    display: flex;
    gap: 40px;
    margin-top: 60px;
} */

.product_heading {
    font-size: 25px;
    text-align: center;
    margin: 20px 0px;
}

/* ----- */
.announcement-bar__message {
    font-family: var(--font-body-family)
}
.PS_featured_collection .slider-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    justify-content: space-between;
}
.PS_featured_collection .slider-counter {
    display: none;
}
.PS_featured_collection .slider-button .icon {
    height: 2.6rem;
}
.PS_featured_collection  .svg-wrapper {
    width: 50px;
    height: 50px;
}
.multicolumn-card__info .rte {
    line-height: 20px;
    opacity: 70%;
}
.product .color_list_product {
     justify-content: start;
}
.multicolumn-card__info .inline-richtext {
    font-size: 25px;
}
.cst_mtlticolumn_caption.subtitle {
    padding: 10px 0px;
    line-height:1;
}
.cutom-image-text-section-main .image-with-text__text ul {
    padding: 0;
}
.ride-more-section .image-with-text__text p {
    line-height: 1.2;
}
.ride-more-section .subtitle {
    background: #F2F2F266;
    padding: 10px;
    border-radius: 10px;
}
.comingsoon_multicolumn .multicolumn-list__item {
    box-shadow: #0000001a 0 4px 12px;
}
/* review */
.cstm_review .multicolumn-list__item {
    box-shadow: #0000001a 0 4px 12px;
    border-radius:10px;
}
.cstm_review .multicolumn-card {
    padding: 20px;
}
 .card-wrapper .product_description p {
    margin: 0;
}

/* footer */
.footer-block__details-content p {
    margin: 0;
}
.footer__content-bottom {
    padding-top: 0px;
}
.footer-block__details-content a {
    text-decoration: none;
}
.footer .list-menu__item--link {
    padding: 0px !important;
}
/* blog page */
.article-card .card__content {
    padding: 1rem !important;
}
.blog__posts .circle-divider time {
    font-size: 1.3rem;
    opacity: 70%;
}
.blog__posts .article-card__excerpt {
    opacity: 70%;
    line-height: 1.4;
}
/* collections list page */
.collection-list .card__heading {
    padding-left: 1rem;
}
.PS_page_about .rich-text__blocks {
    max-width: 120rem;
}

/*---------Multicolumn-css---------*/
.multicolumn_text {
  text-align:center;
}
.multicolumn_text {
    justify-content: center;
}
.cutom-image-text-section-main .image-with-text__heading h3 strong {
    font-family: "Bebas Neue", sans-serif;
}
.article_btn {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
.cutom-image-text-section-main .button {
    background: #000;
    color: #fff;
}
.newsletter__wrapper .field:hover.field:after {
    outline: none;
    border-radius: 10px;
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));
}
.newsletter__wrapper .field__input:focus {
    box-shadow: none;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
    margin: 0 auto;
}

/*----------gallery-page------------*/
.cstm_gallery .multicolumn-card__image-wrapper {    
    margin:0px;
}

      
/* media query */

@media screen and (min-width:767px){
 .footer-block__brand-info {
    max-width: 75%;
}
 .card-wrapper .card__information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

}

@media screen and (max-width:768px){
.ride-more-section .image-with-text__content,
.cutom-image-text-section-main .image-with-text__content,
.PS_page_club .image-with-text__content {
    padding: 4rem calc(1rem / var(--font-body-scale)) 5rem;  
} 
.cstm_review .multicolumn-card__info {
    padding-left: 0px !important;
}
.footer__copyright.caption {
    justify-content: center !important;
}
}