/** Shopify CDN: Minification failed

Line 502:6 Expected ":"
Line 502:8 Expected identifier but found "*"

**/


/* CSS from section stylesheet tags */
.banner-sliders .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px; 
}
.banner-sliders .slick-dots li:last-child {
  margin-right: 0;
}
.banner-sliders .slick-dots li.slick-active button { 
  background: #000;
}
.banner-sliders .slick-dots li button {
  height: 4px; 
  border-radius: 5px;
  width: 12px;
}
.banner-sliders {
    height: 400px;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: 28% !important;
}
.back-top-top-wrapper {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 45px;
    cursor: pointer;
    background: linear-gradient(84.74deg, #FF45CA -2.07%, #52048E 49.1%, #D542F5 108.81%);
    border: 9px solid #000000;
    border-radius: 34.5px;
    width: fit-content;
    font-family: 'franca-bold';
    margin: auto;
    position: relative;
    bottom: -30px;
    font-size: 24px;
}
.back-top-top-wrapper span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.back-top-top-wrapper span img {
    width: 18px;
}
.footer {
    position: relative;
    transition: .3s ease all;
    transition-duration: 0.5s;
    background: var(--footerBackground);
    color: var(--footerTextcolor);
    box-shadow: 0 0 14px #00000012;
    margin-top: auto;
    --linkColor: var(--footerLinkcolor);
    /* margin-bottom: 40px; */
    overflow-x: hidden;
}
.footer-inner {
    gap: 24px;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    align-items: flex-start;
}
.title, .title-wrapper-with-link {
    margin: 0 !important;
}
.footer a {
    color: var(--footerLinkcolor);
}

.footer p {
    color: var(--footerTextcolor);
}

.footer-grid-box {
    z-index: 1;
    position: relative;
}

.footer-grid-content {
    padding: 0px 15px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 1px solid var(--footerBackgroundLight, #ddd);
}

.footer-top.fullwidth-logo {
    flex-wrap: wrap;
}

.footer-logo-link img {
    height: auto;
}

.footer-top.fullwidth-logo .footer-logo-link,
.footer-top.fullwidth-logo img {
    width: 100%;
}

.footer-top.fullwidth-logo.marquee-logo .marquee-logo-items {
    display: flex;
}

.footer-top.fullwidth-logo.marquee-logo .footer-logo-link {
    white-space: nowrap;
    display: flex;
    align-items: center;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: marque;
    animation-duration: var(--marqueeSpeed);
    animation-play-state: running;
    width: 40%;
    flex: 0 0 40%;
    margin-right: 120px;
}

@keyframes marque {
    0% {
        transform: translate(0);
        visibility: visible;
    }
    100% {
        transform: translate(-100%);
    }
}

.footer-middle {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
    margin: 0 -15px;
    padding-bottom: 35px;
}

.footer-block {
    flex: 0 0 25%;
    padding: 0 10px;
}

.footer-block.newsletter {
    flex: 0 0 100%;
    padding-top: 20px;
}

.footer-block-heading {
    padding-bottom: 15px;
    display: block;
    color: var(--footerTextcolor);
}

.footer-menu-link {
    color: var(--footerLinkcolor);
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    font-size: 13px;
}

.footer-block-desc {
    margin-bottom: 30px;
    color: var(--footerTextcolor);
}

.footer-contact-detail-link {
    display: inline-grid;
    align-items: flex-start;
    grid-template-columns: 18px 1fr;
    gap: 10px;
}

.footer-contact-detail-link svg {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.footer-contact-detail li+li {
    margin-top: 10px;
}

.footer-newsletter {
    position: relative;
}

.newsletter-box {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border: 2px solid var(--footerBackgroundLight, #ddd);
    padding: 3px 3px 3px 15px;
    border-radius: var(--inputRadius);
    color: var(--footerLinkcolor);
    overflow: hidden;
}

.newsletter-box.small-shadow-enabled {
    border-color: var(--footerShadowColor);
}

.newsletter-box input {
    border: transparent;
    background-color: transparent;
    padding: 12px;
    border-radius: 0;
}

.newsletter-box .button {
    height: 100%;
}

.newsletter-box .envelope {
    fill: var(--footerLinkcolor);
}

.footer-middle .localization-form {
    padding-top: 10px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 20px;
    border-top: 1px solid var(--footerBackgroundLight);
}

.footer-copyright-text {
    color: var(--footerTextcolor);
}

.footer-payment-icons {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-left: auto;
}

.list-payment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.list-payment-item {
    display: flex;
    width: 30px;
}

.footer-social-block {
    display: flex;
    align-items: center;
    color: var(--footerLinkcolor);
}

.footer-social-block-heading {
    margin-right: 20px;
    padding-bottom: 0;
    color: var(--footerTextcolor);
}

footer .custom-select-content {
    top: unset;
    bottom: 100%;
    left: 0;
    right: unset;
}
.footer-grid-content .bottom .localization-form .custom-select-content{
    top: 100%;
    bottom: unset;
}

@media (min-width:768px) {
    .footer-top.fullwidth-logo .footer-social-block {
        padding-top: 20px;
    }
}

@media (min-width:1025px) {
    .footer-block {
        flex: 0 0 16.666%;
    }
    .footer-block.newsletter {
        flex: 0 0 33.333%;
        padding-top: 0;
    }
    .footer-menu-link:hover {
        color: var(--footerLinkHover);
    }
    .footer-menu-link:before {
        content: "";
        width: 0;
        height: 1px;
        background: transparent;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.5s linear;
    }
    .footer-menu-link:hover:before {
        width: 100%;
        background: var(--footerLinkHover);
    }
    footer .social-icons-link:hover {
        border-color: var(--footerLinkHover);
    }
    .footer a:hover {
        color: var(--footerLinkHover);
    }
    .footer-middle {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (min-width:1200px) {
    .footer-block+.footer-block.newsletter .footer-block-newsletter {
        max-width: 85%;
        margin-left: auto;
    }
    .footer-grid-content {
        padding: 0px 25px;
    }
}

@media (min-width:1441px) {
    .footer-block {
        padding: 0 20px;
    }
    .footer-middle {
        margin: 0 -20px;
    }
    .footer-grid-content {
        padding: 0px 45px;
    }
}

@media screen and (max-width:767px) {
    .footer-grid-content {
        padding: 0px 35px;
    }
    .footer-middle {
        padding: 30px 0;
        margin: 0;
    }
    .footer-middle .footer-block {
        flex: 0 0 100%;
        padding: 0 0px 30px 0;
    }
    .footer-middle .footer-block.newsletter {
        flex: 0 0 100%;
    }
    .footer-top {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 20px;
        flex-direction: column;
        padding-top: 20px;
        row-gap: 10px;
        align-items: flex-start;
    }
    .footer-block+.footer-block.newsletter .footer-block-newsletter {
        max-width: 100%;
    }
    .footer-middle .footer-block:last-child {
        padding: 0;
    }
    .footer-block-heading {
        padding-bottom: 10px;
    }
    .footer-block-desc {
        margin-bottom: 20px;
    }
    .footer-bottom {
        display: block;
        text-align: center;
    }
    .footer-copyright-text {
        padding-bottom: 10px;
    }
    .footer-payment-icons {
        flex-wrap: wrap;
        row-gap: 15px;
        flex-direction: column;
    }
    .list-payment {
        justify-content: center;
    }
    .footer-middle .localization-form .custom-select-list {
        right: unset;
        left: 0;
    }
    .footer-top.fullwidth-logo.marquee-logo .footer-logo-link {
        margin-right: 30px;
    }
}

@media screen and (max-width:575px) {
    .footer-grid-content {
        padding: 0 8px;
    }
}
.footer-wrapper {
    width: 100%;
    background: #000000;
    padding: 60px 50px 30px;
    color: #000;
    animation: fadeIn 1.5s ease-in;
}

/* .footer-inner {
  max-width: 76%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 189px;
} */

.column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
  align-items: flex-start;
}

.logo-class {
  width: 230px;
  margin-bottom: 10px;
  animation: slideInLeft 1s ease;
}

.lil-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    font-family: 'franca-regular';
}

.icon-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.icon {
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}

.icon:hover {
  color: red;
}

.store-icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
}
.app-logo img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
}

.app-content h2 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Poppins';
    px; */
}

.app-content p {
    font-size: 14px;
    font-family: 'Inter';
}
.store-icons img {
  width: 120px;
  height: 40px;
}

.title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  animation: fadeInDown 1s ease;
  color: #fff;
}

