body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* Marquee Bar */
.announcement-bar {
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    padding: 6px 0;
    overflow: hidden;
    position: relative;
}

.announcement-bar marquee {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}



/* Full Background Image */
.hero {
    position: absolute;
    top: 0px;
    margin-top: -30vh !important;
    width: 100%;
    height: 140vh !important;
    background: url('https://mewmews.com/cdn/shop/files/3_b5437d82-6d32-4629-a4bc-16e352bf4f5b.png?v=1758785359&width=1400') center top/cover no-repeat;
}

/* Transparent Header Over Image */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    color: white;
}

.header-sub {
    position: relative;
    background-color: transparent;
    color: #000 !important;
    z-index: 999 !important;
}

.header-sub a {
    color: #000 !important
}

/* Top Row: Left Icons + Center Logo + Right Icons */
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.header-left a,
.header-right a {
    color: white;
    font-size: 18px;
    margin: 0 10px;
    transition: 0.3s;
}

.header-left a:hover,
.header-right a:hover {
    color: #f8c146;
}

.header-logo img {
    height: 80px;
    display: block;
    margin: 0 auto;
    filter: brightness(100%);
}

.header-right .badge {
    font-size: 10px;
    background: red;
    position: absolute;
    top: -6px;
    right: -10px;
}

/* Navbar */
.header-nav {
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
}

.header-nav a {
    color: white;
    text-decoration: none;
    padding: 12px 18px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.header-nav a:hover {
    color: #f8c146;
}

/* Responsive */
@media (max-width: 992px) {
    .header-top {
        flex-direction: column;
        gap: 10px;
    }

    .header-logo img {
        height: 60px;
    }

    .header-nav a {
        padding: 10px;
        font-size: 13px;
    }
}

.category-section {
    background-color: #fff;
}

.category-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.category-item img {
    width: 100%;
    height: auto;
    max-width: 220px;
    object-fit: cover;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.category-item:hover img {
    transform: scale(1.05);
}

.category-item h6 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 5px;
    color: #000;
    text-transform: uppercase;
}

.collection-grid {
    margin: 0;
    padding: 0;
}

.collection-grid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.collection-item {
    overflow: hidden;
    position: relative;
}

.collection-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.collection-item:hover img {
    transform: scale(1.03);
}

.collection-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: 'Creepster', cursive;
    font-size: 26px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px #000;
}

.footer-section {
    background: #efe9e2;
    color: #000;
}

.footer-section h6 {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footer-section p {
    font-size: 13px;
    color: #555;
}

.footer-links a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #a67c52;
    text-decoration: underline;
}

.footer-social a {
    color: #000;
    font-size: 18px;
    margin-right: 12px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #a67c52;
}

.footer-section input.form-control {
    border: 1px solid #000;
    border-right: none;
    font-size: 13px;
    padding: 8px 12px;
}

.footer-section button.btn-dark {
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 50px 50px 0 !important;
}

.mewmew-product-carousel {
    background: #efe9e2;
}

.product-item {
    position: relative;
    overflow: hidden;
    background: #efe9e2;
    text-align: center;
    transition: transform 0.3s ease;
}

.product-item img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.product-item:hover img {
    transform: scale(1.05);
}

.product-info {
    background: #efe9e2;
    padding: 15px 10px;
}

.product-info h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.product-info p {
    font-size: 13px;
    color: #333;
    margin: 0;
}

/* Remove Owl default margins */
.mewmew-item-row {
    display: flex;
}

.mewmew-item-row .owl-nav [class*='owl-'] {
    color: #000 !important;
    font-size: 26px;
    margin: 0 8px;
    background: transparent !important;
    border: none;
}

.mewmew-item-row .owl-nav [class*='owl-']:hover {
    color: #a67c52 !important;
}

.mewmew-product-carousel {
    background: #fff;
}

.mewmew-item-row .item {
    margin: 0 !important;
    /* 🔹 remove all gaps */
    padding: 0 !important;
}

.mewmew-product-card {
    background: #fff;
    /* white product box */
    text-align: center;
    font-family: "Poppins", sans-serif;
    border: none !important;
    /* 🔹 remove border */
    box-shadow: none !important;
    /* 🔹 remove shadow */
}

.mewmew-product-item {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #fff;
}

.mewmew-product-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
    backface-visibility: hidden !important;
}

.mewmew-item-row .mewmew-product-item .hover-img {
    opacity: 0 !important;
}

