@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&display=swap');


:root {
    /* Primary Brand Colors */
    --primary-red: #E53935;
    --primary-red-dark: #C62828;
    --primary-blue: #29B6F6;
    --primary-yellow: #FFD600;
    --primary-green: #4CAF50;
    --bg-brand: #ffeded;

    /* Secondary Colors */
    --secondary-green: #66BB6A;
    --secondary-pink: #F8BBD0;
    --secondary-cyan: #E1F5FE;

    /* Neutrals */
    --text-dark: #212121;
    --text-gray: #757575;
    --bg-light: #F5F5F5;
    --white: #FFFFFF;

    --brand-red: #d60400;
    --brand-red-dark: #C62828;
    --soft-bg: #F6FAFC;
    --line: #EAEAEA;
    --text: #333;
    /* --bs-gutter-x: 16rem; */
}

/* fonts */
/* Headings */
h1,
h2,
h4,
h5,
h6 {
    font-family: "Alan Sans", sans-serif;
    font-weight: normal;
    color: var(--text-dark);
}

h3 {
    font-family: "Alan Sans", sans-serif;
    font-size: 1.75rem;
    font-weight: 600 !important;
    color: var(--text-dark);
}

p a {
    text-decoration: none;
    color: black;
}

/* Body, menu, other text */
body,
li,
a,
span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--text-dark);
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: var(--text-dark);
    line-height: 20px;
    font-size: 15px;
}

/* =========== header ======== */
/* Top welcome bar */
.topbar {
    background: var(--brand-red);
    color: #fff;
    font-size: .875rem;
    padding: .45rem 0;
}

.topbar .right-link {
    color: #fff;
    text-decoration: none;
}

.topbar .right-link:hover {
    text-decoration: underline;
}

/* Header main */
.header-main {
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.logo img {
    height: 90px;
    object-fit: contain;
}

/* Search bar */
.search-wrap {
    background: var(--soft-bg);
    border-radius: 10rem;
    padding: .25rem;
}

.search-wrap .dropdown-toggle {
    border-radius: 10rem 0 0 10rem !important;
    border: none;
    background: transparent;
    padding-left: 1rem;
    color: #666;
}

.search-wrap .form-control {
    border: none;
    background: transparent;
    box-shadow: none;
}

.search-btn {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6FAFC;
    color: var(--brand-red);
    border: none;
}

.header-actions a {
    color: var(--brand-red);
    text-decoration: none;
    font-size: .95rem;
}

.header-actions .divider {
    width: 1px;
    height: 18px;
    background: var(--line);
}

/* Navigation */
.main-nav {
    border-bottom: 1px solid var(--line);
    background: #002f3c;
}

.navbar-expand-lg .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-nav .nav-link {
    color: #ffffff;
    padding: .75rem 1rem;
    font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--brand-red);
}

/* =========== header ======== */

/* =========== slider ======== */
.hero-wrap {
    position: relative;
}

