/** Shopify CDN: Minification failed

Line 255:4 Unexpected "}"
Line 1334:0 Unexpected "}"
Line 1377:0 Unexpected "}"
Line 2667:1 Expected identifier but found "#product-form-template--17039811313832__main-product-custom"

**/
/* custom-css-start */
    /* @font-face {
        font-family:pragmatica-m;
        src: url('/cdn/shop/files/PragmaticaCond-Bold.ttf?v=1712121306');
    }
    @font-face {
        
        src: url('/cdn/shop/files/PragmaticaCond-Medium.ttf?v=1712121438');
    }
    @font-face {
        font-family:pragmatica-l;
        src: url('/cdn/shop/files/PragmaticaCond-Light.ttf?v=1713438952');
    } */
    :root {
        --color-blue:#023F84;
        --color-black:#000000;
        --color-white:#ffffff;
        --color-grey:#585858;
    } 
    h1,h2,h3,h4,h5,h6,p{
        margin: 0;
    }  
    body{
      overflow-x: hidden;
    }
    section{
        position: relative;
    }    
    html.myClass, html.myClassone {
        overflow: hidden;        
    }   
    ul{
      padding:0;
      margin:0;
    }
    a{
      text-decoration:none;
    }
    .main-heading {
    font-size: 34px;
    line-height: 37px;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 20px;
    position: relative;
    font-style: normal;
    font-weight: 400;
}
.focus-none {
    margin-top:15rem;
}
    .section-heading{
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .section-heading span {
        font-size: 22px;
        color: var(--color-black);
        cursor: pointer;
    }
    .sub-heading {
        font-size: 22px;
        color: var(--color-black);
        position: relative;
        font-weight: 400;
        line-height: 22px;
        font-style: normal;
    }
    .btn-all {
        font-weight: 400;
        font-size: 15px;
        color: var(--color-grey);
        border: 1px solid var(--color-black);
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        position: relative;
        overflow: hidden;
        padding: 10px 42px;
        transition: .3s all;
        gap: 10px;
    }
    .btn-all span, .btn-all img, .btn-all svg, .btn-all i{
        position: relative;
        z-index: 1;
        transition: .3s all;
    }
    .btn-all:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--color-black);
        left: 0;
        top: 0;
        transform: translateY(100%);
        transition: .3s all;
    }
    .btn-all:hover, .btn-all.active{
        transition: .2s all;
        color: var(--color-white);
    }
    .btn-all:hover img, .btn-all.active img, .btn-all:hover svg, .btn-all.active svg, .btn-all:hover i, .btn-all.active i{
        filter: brightness(0) invert(1);
        transition: .3s all;
    }
    .btn-all:hover:after, .btn-all.active:after{
        transform: translateY(0%);
        transition: .3s all;
    }
    .shop-now {
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
        color: var(--color-black);
        text-transform: capitalize;
        border-bottom: 1px solid var(--color-black);
        padding-bottom: 3px;
    }   
    a.see-all {
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      text-decoration: underline;
      color: var(--color-black);
      display: flex;
      justify-content: center;
      font-family: Montserrat;
    }
    .container-fluid{
        padding: 0 40px;
    }
/* custom-css-end */