.mewmew-item-row .mewmew-product-item:hover .hover-img {
    opacity: 1 !important;
}

.mewmew-product-info {
    background: #fff;
    padding: 10px 0 20px 0;
}

.mewmew-product-info h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.4;
}

.mewmew-product-info p {
    font-size: 13px;
    color: #444;
    margin: 0;
}



/* Black banner */
.collection-banner {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 60px 20px 50px 20px;
}

.collection-banner h2 {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
}

.collection-banner p {
    font-size: 14px;
    color: #e0e0e0;
    margin-top: 8px;
    margin-bottom: 10px;
}

.collection-banner a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

/* Filter and sort bar */
.filter-sort-bar {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
}

.filter-sort-bar .filter {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}



.filter-sort-bar select {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    background-color: #fff;
}

.product-grid {
    padding: 40px 30px;
}

.filter-sidebar {
    position: fixed;
    top: 0;
    left: -350px;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: left 0.4s ease;
    z-index: 1050;
    padding: 25px;
}

.filter-sidebar.active {
    left: 0;
}

.filter-sidebar h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.filter-sidebar .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.filter-section {
    margin-bottom: 25px;
}

.filter-section h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 2px;
}

.filter-section label {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

.filter-section input {
    margin-right: 8px;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1040;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Filter icon hover */
.filter i {
    margin-right: 6px;
}

.product-detail {
    padding: 40px;
}

/* Layout */
.gallery-container {
    display: flex;
    gap: 15px;
}

/* Thumbnail Carousel (vertical) */
.thumb-carousel {
    width: 100px;
    flex-shrink: 0;
    display: block;
}

.thumb-carousel .item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.thumb-carousel .item img:hover,
.thumb-carousel .owl-item.current img {
    border-color: #000;
}

.thumb-carousel .owl-stage {
    display: flex !important;
    flex-direction: column !important;
}

.thumb-carousel .owl-item {
    margin-bottom: 10px !important;
}

.thumb-carousel .owl-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    right: -25px;
    height: 100%;
    justify-content: space-between;
}

.thumb-carousel .owl-nav button.owl-prev,
.thumb-carousel .owl-nav button.owl-next {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 1;
    border: none;
}

/* Main Image */
.main-image {
    flex: 1;
    text-align: center;
}

.main-image img {
    width: 100%;
    max-width: 550px;
    border-radius: 6px;
}

/* Product Info */
.product-info h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.product-info .price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.size-options button {
    border: 1px solid #ccc;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 13px;
}

.size-options button.active {
    border-color: #000;
    background: #000;
    color: #fff;
}

.quantity-wrapper {
    display: block;
    align-items: center;
    margin-top: 15px;
    border: 2px solid #000;;
    padding: 5px !important;
    border-radius: 50px !important;
}

.quantity-wrapper button {
    background: none;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 1;
    border:none !important;
}

.buy-wrapper
{
    display: flex;
}

.quantity-wrapper input {
    width: 50px;
    height: 35px;
    text-align: center;
    margin: 0 5px;
    border: none !important;
}

.wishlist-btn
{
    border:2px solid #000 !important;
    color: #000;
    background: #fff;
    border: none;
    padding: 4px 20px;
    font-size:20px !important;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 30px;
    transition: background 0.3s;
}

.add-cart-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 30px;
    transition: background 0.3s;
}

.add-cart-btn:hover {
    background: #333;
}

.info-list {
    margin-top: 25px;
    font-size: 14px;
}

.info-list p {
    margin-bottom: 6px;
}

/* Sticky Add to Cart */
.sticky-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    z-index: 1000;
}

.sticky-cart .info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sticky-cart img {
    width: 50px;
    height: 65px;
    object-fit: cover;
    border-radius: 4px;
}

.sticky-cart h6 {
    font-size: 13px;
    margin-bottom: 2px;
}

.sticky-cart p {
    font-size: 12px;
    margin: 0;
}

.sticky-cart .add-cart-btn {
    margin: 0;
    padding: 8px 20px;
    border-radius: 30px;
    background: #a30000;
}
.product-info {
    padding-left: 50px;
}

.info-box {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 5px;
}

.accordion-button {
    font-weight: 500;
    color: #111;
    background: #fff;
    border-top: 1px solid #eee;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f9f9f9;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 14px;
    color: #444;
}

.payment-icons img {
    height: 25px;
    object-fit: contain;
}
.mewmew-product-img
{
    height:350px;
    object-fit: fill;
}