:root {
  --main: #DDC68E;
  --green: #00DF8C;
  --pink: #F6E7E7;
  --dark: #464646;

}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: "BPG Mrgvlovani";
}

.container {
  width: min(100% - 2rem, 1340px);
  max-width: unset;
  padding: 0;
}

.font-12 {
  font-size: 12px;
}

.gap-30 {
  gap: 30px;
}

/* header start */
.header-top {
  background-color: var(--dark);
  height: 30px;
  color: #A8A8A8;
  font-size: 10px;
}

.header-bottom {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom nav {
  display: flex;
  gap: 31px;
  font-size: 14px;
  font-family: 'BPG Mrgvlovani Caps 2010';
  margin-right: 40px;
}

.header-bottom nav a,
.footer-nav a {
  transition: all 0.4s ease;
}

.header-bottom nav a:hover,
.footer-nav a:hover {
  color: var(--main) !important;
}

header .active,
footer .active {
  color: var(--main) !important;
}

.languager {
  display: flex;
  gap: 15px;
  padding-left: 20px;
  margin-left: 32px;
  position: relative;
  font-family: 'BPG Mrgvlovani Caps 2010';
  font-size: 14px;
  line-height: 19px;
}

.languager::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: calc(100% + 6px);
  top: -3px;
  background-color: #D8D8D8;
}

.activated {
  color: #D8D8D8 !important;
}

header {
  padding-bottom: 21px;
}

.navbar-toggler {
    padding: 7px 8px;
    background-color: var(--dark);
    border-radius: 5px;
    line-height: 0;
  }
 .search-form{
    position: absolute;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-end;
    transform: scaleY(0);
    left: 0;
    top: -10px;
    background-color: white;
    opacity: 0;
    transition: all 0.4s ease;
    transform-origin: top;
 }
 .search-form.active{
    opacity: 1;
    transform: scaleY(1);
 }
 .search-form input{
    height: 26px;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    background-color: transparent;
    width: 100%;
    color: #A8A8A8;
    font-size: 14px;
 }
 #navbarSupportedContent{
    position: relative;
 }
 .search-form div{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

/* header end */


/* index.html start */
.swiper-slider1 {
  height: 500px;
  position: relative;
  margin-bottom: 53px;
}

.swiper-slider1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider1--container {
  position: absolute;
  top: 120px;
  left: calc((100% - 1337px) / 2);
  padding-top: 44px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  background-color: rgba(1, 1, 1, 0.25);
  color: white;
  width: 540px;
}

.slider1--title {
  font-family: 'BPG Mrgvlovani Caps 2010';
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.slider1--author {
  color: var(--green) !important;
  font-family: 'BPG Mrgvlovani';
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.slider1--container button {
  width: 190px;
  height: 50px;
  font-family: 'BPG Mrgvlovani Caps 2010';
  font-size: 14px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
}

.swiper-navigation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 31px;
  z-index: 5;
  display: flex;
  gap: 15px;



}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}

.swiper-button-next {
  left: unset !important;
  right: 0;
}

.swiper-button-next:hover {

  right: -20px !important;
}

.swiper-button-prev:hover {
  left: -20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.section--header {
  font-size: 20px;
  font-family: 'BPG Mrgvlovani Caps 2010';
  line-height: 28px;
}

.section--header--big {
  font-size: 30px;
  line-height: 41px;
  font-family: 'BPG Mrgvlovani Caps 2010';
}

.category {
  width: 250px;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: 'BPG Mrgvlovani Caps 2010';
  font-size: 12px;
}
.category li *:not(h3){
    line-height: 15px;
    
}

.category h3 {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}

.category__book {
  background-color: #F8FDFF;
}

.category__accessories {
  background-color: #F6E7E7;
}

.categories {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.production__container {
  display: flex;
  gap: 60px;
}

.production__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  width: 280px;
}

.production__item::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #D8D8D8;
  right: -30px;
  top: 0;
}

.production__item img {
  height: 260px;
  margin-bottom: 10px;
  object-fit: contain;
}

.production__item--title {
  font-size: 14px;
  font-family: 'BPG Mrgvlovani';
  line-height: 19px;
}

.production__item--author {
  color: #A8A8A8;
  margin-bottom: 5px;
}

.production__item--price {
  position: absolute;
  top: 20px;
  left: -20px;
  background-color: black;
  color: white !important;
  width: 100px;
  height: 50px;
  display: grid;
  place-content: center;
  font-size: 14px;
}

.production__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 45px;
  column-gap: 80px;
  margin-bottom: 50px;
}