/*header-css-star*/
    header {
        position: fixed;
        z-index: 9;
        transition: .5s all;
        background-color: transparent;
        width:100%;
        transition:0.5s all;
    }
    .top-header {
        background-color: var(--color-black);
        height: 35px;
        display: flex;
        align-items: center;
    }
    .top-header .top-header-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 35px;
    }
    .top-header-content .social-icon {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .top-header-content  a.social-link {
        color: var(--color-white);
        font-size: 14px;
    }
    .top-caro-item {
      text-align: center;
    }
    .top-header-content  .top-caro-item h6 {
        font-size: 13px;
        font-weight: 600;
        line-height: 19.5px;
        letter-spacing: 0.5px;
        color: var(--color-white);
        display: inline-block;
        text-align: center;
    }
    .top-header-content .top-caro .owl-nav {
      position: absolute;
      width: 100%;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
    }
    .top-header .top-header-content .top-caro .owl-nav button.owl-prev {
        position: absolute;
        left: -30px;
    }
    .top-header-content .top-caro .owl-nav button {
        color: var(--color-white);
    }
    .top-header .top-header-content .top-caro .owl-nav button.owl-next {
        position: absolute;
        right: -30px;
    }
    .top-header .top-head {
        width: 30%;
    }
    .top-header-content .top-header-img {
        width: 135px;
        height: 35px;
    }
    .top-header-content .top-header-img img {
        width: 100%;
        height: 100%;
        object-fit:contain;
        object-position: center;
    }
    .bottom-header {
        height: 100px;
        transition: .5s all;
        background-color: var(--color-white);
        position: relative;
        display: flex;
        align-items: center;
    }
    .bottom-header nav.navbar {
        transition: .5s all;
        justify-content: space-between;
        padding: 0;
      position:unset;
      column-gap:15px;
    }
  .bottom-header nav.navbar   li.nav-item {
    padding: 20px 0;
}
.navbar-brand {
    transition: 0.5s all;
    margin: 0;
    width: 105px; /* Fixed width */
    height: 105px; /* Fixed height */
    padding: 0;
    display: block;
}

@media (max-width: 768px) { /* Target mobile devices */
    .navbar-brand {
        width: 115px; /* Same width as desktop */
        height: 115px; /* Same height as desktop */
    }
}

    }
    .navbar-brand img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    nav.navbar #collapsibleNavbar {
        flex-grow: 0;
        transition: .5s all;
    }
    header .navbar-nav {
        transition: .5s all;
        gap: 36px;
        background-color: transparent;
       
    }
    header .nav-link {
    transition: .5s all;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--color-black);
    line-height: 21px;
    font-style: normal;
}
    header .links-list {
        list-style: none;
        display: flex;
        align-items: center;
        gap: 17px;
    }    
    header .d-hide{
        display: none;
    }  
    button.navbar-toggler {
        transition: .5s all;
        padding: 0;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }
    button.navbar-toggler span {
            background-image: none;
            width: 30px;
            height: 4px;
            background-color: var(--color-black);
            display: block;
            margin: 5px 0px;
            transition: .5s all;
    } 
    button.navbar-toggler span:nth-child(2) {
        display: none;
        transition: .5s all;
    }
    button.navbar-toggler span:nth-child(1) {
        transform: rotate(45deg);
        transition: .5s all;
        margin: -2px 0px 0px 0px;
    }
    button.navbar-toggler span:nth-child(3) {
        transform: rotate(-45deg);
        transition: .5s all;
        margin: -3px 0px 0px 0px;
    }
    button.navbar-toggler.collapsed span:nth-child(2) {
        display: block;
        transition: .5s all;
    }
    button.navbar-toggler.collapsed span:nth-child(1), button.navbar-toggler.collapsed span:nth-child(3) {
        transform: rotate(0deg);
        margin: 5px 0px;
    }
    .sticky-header {
        /*position: fixed;
        width: 100%;
        top: 0px;
        z-index: 99;
        box-shadow: 0px 0px 30px -15px #9698a6;*/
        animation: goDown 0.5s ease-in-out forwards;
        transition: .5s all;
    }
    @keyframes goDown{
        0% {
            top: 0px;
        }
        100% {
            transform: translateY(-50px);
        }
    }
    .sticky-header .top-header, .sticky-header .top-bar{
        /* display: none; */
      opacity:0;
    }
    header .top-bar {
      height: 50px;
      background-color: var(--color-black);
      display: flex;
      align-items: center;
  }  
  header .top-bar .bar-item .bar-img {
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    background-color: var(--color-white);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
  header .top-bar .bar-item img {
      width: 70%;
      height: 70%;
      object-fit: contain;
      object-position: center;
  }  
  header .top-bar .bar-item {
    color: var(--color-white);
    font-size: 15px;
    text-transform: uppercase;
    line-height: normal;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
/*header-css-end*/

/*hero-banner-css-start*/    
    .hero-item {
    position: relative;
}
.banner_content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    background: var(--color-white);
    text-align: center;
    padding: 40px 60px;
    transform: translate(-50%, -50%);
    max-width:700px;
}
    .hero-item img {
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .hero-slider .owl-nav {
        position: absolute;
        top: 45%;
        width: 100%;
        text-align: center;
    }
    .hero-slider .owl-nav button {
        background-color: var(--color-white) !important;
        width: 35px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: skew(-20deg);
    }
    .hero-slider .owl-nav button.owl-prev {
        position: absolute;
        left: 42px;
    }
    .hero-slider .owl-nav button.owl-next {
        position: absolute;
        right: 42px;
    }
    .hero-slider .owl-nav button i {
        font-size: 13px;
        transform: skew(20deg);
    }
    .hero-slider .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 35px;
        display: flex;
        justify-content: center;
        gap: 5px;
    }
    .hero-slider .owl-dots .owl-dot {
        width: 16px;
        height: 16px;
        border: 1px solid transparent !important;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .hero-slider .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background-color: #22222240;
        display: block;
        border-radius: 100%;
    }
    .hero-slider .owl-dots .owl-dot.active {
        border-color: var(--color-black) !important;
    }
    .hero-slider .owl-dots .owl-dot.active span {
        background-color: var(--color-black);
    }
/*hero-banner-css-end*/

/*facilty-css-start*/
    .facility {
        padding: 20px 0px;
        background-color: #ffffff;
    }

    .facility-box {
        text-align: center;
    }

    .facility-box .faclity-img {
        width: auto;
        height: 35px;
        margin-bottom: 15px;
    }
    .facility-box .faclity-img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain;
      object-position: center;
  }

    .facility-box .facilty-heading {
        font-weight: 500;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        color: var(--color-black);
    }   
    
    .facility-item .owl-dots {
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
        bottom: -30px;
    }    
    .facility-item .owl-dots button.owl-dot {
        width: 6px;
        height: 6px;
        border-radius: 100%;
        overflow: hidden;
    }
    
    .owl-dots button.owl-dot span {display: block;width: 100%;height: 100%;background-color: #c1c1c1;}
    
    .owl-dots button.owl-dot.active span {
        background-color: var(--color-black);
    }
/*facilty-css-end*/

/*our-favorites-css-start*/
    .our-favorites{
        padding: 100px 0px;
    }
    .fav-box {
        position: relative;
        transition: .5s all;
        margin-top: 50px;
    }
    .fav-box .fav-link{
        display: block;
        text-align: center;
    }
    .fav-box .fav-img {
        width: 100%;
        /* max-height: 300px; */
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
       /* background-color: rgba(0, 0, 0, 0.7); */
    }
    .fav-box .fav-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        transition: .5s all;
        transform: scale(1.0);
    }
    .fav-box .fav-img::before {
      content:"";
      display:block;
      padding-bottom:70%;
    }
    .fav-box .fav-img img {
      position:absolute;
      top:0;
      left:0;
    }
    .fav-box:hover .fav-img img{
        transition: .5s all;
        transform: scale(1.1);
    }
    .fav-box .wishlisthero-floating {
        position: absolute;
        right: 15px !important;
        top: 15px;
        font-size: 20px;
        color: var(--color-black);
        z-index:0;
    }
    .fav-text {
      text-align: center;
    }
    .fav-box .best-sell {
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--color-white);
        background-color: var(--color-blue);
        position: absolute;
        left: 12px;
        top: 12px;
        padding: 11px 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 30px;
    }
    .fav-box p {
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
        color: var(--color-grey);
        margin-bottom: 6px;
        text-transform: capitalize;
    }
    .fav-box p:last-child {
        margin-bottom: 0;
    }
    .popular-product .fav-box .fav-img {
        /* max-height: 250px; */
    }
    .popular-item .section-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
    }
    .popular-product .owl-nav {
        display: none;
    }
    #latest_arrival .section-heading {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    #latest_arrival .fav-box .fav-link {
        text-align: left;
    }
    #latest_arrival .fav-box .fav-img{
        /* max-height: 340px; */
    }
    #latest_arrival .fav-box .fav-img img{
        object-fit: contain;
    }
    #latest_arrival .owl-nav {
        position: absolute;
        top: 45%;
    }
    #latest_arrival .owl-nav button {
        width: 35px;
        height: 38px;
        background-color: #f1f1f1 !important;
        transform: skew(-20deg);
    }
    #latest_arrival .owl-nav button.owl-prev {
        position: absolute;
        left: -70px;
    }
    #latest_arrival .owl-nav button.owl-next {
        display: none;
    }
    #latest_arrival .owl-nav button i {
        transform: skew(20deg);
        font-size: 14px;
    }
/*our-favorites-css-end*/

/*collection-css-start*/
    .collection-item {
        width: 100%;
        height: 650px;
        position: relative;
        transition: .5s all;
        overflow: hidden;
    }
    .collection-item:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #00000040;
  }
    .our-collection .collection-box {
        width: 100%;
        height: 100%;
        display: block;
    }
    .our-collection .collection-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: .5s all;
        transform: scale(1.0);
    }
    .collection-item:hover .collection-box img{
        transition: .5s all;
        transform: scale(1.1);
    }
    .collection-item .collection-text {
        position: absolute;
        width: auto;
        height: auto;
        left: 45px;
        top: 45px;
        z-index:1;
    }
    .collection-item .collection-heading {
        
        font-size: 30px;
        line-height: normal;
        text-transform: uppercase;
        color: var(--color-black);
        margin-bottom: 10px;
    }    
/*collection-css-end*/

