@font-face { font-family: 'Bad Script'; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/BadScript.2d0303afa1ba.woff2") format('woff2'); } 
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Inter.e89d1ff37eea.woff2") format('woff2'); } 
:root { --primary: #5c443c; --muted: #827069; --card-text: #333; --tag: #b58463; } 
* { box-sizing: border-box; } 
body { background: #eed7b0 url("../images/paper.1002c4fdf1de.png") repeat fixed; font-family: 'Inter', sans-serif; color: var(--primary); margin: 0; padding: 0 16px; display: flex; flex-direction: column; min-height: 100vh; } 
main, .articles-container, .catalog-section { flex-grow: 1; } 
.container { max-width: 1000px !important; min-width: 280px; margin: 0 auto; padding: 0; } 
.header-section { padding: 40px 0 20px; display: flex; flex-direction: column; align-items: center; } 
.logo-img { max-width: 320px; display: block; margin: 0 auto; transition: opacity .3s; } 
.logo-img:hover { opacity: .85; } 
.social-links { display: flex; justify-content: center; gap: 22px; margin: 15px 0 25px; } 
.social-icon { width: 28px; height: 28px; gap: 28px; text-decoration: none; transition: transform .3s, color .3s; display: inline-flex; align-items: center; justify-content: center; } 
.social-icon.telegram { color: #5ca9cb; } 
.social-icon.youtube { color: #f0544b; } 
.social-icon.instagram { color: #df5289; } 
.social-icon:hover { transform: translateY(-4px); } 
.social-icon.telegram:hover { color: #3d84a3; } 
.social-icon.youtube:hover { color: #ca3a31; } 
.social-icon.instagram:hover { color: #b33867; } 
.nav-buttons { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 20px; position: relative; z-index: 1; } 
.btn-custom { font-family: 'Bad Script', cursive; font-size: 22px; font-weight: 700; background: transparent; color: var(--primary); border: 2px dashed var(--primary); border-radius: 30px; padding: 4px 28px; transition: transform .3s, background .3s; text-decoration: none; display: inline-block; cursor: pointer; } 
.btn-custom:hover { transform: translateY(-6px); background: rgba(92,68,60,.04); } 
.btn-back-sm { font-family: 'Bad Script', cursive; font-size: 16px !important; font-weight: 700; background: transparent; color: var(--primary); border: 2px dashed var(--primary); border-radius: 25px; padding: 2px 18px !important; transition: transform .3s, background .3s; text-decoration: none; display: inline-block; cursor: pointer; margin-bottom: 20px; } 
.btn-back-sm:hover { transform: translateY(-4px); background: rgba(92,68,60,.04); } 
.sticky-header { position: fixed; top: 0; left: 0; width: 100%; height: 95px; background: #eed7b0 url("../images/paper.1002c4fdf1de.png") repeat; z-index: 1050; box-shadow: 0 6px 30px rgba(74,63,53,.18); transform: translateY(-110%); transition: transform .4s cubic-bezier(.165,.84,.44,1); display: flex; align-items: center; padding: 0 20px; } 
.sticky-header.visible { transform: translateY(0); } 
.sticky-header .container { padding: 0; display: flex !important; align-items: center; justify-content: space-between; width: 100%; position: relative;} 
.sticky-left { flex: 1 1 33.333%; max-width: 33.333%; display: flex; align-items: center; justify-content: flex-start; gap: 20px; } 
.sticky-logo { height: 80px; width: auto; transition: opacity .3s; } 
.sticky-logo:hover { opacity: .95; } 
.sticky-social { display: flex; align-items: center; gap: 12px; } 
.sticky-center-title { flex: 1 1 33.333%; max-width: 33.333%; text-align: center; font-family: 'Bad Script', cursive; font-size: 22px; font-weight: 700; color: #4a3f35; padding: 0 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; } 
.sticky-nav { flex: 1 1 33.333%; max-width: 33.333%; display: flex; align-items: center; justify-content: flex-end; gap: 12px; } 
.small-icon { font-size: 26px !important; } 
.btn-sticky { font-size: 18px !important; padding: 3px 22px !important; } 
.sticky-divider { position: absolute; bottom: 0; left: 0; width: 100%; border-top: 2px dashed rgba(74,63,53,.35); } 
.burger-btn { display: none; background: transparent; border: 2px dashed var(--primary); border-radius: 10px; padding: 6px 12px; cursor: pointer; transition: background .3s; z-index: 1060; line-height: 1; flex-shrink: 0; width: auto; } 
.burger-btn:hover { background: rgba(92, 68, 60, 0.04); } 
.burger-btn svg { width: 24px; height: 24px; color: var(--primary); display: block; } 
.sticky-header.is-overflowed .sticky-nav > *:not(.burger-btn) { display: none !important; } 
.sticky-header.is-overflowed .burger-btn { display: inline-flex !important; } 
.float-menu { position: absolute; top: 105px; right: 0; min-width: 200px; max-width: calc(100vw - 40px); background: #eed7b0 url("../images/paper.1002c4fdf1de.png") repeat; z-index: 1060; box-shadow: 0 12px 50px rgba(74,63,53,.35); border-radius: 16px; border: 1px solid rgba(74,63,53,.2); padding: 30px 16px 16px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all .3s cubic-bezier(.165,.84,.44,1); pointer-events: none; } 
.float-menu.active { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; } 
.float-close { position: absolute; top: 8px; right: 8px; background: transparent; border: none; width: 28px; height: 28px; color: var(--primary); cursor: pointer; transition: transform .3s; padding: 4px; line-height: 1; } 
.float-close:hover { transform: rotate(90deg); } 
.float-social { display: flex; gap: 14px; justify-content: center; margin: 12px 0 20px; } 
.float-social .social-icon { font-size: 28px; } 
.float-btn { display: block; width: 100%; font-family: 'Bad Script', cursive; font-size: 18px; font-weight: 700; background: transparent; color: var(--primary); border: 2px dashed var(--primary); border-radius: 25px; padding: 6px 20px; margin-bottom: 8px; text-align: center; text-decoration: none; cursor: pointer; transition: all .3s; } 
.float-btn:last-child { margin-bottom: 0; } 
.float-btn:hover { background: rgba(92, 68, 60, 0.06); transform: translateX(-4px); } 
.hero h1, h2, h3, h4 { font-family: 'Bad Script', cursive; margin-bottom: 15px; font-weight: normal; } 
.hero p { font-weight: normal; } 
.main-carousel  { width: 100%; margin: 10px 0 20px; display: flex; flex-direction: column; align-items: center; position: relative; }
.carousel-viewport { width: 100%; position: relative; overflow: hidden; }
.carousel-inner-slides { width: 100%; display: grid; grid-template-columns: 100%; grid-template-rows: auto; }
.carousel-slide-item { grid-column: 1; grid-row: 1; width: 100%; height: auto; min-height: 180px; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 40px 60px; background-size: cover; background-position: center; background-repeat: no-repeat; box-sizing: border-box; }
.carousel-slide-item.active { opacity: 1; visibility: visible; }
.carousel-progress-container { width: 100%; max-width: 300px; height: 2px; margin: 10px auto 20px auto; background-color: rgba(74, 63, 53, 0.1); overflow: hidden; }
.carousel-progress-bar { width: 100%; height: 100%; background-color: var(--primary); opacity: 0.6; margin: 0; transform: scaleX(0); transform-origin: left center; }
.carousel-btn { position: absolute; top: 0; bottom: 0; z-index: 2; display: flex; align-items: center; justify-content: center; width: 32px; padding: 0; color: var(--primary); text-align: center; background: none; border: 0; opacity: 0.5; transition: opacity 0.15s ease; cursor: pointer; }
.carousel-btn:hover { opacity: 0.9; }
.carousel-btn-prev { left: 0; }
.carousel-btn-next { right: 0; }
.main-carousel  h1, .main-carousel  h2, .main-carousel  h3, .main-carousel  h4 { font-family: 'Bad Script', cursive; margin-bottom: 15px; font-weight: normal; }
.main-carousel  p { font-family: 'Inter', sans-serif; font-weight: normal; }
.main-carousel  p:last-child { margin-bottom: 0; }
.main-marquee { position: relative; display: flex; overflow: hidden; user-select: none; position: relative; -webkit-mask-image: linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100% ); mask-image: linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100% ); }
.marquee-items { flex-shrink: 0; display: flex; justify-content: space-around; min-width: 100%; }
.marquee-item { margin: 0; padding: 6px 12px; flex: 0 0 auto; display: flex; justify-content: center; align-items: center; font-size: 18px; color: #4a3f35; transition: all 0.1s ease-in-out; }
.marquee { animation: marquee-scroll 10s linear infinite; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-100%)); } }
.catalog-section { padding: 0; } 
.section-title { font-family: 'Bad Script', cursive; font-size: 36px; font-weight: normal; } 
.dashed-line { margin: 0; border: none; border-top: 2px dashed rgba(74,63,53,.45); } 
.filter-btn-group { display: flex; gap: 6px; justify-content: flex-end; flex-wrap: wrap; } 
.btn-filter { font-family: 'Inter', sans-serif; background: transparent; border: 1px solid transparent; color: var(--primary); font-size: 14px; padding: 4px 10px; border-radius: 32px; transition: all .25s; cursor: pointer; } 
.btn-filter.active { background: #4a3f35; color: #fff !important; border-color: #4a3f35; } 
.btn-filter:hover:not(.active) { border: 1px solid #4a3f35; } 
.catalog-grid { position: relative; min-height: 200px; } 
.fade-item { display: flex !important; flex-direction: column; align-items: stretch; transition: all .4s; } 
.empty-msg { display: none; text-align: center; padding: 60px 20px; font-family: 'Bad Script', cursive; font-size: 24px; color: var(--primary); } 
.empty-msg.show { display: block; } 
.polaroid-card { background: #fdfbf7; padding: 10px 10px 18px; box-shadow: 0 10px 30px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.08); transition: all .4s cubic-bezier(.165,.84,.44,1); position: relative; margin-bottom: 35px; border: 1px solid rgba(0,0,0,.06); display: flex; flex-direction: column; flex-grow: 1; cursor: pointer; } 
.polaroid-card::before { content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-1deg); width: 75px; height: 20px; background: rgba(255,253,245,.65); backdrop-filter: blur(1px); box-shadow: 0 1px 3px rgba(0,0,0,.08); border-left: 1px dashed rgba(0,0,0,.08); border-right: 1px dashed rgba(0,0,0,.08); z-index: 10; } 
.polaroid-card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(92,68,60,.2); } 
.polaroid-img { width: 100%; aspect-ratio: 1/1.33; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } 
.product-img { width: 100%; height: 100%; object-fit: cover; display: block; } 
.polaroid-badge { position: absolute; top: 10px; left: 10px; z-index: 10; padding: 2px 10px; font-family: 'Bad Script', cursive; font-size: 18px; color: #ffffff; border: 2px dashed rgba(74, 63, 53, .35); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); pointer-events: none; }
.badge-new { background-color: rgba(87, 155, 94, .90); }
.badge-hit { background-color: rgba(239, 169, 74, .90); }
.badge-sale { background-color: rgba(230, 75, 77, 0.9); }
.polaroid-title { font-family: 'Bad Script', cursive; font-size: 22px; text-align: left; margin: 10px 0 0; color: var(--card-text); padding: 4px 8px 0 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } 
.polaroid-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 8px; margin-top: auto;} 
.polaroid-tags .polaroid-hashtag { font-size: 13px; color: #4a3f35; text-decoration: none; font-weight: 500; cursor: pointer; background: #fdfbf7; transition: all 0.25s ease; position: relative; z-index: 2; } 
.polaroid-divider { border: none; border-top: 2px dashed rgba(74,63,53,.5); margin: 0 0 16px; width: 100%; } 
.btn-more { font-size: 14px; font-weight: 500; background: #fff; color: var(--card-text); border: 1px solid var(--card-text); border-radius: 32px; padding: 5px 28px; display: inline-block; text-decoration: none; transition: all .2s; cursor: pointer; } 
.polaroid-card:hover .btn-more { background: var(--card-text); color: #fff; border-color: var(--card-text); transform: scale(1.02); } 
.articles-container { padding: 120px 0 0 0; } 
.article-link { text-decoration: none; color: inherit; display: block; cursor: pointer; } 
.article-card { background: #fdfbf7; border: 1px solid rgba(0,0,0,.06); padding: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.08); margin-bottom: 35px; transition: all .4s cubic-bezier(.165,.84,.44,1); border-radius: 0; position: relative; } 
.article-card::before { content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-1deg); width: 75px; height: 20px; background: rgba(255,253,245,.65); backdrop-filter: blur(1px); box-shadow: 0 1px 3px rgba(0,0,0,.08); border-left: 1px dashed rgba(0,0,0,.08); border-right: 1px dashed rgba(0,0,0,.08); z-index: 10; } 
.article-link:hover .article-card { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(92,68,60,.2); } 
.article-img-wrap { width: 100%; aspect-ratio: 1/1; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(0,0,0,.06); background: #f0ebe3; } 
.article-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; } 
.article-link:hover .article-img { transform: scale(1.04); } 
.article-date { font-size: 12px; color: #8a7a72; margin-bottom: 8px; display: flex; align-items: center; gap: 5px; } 
.article-date i { font-size: 14px; color: var(--tag); } 
.article-title { font-family: 'Bad Script', cursive; font-size: 26px; font-weight: bold; color: var(--primary); margin-bottom: 12px; } 
.article-text { font-size: 14px; line-height: 1.6; color: #555; font-weight: 300; margin-bottom: 15px; } 
.article-hashtags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; } 
.hashtag { font-size: 13px; color: #4a3f35; text-decoration: none; font-weight: 500; cursor: pointer; background: #fdfbf7; border: 1px dashed rgba(74, 63, 53, 0.4); padding: 3px 12px; border-radius: 15px; transition: all 0.25s ease; position: relative; z-index: 2; } 
.hashtag:hover { color: #fff; background: #4a3f35; border-color: #4a3f35; border-style: solid; text-decoration: none; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(74, 63, 53, 0.15); } 
.hashtag:active { transform: translateY(0); } 
.filter-banner { background: #fdfbf7; border: 2px dashed rgba(74, 63, 53, 0.35); padding: 14px 22px; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; font-size: 15px; color: #4a3f35; box-shadow: 0 6px 20px rgba(74, 63, 53, 0.04); } 
.filter-banner strong { background: rgba(74, 63, 53, 0.07); color: #4a3f35; padding: 2px 10px; border-radius: 12px; font-weight: 600; margin-left: 4px; display: inline-block; } 
.btn-clear-tag { font-family: 'Bad Script', cursive; font-size: 18px; background: transparent; border: 2px dashed var(--primary); border-radius: 20px; color: var(--primary); font-weight: bold; cursor: pointer; text-decoration: none; padding: 3px 18px; margin-left: 10px; transition: all 0.2s ease; } 
.btn-clear-tag:hover { background: rgba(92, 68, 60, 0.05); color: var(--primary); transform: translateY(-2px); } 
.sidebar-card { background: #fdfbf7; border: 2px dashed rgba(74, 63, 53, 0.35); padding: 24px; box-shadow: 0 8px 25px rgba(74, 63, 53, 0.06); position: sticky; top: 120px; } 
.sidebar-title { font-family: 'Bad Script', cursive; font-size: 24px; font-weight: bold; color: var(--primary); margin-bottom: 18px; } 
.tag-badge { display: inline-block; font-size: 13px; color: #4a3f35; background: transparent; border: 1px dashed rgba(74, 63, 53, 0.4); padding: 4px 14px; border-radius: 15px; margin: 0 6px 8px 0; text-decoration: none; transition: all 0.25s ease; cursor: pointer; } 
.tag-badge:hover, .tag-badge.active { background: #4a3f35; color: #fff; border-style: solid; border-color: #4a3f35; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(74, 63, 53, 0.15); } 
.single-article { padding: 120px 0 80px; } 
.article-full { background: #fdfbf7; border: 1px solid rgba(74,63,53,.2); padding: 40px; box-shadow: 0 8px 30px rgba(0,0,0,.1); } 
.article-full-img { width: 100%; max-height: 400px; object-fit: cover; border: 1px solid rgba(74,63,53,.15); margin-bottom: 25px; } 
.article-full-body { font-size: 16px; line-height: 1.8; color: #444; font-weight: 300; } 
.article-full-body b, .article-full-body strong { font-weight: 700; color: var(--primary); } 
.article-full-body i, .article-full-body em { font-style: italic; color: #666; } 
.article-full-body h2 { font-family: 'Bad Script', cursive; font-size: 28px; color: var(--primary); margin: 30px 0 15px; font-weight: bold; } 
.article-full-body h3 { font-family: 'Bad Script', cursive; font-size: 24px; color: var(--primary); margin: 25px 0 12px; font-weight: bold; } 
.article-full-body h4 { font-family: 'Bad Script', cursive; font-size: 20px; color: var(--primary); margin: 20px 0 10px; font-weight: bold; } 
.article-full-body ul, .article-full-body ol { margin: 15px 0; padding-left: 25px; color: #555; } 
.article-full-body ul { list-style-type: disc; }
.article-full-body ol { list-style-type: decimal; }
.article-full-body li { margin-bottom: 8px; line-height: 1.6; } 
.article-full-body hr { border: none; border-top: 2px dashed rgba(74,63,53,.35); margin: 30px 0; } 
.article-full-body a { color: var(--tag); text-decoration: underline; transition: color .2s; } 
.article-full-body a:hover { color: var(--primary); } 
.related-section { margin-top: 40px; padding-top: 30px; border-top: 2px dashed rgba(74,63,53,.35); } 
.related-title { font-family: 'Bad Script', cursive; font-size: 28px; color: var(--primary); margin-bottom: 20px; } 
.related-card { background: #fff; border: 1px solid rgba(0,0,0,.1); padding: 12px 10px 15px; box-shadow: 0 6px 20px rgba(0,0,0,.1); transition: all .3s; cursor: pointer; height: 100%; display: flex; flex-direction: column; } 
.related-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(92,68,60,.18); } 
.related-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; margin-bottom: 10px; border: 1px solid rgba(0,0,0,.06); } 
.related-title-sm { font-family: 'Bad Script', cursive; font-size: 18px; color: var(--card-text); text-align: center; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.35; min-height: 2.7em; } 
.related-btn { font-size: 12px; font-weight: 500; background: #fff; color: var(--card-text); border: 1px solid var(--card-text); border-radius: 20px; padding: 4px 20px; display: inline-block; text-decoration: none; transition: all .2s; cursor: pointer; margin-top: auto; text-align: center; } 
.related-card:hover .related-btn, .article-link:hover .btn-more { background: var(--card-text); color: #fff; border-color: var(--card-text); transform: scale(1.02); } 
.modal-custom { padding-right: 0 !important; } 
.modal-custom .modal-dialog { max-width: 800px; margin: 1.75rem auto; } 
.modal-custom .modal-content { min-width: 280px; background: #eed7b0 url("../images/paper.1002c4fdf1de.png") repeat; border: 1px solid rgba(74,63,53,.25); border-radius: 0; box-shadow: 0 20px 60px rgba(74,63,53,.3); padding: 12px; margin: 20px; position: relative; overflow: hidden; } 
.modal-close { position: absolute; top: 8px; right: 8px; width: 40px; height: 40px; background: transparent; border: none; font-size: 28px; color: var(--card-text); cursor: pointer; transition: all .3s; z-index: 10; display: flex; align-items: center; justify-content: center; } 
.modal-close:hover { transform: scale(1.2); color: #000; } 
.modal-layout { display: flex; gap: 12px; align-items: flex-start; } 
.modal-left { flex: 0 0 45%; max-width: 45%; position: relative; } 
.modal-right { flex: 1; display: flex; flex-direction: column; min-width: 0; overflow: hidden; } 
.modal-img { width: 100%; aspect-ratio: 1/1.33; object-fit: cover; border: none; } 
.modal-title { font-family: 'Bad Script', cursive; font-size: 26px; font-style: italic; color: var(--card-text); margin: 0 0 16px; padding-right: 40px; word-wrap: break-word; } 
.modal-desc { font-size: 15px; line-height: 1.6; color: #555; font-weight: 300; flex-grow: 1; margin-bottom: 24px; word-wrap: break-word; } 
.modal-label { font-size: 14px; font-weight: 500; color: var(--primary); margin-bottom: 12px; text-align: center; } 
.modal-mp { display: none; padding: 12px; border: 2px dashed rgba(74, 63, 53, .45); }
.modal-btns { display: flex; flex-direction: column; gap: 8px; align-items: center; width: 100%; } 
.modal-btns-row { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 8px; width: 100%; } 
.modal-btn { display: none; font-size: 14px; font-weight: 600; color: var(--card-text); background: transparent; border: 1px solid var(--card-text); border-radius: 32px; padding: 8px 12px; text-align: center; text-decoration: none; transition: all .25s; } 
.modal-btn:hover { background: var(--card-text); color: #fff; border-color: var(--card-text); box-shadow: 0 6px 15px rgba(0,0,0,.15); } 
.modal-mp-img { max-height: 22px; object-fit: cover; border: none; } 
.modal-label-mobile { display: none; } 
.article-content-wrap { display: flex; flex-direction: column; height: 100%; } 
.article-spacer { flex-grow: 1; } 
.articles-layout { display: flex; flex-wrap: wrap; } 
.articles-main { width: 65%; padding-right: 15px; } 
.articles-sidebar { width: 35%; padding-left: 15px; } 
.article-card .row { flex-direction: column; } .article-card .col-md-5, .article-card .col-md-7 { width: 100%; max-width: 100%; flex: 0 0 100%; } .article-img-wrap { margin-bottom: 15px; } .article-content-wrap { height: auto; } .article-spacer { flex-grow: 0; height: 10px; } .article-btn-container { justify-content: center !important; }
footer { padding: 10px 0; text-align: center; font-size: 12px; color: var(--muted); margin-top: auto; } 
@media (max-width: 991px) { .articles-layout { flex-direction: column; } .articles-sidebar { order: -1; width: 100%; padding-left: 0; margin-bottom: 30px; position: static; } .articles-main { order: 1; width: 100%; padding-right: 0; } .sidebar-card { position: static; } } 
@media (max-width: 768px) { body { padding: 0 16px; } .sticky-header { padding: 0 16px; height: 80px; } .sticky-logo { height: 60px; } .sticky-left { flex: 1 1 33.333% !important; max-width: 33.333%; justify-content: flex-start; } .sticky-center-title { display: block !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; font-size: 18px; padding: 0 10px; flex: 1 1 33.333% !important; max-width: 33.333%; } .sticky-social { display: none !important; } .float-menu { top: 90px; right: 0; min-width: 180px; } .filter-btn-group { justify-content: center; margin-top: 15px; } .section-title { text-align: center; } .modal-custom .modal-dialog { margin: 0; max-width: 100%; width: 100%; height: 100%; } .modal-custom .modal-content { border-radius: 0; border: none; min-height: 100vh; margin: 0; padding: 0; overflow-y: auto; overflow-x: hidden; } .modal-close { top: 16px; right: 24px; width: 40px; height: 40px; font-size: 24px; background: #eed7b0 url("../images/paper.1002c4fdf1de.png") repeat; border: 2px solid rgba(74,63,53,.3); border-radius: 50%; position: fixed; z-index: 1080; box-shadow: 0 4px 12px rgba(0,0,0,.15); } .modal-layout { flex-direction: column; gap: 0; } .modal-left { flex: 0 0 auto; max-width: 100%; width: 100%; margin: 0; } .modal-img { border: none; border-radius: 0; aspect-ratio: 1/1.33; display: block; } .modal-right { width: 100%; padding: 20px 16px 0; } .modal-title { font-size: 22px; padding-right: 0; } .modal-desc { font-size: 14px; margin-bottom: 0; padding-bottom: 110px; } .modal-label { display: none; } .modal-btns { position: fixed; bottom: 0; left: 0; right: 0; flex-direction: column; gap: 8px; padding: 12px 16px 16px; background: #eed7b0 url("../images/paper.1002c4fdf1de.png") repeat; border-top: 2px dashed rgba(74,63,53,.3); box-shadow: 0 -6px 20px rgba(0,0,0,.15); z-index: 1070; align-items: center; } .modal-label-mobile { display: block; font-size: 13px; font-weight: 500; color: var(--primary); text-align: center; margin-bottom: 2px; } .modal-btns-row { display: flex; flex-direction: row; gap: 8px; width: 100%; } .modal-btn { flex: 1; font-size: 13px; padding: 10px 12px; max-width: none; } .modal-btn:hover { background: var(--card-text); color: #fff; border-color: var(--card-text); } .modal-mp { padding: 0; border: none; } .carousel-progress-container { max-width: 200px; } .carousel-slide-item { padding: 30px 40px; min-height: 140px; } .carousel-btn { width: 35px; } } 