.custom-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 5px;
  background: #f8f8f8;
}
.me-1 {
width: 100px !important;
height: 100px !important;

}
.tpcategory .tpcategory__icon img {
    max-width: 140px; !important
     border-radius: 32px;!important
}
.slider-left {
  flex: 1 1 40%;
  max-width: 500px;
  text-align:left;
  padding:10px;
}
   #slide-title {
    font-family: "Style Script", cursive;
    font-weight: 400;
  font-style: normal;
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  #slide-text {
    font-family: 'Poppins', sans-serif;
  }
.slider-left h2 {
  font-size: 2rem;
  margin-bottom: 5px;
}

.slider-left p {
  font-size: 1rem;
  margin-bottom: 5px;
}

.slide-btn {
  display: flex;
  padding: 10px 20px;
  background: rgb(0, 0, 0);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.slider-right {
  flex: 1 1 55%;
  position: relative;
  max-width: 600px;
}

#media-container img,
#media-container video {
  width: 100%;
  max-height: auto;
  border-radius: 8px;
  object-fit: fill;
}

#quick-view-popup .product-detail .tpproduct-details__title-area .tpproduct-details__stock{
	top: 0 !important;
  	inset-inline-end: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-slider {
    flex-direction: column;
    text-align: center;
  }

  .slider-left, .slider-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

 
}




.header-banner {
  width: 100%;                     /* full width of container */
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;        /* show full image, no crop */
  background-color: #fff;

  /* Desktop ratio: 1600x900 → 16:9 */
  aspect-ratio: 16 / 9;
}

/* You don't need this since you're using background images */
.header-banner img {
  display: none;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.banneroverlay:before {
    background-color: var(--tp-common-black);
    bottom: 0;
    content: "";
    height: 100%;
    opacity: .1 !important;
    width: 100%;
}
.platinam-bg {
    background-color: #000000 !important;
}
.text-container {
  text-align: center;
  color: #fff;
  padding: 2rem;
}



.shop-button {
  	display: inline-block;
  	margin-top: 0.25rem;     /* reduced to match .name margin */
  	padding: 0.75rem 1.5rem;
  	background-color: #ffffff;
  	color: #000;
  	text-decoration: none;
  	border-radius: 5px;
  	font-weight: bold;
  	font-size: 1rem;
  	transition: background-color 0.3s ease;
  	white-space: nowrap;
    position: absolute;
    bottom: 15px;
    right: 50%;
  	transform: translateX(50%)
}


.shop-button:hover {
  background-color: #0dcaf0;
}

.title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;  /* tighter, consistent space */
}

.description {
  font-size: 1.125rem;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0.9;
  color: #fff;
}



/* Footer links */
.footer-widget__links ul li a {
  color: #5f5f5f;
}
#page-home .footer-widget__links ul li a {
  color: #5f5f5f;
}
body#page-7{
  background-color: #fcfcff
}

/* Contact Us */
.tpcontact__right {
	display: none !important
}
.tpcontact__form form.contact-form .contact-form-group input.contact-form-input{
	width: 25px !important;
	height: 24px !important;
  	margin : 0 20px !important;
}

/*Countdown Timer*/
.countdown-timer {
  position: absolute;
  bottom: 0;
  left: 20px;
  padding: 15px 30px;
  color: black;
  font-family: Arial, sans-serif;
  z-index: 10;
}

.countdown-label {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
  color: black;
}

.countdown-time {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.time-unit {
  display: flex;
  font-size: 14px;
  color: black;
  text-align: center;
}

.time-unit strong {
  font-size: 24px;
  display: block;
  margin-bottom: 3px;
  color: black;
}

/* Add colon after the number for all time units except the last one */
.time-unit::after {
  content: ':';
  padding-left: 15px;
  font-weight: 900;
}

.time-unit.last::after {
  content: '';
}

.countdown-expired {
  font-size: 18px;
  font-weight: bold;
  color: #ff4444;
}

/* ✅ Responsive Breakpoints */

/* Tablet & Mobile adjustments */
@media (max-width: 1024px) {
  .header-banner {
    width: 100vw;                /* ✅ fills full viewport width */
    max-width: 100vw;
    margin: 0 auto;

    /* Mobile image ratio: 375 x 563 */
    aspect-ratio: 375 / 563;     /* vertical proportion */

  }
}

@media (max-width: 768px) {
  .header-banner {
  

  }

  .title { font-size: 2.2rem; }
  .name { font-size: 1.5rem; }

  .time-unit { font-size: 10px; }

  .shop-button {
    right: 15px;
    transform: translateX(0);
    padding: 5px 15px;
    font-size: 0.8rem;
  }

  .time-unit strong { font-size: 12px; }
  .countdown-timer { padding: 1px 10px; }
  .countdown-time { gap: 5px; }
  .time-unit::after { padding-left: 5px; }
}

/* REMOVE the cropping rules completely */