/*our-story-css-start*/
    .our-story {
        padding: 75px 0px;
        background-color: #FFFFFF;
    }
    .our-story .story-img {
        width: 100%;
        height: 420px;
        position: relative;
    }
    .our-story .story-img figure {
        margin-bottom: 0;
        transition: .5s all;
        overflow: hidden;
    }
    .our-story .story-img figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: .5s all;
        transform: scale(1.0);
    }
    /* .our-story .story-img figure:hover img {
        transition: .5s all;
        transform: scale(1.2);
    } */
    .our-story .story-img figure:first-child {
        /* width: 78%;
        margin-left: auto; */
        height: 100%;
    }
    /* .our-story .story-img figure:last-child {
        position: absolute;
        width: 250px;
        height: 75%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    } */
    .our-story .section-heading {
        margin-bottom: 30px;
        text-align: left;
    }
    .our-story .story-content p {
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: var(--color-grey);
        margin-bottom: 20px;
        font-style: normal;
    }
/*our-story-css-end*/

/*location-content-css-start*/
 .location-content {
        padding: 0px 0px 100px 0pc;
    }
    .location-content .location-box {
        display: flex;
        align-items: center;
        gap: 0;
    }
    .location-content .location-img{
        flex: 0 0 46%;
    } 
    .location-content .map-img{
        flex: 0 0 54%;
    }     
    .location-content .location-img, .location-content .map-img {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }
    .location-content .location-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .location-content .store-box {
        position: absolute;
        background-color: var(--color-white);
        padding: 20px;
        width: 270px;
        height: auto;
        left: 48%;
        transform: translateX(-52%);
    }
    .store-box .store-heading {
      font-size: 18px;
      text-transform: uppercase;
      color: var(--color-black);
      margin-bottom: 10px;
      font-weight: 600;
      line-height: 20px;
      font-style: normal;
  }
    .store-box p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: var(--color-grey);
        margin-bottom: 15px;
    }
    .location-content .store-box .btn-all {
        text-transform: capitalize;
        height: 38px;
        padding: 8px 30px;
    }
/*location-content-css-end*/

/*footer-css-start*/
    footer {
        padding: 75px 0px 20px 0px;
        background-color: #000000;
    }
    footer .footer-logo {
        width: 90px;
        height: 70px;
        display: block;
        margin-bottom: 30px;
    }
    footer .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    footer p, footer .footer-link li a, .footer-content .input-group input {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        color: var(--color-white);
    }
    footer .footer-content p{
        text-transform: capitalize;
    }
    footer .footer-heading {
      font-size: 20px;
      font-weight: 600;
      color: var(--color-white);
      margin-bottom: 30px;
      line-height: 20px;
  }
    footer ul {
        list-style: none;
    }
    footer .footer-link {
        position: relative;
    }
    footer .footer-link li {
        margin-bottom: 8px;
    }
    footer .footer-link li a {
        text-transform: capitalize;
        position: relative;
        transition: .5s all;
    }
    footer .footer-link li a:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 1px;
        background-color: var(--color-white);
        left: 0;
        bottom: -5px;
        transition: .5s all;
    }
    footer .footer-link li a:hover:after {
        width: 100%;
    }
    .footer-content .input-group {
        margin: 30px 0px;
        border-bottom: 1px solid var(--color-white);
    }
    .footer-content .input-group input,  .footer-content .input-group button {
        background-color: transparent;
        border: none !important;
        box-shadow: none !important;
        padding: 0px 0px 10px 0px;
    }
    .footer-content .input-group input::placeholder{
        font-size: 13px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.7);
    }
    footer .social-icon {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    footer .social-icon a {
        color: var(--color-white);
        font-size: 20px;
    }
    footer .footer-bottom {
        margin-top: 65px;
        padding-top: 20px;
        border-top: 1px solid #ffffff15;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    footer .footer-bottom p,  footer .footer-bottom a {
        color: rgba(255, 255, 255, 0.5);
    }
    footer .footer-bottom .payment-list {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    footer .footer-item:first-child .footer-content p {
        width: 65%;
    }
/*footer-css-end*/

/*extra-hero-css-start*/
    .extra-hero {
        height: 320px;
    }
    .extra-hero-content {
        position: relative;
        z-index: 1;
        width:100%;
        height:100%;
    }
    .extra-hero-content img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
    }
    .extra-hero-content .collection-list {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px 20px;
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 62px;
        left:0;
    }
    .extra-hero-content .collection-list .btn-all {
        background-color: #f9f9f9;
    }
    .extra-hero-content .extra-hero-text {
        position: absolute;
        width: auto;
        height: auto;
        top: 75%;
        left: 50%;
        transform: translate(-50% , -25%);
        text-align: center;
    }
/*extra-hero-css-end*/

/*filter-box-css-start*/
    .filter-box {
        padding: 30px 0px 12px 0px;
        border-bottom: 1px solid #d9d9d9;
    }
    .filter-box .filter-content, .filter-box .filter-content .left-filter {
        display: flex;
        align-items: center;
        gap: 25px;
    }
    .filter-box .filter-content {
        justify-content: space-between;
    }
    .filter-box .filter-content .form-group{
      display:flex;
      align-items:center;
      position:relative;
      transition:.5s all;
    }
    .filter-box .filter-content select {
        padding: 0px 15px;
        border: none !important;
        box-shadow: none !important;
        font-weight: 500;
        font-size: 13px;
        line-height: normal;
        color: var(--color-grey);
        text-transform: uppercase;
        appearance: auto;
        background-color:transparent;
    }
    .filter-box .filter-content .form-group .filter_label, .filter-box .filter-content .right-filter select, .desktop-filter .filter-label{
        font-weight: 600;
        font-size: 14px;
        line-height: normal;
        color: var(--color-black);
        font-style:normal;
        cursor:pointer;
    }
     .filter-box .filter-content .form-group .filter_label{
       text-transform:capitalize;
       padding-right:16px;
       position:relative;
     }
     .filter-box .filter-content .form-group .filter_label:after {
      content: '\f078';
      font-size: 12px;
      color: var(--color-black);
      position: absolute;
      font-family: fontawesome;
      right: 0;
      top: 2px;
      transition: .5s all;
      transform: rotate(0deg);
  }
  .filter-box .filter-content .form-group .filter_label.active_label:after{
      transition: .5s all;
      transform: rotate(-180deg);
  } 
    .filter-box .filter-content select option{
      padding:5px 10px !important;
    }
    .filter-box .right-filter select {
        padding: 8px 20px;
        border: 1px solid #a7a7a7 !important;
        border-radius: 0;
    }
    .filter_box_item {
        position: relative;
        z-index:1;
    }    
    .filter_box_item .filter-btn, .desktop-filter .filter-heading {
        font-size: 24px;
        line-height: normal;
        font-style: normal;
        text-transform: uppercase;
        display: none;
        align-items: center;
        gap: 15px;
        font-weight: 600;
    }   
    .filter_box_item .filter-btn img, .desktop-filter .filter-heading img {
        width: 25px;
        height: 25px;
        object-fit: contain;
        object-position: center;
    }
    .filter-box .filter-content .cross-btn {
      display: none;
      font-size: 30px;
      color: var(--color-white);
      position: absolute;
      right: 20px;
      top: 10px;
      z-index: 1;
      transition: .5s all;
  }
  .filter-box .filter-content .form-group .input-item {
      position: absolute;
      width: auto;
      height: auto;
      min-width: 30rem;
      background-color: var(--color-white);
      left: 0;
      padding: 12px;
      box-shadow: #63636333 0 2px 8px;
      transition: .5s all;
      display: none;
      top: 40px;
     height: auto;
  }
  .filter-box .filter-content .form-group .input-item:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: var(--color-black);
}
  .filter-box .filter-content .form-group .input-item.show{
    display:block;
  }
  .filter-box .filter-content .form-group label, .desktop-filter .desk-filter-box .form-check label {
    font-size: 14px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    color: var(--color-grey);
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform:capitalize;
}
  .filter-box .filter-content .form-group .input-item .form-check, .desktop-filter .desk-filter-box .form-check{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    padding:0;
}
.filter-box .filter-content .form-group .input-item .form-check:last-child, .desktop-filter .desk-filter-box .form-check:last-child{
  margin-bottom:0;
}
 .filter-box .filter-content .form-group input[type=checkbox], .desktop-filter input[type=checkbox]{
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #a7a7a7;
   padding:0px;
}
.filter-box .filter-content .form-group input[type=checkbox]:checked, .desktop-filter input[type=checkbox]:checked {
    background-color: var(--color-white);
    background-image: url(/cdn/shop/files/check-mark_5291043.png?v=1713938620);
}
  .filter-box .filter-content .form-group .range-item, .desktop-filter .range-item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter-box .filter-content .form-group .range-item input, .desktop-filter .range-item input {
    height: 40px;
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #a7a7a7;
    font-size: 16px;
    line-height: normal;
    font-style: normal;
    font-family: 'Montserrat';
    color: var(--color-grey);
}
.filter-box .filter-content .form-group .range-item span, .desktop-filter .range-item span {
    font-size: 18px;
}
.mobile-text {
    display: none !important;
}
/*filter-box-css-end*/

