/** Shopify CDN: Minification failed

Line 1028:0 Expected "}" to go with "{"

**/
/* Nikhil */
.collapsible-content summary:hover {
    background: none !important;
}

.sc-1g7kbrp-0.gGKcsq.reputon-single-review.reputon-card {
    background-color: #f2f2f2;
    padding: 35px;
    border-radius: 12px;
}

section#shopify-section-template--17786504544450__1750828128f6d36a79 {
    padding-bottom: 50px;
}

div#Slider-template--17892428710082__slideshow_mYyTKG
 {
    display: none;
}
section#shopify-section-template--17892428710082__17514392205ae674cd {
  margin-bottom: 30px;
}

.reputon-testimonials-widget .fkgStj.fkgStj {
    color: #ffffff !important;
    background: #212121 !important;
}
.reputon-testimonials-widget .fkgStj.fkgStj:hover {
    background: #4f4f4f !important;
}


  .bg-img {
    background-image: url(https://images.unsplash.com/photo-1678731457818-587bb69d0643?q=80&w=744&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-position: center;
    background-size: cover;
}

/* Sanjay */

/* ========== Top Bar Base Styles ========== */
.top-bar,
.top-bar-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Alignments */
.top-bar {
  justify-content: flex-start;
}

.top-bar-links {
  justify-content: center;
  gap: 2.9rem;
}

/* Link Styles */
.top-bar__phone,
.top-bar__email,
.top-bar-link {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.top-bar-link:hover {
  text-decoration: underline;
}

/* ========== Responsive Rules ========== */
@media screen and (max-width: 1023px) {
  .top-bar,
  .top-bar-links {
    display: none;
  }
}

/* ========== Announcement Bar Styles ========== */
.announcement-bar-slider {
    background: #00000096;
    padding: 0px 15px;
}

.announcement-bar {
  height: 40px !important;
}
.top-bar-icon {
  width: 16px;
  height: 16px;
  stroke: #fff;
}
.top-bar-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cat-slider-btn {
  display: none;
} 
  .cat-slider-wrapper {
        max-width: 1260px;
        margin: 0 auto;
    }

    .cat-slider {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        overflow: hidden;
    }

    .cat-slider-track {
        display: flex;
        gap: 40px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 20px 0;
        width: 100%;
        scrollbar-width: none;
      justify-content: center;
    }

    .cat-slider-track::-webkit-scrollbar {
        display: none;
    }

    .cat-slider-item {
        flex: 0 0 auto;
        text-align: center;
        cursor: pointer;
    }
.cat-slider-item a {
    text-decoration: none;
}
.cat-slider-item a:hover {
    text-decoration: underline;
}

  .cat-slider-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #f0f0f0de;
    outline: 2px solid #00000057;
    outline-offset: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center;
}

    .cat-slider-img:hover {
        transform: scale(1.08);
        /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); */
    }

    .cat-slider-img img {
        width: 130px;
        height: auto;
        object-fit: contain;
    }

    .cat-slider-item.active .cat-slider-img {
        background: #ddd;
    }

    .cat-slider-label {
        /* font-size: 18px; */
        color: #111;
        font-weight: 500;
    }

    .cat-slider-btn {
        border: none;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        width: 32px;
        height: 32px;
        font-size: 18px;
        cursor: pointer;
        z-index: 1;
    }
.whatsapp_float {
  position: fixed;
  left: 15px;
  bottom: 65px;
  z-index: 996;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.text-whatsapp {
    background: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.whatsapp_float a {
  display: flex;
  align-items: center;
}
    .footer {
        padding: 50px 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #121313;
        color: #d1d5db;
    }

    .footer-col {
        margin-bottom: 30px;
    }

    .footer-logo {
        flex: 0 0 35%;
    }

    .footer-col h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .footer-col ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-col ul li {
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        color: #d1d5db;
        text-decoration: none;
        font-size: 15px;
    }

    .footer-logo img {
        width: 180px;
        margin-bottom: 20px;
    }

    .footer-logo p {
        margin: 6px 0;
        font-size: 15px;
    }

    .footer-bottom {
        text-align: center;
        padding: 15px;
        font-size: 15px;
        color: #aaa;
        border-top: 1px solid #333;
        background: #121313;
    }

    .payment-logos {
        display: flex;
        gap: 10px;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .payment-logos img {
        width: 50px;
        height: auto;
    }

    img.foot-logo {
        filter: brightness(0) invert(1);
    }

    @media (max-width: 992px) {

        .footer-logo,
        .footer-col {
            flex: 0 0 100%;
        }
    }

    @media (min-width: 993px) {
        .footer-col:not(.footer-logo) {
            flex: 0 0 21.6%;
        }
    }

.product .product-form__buttons {
    display: flex;
    gap: 10px;
}
.product .product-form__submit, .product .shopify-payment-button {
    width: 50%;
}
.rte ul li {
    list-style: none;
    font-weight: 600;
}
.rte ul {
padding-left: 10px;
}


section#shopify-section-template--24210017845563__slideshow_QjWf73 {
    display: block;
}
div#Slider-template--17786504544450__slideshow_mYyTKG {
    display: none;
}


/* sanjay */


.collection__description.subtitle.rte.scroll-trigger.animate--slide-in {
    text-align: center;
}

.collection__description.body.rte.scroll-trigger.animate--slide-in {
    text-align: center;
}

.card__media {
  position: relative;
}

.custom-sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  z-index: 2;
}

