@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



:root {



  --red: #cf2027;



  --dark: #111;



  --light: #f7f7f7;

--bs-gutter-y:1.5rem;

}



* {



  box-sizing: border-box;



}





body {



  font-family: "Inter", sans-serif;



  color: #111;



  background: #fff;



}



.promo-box {



  background: #fff5f5;



  border: 1px solid #ffd6d6;



  border-radius: 12px;



  padding: 25px;



  color: var(--red);



  text-align: center;



}




.hero {

  min-height: 611px;

  background-size: cover;

  background-position: center;

  position: relative;



}

.hero img{width:100%; object-fit: cover; display: block;}

.deal-card {



  position: absolute;



  right: 8%;



  top: 45px;



  /*width: 370px;*/
  width: 292px;


  background: #fff;



  border-radius: 12px;



  box-shadow: 0 8px 28px #0002;



  overflow: hidden;



  z-index: 1;



  color: black;



}



.hero-carousel a,

.hero-carousel a:hover,

.hero-carousel a:focus,

.hero-carousel a:active,

.hero-carousel a:visited {

  text-decoration: none;

}



.deal-card h5 {



  background: var(--red);



  color: #fff;



  text-align: center;



  padding: 13px;



  margin: 0;



  font-size: 21px;



}



.deal-body {



  display: flex;



  gap: 15px;



  padding: 18px;



  padding-bottom: 0;



}



.flag {

  width: 85px;

  height: 50px;



}

.flag img{width:95%;}

.sku {



  color: var(--red);



  font-weight: 700;



  font-size: 16px;



  margin: 0;



}



.deal-body span {



  font-size: 14px;



}



.deal-card strong {



  color: var(--red);



  font-size: 16px;



}


.deal-body del {
    
        margin: 0 0 0 10px;
}
.deal-body p {



 /* display: flex; */



  justify-content: space-between;



}



.deal-card small {



  display: block;



  padding: 0 18px 18px;



  font-size: 14px;



}



.section-head {



  display: flex;



  align-items: center;



  justify-content: space-between;



  margin-bottom: 25px;



}



.reviews {

  margin-bottom: 60px;

}



.reviews h3 {



  font-size: 22px;



  font-weight: 700;



}



.slider-btn {



  border: 1px solid #d7d7d7;



  background: #fff;



  border-radius: 50%;



  width: 35px;



  height: 35px;



  margin-left: 8px;



}



.project-slider img {



  height: 230px;



  object-fit: cover;



  border-radius: 12px;



  margin: 0 15px 0 0px;



}



.about-section {



  background: #fbfbfb;



}