/*shop-section-start*/
    .shop {
        padding: 0 0 100px 0px;
    }
    .shop .fav-box .fav-img{
        /* max-height: 230px; */
    }
    .shop .fav-box .fav-img img{
        object-fit: contain;
    }
    .shop .btn-area {
        margin-top: 50px;
        text-align: center;
    }
/*shop-section-end*/

/*single-item-css-start*/
    .single-item {
        padding: 45px 0px  ;
    }
    .box-item {
        position: relative;
        /* height: 425px; */
        overflow: hidden;
        width: 100%;
        /* background-color: #f8f8f8; */
    }
    .box-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .box-item .zoom-box {
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 22px;
        right: 22px;
        background-color: #eaeaea;
    }
    .box-item .zoom-box img {
        width: 20px !important;
        height: 20px;
        object-fit: contain;
        object-position: center;
    }
    .single-content .owl-nav {
        position: absolute;
        top: 45%;
        width: 100%;
    }
    .single-content .owl-nav button.owl-prev {
        position: absolute;
        left: 35px;
    }
    .single-content .owl-nav button.owl-next {
        position: absolute;
        right: 35px;
    }
    .single-content .owl-nav button.disabled {
      display: none;
    }
    .single-content .owl-dots {
        position: absolute;
        width: 100%;
        bottom: -35px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    .single-content .owl-dots button.owl-dot {
        width: 40px;
        height: 2px;
        background-color: #b3b3b3;
    }
    .single-content .owl-dots button.owl-dot.active {
        background-color: var(--color-black);
    }
    .single-item-content {
        position: relative;
    }
    .single-item-content .single-heading {
        font-size: 30px;
        line-height: 36px;
        color: var(--color-black);
        font-style: normal;
        text-transform: capitalize;
        margin-bottom: 16px;
        font-weight: 400;
    }
    .single-item-content #price_block .price, .single-item-content #price_block del {
          font-weight: 400;
          font-size: 22px;
          line-height: 32px;
          text-transform: uppercase;
          color: #1c1b1ba6;
      }
    .single-item-content #price_block del {
      opacity: 0.7;
      margin-left: 10px;
    }
    .single-form {
        margin-top: 35px;
    }
    .single-form .form-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        gap: 20px;
    }
    .single-form label {
        font-weight: 400;
        font-size: 15px;
        line-height: normal;
        color: rgb(140, 140, 140);
    }
    .single-form .size-chart {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: underline;
    color: rgb(140, 140, 140);
}
.single-form select, .single-form .wrapper {
    border-radius: 0;
    margin-bottom: 20px;
    background-color: #f8f8f8!important;
    border: 1px solid #a7a7a7!important;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-grey);
    font-style: normal;
    padding: 10px 20px;
    background-image: url(/cdn/shop/files/chev3.png?v=1712214804);
    background-repeat: no-repeat;
    background-position: 97% 48%;
    background-size: 10px;
    box-shadow: none!important;
    height: 45px;
}
    .single-form .btn-box {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }
    .single-form .btn-box .btn-all {
        flex: auto;background-color: var(--color-black);
        color: var(--color-white);
    }
    .single-form .wishlist {
        font-size: 22px;
        color: var(--color-black);
        height: 48px;
        width: 52px;
        border: 0.5px solid var(--color-black);
        background-color: #f8f8f8;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }
    .single-form .btn-box .btn-all:after {
        background-color: var(--color-white);
    }
    .single-form .btn-box .btn-all:hover {
        color: var(--color-black);
    }
    button.btn-all.disabled {
      background-color: transparent !important;
      color: #000 !important;
      cursor: not-allowed !important;
    }
    .single-form .text-box {
    text-align: left;
    background-color: transparent;
    padding: 23px 0;
 
}
}
    .single-form .text-box .text-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        gap: 15px;
    }
    .single-form .text-box .text-head p {
        font-weight: 500;
        font-size: 15px;
        line-height: normal;
        text-transform: capitalize;
        color: var(--color-grey);
    }
@keyframes flash {
  0%, 100% {
    opacity: 1; /* Fully visible at the start and end of the animation */
  }
  50% {
    opacity: 0; /* Fully transparent in the middle of the animation */
  }
}

.single-form .total-delivery {
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  color: #008000;
  /* Animation tillagd här */
  animation: slowFlash 2.5s ease-in-out infinite;
}

/* Definition av animationen "slowFlash" */
@keyframes slowFlash {
  0%, 100% {
    opacity: 1; /* Fullt synlig i början och slutet */
  }
  50% {
    opacity: 0.6; /* Något nedtonad i mitten av animationen */
  }
}

}
.single-form button.accordion-button {
    color: rgb(140, 140, 140);
}
/*single-item-css-end*/