.card__heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
}
.card-information>.price {
    font-weight: 600;
}

.feature-bar__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #ebebebcc;
    margin-bottom: 10px;
    padding: 24px;
}


h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
    text-align: center;
    font-size: 36px;
}

.d-flex{
  display: flex !important;
}

.space-btween{
  justify-content: space-between !important;
}

.header--middle-left {
    grid-template-columns: auto !important;
    justify-content: space-between !important;
}

.collection-banner-description .collection-hero__title {
  display: none !important;
}



.article-card-wrapper {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transform: perspective(0);
}

.jdgm-rev-widg__reviews {
            display: flex;
            justify-content: start;
            flex-wrap: wrap;
        }

        .jdgm-rev-widg__reviews .jdgm-rev {
            width: 45%;
            padding: 40px 40px 10px 40px;
            margin: 0px 0px 25px 25px;
            justify-content: left;
            display: flex;
            flex-direction: column;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }


.review-container {
            transition: transform 0.3s ease-in-out;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            max-width: 800px;
            height:100%;
            margin-top: 10px;
            background-color: #fff;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        .p-review-header {
            display: flex;
            flex-direction: row;
            gap: 20px;
        }

        .p-review-header img {
            object-fit: cover;
        }

        .review-p-img {
            width: 150px;
            height: auto;
            border-radius: 8px;
        }

        .p-review-text {
            flex-grow: 1;
        }

        .p-review-description {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            margin-bottom: 10px;
        }

        .rating {
            font-size: 18px;
            color: #FFD700;
        }

        .star {
            margin-right: 5px;
        }

        .p-review-author {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-top: 10px;
        }

        .review-container:hover {
            transform: scale(1.02);
        }

        @media (max-width: 991px) {
            .p-review-header {
                align-items: center;
                flex-direction: column;
            }

            .p-review-header img {
                width: 100%;
                object-fit: cover;
            }
          .review-container {
            margin:50px 0px;
          }
        }

        @media (max-width: 740px) {
            .p-review-header {
                align-items: center;
                flex-direction: column;
            }

            .p-review-header img {
                width: 100%;
                object-fit: cover;
            }
          
            .review-container {
              margin:50px 0px;
            }
        }
    

.article-card-wrapper .card__heading{
    margin-bottom: .6rem;
    font-size: 2.2rem;
    font-weight: 600;
}


.blog-date {
    color: rgb(var(--color-link));
    padding-top: .4rem;
    font-weight: 600;
}

.customslider-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            padding: 20px 0;
        }

        .customslider-wrapper {
            display: flex;
            overflow: hidden;
            width: 100%;
        }

        .customslider {
            display: flex;
            gap: 15px;
            transition: transform 0.5s ease-in-out;
            will-change: transform;
        }

        .slide {
            display:flex;
            align-items: center;
            min-width: 15%;
            text-align: center;
            background: #efefef36;
            border-radius: 10px;
        }

        .slide img {
            width: 100%;
            height: 70%;
            object-fit: contain;
        }

        .prev,
        .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #ffffff;
            background-color: #e33d1b;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            z-index: 10;
            border-radius: 20px;
        }

        .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }

        @media (max-width: 991px) {
        
            .slide {
            min-width: 30%;
            
        }
    }

    @media (max-width: 740px) {
        .slide {
            min-width: 50%;
          
        }
    }


.header-search-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 15px;
}
.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px; /* Adjust width as needed */
    border: 2px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    background: white;
}
.search-input {
    flex: 1;
    padding: 12px 15px;
    font-size: 16px;
    border: none;
    outline: none;
}
.search-button {
    background: #007bff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    color: white;
    border-radius: 0 30px 30px 0;
}
.search-button:hover {
    background: #0056b3;
}
.contact_info {
    display: flex;
    gap: .5rem;
    align-items: center;
    text-decoration:none;
}
.contact_info .header-contact-content {
    font-size: 20px;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
}
.link, .customer a {
    font-size: 17px;
   letter-spacing:0;
}
.header__menu-item {
    padding: 1.6rem;
}
ul.collection-list .card__heading {
 font-size:16px; 
}
ul.collection-list .card__heading a {
  display: flex;
  align-items: center;
  font-weight:600;
}
ul.collection-list .card__information {
 padding: 0;
}

slideshow-component:not(.page-width) .slider-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 0;
}
button.slideshow__autoplay.slider-button {
    display: none;
}

/* Single Product tabs   */
 .tabs {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #ddd;
  }
  .tab-link {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    font-family: var(--font-body-family);
    font-size: 17px;
  }
  .tab-link.active {
    border-bottom: 2px solid rgb(var(--color-button));
  }
  .tab-content {
    display: none;
    padding: 15px;
  }
  .tab-content.active {
    display: block;
  }