.hero {
    background: linear-gradient(180deg, #d9f0fb 0%, #cfeaf7 100%);
    border-radius: 18px;
    overflow: hidden;
}

.hero-img {
    display: block;
    width: 100%;
    /* height: 420px; */
    object-fit: cover;
    object-position: center;
}

.hero-copy {
    min-height: 420px;
    padding: 2.25rem 2.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0b0f19;
    margin-bottom: 0.75rem;
}

.hero-text {
    font-size: 1.05rem;
    color: #4b5563;
    margin-bottom: 1.5rem;
}

.hero-cta {
    background: #e53935;
    color: #fff;
    border-radius: 9999px;
    padding: 0.85rem 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border: 0;
    min-width: 165px;
    max-width: max-content;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-cta:hover {
    background: #a90d0a;
    color: #fff;
}

.hero-prev,
.hero-next {
    width: auto;
    opacity: 1;
}

.hero-ctrl {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #29b5f693;
    border: 5px solid #ffffff;
    display: grid;
    place-items: center;
}

.hero-chevron {
    color: #ff3b3b;
}

/* .hero-prev {
    left: -96px !important;
}

.hero-next {
    right: -96px !important;
} */

.hero-prev,
.hero-next {
    top: 60% !important;
    transform: translateY(-50%);
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

.carousel-indicators {
    display: none;
}


/* =========== slider ======== */

/* =========== cata brows ======== */

/* price slider */
.price-filter-container {
    background: white;
    border-radius: 12px;
    border: solid #EDEDED 1px;
    padding: 20px;
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
    /* max-width: 500px; */
    margin: 25px auto;
}

.price-filter-title {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-slider-container {
    position: relative;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    margin: 40px 0;
}

.price-slider-track {
    position: absolute;
    height: 100%;
    background: #dc3545;
    border-radius: 3px;
    transition: all 0.1s ease;
}

.price-slider-thumb {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #dc3545;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.price-slider-thumb:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.price-slider-thumb.dragging {
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 6px 16px rgba(220, 53, 69, 0.5);
}

.price-labels {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.price-value {
    color: #dc3545;
}

.price-inputs {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.price-input-group {
    flex: 1;
}

.price-input-group label {
    font-weight: 600;
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.price-input-group input {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 600;
    transition: border-color 0.2s ease;
}

.price-input-group input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.reset-btn {
    margin-top: 20px;
    background: #6c757d;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.reset-btn:hover {
    background: #5a6268;
}

/* price slider */


/* Category card styling */
.category-card {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.category-card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.category-card h5 {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
}

/* Hover effect for cards */
.category-card:hover {
    transform: scale(1.05);
}

/* Container for the category cards */
.category-card-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Card width for each category */
.category-card-container .card {
    width: 22%;
    border-radius: 10px;
}

/* Border colors for each category */
.category-card.border-danger {
    border: 3px solid #dc3545;
}

.category-card.border-warning {
    border: 3px solid #ffc107;
}

.category-card.border-primary {
    border: 3px solid #007bff;
}

.category-card.border-success {
    border: 3px solid #28a745;
}

.category-card.border-info {
    border: 3px solid #17a2b8;
}

.category-card.border-dark {
    border: 3px solid #343a40;
}

/* =========== cata brows ======== */

.categories {
    background-color: #f9f9f9;
    padding: 30px 0;
}

.categories h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.categories h5 {
    font-family: "Montserrat", sans-serif;
    color: var(--primary-red-dark);
    font-weight: bold;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.slid-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #f0f0f0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 15px;
}

.category-slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: flex-start;
}

.category-card {
    width: 90%;
    text-align: center;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease;
    margin: 15px;
}

.category-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.category-card p {
    font-size: 18px;
    font-weight: 600;
}

.category-card.red {
    background-color: #f6e1e1;
    border: 2px solid #d64e4e;
}

.category-card.yellow {
    background-color: #f8f3d6;
    border: 2px solid #e0b94e;
}

.category-card.blue {
    background-color: #d6e6f8;
    border: 2px solid #4e74e0;
}

.category-card.green {
    background-color: #d6f8e1;
    border: 2px solid #4e8f4e;
}

.btn {
    display: block;
    width: max-content !important;
    height: 50px;
    background-color: #007bff;
    border: none;
    color: white;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 10px;
}

.prev-btn {
    margin-bottom: 10px;
}

.category-slider .category-card {
    flex-shrink: 0;
}


/* add cards */

.custom-card {
    position: relative;
    border-radius: 15px;
    color: white;
    padding: 30px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 200px;
}

.big-card {
    min-height: 400px;
}

.small-card {
    min-height: 188px;
    text-align: start;
}

.bg-card {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 222px;
}

.card-content h3,
.card-content h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.card-content p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.btnn {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid white;
    border-radius: 25px;
    background: transparent;
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btnn:hover {
    background: white;
    color: black;
}

/* ======= new arrivel ======= */
.custom-card {
    position: relative;
    border-radius: 15px;
    color: white;
    padding: 30px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 200px;
}

.big-card {
    min-height: 400px;
}

.small-card {
    min-height: 188px;
    text-align: start;
}

.bg-card {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 222px;
}

.card-content h3,
.card-content h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.card-content p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.btnn {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid white;
    border-radius: 25px;
    background: transparent;
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btnn:hover {
    background: white;
    color: black;
}

/* ======= new arrivel ======= */
/* Make the carousel item scrollable horizontally */
.carousel-inner {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow-x: auto;
    /* Allow horizontal scrolling */
    /* gap: 10px; */
}

.carousel-item {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
    /* Prevent the cards from shrinking */
}

.col {
    padding: 0 !important;
}

/* Styling product cards */
.product-card {
    border: solid #E4E7E9 1px !important;
    border-radius: 0 !important;
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, .06); */
    transition: transform .2s ease, box-shadow .2s ease;
    width: 260px;
    /* Fixed width for each card */
}

.product-card1 {
    width: 250px;
    border-radius: 10px;
    border: 1.5px solid #d7d7d7 !important;
}

.product-card1:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

/* Maintain image crop */
.object-fit-cover {
    object-fit: cover;
}

.discount-badge {
    width: 80px;
    height: 22px;
    z-index: 999;
    background-color: #FFD700;
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: 600;
    border-radius: 10px;
    color: #000;
    border-radius: 2px !important;
}



/* Hover actions overlay */
.product-actions {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    /* Centers vertically */
    justify-content: center;
    /* Centers horizontally */
    gap: .5rem;
    background: rgba(0, 0, 0, 0.0);
    opacity: 0;
    transition: opacity .2s ease, background .2s ease;
    width: max-content !important;
    height: max-content !important;
    margin: 5px;
    border-radius: 10px;
}

.product-card:hover .product-actions {
    opacity: 1;
    background: rgba(0, 0, 0, 0.15);
}

.product-card1:hover .product-actions {
    opacity: 1;
    background: rgba(0, 0, 0, 0.15);
    margin: auto;
}

.product-card img {
    margin: 5px;
    border-radius: 0;
    width: 96%;
}

.product-card1 .card-img-top {
    width: 95%;
    height: 200px;
    /* Adjust height as you prefer */
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.product-card1 .card-img-top {
    width: 95%;
    aspect-ratio: 4 / 3;
    /* Keeps a consistent ratio */
    object-fit: cover;
}


.product-card1 img {
    border-radius: 0;
    width: 94%;
}

.product-actions .action {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    width: 36px;
    height: 36px;
}

.product-actions .action:hover {
    background-color: #C62828;
}

.product-actions .action:hover>i {
    color: #ffffff;
}

.action i {
    font-size: 18px;
}

/* For 2-line text truncation */
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-btun {
    background-color: white;

}

.card-btun i {
    color: #a90d0a;
}


/* ======= new arrivel ======= */

/* ======= by age  ======= */
.age-section {
    background: #fdeeee;
    /* soft pink background */
    padding: 1.5rem 0;
    border-radius: 0.75rem;
}

.age-section p {
    color: #000;
}

.age-card {
    text-align: center;
}

.age-thumb {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--brand-red);
    box-shadow: 0 0 0 8px #fdeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

/* Text */
.age-thumb p {
    color: #fff;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}

/* 🌊 Curved rotating wave */
.age-thumb::before,
.age-thumb::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 0, 0, 0.5);
    animation: spinWave 6s linear infinite;
    z-index: 0;
}

/* Curved illusion */
.age-thumb::before {
    border-style: dashed;
    border-spacing: 6px;
    z-index: 0;
}

.age-thumb:hover::before,
.age-thumb:hover::after {
    animation-play-state: paused;
}

/* 🔄 Animations */
@keyframes spinWave {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spinWaveReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


.age-thumb a p {
    color: white;
    font-size: 18px;
    line-height: inherit;
}

.age-thumb a {
    text-decoration: none;
    z-index: 1;
}

.age-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ======= by age  ======= */


/* ======= Best Seller Products ======= */
/* scroller/track */
/* .product-scroller {
  position: relative;
}

.product-track {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.product-track::-webkit-scrollbar { display: none; }

.product-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.product-slide {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.product-card {
  border: solid gray 1px;
  border-radius: 0 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease;
  width: 250px;
} */


/* ======= Best Seller Products ======= */

/* ======= running text ======= */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    background-color: var(--primary-red-dark);
}

.marquee-content {
    display: inline-block;
    animation: marquee 15s linear infinite;
}

.marquee-image {
    height: 30px;
    /* Adjust as needed */
    vertical-align: middle;
    /* Aligns the image with the middle of the text */
    margin: 0 10px;
    /* Adds some space around the image */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* ======= running text ======= */

/* shop by reel */

#reelsCarousel .reels-card {
    width: 258px;
    /* height: 380px; */
}

#reelsCarouselV2.reels-section {
    --gap: 16px;
    --card-w: 240px;
    --card-r: 16px;
    margin: 24px auto;
    padding: 0 20px;
    max-width: 1320px;
    box-sizing: border-box;
    color: #111827;
}

#reelsCarouselV2 .reels-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

#reelsCarouselV2 h2 {
    margin: 0;
    font-size: clamp(20px, 2.4vw, 28px);
}

#reelsCarouselV2 .reels-controls {
    display: flex;
    gap: 8px;
}

#reelsCarouselV2 .reels-btn {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 20px;
    cursor: pointer;
}

#reelsCarouselV2 .reel-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    border-radius: var(--card-r);
    /* padding: 8px; */
    border: solid 1px #E4E7E9;
    width: 235px;
    height: 380px;
}

#reelsCarouselV2 .reel-media {
    position: relative;
    width: 100%;
    height: 315px;
    border-radius: calc(var(--card-r) - 4px);
    background: #f3f4f6;
    overflow: hidden;
}

#reelsCarouselV2 .reel-media>img,
#reelsCarouselV2 .reel-media>iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 0;
}

#reelsCarouselV2 .reel-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 8px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    pointer-events: none;
}

