@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
    font-family: 'Inter', sans-serif;
        background: var(--color-black);
    color: var(--color-black);
    transition: 0.7s;
}
:root{
    --bg-white: white;
    --color-black: #263D67;
    --shadow: 2px 2px 15px 0px #263D67;
}
.dark{
    --bg-white: #fff;
    --color-black: #263D67;
    --shadow: 2px 2px 15px 0px rgb(225, 224, 224);
    transition: 0.7s;
}
.notification{
  display: none;
}
.katalog{
    margin: 100px 0;
}
.katalog__content{
    background: var(--bg-white);
    box-shadow:var(--color-black);
    border-radius: 15px;
    padding: 50px 40px;
}
.katalog_title{
    font-size: 48px;
    font-weight: 800;
}
.katalog_subtitle{
    font-size: 24px;
    font-weight: 600;
    padding: 24px 0 10px 0;
}
.katalog_hr{
    background: #263D67;
    width: 100%;
    height: 3.5px;
    margin: 0 0 10px 0;
}
.katalog__btn{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.katalog_btn{
    background: var(--bg-white);
    box-sizing: content-box;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 3px solid #263D67;
    border-radius: 5px;
    transition: 0.3s ease;
}
.katalog_btn:hover{
    background: #263D67;
    color: white;
}
.katalog_btn:focus{
    background: #263D67;
    color: white;
}
.katalog__list{
    display: grid;
    grid-template-columns: repeat(4, 370px);
    grid-template-rows: 401px;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 150px;
}
.katalog__item{
    width: 100%;
    overflow-y: auto;
    height: 450px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    box-shadow: var(--shadow);
    padding: 20px;
    border-radius: 20px;
}
.item_img{
    width: 100%;
    border-radius: 10px;
}
.item_text{
    font-size: 20px;
    font-weight: 400;
    color: #263D67;
}
.item_title{
    font-size: 32px;
    font-weight: 600;
}
.item_btn{
    background: #fff;
    color: #263D67;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border: none;
    height: 35px;
    border-radius: 5px ;
}

.header__wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.header_logo {
  border-radius: 50%;
}

.header_title {
  color: white;
  font-size: 38px;
  font-weight: 800;
}

.navbar__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.navbar_link {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.header__btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
}

.header_sidebar {
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  font-size: 15px;
  border: none;
  outline: none;
}

.header_light {
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  border: none;
  outline: none;
}
  .site__header {
    position: sticky;
    top: 10px;
    z-index: 100;
    background: #263D67;
    backdrop-filter: blur(6px);
    padding: 12px 0;
    margin: 0 10px;
    border-radius: 30px;
    box-shadow: #fff 2px 2px 15px 0;
  }

@media screen and (max-width: 1024px) {
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }
  .header_logo {
    border-radius: 50%;
  }
  .header_title {
    color: white;
    font-size: 36px;
    font-weight: 800;
  }
  .navbar__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .navbar_link {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
  }
  .header_btn-icon {
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .header_title {
    color: white;
    font-size: 34px;
    font-weight: 800;
  }
  .navbar__list {
    display: none;
  }
  .navbar_link {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
  }
  .header__btn {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
  }
  .header_btn-icon {
    width: 30px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 480px) {
  .header_title {
    color: white;
    font-size: 32px;
    font-weight: 800;
  }
  .navbar__list {
    display: none;
  }
  .navbar_link {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
  }
}
.header__wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.header_logo {
  border-radius: 50%;
}

.header_title {
  color: white;
  font-size: 38px;
  font-weight: 800;
}

.navbar__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.navbar_link {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.header__btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
}

.header_sidebar {
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  border: none;
  outline: none;
}

.header_light {
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  border: none;
  outline: none;
}

.item_inside{
	display:flex;
	align-items:center;
	gap:10px;
}

@media screen and (max-width: 1024px) {
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }
  .header_logo {
    border-radius: 50%;
  }
  .header_title {
    color: white;
    font-size: 36px;
    font-weight: 800;
  }
  .navbar__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .navbar_link {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
  }
  .header_btn-icon {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .site__header {
    position: sticky;
    top: 10px;
    z-index: 100;
    backdrop-filter: blur(6px);
    padding: 12px 0;
    margin: 0 10px;
    border-radius: 30px;
    box-shadow: #fff 2px 2px 15px 0;
  }
  .header_title {
    color: white;
    font-size: 34px;
    font-weight: 800;
  }
  .navbar__list {
    display: none;
  }
  .navbar_link {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
  }
  .header__btn {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
  }
  .header_btn-icon {
    width: 30px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 480px) {
  .site__header {
    position: sticky;
    top: 10px;
    z-index: 100;
    backdrop-filter: blur(6px);
    padding: 10px 0;
    margin: 0 10px;
    border-radius: 30px;
    box-shadow: #fff 2px 2px 15px 0;
  }
  .header_title {
    color: white;
    font-size: 32px;
    font-weight: 800;
  }
  .navbar__list {
    display: none;
  }
  .navbar_link {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
  }
}
.hero {
  background-image: url("/Photo/Img/hero1.png");
  background-repeat: no-repeat;
  background-position: center -300px;
  background-size: 1000px 1250px;
  width: 100%;
  height: 100vh;
  padding: 80px 0;
}

.hero__wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero__content {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 5px;
  width: 600px;
}

.hero_title {
  color: white;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0;
}

.hero_text {
  color: white;
  font-size: 18px;
  padding: 20px 0;
  width: 550px;
}

.hero__logo {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.hero_logo {
  border-radius: 50%;
}

.hero_strong {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.hero_link {
  display: block;
  width: 130px;
  height: 45px;
  padding: 10px 35px;
  border: 3px solid white;
  border-radius: 20px;
  color: #fff;
  transition: 0.8s;
}

.hero_link:hover {
  background-color: blue;
}

.hero__trendy {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  border: 3px solid white;
  color: #fff;
  width: 450px;
  height: 530px;
  padding: 280px 6px;
  border-radius: 70px;
  transition: 1s ease;
}

.hero__trendy:hover {
  transform: scale(110%);
  cursor: pointer;
}

.trendy__img-content {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 100px;
}

.trendy_btn {
  border: 3px solid white;
  width: 370px;
  height: 60px;
  border-radius: 20px;
  color: #fff;
  transition: 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.trendy_btn:hover {
  background: green;
  color: white;
}

.trendy:hover {
  background-color: green;
}

.trendy_img {
  position: absolute;
  z-index: 1;
  top: -250px;
}

.trendy_strong {
  padding: 0px 30px;
  font-size: 40px;
  font-weight: 600;
}

.trendy_title {
  padding: 0px 28px;
  font-weight: 300;
  margin: 0;
}

.hero__comment {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(15px);
  box-shadow: 2px 2px 20px gray;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 350px;
  height: 200px;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: -150px;
  transition: 0.5s;
  display: grid;
  grid-template-columns: 50px 1fr 1fr;
  grid-template-rows: repeat(1fr 1fr);
  padding: 28px;
}

.hero__comment:hover {
  transform: scale(110%);
  cursor: pointer;
}

.comment__content {
  padding: 2px 10px;
}

.comment_text {
  display: grid;
  grid-column: 1 / 1;
  grid-row: 2/3;
  color: white;
  width: 310px;
}

.comment_stars {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .hero__content {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 5px;
    width: 500px;
  }
  .hero_title {
    color: white;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
  }
  .hero_text {
    color: white;
    font-size: 16px;
    padding: 20px 0;
    width: 500px;
  }
  .hero__comment {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(15px);
    box-shadow: 2px 2px 20px gray;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 350px;
    height: 200px;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: -250px;
    transition: 0.5s;
    display: grid;
    grid-template-columns: 50px 1fr 1fr;
    grid-template-rows: repeat(1fr 1fr);
    padding: 28px;
  }
  .comment_text {
    display: grid;
  grid-column: 1/4;
    grid-row: 2/3;
    color: white;
    font-size: 14px;
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 40px 0;
  }
  .hero__wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 70px;
  }
  .hero__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 600px;
  }
  .hero_title {
    color: white;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
  }
  .hero_text {
    color: white;
    font-size: 18px;
    padding: 20px 0;
    width: 550px;
    text-align: center;
  }
  .hero__logo {
    display: none;
  }
  .hero_strong {
    color: white;
    font-size: 18px;
    font-weight: 400;
  }
  .hero_link {
    display: block;
    width: 130px;
    height: 45px;
    padding: 10px 35px;
    border: 3px solid white;
    border-radius: 20px;
    color: #fff;
    transition: 0.8s;
  }
  .hero_link:hover {
    background-color: blue;
  }
  .hero__trendy {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    border: 3px solid white;
    color: #fff;
    width: 420px;
    height: 480px;
    padding: 250px 0 0 0;
    border-radius: 70px;
  }
  .trendy__img-content {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
  }
  .trendy_btn {
    border: 3px solid white;
    width: 300px;
    height: 60px;
    border-radius: 20px;
    color: #fff;
    transition: 0.7s;
    display: block;
    margin: 0 auto;
    padding: 15px 110px;
  }
  .trendy_title {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 600;
  }
  .trendy_strong {
    margin: 0 30px;
    font-weight: 300;
    font-size: 20px;
  }
  .hero__comment {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .hero__wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 70px;
  }
  .hero__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 380px;
  }
  .hero_title {
    color: white;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
  }
  .hero_text {
    color: white;
    font-size: 12px;
    padding: 20px 0;
    width: 350px;
    text-align: center;
  }
  .hero_strong {
    color: white;
    font-size: 18px;
    font-weight: 400;
  }
  .hero_link {
    display: block;
    width: 130px;
    height: 45px;
    padding: 10px 35px;
    border: 3px solid white;
    border-radius: 20px;
    color: #fff;
    transition: 0.8s;
  }
  .hero_link:hover {
    background-color: blue;
  }
  .hero__trendy {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    border: 3px solid white;
    color: #fff;
    width: 370px;
    height: 480px;
    padding: 250px 0 0 0;
    border-radius: 70px;
  }
  .trendy__img-content {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
  }
  .trendy_btn {
    border: 3px solid white;
    width: 300px;
    height: 60px;
    border-radius: 20px;
    color: #fff;
    transition: 0.7s;
    display: block;
    margin: 0 auto;
    padding: 15px 110px;
  }
  .trendy_title {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 600;
  }
  .trendy_strong {
    padding: 0 5px;
    font-weight: 300;
    font-size: 20px;
  }
}
.pastel {
  padding: 200px 0;
}

.pastel__wraper {
  display: grid;
  grid-template-columns: repeat(1fr);
  grid-template-rows: repeat(2, 320px);
  gap: 40px;
}

.pastel__top {
  background: rgba(255, 255, 255, 0.155);
  backdrop-filter: blur(10px) contrast(0.9);
  width: 100%;
  height: 100%;
  border-radius: 70px;
  box-shadow: 2px 2px 5px 0 white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.pastel__top, .pastel__bottom {
  background: rgba(255, 255, 255, 0.155);
  backdrop-filter: blur(10px) contrast(0.9);
  width: 100%;
  height: 100%;
  border-radius: 70px;
  box-shadow: 2px 2px 5px 0 white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  transition: 0.5s ease-in;
}

.pastel__top:hover {
  box-shadow: 0 0 20px 10px rgb(163, 107, 1);
  cursor: pointer;
  background-color: yellowgreen;
}

.pastel__bottom:hover {
  box-shadow: 0 0 20px 10px yellowgreen;
  cursor: pointer;
  background-color: orange;
}

.postel_img:nth-child(1) {
  margin-bottom: 160px;
}

.postel_img:nth-child(2) {
  margin-bottom: 60px;
}

.pastel__top-content, .pastel__bottom-content {
  width: 450px;
  padding-left: 30px;
}

.pastel_title {
  color: white;
  font-size: 42px;
  font-weight: 600;
}

.pastel_text {
  color: white;
  font-size: 13px;
  font-weight: 300;
  padding: 20px 0;
}

.postel_strong {
  color: white;
  font-size: 32px;
  font-weight: 900;
  display: block;
  padding: 0 0 10px 0;
}

.pastel_btn {
  background: transparent;
  width: 350px;
  height: 60px;
  border-radius: 20px;
  border: 2px solid white;
  color: white;
  font-size: 20px;
  transition: 0.7s;
}

.pastel_btn:hover {
  background-color: blue;
}

@media screen and (max-width: 768px) {
  .pastel {
    padding: 500px 0 100px 0;
  }
  .pastel__wraper {
    display: grid;
    grid-template-columns: repeat(1fr);
    grid-template-rows: repeat(2, 320px);
    gap: 40px;
  }
  .postel_img:nth-child(1) {
    width: 300px;
    margin-bottom: 100px;
  }
  .postel_img:nth-child(2) {
    width: 400px;
    margin-bottom: 60px;
  }
  .pastel__top-content, .pastel__bottom-content {
    width: 320px;
    padding-left: 30px;
  }
  .pastel_title {
    color: white;
    font-size: 32px;
    font-weight: 600;
  }
  .pastel_text {
    color: white;
    font-size: 10px;
    font-weight: 300;
    padding: 20px 0;
  }
  .postel_strong {
    color: white;
    font-size: 28px;
    font-weight: 900;
    display: block;
    padding: 0 0 10px 0;
  }
  .pastel_btn {
    background: transparent;
    width: 280px;
    height: 45px;
    border-radius: 30px;
    border: 3px solid white;
    color: white;
  }
}
@media screen and (max-width: 380px) {
  .pastel {
    padding: 400px 0 100px 0;
  }
  .pastel__wraper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 550px);
    gap: 40px;
  }
  .pastel__top, .pastel__bottom {
    background: rgba(255, 255, 255, 0.155);
    backdrop-filter: blur(10px) contrast(0.9);
    width: 100%;
    height: 100%;
    border-radius: 70px;
    box-shadow: 2px 2px 5px 0 white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 0;
  }
  .postel_img:nth-child(1) {
    margin-bottom: -40px;
  }
  .postel_img:nth-child(2) {
    margin-bottom: 80px;
  }
  .pastel__top-content, .pastel__bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 350px;
    padding: 10px;
  }
  .pastel_title {
    color: white;
    font-size: 38px;
    font-weight: 600;
  }
  .pastel_text {
    color: white;
    font-size: 10px;
    font-weight: 300;
    padding: 20px 0;
  }
  .postel_strong {
    display: none;
  }
  .pastel_btn {
    background: transparent;
    width: 280px;
    height: 45px;
    border-radius: 30px;
    border: 3px solid white;
    color: white;
  }
}
.shop {
  padding: 150px 0;
}

.shop__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 500px);
  gap: 50px;
}