.title::after {
    content: "";
    position: absolute;
    width: 58px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    left: 0;
}

.quick-links {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: color 0.3s;
}

.quick-links:hover {
  color: #fff;
}

.extra-style {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14px;
  color: #333;
}

.icon-wrapper-info {
     width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
}
.contact-grid-wrapper span {
    color: #fff;
}
.copywrite-section {
    text-align: center;
    background: #ffffff;
    padding: 10px 50px 10px;
    font-size: 14px;
    color: #777;
    animation: fadeInUp 1s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copywrite-section a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.smartwatch-app {
    display: flex;
    align-items: center;
    gap:10px;
}

.smartwatch-app p {
    width: 30%;
    color: #fff;
    line-height: normal;
}
.copy-right {
   text-align: right;
}
.copy-right img {
    width: 60%;
}
.red-underline {
    color: #ff0000 !Important;
    text-decoration: underline !Important;
    text-underline-offset: 2px;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px);}
  to { opacity: 1; transform: translateY(0);}
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px);}
  to { opacity: 1; transform: translateY(0);}
}

@keyframes slideInLeft {
  from { transform: translateX(-100px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@media screen and (max-width: 1024px) {
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .column {
    padding: 10px;
    gap: 20px;
  }
  .store-icons img {
    width: 100px;
  }
  .icon-wrapper {
    justify-content: center;
    gap: 12px;
  }
  .store-icons {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .smartwatch-app p {
    font-size: 10px;
  }
  .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 10px;
    align-items: center;
  }

  .column {
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 0px; /* added spacing between sections */
    gap: 11px;
  }

      .column .title {
        margin-top: 7px;
        font-size: 15px;
    }

  .column .title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

      .extra-style {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        text-align: left;
        width: 100%;
        font-size: 11px;
    }

  .icon-wrapper-info {
    min-width: 25px;
    min-height: 25px;
  }

  .store-icons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 7px;
  }
  .copywrite-section{
    margin-top: 20px;
  }

  .store-icons img {
    width: 100px;
    margin: 5px;
    object-fit: contain;
  }

  .icon-wrapper {
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .logo-class {
    width: 150px;
  }

  .lil-desc {
    text-align: center;
  }

  .footer-wrapper {
    padding: 40px 20px 0;
  }
  .copy-right {
    text-align: center;
  }

  .copywrite-section {
    text-align: center;
    background: #ffffff;
    padding: 10px 50px 10px;
    font-size: 14px;
    color: #777;
    animation: fadeInUp 1s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .copy-right img {
    width: 100%;
    margin: auto;
  }

      .column .title:after {
        left: 18% !important;
        transform: translate(-50%);
    }

      .links-columns {
        display: flex !important;
        flex-direction: row;
        gap: 40px;
        align-items: flex-start;
        width: 100%;
    }

.collection-column,
.quick-links-column {
  align-items: flex-start;
  text-align: left;
}

.collection-column .title::after,
.quick-links-column .title::after {
  left: 50%;
  transform: translateX(-50%);
}


  .contact-column {
  width: 100%;
  align-items: center;
  text-align: center;
    margin: -25px 0 0 0;
}

.contact-column .title::after {
  left: 50%;
  transform: translateX(-50%);
}

    .contact-grid-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
        gap: 20px;
        flex-direction: row;
    }

.contact-left,
.contact-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  text-align: left;
}

  .quick-links {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    transition: color .3s;
}


      .links-columns {
        display: flex !important;
        flex-direction: row;
        gap: 40px;
        align-items: flex-start;
        width: 100%;
        margin: -20px 0 0 0;
    }

      .contact-column .column {
        width: 100%;
        align-items: center;
        text-align: center;
        /* margin: 3px 0 0; */
        padding: 0 0 0 0px !important;
    }

}

/* SHOW ONLY ON MOBILE */
.mobile-footer-accordion {
    display: none;
}

@media (max-width: 768px) {

    /* hide original desktop grid links */
    .collection-column,
    .quick-links-column,
    .contact-column {
        display: none !important;
    }

    .mobile-footer-accordion {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: #000;
        padding: 20px 15px;
        width: 100%;
    }

    .m-footer-item {
        background: #111;
        border-radius: 12px;
        padding: 14px 16px;
    }

    .m-title {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        padding: 8px 0;
        cursor: pointer;
        position: relative;
    }

    /* plus icon */
    .m-title::after {
        content: "+";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .m-title.active::after {
        content: "–";
    }

    .m-content {
        display: none;
        flex-direction: column;
        gap: 6px;
        margin-top: 12px;
        text-align: center;
    }

    .m-content a, .m-content p {
        color: #fff;
        font-size: 14px;
        margin: 4px 0;
        text-decoration: none;
    }
    .m-title.active {
      background: transparent !important;
    }
    .column span {
      color: #fff;
      line-height: normal;
    }
    .row.links-columns {
      display: none !important;
    }
}

.column2 {
  display: flex;
  gap: 15px;
  text-align: left;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.lj-mega-menu {
      position: relative;
      font-size: 0;
    }
    .megamenu-main {
      background-color: #000;
      text-align: center;
    }
    .megamenu-main>li {
      display: inline-block;
      vertical-align: middle;
    }
    .megamenu-main>li>a {
      color: #fff;
      font-size: 14px;
      padding: 16px 16px;
    }
    .megamenu-child-wrapper {
      position: absolute;
      top: 100%;
      left: 0;  
      right: 0;
      width: 100%;
      z-index: 5;
      background-color: #fff;
      padding: 15px 15px;
      text-align: left;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
      visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
    }

  .megamenu-main>li.has-megamenu:hover .megamenu-child-wrapper{
   transition-delay:0s;
    opacity:1;
    visibility:visible;
  }

  
    .megamenu-child-wrapper h5 {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
    }
    .megamenu-child-menu>li {
      padding-top: 13px;
    }
    .megamenu-child-menu a {
      font-size: 14px;
      color: #000;
    }

    .megamenu-child-brands {
    padding-top: 13px;
  }
    .megamenu-child-brands>li {
      width: 33.333%;
      display: inline-block;
      vertical-align: top;
      padding:5px 5px;
    }
    .megamenu-child-brands a {
      border: 1px solid #d2d2d2;
      border-radius: 3px;
      padding: 25px 25px;
      height: 120px;
  width: 100%; 
    }
    .megamenu-child-brands img {
      width: 100%;
      object-fit: contain; 
      height: 100%;
    }
    .megamenu-child-banner img {
      width: 100%;
    }

  @media (max-width:767px)
{
  .lj-mega-menu{
    display:none;
  }
}
/* Tabbing CSS */
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}
#shopify-section-mobile-menu-strip {
  display: none;
}

  @media (max-width:767px)
  {
    #shopify-section-mobile-menu-strip {
  display: block !important;
}
    
.mobile-menu-strip-main {
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  padding: 8px;
  scrollbar-width: none;
  border-bottom: 1px solid #eee;
  text-align: center;
  display: flex;
  align-items: center;
}
.mobile-menu-strip-main a {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.2);
  transition: color .2s; 
  font-size: 12px;
  min-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  line-height: 32px;
}
.mobile-menu-strip-main>li {
  padding: 0 3px;
}

.mobile-menu-strip-main > li:first-child {
  display: none;
}
    
  }