.see__more {
  color: #A8A8A8 !important;
  border: 1px solid #A8A8A8;
  border-radius: 25px;
  background-color: transparent;
  width: 190px;
  height: 50px;
  display: grid;
  place-items: center;
  transition: all 0.4s ease;
  font-size: 14px;
  font-family: 'BPG Mrgvlovani Caps 2010';
}

.see__more:hover {
  color: white !important;
  background-color: #464646;
}

.most__wanted {
  margin-bottom: 50px;
}

.most__wanted .production__item::after {
  display: none;
}

.swiper-slider2 .swiper-slide {
  position: relative;
  border-right: 1px solid #D8D8D8;
}

.swiper-slider2 {
  padding-left: 33px;
  margin-top: 60px;
  overflow: hidden;
}

.swiper-navigation2 {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
  color: #A8A8A8;
  font-size: 30px;
}

.swiper-navigation2>* {
  position: relative;
  transition: all 0.4s ease;
}

.swiper-button-next2 {
  right: 0;
}

.swiper-button-prev2 {
  left: 0;
}

.swiper-button-next2:hover {

  right: -20px !important;
}

.swiper-button-prev2:hover {
  left: -20px;
}

.fasdakleba__list {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  padding-left: 32px;
  margin-top: 70px;
}

.fasdakleba__list .production__item::after {
  display: none;
}

.fasdakleba__item {
  flex: 1;
  border-right: 1px solid #D8D8D8;
}

.discounted span {
  position: relative;
}

.discounted span::after {
  width: 100%;
  height: 1px;
  background-color: white;
  content: '';
  left: 0;
  top: 50%;
  position: absolute;
}

.production__item--price--discount {
  display: flex;
  flex-direction: column;
  padding: 0;
  place-content: unset;
  height: auto;
}

.production__item--price--discount .discounted {
  display: grid;
  place-items: center;
  height: 50px;

}

.production__item--price--discount .discount {
  display: grid;
  place-items: center;
  height: 50px;
  background-color: var(--green);
}

/* index.html end */

/* footer start */
footer {
  margin-top: 176px;
  padding-top: 175px;
  padding-bottom: 30px;
  background-color: var(--dark);
  position: relative;
}

.footer-top {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
}

.footer-top--flexer {
  background-color: var(--pink);
  height: 196px;
  display: flex;
  align-items: center;
  padding-inline: 56px;
  width: 100%;
  justify-content: space-between;
}

.footer-top--flexer p {
  font-family: 'BPG Mrgvlovani Caps 2010';
  font-size: 24px;
}

.footer-top--flexer input {
  width: 438px;
  border: none;
  border-bottom: 1px solid #464646;
  background-color: transparent;
  font-size: 12px;
  height: 25px;
}

.footer-top--flexer button {
  width: 250px;
  height: 50px;
  background-color: white;
  transition: all 0.4s ease;
  border-radius: 25px;
}

.footer-top--flexer button:hover {
  background-color: black;
  color: white;

}

.footer-nav {
  display: flex;
  justify-content: center;
  color: white;
  gap: 31px;
  font-family: 'BPG Mrgvlovani Caps 2010';
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-top: 70px;
}

.createdBy {
  font-size: 12px;
  display: flex;
  align-items: flex-end;
  color: white !important;
}

.credits {
  font-size: 12px;
}

.footer--socials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.font-20 {
  font-size: 20px;
}

/* footer end */

/* terms.html start */
.section__top {
  height: 160px;
  width: 100%;
  background-color: var(--pink);
  display: flex;
  align-items: center;
}

.section__top h1 {
  font-size: 30px;
}

.breadcrumbs {
  display: flex;
  gap: 18px;
  font-size: 16;
}

.breadcrumbs li {
  position: relative;
  font-family: 'BPG Mrgvlovani Caps 2010';
}

.breadcrumbs li:not(:last-child)::after {
  content: '';
  background-image: url('../img/arrow-right-b.svg');
  width: 5px;
  height: 8px;

  position: absolute;
  right: -12px;
  top: calc(50% - 4px);
  background-repeat: no-repeat;

}

.terms__inner {
  font-size: 14px;
  line-height: 19px;
  color: #A8A8A8;
  margin-top: 58px;
  margin-inline: 90px;
  padding-inline: 109px;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}

