@font-face {
    font-family: 'OurInfinityLove';
    src: url('../fonts/OurInfinityLove.woff') format('woff');
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,body {
    margin: 0;
    padding: 0;
    overflow-x: clip;
    font-family: "Times New Roman", Times, serif;
    color: #1c180c;
    background-color: #bce7f2;
}


.header {
  background: linear-gradient(135deg, #0a1f1a 0%, #112d24 100%);
  color: #f1f1f1;
  padding: 16px 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #2a5a4a;
}

.header-container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;   
  flex-wrap: wrap;
    gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.logo img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 3px solid #c9a66b;
}

.logo-text {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #e8d5b8;
}

.nav {
 display: flex;
  gap: 38px;
  position: static;
  margin-left: auto;
  margin-right: auto;
}

.nav a {
  color: #e8d5b8;
  text-decoration: none;
  font-size: 17.5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav a:hover {
  color: #c9a66b;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.icon {
  color: #e8d5b8;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s;
}

.icon:hover {
  color: #c9a66b;
  transform: scale(1.12);
}

.flag {
  width: 34px;
  border-radius: 5px;
  cursor: pointer;
}

.flag:hover {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .nav {
    gap: 20px;
    font-size: 16px;
  }
  
  .header-container {
    padding: 0 20px;
  }
}


main {
    min-height: calc(100vh - 120px);
}

.site-footer{
    background:#0e211e;
    color:#eef3f2;
    padding:50px 20px 0;
    width:100%;
    height:auto;
    position:relative;
    z-index:1000;
    
}

.footer-inner{
    max-width:1400px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.3fr 1fr 1.4fr 1.3fr;
    gap:30px;
    padding-bottom:40px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.footer-col h6{
     color:#fff;
    font-weight:700;
    font-size:17px;
    margin-bottom:18px;
    display:flex;
    align-items:center;
    gap:6px;  
}

.footer-about p{
    color:#c9d3d1;
    font-size:14.5px;
    line-height:1.6;
    max-width:280px;
}
.footer-heading-icon{
    font-size:18px;
    color:#26ad65;
}



.footer-links{
    list-style:none;
    margin:0;
    padding:0;
    padding-left:5px; 
}
.dvojka{
    padding-left:24px !important;
}
.trojka{
    padding-left:30px !important;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#eef3f2;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:color .2s;
}

.footer-links a:hover{
    color:#26ad65;
}

.footer-links li.has-caret a::after{
    content:" \25BE";
    font-size:12px;
    color:#c9d3d1;
}



.footer-locations{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-locations li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:16px;
    font-size:14.5px;
    color:#eef3f2;
    line-height:1.4;
}

.footer-icon{
    width:16px;
    height:16px;
    margin-top:3px;
    flex-shrink:0;
    filter:brightness(0) saturate(100%) invert(70%) sepia(20%) saturate(500%) hue-rotate(110deg);
}


.footer-contact-item{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:26px;
}

.footer-contact-item i{
    color:#26ad65;
    font-size:22px;
    width:28px;
    text-align:center;
    margin-top:2px;
}




.footer-contact-item p{
    margin:0;
    color:#c9d3d1;
    font-size:14.5px;
}

.footer-bottom{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
}

.footer-bottom .social-media img{
    height:22px;
    margin-right:12px;
    filter:brightness(0) invert(1);
}

.footer-bottom p{
    margin:0;
    color:#c9d3d1;
    font-size:14px;
}
.hero-logo{
     display:block;
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
}


@media (max-width:992px){
    .footer-inner{
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width:768px){
    .footer-inner{
        grid-template-columns:1fr;
        gap:35px;
    }

    .footer-bottom{
        flex-direction:column;
        gap:12px;
        text-align:center;
    }
}

@media (max-width: 768px) {

    .hamburger {
        display: flex;
    }

    nav {
        width: 100%;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #ebcb8b;
    }

    #nav-toggle:checked ~ nav .nav-menu {
        display: flex;
    }

    nav a {
        font-size: 20px;
        padding: 10px;
        justify-content: center;
    }
}
body{
    background:#fafafa;
}


.hero{
    padding:70px 0 40px;
    text-align:center;
}

.hero h1{
    font-size:45px;
    font-weight:700;
    color:#432874;
}

.hero p{
    color:#777;
    font-size:18px;
}


.filter-section{
    padding-bottom:70px;
}

.filter-buttons{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:40px;
}

.filter-buttons button{

    border:none;
    padding:12px 25px;
    border-radius:30px;
    background:#ececec;
    transition:.3s;
    font-weight:600;
}

.filter-buttons button:hover{

    background:#432874;
    color:white;

}

.filter-buttons button.active{

    background:#432874;
    color:white;

}


.product-card{

    background: #0f2e1f;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;

}

.product-card:hover{

    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.15);

}

.product-card img{

    width:100%;
    height:260px;
    object-fit:cover;
    transition:.4s;

}

.product-card:hover img{

    transform:scale(1.05);

}

.product-info{

    padding:20px;
    text-align:center;
    background-color:   #eee6d8;
    flex: 1;
    

}

.product-info {

    font-weight:700;
    margin-bottom:10px;
    color:white;

}

.product-info p{

     color:#3d845e;
    font-size:28px;
    font-weight:bold;
    font-weight: 700;
    margin:10px 0;

}

.product-info a{

    display:inline-block;
    margin-top:10px;
    padding:10px 25px;
    background:#e8d5b8;
    color:black ;
    border-radius:30px;
    text-decoration:none;
    transition:.3s;

}

.product-info a:hover{

   background:#9e927f;

}

.shop-wrap{
    max-width:1400px;
    margin:0 auto;
    padding:20px 20px 80px;
}

.shop-title{
    font-size:40px;
    font-weight:700;
    color:#26ad65;
    margin-bottom:10px;
}

.shop-breadcrumb{
    color:#999;
    font-size:14px;
    margin-bottom:20px;
}

.shop-breadcrumb a{
    color:#999;
    text-decoration:none;
}

.shop-layout{
    display:flex;
    gap:35px;
    align-items:flex-start;
}


.sidebar{
     width:260px;
    flex-shrink:0;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.sidebar-reset{
    display:inline-block;
    color:#205b3d;
    text-decoration:none;
    font-weight:600;
    margin-bottom:20px;
    border-bottom:2px solid #ececec;
    padding-bottom:15px;
    width:100%;
}

.sidebar-block{
    margin-bottom:30px;
    border-bottom:1px solid #ececec;
    padding-bottom:20px;
}

.sidebar-block h6{
    font-weight:700;
    letter-spacing:.5px;
    color:#333;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.price-range{
    position:relative;
    height:34px;
    margin-bottom:8px;
}

.price-range input[type="range"]{
    position:absolute;
    width:100%;
    top:12px;
    left:0;
    height:4px;
    background:none;
    pointer-events:none;
    -webkit-appearance:none;
    appearance:none;
    margin:0;
}

.price-range input[type="range"]::-webkit-slider-runnable-track{
    height:4px;
    background:transparent;
}

.price-range input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;
    pointer-events:all;
    width:16px;
    height:16px;
    border-radius:50%;
    background:black;
    cursor:pointer;
    border:2px solid #fff;
    box-shadow:0 0 0 1px black;
    margin-top:0;
}

.price-range input[type="range"]::-moz-range-thumb{
    pointer-events:all;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#432874;
    cursor:pointer;
    border:2px solid #fff;
    box-shadow:0 0 0 1px #432874;
}

.price-range .track{
    position:absolute;
    top:15px;
    left:0;
    right:0;
    height:4px;
    background:#ececec;
    border-radius:4px;
}

.price-range .track-fill{
    position:absolute;
    top:15px;
    height:4px;
    background:black;
    border-radius:4px;
}

.price-range-label{
    color:#666;
    font-size:14px;
    margin-top:6px;
}


.category-list{
    list-style:none;
    padding:0;
    margin:0;
}

.category-list li{
    margin-bottom:12px;
}

.category-list label{
    display:flex;
    align-items:center;
    gap:10px;
    color:#444;
    font-size:15px;
    cursor:pointer;
}

.category-list input[type="checkbox"]{
    width:16px;
    height:16px;
    accent-color:#432874;
    cursor:pointer;
}

.category-list .sub{
    padding-left:26px;
}

.results-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:25px;
}

.results-count{
    color:#666;
    font-size:15px;
}

.sort-select{
    padding:10px 18px;
    border-radius:8px;
    border:1px solid #ddd;
    background:white;
    color:#333;
    font-size:14px;
}


.product-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
    flex:1;
}