.mobile-navigation-strip{
    display:none;
  }

.mobile-popover-main {
  display: none;
}
  
  @media (max-width:767px){
    .mobile-navigation-strip{
      display:block;
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:5;
      font-size:0;
      box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
      background-color: #fff;
     height: 60px;
    padding-bottom: 10px;
    } 
/* .mn-strip-box.mn-strip-box-promo img {
  margin-top: -35px;
  filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.4));
} */
.mn-strip-box.mn-strip-box-promo {
  margin-right: -15px;
}

    
.mobile-navigation-strip-menu {
  background-color: #fff;
  display: flex;
  align-items: center;
 
  color: #666;
  height: 100%;
}
.mn-strip-box svg {
  width: 24px;
  height: 24px;
  position: relative;
  fill: #666;;
}
.mobile-navigation-strip-menu>li { 
  width: 20%;
  text-align: center;
}
.mn-strip-box h6 {
  margin-top: .5em;
   font-size: 11px;
    color: #666;
}
.mn-strip-box {
  text-align: center;
}

.mobile-popover-main {
  display: block;
}




    
.mobile-popover-main {
  display: flex;
  flex-direction: column;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding-bottom: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-height: 763.795px;
  position: fixed;
  bottom: 0;
  opacity: 1;
  transition: opacity 300ms ease 0s, transform 300ms ease 0s;
  z-index: 4;
  box-shadow: 1px 10px 10px 10px rgba(0,0,0,0.3);
  transform: translateY(100%);
}
.mobile-popover-main.popover-visible{
  transform:translateY(0);
}
    
.mobile-popover-box-img {
  width: 50%;
  margin-bottom: -20px;
}
.mobile-popover-box-img img {
  height: 100%; 
  object-fit: scale-down;
}
.mobile-popover-wrapper-heading {
  border-bottom: 1px solid rgb(238, 238, 238);
  text-align: center;
  padding: 16px 37px;
  position: relative;
}
.mobile-popover-wrapper-heading h5 {
  font-size: 16px;
  font-weight: bold;
}
.close-mobile-popover {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 20px;
}
.mobile-popover-links {
  padding: 15px 15px;
  font-size: 0;  
  display: flex;
  flex-wrap: wrap; 
  gap: 15px;
} 
.mobile-popover-links {
}
.mobile-popover-links>li {
  width: 47.1%;
}
.mobile-popover-box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
  padding: 15px 0 0 15px;
  border-radius: 8px; 
  font-weight: bold;
  height: 80px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
}
.mobile-popover-box-body h2 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  word-break: unset;
} 
.mobile-popover-box-body {
  width: 50%;
}
.mobile-popover-box-img img {
  height: 60px;
    object-fit: contain;
    padding: 5px 5px;
}

    .mobile-popover-items {
  padding-bottom: 15px;
}

    
   
