html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Nunito Sans", sans-serif;
  background-color: #ffffff;
}



.backgroundclip{
  width:100%;
  position:relative;
  overflow:hidden;
  margin-bottom: 70px;
}

.bg-video{
  width:100%;
  height:auto;
  display:block;
}

.bg-desktop{ display:block; }
.bg-mobile{ display:none; }

@media (max-width:768px){
  .bg-desktop{ display:none; }
  .bg-mobile{ display:block; }
}

/* Replay button overlay */
.bg-replay{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:64px;
  height:64px;
  border-radius:999px;
  border:0;
  background:rgba(0,0,0,.45);
  color:#fff;
  font-size:26px;
  line-height:64px;
  cursor:pointer;
  display:none;           /* hidden until video ends */
  z-index:2;
}

.bg-replay:hover{ background:rgba(0,0,0,.6); }



a {
  text-decoration: none;
  color: #202020;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.mainpage {
  flex: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: url(../media/high-resolution-images_49546528.jpg) no-repeat center center;
  background-size: cover;
  animation: zoomInOut 10s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 150%;
  }
}

.navbar {

  z-index: 100;
  display: flex;
  justify-content: center;
  height: 100px;
background: rgb(4 0 24 / 65%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(13.2px);
  color: #0f0f0f;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.footer {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  background: url(../media/high-resolution-images_49546528.jpg);
  background-size: cover;
  animation: zoomInOut 10s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 150%;
  }
}

.copyright {
  font-size: 14px;
  padding: 10px;
  display: flex;
  justify-content: center;
  background: #000;
  color: #ececec;
}

.pagetitle {
  margin-top: 50px;
  margin-bottom: 50px;

}

.content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  justify-content: space-between;
}

.discountbar {
  display: flex;
  justify-content: center;
  height: 30px;
  background: #000;
  color: aliceblue;
}

.discountbar p {
  margin: 0%;
}