.about__inner--bordered {
  font-size: 14px;
  line-height: 19px;
  color: #A8A8A8;
  margin-top: 58px;
  margin-inline: 90px;
  padding-inline: 109px;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}

.mt-50 {
  margin-top: 50px;
}

/* terms.html end */


/* fasdakleba.html start */
.pagination {
  gap: 16px;
  font-size: 15px;
  color: #848484;
}

.pagination .active {
  color: black !important;
}

.pagination .fa {
  color: var(--green);
}



.searched__number {
  color: var(--green) !important;
}

/* fasdakleba.html end */


/* product__inner.html start */


.product__inner {
  margin-inline: 42px;
  display: flex;
  gap: 76px;
}

.product__inner--img {
  width: 540px;
  height: 504px;
  object-fit: contain;
}

.product__inner--rightside {
  border-left: 1px solid #D8D8D8;
  padding-left: 52px;
}

.product__inner--title {
  line-height: 25px;
  font-size: 18px;

}

.product__inner--author {
  color: #A8A8A8 !important;
  font-size: 16px;
  line-height: 22px;
  font-family: 'BPG Mrgvlovani Caps 2010';
}
.product__inner--date{
  font-size: 14px;
  line-height: 19px;
  font-family: 'BPG Mrgvlovani Caps 2010';
  margin-block: 20px;
}
.product__inner h3{
  font-size: 16px;
  line-height: 22px;
  font-family: 'BPG Mrgvlovani Caps 2010';
  color: #A8A8A8;
}
.product__inner--description{
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.product__inner--details > div:first-child{
  color: #A8A8A8;
  font-size: 10px;
  line-height: 13px;
}
.product__inner--details > div:last-child{
  
  font-size: 10px;
  line-height: 13px;
}
.product__inner--details{
  display: flex;
  gap: 45px;
  margin-bottom: 33px;
}
.gap-20{
  gap: 20px;
}
.product__inner--priceTag{
  width: 100px;
  height: 50px;
  display: grid;
  place-items: center;
  background-color: black;
  color: white;
  font-size: 14px;
  font-family: 'BPG Mrgvlovani Caps 2010';
}
.product__inner--cart{
  width: 246px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background-color: var(--pink);
  transition: all 0.3s ease;
  font-size: 14px;
}
.product__inner--cart img{
  transition: all 0.3s ease;
}
.product__inner--cart:hover{
  background-color: var(--green);
  color: white;
  img { filter: brightness(0) invert(1); }
}


/* product__inner.html end */
/* Order form */
.popup-form {
  background: white;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
  width: 370px;
  margin-top: -460px;
  margin-left: -386px;
}

.popup-content {
  width: 100%;
  position: relative;
}

.order-form {
  display: flex;
  flex-direction: column;
  max-width: 297px;
  margin: 0 auto;
  padding: 40px 0px;
}

#closePopupBtn {
  background: transparent;
  border: none;
  color: var(--dark);
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 2rem;
  top: 1rem;
}

.order-form label {
  color: var(--dark);
  font-family: "BPG Mrgvlovani";
  margin-bottom: 0.5rem;
}

.order-form input,
.order-form select {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  margin-bottom: 18px;
  padding-left: 20px;
}

.send-order {
  width: 100%;
  background: var(--green);
  border: none;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  font: 18px "BPG Mrgvlovani Caps 2010";
  line-height: 24px;
  height: 57px;
  transition: all 1s ease;
}

.order-form select {
  background: transparent;
}

.production-item-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  button {
    background: transparent;
    border: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    &:hover { color: var(--main); }
  }
}

.cart-button {
  position: relative;
  div {
    background: var(--main);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 10px 'BPG Mrgvlovani Caps 2010';
    line-height: 14px;
    position: absolute;
    top: -6px;
    right: -10px;
    width: 18px;
    height: 18px;
  }
}
.cart-form {
    select {
        background: transparent;
        background-image: url(../img/arrow-down.svg) !important;
        background-size: 13px 13px !important;
        background-position: right 20px center !important;
        background-repeat: no-repeat !important;
        --bs-form-select-bg-img: none !important;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}

.success-message {
  background: var(--main);
  color: white;
  font: 14px 'BPG Mrgvlovani Caps 2010';
  line-height: 19px;
  width: 300px;
  height: 50px;
  opacity: 0;
  transition: all 0.3s ease;
  position: fixed;
  right: 20px; top: -140px;
  z-index: 1000;
  &.active { opacity: 1; top: 40px; }
}