/*description-css-start*/
    .description-box {
        padding: 100px 0px;
    }
    .description-tabs {
        position: relative;
    }
    .description-tabs .nav.nav-tabs {
        padding-bottom: 10px;
        border-bottom: 1px solid #b3b3b3;
        gap: 45px;
    }
    .description-tabs .nav.nav-tabs .nav-link {
        border: none !important;
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        text-align: center;
        color: var(--color-grey);
        padding: 10px 0px;
        position: relative;
    }
    .description-tabs .nav.nav-tabs .nav-link.active:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: var(--color-black);
        left: 0;
        bottom: -10px;
    }
    .description-tabs .nav.nav-tabs .nav-link.active {
        color: var(--color-black);
    }
    .description-box .tab-content {
        padding-top: 35px;
    }
    .description-box .tab-content .tab-pane {
        padding: 0;
    }
    .description-box .tab-content .tab-heading {
        font-family: 'pragmatica-m';
        font-size: 24px;
        text-transform: uppercase;
        color: var(--color-black);
        margin-bottom: 25px;
        line-height: normal;
        font-style: normal;
    }
    .description-box .tab-content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: var(--color-grey);
        margin-bottom: 8px;
    }
    .description-box .tab-content p.sku {
        margin: 15px 0px;
    }
    .description-box .tab-content .see-less {
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        text-decoration: underline;
        color: var(--color-black);
        text-transform: uppercase;
        font-style: normal;
    }
/*description-css-end*/
/*contact-page-css-start*/
    .contact-us{
        padding: 0px 0px 100px 0px;
    }
    .send-mail .section-heading {
        text-align: left;
    }
    .contact-us .sub-heading {
        font-size: 36px;
        font-weight: 600;
    }
    .send-mail p {
          font-size: 16px;
          font-weight: 400;
          color: var(--color-grey);
          line-height: 28px;
          font-style: normal;
          margin-top: 25px;
      }
    .contact-form-box {
        background-color: #ffffff;
        padding: 50px;
        position: relative;
    }
    .contact-form-box input, .contact-form-box textarea {
        width: 100%;
        height: 50px;
        border-radius: 0;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        font-style: normal;
        color: var(--color-black);
        background-color: var(--color-white);
        border: 1px solid #a7a7a7 !important;
        box-shadow: none !important;
       padding:10px 20px;
    }
    .contact-form-box textarea {
        height: 150px;
        resize: none;
    }
    .contact-info {
        padding: 100px 0px;
    }
    .contact-info .info-box {
        background-color: #ffffff;
        padding: 30px;
        text-align: center;
    }
    .contact-info .info-box .info-img {
        background-color: var(--color-black);
        width: 100px;
        height: 100px;
        margin: 0 auto 20px auto;
        padding: 15px;
        border-radius: 10px;
    }
    .contact-info .info-box .info-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        filter: brightness(0) invert(1);
    }
    .contact-info .info-box .info-heading {
          font-size: 28px;
          line-height: normal;
          font-style: normal;
          margin-bottom: 15px;
          font-weight: 600;
          color: var(--color-black);
      }
    .contact-info .info-box p {
        font-size: 17px;
        line-height: 24px;
        font-style: normal;
        font-weight: 500;
        color: var(--color-grey);
        margin-bottom: 20px;
    }
    .contact-form button.btn-all {
        background-color: var(--color-white);
        border: 1px solid #a7a7a7;
    }    
/*contact-page-css-end*/
/*faq-section-start*/
    .faq-box {
        padding: 100px 0px;
    }
    .faq-box .faq-content {
        position: relative;
        margin-top: 40px;
    }
    .faq-box .faq-content .accordion-button {
        border: none !important;
        border-radius: 0 !important;
        background-color: var(--color-black) !important;
        box-shadow: none !important;
        padding: 22px 15px 22px 8px;
        font-size: 16px;
        line-height: 24px;
        font-style: normal;
        color: var(--color-white) !important;
        text-transform: capitalize;
        font-weight: 600;
    }
    .faq-box .faq-content .accordion-item {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c4c4c4;
    }

    .faq-box .faq-content .accordion-body {
        border: none !important;
        padding: 20px 8px;
    }

    .faq-box .faq-content .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        color: var(--color-grey);
        font-style: normal;
        font-weight: 400;
    }
    .faq-box .faq-content .accordion-button.collapsed {
        background-color: var(--color-white) !important;
        color: var(--color-black) !important;
    }
    .faq-box .faq-content .accordion-button::after {
        background-image: none !important;
        content: '\f068';
        font-family: 'FontAwesome';
        color: var(--color-white);
        font-size: 20px;
    }
    .faq-box .faq-content .accordion-button.collasped::after {
        color: var(--color-black) !important;
    }
    .faq-box .faq-content .accordion-button.collapsed:after {
        content: '\2b';color: var(--color-black);
    }
/*faq-section-end*/
/*about-us-page-css-start*/
    .about-us {
        padding: 100px 0px;
    }
    .about-content {
        position: relative;
    }
    .about-content .section-heading {
        margin-bottom: 30px;
        text-align: left;
    }
    .about-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        font-style: normal;
        color: var(--color-grey);
        margin-bottom: 15px;
    }
    .about-content p:last-child {
        margin-bottom: 0;
    }
    .about-us .about-img {
        width: 100%;
        height: 500px;
        overflow: hidden;
        transition: .5s all;
    }
    .about-us .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: .5s all;
        transform: scale(1.0);
    }
    /* .about-us .about-img:hover img {
        transition: .5s all;
        transform: scale(1.1);
    } */
/*about-us-page-css-end*/

/*shopify-css-start*/
    .shopify-policy__container {
        max-width: 1000px;
        padding: 60px 0px;
    }
    .shopify-policy__container .shopify-policy__title h1 {
          margin-bottom: 40px;
          font-size: 22px;
          color: var(--color-black);
          position: relative;
          font-weight: 400;
          line-height: 22px;
          font-style: normal;
          text-transform: capitalize;
      }
    .shopify-policy__container .shopify-policy__body h2 {
        font-size: 20px;
        line-height: 24px;
        color: var(--color-black);
        position: relative;
        margin-bottom: 15px;
        font-style: normal;
        font-weight: 600;
    }
    .shopify-policy__container .shopify-policy__body p {
        font-size: 15px;
        line-height: 24px;
        font-style: normal;
        color: var(--color-grey);
        font-weight: 400;
    }
/*shopify-css-end*/

#wishlisthero-product-page-button-container {
  display: none !important;
}
span.wishlist-tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  display: none;
  width: max-content;
  color: #000;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  transition: all .5s ease-in-out;
  text-align: center;
}
.wishlist-trigger:hover .wishlist-tooltip {
  display: block;
  transform: translate(-50%, -25px);
}
a.wishlist-trigger {
  position: relative;
  overflow: visible;
}
span.wishlist-hero-items-count.wishlist-hero-items-count-text-plain.cart-count-bubble.wishlist-hero-items-count-exists {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: 'pragmatica-m';
  font-size: 12px;
}
a.wishlist.wishlist-trigger.added svg {
  fill: #000;
} 
@media (min-width: 1920px){
 .wishlisthero-customer-view-listing .MuiGrid-grid-xl-2 {
    max-width: 25% !important;
    flex-basis: 25% !important;
  }
}
.wishlist-hero-list-header, text.wishlist-hero-dyna-translate {
  display: none !important;
}
section.filter-box.shop .disclosure-has-popup[open]>summary::before {
  display:none !important;
}
section.filter-box.shop .facets__display {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #f9f9f9;
    top: 50px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
section.filter-box.shop .disclosure-has-popup {
  position: unset;
}
section.filter-box.shop .left-filter {
  position: relative;
  display:none;
}
section.filter-box.shop price-range.facets__price {
  display: flex;
  align-items:center;
  gap:20px;
}
section.filter-box.shop price-range.facets__price .field-currency {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-black);
    line-height: normal;
    font-style: normal;
}
.facets__display .facets__header {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
    color: var(--color-grey);
}
section.filter-box.shop .facets__price label {
  font-weight: 400;
}
section.filter-box.shop .facets__summary {
  position: relative;
  padding-right: 20px;
}
section.filter-box.shop .facets__summary svg.icon {
  right: unset;
  margin-left:10px;
}
/*===================  */
.addToCard-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 104;
    transform: translateY(-100%);
    transition: all .5s;
}