.minicons {
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.icons {
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.icons:hover {
  transform: scale(1.2);
  filter: brightness(1.5) drop-shadow(0 0 6px lightblue);
}

.leftside {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 200;
}

.socialicons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;

}

.socialicons p {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 200;
}

.rightside {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 200;
}

.columnwrap {
  display: flex;
  width: 50%;
}


.mainfooter {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
background: rgb(4 0 24 / 65%);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(13.2px);
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.logowrap {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 25%;
}

.logowrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.mainmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.iconwrap {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 15%;
}

.mobilewrap {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 20%;
  margin-right: 10px;
}

@media (min-width: 968px) {

  .mobilewrap {
    display: none;
  }
  .mainpage {
    margin-top: 50px;
  }

}

.success {
  display: none;
  text-align: center;
  padding: 20px;
}

.logo {
  height: 60px;
  margin-right: 30px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}


.navtabs {
  color: aliceblue;
  text-decoration: none;
  font-size: 18px;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.navtabsf {
  color: rgb(253, 253, 253);
  text-decoration: none;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 3px;
}

.navtabs:hover {
  transform: scale(1.1);
  filter: brightness(1.2) drop-shadow(0 0 6px rgb(255, 255, 255));
}

#hamburger {
  display: none;
  ;
}

@media (max-width: 668px) {

  .discountbar {
    display: none;
  }

}


@media (max-width: 968px) {

  .logo {
    margin-left: 20px;
    height: 60px;
  }


  .mainmenu {
    display: none;
  }

  .social {
    display: none;
  }

  #hamburger {
        display: flex;
        margin-right: 10px;
        margin-left: 20px;
  }

}

.mobilemenu {
  position: absolute;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  backdrop-filter: blur(10.8px);
  -webkit-backdrop-filter: blur(10.8px);
  display: none;
  flex-direction: column;
  width: 90%;
  height: 90vh;
  margin: 5%;
  border-radius: 20px;
  z-index: 1000;
  animation: none;
}

@keyframes dropIn {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.mobilemenu.show {
  display: flex;
  animation: dropIn 0.5s ease forwards;
}

.closemenu {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.moblogowrap {
  margin: 20px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}

.moblogo {
  height: 60px;
}

.mobmainmenu {
  display: flex;
  justify-content: center;
  text-align: center;
}

.mobnavtabs {
  color: #0f0f0f;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
}

.navtab-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.megamenuwrap {
  top: 100%;
  z-index: 998;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(10.8px);
  -webkit-backdrop-filter: blur(10.8px);
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}

.megamenu {
  display: none;
  width: 100%;
  z-index: 999;
  flex-direction: row;
}

.select {

  display: flex;
}

.searchwrap {
  display: flex;
  width: 300px;
  margin: 10px;
  justify-content: left;
  align-items: center;
}

.menu-title {
  padding: 20px;
  display: flex;
  justify-content: left;
  align-items: top;
}

.atitle {
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  color: #3a3a3a;
  margin-right: auto;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

a:hover {
  font-weight: 600;
}


.mobnavtabs.active {
  font-weight: 700;
  transform: scale(1.05);
}

.submenu.active {
  font-weight: 700;
  background-color: #c9c3b7;
  border: none;
}



.menu-column {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: top;

  flex-direction: column;
}


.atabs {
  font-size: 16px;
  margin-bottom: 2px;
  color: #2c2b2b;
  text-decoration: none;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.atabsf {
  font-size: 16px;
  margin-bottom: 10px;
  color: #cccccc;
  text-decoration: none;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.searchbar {
  width: 300px;
  padding: 7px;
  border: 1px solid #2e2e2e;
  border-radius: 5px;
  background: transparent;
}

.megaimagewrap {
  display: flex;
  box-sizing: border-box;
  margin-top: 20px;
}

.megaimagewrap img {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}


.login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.login-modal.hidden {
  display: none;
}

.modal-content {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 340px;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  background: #dadada;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.tab-btn.activated {
  background: #000;
  color: white;
}

.tab-content {
  display: flex;
  flex-direction: column;
}

.tab-pane {
  display: none;
}

.tab-pane.activated {
  display: block;
}

.inputwraplog {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  justify-content: left;
  margin: 10px;
}

.inputwraplog label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.inputwraplog input {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

.button {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  padding: 10px;
  cursor: pointer;
  background: #00020a;
  background: linear-gradient(90deg, rgba(0, 2, 10, 1) 0%, rgb(48 40 3) 53%, rgba(13, 0, 9, 1) 100%);
  color: aliceblue;
  border: 1px solid #ffffff00;
  border-radius: 5px;
  font-size: 18px;
  transition: transform .2s;
}

.button:hover {
  background: #000000;
  color: rgb(255, 255, 255);
  transform: scale(0.95);
}

.button2 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  padding: 10px;
  cursor: pointer;
  background: #ffffff00;
  color: #262626;
  border: 1px solid #262626;
  border-radius: 5px;
  font-size: 18px;
  transition: transform .2s;
}

.button2:hover {
  background: #000000;
  color: rgb(255, 255, 255);
  transform: scale(0.95);
}

.profile-icon-wrapper {
  position: relative;
  display: inline-block;
}

.login-check {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-color: #28a745;
  border-radius: 50%;
  border: 2px solid white;
  display: none;
}

.cart-badge {
  display: block;
  position: absolute;
  bottom: 2px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-color: rgb(217 89 0);
  border-radius: 30%;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  transform: translate(30%, 15%);
}
.cart-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 110%;
  width: 300px;
  max-height: 350px;
  overflow: auto;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  z-index: 9999;
  padding: 25px;
}
.cart-container:hover .cart-dropdown {
  display: block;
}
.cart-empty {
  padding: 16px;
  color: #555;
}
.mini-productwrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 28px 8px 8px;
  border-bottom: 1px solid #f1f1f1;
}
.mini-productwrap:last-child {
  border-bottom: none;
}
.mini-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}
.mini-info {
  flex: 1;
  min-width: 0;
  font-size: 12px;
}
.mini-info .mini-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.mini-qty select {
  height: 28px;
}
.mini-remove {
  position: absolute;
  right: 8px;
  top: 8px;
  text-decoration: none;
  color: #999;
  font-size: 20px;
  line-height: 20px;
}
.mini-remove:hover {
  color: #b00020;
}
.mini-actions {
  padding-top: 8px;
  margin-top: 20px;
  font-size: 12px;
}

@media (max-width:600px) {
  .cart-dropdown {
    width: 90vw;
    right: -10vw;
  }
}

        .product-grid .product-card { position: relative; }

        .product-grid .fav-heart {
          position: absolute; top: 8px; right: 8px;
          width: 28px; height: 28px; cursor: pointer;
          display: flex; align-items: center; justify-content: center;
          z-index: 3; user-select: none;
        }
        .product-grid .fav-heart img { width: 24px; height: 24px; pointer-events: none; }

        /* Badges */
        .product-grid .badges{
          position: absolute;
          top: 8px; left: 8px;
          display: flex;
          flex-direction: column;
          gap: 6px;
          z-index: 2;
          pointer-events: none;
        }
        .product-grid .badge{
          font-size: 12px;
          line-height: 1;
          padding: 6px 8px;
          border-radius: 999px;
          background: rgba(0,0,0,.78);
          color: #fff;
          letter-spacing: .2px;
          width: fit-content;
          max-width: 140px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        .product-grid .badge.sale{ background: rgba(197, 5, 5, 0.85); }
        .product-grid .badge.new{ background: rgba(1, 158, 92, 0.85); }
        .product-grid .badge.trending{ background: rgba(190, 17, 153, 0.82); }

        /* Price row */
        .product-grid .price-row{
          display: flex;
          align-items: baseline;
          gap: 8px;
          flex-wrap: wrap;
        }
        .product-grid .price-old{
          color: #7a7a7a;
          text-decoration: line-through;
          font-size: 0.95em;
        }
        .product-grid .price-now{
          font-weight: 600;
          margin-top: 5px;
          color: #6d6d6d;
        }

/* ==== Base layout (your styles) ==== */
    .gwrap {
      display: flex;
      width: 100%;
      max-width: 1400px;
      padding: 25px;
      border-radius: 20px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      overflow: hidden; /* contain any overflow from carousel */
      gap: 20px;        /* consistent space between columns on desktop */
      margin-bottom: 70px;
    }

    .gbox {
      display: flex;
      width: 280px;
      height: 250px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 0 0 280px; /* fixed column on desktop */
    }

    .rowz { display: flex; flex-direction: row; padding: 5px; }
    .rowz h3 { margin: 0; font-size: 24px; }
    .rowz p { margin: 0; font-size: 14px; }

    .rbox {
      padding: 20px;
      display: flex;
      flex-direction: column;
      width: 280px;
      height: 250px;
      background-color: #f1f1f1;
      border-radius: 10px;
      margin-left: 20px; /* original spacing when not in carousel */
    }

    .natim {
      box-sizing: border-box;
      display: flex;
      margin-left: 20px;
      width: 100%;
      flex-direction: column;
      justify-content: center;
    }

    /* ==== Carousel layer ==== */
    *, *::before, *::after { box-sizing: border-box; }

    .reviews-carousel {
      position: relative;
      flex: 1 1 auto;   /* take remaining space next to .gbox */
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;     /* allow shrinking */
    }

    .rc-viewport {
      overflow: hidden;
      width: 100%;
      min-width: 0;     /* prevent overflow by long content */
    }

    .rc-track {
      display: flex;
      align-items: stretch;
      will-change: transform;
      gap: 20px;        /* spacing between cards */
      transform: translateX(0);
    }

    /* When inside the carousel, override the card’s original width/margins */
    .reviews-carousel .rbox {
      margin-left: 0 !important;
      width: auto;           /* JS sets exact width */
      height: auto;          /* let content define height */
      flex: 0 0 auto;        /* fixed basis set by JS */
    }

    .reviews-carousel img { max-width: 100%; height: auto; }

    /* Arrow buttons */
    .rc-prev, .rc-next {
      border: 1px solid #e5e5e5;
      background: #fff;
      width: 36px;
      height: 36px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: rgba(149, 157, 165, 0.15) 0 4px 12px;
      user-select: none;
    }
    .rc-prev:active, .rc-next:active { transform: scale(0.98); }

    /* ===== Mobile stacking: gbox on top, carousel below ===== */
    @media (max-width: 768px) {
      .gwrap {
        flex-direction: column;   /* stack */
        align-items: stretch;
        gap: 16px;
      }
      .gbox {
        flex: 0 0 auto;           /* no fixed column */
        width: 100%;
        height: auto;             /* let content define height */
        padding-bottom: 8px;
        border-bottom: 1px solid #eee; /* subtle separation */
      }
      .reviews-carousel {
        width: 100%;
        flex: 0 1 auto;
        min-width: 0;
      }
    }

    /* Hide arrows on very small screens (swipe still works) */
    @media (max-width: 480px) {
      .rc-prev, .rc-next { display: none; }
    }

.profile-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  background:#fff;
  border:1px solid #e6e6e6; border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  z-index: 9999;
  padding:25px;
  display: none;
}

.profile-dropdown a {
  display: block;
  margin: 5px 0;
  color: #333;
  text-decoration: none;
}

.profile-dropdown .account-btn {
  display: block;
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  border-radius: 5px;
}

.profile-icon-wrapper:hover .profile-dropdown {
  display: block;
}

.google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.google-btn img {
  height: 20px;
  margin-right: 10px;
}

.google-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: #888;
}

.fb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  padding: 10px;
  border: 1px solid #3b5998;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #3b5998;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.fb-btn img {
  height: 20px;
  margin-right: 10px;
}

.fb-btn:hover {
  background: linear-gradient(90deg, #3b5998, #4a69ad);
  color: #fff;
  border-color: #3b5998;
}

.apple-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.apple-btn img {
  height: 20px;
  margin-right: 10px;
  filter: invert(1);
}

.apple-btn:hover {
  background: #333;
}

.mainpage {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: top;
  align-items: center;
}

.columnone {
  display: flex;
  flex-direction: column;
  width: 20%;
  color: #0f0f0f;
}

.columnone h3 {
  margin-bottom: 50px;
}

.columntwo {
  margin-top: 50px;
  display: none;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
}

.columntwo h3 {
  margin-bottom: 50px;
}

.select {
  display: flex;
}

.checkout {
  display: block;
  box-sizing: border-box;
  width:100%; 
  height:50px; 
  padding:6px 10px;
  border: 1px solid #888;
  border-radius: 10px;
}


.checkout2 {
  display: block;
  box-sizing: border-box;
  width:100%; 
  height:50px; 
  padding:6px 10px;
  border: 1px solid #888;
  border-radius: 10px;
}


.checkout3 {
  width:50%; 
  height:36px; 
  padding:6px 10px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

.rowss {
  display: flex;
  flex-wrap: wrap;
}

.submenu {
  padding: 7px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 150px;
  border: 1px solid #262626;
  border-radius: 0.5em;
}

.submenu2 {
  padding: 3px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #262626;
}

.rows {
  display: flex;
  vertical-align:middle;
  width: 100%;
  flex-wrap: nowrap;
}

.rowrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.half { 
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 2%;
}

.paywrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 95%
}

.ccnum-wrap{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}

.ccnum-wrap .card-brand-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: auto;
  display: none;
  pointer-events: none; 
}

.ccnum-wrap .card-brand-icon{ width: auto; max-width: none; }

.columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 100%;
}

