
/* ================================
   HOME ANIMATED PHOTOS
=================================== */

/* General carousel styling */
#bootstrap-touch-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#bootstrap-touch-slider .carousel-inner .item {
    height: 600px;
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: transform 1s ease, opacity 1s ease;
}

/* Gradient overlay instead of flat black */
.bs-slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
}

/* Slide text positioning */
.slide-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 600px;
    z-index: 2;
}

.slide_style_left {
    left: 50px;
    text-align: left;
}

.slide_style_center {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide_style_right {
    right: 50px;
    text-align: right;
}

.slide-text h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.slide-text p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.slide-text .btn {
    padding: 14px 36px;
    font-size: 16px;
    background-color: #e6007e;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(230,0,126,0.4);
    transition: all 0.3s ease;
}

.slide-text .btn:hover {
    background-color: #c60067;
    transform: translateY(-3px);
}

/* Indicators */
.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators li {
    background-color: #fff;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: #e6007e;
    width: 16px;
    height: 16px;
}

/* Controls */
.carousel-control.left, .carousel-control.right {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: rgba(230,0,126,0.8);
}

.carousel-control .fa {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    #bootstrap-touch-slider { height: 300px; }
}

@media (max-width: 576px) {
    #bootstrap-touch-slider { height: 200px; }
}


/* -------------------------------------------
   SLIDE TEXT (Improved Styling)
------------------------------------------- */

.slide-text {
    position: absolute;
    top: 16%;
    transform: translateY(-50%);
    color: #ffffff;
    max-width: 700px;
    padding: 20px 30px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    gap: 15px;

    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.15);
    border-radius: 12px;

    animation: fadeSlideUp 1s ease forwards;
}

/* Position Variants */
.slide_style_left {
    left: 50px;
    text-align: left;
}

.slide_style_center {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide_style_right {
    right: 50px;
    text-align: right;
}

/* Improved typography */
.slide-text h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 0.8;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0px 4px 18px rgba(0,0,0,0.45);
}

.slide-text p {
    font-size: 18px;
    margin: 0;
    line-height: 0.6;
    opacity: 0.95;
    text-shadow: 0px 3px 12px rgba(0,0,0,0.35);
}

/* Button */
.slide-text .btn {
    padding: 10px 0;
    font-size: 16px;
    border-radius: 40px;
    background-color: #e6007e;
    border: none;

    box-shadow: 0 6px 18px rgba(230, 0, 126, 0.45);
    transition: all 0.3s ease;
}

.slide-text .btn:hover {
    background-color: #c60067;
    transform: translateY(-3px);
}

/* Soft fade + slide animation */
@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}

/* -------------------------------------------
   RESPONSIVE
------------------------------------------- */
@media (max-width: 992px) {
    .slide-text {
        max-width: 85%;
        padding: 15px 20px;
		top: 16%;
    }

    .slide-text h1 {
        font-size: 32px;
    }

    .slide-text p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .slide-text {
        left: 9%;
        transform: translate(-50%, -50%);
        text-align: center !important;
        max-width: 92%;
        padding: 8px 8px;
    }

    .slide-text h1 {
        font-size: 20px;
    }

    .slide-text p {
        font-size: 8px;
        line-height: 1.4;
    }

    .slide-text .btn {
        padding: 10px 25px;
        font-size: 8px;
    }
}


/* ================================
   Homepage styles
=================================== */

.home-headline {  font-family: 'Dancing Script', cursive; text-align: center;  margin-bottom: 5px;}
.home-headline h3 { font-size: 28px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; margin-top: 0;}
.home-headline h2 { font-size: 24px; margin-top: 0;}

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 2px 0; }
.cat-card { position: relative; height: 260px; border-radius: 4px; overflow: hidden; display: flex; align-items: center; justify-content: center;
     background-size: cover; background-position: center;
    /* Pink glow shadow */ box-shadow: 0 8px 8px rgba(230, 0, 126, 0.35); transition: all .35s ease; }
	
 .cat1 { background-image: url('../img/image/shops02.jpg'); }
 .cat2 { background-image: url('../img/image/shops01.jpg'); }
 .cat3 { background-image: url('../img/image/shops03b.jpg'); }
 .cat4 { background-image: url('../img/image/shops04.jpg'); }
 .cat5 { background-image: url('../img/image/shops05.jpg'); }
 .cat6 { background-image: url('../img/image/shops06.jpg'); }
 .cat7 { background-image: url('../img/image/shops07.jpg'); }
 .cat8 { background-image: url('../img/image/shops08.jpg'); } 