.addToCard-box.active_cart {
  transform: translateY(0);
}
.addToCard-main{
  padding:20px 0;
}
.addToCard-main table {
  width: 100%;
  box-shadow: none;
}
.addToCard-main table, .addToCard-main tbody, .addToCard-main td, .addToCard-main  tfoot, .addToCard-main  th,  .addToCard-main thead, .addToCard-main tr {
  border: none !important;
}
.addToCard-image {
  width: 90%;
  height: 100%;
}
.addToCard-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
tbody tr:first-child {
  border-bottom: 1px solid #dfdfdf !important;
}
.addToCard-main table tr th {
  font-family: 'pragmatica-m';
  text-transform: capitalize;
}
.addToCard-main table td p , .addToCard-main table td p {
  font-size: 16px;
  font-family: 'Poppins';
}
.addToCard-btn {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
.loading__spinner svg {
  filter: unset !important;
}
.cart_header {
  position:relative;
}
.header_cart_count {
  position: absolute;
  color: #222222;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1px;
  font-size: 10px;
}
/* =============================================== */
.single-form .wrapper .title{
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.single-form .select_wrap {
    width: 100%;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    background-color: #f8f8f8;
    border-radius: 0 !important;
      font-weight: 400;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-grey);
    font-style: normal;
}

.single-form .select_wrap .default_option {
    background: #fff;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-grey);
    font-style: normal;
    background-color: #f8f8f8;
    list-style: none;
    padding: 0;
}
.single-form .select_wrap .default_option li{
    padding: 10px 20px;
}

.single-form .select_wrap .default_option:before{
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #555555 #555555;
    transform: rotate(-45deg);
}

.single-form .select_wrap .select_ul {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    background: #f8f8f8;
    border-radius: 0;
    display: none;
    list-style: none;
    border: 1px solid #a7a7a7!important;
    z-index: 3;
}

.single-form .select_wrap .select_ul li {
    padding: 10px 25px;
    cursor: pointer;
}

.single-form .select_wrap .select_ul li:first-child:hover{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.single-form .select_wrap .select_ul li:last-child:hover{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.single-form .select_wrap .select_ul li:hover {
    background: #ededed;
}

.single-form .select_wrap .option{
  display: flex;
  align-items: center;
}

.single-form .select_wrap .option .icon{
  background: url('https://i.imgur.com/oEZu0sK.png') no-repeat 0 0;
	width: 32px;
	height: 32px;
  margin-right: 15px;
}

.single-form .select_wrap .option.pizza .icon{
  background-position: 0 0;
}

.single-form .select_wrap .option.burger .icon{
  background-position:  0 -35px;
}

.single-form .select_wrap .option.ice .icon{
  background-position: 0 -72px;
}

.single-form .select_wrap .option.fries .icon{
 background-position: 0 -111px;
  width: 25px;
}

.single-form .select_wrap.active .select_ul{
  display: block;
}

.single-form .select_wrap.active .default_option:before{
  top: 25px;
  transform: rotate(-225deg);
}

/* ================================= */
.accordion-button:after {
    content: "";
    position: absolute;
    /* background-image: url(minus-svgrepo-com.svg?v=1713175447); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 10px;
    z-index: 11;
}
.accordion-button:not(.collapsed):after {
   content: "";
    position: absolute;
    /* background-image: url(plus-svgrepo-com.svg?v=1713175447); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 10px;
    z-index: 11;
}
button.accordion-button {
    font-size: 16px;
    font-style: normal;
    padding: 15px 10px;
    font-weight: 600;
}
.accordion-item {
    margin: 0;
    border-radius: 0!important;
    border-bottom: 1px solid #eee!important;
    border-right: 0;
    border-left: 0;
}
.accordion-body p {
    font-weight: 400;
        font-size: 14px;
        line-height: 179%;
        color: var(--color-grey);
        margin-bottom: 20px;
        font-style: normal;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.product-aacordine button.accordion-button {
  justify-content: space-between;
}
.product-aacordine button.accordion-button.collapsed svg {
  rotate: 0deg;
}
.product-aacordine button.accordion-button svg {
  rotate: 180deg;
  transition:0.5s all;
}

li.nav-item.dropdown.has-megamenu {
    position: unset;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    top: 99px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease; 
    z-index: 1;
}

.dropdown-toggle:after {
    transition: all 0.5s;
}

.bottom-header nav.navbar li.nav-item:hover .dropdown-toggle:after {
    transform: rotate(180deg);
}

.dropdown-menu {
    display: none; /* Hide dropdown menu by default */
}

li.nav-item.dropdown.has-megamenu:hover .dropdown-menu.megamenu {
    display: block; /* Show only on hover */
    opacity: 1;
    visibility: visible;
    z-index: 199;
}

.col-megamenu {
    text-align: left;
}

.col-megamenu h6.title {
    margin: 15px 0 10px;
    transition: .5s all;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #000;
    position: relative;
}

ul.list-unstyled li a {
    transition: .5s all;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--color-grey);
    margin: 5px 0;
    display: block;
}

a.colthing-link {
    transition: .5s all;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0;
    display: block;
    padding: 10px;
}
li.nav-item.dropdown.has-megamenu:hover .dropdown-menu.megamenu,
.dropdown-menu.megamenu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media(max-width:767px) {
  .header_cart_count {
    color: #fff;
    margin-top: 2px;
  }
  header .top-bar .bar-item p {
    font-size: 14px;
  }
}
.active-facets__button span {
  font-size: 15px;
  padding: 1rem 0;
}
.ative_filters {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.ative_filters facet-remove {
    background-color: #f1f1f1;
    padding: 2px 10px;
}

/*product-grid-css-start  */
  .product-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
  }
/*product-grid-css-end  */

/*desktop-filter-start  */
.desktop-filter {
    position: sticky;
    width: 100%;
    height: auto;
    background-color: var(--color-white);
    top: 120px;
}
.desktop-filter .filter-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.desktop-filter .filter-heading {
    margin-bottom: 0 !important;
}

.desktop-filter .filter-text .cross-btn {
    font-size: 20px;
    color: var(--color-black);
  display:none;
}
.filter-box.shop .filter_btn {
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    display: none;
}

.filter-box.shop .filter_btn img {
    filter: brightness(0) invert(1);
    width: 20px;
}
.desktop-filter .filter-heading {
    display: inline-flex;
    margin-bottom: 15px;
}
.desktop-filter .desk-filter-box {
    background-color: var(--color-white);   
    border-bottom: 1px solid #e4e4e4;
}
.desktop-filter .filter-label {
    text-transform: capitalize;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
    transition:.5s all; 
    padding: 18px 0px 18px 0;
}
.desktop-filter .filter-label span {
    background-color: #f1f1f1;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 100%;
   transition:.5s all; 
   transform: rotate(0deg);
  flex:0 0 auto;
}
.desktop-filter .filter-label:hover span, .desktop-filter .filter-label.active span {
    background-color: var(--color-black);
    color: var(--color-white);
}
.desktop-filter .filter-label.active span {
    transition: .5s all;
    transform: rotate(180deg);
}
.desktop-filter .desk-filter-box .filter-item-box {
    display: none;
    padding: 0px 0px 20px 0px;
}
.desktop-filter .desk-filter-box.show .filter-item-box{
  display:block;
}
.desktop-filter .desk-filter-box .form-check {
    margin-bottom: 12px;
}
.desktop-filter .range-item input {
    height: 35px;
}
.form-check input, .form-check label {
  cursor: pointer;
}
.desktop-filter .apply-btn {
    display: none;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--color-black);
    width: 100%;
    height: 50px;
    color: var(--color-white);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
    gap: 5px;
    /* margin-top: 30px; */
}
/*desktop-filter-start  */
p.card_price {
    color: #1c1b1ba6;
}
#collapsibleNavbar > ul > li:nth-child(9) > a {
    color: red;
}
/*size-guide-css-start*/
.guide-range {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-radius: 5px;
}
.guide-range p {
    font-size: 16px;
    margin-bottom: 0;
}
.guide-range p span {
    color: var(--color-black);
    font-weight: 600;
}
.guide-range .range-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}
.guide-range .guide-range-item {
    flex: auto;
    position: relative;
    width: 100%;
    height: 10px;
    background-color: transparent;
}
.guide-range .guide-range-item:after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--color-black);
    height: 18px;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}