@media (max-width: 668px) {

  .columnwrap {
    width: 100%;
  }

}

.filters {
  cursor: pointer;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 5px;
  margin: 10px;
  width: 115px;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.selector {
  cursor: pointer;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
  margin: 10px;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.filterwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  padding-top: 15px;
  padding-bottom: 15px;

}

.filterwrap2 {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
}

.products {
  display: flex;
}

.product-grid,
.products.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px;
}

@media (min-width: 1100px) {

  .product-grid,
  .products.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.product-card {
    padding: 10px;
    display: flex;
    color: inherit;
    text-decoration: none;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.product-card:hover {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.product-card .thumb {
  aspect-ratio: 4/5;
  background: #f7f7f7;
  overflow: hidden;
}

.product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg {
  width: 100%;
  user-select: none;
}

.pg-viewport {
  position: relative;
  width: 100%;
  max-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  touch-action: pan-y;
}

.pg-viewport img {
  position: relative;
  z-index: 1;
  max-height: 50vh;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: opacity 180ms ease, transform 200ms ease;
  pointer-events: none;
}

.pg-viewport:hover img {
  transform: scale(1.005);
}

.pg-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0);
  color: #000000;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: background .15s, transform .1s, opacity .15s;
}

.pg-prev {
  left: 10px;
}

.pg-next {
  right: 10px;
}

.pg-nav:hover {
  background: rgba(17, 17, 17, 0.068);
}

.pg-nav:active {
  transform: translateY(-50%) scale(.97);
}

.pg-nav[disabled] {
  opacity: .35;
  cursor: not-allowed;
}

.pg--single .pg-nav,
.pg--single .pg-progress {
  display: none;
}

.pg-progress {
  margin-top: 14px;
  position: relative;
  width: 100%;
  height: 14px;
}

.pg-progress-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #e5e5e5;
  transform: translateY(-50%);
  border-radius: 9999px;
}