#reelsCarouselV2 .reel-card:hover .reel-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#reelsCarouselV2 .overlay-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease;
}

#reelsCarouselV2 .overlay-btn:hover {
    transform: translateY(-1px);
}

#reelsCarouselV2 .overlay-btn i {
    font-size: 16px;
    color: #111827;
}

#reelsCarouselV2 .reel-title {
    font-size: 14px;
    margin: 2px 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    text-wrap: wrap;
    line-height: 18px !important;
    text-align: center;
    font-weight: 600;
}

#reelsCarouselV2 .reel-sub {
    font-size: 12px;
    color: #6b7280;
    margin: 0 4px 6px;
}

button.btn.arrow-circle.btn-sm.px-3 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background 0.2s ease;
}

.arrow-circle:hover {
    background: #e0e0e0;
}

.reel-media {
    position: relative;
    overflow: hidden;
}

.reel-media iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.reel-media .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.reel-media:hover .overlay {
    opacity: 1;
}

.reel-media .overlay .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    width: 40px;
    height: 40px;
    color: #fff;
}

.reel-media .overlay a {
    background-color: #0000007D;
    border-radius: 50%;
    padding: 10px;
    text-decoration: none;
}

.reel-media .overlay .icon:hover {
    transform: scale(1.2);
    color: #ffffff;
}

/* shop by reel */
/* ******shop by price********* */

/* Heading */
.shop-by-price .section-title {
    font-weight: 700;
    letter-spacing: .2px;
}

/* Responsive top controls */
.shop-by-price .top-controls {
    gap: .5rem;
}

.shop-by-price .top-nav-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.shop-by-price .top-nav-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    border-color: #d6d6d6;
}

.shop-by-price .top-nav-btn i {
    font-size: 1rem;
    line-height: 1;
    color: #222;
}

/* Compact size for phones */
.shop-by-price .top-controls-sm .top-nav-btn {
    width: 34px;
    height: 34px;
}

.shop-by-price .top-controls-sm .top-nav-btn i {
    font-size: .9rem;
}

/* Cards */
.shop-by-price .price-card {
    border: 1px solid #ececec;
    /* border-radius: 14px; */
    overflow: hidden;
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease;
    height: 275px;
}

.shop-by-price .price-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

/* Image box */
.shop-by-price .img-wrap {
    position: relative;
    /* aspect-ratio: 1 / 1; */
    /* keeps squares across breakpoints */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f8f9fa; */
    height: 100%;
    max-height: 275px;
    ;
}

.shop-by-price .img-wrap img {
    max-width: 86%;
    max-height: 86%;
    object-fit: contain;
    /* filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .08)); */
}

/* Price tag */
.shop-by-price .price-tag {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    font-size: .95rem;
    padding: .35rem .9rem;
    border-radius: 10px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
    white-space: nowrap;
}

/* Tag colors */
.shop-by-price .tag-red {
    background: #ff2d2d;
}

.shop-by-price .tag-yellow {
    background: #ffc107;
    color: #212529;
}

.shop-by-price .tag-blue {
    background: #1e90ff;
}

.shop-by-price .tag-brown {
    background: #7a1f1f;
}

.shop-by-price .tag-green {
    background: #1aa34a;
}

/* ******shop by price********* */

/*::::::::: product detail page ::::::::::: */
.product-container {
    background: white;
    border-radius: 10px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    padding: 30px;
    margin: 20px 0;
}

.main-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 8px;
    background: #f8f9fa;
    padding: 20px;
}