.about-text {



  padding: 80px 11%;



  background-image: radial-gradient(#f1dede 1px, transparent 1px);



  background-size: 12px 12px;



}



.about-text h3 {



  font-size: 26px;



  font-weight: 700;



}



.outline-red {



  border: 1px solid var(--red);



  color: var(--red);



  padding: 7px 30px;



  border-radius: 6px;



  font-weight: 700;



  font-size: 12px;



}



section.reviews.py-4.pt-0 {



  padding-top: 10px !important;



}



.outline-red:hover {



  background: var(--red);



  color: #fff;



}



.feature-img {



  height: 420px;



  object-fit: cover;



}



.collection-card {



  position: relative;



  border-radius: 6px;



  overflow: hidden;



  background: #eee;



  display: block;



}



.collection-card img {



  width: 100%;



  height: auto;



  object-fit: cover;



  /*transition: 0.35s;*/



}



.collection-card:hover img {



  transform: scale(1.05);



}



.collection-card span {



  position: absolute;



  bottom: 18px;



  left: 50%;



  transform: translateX(-50%);



  background: #fff;



  color: var(--red);



  border-radius: 6px;



  padding: 9px 18px;



  min-width: 130px;



  text-align: center;



  font-weight: 700;



  font-size: 12px;



}



.review-card {



  background: #F6F6F6;



  border: 1px solid #ECECEC;



  border-radius: 6px;



  text-align: center;



  box-shadow: 0 4px 14px #0001;



  margin: 0 14px;



  padding-bottom: 28px;



  position: relative;



}



.review-card img {



  width: 100%;



  height: 180px;



  object-fit: cover;



  border-radius: 6px 6px 0 0;



}



.stars {



  color: #ffbc00;



  font-size: 20px;



  margin: 18px 0 10px;



}



.review-card p {



  font-size: 13px;



  line-height: 1.7;



  padding: 0 25px;



}



.products .container {



  border: 1px solid #ddd;



  border-radius: 10px;



  padding: 35px;



}



.product-tabs {



  text-align: center;



}



.product-tabs button {



  border: 1px solid #ccc;



  background: #fff;



  border-radius: 5px;



  padding: 10px 25px;



  margin: 5px;



  font-weight: 700;



  font-size: 12px;



}



.product-tabs .active {



  background: var(--red);



  border-color: var(--red);



  color: #fff;



}



.product-card {



  border: 1px solid #ddd;



  border-radius: 5px;



  margin: 0 13px;



  padding-bottom: 18px;



}



.product-card img {



  width: 100%;



  height: 250px;



  object-fit: cover;



}



.product-card h6 {



  font-size: 14px;



  font-weight: 700;



  line-height: 1.5;



  padding: 15px;



  min-height: 70px;



  margin: 0;



}



.product-card p {



  display: flex;



  justify-content: space-between;



  font-size: 11px;



  padding: 0 15px;



  margin: 0 0 7px 0;



}



.product-card del {



  color: #777;



  margin-left: 15px;



  font-size: 14px;



}



.product-card strong {



  color: var(--red);



  margin-left: 15px;



  font-size: 14px;



}



section.products {



  padding-left: 22px;



  padding-right: 22px;



}







.project-slider-update img {



  border-radius: 15px 35px !important;



  object-fit: none !important;



}







/* updates */



.reviews .slick-prev,



.reviews .slick-next {

border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-left: 8px;



}



.reviews .slick-prev:before,



.reviews .slick-next:before {



  color: #000;

display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;



}



.reviews .slick-prev:before {



  content: "\F12F";



}



.reviews .slick-next:before {



  content: "\F138";



}



.reviews .slick-prev {



  left: -50px;



}



.reviews .slick-next {



  right: -50px;



}



.ebay {



  color: #e53238;



}



.google {



  color: #4285f4;



}











/* final responsive mega menu/mobile fixes */



.review-slider .slick-slide,



.product-slider .slick-slide {



  height: auto;



}



.review-slider .review-card,

.product-slider .product-card {



  min-height: 380px;



}











/* Header refined to match reference */



.promo-box {



  background: #cf2430;



  color: #fff;



  border-radius: 10px;



  min-height: 140px;



  display: flex;



  flex-direction: column;



  align-items: center;



  justify-content: center;



  font-size: 20px;



  text-align: center;



}



.promo-box strong {



  font-size: 28px;



}







/* Smooth animation helpers */



.collection-card,



.product-card,



.review-card,



.project-slider img {



  transition: transform 0.35s ease, box-shadow 0.35s ease;



}



/* .collection-card:hover,



.product-card:hover,



.review-card:hover,



.project-slider img:hover {



  transform: translateY(-6px);



  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.13);



} */







/* ===== final clean header/menu fix ===== */



.hero {



  position: relative !important;



  z-index: 1 !important;



}







img.qu-icon {



  width: auto;



  height: auto;



  position: absolute;



  right: 20px;



  bottom: 20px;



}



section.hero-mob {



  display: none;



}



.header-icons a img {



  width: 30px;



  height: 30px;

  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(7deg) brightness(119%) contrast(229%);



}



@media (max-width: 991px) {



  .hero {



    min-height: 360px;



  }


 


  .deal-card {



    position: static;



    margin: 20px auto;



    width: 90%;



    display: block;



  }



  .hero {



    padding: 20px 0 120px 0;



  }





  .project-slider img {



    height: 180px;



  }



  .project-slider-update img {



    border-radius: 15px 35px !important;



    object-fit: cover !important;



    height: 230px !important;



  }



  .feature-img {



    height: 280px;



  }



  .about-text {



    padding: 30px 25px;



  }



  .product-tabs {



    text-align: center;



    display: flex;



    white-space: nowrap;



    overflow: scroll;



    padding-bottom: 10px;



  }



  .about-text h3 {



    font-size: 22px;



  }



  .collection-card img {



    height: 220px;



  }







  .reviews .slick-prev {



    left: 0;



  }



  .reviews .slick-next {



    right: 0;



  }







  .offcanvas-body {



    padding: 0;



  }



}











@media (max-width: 991.98px) {



  .desktop-menu {



    display: none !important;



  }



}







@media (max-width: 575px) {



  .section-head {



    align-items: flex-start;



    gap: 10px;



    align-items: center;



  }



  .section-head h3,

  .reviews h3 {



    font-size: 20px;



    font-weight: 700;



    margin: 0;



  }



  .hero {



    min-height: 350px;



  }



  section.hero-mob {



    display: block;



    padding-bottom: 10px !important;



    padding-top: 25px !important;



  }



  .product-tabs {



    display: grid;



    padding-bottom: 10px;



  }



  .product-card {



    margin: 0 10px;



  }



  .product-slider.mt-4 {



    margin: 10px 0 0 0 !important;



  }



  .project-slider img {



    margin: 0 5px !important;
    display: inline-block;


  }







  .collection-card img {



    height: 260px;



  }



  .products .container {



    padding: 20px;



  }



  .product-card img {



    height: 210px;



  }







  .top-sale {



    font-size: 14px !important;



  }



  .top-sale .sale-marquee-cta {



    padding: 3px 8px !important;



    font-size: 9px !important;



    margin: 0 0 0 4px !important;



  }



  form.search-box {

    display: block;

    position: absolute;

    bottom: 16px;

    left: 0;

    right:0;

    width:90%;

    margin: 0 auto !important;

  }



  .header-wrap {



    max-width: 1240px;



    margin: auto;



    padding-bottom: 60px;



    position: relative;



  }



  .logo {



    /*max-width: 78px !important;*/
    max-width: 100% !important;



  }



  section.hero .deal-card {



    display: none;



  }







}































@media (max-width: 575px) {



  .review-card {



    margin: 0 8px;



  }



  section.products {



    padding-left: 20px;



    padding-right: 20px;



    padding-top: 0 !important;



  }



  .product-tabs button {



    padding: 9px 12px;



    font-size: 11px;



  }



}



















/* === CLEAN CLIENT MENU FIX (no animation dependency) === */



@media (min-width: 992px) {



  .main-nav-list {



    flex-wrap: nowrap !important;



    gap: 0 !important;



  }



  .menu-has:hover>.dropdown-menu,



  .menu-has:focus-within>.dropdown-menu,



  .menu-has.show>.dropdown-menu {



    display: block !important;



    opacity: 1 !important;



    visibility: visible !important;



    pointer-events: auto !important;



  }



  .small-mega {



    width: 760px !important;



  }



  .collections-mega,



  .colors-mega {



    width: 820px !important;



  }



  .size-mega {



    width: 820px !important;



    max-height: 380px !important;



    overflow-y: auto !important;



  }



  .more-mega {



    width: 820px !important;



    max-height: 430px !important;



    overflow-y: auto !important;



  }



  .mega-grid {



    display: grid !important;



    margin: 0 !important;



    width: 100% !important;



  }



  .mega-grid.cols-3 {



    grid-template-columns: repeat(3, 1fr) !important;



  }



  .mega-grid.cols-4 {



    grid-template-columns: repeat(4, 1fr) !important;



  }



  .mega-grid>div {



    padding: 6px 10px 10px !important;



    border-right: 1px solid #eee !important;



    min-width: 0 !important;



  }



  .mega-grid>div:last-child {



    border-right: 0 !important;



  }



}



@media (max-width: 1199.98px) and (min-width: 992px) {



  .collections-mega,



  .colors-mega,



  .size-mega,



  .more-mega {



    width: 760px !important;



  }



  .small-mega {



    width: 680px !important;



  }



}











@media (min-width: 992px) {



  .more-mega {



    left: var(--menu-left, auto) !important;



    right: auto !important;



  }



  .size-mega {



    overflow: visible !important;



    max-height: none !important;



  }



}







/* === MOBILE RESPONSIVE MENU COMPLETE FIX === */



@media (max-width: 991.98px) {



  .mobile-size-mega>a {



    background: #f7f7f7 !important;



  }



}







/* === FINAL MOBILE RESPONSIVE DROPDOWN FIX === */



@media (max-width: 991.98px) {



  #mobileMenu .collapse,



  #mobileMenu .collapsing {



    transition: none !important;



    height: auto !important;



  }



  #mobileMenu .collapsing {



    display: block !important;



    overflow: visible !important;



  }



  #mobileMenu .mobile-size-mega {



    overflow: visible !important;



  }



}