.guide-range .guide-range-item:last-child:after {
    display: none;
}
.guide-range .guide-range-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.1px;
    background-color: var(--color-black);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.guide-range .guide-range-item .guide-size {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    bottom: -30px;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-grey);
}
.guide-range .guide-range-item.size-fill {
    background-color: var(--color-black);
}
/*size-guide-css-end*/


  .sell-and-trade-section {
    padding-top: 95px;
}
  .sell-and-trade-heading p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--color-grey);
    margin-bottom: 20px;
    font-style: normal;
}
  .sell-trade-paragraph {
    margin: 35px auto;
    width: 50%;
}
.sneakers-counter-box .counter-main h1 { 
  font-size:100px;
    text-align: center;
    font-weight: 600;
  line-height:normal;
}
 .sneakers-counter-box .section-heading span {
    font-size: inherit;
    color: var(--color-black);
    cursor: pointer;
}
  .counter-main p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--color-grey);
    margin: 35px 0 25px;
    font-style: normal;
}
  .how-to-sell-section {
    padding: 100px 0;
}
  .sell-and-trade-main {
    padding-top: 50px;
}



  .how-to-sell-main {
    margin: 0 auto;
    width: 70%;
}

.how-to-sell-main ul#pills-tab {
    align-items: center;
    justify-content: center;
}

.how-to-sell-main ul#pills-tab li.nav-item {
    width: 50%;
    text-align: center;
}

.how-to-sell-main ul#pills-tab li.nav-item button {
    text-align: center;
    width: 100%;
    background: no-repeat;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 22px;
    color: #000 !important;
    border-bottom: 2px solid #efefef;
}
.how-to-sell-main div#pills-tabContent {
    border: none !important;
    text-align: center;
    padding: 20px;
}
  .how-to-sell-main ul#pills-tab li.nav-item button.active {
    border-bottom: 2px solid #000;
}
.how-to-sell-main  .tab-pane p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--color-grey);
    font-style: normal;
    width: 80%;
    margin: 20px auto;
}
  .how-to-sell-main .tab-pane p a {
    color: #000;
    font-weight: 600;
}
  .how-to-sell-heading h2 {
    margin-bottom: 50px;
}
.online-process-card-image {
    width: 100%;

}

.online-process-card-image img {
    width: 100%;
    height: auto;
    padding: 100px;
}

.online-process-card-content {
    text-align: center;
    padding: 10px;
    margin-top: 5px;
}
.online-process-card-content h4 {
    font-size: 20px;
}

.online-process-card-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--color-grey);
    font-style: normal;
    width: 100%;
    margin: 20px auto;
}
  .faq-box .faq-content .accordion-body ul li {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-grey);
    font-style: normal;
    font-weight: 400;
}

.faq-box .faq-content .accordion-body ul {
    padding-left: 20px;
}
  section.faq-box .section-heading p {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-grey);
    font-style: normal;
    font-weight: 400;
}
  .faq-bottom p {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-grey);
    font-style: normal;
    font-weight: 400;
}

.faq-bottom {
    text-align: center;
    width: 35%;
    margin: 50px auto 0;
}

 
.faq-bottom-btn {
    margin-top: 25px;
}

  .worldwide-card {
    text-align: center;
}

.worldwide-card-image {
    margin-bottom: 20px;
}

.worldwide-card-content h4 {
    font-size: 20px;
    margin-bottom: 18px;
    color: black;
}
  .worldwide-card-content {
    padding: 10px;
}
  .worldwide-shipping-section {
    padding: 0 0 50px;
}
  .worldwide-card-image svg {
    width: 50px;
    height: 50px;
    color: black;
}
  .worldwide-card-content p , .online-process-heading p {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-grey);
    font-style: normal;
    font-weight: 400;
}
.sneakers-counter-box .section-heading .btn-all:hover span {
    color: var(--color-white);
}
.online-process-heading {
    margin-bottom: 40px;
}
.brand-info-content {
    column-count: 3;
}

.brand-info-content ul {
    break-inside: avoid;
    text-align: center;
    margin-bottom: 40px;
    list-style: none; /* Removes the bullet points */
    padding: 0; /* Removes default padding */
}

.brand-info-content h6 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    color: #1b1b1b !important;
    line-height: 1.2em;
    letter-spacing: 0;
    margin: 0;
}

.brand-info {
    padding: 30px 30px 0 30px;
}

.brand-info .g-5 {
    --bs-gutter-y: 0;
}


#wow-cart-drawer-app .price-total-box h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.sale_box {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}

span.sale_text {
  color: #FFFFFF;
  background: #251c28;
  padding: 5px;
}
.predictive-search__list-item {
  width: 100% !important;
  display: block !important;
}
.search-modal__form {
  position: relative;
}
a.predictive-search__item {
  display: flex !important;
  padding: 1rem 2rem !important;
  margin: 0 !important;
  text-transform: unset !important;
  color: rgb(var(--color-foreground)) !important;
}
.predictive-search__item--link-with-thumbnail {
  display: grid !important;
}
.predictive-search__item--link-with-thumbnail img.predictive-search__image {
  width: 50px;
  filter: unset !important;
}

