@import url('https://fonts.googleapis.com/css2?family=Libertinus+Serif+Display&family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
:root,
[data-bs-theme="dark"] {
  color-scheme: light !important;
}
body {
  font-family: "Montserrat","Montserrat Fallback";
  color: #333;
  background: #faf7f3;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat","Montserrat Fallback";
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

p {
  font-family: "Montserrat","Montserrat Fallback";
  line-height: 1;
  margin-bottom: 0;
}

a {
  color: #b57f37;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #ffdc7e;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 0.75rem;
  text-align: left;
  border: 1px solid #dee2e6;
}

button {
  cursor: pointer;
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
}


:root {
    color-scheme: light; /* tüm tarayıcıya bildirir */
    --background-color: #fff !important;
    --text-color: #000;
}
.main.qr-menu {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 15px;
}

.main.qr-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid;
    border-image: linear-gradient(to right, #ffd86d, #c07e24) 1;
    z-index: -1;
}

.main.qr-menu:after {
    content: '';
    position: absolute;
    top: 7.5px;    
    left: 7.5px;
    width: calc(100% - 15px);
    height: calc(100% - 15px); 
    border: 3px solid;
    border-image: linear-gradient(to right, #ffd86d, #c07e24) 1;
    z-index: -1;
}

.logo-banner {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    position: relative;
}
.logo-banner.home,
.footer {
    background-image: url("../../shape/img/bg11.png");
    border-radius: 5px;
    overflow: hidden;
    background-position: left;
    background-size: 126%;
}
.footer img {
    width: 70px;
}
.logo-banner .background-logo {
    position: absolute;
    top: -20px;
    width: 200px;
    z-index: 0;
}

.logo-banner .logo {
    width: 90px;
}

.most-popular-title p {
    padding: 5px 0 3px 0;
    color: #888888;
    letter-spacing: .025em;
    font-size: 17px;
    font-weight: 500;
    margin: 0 !important;
}

.most-popular .qrSwiper {
    border-radius: 5px;
    overflow: hidden;
    padding: 5px 0;
}

.most-popular .items {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.most-popular .swiper-slide {
    transition: transform 0.3s;
}

.most-popular .swiper-slide-active {
    transform: scale(1.04) !important;
}

.most-popular .items:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0/.3);
}

.most-popular .items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.most-popular .items .title-box {
    position: absolute;
    z-index: 99;
    left: 0px;
    bottom: 0px;
    padding: 5px;
    width: 100%;
}

.most-popular .items .title {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.most-popular .items .price{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

#modalImage {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
}
#modalViews .btn-close {
    position: absolute;
    top: -28px;
    right: 0px;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-color: #fff; /* fallback */
    --bs-btn-close-opacity: 1;
}
#modalViews .modal-dialog {
    max-width: 280px;       
    margin: auto;        
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 3px;
    border: none im !important;
}
#modalTitle {
    color: #000;
    letter-spacing: .025em;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

#modalDesc {
    font-size: 12px;
    line-height: 1;
    text-align: justify;
}

#modalPrices p {
    font-size: 12px;
}
#modalPrices span {
    color: #c17e24 !important;
}
.categories-connection {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
    display: block;
}
.categories-connection:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0/.3);
}
.categories-connection video,
.categories-connection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categories-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 10px;
    width: 100%;
}
.categories-info .title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .025em;
}

.categories-info .decr {
    font-size: 11px;
    color: rgb(255 255 255/.9);
}
.video-banner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 120.5px;
}

.video-banner:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0/.3);
}
.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categories-video-info {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories-video-info img {
    width: 90px;
}
.back-home i {
    font-weight: bold !important;
    font-size: 22px;
    line-height: 1;
}
.video-banner .back-home {
    color: #fff;
}
.logo-banner .back-home {
    color: #000;
}
.back-home {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;
}
.categories-tabs {
    overflow: hidden;
    width: 100%;
}

.categories-tabs ul {
    display: flex;
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.categories-tabs ul::-webkit-scrollbar {
    display: none;
}
.categories-tabs ul li {
    flex: 0 0 auto;
    list-style: none;
}
.categories-tabs ul li a {
    display: block;
    padding: 8px 16px;
    font-size: 17px;
    line-height: 1;
    color: #888;
    white-space: nowrap;
    font-weight: 400;
    text-decoration: none;
}
.categories-tabs ul li.active a {
    color: #000 !important;
    font-weight: 500;
}
.product-list .item {
    background: #fff;
    border-radius: 5px;
    display: flex; 
    margin-bottom: 10px;
    padding: 5px;
    justify-content: space-between;
    min-height: 70px;
}
.product-list .item .descr {
    font-size: 11px;
    text-align: justify;
}
.product-list .item img {
    width: 90px !important;
    height: 100px !important;
    border-radius: 2px;
    object-fit: cover;
}
.product-list .item .title {
    font-weight: 600;
}
.product-list .item .item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.categories-list {
    background: #faf7f3;
    position: sticky;
    top: 0;
    z-index: 9;
}