@keyframes saleTextMove {



  0% {



    transform: translateX(0);



  }



  100% {



    transform: translateX(-100%);



  }



}



@media (max-width: 991.98px) {



  #mobileMenu {



    height: 100vh !important;



    max-height: 100vh !important;



    overflow: hidden !important;



  }



}



@media (max-width: 575px) {}







html,



body {



  width: 100% !important;



  max-width: 100% !important;



  /*overflow-x: hidden !important;*/



}







.container,



.container-sm,



.container-md,



.container-lg,



.container-xl,



.container-xxl,



.reviews .container,

.products .container {



  width: 100% !important;



  max-width: 1440px !important;



  margin-left: auto !important;



  margin-right: auto !important;



  padding-left: clamp(14px, 3vw, 42px) !important;



  padding-right: clamp(14px, 3vw, 42px) !important;



}







.container-fluid {



  width: 100% !important;



  max-width: 100% !important;



}







.about-section,



section {



  width: 100% !important;



  max-width: 100% !important;



}







@media (min-width: 1600px) {



  .container,



  .container-sm,



  .container-md,



  .container-lg,



  .container-xl,



  .container-xxl,



  #collections .container,



  .reviews .container {



    max-width: 1480px !important;



  }







  .hero {



    max-width: 100% !important;



    margin-left: auto !important;



    margin-right: auto !important;



  }



}