/* Dark color overlay with neon tint */
.cat-card::before { content: ""; position: absolute; inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 0, 150, 0.55),
        rgba(0, 150, 255, 0.55)
    );
    mix-blend-mode: overlay;
}

/* Category title */
.cat-card span { position: relative; font-size: 35px; font-weight: 700; color: #fff; text-transform: uppercase; text-align: center; 
				letter-spacing: 2px; z-index: 2; text-shadow: 3px 3px 10px rgba(0,0,0,0.6);}

/* Hover effect — zoom + stronger glow */
.cat-card:hover { transform: translateY(-6px) scale(1.03);box-shadow: 0 6px 6px rgba(230, 0, 126, 0.65); }



/* ================================
   RESPONSIVE BREAKPOINTS
=================================== */
@media (max-width: 992px) {
    .category-grid { grid-template-columns: repeat(2, 1fr); }
	    .cat-card span { font-size: 30px; }
}

@media (max-width: 576px) {
    .category-grid { grid-template-columns: 2, 1fr; }
    .cat-card { height: 140px; }
    .cat-card span { font-size: 27px; }
}

/* Animation */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px);    }
    to { opacity: 1; transform: translateY(0); }
}


.divider { border: none; height: 2px; background-color: #e6007e; margin: 40px 0; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to right, #c60067, #e6007e); border-radius: 2px;  /* smooth edges */}
	


.video-header {
    position: relative;
    width: 100%;
    height: 250px;     /* adjust height you want */
    overflow: hidden;
}

/* Keep full width, but NEVER exceed container height */
.video-header video {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}


/* Dark overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
}



.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    text-align: center;
    color: #fff;
}

.video-slide-text {
    display: none;
    flex-direction: column;
    align-items: center;
}

.video-slide-text h1, 
.video-slide-text p {
    white-space: pre-wrap;
    font-family: 'Dancing Script', cursive; /* Calligraphy font */
    color: #fff;	
}