.pg-progress-thumb {
  position: absolute;
  top: 50%;
  height: 2px;
  background: #111;
  transform: translateY(-50%);
  border-radius: 9999px;
  transition: left 200ms ease, width 200ms ease;
}

.related {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
}

.rel-title {
  margin: 10px;
  font-weight: 600;
  font-size: 20px;
}

.rel-wrap {
  position: relative;
}

.rel-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 8px;
  -webkit-overflow-scrolling: touch;
}

.rel-card {
  flex: 0 0 180px;
  scroll-snap-align: start;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.rel-thumb {
  position: relative;
  aspect-ratio: 4/5;
  background: #f7f7f7;
}

.rel-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rel-thumb img.hover {
  opacity: 0;
  transition: opacity .25s;
}

.rel-card:hover .rel-thumb img.hover {
  opacity: 1;
}

.rel-meta {
  padding: 10px 12px 12px;
}

.rel-brand {
  font-weight: 600;
  font-size: 14px;
  color: #444;
}

.rel-name {
  font-size: 13px;
  margin-top: 2px;
}

.rel-price {
  font-weight: 700;
  margin-top: 6px;
}

.rel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0);
  color: #000000;
  font-size: 18px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.rel-prev {
  left: -6px;
}

.rel-next {
  right: -6px;
}