.shop__item {
  background: rgba(255, 255, 255, 0.1647058824);
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px) brightness(0.8);
  border-radius: 20px;
  box-shadow: 0px 0px 20px 5px yellowgreen;
  transition: linear 0.3s;
}

.shop__item:hover {
  transform: scale(105%);
  cursor: pointer;
}

.shop__wraper > .shop_title-top {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1647058824);
  backdrop-filter: blur(10px) brightness(0.8);
  width: 500px;
  height: 80px;
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  padding: 18px 20px;
  margin: 50px auto;
  box-shadow: 0px 0px 20px 5px yellowgreen;
}

.shop_img {
  width: 65%;
  display: block;
  margin: 0 auto;
}

.shop__content {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
}

.shop__item > .shop__content > .shop_title {
  font-size: 32px;
  font-weight: 600;
}

.shop__item > .shop__content > .shop_text {
  font-size: 15px;
}

.shop__item > .shop__content > .shop_link {
  display: block;
  background: transparent;
  border: 2px solid white;
  width: 250px;
  height: 45px;
  border-radius: 10px;
  padding: 12px 85px;
  color: white;
  font-size: 15px;
  transition: 0.3s linear;
}

.shop__item > .shop__content > .shop_link:hover {
  background: green;
}

@media screen and (max-width: 1024px) {
  .shop__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 450px);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .shop__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 480px);
    gap: 20px;
  }
}
@media screen and (max-width: 380px) {
  .shop__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 450px);
    gap: 20px;
  }
  .shop__wraper > .shop_title-top {
    font-size: 28px;
  }
}
.shorts__wraper {
  position: relative;
}