.product-card{
    display:flex;
    flex-direction:column;
}

.product-card.is-hidden{
    display:none;
}

.product-info h5{
    display:inline-block;
    margin-bottom:10px;
    padding:10px 25px;
   background: #dcbd88;
    color: #fffaef ;
    border-radius:30px;
    font-weight:700;
    font-size:18px;
}

.product-info h5 a:hover{
    color:whitesmoke;
}



@media (max-width:992px){
    .product-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width:768px){
    .shop-layout{
        flex-direction:column;
        align-items: stretch;
    }
    .sidebar{
        width:100%;
        position: static;
    }
}

@media (max-width:480px){
    .product-grid{
        grid-template-columns:1fr;
    }
}
.logo-wrap{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
}
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #0f2a22;
  color: #e8d5b8;
  border: 2px solid #c9a66b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 999;
}

.back-to-top:hover {
  background: #c9a66b;
  color: #0f2a22;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: #e8d5b8;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nav-lang {
    display: none;
}

@media (max-width: 992px) {
    .header-container {
        position: relative;
    }

    .hamburger {
        display: flex;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-right .flag {
        display: none !important;
    }

    .header-right .icon {
        display: none !important;
    }

    .nav {
        position: fixed;
        top: 85px;
        left: -100%;
        transform: none;
        width: 100%;
        height: calc(100vh - 85px);
        background: #0a1f1a;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding-top: 40px;
        gap: 25px;
        transition: left 0.4s ease;
        z-index: 1000;
    }

    .nav.active {
        left: 0;
        transform: none;
    }

    .nav a {
        font-size: 22px;
        padding: 10px 0;
    }

    .logo-text {
        font-size: 22px;
    }

    .nav-lang {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }

    .nav-lang .flag {
        width: 34px;
        height: 24px;
        object-fit: cover;
        border-radius: 4px;
        display: block;
    }

    .nav-lang .icon {
        font-size: 26px;
        line-height: 24px;
        display: block;
    }
}
@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }
}

@media (max-width: 600px) {
    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-about {
        align-items: center;
    }

    .footer-about p {
        max-width: 100%;
    }

    .contact-sub {
        margin-left: 0;
        justify-content: center;
    }

    .footer-col h6 {
        justify-content: center;
    }

    .footer-contact-item {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .social-media {
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .footer-inner {
        text-align: center;
    }

    .footer-about {
        align-items: center;
    }

    .hero-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-about p {
        max-width: 100%;
    }

    .footer-col h6 {
        justify-content: center;
    }

    .footer-contact-item {
        justify-content: center;
    }
}