/* ---------------------------------------------------
=> Dev Secure ÖZEL CSS' KÜTÜPHANESİ  
----------------------------------------------------- */
.br1 { height: 0.1em; }
.br2 { height: 0.2em; }
.br3 { height: 0.3em; }
.br4 { height: 0.4em; }
.br5 { height: 0.5em; }
.br6 { height: 0.6em; }
.br7 { height: 0.7em; }
.br8 { height: 0.8em; }
.br9 { height: 0.9em; }
.br10 { height: 1.0em; }

.h1 { font-size: 10px; }
.h11 { font-size: 11px; }
.h12 { font-size: 12px; }
.h13 { font-size: 13px; }
.h14 { font-size: 14px; }
.h15 { font-size: 15px; }
.h16 { font-size: 16px; }
.h17 { font-size: 17px; }
.h18 { font-size: 18px; }
.h19 { font-size: 19px; }
.h20 { font-size: 20px; }
.h2 { font-size: 20px; }
.h3 { font-size: 30px; }
.h4 { font-size: 40px; }
.h5 { font-size: 50px; }
.h6 { font-size: 60px; }
.h7 { font-size: 70px; }
.h8 { font-size: 80px; }
.h9 { font-size: 90px; }
.h10 { font-size: 100px; }

/* Snow Effect */
#snow {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.snowflake {
    position: absolute;
    color: #FFF;
    font-size: 1em;
    opacity: 0.7;
    animation-name: fall;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Button Styles */
.kategoriButton,
.urunEkleButton,
.testEtButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    background-color: #f8f9fa;
    border-radius: 5px;
    text-decoration: none;
}

.kategoriButton i,
.urunEkleButton i,
.testEtButton i {
    font-size: 18px;
    color: #000;
}

/* Cart Button Styles */
#food-recipe-image {
    position: relative;
}

.pgp-img {
    position: relative !important;
}

.pgp-img .cart-btn,
#food-recipe-image .cart-btn {
    position: absolute;
    top: 10px;
}

/* Main Layout */
.main { padding-top: 18px; }
.main-content { padding-top: 10px; }

/* Buttons and Navigation */
.left-btn { float: left; }
.right-btn { float: right; }

/* Text Alignment */
.text-center { text-align: center; }
.text-end { text-align: end; }

/* Margins and Padding */
.m-1 { margin: 1rem; }
.mt-20 { margin-top: 20px; }
.ml-10 { margin-left: 10px; }
.mb-1 { margin-bottom: 1rem; }
.p-2 { padding: 2px; }
.p-10 { padding: 10px; }
.p-5-15 { padding: 5px 15px; }

/* Display Properties */
.d-none { display: none; }
.d-inline-block { display: inline-block; }

/* Font Sizes */
.fs-1rem { font-size: 1rem; }
.fs-18 { font-size: 18px; }
.fs-18-5 { font-size: 18.5px; }
.fs-26 { font-size: 26px; }
.fs-28 { font-size: 28px; }

/* Colors */
.bg-ccffcc { background: #CCFFCC; }
.text-black { color: black; }

/* Borders */
.border-none { border: none; }
.border-top-none { border-top: none; }

/* Position */
.pos-relative { position: relative; }
.pos-absolute { position: absolute; }

/* Cursor */
.cursor-pointer { cursor: pointer; }

/* Modal Styles */
.modal-body-scroll { max-height: calc(50vh - 210px); overflow-y: auto; }
.modal-body-full { max-height: calc(100vh - 100px); overflow-y: auto; }

/* Image Styles */
.img-thumbnail-200 { width: 200px; height: 200px; }

/* Social Share Buttons */
.social-share-btn { border-radius: 5px; }

/* Cart Button Container */
.cart-button-container { display: none; }

/* Image Change Container */
.image-change { position: relative; }
.awl-btn-icon { position: absolute; top: -40px; left: -22px; }

/* File Input */
.hidden-file-input { display: none; }

/* Modal Header */
.modal-header-center { text-align: center; }
.modal-title-center { display: inline-block; width: 100%; text-align: center; }

/* Badge Styles */
.badge-kategori { padding: 10px; background: #CCFFCC; color: black; }