.product-card .meta {
  padding: 10px 12px 14px;
}


.product-card .brand {
  color: #202020;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.pagination {
  margin: 24px 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination a,
.pagination span {
  padding: 6px 10px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}

.pagination .current {
  background: #111;
  color: #fff;
  border-color: #111;
}

.filters.active {
  font-weight: 700;
  background: #00020a;
  background: linear-gradient(90deg, rgba(0, 2, 10, 1) 0%, rgba(3, 48, 45, 1) 53%, rgba(13, 0, 9, 1) 100%);
color: #fff;
}

.subdiv.active {
  font-weight: 700;
  background: #00020a;
  background: linear-gradient(90deg, rgba(0, 2, 10, 1) 0%, rgba(3, 48, 45, 1) 53%, rgba(13, 0, 9, 1) 100%);
color: #fff;
}

.products.product-grid {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 1100px) {
  .products.product-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    
  }
  .product-card {
    padding: 20px;
  }
}

.product-card {
    display: flex;
    color: inherit;
    text-decoration: none;
    border-radius: 12px;
    flex-direction: column;
    justify-content: space-between;
}

.product-card .thumb {
  position: relative;
  aspect-ratio: 4/5;
  background: #ffffff;
}

.product-card .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card .thumb img.hover {
  opacity: 0;
  transition: opacity .25s;
}

.product-card:hover .thumb img.hover {
  opacity: 1;
}

.product-card .meta {
  padding: 10px 12px 14px;
}

.product-card .brand {
  font-weight: 400;
}

.product-card .name {
  font-weight: 800;
  font-size: 16px;
  margin-top: 2px;
  text-transform: uppercase;
}

.product-card .price {
  margin-top: 10px;
  font-weight: 400;
}

.discountbar,
.header,
.navbar,
.megamenuwrap {
  z-index: 1000;
}

.product-card,
.product-card .thumb,
.product-card .thumb img {
  z-index: 0;
}

.gallery {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  width: 45%;
}

.description {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: top;
  width: 45%;
}

.description h1 {
  font-size: 50px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.description h3 {
      color: #464646;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.description h2 {
  font-size: 22px;
  font-weight: 600;
}

.description .selector {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
  font-size: 14px;
  background-color: #fff;
  color: #262626;
  max-width: 50%;
  padding: 10px;
}

.description .button {
  max-width: 50%;
}

.description .button2 {
  max-width: 50%;
  margin-top: 10px;
}

.shortdesc {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .gallery {
    width: 100%;
    padding: 20px;
    margin: 0%;
    height: fit-content;
  }

  .description {
    margin-top: 0%;
    width: 100%;
    padding: 20px;
    height: fit-content;
  }

  .description h1 {
    font-size: 35px;
    margin-bottom: 0;
    text-transform: capitalize;
  }

  .description h3 {

    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
  }

  .description h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .description .selector {
    max-width: 100%;
  }

  .description .button { 
    max-width: 100%;
  }

    .description .button2 { 
    max-width: 100%;
  }
}

#sizeSelect {
  width: 100%;
}