section#shopify-section-template--24210018140475__product_tabs_A3PVAW {
    background: #ffffff;
}
sticky-header.header-wrapper {
box-shadow: 1px 0px 10px -5px rgb(0 0 0 / 38%);
}
.tab-content img {
    width: auto;
    /* height: 120px; */
}
.card__heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
}
.card-information>.price {
    font-weight: 600;
}

.feature-bar__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #ebebebcc;
    margin-bottom: 10px;
    padding: 24px;
}
/*  Marquee */

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* marquee animation start */
.scroller {
  max-width: 100%;
}

.marquee-list .scroller__inner {
  display: flex;
  gap: 70px;
}

.marquee-list .tag-list img{
  width:25px;
}

.tag-list li {
display: flex;
gap:16px;
align-items: center;
  font-size: 2.4rem;
  font-weight: 400;
}

.tag-list li:nth-child(even){
  font-weight: 700 ;
}

.scroller[data-animated="true"] {
  overflow: hidden;
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 90s)
    var(--_animation-direction, forwards) linear infinite;
      margin: 0;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* marquee animation end */

/* marquee my code */
.marquee-list{
  padding: 30px 30px;
  color: #181818;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
}

.header--middle-left {
    justify-content: space-between;
    grid-template-columns: auto;
}
/* #shopify-section-template--24210017845563__slideshow .slider-buttons {
    display: none !Important;
} */
section#shopify-section-template--24210017845563__slideshow_QjWf73 {
    display: none;
}
.newsletter-form__field-wrapper .field__input {
    background: 0;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    background: #00000042;
    padding: 30px;
    border-radius: 10px;
}
.custom-botoom {
    justify-content: space-between;
    align-items: center;
}
.footer__content-bottom {
    padding-top: 1rem!important;
}

/* Layout CSS  */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
[class^="col-"] {
  padding-left:10px;
  padding-right:10px;
}
.fw-600 {
    font-weight: 600;
}
.mt-4 {
  margin-top:40px;
}
.m-0 {
   margin: 0 !important;
}
.text-white {
  color: #fff!important;
}
.text-dark {
   color: #000!important;
}
.text-center {
  text-align:center!important;
}
/* Column width classes */
.col-1 { flex: 0 0 8.33%; max-width: 8.33%; }
.col-2 { flex: 0 0 16.66%; max-width: 16.66%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.33%; max-width: 33.33%; }
.col-5 { flex: 0 0 41.66%; max-width: 41.66%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.33%; max-width: 58.33%; }
.col-8 { flex: 0 0 66.66%; max-width: 66.66%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.33%; max-width: 83.33%; }
.col-11 { flex: 0 0 91.66%; max-width: 91.66%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

@media (max-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
  .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }

@media (max-width: 600px) {
.contact_info {
  display:none;
}
.tab-content img {
    width: 100%;
    height: auto;
}
.banner--mobile-bottom .slideshow__text.banner__box {
     background: 0;
}
.banner--mobile-bottom:not(.banner--stacked) .banner__content {
        position: absolute;
        top: 18%;
}

div#Slider-template--17892428710082__slideshow_mYyTKG
 {
    display: block;
}
div#Slider-template--17892428710082__slideshow {
    display: none;
}
  
section#shopify-section-template--24210017845563__slideshow_QjWf73 {
    display: block;
}
section#shopify-section-template--24210017845563__slideshow {
    display: none;
}
  .feature-bar__item {
    background: #ebebebcc;
    margin-bottom: 10px;
    padding: 24px;
}
slideshow-component:not(.page-width) .slider-buttons {
    position: relative;
    bottom: 0;
    width: 100%;
}
ul.collection-list .card__heading a {
    display: block;
}
.cat-slider-item {
  width: 36%;
}
  .cat-slider-img {
    width: 120px;
    height: 120px;
}
.cat-slider-img img {
    width: 80px;
}
  .cat-slider-track {
    padding-left: 20px;
    justify-content: start;
    gap: 20px;
  }
  .footer {
    padding: 30px 30px;
 
}
  .gap-20 {
    gap: 20px;
  }
  div#Slider-template--17786504544450__slideshow_mYyTKG {
    display: block;
}
div#Slider-template--17786504544450__slideshow {
    display: none;
}
  .checkout-heading::before, .checkout-heading::after {
    display: none;
  }
  .shoe-care-steps {
    justify-content: center!important;
  }
  .shoe-banner h2 {
    font-size: 22px!important;
}
}

.d-flex{
  display: flex !important;
}

.space-btween{
  justify-content: space-between !important;
}


  .page-width, 
.site-width {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}


 

  
  
@media (min-width: 1200px) {
  .page-width {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Hide on screens below 990px (mobile + tablet) */
@media (max-width: 989px) {
  nav.header__inline-menu {
    display: none;
  }
  .announcement-bar {
    height: 50px !Important;
}
}

/* Ensure visible on desktop */
@media (min-width: 990px) {
  nav.header__inline-menu {
    display: flex;
    justify-content: center;
  }
 
}