/* Pixel Perfect Spacing Improvements */



section {



  position: relative;



}







.container,



.container-fluid {



  padding-left: 28px;



  padding-right: 28px;



}







.py-5 {



  padding-top: 50px !important;



  padding-bottom: 50px !important;



}



section,

.products,

.reviews,

.collections,

.faq-section {



  padding-top: 40px !important;



  padding-bottom: 40px !important;



}



section.about-section {



  padding: 0 !important;



  margin: 40px 0 10px 0;



}



section.about-section .col-lg-6 {



  margin: 0 !important;



}



img.w-100.feature-img.about-r-img {



  height: 100%;



}



.section-head {



  margin-bottom: 38px;



  gap: 20px;



}







.section-head h3,



.reviews h3 {



  line-height: 1.3;



  letter-spacing: -0.3px;



  font-size: 1.3rem;



  font-weight: 700;



}







.project-slider img,



.collection-card,



.product-card,



.review-card {



  border-radius: 14px;



}







.collection-grid {



  row-gap: 28px;



}







.about-text {



  padding: 0px 70px 0 0px;



}







.about-text p {



  margin: 22px 0 30px;



  line-height: 1.9;



}







.review-card,



.product-card {



  padding-bottom: 12px;



}







.product-card h6,



.review-card p {



  line-height: 1.6;



}











@media (max-width: 991px) {



  .py-5 {



    padding-top: 70px !important;



    padding-bottom: 70px !important;



  }







  .container,



  .container-fluid {



    padding-left: 20px;



    padding-right: 20px;



  }







  .about-text {



    padding: 40px 10px;



  }



}







@media (max-width: 767px) {



  .py-5 {



    padding-top: 55px !important;



    padding-bottom: 55px !important;



  }







  .py-4 {



    padding-top: 25px !important;



    padding-bottom: 25px !important;



  }







  .section-head {



    margin-bottom: 28px;



  }







  .container,



  .container-fluid {



    padding-left: 16px;



    padding-right: 16px;



  }



}











/* Pixel perfect spacing updates */



section,



.reviews,



.collections,



.faq-section {



  padding-top: 0px !important;



  padding-bottom: 0px !important;



}







.section-head {



  margin-bottom: 18px !important;



}







.row {



  /*--bs-gutter-y: 24px;*/



}







/* Customer review slider arrows bottom center */



.reviews {



  position: relative;



  /* padding-bottom: 110px !important; */



}







.reviews .slick-prev,

.reviews .slick-next {



  top: auto !important;



  bottom: -65px !important;



  transform: none !important;



  /*box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);*/



}







.reviews .slick-prev {



  left: calc(50% - 48px) !important;



}







.reviews .slick-next {



  right: calc(50% - 48px) !important;



}







.container,



.container-fluid {



  padding-left: 22px !important;



  padding-right: 22px !important;



}







@media (max-width: 768px) {

.offcanvas-header{height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
  /*  background-color: #f6f6f7;
    overflow-x: hidden;*/
    transition: .5s;
    padding-top: 60px;}
.btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    margin-left: 50px;
    color: #c42626 !important;
    z-index: 999;
            width: 1px;
        height: 2px;
}

  section,



  .products,



  .reviews,



  .about-section,



  .collections,



  .faq-section {



    padding-top: 0px !important;



    padding-bottom: 0px !important;



  }







  .reviews {



    padding-bottom: 90px !important;



  }



}
.review-read-more {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.review-read-more:hover {
  text-decoration: underline;
}

.bi-arrow-right{color: #000}
.bi-arrow-left{color: #000}



    .nav-menu .navbar-nav, .nav-menu .nav-item, .nav-menu .dropdown {
        position: static !important;
        overflow: visible !important;
    }


 .deal-title-link {
        color: #fff;
        cursor: pointer;
        text-decoration:underline;
  }
  .deal-title-link:hover{
    color:#fff;
    cursor: pointer;
    text-decoration:underline;
  }

Bootstrap header */
.bs5-scope,
.bs5-scope * {
    -webkit-font-smoothing: auto !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { background:transparent !important; }