/* css ravi  */

@media(max-width:768px){
nav.navbar .navbar-collapse.collapse.show {
    flex-grow: 0;
    transition: .5s all;
    /* min-height: 380px; */
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: 80px;
    width: 100%;
    height: calc(100vh - 130px);
    
}
  .navbar-collapse.collapse.show ul.navbar-nav {
    position: unset !important;
    height: 100%;
    overflow: auto;
}
}
.desktop-filter .desk-filter-box.sizes .filter-item-box .form-check:last-child {
    display: none;
}


.product-sizes {
    font-style: italic;
    font-weight: bold;
    color: green;
}
.fav-box p:last-child {
    margin-bottom: 0;
    color: green;
    font-style: italic;
}
.sold-out-img {
    filter: blur(2px);
    position: relative;
}

.sold-out-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 0, 0, 0.7); /* Adjust the alpha value to control the darkness */
    z-index: 1;
}

.sold-out-text {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    z-index: 2;
    width: 100%;
    text-align: center;
    height: auto;
}
.#product-form-template--17039811313832__main-product-custom > div > div.btn-box > button
    flex: auto;
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 20px 40px;
    height: 60px;
}

/* Stilar som endast appliceras på skärmar bredare än 992px (datorer) */
@media (min-width: 992px) {

    /* Dölj megamenyn som standard */
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute !important;
        width: 100% !important;
        padding: 20px !important;
        border-radius: 0 !important;
        top: 99px !important;
        margin: 0 auto !important;
        left: 0 !important;
        right: 0 !important;
        border: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important; 
        z-index: 1 !important;
        display: none !important; /* Hide by default */
    }

    /* Visa menyn när man hovrar över den */
    li.nav-item.dropdown.has-megamenu:hover .dropdown-menu.megamenu,
    .dropdown-menu.megamenu:hover {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

}
/* ==========================================================================
   Static Collection Grid - Halendo Style
   ========================================================================== */

/* 1. Hela sektionens container */
.static-collection-section {
  padding: 50px 0;
  width: 100%;
}

/* 2. Rubrikens styling med underlinje */
.static-collection__header {
  text-align: center;
  margin-bottom: 40px;
}

.static-collection__title {
  font-size: 14px; /* Mindre text, som på bilden */
  font-weight: 500;
  letter-spacing: 1.5px; /* Lite mer avstånd mellan bokstäverna */
  text-transform: uppercase;
  margin: 0 0 15px 0; /* Marginal under texten */
  display: inline-block; /* Nödvändigt för att linjen ska fungera korrekt */
  position: relative;
}

/* Den lilla linjen under rubriken */
.static-collection__title::after {
  content: '';
  display: block;
  width: 30px; /* Längden på linjen */
  height: 2px; /* Tjockleken på linjen */
  background-color: #000; /* Färgen på linjen */
  margin: 15px auto 0; /* Centrerar linjen */
}

/* 3. Rutnätet som håller alla produkter */
.static-collection__grid {
  display: grid;
  gap: 20px 15px; /* Y-mellanrum | X-mellanrum */

  /* Mobil som standard: 2 kolumner */
  grid-template-columns: repeat(2, 1fr);
}

/* Dator: 5 kolumner, som på bilden */
@media screen and (min-width: 992px) {
  .static-collection__grid {
    grid-template-columns: repeat(5, 1fr); /* Ändrat från 4 till 5 */
  }
}

/* ==========================================================================
   Styling för individuella produktkort (VIKTIGT!)
   Dessa klassnamn är en gissning. De kan behöva justeras.
   ========================================================================== */

/* Centrera innehållet i varje produktkort */
.static-collection__grid .card-wrapper {
  text-align: center;
}

/* Produktens titel */
.static-collection__grid .card-information__text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
}

/* Pris-sektionen */
.static-collection__grid .price {
  justify-content: center; /* Centrerar priserna om de ligger i en flexbox */
  font-size: 14px;
  margin-top: 8px;
}

/* Överstruket originalpris (vid rea) */
.static-collection__grid .price .price__regular {
  text-decoration: line-through;
  color: #888;
}

/* "Sold out"-text under priset */
.static-collection__grid .price--sold-out .price__availability {
  color: #cc0000; /* Röd färg för "Sold out" */
  font-weight: 500;
}

/* ==========================================================================
   FIXAD Knappstil med fungerande slide-up hover-effekt
   ========================================================================== */

.btn-slide-up {
    font-weight: 400;
    font-size: 15px;
    color: var(--color-grey);
    border: 1px solid var(--color-black);
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 42px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Ser till att texten ligger över animationen */
.btn-slide-up span {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

/* Den svarta bakgrunden som glider upp */
.btn-slide-up::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    left: 0;
    top: 0;
    z-index: 1;
    transform: translateY(101%);
    transition: transform 0.3s ease;
}

/* När man hovrar, glider bakgrunden in */
.btn-slide-up:hover::after {
    transform: translateY(0%);
}

/* ---- HÄR ÄR FIXEN ---- */
/* När man hovrar, tvinga SPAN-elementet inuti att bli vitt */
.btn-slide-up:hover span {
    color: var(--color-white);
}

/* --- Mindre produkttitel på mobilen --- */
@media (max-width: 749px) {
  .single-item-content .single-heading {
    font-size: 18px;
    line-height: 36px;
    color: var(--color-black);
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-weight: 400;
}
}

/* --- Mindre status-text i storleksväljaren på mobilen --- */
@media (max-width: 749px) {
  .option-status .status-text {
    font-size: 10px; /* Originalstorleken var 12px */
    white-space: normal; /* Tillåt texten att brytas till en ny rad */
    line-height: 1.3;
  }

  .option-status .status-symbol {
    width: 6px;   /* Originalstorleken var 8px */
    height: 6px;  /* Originalstorleken var 8px */
  }
  
  .option-status {
    right: 12px; /* Justera positionen lite för mindre skärmar */
  }
}

/* --- START: CSS för produktkort i sliders --- */

/* Grundläggande styling för storlekstagg som overlay */
.products_slider_section .fav-box .fav-img .product-size-tags-container {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}

.products_slider_section .product-size-tag {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Hover-bilden är dold som standard */
.products_slider_section .fav-img .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Sale-etiketter ska alltid ligga överst */
.products_slider_section .fav-img .sale_box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

/* Aktivera hover-effekten endast på desktop */
@media (hover: hover) and (min-width: 992px) {
  .products_slider_section .fav-img .primary-image {
    transition: opacity 0.3s ease-in-out;
  }

  .products_slider_section .fav-box.has-hover-image:hover .primary-image {
    opacity: 0;
  }
  
  .products_slider_section .fav-box.has-hover-image:hover .hover-image {
    opacity: 1;
  }
}

/* --- SLUT: CSS för produktkort i sliders --- */