.shorts_video {
  width: 101%;
  border-radius: 30px;
}

.shorts_btn {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 570px;
  background: transparent;
  border: none;
  outline: none;
}

@media screen and (max-width: 380px) {
  .shorts_btn {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    right: 170px;
    background: transparent;
    border: none;
    outline: none;
  }
}
.users {
  padding: 150px 0;
}

.users_title {
  border: 3px solid white;
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  width: 500px;
  height: 100px;
  border-radius: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.costumers_text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.users__wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.commentt {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(15px);
  width: 409px;
  height: 250px;
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: 2px 2px 20px gray;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 100px;
}

.commentt:hover {
  transform: scale(110%);
}

.icon_and-john {
  display: flex;
  align-items: center;
  padding: 2px 20px;
}

.john-and_stars {
  flex-direction: column;
  padding: 10px 20px;
}

.john__name {
  font-size: 30px;
}

.stars {
  cursor: pointer;
}

.john__text {
  padding: 15px 20px;
}

.information {
  padding: 150px 0;
}

.information_title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.1647058824);
  backdrop-filter: blur(10px) brightness(0.7);
  width: 500px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 2px 2px 50px orange;
}

.information__content {
  background: rgba(255, 255, 255, 0.1647058824);
  backdrop-filter: blur(10px) brightness(0.7);
  padding: 20px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 100px;
  border-radius: 77px;
  width: 1200px;
  height: 600px;
  box-shadow: 2px 2px 50px orange;
}