#shoptit {
  margin-top: 50px;
}

.productwrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.productwrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
  flex-direction: row;
  border-top: 1px solid #cecece;
}

.imgthumb { 
  display: flex;
  width: 20%;
}

.prodesc {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  padding: 2%;
  width: 30%;
}

.prodesc2 {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  padding: 2%;
  width: 30%;
}

.prodesc2 p{
  margin: 5px;
}

.prodesc p{
  margin: 5px;
}

.prodesc h3 {
  margin: 5px;
} 

.prodesc p {
  margin: 5px;
} 

.prodesc b {
  text-transform: capitalize;
} 

.qwrap select {
  width: fit-content;
  margin: 1%;
  padding-left: 2%;
  padding-right: 2%;
  border: none;
  font-size: 16px;
  background-color: transparent;
  margin-bottom: 20px;
}
.qwrap label {
  width: fit-content;
  margin: 1%;
  border: none;
  font-size: 16px;
    margin-bottom: 20px;
}

.smalldesc {
  margin-top: 50px;
  display: flex;
  padding: 2%;
  width: 5%;
}


.removeitem {
  display: flex;
  cursor:pointer;
  font-size:16px;
  align-items: center;
  text-decoration: none;
  color: rgb(217 89 0);
  font-weight:600;}

.qwrap {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.continue {
 display: flex;
 align-items: baseline;
 border-radius: 10px;
  width: 25%;
  height: fit-content;
  background-color: #f5f5f5;

}

.continue {
  padding: 25px;
}


.summary {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.voucher {
  display: flex;
  width: 100%;
  justify-content: space-between;
      border-bottom: 1px solid #0a0a0a; 
}

#vcode { 
  display: flex;
  width: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border: none;
}

#addcode {
  display: flex;
  justify-content: end;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;

}

.total {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.continue .button { 
  max-width: 100%;
}

@media (max-width: 1100px) {
  #shoptit {
    margin:20px;
  }
  .productwrapper { 
    width: 100%;
    padding: 10px;
  }
  .productwrap {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .prodesc2 {
    margin: 0%;
  }
  .smalldesc {
    margin: 0%;
  }
  .imgthumb {
    width: 45%;
  }
  .prodesc{
    width: 45%
  }
  .prodesc2{
    width: 70%;
  }
  .smalldesc {
    width: 10%;
  }
  .continue {
    width: 98%;
    margin: 2%;
    margin-bottom: 100px;
  }
}
.slider {

  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
    flex-wrap: wrap;
}
.cols {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-width: 700px;
}

@media (max-width: 1100px) {
  .slider{
    max-height: none; 
    overflow: hidden;
  }

  .slider > .cols:first-child {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; 
  }

  .slider > .cols:first-child > img {
    max-height: 350px;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;   
    object-position: center;
    display: block;
  }

  .slider > .cols:last-child img {
    height: auto;
    max-width: 250px;  
    object-fit: contain;
  }

  .cols {
    background-color: #fff;
      justify-content: start;
  }
}



.trendtit {
  display: flex;
  flex-direction: column;
margin-left: 20px;
}

.bestprods {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.prodpod {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
  margin: 10px;
}

@media (max-width: 1000px) {
.prodpod {
    max-width: 180px;
}
}

.prodpod {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
  margin: 10px;
  text-decoration: none;
  color: inherit;
  transition: transform .22s ease, box-shadow .22s ease;
  will-change: transform;
  position: relative;
}

.podthumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;       
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.podthumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;         
  display: block;
  transition: opacity .25s ease;
}

.podthumb img.hover { opacity: 0; }

@media (hover:hover) and (pointer:fine) {
  .prodpod:hover { transform: scale(1.05); z-index: 2; }
  .prodpod:hover .podthumb img.base { opacity: 0; }
  .prodpod:hover .podthumb img.hover { opacity: 1; }
}

@media (max-width: 1000px) {
  .prodpod { max-width: 180px; }
}

.companel { 
  padding: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
  width: 100%;
  height: 500px;
  background-image: url('../media/Rene-Caovilla.webp');
  background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
       box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
}

.companel2{
  display:flex;
  justify-content:center;
  text-align:center;
  color:#fff;
  margin-bottom: 70px;
  width:100%;
  height:300px;
background: linear-gradient(rgb(0 0 0 / 43%), rgb(0 0 0 / 0%)), url(../media/email.jpg) center / cover no-repeat;
}

.companel2 {
  position: relative;
  overflow: hidden;
  align-items: center; 
  justify-content: center;
  text-align: center;
}

.companel2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.25));
  pointer-events: none;
  border-radius: inherit;
}