.thumbnail-container {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dc3545;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-btn:hover {
    background: #bb2d3b;
    transform: scale(1.1);
}

.thumbnail {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.thumbnail.active,
.thumbnail:hover {
    border-color: #dc3545;
    transform: scale(1.05);
}

/* .star-rating {
    color: #ffc107;
    margin-right: 10px;
} */

/* .rating-text {
    color: #6c757d;
    font-size: 0.9rem;
} */

.product-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #212529;
    margin: 15px 0;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.meta-item {
    /* display: flex; */
    flex-direction: column;
    gap: 5px;
}

.meta-label {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 500;
}

.meta-value {
    font-weight: 600;
    color: #212529;
}

.price-section {
    margin: 25px 0;
}

.current-price {
    font-size: 2rem;
    font-weight: 700;
    color: #17a2b8;
}

.original-price {
    font-size: 1.2rem;
    color: #6c757d;
    text-decoration: line-through;
    margin-left: 15px;
}

.offer-badge {
    background: #ffc107;
    color: #212529;
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 15px;
}

.countdown-section {
    background: linear-gradient(135deg, #ffe6e6, #fff0f0);
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.countdown-text {
    color: #dc3545;
    font-weight: 600;
    /* margin-bottom: 10px; */
    font-size: 20px;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.countdown-item {
    /* background: white; */
    padding: 8px 12px;
    border-radius: 6px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);+ */
}

.countdown-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #dc3545;
}

.quantity-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.quantity-btn {
    background: #ffffff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.quantity-btn:hover {
    background: #ffffff;
}

.quantity-input {
    border: none;
    padding: 8px 15px;
    text-align: center;
    width: 60px;
}

.btn-add-cart {
    background: #dc3545;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-add-cart:hover {
    background: #bb2d3b;
    transform: translateY(-2px);
}

.btn-buy-now {
    background: white;
    color: #1eac3c;
    border: 2px solid #229e3d;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-buy-now:hover {
    background: #229e3d;
    color: white;
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: nowrap;
}

.wishlist-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}

/* .wishlist-btn {
    background: none;
    border: none;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
} */

.wishlist-btn:hover {
    color: #dc3545;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.share-btn.facebook {
    background: #1877f2;
    color: white;
}

.share-btn.twitter {
    background: #1da1f2;
    color: white;
}

.share-btn.pinterest {
    background: #bd081c;
    color: white;
}

.share-btn:hover {
    transform: scale(1.1);
}

.payment-security {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
}

.security-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #28a745;
}

.payment-methods {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.payment-card {
    width: 40px;
    height: 25px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
}

.visa {
    color: #1a1f71;
}

.mastercard {
    color: #eb001b;
}

.amex {
    color: #006fcf;
}

.paypal {
    color: #003087;
}

.discover {
    color: #ff6000;
}

.in-stock {
    color: #28a745;
    font-weight: 600;
}

.brand-link {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

.brand-link:hover {
    text-decoration: underline;
}

/* description */
.nav-tabs {
    /* border-bottom: 1px solid #dee2e6; */
    border: none;
}

.payment-card img {
    width: 25px;
}

ul#productTabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.nav-tabs .nav-link {
    color: #6c757d;
    border: none;
    border-bottom: 3px solid transparent;
    background: none;
    padding: 12px 0;
    margin-right: 2rem;
    font-weight: 500;
}

.nav-tabs .nav-link:hover {
    color: #dc3545;
    border-color: transparent;
}

.nav-tabs .nav-link.active {
    color: #dc3545 !important;
    background: none;
    border-bottom: 3px solid #dc3545 !important;
    border: none;
}

.nav-tabs .nav-link:hover {
    border: none;
}

.tab-content {
    padding: 2rem 0;
}

.tab-pane p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/*::::::::: product detail page ::::::::::: */



/* ======= footer ======= */

.footer {
    background: #242424;
    color: white;
    padding-top: 40px;
}

.footer h3 {
    font-weight: 600;
}

.wit a,
p {
    color: #fff;
}

.wit a:hover {
    color: #adb7bc;
}

.wit p:hover {
    color: #adb7bc;
}

.footer-logo img {
    width: 100px;
    border-radius: 16px;
}

.input-box {
    background-color: transparent;
    border: none;
}

.news-box {
    padding: 5px;
    border-radius: 16px;
    border: white solid 2px;
    justify-content: space-between;
}

.footer .newsletter input {
    width: 250px;
    padding: 5px;
    font-family: "Quicksand", sans-serif;
}

.footer .newsletter button {
    font-family: "Quicksand", sans-serif;
    padding: 5px 10px;
    background-color: #ffffff;
    border: none;
    font-weight: 600;
    color: #000000;
    border-radius: 8px;
}

.footer .newsletter button:hover {
    background-color: #ADB7BC;
    color: #000;
}

.footer .quick-links a {
    color: white;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}

.footer .quick-links a:hover {
    color: #d6dcdf;
}

.footer i {
    margin-right: 5px;
}

.bottom-foot {
    border-top: #adb7bc solid 1px;
}

.bottom-foot p {
    color: #ADB7BC;
}

/* ======= footer ======= */

/* cta */
.banner-section-1 {
    background: url('../img/your-background-image.png') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-section-1 .content {
    text-align: center;
}

.banner-section-1 h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.shop-btn {
    background-color: #e63946;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.shop-btn:hover {
    background-color: #d62828;
}

.share-buttons button {
    background: none;
    border: none;
    font-size: 25px;
    color: #dc3545;
}

/* cta */
/*****login page**********/
.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-card {
    /* background: white; */
    border-radius: 20px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); */
    /* overflow: hidden; */
    /* max-width: 900px; */
    width: 100%;
    margin: 0 auto;

}

.login-card .col-md-6 {
    margin: auto 0;
}

.login-card .col-md-6 img {
    width: 80%;
}

.input-group {
    position: relative;
    margin: 25px 0;
}

.input-field {
    width: 100%;
    padding: 20px 20px 12px 20px;
    border: 2px solid #000000;
    border-radius: 6px !important;
    font-size: 16px;
    color: #1f2937;
    background-color: white;
    transition: all 0.2s ease;
    outline: none;
}

.input-field:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.input-group .input-label {
    position: absolute;
    top: -15px !important;
    left: 16px;
    background-color: white;
    padding: 0 6px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    pointer-events: none;
    max-width: 10px 0;
}

.password-container {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #6b7280;
    transition: color 0.2s ease;
}

.password-toggle:hover {
    color: #374151;
}

.eye-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.eye-hidden {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Password dots styling */
.password-dots {
    font-family: monospace;
    letter-spacing: 2px;
    color: #1f2937;
}

.login-form-section {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}

.login-image-section {
    background: linear-gradient(135deg, #e53e3e 0%, #fc8181 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    overflow: hidden;
}

.decorative-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* .star {
    position: absolute;
    color: rgba(255, 255, 255, 0.8);
    animation: twinkle 2s ease-in-out infinite alternate;
}

.star:nth-child(1) {
    top: 20%;
    left: 15%;
    font-size: 16px;
    animation-delay: 0s;
}

.star:nth-child(2) {
    top: 30%;
    right: 20%;
    font-size: 12px;
    animation-delay: 0.5s;
}

.star:nth-child(3) {
    bottom: 25%;
    left: 20%;
    font-size: 14px;
    animation-delay: 1s;
}

.star:nth-child(4) {
    top: 60%;
    right: 15%;
    font-size: 18px;
    animation-delay: 1.5s;
} */

.floating-orb {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: float 3s ease-in-out infinite;
}

.orb-1 {
    width: 80px;
    height: 80px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.orb-2 {
    width: 60px;
    height: 60px;
    bottom: 20%;
    left: 10%;
    animation-delay: 1s;
}

.orb-3 {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 5%;
    animation-delay: 2s;
}

@keyframes twinkle {
    from {
        opacity: 0.3;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.main-image {
    position: relative;
    z-index: 2;
    max-width: 280px;
    max-height: 490px !important;
    object-fit: cover;
    border-radius: 15px;
}

.login-title {
    font-size: 32px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 40px;
}

/* Zoom result box */
.zoom-result {
    border: 1px solid #ddd;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    right: -320px;
    /* place zoom window to the right */
    background-repeat: no-repeat;
    background-size: 200%;
    /* zoom level */
    display: none;
    /* hidden until hover */
    z-index: 100;
}

.form-label {
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-control {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 16px;
    transition: all 0.2s ease;
    background-color: #f7fafc;
}

.form-control:focus {
    border-color: #e53e3e;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
    background-color: white;
}

.password-field {
    position: relative;
}

/* .password-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #718096;
    cursor: pointer;
    padding: 4px;
} */

.password-toggle:hover {
    color: #4a5568;
}

.form-check-input:checked {
    background-color: #e53e3e;
    border-color: #e53e3e;
}

.form-check-label {
    font-size: 14px;
    color: #4a5568;
}

.form-check-label em {
    color: #ce3434;
    font-style: normal;
}

.forgot-password {
    color: #e53e3e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.forgot-password:hover {
    color: #c53030;
    text-decoration: underline;
}

.btn-login {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    color: white !important;
    font-weight: 600 !important;
    width: 100%;
    transition: all 0.2s ease;
    margin-top: 20px;
}

.btn-login:hover {
    background: linear-gradient(135deg, #c53030 0%, #9c2a2a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(229, 62, 62, 0.3);
}

.signup-link {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #718096;
}

.signup-link a {
    color: #e53e3e;
    text-decoration: none;
    font-weight: 600;
}

.signup-link a:hover {
    text-decoration: underline;
}

.form-check-input:checked {
    background-color: #ce3434;
    border-color: #dc35455c;
}

@media (max-width: 768px) {
    .shop-by-price .price-card {
        width: 260px;
        margin: 0 auto;
    }

    .login-form-section {
        padding: 40px 30px;
    }

    .login-image-section {
        min-height: 250px;
    }

    .login-title {
        font-size: 28px;
    }

    .main-image {
        max-width: 200px;
        max-height: 200px;
    }

    .wishlist-share {
        flex-wrap: wrap;
    }

    .col-col {
        flex-direction: column;
    }
}

/* :::: :::: category :::: :::: */
.sidebar {
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    height: fit-content;
}

.sidebar h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.form-check {
    margin-bottom: 8px;
}

.form-check-label {
    font-size: 14px;
    color: #666;
}

.category-count {
    color: #999;
    font-size: 12px;
}

.red-checkbox {
    background-color: #dc3545;
    border-color: #dc3545;
}

.main-content {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.results-text {
    color: #666;
    font-size: 14px;
}

.sort-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-toggle {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-menu {
    font-size: 14px;
    min-width: 150px;
}

.dropdown-item {
    padding: 8px 16px;
    color: #666;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #333;
}


/* 1111 */
:root {
    --text-price: #752c1c;
    --main-green: #bde963;
    --main-blue: #40139e;
    --main-gray: #ccc;
}

.price-area {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ui-slider-horizontal {
    width: 10%;
    height: 0.49rem;
    background: var(--main-blue);
    box-shadow: 0px 0.8px 3px rgb(128, 128, 128) inset;
}

.ui-widget-header {
    background: var(--main-green);
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    /* box-shadow: 0px 0.8px 3px rgb(128, 128, 128); */
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
    background: var(--main-gray);
    border: var(--main-gray);
}

/* .ui-state-active, .ui-widget-content .ui-state-active{
  background: seagreen;
  border: #ccc;
} */
.ui-state-focus,
.ui-widget-content .ui-state-focus {
    background: var(--main-gray);
    border: var(--main-gray);
    outline: none;
}

.price-text,
#price-range {
    font-size: 20px;
}

.view-toggle {
    display: flex;
    gap: 5px;
}

.view-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}

.view-btn.active {
    background-color: #dc3545;
    color: white;
    border-color: #dc3545;
}

.product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px 15px 0px 15px;
    /* margin-bottom: 20px; */
    background: white;
    transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.product-placeholder::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 100px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.colorful-hands {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 1;
}

.hand-print {
    width: 20px;
    height: 25px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.hand-green {
    background-color: #28a745;
}

.hand-orange {
    background-color: #fd7e14;
}

.hand-blue {
    background-color: #007bff;
}

.hand-yellow {
    background-color: #ffc107;
}

.wooden-base {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 25px;
    background: linear-gradient(45deg, #d4a574, #c19660);
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.product-title {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.product-price {
    font-size: 16px;
    font-weight: 600;
    color: #dc3545;
}

.rating-stars {
    color: #ffc107;
    font-size: 14px;
    margin-bottom: 10px;
}

.rating-stars.empty {
    color: #e0e0e0;
}

.rating-stars.partial {
    color: #ffc107;
}

.price-range {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.dropdown-toggle::after {
    color: white;
}

/* :::: :::: category :::: :::: */

/* ::::: cart ::::::: */

/* ::::: cart ::::::: */
.cart-modal {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 400px;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.cart-modal.show {
    transform: translateX(0);
}

.cart-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-badge {
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
}

.close-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover {
    color: #000;
}

.cart-body {
    height: calc(100vh - 259px);
    overflow-y: auto;
    padding: 20px;
}

.cart-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cart-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.item-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    background-color: #f8f9fa;
    /* padding: 10px; */
}

.item-details {
    flex: 1;
}

.item-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.4;
    color: #333;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.qty-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

.qty-btn:hover {
    background-color: #f8f9fa;
}

.qty-input {
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
}

.item-price {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.cart-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    border-top: 1px solid #eee;
}

.coupon-section {
    margin-bottom: 15px;
}

.coupon-input {
    display: flex;
    gap: 10px;
}

.coupon-input input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.apply-btn {
    background-color: #ff8c00;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.apply-btn:hover {
    background-color: #e67e00;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.checkout-btn {
    width: 100%;
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.checkout-btn:hover {
    background-color: #c82333;
}

.view-cart-btn {
    /* width: 100%; */
    background: none;
    color: #333;
    border: none;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    border: solid 1px #ff3b3b;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.view-cart-btn:hover {
    color: #666;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.backdrop.show {
    opacity: 1;
    visibility: visible;
}

.show-cart-btn {
    /* position: fixed; */
    top: 20px;
    right: 20px;
    z-index: 1000;
}

button.btn.btn-primary.show-cart-btn {
    width: 24%;
    background: none;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0;
    padding: 0;
}

button.btn.btn-primary.show-cart-btn i {
    color: #E53935;
}

/* Toy image styling */
.toy-image {
    background: linear-gradient(45deg, #87CEEB, #98FB98);
    position: relative;
    overflow: hidden;
}

.toy-image::before {
    /* content: '🚛'; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

/* ::::: cart page ::::::: */
.breadcrumb-section {
    background-color: #fff5f5;
    /* light pinkish background */
    padding: 30px 0;
    text-align: center;
}

.breadcrumb {
    justify-content: center;
    margin-bottom: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}

.page-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

/* breadcrum end */

.cart-cont {
    margin: 20px auto;
    /* background: white; */
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    padding: 20px;
}

.cart-header {
    /* background: #f8f9fa; */
    border-bottom: 2px solid #dee2e6;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.cart-header .col {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 15px;
}

.cart-item {
    padding: 20px 0;
    transition: background-color 0.2s;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item:hover {
    background-color: #fafafa;
}

.cart-item .col {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.product-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.product-info {
    display: flex;
    align-items: center;
    width: 100%;
}

.product-name {
    font-weight: 500;
    color: #2c3e50;
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}

.remove-btn {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.remove-btn:hover {
    color: #dc3545;
    background: #f8d7da;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.quantity-btn {
    /* background: #f8f9fa; */
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 16px;
    color: #6c757d;
    min-width: 35px;
    transition: background 0.2s;
}

.quantity-btn:hover {
    background: #e9ecef;
}

.quantity-input {
    border: none;
    text-align: center;
    width: 50px;
    padding: 8px 5px;
    background: white;
    font-size: 14px;
}

.quantity-input:focus {
    outline: none;
}

.price-text {
    font-weight: 500;
    color: #2c3e50;
    font-size: 16px;
    width: max-content;
    margin-left: auto;
    margin-right: 0;
}

.cart-totals {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.cart-totals h5 {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.total-row.final {
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
    margin-top: 15px;
}

.price-red {
    color: #dc3545;
    font-weight: 600;
}

.coupon-section {
    /* margin: 20px 0; */
    padding: 10px 0;
    /* border-top: 1px solid #dee2e6; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.coupon-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.coupon-input {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
}

.coupon-input:focus {
    outline: none;
    border-color: #ff8c42;
    box-shadow: 0 0 0 2px rgba(255, 140, 66, 0.2);
}

.apply-btn {
    background: #ff8c42;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}

.apply-btn:hover {
    background: #ff7a28;
}

.removed-btn {
    background: #ff4242ea;
    color: white;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}

.removed-btn:hover {
    background: #f81414;
}

.checkout-btn {
    background: #dc3545;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 15px;
    transition: background 0.2s;
    margin: 5px 0;
    text-align: center;
}

*/
/* .checkout-btn:hover {
    background: #c82333;
} */

.update-cart-link {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.update-cart-link:hover {
    color: #495057;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    button.btn.btn-primary.show-cart-btn {
        width: 10%;
    }

    .product-card1 img {
        width: 90%;
    }

    .cart-header {
        display: flex;
    }

    .cart-item .row {
        /* flex-direction: column; */
        gap: 10px;
    }

    .cart-item .col {
        flex: 1;
        justify-content: space-between;
        padding: 5px 15px;
    }

    .product-name {
        font-size: 12px;
    }

    .coupon-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .coupon-input {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* ::::: cart page ::::::: */

/* ::::: check out ::::::: */

.checkout-cont {
    margin: 0 auto;
    padding: 20px;
}

.login-alert {
    background-color: #fff2f2;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 30px;
}

.login-link {
    color: #dc3545;
    text-decoration: none;
    font-weight: 500;
}

.login-link:hover {
    color: #c82333;
    text-decoration: underline;
}

.billing-section {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.order-summary {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 25px;
}

.product-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-image {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #007bff, #28a745);
    border-radius: 8px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.product-details h6 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.product-price {
    color: #666;
    font-size: 14px;
}

.total-section {
    border-top: 2px solid #ddd;
    padding-top: 15px;
    margin-top: 20px;
}

.total-amount {
    font-size: 18px;
    font-weight: bold;
    color: #dc3545;
}

.place-order-btn {
    background-color: #dc3545;
    border: none;
    border-radius: 8px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
}

.place-order-btn:hover {
    background-color: #c82333;
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 16px;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.page-link {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px 12px;
    color: #222;
    background: #fff;
    transition: background 0.2s, color 0.2s;
}

.page-item.disabled .page-link {
    background: #d1d5db;
    /* light gray */
    color: #fff;
    border: none;
    pointer-events: none;
}

.page-item.active .page-link {
    background: #e11d48;
    /* red */
    color: #fff;
    border-color: #e11d48;
}

.page-link:hover {
    background: #f3f4f6;
    color: #111;
}

.wish-but {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #eb001b;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(221, 16, 16, 0.3);
    margin: 0 10px;
}

.wish-but:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(199, 26, 26, 0.4);
    color: white;
}

.wish-but:active {
    transform: translateY(0);
}

.wish-but i {
    font-size: 16px;
}

/* .gapp {
    --bs-gutter-x: 16rem;
} */
/* .gg-3,
.ggx-3 {
    --bs-gutter-x: 16rem !important;
} */

/* Styling for the Courier Preference images */
.courier-option {
    border-radius: 7px;
    border: 1px solid #cfc5c5;
    margin-right: 20px;
    text-align: center;
}

.courier-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.courier-option label {
    cursor: pointer;
    display: inline-block;
}

.courier-img {
    width: 200px;
    height: 100px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* Hover effect */
.courier-option:hover .courier-img {
    transform: scale(1.1);
}

/* When the radio is selected */
.courier-radio:checked+label .courier-img {
    border: 2px solid #ff2d2d;
    box-shadow: 0 0 10px #ff2d2d4d;
    width: 200px;
    height: 100px;
}

x

/* cart side bar */
.cart-totals-card {
    background: #F2F2F2;
    border-radius: 12px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
}

.price-red {
    color: #C0392B;
    font-weight: 500;
}

/* Checkout button */
.btn-danger {
    background-color: #C0392B !important;
    border: none;
    font-size: 16px;
}

/* Toggle Switches (Red Style) */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 22px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #C0392B;
}

input:checked+.slider:before {
    transform: translateX(18px);
}

/* Gift Wrap Options */
.gift-wrap-option {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    object-fit: cover;
}

.gift-wrap-option.active {
    border: 2px solid #C0392B;
}

/* cart side bar */

/* ::::::::: responsive ::::::::::: */

/* header */
/* Responsive tweaks */

/* Tablet view - 3 cards per slide */
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .reels-card {
        flex: 0 0 auto;
        margin: 0 8px;
    }

    /* Hide extra cards on tablet */
    .reels-card:nth-child(n+4) {
        display: none;
    }

    /* .col-lar-2 {
        flex: 0 0 auto;
        width: 19.666%;
    } */
}

@media (max-width: 991.98px) {
    .header-action s .text-label {
        display: none;
    }

    .header-actions .divider {
        display: none;
    }

    .search-wrap {
        margin-top: .5rem;
    }

    .hero-img {
        height: 320px;
    }

    .hero-copy {
        min-height: unset;
        padding: 1.5rem;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-prev {
        left: 0px !important;
    }

    .hero-next {
        right: 0px !important;
    }

    .hero-ctrl {
        width: 56px;
        height: 56px;
    }

    .hero-cta {
        width: 50%;
    }

    .carousel-inner .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .reels-card {
        flex: 0 0 auto;
        margin: 0 8px;
    }

    .col-lag-2 {
        flex: 0 0 auto;
        width: 19.666%;
    }
}

.w-max {
    width: max-content !important;
}

@media (max-width: 768px) {
    .category-card {
        width: 92%;
        margin: 15px;
    }

    .btn {
        width: max-content !important;
        height: 40px;
        font-size: 20px;
    }

    .card.product-card {
        width: 315px;
        margin: 0 auto;
    }

    .col-mid-4 {}

    .col-per-20 {
        width: 50%;
    }

    .col {
        padding: 0;
    }

    .product-container {
        padding: 20px;
    }

    .product-meta {
        flex-direction: column;
    }

    .action-buttons {
        flex-direction: column;
    }

    .btn-add-cart,
    .btn-buy-now {
        justify-content: center;
    }

    .countdown-timer {
        gap: 8px;
    }

    .countdown-item {
        padding: 6px 8px;
    }

    .countdown-number {
        font-size: 1.2rem;
    }

    /* Slightly larger tags on tablets+ */
    .shop-by-price .price-tag {
        font-size: 1rem;
    }

    #reelsCarouselV2.reels-section {
        padding: 0 10px;
    }

    .carousel-inner .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .reels-card {
        flex: 0 0 auto;
        margin: 0 auto;
    }

    /* Show only 1 card on mobile */
    .reels-card:not(:first-child) {
        display: none;
    }

    /* Adjust card size for mobile if needed */
    #reelsCarouselV2 .reel-card {
        width: min(259px, 90vw);
        margin: 0 auto;
    }

    #reelsCarousel .reels-card {
        margin: 20px auto;
        height: 100%;
        width: 100%;
    }

    .g-3,
    .gx-3 {
        /* These classes use the value defined in :root */
        --bs-gutter-x: 16rem !important;
    }
}

@media (max-width: 640px) {
    #reelsCarouselV2.reels-section {
        --card-w: 75vw;
    }

    #reelsCarouselV2 .reel-media {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .about-text {
        max-width: 28rem;
    }

    #reelsCarouselV2 h2 {
        font-size: 20px;
    }

    .reels-controls {
        gap: 4px;
    }

    button.btn.arrow-circle.btn-sm.px-3 {
        width: 36px;
        height: 36px;
    }
}


/* change */

.item-image.toy-image img {
    width: 100%;
}

/* swiper slider */
#newArrivals .swiper-slide {
    height: auto;
}

/* Let the card fill the slide */
#newArrivals .product-card {
    height: 100%;
}

/* ===== New Arrivals: Round inline Swiper nav ===== */

/* 1) Base button visuals: circular, inline, centered */
#newarrow .swiper-button-prev,
#newarrow .swiper-button-next {
    position: static;
    /* keep them inline near the title */
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: gray;

    /* Outline look to match Bootstrap's btn-outline-secondary */
    border: 1px solid rgba(108, 117, 125, .5);
    background: #ffffff;
    box-shadow: none;
    transition: background-color .15s ease, border-color .15s ease, opacity .2s ease;
}

svg.swiper-navigation-icon {
    height: 58% !important;
}

/* 2) Size Swiper’s built-in arrow glyphs to fit the circle */
#newarrow {
    --swiper-navigation-size: 18px;
    /* default ~44px; this is cleaner in 40px circle */
}

#newarrow .swiper-button-prev::after,
#newarrow .swiper-button-next::after {
    line-height: 1;
}

/* 3) Hover & focus states (mouse + keyboard) */
@media (hover: hover) {

    #newarrow .swiper-button-prev:hover,
    #newarrow .swiper-button-next:hover {
        background: rgba(108, 117, 125, .06);
        border-color: rgba(108, 117, 125, .7);
    }
}

#newarrow .swiper-button-prev:focus-visible,
#newarrow .swiper-button-next:focus-visible {
    outline: 2px solid rgba(108, 117, 125, .6);
    outline-offset: 2px;
}

/* 4) Show nav only on hover for desktop, keep keyboard accessible */
@media (min-width: 992px) {

    #newarrow .swiper-button-prev,
    #newarrow .swiper-button-next {
        opacity: 1;
        pointer-events: none;
    }

    #newarrow:hover .swiper-button-prev,
    #newarrow:hover .swiper-button-next,
    #newarrow .swiper-button-prev:focus-visible,
    #newarrow .swiper-button-next:focus-visible {
        opacity: 1;
        pointer-events: auto;
    }
}

/* 5) Reduced motion respect */
@media (prefers-reduced-motion: reduce) {

    #newarrow .swiper-button-prev,
    #newarrow .swiper-button-next {
        transition: none;
    }
}

/* 6) Optional dark mode tweak */
@media (prefers-color-scheme: dark) {

    #newarrow .swiper-button-prev,
    #newarrow .swiper-button-next {
        background: #1f1f1f;
        border-color: rgba(255, 255, 255, .25);
    }

    @media (hover: hover) {

        #newarrow .swiper-button-prev:hover,
        #newarrow .swiper-button-next:hover {
            background: rgba(255, 255, 255, .06);
            border-color: rgba(255, 255, 255, .4);
        }
    }

    #newarrow .swiper-button-prev:focus-visible,
    #newarrow .swiper-button-next:focus-visible {
        outline-color: rgba(255, 255, 255, .5);
    }
}


/* Make sure the action buttons overlay properly inside ratio box */
.product-actions {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    gap: .5rem;
    justify-content: center;
    padding: .5rem;
    opacity: 0;
    transition: opacity .2s ease;
}

.product-card:hover .product-actions {
    opacity: 1;
    margin: auto;
}

.new-arrivals {
    height: max-content;
}

/* forget new password */
/* Login Detail Container */
.login-detail {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 50vh;
    display: flex;
    align-items: center;
}

/* Login Left - Image Section */
.login-left {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    animation: fadeInLeft 0.8s ease;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Login Box */
.login-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    animation: fadeInRight 0.8s ease;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Login Title */
.login-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.login-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #d32f2f, #b71c1c);
    border-radius: 2px;
}

/* Alert Messages */
.alert {
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 20px;
    border-left: 4px solid;
    animation: slideDown 0.5s ease;
    font-size: 14px;
}

.alert-success {
    background-color: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #dc3545;
    color: #721c24;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Control */
.form-control {
    padding: 14px 45px 14px 18px;
    font-size: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    width: 100%;
}

.form-control:focus {
    border-color: #d32f2f;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(211, 47, 47, 0.1);
    outline: none;
}

.form-control:hover {
    border-color: #e0e0e0;
    background: #fff;
}

.form-control::placeholder {
    color: #999;
    font-size: 14px;
}

/* Password Toggle Icon */
.position-relative {
    position: relative;
}

.fa-eye,
.fa-eye-slash {
    color: #666;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease;
    user-select: none;
}

.fa-eye:hover,
.fa-eye-slash:hover {
    color: #d32f2f;
}

.fa-eye:active,
.fa-eye-slash:active {
    transform: scale(0.95);
}

/* Submit Button */
.common-btn {
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    color: #fff;
    border: none;
    padding: 14px 50px;
    border-radius: 8px;
    font-size: 16px;
    height: 42px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.button-success {
    background: green;
    color: #000000;
    border: none;
    padding: 14px 50px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.common-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(211, 47, 47, 0.4);
    background: linear-gradient(135deg, #b71c1c 0%, #d32f2f 100%);
}

.common-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(211, 47, 47, 0.3);
}

.common-btn i {
    transition: transform 0.3s ease;
}

.common-btn:hover i {
    transform: translateX(5px);
}

/* Loading State */
.common-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.6;
}

/* Horizontal Rule */
hr {
    border: none;
    border-top: 1px solid #dee2e6;
    margin: 30px 0;
}

/* Form Row Spacing */
/* .login-box .gy-4>* {
    padding-top: 1rem;
    padding-bottom: 1rem;
} */

/* Password Strength Indicator (Optional) */
.password-strength {
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    margin-top: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.password-strength-bar {
    height: 100%;
    transition: all 0.3s ease;
}

.password-strength-bar.weak {
    width: 33%;
    background: #dc3545;
}

.password-strength-bar.medium {
    width: 66%;
    background: #ffc107;
}

.password-strength-bar.strong {
    width: 100%;
    background: #28a745;
}

/* Responsive Design */
@media (max-width: 992px) {
    .login-left {
        order: 2;
        margin-top: 30px;
    }

    .login-box {
        order: 1;
    }
}

@media (max-width: 768px) {
    .login-detail {
        padding: 30px 0;
    }

    .login-box {
        padding: 30px 20px;
    }

    .login-title {
        font-size: 24px;
    }

    .form-control {
        padding: 12px 40px 12px 16px;
        font-size: 14px;
    }

    .common-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 30px;
    }
}

@media (max-width: 480px) {
    .login-title {
        font-size: 20px;
    }

    .login-box {
        padding: 25px 15px;
    }
}

/* Focus Visible for Accessibility */
.form-control:focus-visible {
    outline: 2px solid #d32f2f;
    outline-offset: 2px;
}

/* Input with Icon Spacing */
.position-relative .form-control {
    padding-right: 45px;
}

/* Error State */
.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1);
}

/* Success State */
.form-control.is-valid {
    border-color: #28a745;
}

.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.1);
}

/* swiper slider */

.category-card.red {
    background-color: #C0392B10;
}

.category-card.yellow {
    background-color: #F4C54210;
}

.category-card.green {
    background-color: #28a74510;
}

.category-card.blue {
    background-color: #18222C10;
}

.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.swiper {
    padding-bottom: 10px;
}


/* check out */
.address-card {
    max-width: 560px;
    /* margin: 0 auto; */
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.radio-circle input[type="radio"] {
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.radio-circle input[type="radio"]:checked+.radio-inner {
    display: block;
}

.radio-inner {
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.user-name {
    font-weight: 600;
    font-size: 18px;
    margin-right: 8px;
}

.badge-default {
    background-color: white;
    color: #dc3545;
    border: 1px solid #dc3545;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.btn-home {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 8px 28px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

.btn-home:hover {
    background-color: #c82333;
}

.info-row {
    display: flex;
    margin-bottom: 20px;
}

.info-label {
    font-weight: 500;
    color: #212529;
    min-width: 120px;
    font-size: 16px;
}

.info-value {
    color: #212529;
    font-size: 16px;
}

.action-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.btn-edit {
    flex: 1;
    background-color: white;
    color: #28a745;
    border: 2px solid #28a745;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-edit:hover {
    background-color: #f8f9fa;
}

.btn-delete {
    flex: 1;
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-delete:hover {
    background-color: #c82333;
}

/* Divider Styles */
.divider-container {
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.divider-line {
    flex: 1;
    height: 1px;
    background-color: #e0e0e0;
}

.divider-text {
    padding: 0 16px;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
}

/* Google Button Styles */
.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 12px 24px;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    color: #3c4043;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-google:hover {
    background-color: #f8f9fa;
    border-color: #d2d4d8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-google:active {
    background-color: #f1f3f4;
}

.shop-by-price {
    padding: 3rem 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.swiper-controls {
    display: flex;
    gap: 10px;
}

.swiper-button-custom {
    width: 40px;
    height: 40px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #495057;
}

.swiper-button-custom:hover {
    background: #f8f9fa;
    border-color: #495057;
}

.swiper-button-custom.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.swiper-button-custom i {
    font-size: 1.2rem;
}

.price-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.img-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price-tag {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.tag-red {
    background: #dc3545;
}

.tag-yellow {
    background: #ffc107;
    color: #212529;
}

.tag-blue {
    background: #0d6efd;
}

.tag-brown {
    background: #795548;
}

.tag-green {
    background: #198754;
}

.swiper {
    padding: 10px 0;
}

.swiper-slide {
    height: auto;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .section-title {
        font-size: 1.5rem;
    }

    .swiper-button-custom {
        width: 35px;
        height: 35px;
    }

    .swiper-button-custom i {
        font-size: 1rem;
    }

    .shop-by-price {
        padding: 2rem 0;
    }
}


.new-price-section {
    position: relative;
}

.new-price-nav button {
    border: none;
    background: #f8f9fa;
    color: #333;
    padding: 12px;
    margin-left: 6px;
    border-radius: 60%;
    transition: background 0.3s ease;
}

.new-price-nav button:hover {
    background: #e2e6ea;
}

.new-price-card {
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #ececec;
    border-radius: 0px;
    overflow: hidden;
    background: #ae0002;
    height: 180px;
    transition: transform .15s ease, box-shadow .15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.swiper-wrapper .swiper-slide:nth-child(1) .new-price-card {
    background: #ff6f91;
    /* soft pink */
}

.swiper-wrapper .swiper-slide:nth-child(2) .new-price-card {
    background: #ffc75f;
    /* baby yellow */
}

.swiper-wrapper .swiper-slide:nth-child(3) .new-price-card {
    background: #4dd599;
    /* mint green */
}

.swiper-wrapper .swiper-slide:nth-child(4) .new-price-card {
    background: #5dade2;
    /* baby blue */
}

.swiper-wrapper .swiper-slide:nth-child(5) .new-price-card {
    background: #af7ac5;
    /* lavender */
}

.swiper-wrapper .swiper-slide:nth-child(6) .new-price-card {
    background: #f1948a;
    /* peach */
}

.swiper-wrapper .swiper-slide:nth-child(7) .new-price-card {
    background: #48c9b0;
    /* aqua */
}

.new-price-img-wrap {
    position: relative;
}

.new-price-tag {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    font-size: 0.85rem;
    border-radius: 21px 23px 23px 0;
    color: var(--brand-red);
    background: #ffffff;
    width: 123px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.swiper-slide.swiper-slide-prev {
    height: 100px !important;
}

.tag-red {
    background: #e63946;
}

.tag-yellow {
    background: #f4a261;
}

.tag-blue {
    background: #457b9d;
}

.tag-brown {
    background: #8d6e63;
}

.tag-green {
    background: #2a9d8f;
}

/* .swiper-wrapper {
    height: 69% !important;
} */

.swiper-wrapper {
    height: 38% !important;
}

.product-card .card-body {
    margin-top: 50px;
}

.signin span {
    color: white !important;
}

.signin i {
    color: white !important;
}

.product-card1 .card-body {
    background: white;
}

.product-card1 .card-body p {
    color: #242424;
}

.product-card1 .card-body span {
    color: #242424 !important;
}
.product-card1{
        width: 100%;
    position: relative;
    /* overflow: hidden; */
    padding: 10px;
}
.shop-by-age {
    background: var(--bg-brand);
}

@media screen and (min-width:1200px) {

    .best-seller .col {
        flex: 0 0 auto;
        width: 19%;
        margin-right: 10px;
    }

}

.detail-para {
    color: #242424;
    margin-bottom: 0;
    margin-top: 5px;
}
/* <style> */
.color_picker input {
    display: none;
}

.color_picker label {
    cursor: pointer;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 4px;
}

.color_picker input:checked+label span {
    border: 2px solid rgb(12, 0, 0);
    border-radius: 6px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.product_detail_inner .product_detail_content .color_picker label:hover span {
    outline: unset;
    outline-offset: unset;
}
.color_picker .color-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ccc;
    display: inline-block;
}

.color_picker input[type="radio"]:checked + .color-dot {
    border: 2px solid #000;
}