.info_text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.information_text {
  font-weight: 600;
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .information__content {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    padding: 20px;
    margin-top: 100px;
    border-radius: 77px;
    width: 950px;
    height: auto;
    box-shadow: 2px 2px 50px orange;
  }
  .info_text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .information_text {
    font-weight: 600;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .information__content {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    backdrop-filter: blur(15px);
    padding: 20px;
    margin-top: 100px;
    border: 3px solid #fff;
    border-radius: 77px;
    width: 740px;
    height: auto;
    box-shadow: 2px 2px 50px orange;
  }
  .information_text {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 380px) {
  .information_title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    width: 380px;
    height: 80px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
  }
  .information__content {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    padding: 20px;
    margin-top: 100px;
    border: 3px solid #fff;
    border-radius: 77px;
    width: 350px;
    height: auto;
    box-shadow: 2px 2px 50px orange;
  }
  .information_text {
    font-weight: 400;
    font-size: 18px;
  }
}
.site__footer {
  background: #263D67;
  backdrop-filter: blur(15px) brightness(0.8);
  width: 90%;
  color: white;
  height: 400px;
  border-radius: 50px;
  margin: 20px;
  padding: 60px 0;
}

.footer__top-list {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer_icons {
    display: flex;
    flex-direction: column;
    gap:8px;
    margin-top: 30px;
}

.footer_subtitle-logo1 {
  margin-right: 87px;
}

.footer_subtitle-logo2 {
  margin-right: 100px;
}

.footer_subtitle-logo3 {
  margin-right: 95px;
}

.footer_subtitle-logo4 {
  margin-right: 98px;
}

.footer_icons > .footer_item {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.footer_text {
  width: 350px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 400;
}

.footer_subtitle {
  font-size: 24px;
  font-weight: 800;
}

.footer__list {
display: flex;
flex-direction: column;
margin-top: 40px;
gap: 20px;
}

.footer_item {
  font-size: 18px;
  font-weight: 400;
}

.footer_text{
    color: white;
    font-weight: bold;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
  .footer__top-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: start;
    gap: 60px;
  }
}
@media screen and (max-width: 380px) {
  .footer__top-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
  .footer_text {
    width: 300px;
  }
}
.site__sidebar {
  background: #263D67;
  backdrop-filter: blur(15px) contrast(0.75) brightness(0.8);
  height: 100%;
  width: 40%;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  animation: sidebar linear 0.8s;
  padding: 0 30px;
}
.site__sidebar .sidebar__top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site__sidebar .sidebar_btn {
  background: transparent;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 5px;
  margin: 30px;
}


@keyframes sidebar {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 380px) {
  .site__sidebar {
    width: 70%;
  }
}

.container {
  max-width: 1200px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

button {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

body a {
  text-decoration: none;
}

body img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.light {
  background: #71a3ff;
  transition: ease 0.6s;
  color: #fff;
}

.dark {
  background: #263D67;
  transition: ease 0.6s;
  color: white;
}

.bg_video {
  position: absolute;
  z-index: -1;
  top: -800px;
  left: 0;
  width: 100%;
  height: 1621.2px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg_video2 {
  position: absolute;
  top: 820px;
  z-index: -2;
  width: 100%;
  height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .bg_video {
    position: absolute;
    z-index: -1;
    top: -800px;
    left: 0;
    width: 100%;
    height: 1700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 380px) {
  .bg_video {
    position: absolute;
    z-index: -1;
    top: -200px;
    left: 0;
    width: 100%;
    height: 1050px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg_video2 {
    position: absolute;
    top: 800px;
    z-index: -2;
    width: 100%;
    height: 1500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}/*# sourceMappingURL=style.css.map */

 .cart-icon {
            position: relative;
            display: inline-block;
            margin-left: 15px;
            cursor: pointer;
        }
        
        .cart-count {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #263D67;
            color: white;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
        }
        
        .cart-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            display: flex;
            justify-content: flex-end;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .cart-modal.active {
            opacity: 1;
            visibility: visible;
        }
        
        .cart-content {
            width: 400px;
            max-width: 90%;
            height: 100%;
            background: white;
            padding: 20px;
            overflow-y: auto;
            transform: translateX(100%);
            transition: transform 0.3s ease;
            position: relative;
        }
        
        .cart-modal.active .cart-content {
            transform: translateX(0);
        }
        
        .cart-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #263D67;
        }
        
        .cart-header h2 {
            color: #263D67;
            margin: 0;
        }
        
        .close-cart {
            font-size: 28px;
            cursor: pointer;
            color: #999;
        }
        
        .close-cart:hover {
            color: #263D67;
        }
        
        .cart-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
        }
        
        .cart-item-info h4 {
            margin: 0 0 5px 0;
            color: #333;
        }
        
        .cart-item-info p {
            margin: 0;
            color: #263D67;
            font-weight: bold;
        }
        
        .cart-item-actions {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .cart-item-actions button {
            width: 30px;
            height: 30px;
            border: none;
            background: #f0f0f0;
            cursor: pointer;
            border-radius: 5px;
            font-size: 16px;
        }
        
        .cart-item-actions button:hover {
            background: #263D67;
            color: white;
        }
        
        .cart-item-actions span {
            font-weight: bold;
            min-width: 20px;
            text-align: center;
        }
        
        .cart-total {
            margin-top: 20px;
            padding: 15px 0;
            border-top: 2px solid #263D67;
            text-align: right;
        }
        
        .cart-total h3 {
            color: #263D67;
            font-size: 20px;
        }
        
        .checkout-btn {
            width: 100%;
            padding: 15px;
            background: #fff;
            color: #263D67;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            margin-top: 15px;
        }
        
        .checkout-btn:hover {
            opacity: 0.9;
        }
        
        .empty-cart {
            text-align: center;
            padding: 40px 20px;
            color: #fff;
        }
        
        .product-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1001;
        }
        
        .product-modal .modal-content {
            background: white;
            padding: 30px;
            border-radius: 10px;
            max-width: 500px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            position: relative;
        }
        
        .product-modal .close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 28px;
            cursor: pointer;
            color: #999;
        }
        
        .product-modal .close:hover {
            color: #263D67;
        }
        
        .product-modal img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 15px;
        }
        
        .product-modal h2 {
            color: #263D67;
            margin-bottom: 10px;
        }
        
        .product-modal .category {
            color: #666;
            font-size: 14px;
            margin-bottom: 15px;
        }
        
        .product-modal .description {
            color: #333;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .product-modal .price {
            font-size: 24px;
            color: #263D67;
            font-weight: bold;
            margin: 20px 0;
        }
        
        .product-modal .add-to-cart-btn {
            width: 100%;
            padding: 15px;
            background: #263D67;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }
        
        .notification {
          display: none;
            position: fixed;
            top: 20px;
            right: 20px;
            background: #263D67;
            color: white;
            padding: 15px 20px;
            border-radius: 5px;
            box-shadow: 2px 2px 15px 0px rgba(38,61,103,0.3);
            z-index: 2000;
            animation: slideIn 0.3s ease;
        }
        
        @keyframes slideIn {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        
        .katalog__item {
            position: relative;
            display: flex;
            flex-direction: column;
            height: 450px;
        }
        
        .item_img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .item_text {
            margin: 10px 0 5px;
            color: #666;
        }
        
        .item_title {
            margin: 5px 0;
            color: #263D67;
            font-size: 18px;
        }
        
        .item_price {
            font-size: 20px;
            font-weight: bold;
            color: #263D67;
            margin: 10px 0;
        }
        
        .item_actions {
            display: flex;
            gap: 10px;
        }
        
        .item_btn {
            flex: 1;
            padding: 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
        }
        
        .item_btn:first-child {
            background: #fff;
            color: #263D67;
        }
        
        .item_btn:last-child {
            background: #006b19;
            color: white;
        }
        
        .item_btn:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }
        
        .header__btn {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .katalog_btn.active {
            background: #263D67;
            color: white;
        }
        /* Katalog qismi uchun professional yaxshilanishlar */
.katalog {
    margin: 100px 0;
    position: relative;
}

.katalog__content {
    background: var(--color-black);
    box-shadow: var(--bg-white);
    border-radius: 30px;
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(38, 61, 103, 0.1);
}

.katalog_title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.katalog_subtitle {
    font-size: 24px;
    font-weight: 600;
    padding: 24px 0 10px 0;
    color: var(--color-black);
}

.katalog_hr {
    background: linear-gradient(90deg, #fff, transparent);
    width: 100%;
    height: 4px;
    margin: 0 0 20px 0;
    border-radius: 2px;
}

.katalog__btn {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 12px;
}

.katalog_btn {
    background: var(--bg-white);
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    color: #263D67;
    border: 2px solid #263D67;
    border-radius: 40px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.katalog_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #263D67;
    transition: all 0.3s ease;
    z-index: -1;
}

.katalog_btn:hover::before {
    left: 0;
}

.katalog_btn:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(38, 61, 103, 0.3);
}

.katalog_btn.active {
    background: #263D67;
    color: #fff;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
}

/* Mahsulotlar grid */
.katalog__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 50px;
    margin-top: 50px;
}

.katalog__item {
    background: var(--color-black);
    border-radius: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 450px;
    border: 1px solid rgba(38, 61, 103, 0.1);
    p,h3{
        color: #fff;
    }
}

.katalog__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(38, 61, 103, 0.2);
}

.item_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.katalog__item:hover .item_img {
    transform: scale(1.05);
}

.item_text {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin: 15px 15px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.item_title {
    font-size: 20px;
    font-weight: 700;
    color: #263D67;
    margin: 5px 15px;
    line-height: 1.3;
}

.item_price {
    font-size: 24px;
    font-weight: 800;
    color: #263D67;
    margin: 10px 15px;
}

.item_actions {
    display: flex;
    gap: 10px;
    padding: 0 15px 20px;
}

.item_btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
	margin-top: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.item_btn:first-child {
      background: #fff;
    font-weight: bold;
    color: #263D67;
}

.item_btn:last-child {
    background: #01761c;
    color: white;
}

.item_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Savat ikonkasi */
.cart-icon {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.cart-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.cart-icon i {
    font-size: 22px;
    color: white;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4757;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid white;
}

/* Savat modal */
.cart-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.cart-modal.active {
    opacity: 1;
    visibility: visible;
}

.cart-content {
    width: 450px;
    max-width: 90%;
    height: 100%;
    background: #263D67;
    padding: 30px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    position: relative;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
}

.cart-modal.active .cart-content {
    transform: translateX(0);
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
}

.cart-header h2 {
    color: #fff;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.close-cart {
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.close-cart:hover {
    color: #fff;
    background: #f0f0f0;
    transform: rotate(90deg);
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    animation: slideIn 0.3s ease;
}

.cart-item-info h4 {
    margin: 0 0 8px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.cart-item-info p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-item-actions button {
    width: 35px;
    height: 35px;
    border: none;
    background: #f0f0f0;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cart-item-actions button:hover {
    background: #263D67;
    color: white;
    transform: scale(1.1);
}

.cart-item-actions span {
    font-weight: 700;
    min-width: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.cart-total {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 3px solid #263D67;
    text-align: right;
}

.cart-total h3 {
    color: #263D67;
    font-size: 24px;
    font-weight: 800;
}

.checkout-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #fff, #fff);
    color: #263D67;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checkout-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(38, 61, 103, 0.4);
}

.empty-cart {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 18px;
}

.empty-cart i {
    font-size: 80px;
    color: #ddd;
    margin-bottom: 20px;
}

/* Mahsulot modal */
.product-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    backdrop-filter: blur(8px);
}

.product-modal .modal-content {
    background: white;
    padding: 40px;
    border-radius: 30px;
    max-width: 550px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: modalPop 0.4s ease;
}

@keyframes modalPop {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.product-modal .close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 32px;
    cursor: pointer;
    color: #999;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
}

.product-modal .close:hover {
    color: #263D67;
    background: #e0e0e0;
    transform: rotate(90deg);
}

.product-modal img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-modal h2 {
    color: #263D67;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 800;
}

.product-modal .category {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 5px 15px;
    background: #f0f0f0;
    display: inline-block;
    border-radius: 40px;
    font-weight: 500;
}

.product-modal .description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 16px;
}

.product-modal .price {
    font-size: 36px;
    color: #263D67;
    font-weight: 800;
    margin: 25px 0;
    padding: 15px 0;
    border-top: 2px dashed #263D67;
    border-bottom: 2px dashed #263D67;
}

.product-modal .add-to-cart-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #28a745, #34ce57);
    color: white;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-modal .add-to-cart-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.4);
}

/* Notification */
.notification {
  display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    background: white;
    color: #333;
    padding: 18px 25px;
    border-radius: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    animation: slideInRight 0.4s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 5px solid #28a745;
    font-weight: 500;
}

.notification i {
    font-size: 24px;
    color: #28a745;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Loading spinner */
.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #263D67;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Kategoriya tugmalari container */
.katalog__asosiy, .katalog__maxsus {
    margin-bottom: 30px;
}

/* Responsive */
@media screen and (max-width: 1200px) {
    .katalog__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .katalog__list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .katalog_title {
        font-size: 42px;
    }
}

@media screen and (max-width: 768px) {
    .katalog__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 100px;
        margin-top: 100px;
    }
    
    .katalog_title {
        font-size: 36px;
    }
    
    .katalog_subtitle {
        font-size: 20px;
    }
    
    .katalog_btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .cart-content {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .katalog__list {
        grid-template-columns: 1fr;
    }
    
    .katalog__content {
        padding: 30px 20px;
    }
    
    .katalog_title {
        font-size: 32px;
    }
    
    .item_actions {
        flex-direction: row;
    }
    
    .item_btn {
        width: 100%;
    }
    
    .product-modal .modal-content {
        padding: 25px;
    }
    
    .product-modal h2 {
        font-size: 24px;
    }
    
    .product-modal .price {
        font-size: 28px;
    }
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #263D67;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3a5490;
}

/* Animation classes */
.fade-in {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slide-up {
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Hover effects */
.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.02);
}

/* Price tag styling */
.price-tag {
    background: linear-gradient(135deg, #263D67, #3a5490);
    color: white;
    padding: 5px 15px;
    border-radius: 40px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

/* Category badge */
.category-badge {
    background: #f0f0f0;
    color: #263D67;
    padding: 5px 12px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}
.floating-btn-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    color: #263D67;
    border: 2px solid #263D67;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 15px 0px #263D67;
    transition: all 0.3s ease;
    font-size: 24px;
    z-index: 1000;
}

.floating-btn:hover {
    background: #263D67;
    color: white;
    transform: scale(1.1);
}

.bot-panel {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 2px 20px 0px rgba(38, 61, 103, 0.3);
    overflow: hidden;
    display: none;
    z-index: 999;
    border: 1px solid rgba(38, 61, 103, 0.1);
}

.bot-panel.active {
    display: block;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bot-panel-header {
    background: #263D67;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bot-panel-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.close-panel-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.close-panel-btn:hover {
    background: rgba(255,255,255,0.2);
}

.bot-panel-body {
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.bot-message {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.bot-message i {
    font-size: 24px;
    color: #263D67;
    background: #f0f3fa;
    padding: 10px;
    border-radius: 50%;
}

.bot-message-text {
    background: #f0f3fa;
    padding: 12px 16px;
    border-radius: 18px 18px 18px 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    flex: 1;
}

.bot-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.bot-action-btn {
    background: white;
    border: 2px solid #263D67;
    color: #263D67;
    padding: 12px 15px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    width: 100%;
}

.bot-action-btn:hover {
    background: #263D67;
    color: white;
}

.bot-action-btn i {
    font-size: 16px;
}

.bot-response-area {
    margin-top: 15px;
}

.bot-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 15px 0;
}

.bot-input-group input {
    padding: 12px 15px;
    border: 2px solid #e0e5f0;
    border-radius: 12px;
    font-size: 14px;
    transition: all 0.3s;
    background: white;
}

.bot-input-group input:focus {
    outline: none;
    border-color: #263D67;
    box-shadow: 0 0 0 3px rgba(38, 61, 103, 0.1);
}

.bot-input-group button {
    background: #263D67;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.bot-input-group button:hover {
    background: #1f3355;
    box-shadow: 2px 2px 10px 0px rgba(38, 61, 103, 0.3);
}

.bot-cancel-result {
    background: #f8f9ff;
    border-radius: 12px;
    padding: 15px;
    margin-top: 10px;
    border-left: 4px solid;
}

.bot-cancel-result.success {
    border-left-color: #28a745;
}

.bot-cancel-result.error {
    border-left-color: #dc3545;
}

.bot-cancel-result.warning {
    border-left-color: #ffc107;
}

.bot-cancel-result h4 {
    margin: 0 0 10px 0;
    color: #263D67;
}

.bot-cancel-result p {
    margin: 5px 0;
    font-size: 14px;
}

.bot-cancel-result .order-id {
    font-weight: 600;
    color: #263D67;
}

.bot-cancel-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.bot-cancel-actions button {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.bot-cancel-actions .confirm-btn {
    background: #dc3545;
    color: white;
}

.bot-cancel-actions .confirm-btn:hover {
    background: #c82333;
}

.bot-cancel-actions .cancel-btn {
    background: #6c757d;
    color: white;
}

.bot-cancel-actions .cancel-btn:hover {
    background: #5a6268;
}

.bot-loading {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.bot-loading i {
    font-size: 30px;
    color: #263D67;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* FLOATING BOT TUGMASI VA PANELI */
.floating-btn-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    color: #263D67;
    border: 2px solid #263D67;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 15px 0px #263D67;
    transition: all 0.3s ease;
    font-size: 24px;
    z-index: 1000;
}

.floating-btn:hover {
    background: #263D67;
    color: white;
    transform: scale(1.1);
}

.bot-panel {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 2px 20px 0px rgba(38, 61, 103, 0.3);
    overflow: hidden;
    display: none;
    z-index: 999;
    border: 1px solid rgba(38, 61, 103, 0.1);
}

.bot-panel.active {
    display: block;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bot-panel-header {
    background: #263D67;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bot-panel-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.bot-panel-header h3 i {
    margin-right: 10px;
}

.close-panel-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.close-panel-btn:hover {
    background: rgba(255,255,255,0.2);
}

.bot-panel-body {
    padding: 20px;
    max-height: 450px;
    overflow-y: auto;
}

.bot-message {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.bot-message i {
    font-size: 24px;
    color: #263D67;
    background: #f0f3fa;
    padding: 10px;
    border-radius: 50%;
}

.bot-message-text {
    background: #f0f3fa;
    padding: 12px 16px;
    border-radius: 18px 18px 18px 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    flex: 1;
}

.bot-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.bot-action-btn {
    background: white;
    border: 2px solid #263D67;
    color: #263D67;
    padding: 12px 15px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    width: 100%;
}

.bot-action-btn:hover {
    background: #263D67;
    color: white;
}

.bot-action-btn i {
    font-size: 16px;
}

.bot-response-area {
    margin-top: 15px;
}

.bot-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 15px 0;
}

.bot-input-group input {
    padding: 12px 15px;
    border: 2px solid #e0e5f0;
    border-radius: 12px;
    font-size: 14px;
    transition: all 0.3s;
    background: white;
}

.bot-input-group input:focus {
    outline: none;
    border-color: #263D67;
    box-shadow: 0 0 0 3px rgba(38, 61, 103, 0.1);
}

.bot-input-group button {
    background: #263D67;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.bot-input-group button:hover {
    background: #1f3355;
    box-shadow: 2px 2px 10px 0px rgba(38, 61, 103, 0.3);
}

.bot-cancel-result {
    background: #f8f9ff;
    border-radius: 12px;
    padding: 15px;
    margin-top: 10px;
    border-left: 4px solid;
}

.bot-cancel-result.success {
    border-left-color: #28a745;
}

.bot-cancel-result.error {
    border-left-color: #dc3545;
}

.bot-cancel-result.warning {
    border-left-color: #ffc107;
}

.bot-cancel-result h4 {
    margin: 0 0 10px 0;
    color: #263D67;
}

.bot-cancel-result p {
    margin: 5px 0;
    font-size: 14px;
}

.order-id {
    font-weight: 600;
    color: #263D67;
}

.bot-cancel-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.bot-cancel-actions button {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.bot-cancel-actions .confirm-btn {
    background: #dc3545;
    color: white;
}

.bot-cancel-actions .confirm-btn:hover {
    background: #c82333;
}

.bot-cancel-actions .cancel-btn {
    background: #6c757d;
    color: white;
}

.bot-cancel-actions .cancel-btn:hover {
    background: #5a6268;
}

.bot-loading {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.bot-loading i {
    font-size: 30px;
    color: #263D67;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* FLOATING BOT TUGMASI VA PANELI */
.floating-btn-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    color: #263D67;
    border: 2px solid #263D67;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 15px 0px #263D67;
    transition: all 0.3s ease;
    font-size: 24px;
    z-index: 1000;
}

.floating-btn:hover {
    background: #263D67;
    color: white;
    transform: scale(1.1);
}

.bot-panel {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 2px 20px 0px rgba(38, 61, 103, 0.3);
    overflow: hidden;
    display: none;
    z-index: 999;
    border: 1px solid rgba(38, 61, 103, 0.1);
}

.bot-panel.active {
    display: block;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bot-panel-header {
    background: #263D67;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bot-panel-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.bot-panel-header h3 i {
    margin-right: 10px;
}

.close-panel-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.close-panel-btn:hover {
    background: rgba(255,255,255,0.2);
}

.bot-panel-body {
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.bot-message {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.bot-message i {
    font-size: 24px;
    color: #263D67;
    background: #f0f3fa;
    padding: 10px;
    border-radius: 50%;
}

.bot-message-text {
    background: #f0f3fa;
    padding: 12px 16px;
    border-radius: 18px 18px 18px 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    flex: 1;
}

.bot-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 15px 0;
}

.bot-input-group input {
    padding: 12px 15px;
    border: 2px solid #e0e5f0;
    border-radius: 12px;
    font-size: 14px;
    transition: all 0.3s;
    background: white;
}

.bot-input-group input:focus {
    outline: none;
    border-color: #263D67;
    box-shadow: 0 0 0 3px rgba(38, 61, 103, 0.1);
}

.bot-input-group button {
    background: #263D67;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.bot-input-group button:hover {
    background: #1f3355;
    box-shadow: 2px 2px 10px 0px rgba(38, 61, 103, 0.3);
}

/* Buyurtma kartochkalari */
.order-card-bot {
    background: #f8f9ff;
    border-radius: 16px;
    padding: 16px;
    margin: 15px 0;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    border-left: 6px solid;
}

.order-card-bot.yangi {
    border-left-color: #ffc107;
    background: #fff9e6;
}

.order-card-bot.qabul {
    border-left-color: #28a745;
    background: #e8f5e9;
}

.order-card-bot.bekor {
    border-left-color: #dc3545;
    background: #ffebee;
}

.order-card-bot:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(38, 61, 103, 0.15);
}

.order-header-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.order-id-bot {
    font-weight: 700;
    color: #263D67;
    font-size: 16px;
}

.order-status-bot {
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
}

.order-status-bot.yangi {
    background: #ffc107;
    color: #000;
}

.order-status-bot.qabul {
    background: #28a745;
    color: white;
}

.order-status-bot.bekor {
    background: #dc3545;
    color: white;
}

.order-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    font-size: 14px;
    color: #333;
}

.order-info-row i {
    width: 20px;
    color: #263D67;
}

.order-products-bot {
    margin: 12px 0;
    padding: 10px;
    background: white;
    border-radius: 12px;
    font-size: 13px;
}

.order-total-bot {
    font-size: 18px;
    font-weight: 700;
    color: #263D67;
    text-align: right;
    margin-top: 10px;
}

/* Status modal */
.status-modal-bot {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.status-modal-bot.active {
    display: flex;
}

.status-modal-content-bot {
    background: white;
    padding: 25px;
    border-radius: 20px;
    width: 90%;
    max-width: 350px;
    box-shadow: 2px 2px 30px 0px #263D67;
    animation: modalPop 0.3s ease;
}

@keyframes modalPop {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.status-option-bot {
    padding: 15px;
    margin: 10px 0;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.status-option-bot:hover {
    transform: translateX(5px);
    border-color: #263D67;
}

.status-option-bot.yangi {
    background: #fff3cd;
    color: #856404;
}

.status-option-bot.qabul {
    background: #d4edda;
    color: #155724;
}

.status-option-bot.bekor {
    background: #f8d7da;
    color: #721c24;
}

.status-modal-actions-bot {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.status-modal-actions-bot button {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.confirm-btn-bot {
    background: #28a745;
    color: white;
}

.cancel-btn-bot {
    background: #6c757d;
    color: white;
}

.bot-loading {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.bot-loading i {
    font-size: 30px;
    color: #263D67;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}/* FLOATING BOT TUGMASI VA PANELI */
.floating-btn-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    color: #263D67;
    border: 2px solid #263D67;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 15px 0px #263D67;
    transition: all 0.3s ease;
    font-size: 24px;
    z-index: 1000;
}

.floating-btn:hover {
    background: #263D67;
    color: white;
    transform: scale(1.1);
}

.bot-panel {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 2px 20px 0px rgba(38, 61, 103, 0.3);
    overflow: hidden;
    display: none;
    z-index: 999;
    border: 1px solid rgba(38, 61, 103, 0.1);
}

.bot-panel.active {
    display: block;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bot-panel-header {
    background: #263D67;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bot-panel-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.bot-panel-header h3 i {
    margin-right: 10px;
}

.close-panel-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.close-panel-btn:hover {
    background: rgba(255,255,255,0.2);
}

.bot-panel-body {
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.bot-message {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.bot-message i {
    font-size: 24px;
    color: #263D67;
    background: #f0f3fa;
    padding: 10px;
    border-radius: 50%;
}

.bot-message-text {
    background: #f0f3fa;
    padding: 12px 16px;
    border-radius: 18px 18px 18px 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    flex: 1;
}

.bot-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 15px 0;
}

.bot-input-group input {
    padding: 12px 15px;
    border: 2px solid #e0e5f0;
    border-radius: 12px;
    font-size: 14px;
    transition: all 0.3s;
    background: white;
}

.bot-input-group input:focus {
    outline: none;
    border-color: #263D67;
    box-shadow: 0 0 0 3px rgba(38, 61, 103, 0.1);
}

.bot-input-group button {
    background: #263D67;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.bot-input-group button:hover {
    background: #1f3355;
    box-shadow: 2px 2px 10px 0px rgba(38, 61, 103, 0.3);
}

/* Buyurtma kartochkalari */
.order-card-bot {
    background: #f8f9ff;
    border-radius: 16px;
    padding: 16px;
    margin: 15px 0;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    border-left: 6px solid;
}

.order-card-bot.yangi {
    border-left-color: #ffc107;
    background: #fff9e6;
}

.order-card-bot.qabul {
    border-left-color: #28a745;
    background: #e8f5e9;
}

.order-card-bot.bekor {
    border-left-color: #dc3545;
    background: #ffebee;
}

.order-card-bot:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(38, 61, 103, 0.15);
}

.order-header-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.order-id-bot {
    font-weight: 700;
    color: #263D67;
    font-size: 16px;
}

.order-status-bot {
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
}

.order-status-bot.yangi {
    background: #ffc107;
    color: #000;
}

.order-status-bot.qabul {
    background: #28a745;
    color: white;
}

.order-status-bot.bekor {
    background: #dc3545;
    color: white;
}

.order-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    font-size: 14px;
    color: #333;
}

.order-info-row i {
    width: 20px;
    color: #263D67;
}

.order-products-bot {
    margin: 12px 0;
    padding: 10px;
    background: white;
    border-radius: 12px;
    font-size: 13px;
}

.order-total-bot {
    font-size: 18px;
    font-weight: 700;
    color: #263D67;
    text-align: right;
    margin-top: 10px;
}

/* Status modal */
.status-modal-bot {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.status-modal-bot.active {
    display: flex;
}

.status-modal-content-bot {
    background: white;
    padding: 25px;
    border-radius: 20px;
    width: 90%;
    max-width: 350px;
    box-shadow: 2px 2px 30px 0px #263D67;
    animation: modalPop 0.3s ease;
}

@keyframes modalPop {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.status-option-bot {
    padding: 15px;
    margin: 10px 0;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.status-option-bot:hover {
    transform: translateX(5px);
    border-color: #263D67;
}

.status-option-bot.yangi {
    background: #fff3cd;
    color: #856404;
}

.status-option-bot.qabul {
    background: #d4edda;
    color: #155724;
}

.status-option-bot.bekor {
    background: #f8d7da;
    color: #721c24;
}

.status-modal-actions-bot {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.status-modal-actions-bot button {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.confirm-btn-bot {
    background: #28a745;
    color: white;
}

.cancel-btn-bot {
    background: #6c757d;
    color: white;
}

.bot-loading {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.bot-loading i {
    font-size: 30px;
    color: #263D67;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Bot Panel */
.floating-btn-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    color: #263D67;
    border: 2px solid #263D67;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 15px 0px #263D67;
    transition: all 0.3s ease;
    font-size: 24px;
    z-index: 1000;
}

.floating-btn:hover {
    background: #263D67;
    color: white;
    transform: scale(1.1);
}

.bot-panel {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 350px;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 2px 20px 0px rgba(38, 61, 103, 0.3);
    overflow: hidden;
    display: none;
    z-index: 999;
    border: 1px solid rgba(38, 61, 103, 0.1);
}

.bot-panel.active {
    display: block;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bot-panel-header {
    background: #263D67;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bot-panel-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.bot-panel-header h3 i {
    margin-right: 10px;
    font-size: 22px;
}

.close-panel-btn {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.close-panel-btn:hover {
    background: rgba(255,255,255,0.2);
}

.bot-panel-body {
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
}

/* Input group */
.bot-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.bot-input-group input {
    padding: 14px 16px;
    border: 2px solid #e0e5f0;
    border-radius: 14px;
    font-size: 15px;
    transition: all 0.3s;
    background: white;
}

.bot-input-group input:focus {
    outline: none;
    border-color: #263D67;
    box-shadow: 0 0 0 3px rgba(38, 61, 103, 0.1);
}

.bot-input-group button {
    background: #263D67;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bot-input-group button:hover {
    background: #1f3355;
    box-shadow: 2px 2px 10px 0px rgba(38, 61, 103, 0.3);
}

/* Alerts */
.alert {
    padding: 15px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin: 10px 0;
}

.alert-danger {
    background: #fee2e2;
    color: #991b1b;
    border-left: 4px solid #dc2626;
}

.alert-warning {
    background: #fef3c7;
    color: #92400e;
    border-left: 4px solid #f59e0b;
}

/* Order Cards */
.orders-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.order-card {
    background: white;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #eef2f6;
    transition: all 0.3s;
}

.order-card.status-yangi {
    border-left: 6px solid #f59e0b;
}

.order-card.status-qabul {
    border-left: 6px solid #10b981;
}

.order-card.status-bekor {
    border-left: 6px solid #ef4444;
    opacity: 0.8;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.order-id {
    font-weight: 700;
    color: #263D67;
    font-size: 16px;
    background: #f0f3fa;
    padding: 4px 10px;
    border-radius: 40px;
    margin-right: 8px;
}

.order-badge {
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.order-badge.status-yangi {
    background: #fef3c7;
    color: #92400e;
}

.order-badge.status-qabul {
    background: #d1fae5;
    color: #065f46;
}

.order-badge.status-bekor {
    background: #fee2e2;
    color: #991b1b;
}

.order-date {
    font-size: 12px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 5px;
}

.order-info {
    background: #f8fafc;
    border-radius: 14px;
    padding: 12px;
    margin: 12px 0;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 14px;
    color: #374151;
}

.info-row i {
    width: 20px;
    color: #263D67;
    font-size: 16px;
}

.order-products {
    margin: 12px 0;
    padding: 12px;
    background: white;
    border-radius: 14px;
    border: 1px dashed #e0e5f0;
}

.products-title {
    font-weight: 600;
    color: #263D67;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 13px;
    border-bottom: 1px solid #f0f3fa;
}

.product-item:last-child {
    border-bottom: none;
}

.product-quantity {
    background: #f0f3fa;
    padding: 2px 8px;
    border-radius: 40px;
    font-size: 12px;
    color: #263D67;
}

.order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    padding-top: 10px;
    border-top: 2px solid #f0f3fa;
    font-weight: 600;
}

.total-price {
    font-size: 18px;
    color: #263D67;
    font-weight: 700;
}

/* Cancel Button - FAQAT YANGI BUYURTMALARDA KO'RINADI */
.btn-cancel {
    width: 100%;
    background: #ef4444;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.btn-cancel:hover {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(239, 68, 68, 0.3);
}

/* Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    background: white;
    border-radius: 24px;
    width: 90%;
    max-width: 350px;
    overflow: hidden;
    box-shadow: 2px 2px 30px 0px #263D67;
    animation: modalPop 0.3s ease;
}

@keyframes modalPop {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-header {
    padding: 25px 20px 15px;
    text-align: center;
}

.modal-header h3 {
    margin: 10px 0 0;
    color: #1f2937;
}

.modal-body {
    padding: 0 20px 20px;
    text-align: center;
    color: #4b5563;
}

.modal-footer {
    padding: 15px 20px 25px;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.btn {
    padding: 12px 25px;
    border: none;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.btn-secondary {
    background: #e5e7eb;
    color: #374151;
}

.btn-secondary:hover {
    background: #d1d5db;
}

.btn-danger {
    background: #ef4444;
    color: white;
}

.btn-danger:hover {
    background: #dc2626;
    transform: scale(1.05);
}

/* Loading */
.spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.bot-loading {
    text-align: center;
    padding: 30px;
    color: #263D67;
    font-size: 30px;
}

/* Notification */
.notification {
  display: none;
    position: fixed;
    right: 30px;
    padding: 15px 25px;
    height: 10%;
    border-radius: 100px;
    color: white;
    font-weight: 600;
    z-index: 10001;
    animation: slideIn 0.3s ease;
    box-shadow: 2px 2px 15px 0px rgba(38, 61, 103, 0.3);
}

.notification.success {
    background: #10b981;
    height: 100px;
    border-left: 5px solid #263D67;
}

.notification.danger {
    background: #ef4444;
    border-left: 5px solid #263D67;
}


@media screen and (max-width: 992px) {
  
  .site__footer {
    padding: 50px 0;
  }
  
  .footer__top-list {
    gap: 30px;
  }
  
  .footer_text {
    width: 300px;
  }
  
}

@media screen and (max-width: 768px) {
  
  .site__footer {
    height: auto;
    padding: 40px 20px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  
  .footer__top-list {
    flex-direction: column;
    gap: 40px;
  }
  
  .footer_item {
    width: 100%;
    text-align: center;
  }
  
  .header__logo {
    justify-content: center;
  }
  
  .footer_text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  
  .footer_icons {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 20px;
  }
  
  .footer_icons .footer_item {
    justify-content: center;
  }
  
  .footer_subtitle {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .footer__list {
    align-items: center;
    text-align: center;
  }
  
  .footer_subtitle-logo1,
  .footer_subtitle-logo2,
  .footer_subtitle-logo3,
  .footer_subtitle-logo4 {
    margin-right: 0;
  }
  
}

@media screen and (max-width: 480px) {
  
  .site__footer {
    padding: 35px 15px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  
  .footer__top-list {
    gap: 30px;
  }
  
  .footer_subtitle {
    font-size: 22px;
  }
  
  .footer_text {
    font-size: 14px;
    padding: 15px 0;
  }
  
  .footer_icons {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .footer_icons .footer_item {
    gap: 10px;
  }
  
  .footer_icon {
    width: 40px;
  }
  
  .footer_item {
    font-size: 16px;
  }
  
  .footer__list {
    grid-template-rows: repeat(4, 30px);
  }
  
}

@media screen and (max-width: 380px) {
  
  .site__footer {
    padding: 30px 10px;
  }
  
  .footer_subtitle {
    font-size: 20px;
  }
  
  .footer_text {
    font-size: 13px;
  }
  
  .footer_icon {
    width: 35px;
  }
  
  .footer_item {
    font-size: 14px;
  }
  
  .footer_subtitle-logo1,
  .footer_subtitle-logo2,
  .footer_subtitle-logo3,
  .footer_subtitle-logo4 {
    font-size: 14px;
  }
  
}

@media screen and (max-width: 320px) {
  
  .site__footer {
    padding: 25px 8px;
  }
  
  .footer_subtitle {
    font-size: 18px;
  }
  
  .footer_text {
    font-size: 12px;
  }
  
  .footer_icon {
    width: 30px;
  }
  
  .footer_item {
    font-size: 13px;
  }
  
}

/* STOCK/OMBORDA QOLGAN MAHSULOTLAR UCHUN CSS */

/* Stock badge */
.stock-info {
    margin: 10px 0;
}

.stock-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
}

.stock-badge i {
    font-size: 14px;
}

.stock-badge.in-stock {
    background: #e8f0fe;
    color: #263D67;
}

.stock-badge.low-stock {
    background: #fef3c7;
    color: #92400e;
}

.stock-badge.out-of-stock {
    background: #fee2e2;
    color: #991b1b;
}

/* Mahsulot kartasi hover effekt */
.katalog__item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.katalog__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Tugagan mahsulot kartasi */
.katalog__item .stock-badge.out-of-stock {
    background: #fee2e2;
    color: #991b1b;
}

/* Disabled tugma */
.item_btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #9ca3af;
    color: white;
}

/* Notification animatsiyalari */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Mahsulot tafsilotlari modalida stock ma'lumot */
.stock-warning {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    border-radius: 10px;
}

.stock-warning i {
    font-size: 18px;
}