.companel2-inner {
  position: relative;            
  z-index: 1;
  width: 100%;
  max-width: 900px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.companel2-inner h1 {
  margin: 0 0 8px;
  font-weight: 600;
  color: #fff;
}

.signup {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 640px;
}

.email-input {
  flex: 1;
  padding: 14px 16px;
  font-size: 16px;
  color: #fff;
  background: transparent;                     
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.email-input::placeholder { color: rgba(255,255,255,.85); }
.email-input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.25);
}

.send-btn {
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid #e3e3e3;
  background: rgba(255,255,255,.15);           
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
  backdrop-filter: blur(2px);
}
.send-btn:hover {
  background: rgba(255,255,255,.25);
  border-color: #fff;
  transform: translateY(-1px);
}
.send-btn:active { transform: translateY(0); }

.microcopy { color: rgba(255,255,255,.9); }

.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; border: 0; padding: 0; margin: -1px;
}

@media (max-width: 640px) {
  .signup { flex-direction: column; }
  .send-btn, .email-input { width: 100%; }
}

.contactform { 
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;           
}

.contactform .contact-card {
  width: 100%;
  max-width: 860px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  padding: 24px;
  box-sizing: border-box;
}

.contactform .contact-card .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 12px;
}
@media (max-width: 700px) {
  .contactform .contact-card .row {
    grid-template-columns: 1fr; 
  }
}

.contactform .contact-card .col { min-width: 0; }

.contactform .contact-card label {
  display: block;
  font-weight: 600;
  margin: 10px 0 6px;
}

.contactform .contact-card input,
.contactform .contact-card textarea {
  width: 100%;
  padding: 12px 14px;            
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  font-size: 16px;
  outline: none;
  background: #fff;
  box-sizing: border-box;          
  transition: border-color .15s ease, box-shadow .15s ease;
}

.contactform .contact-card input::placeholder,
.contactform .contact-card textarea::placeholder { color: #8f8f8f; }

.contactform .contact-card input:focus,
.contactform .contact-card textarea:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}

.contactform .contact-card .actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.companel2 .newsletter-thanks {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding-top: 6px;
  animation: fadeInUp .25s ease both;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.contactform .cf-error {
  border-color: #e02424 !important;
  box-shadow: 0 0 0 3px rgba(224,36,36,.15);
}

.contactform .contact-confirm {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  text-align: center;
  animation: cfFadeIn .25s ease both;
}

.contactform .contact-confirm h2 {
  margin: 8px 0 6px;
  font-weight: 700;
}
.contactform .contact-confirm p {
  margin: 0;
  color: #444;
}

.contactform .contact-confirm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  margin: 4px auto 8px;
  font-size: 20px;
}

@keyframes cfFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

#checkoutForm { display: contents; }

  .cc-banner {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
    display: none; gap: 16px; align-items: center;
    padding: 14px 16px; background: #00191dff; color: #fff;
    box-shadow: 0 -6px 24px rgba(0,0,0,.18);
    font: 14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  }
  .cc-banner.cc-show { display: flex; flex-wrap: wrap; }
  .cc-text { flex: 1 1 280px; }
  .cc-text b { font-weight: 700; }
  .cc-actions { display: flex; gap: 10px; flex-wrap: wrap; }
  .cc-btn { border: 0; padding: 10px 30px; border-radius: 8px; cursor: pointer; font-weight: 600; }
  .cc-btn.primary { background: #c49c6eff; color: #0b1b12; }
  .cc-btn.ghost { background: transparent; color: #e5e7eb; border: 1px solid #475569; }
  .cc-link { color: #a5b4fc; text-decoration: underline; }
  @media (prefers-color-scheme: light) {
    .cc-banner { background: #f8fafc; color: #111; }
    .cc-btn.ghost { color:#111; border-color:#cbd5e1; }
    .cc-link { color: #4f46e5; }
  }