
/* SLIDING PROFILE KASI NAG LOLOKO EWAN KO NA */
.profile-container {
    position: fixed;
    right: 0;
    top: -110vh;
    padding-top: 0px;
    background-color: #fff;
    width: 700px;
    height: 100vh;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
    transition: top 0.3s ease;
    z-index: 2;
    padding: 20px;
    }
    
    
        * {
            scroll-behavior: smooth;
        }
    
        body {
            margin: 0;
            font-family: Arial, sans-serif;
    
            /* height: 5000px; */
            padding-bottom: 80px;
    
        }
    
        .container {
            width: 100%;
            display: flex;
            flex-direction: column;
    
            padding-top: 20px;
        }
    
    
        .header {
            /* background-image: url("cafe/head.png"); */
            background-repeat: no-repeat;
            width: 100%;
            top: 30px;
            position: relative;
            background-attachment: none;
            background-size: cover;
            height: 880px;
        }
    
    
    
    
        /* NAVIGATIONS */
        .content-categories {
            position: sticky;
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
            background-color: #fffaeb; /* Updated to match tab-container background */
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
            border-right: 1px solid #ccc;
            z-index: 1;
        }
        .content-categories h1{
            padding: 30px;
            text-transform: uppercase;
            text-shadow: 4px 4px 2px rgba(0,0,0,0.3);
            font-size: 40px;
            font-weight: 800;
        }
        .categories-container {
            display: flex;
            text-align: center;
            margin: 0;
        }
        
        .categories-container a {
            text-decoration: none;
            font-size: 16pt;
            font-weight: bold;
            color: black;
            padding: 15px;
            width: 100%;
            text-align: center;
            background-color: #f1f1f1; /* Tab background color */
            border-bottom: 1px solid #ddd; /* To mimic the tab border style */
            transition: background-color 0.3s ease, color 0.3s ease;
        }
    
        .categories-container a:hover {
            background-color: #d38e40; /* Tab hover color */
            color: #fff;
        }
    
        .categories-container a.active {
            background-color: #d38e40; /* Tab active color */
            color: #fff;
            font-weight: bold;
        }
    
    
    
        .shopnow-button {
            position: relative;
            top: 0px;
            background-color: #ffac00;
            opacity: 0;
            transition: opacity 0.2s
        }
    
        .items:hover .shopnow-button {
            opacity: 1;
            border-radius: 5px;
        }
    
        .shopnow-button p {
            padding: 4px;
        }
    
    
        .items {
            max-width: fit-content;
            text-align: center;
            height: 270px;
            transition: 0.2s;
            background-color: #f5f5f5;
        }
    
        .items img {
            object-fit: cover;
        }
        .grid-items {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 100px;
            padding: 40px;
            border-radius: 10px;
            justify-items: center;
            align-items: stretch;
            width: 1500px;
            position: relative;
            margin: 0 auto;
            z-index: 0;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;        
        }
        
        .grid-items {
            margin-top: 100px;
            display: grid;
            position: relative;
    
            grid-template-columns: auto auto auto;
            padding: 10px;
            justify-content: center;
            gap: 50px;
        }
        
        .grid-items a {
            text-decoration: none;
            color: black;
        }
    
        .discover-description {
            position: relative;
            top: 6px;
            font-size: 16px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
    
        .discover-price p {
            position: relative;
            top: 4px;
            background-color: #ffac00;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin-left: auto;
            margin-right: auto;
            border-radius: 20px;
            width: 130px;
            font-size: 13px;
        }
    
        .page {
            display: flex;
            justify-content: center;
            text-align: center;
            gap: 10px;
        }
    
        /* Pagination Link Styling */
        .pagination-link {
            background-color: #f5f5f5;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
            border-radius: 5px;
            padding: 10px 15px;
            font-family: 'Arial', sans-serif;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
            color: #333;
            display: inline-block;
            position: relative;
            text-align: center;
            border: 2px solid #bc6e19;
        }
    
        .pagination-link:hover {
            transform: translateY(-2px);
            box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px 0px;
        }
    
        .pagination-link:active {
            background-color: #4e3629;
            color: #fff;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
            transform: translateY(0);
        }
    
    
       
        .card {
            width: 350px;
            height: 550px;
            padding: 15px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
    
        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
    
        .card-img {
            height: 450px;
            width: 100%;
            border-radius: 8px;
            background-color: #ffcaa6;
            background-position: center;
            background-size: cover;
            transition: transform 0.3s ease;
        }
    
    
    
        .card-info {
            flex-grow: 1;
            padding: 10px 0;
            text-align: left;
        }
    
        .text-title {
            font-weight: bold;
            font-size: 24px;
            color: #333;
            margin-top: 20px;
            margin-bottom: 5px;
        }
    
        .text-body {
            font-size: 1rem;
            color: #666;
        }
    
        .card-footer {
            display: flex;
            align-items: center;
            padding-top: 10px;
            border-top: 1px solid #ddd;
    
        }
    
        .text-title-price {
            font-weight: bold;
            font-size: 1rem;
            color: #ffac00;
        }
    
        .card-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background-color: #bc6e19;
            border-radius: 50%;
            cursor: pointer;
            transition: background-color 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin-left: 100px;
            margin-top: -250px;
    
            border: 8px solid #f9f9f9;
        }
    
        .card-button:hover {
            background-color: #ddd;
            color: #4e3629;
        }
        
    
        .card-button svg {
            fill: #fff;
            width: 20px;
            height: 20px;
        }
    
        .product-cards {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            padding: 20px;
    
            margin-top: 5px;
            background-color: #f9f9f9;
            border-radius: 10px;
            /* box-shasdow: 0 4px 10px rgba(0, 0, 0, 0.1); */
        }
    
        .three_product {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 10px;
            justify-items: center;
            align-items: stretch;
            margin-top: 20px;
        }