/* Typewriter cursor effect */
.typing::after {
    content: '|';
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

/* Bounce-in button */
.btn {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background: #ff3b3f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease;
}

.btn.show {
    opacity: 1;
    transform: translateY(0);
    animation: bounce 0.6s;
}


@media (min-width: 768px) {
    .video-header { height: 250px; }
	.video-slide-text h1 { font-size: 50px;	font-weight: 600; margin: 0 0 12px 0; text-shadow: 0 4px 15px rgba(0,0,0,0.4); }
	.video-slide-text p {font-size: 26px; font-weight: 500;} 	
}

/* Responsive */
@media (max-width: 768px) {
    .video-header { height: 300px; }
	.video-slide-text h1 { font-size: 40px;	font-weight: 600; margin: 0 0 12px 0; text-shadow: 0 4px 15px rgba(0,0,0,0.4); }
	.video-slide-text p {font-size: 22px; font-weight: 500;} 	
}

@media (max-width: 576px) {
    .video-header { height: 250px; }
    .video-slide-text {
        max-width: 100%;
        text-align: center;
        padding: 10px 15px;
    }
    .video-slide-text h1 { font-size: 32px; line-height: 1.3; }
    .video-slide-text p { font-size: 18px; }
    .video-slide-text .btn { font-size: 16px; padding: 8px 20px; }
}

@keyframes bounce {
    0%   { transform: translateY(-50px); }
    50%  { transform: translateY(10px); }
    70%  { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}



/* ========================================
	CAROUSEL WRAPPER 
========================================== */

.product-carousel-wrapper1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

/* === TRACK (HOLDS SLIDES) === */
.product-carousel-track1 {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

/* === EACH SLIDE === */
.product-slide1 {
    /*min-width: 250px;    Adjust depending on design */
    flex-shrink: 0;
    flex: 0 0 20%;    /* exactly 5 items visible */
    max-width: 20%;	
}

/* === NAV BUTTONS === */
.carousel-btn1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #fff;
    font-size: 30px;
    padding: 6px 12px;
    border-radius: 10%;
    cursor: pointer;
    z-index: 5;
    transition: 0.3s ease;
	background: var(--primary);
}

.carousel-btn1:hover {
    background: var(--accent-dark);
}

.carousel-prev1 {
    left: 5px;
}

.carousel-next1 {
    right: 5px;
}

/* Disable button look */
.carousel-btn1.disabled {
    opacity: 0.3;
    pointer-events: none;
}

@media (max-width: 992px) {
	.product-slide1 {
		/*min-width: 250px;    Adjust depending on design */
		flex-shrink: 0;
		flex: 0 0 25%;    /* exactly 2 items visible */
		max-width: 25%;	
	}
}

/* Responsive */
@media (max-width: 768px) {
	.product-slide1 {
		/*min-width: 250px;    Adjust depending on design */
		flex-shrink: 0;
		flex: 0 0 33%;    /* exactly 2 items visible */
		max-width: 33%;	
	}
}

@media (max-width: 576px) {
	.product-slide1 {
		/*min-width: 250px;    Adjust depending on design */
		flex-shrink: 0;
		flex: 0 0 50%;    /* exactly 2 items visible */
		max-width: 50%;	
	}
}

    .card1{ background:var(--card); border-radius:6px; padding:8px; box-shadow:var(--shadow); display:flex; flex-direction:column; gap:12px; transition:transform .18s ease, box-shadow .18s ease; }
    .card:focus-within, .card:hover{ transform: translateY(-6px); box-shadow: 0 10px 30px rgba(22,22,22,0.08); }
    .media1{
      width:100%; aspect-ratio: 1 / 1; overflow:hidden; border-radius:6px; background:#f6f1f6; display:flex; align-items:center; justify-content:center;
    }
    .media1 img{width:100%; height:100%; object-fit:cover; display:block;}

    .meta1{display:flex; flex-direction:column; gap:6px; padding:0 2px;}
    .title1{font-weight:550; font-size:1.25rem; color:#222; min-height:35px;}
    .price-row1{display:flex; justify-content:space-between; align-items:center; gap:8px;}
    .price1{font-weight:700; color:var(--accent-dark); font-size:12px;}
	.old-price1{font-weight:400; color:var(--dark); font-size:0.9rem;}
    .category1{font-size:0.82rem; color:var(--muted);}

    .actions1{display:flex; gap:8px; align-items:center;}
    .btn1{flex:1; padding:8px 10px; border-radius:6px; border:none; cursor:pointer; font-weight:700;}
    .btn-add1{background:var(--accent); color:white;}
	.btn-disabled1{background:var(--muted); color:black; font-size: 8px;}	
    .btn-wish1{background:transparent; border:1px solid #eee; color:var(--muted); padding:8px; width:44px; height:44px; display:inline-flex; align-items:center; justify-content:center; border-radius:10px;}

    /* Badges */
    /* .badge{position:absolute; top:6px; left:10px; background:var(--accent); color:white; padding:6px 10px; border-radius:999px; font-size:0.78rem;} */
	.badge-container1 { position: absolute; top: 3px; left: 6px; display: flex; gap: 6px; /* space between badges */ flex-wrap: wrap; /* optional: wrap if too many */ }
	.badge1 { font-size: 0.78rem; font-weight: 600; }
	.badge.placeholder1 { min-width: 50px; /* adjust width to match typical badge */ }
	
	
/* AGE MODAL */
.age-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.age-box {
  background: #111;
  color: #fff;
  padding: 30px;
  max-width: 420px;
  width: 90%;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

.age-box h2 {
  margin-bottom: 10px;
}

.age-box p {
  opacity: 0.9;
  margin-bottom: 20px;
}

.age-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.age-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
}

.age-btn.yes {
  background: #22c55e;
  color: #000;
}

.age-btn.no {
  background: #ef4444;
  color: #fff;
}
	