.mn-strip-box.mn-strip-box-promo {
  position: relative;
  width: 70px;
  height: 78px;
  margin: -20px -15px 0 0;
  clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );
  background-color: #f95607;
  display: flex;
  align-items: center;
  justify-content: center; 
  flex-direction: column;
}
.mn-strip-box.mn-strip-box-promo h6 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.mn-strip-box.mn-strip-box-promo p {
  font-size: 12px;
  color: #fff;
  padding-top: 1px;
} 


    .mob-nav-media{
  width: 100%;
  height: 55%;
  object-fit: contain; 
} 

    
    
  }
.reasons-to-shop-box {
    padding: 15px 15px;
    border-radius: 5px;
    background-color: #F7F7FA;
  }
  .reasons-to-shop-box h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .reasons-shop-items {
    font-size: 0;
    margin: 0 -10px;
  } 
  .reasons-shop-items>li {
    width: 50%;
    padding: 10px 5px 0;
    display: inline-block;
    vertical-align: top;
  }
  .reasons-to-shop-body {
    padding: 10px 10px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .reasons-to-shop-body h5 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
  }
  .reasons-to-shop-body p {
    color: #000;
    font-size: 14px;
   padding-top: 8px;
  }


  .reasons-to-shop-deals {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .reasons-to-shop-deals a {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px 7px 15px;
    border-radius: 5px;
    border:1px solid #000; 
  }

  .reasons-to-shop-deals a:hover{
    background-color:transparent;
    color:#000;
  }


.reasons-in-focus-list {
  font-size: 0;
}
.reasons-in-focus-list>li {
 padding-top: 20px; 
}
.reasons-in-focus-list img {
  border-radius: 10px;
}

  .reasons-to-shop-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; 
}
.sale-page-banner {
    font-size: 0;
  }


  .sale-page-counter {
    background-color: #efeff5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
  }
  .sale-page-counter h5 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
  }
  #countdownul {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #countdownul>li {
   font-size:12px;
    width: 55px;
    padding:5px 0;
    background-color: #f95607;
    color: #fff;
    text-align: center;
    position:relative;
    border-radius:3px;
  }
  /*
    #countdownul>li:not(:first-child)::before{
      content:":";
      color:#000;
      position:absolute;
      left:0;
      top:0;
    } */
  #countdownul span {
    font-size: 20px;
    font-weight: bold;
    display:block;
  }



  .sale-page-tabs {
    background-color: #000;
    padding: 15px 0;
  }
  .sales-tab-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .sales-tab-links h6 {
    color: #fff;
    font-size: 14px;
  }
  .sales-tab-links>li {
    cursor: pointer;
  }
  .product-box-list-home {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .product-box-list-home>li {
    width: 24.3%;
  }
  .sales-tab-links .active h6 {
    color: #f95607;
    font-weight: bold;
  }

  .sale-page-categories-sale {
    color: #757575;
    font-size: 24px;
    font-weight: 500;
    padding-top: 25px;
  }


  .sale-discount-view {
    font-size: 14px;
    text-decoration: underline;
    color: #0275d8;
    display: block;
    margin-left: auto;
    max-width: 120px;
    margin-top: -15px;
    text-align: right;
  }

    @media (max-width:767px)
    {

  .product-box-list-home > li {
    width: 48.6%;
  }


      .sale-page-banner img {
    height: 60px;
    object-fit: cover;
  }

      .sales-tab-links{
        white-space:nowrap;
        justify-content:flex-start;
        overflow:auto;
      }



  .sales-tab-links {
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
      scrollbar-width: none;  /* Firefox */
  }
  .sales-tab-links::-webkit-scrollbar{
         display: none;  /* Safari and Chrome */
  }


    }