@import url('https://fonts.googleapis.com/css?family=Montserrat:regular,500');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Vinyl&family=Rubik:ital,wght@0,300..900;1,300..900&family=Triodion&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Vinyl&family=Rubik:ital,wght@0,300..900;1,300..900&family=Triodion&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;

  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  cursor: default;

  color: #411825;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}

.section {
  width: 100vw;
  max-width: 1600px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0px 15px;
}

/*-----------------------------------*/


select:focus {
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
input:focus {
  outline: none;
}
input {
  cursor: pointer;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}


.mt-50 {
  margin-top: 50px;
}



/*---------------------------------------*/

.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  gap: 20px;


}
.header-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.header-line-gray .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 15px;
}
.header-line-category .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 90px;
  padding: 10px 15px;
}
.header-line-gray {
  background-color: rgba(242, 240, 236, 1);
}

.header-side-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.header-side-menu-item a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;

  font-size: 16px;
  font-weight: 400;
  color: rgba(65, 24, 37, 1);

  transition: 0.3s;
}

.header-side-menu-item-text {
  transition: 0.3s;
}

.header-side-menu-item-cart-number {
  width: 16px;
  aspect-ratio: 1;
  background-color: #411825;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  bottom: -8px;
  left: -15px;
}


.header-side-menu-item:hover {
  .header-side-menu-item-text {
    color: #D8C29D;
  }


  .header-side-menu-item-search::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/img/search-icon-hoverble.svg');
    position: absolute;
  }
  .header-side-menu-item-cart::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/img/cart-icon-hoverable.svg');
    position: absolute;
  }
  .header-side-menu-item-wish::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/img/wish-icon-hoverable.svg');
    position: absolute;
  }
}
@media(max-width:992px){
  .header-side-menu-item:hover {
    .header-side-menu-item-text {
      color: rgba(65, 24, 37, 1);
    }
  }
}

.header-side-menu-item {
  position: relative;
}

.header-side-menu-item-search {
  margin-right: 25px;
}
.header-side-menu-item-cart {
  margin-right: 25px;
}

.header-side-menu-item-search::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/img/search-icon.svg');
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  left: -22px;
  bottom: 0px;

  transition: 0.3s;
}
.header-side-menu-item-cart::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/img/shop-icon.svg');
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  left: -22px;
  bottom: 1px;

  transition: 0.3s;
}
.header-side-menu-item-wish::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/img/wish-icon.svg');
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  left: -22px;
  bottom: 0px;

  transition: 0.3s;
}

.header-side-menu-item-search:hover::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/img/search-icon-hoverble.svg');
  position: absolute;
}
.header-side-menu-item-cart:hover::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/img/cart-icon-hoverable.svg');
  position: absolute;
}
.header-side-menu-item-wish:hover::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/img/wish-icon-hoverable.svg');
  position: absolute;
}

.header-logo {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.header-category-item a {
  padding: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: rgba(65, 24, 37, 1);
}


.banner-main {
  margin-top: 20px;
  position: relative;
}
.banner-main-img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.banner-main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 800px;
  padding: 15px 30px;
}
.banner-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #F2F0EC;
  text-align: center;
}

.banner-main-title {
  font-family: 'Playfair Display';
  font-size: 72px;
  font-weight: 400;
}

.banner-main-subtitle {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}
.banner-main-button {
  font-size: 18px;
  padding: 16px 40px;
  border: 1px solid #F2F0EC;
  margin-top: 15px;
  color: #F2F0EC;

  transition: 0.3s;
}
.banner-main-button:hover {
  background-color: rgba(65, 24, 37, 1);
  border-color: rgba(65, 24, 37, 1);
  color: #F2F0EC;
}


.collections-block {
  margin-top: 100px;
}
.block-title {
  font-size: 35px;
  font-weight: 400;
  color: rgba(65, 24, 37, 1);
  font-family: 'Playfair Display';
  width: 100%;
}
.block-title-main {
  font-size: 45px;
}
.collections-block .block-title {
  text-align: center;
}
.collection-card {
  position: relative;
}
.collection-card-content {
  position: absolute;
  bottom: 40px;
  left: 15px;
}
.collection-card-title {
  font-family: 'Playfair Display';
  font-size: 25px;
  color: #fff;

  transition: all 0.4s ease;
}
.collection-card-subtitle {
  display: none;

  transition: all 0.4s ease;
}
.collection-card-button {
  display: none;
}

.collection-card {
  width: 230px;
  height: 500px;

  transition: all 0.4s ease;

}
.collection-card {
  inset: 0; /* сверху/снизу/слева/справа = 0 */
  background-size: cover;
  z-index: -1;
}
.collection-card-1 {
  background: url("/img/collection-card-img.png") no-repeat center center;
  background-size: cover;
}
.collection-card-2 {
  background: url("/img/collection-card-img-2.png") no-repeat center center;
  background-size: cover;
}
.collection-card-3 {
  background: url("/img/collection-card-img-3.png") no-repeat center center;
  background-size: cover;
}
.collection-card-4 {
  background: url("/img/collection-card-img-4.png") no-repeat center center;
  background-size: cover;
}
.collection-card-5 {
  background: url("/img/collection-card-img-5.png") no-repeat center center;
  background-size: cover;
}


.collection-card-block {
  transition: all 3s ease;
}


.collection-card-block.hoverable {


  .collection-card {
    width: 370px;
  }
  .collection-card::before {
    filter: blur(0px);
  }
  .collection-card-button {
    display: block;
  }
  .collection-card-title {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    font-family: 'Playfair Display';
    text-transform: uppercase;
  }
  .collection-card-subtitle {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }

}


.collections-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;

  margin-top: 40px;
}




.best-seller-block {
  margin-top: 100px;
}
.best-seller-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.best-seller-select-part {
  display: flex;
  align-items: center;
}

.best-seller-select-part-items {
  white-space: nowrap;
  padding-left: 40px;

  font-size: 16px;
  color: #52363F;
}
.best-seller-select-part-label {
  font-size: 16px;
  font-weight: 400;
  color: #796E73;
  white-space: nowrap;
  margin-right: 15px;
}
.best-seller-select {
  border: none;
  border-left: 2px solid #D8C29D;
  font-size: 16px;
  font-weight: 600;
  width: 170px;
  padding-left: 15px;
  color: #411825;
}
.best-seller-select .custom-select-toggle {
  justify-content: space-between;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  width: 150px;
}
.best-seller-select .custom-select-list {
  width: 100%;
}
.best-seller-select:focus {
  outline: none;
}
.best-seller-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 20px;
}
.best-seller-card {

}

.best-seller-card img{
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  margin-bottom: 12px;
}

.best-seller-card-name {
  font-size: 18px;
  font-weight: 700;
  color: #411825;

}
.best-seller-card-price {
  font-size: 18px;
  font-weight: 400;
  color: #52363F;
}


.best-seller-img-part {
  position: relative;
  border: 1px solid #E0D6C5;
  margin-bottom: 15px;
}
.best-seller-card-btn {
  display: none;
  transition: all 0.4s ease;
}
.best-seller-img-part {
  transition: all 0.4s ease;
}

.best-seller-sale {
  display: block;
  background-color: #411825;
  color: #fff;
  padding: 10px 16px;

  font-size: 16px;
  font-weight: 400;

  position: absolute;
  top: 20px;
  left: 15px;
}
.best-seller-card-rbar {
  display: none;
  transition: all 0.4s ease;
}

.wish-block .card-full-btn {
  display: none;
}
.wish-block .card-share-btn {
  display: none;
}

.best-seller-img-part.hoverable {

  .best-seller-card-rbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;

    position: absolute;
    top: 20px;
    right: 15px;
  }
  .best-seller-card-btn {
    display: block;
    width: 100%;
    background-color: #411825;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 10px;

    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.card-like-btn {
  background: url("/img/card-like-icon.svg") no-repeat center center;
  background-color: #411825;
  border-radius: 50%;
  width: 45px;
  aspect-ratio: 1;
}
.card-share-btn {
  background: url("/img/card-share-icon.svg") no-repeat center center;
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  aspect-ratio: 1;
  border: 1px solid #411825;
}
.card-full-btn {
  background: url("/img/card-full-screen-icon.svg") no-repeat center center;
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  aspect-ratio: 1;
  border: 1px solid #411825;
  transition: 0.3s;
}
.card-side-btn:hover {
  background-color: #E0D6C5;
}

.card-like-btn.liked {
  background: url("/img/card-liked-icon.svg") no-repeat center center;
  background-color: #411825;
  border-radius: 50%;
  width: 45px;
  aspect-ratio: 1;
}


@media(max-width:992px){
  .best-seller-select-part {
    display: none;
  }
}

/*--------------------------------------------------------------------------------*/

.pager-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pager-wrap {
  .pager {
    display:flex;
    align-items:center;
    gap:28px; /* большой промежуток между элементами */
    justify-content:flex-start;
    user-select:none;
  }
}


.btn, .page {
  display:flex;
  align-items:center;
  justify-content:center;
  height:40px;
  min-width:20px;
  padding:0 6px;
  font-size:18px;
  line-height:1;
  color: #411825;
  background:transparent;
  border:none;
  cursor:pointer;

  width:48px;
  height:48px;
}


/* выделенная текущая страница — квадрат */
.page.current{
  width:48px;
  height:48px;
  background: #411825;
  color: #fff;
  font-weight:400;
  font-size:20px;
}


/* обычные номера — увеличенный трекинг и тонкий вес */
.page:not(.current){
  font-weight:500;
  letter-spacing:0.4px;
}

.page:not(.current):hover{
  width:48px;
  height:48px;
  background: #E7E5E6;
  color: #411825;
  font-weight:400;
  font-size:20px;
}


/* точки */
.dots{
  font-size:20px;
  padding:0 4px;
}


/* стрелки — тонкий цвет */
.icon{
  width:18px;
  height:18px;
  opacity:0.9;
  color: #411825;
}


/* визуальное расстояние между левыми стрелками и цифрами как на картинке */
.left-arrow{ margin-right:6px; }
.right-arrow{ margin-left:6px; }


/* небольшой hover */
.btn:hover, .page:hover{ opacity:0.85; }


/* медиазапрос для масштабирования на маленьких экранах */
@media (max-width:600px){
.pager-wrap{width:100%;padding:0 16px}
.pager{gap:12px}
}


/*--------------------------------------------------------*/

.promo-banner-1 {
  background: url("/img/promo-banner-img-1.png") no-repeat center center;
  grid-column-start: 1;
  grid-column-end: 3;
  height: 450px;

  padding: 60px 80px;
  position: relative;


  .promo-banner-content {
    position: absolute;
    right: 80px;
  }
  .promo-banner-subtitle {
    margin-top: 15px;
  }
}
.promo-banner-2 {
  background: url("/img/promo-banner-img-2.png") no-repeat center center;

  padding: 50px 40px;
}
.promo-banner-3 {
  background: url("/img/promo-banner-img-3.png") no-repeat center center;

  padding: 50px 40px;
}

.promo-banner-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #222222;
  max-width: 330px;
}
.promo-banner-title {
  font-size: 35px;
  font-weight: 400;
  font-family: 'Playfair Display';
  color: #52363F;
}
.promo-banner-subtitle {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #52363F;
}
.promo-banner-btn {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  font-family: 'Roboto';
  color: #52363F;

  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-banner-btn span {
  margin-left: 15px;
}


.promo-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 100px;
}


.find-us {
  margin-top: 100px;

  .block-title {
    text-align: center;
  }
}
.find-us-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}

@media(max-width:1200px){
  .find-us-content {
    flex-wrap: wrap;
  }
}



.faq-block {
  margin-top: 100px;
}

.faq-block .block-title {
  text-align: center;
}

.faq-block-content {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;margin-top: 40px;
}

.faq-item__label {
  font-size: 16px;
  font-weight: 700;
  color: #411825;
}
.faq-item__content {
  color: #796E73;
  font-size: 16px;
}




.footer {
  margin-top: 150px;
  background-color: #411825;
  padding: 60px 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.footer-top-text-part {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer-top-title {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  font-family: 'Playfair Display';
}
.footer-top-uptitle {
  letter-spacing: 0.15em;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #E0D6C5;
  text-transform: uppercase;
}
.footer-top-input-part {
  display: flex;
  justify-content: end;
  gap: 15px;
  align-items: center;

  border-bottom: 1px solid #fff;
}
.footer-top-input-button {
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-top-input {
  background: transparent;
  border: none;
  width: 400px;
  padding: 10px 0;

  font-size: 16px;
  color: #fff;
}
.footer-top-input::placeholder {
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto';
}

.footer-underline {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 50px 0;
}


.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer-columns-part {
  display: flex;
  gap: 80px;
}
.footer-column-title {
  font-size: 20px;
  font-weight: 700;
  color: #D8C29D;
  margin-bottom: 15px;
}
.footer-column-item {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}

.footer-info-media {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
}
.footer-logo {
  margin-top: 30px;
}
.footer-information {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  margin-top: 30px;
}
.footer-inormation-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: #E7E5E6;
  font-size: 16px;
}

.footer-year {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-top: 50px;
}



/*---------------------------------------Products-------------------------------------*/
.under-page-info {
  margin-top: 40px;
}
.prev-page {
  font-size: 16px;
  font-weight: 400;
  border-right: 2px solid #CAC6C8;
  color: #796E73;
  text-transform: uppercase;
  padding-right: 15px;
  padding-left: 15px;
}
.curent-page {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #411825;
  padding-left: 15px;
}

.products-block-top {
  width: 100%;
  text-align: center;
  background-color: #411825;
  padding: 30px 50px;
  color: #fff;

  font-size: 30px;
  font-weight: 400;
  font-family: 'Playfair Display';

  margin-top: 45px;
}
.products-block-top span {
  font-size: 45px;
  font-family: 'Playfair Display';
}


.products-container {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px;

  margin-top: 40px;
}
.products-filter-part {
  min-width: 230px;
  background-color: #F2F0EC;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 50px;
}

.products-block-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #796E73;
  font-family: 'Roboto';
}
.products-container .best-seller-content {
  margin-top: 20px;
}
.products-container .best-seller-top {
  padding-top: 10px;
}

/*-----------------------------------------------------Filter------------------------------------------------*/

.filter-block {
  display: flex;
  flex-direction: column;
  align-items: start;

  padding-bottom: 20px;
  border-bottom: 1px solid #796E73;
  width: 100%;
}

.filter-block-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #52363F;

  border-bottom: 1px solid #52363F;

  padding: 5px 0;
}

.filter-none-text {
  font-size: 16px;
  text-transform: uppercase;

  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0;
}

.filter-block-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  user-select: none;

  width: 100%;
}
.filter-block-title {
  font-size: 20px;
  font-weight: 700;
  color: #411825;
  margin-bottom: 20px;
  user-select: none;
}
.filter-block-item {
  color: #796E73;
  font-size: 18px;
  font-weight: 400;

  width: 100%;
  user-select: none;

  transition: 0.3s;
}
.filter-block-item.active {
  border-left: 3px solid #D8C29D;
  padding: 4px 15px;
  color: #411825;
}

.filter-block-list-item {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}

.filter-block-list-item input {
  width: 16px;
  aspect-ratio: 1;
  border-color: #52363F;
}

.checkbox:checked {
  accent-color: #D8C29D;
  border: none;
  color: #fff;
}

.filter-block-list-item input:checked ~ span {
}

.filter-block-size {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.fiter-block-item-size {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;

  border: 1px solid #D8C29D;
  color: #411825;
  font-size: 16px;

  transition: 0.3s;
}
.fiter-block-item-size.active {
  background-color: #D8C29D;
  color: #fff;
}


.filter-range-price {
  font-size: 16px;
  color: #411825;
}

.filter-block-range {
  width: 100%;
}


@media (max-width:992px){
  .filter-block-size {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*----------------------------------------------Contacts-----------------------------------------*/

.contacts-block .block-title {
  text-align: center;
}
.contacts-block {
  margin-top: 40px;
}
.contacts-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;

  margin-top: 40px;
}
.contacts-content-card {
  padding: 25px;
  border: 1px solid #E0D6C5;
}
.contacts-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #B07A1E;
}


.contacts-card-info {
  margin-top: 20px;
}
.contacts-info-line {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #411825;
  margin-bottom: 6px;
}


/*------------------------------------------------------rules----------------------------------------------------*/

.rules-block .block-title {
  text-align: center;
}
.rules-block {
  margin-top: 40px;
}

.rules-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}
.rules-content-text {
  font-size: 16px;
  color: #411825;
}
.rules-content-text ol {
  margin-left: 20px;
}
.rules-content-text a {
  color: #411825;
}


/*-------------------------------------------------------wishlist---------------------------------------------------------*/

.wish-block {
  margin-top: 40px;
}
.wish-block .block-title {
  text-align: center;
}

.wish-block .best-seller-card-rbar {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  position: absolute;
  top: 20px;
  right: 15px;
}


.wish-slider-block {
  margin-top: 100px;
  position: relative;
}
.wish-slider-block .block-title {
  text-align: center;
}

.wish-block .best-seller-content {
  grid-template-columns: repeat(4, 1fr);
}


.wish-slider {
  overflow: hidden;
  position: relative;
  margin: 0 50px;
  padding: 5px;
  margin-top: 40px;
}
.wish-slider-block .swiper-button-prev {
  padding: 35px 10px;
  background: url("/img/swiper-button-icon.svg") no-repeat center center #F2F0EC;
}

.wish-slider-block .swiper-button-next {
  padding: 35px 10px;
  transform: rotate(180deg);
  background: url("/img/swiper-button-icon.svg") no-repeat center center #F2F0EC;
}


/*---------------------------------------------------------delivery--------------------------------------------------*/

.delivery-block {
  margin-top: 40px;
}
.delivery-block .block-title {
  text-align: center;
}
.delivery-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.delivery-content-text {
  color: #411825;
  font-size: 16px;
  font-weight: 400;
}
.delivery-content-list {
  border-top: 1px solid #E7E5E6;
  width: 100%;
}
.delivery-list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding: 15px 10px;
  width: 100%;

  border-bottom: 1px solid #E7E5E6;
}
.payment-list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding: 15px 10px;
  width: 100%;

  border-bottom: 1px solid #E7E5E6;
}

.delivery-list-item-title {
  font-size: 16px;
  color: #411825;
  font-weight: 400;
}
.delivery-list-item-subtitle {
  color: #796E73;
  font-size: 16px;
  font-weight: 400;
}
.delivery-list-item-btn {
  font-size: 16px;
  font-weight: 700;
  color: #52363F;
}
.delivery-list-item-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 3px;
}


/*-------------------------------------------------------------cart-----------------------------------------------*/

.cart-block .block-title {
  text-align: center;
}
.cart-block {
  margin-top: 40px;
}
.cart-content-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;

  margin-top: 60px;

}
.cart-content-button {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;

  border: 1px solid #411825;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.cart-btn-light {
  color: #411825;
}
.cart-btn-dark {
  background-color: #411825;
  color: #fff;
}

.cart-content-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin-top: 40px;
}
.cart-content-total-text {
  color: #B07A1E;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.cart-content-total-price {
  font-size: 20px;
  font-weight: 700;
  color: #411825;
}

.cart-content-list {
  border-bottom: 1px solid #F2F0EC;

  max-height: 80vh;
  overflow-y: scroll;

  margin-top: 40px;
}
.cart-content-list::-webkit-scrollbar {
  display: none;
}

.cart-list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;

  padding: 10px;
  border-bottom: 1px solid #F2F0EC;

  position: relative;
}

.cart-list-item.removed {
  display: none;
}
.cart-list-item-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
}
.cart-list-item-img {
  width: 100px;
  aspect-ratio: 1;

  border: 1px solid #E0D6C5;
}
.cart-list-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 100px;
}
.cart-list-item-number {
  background-color: #F2F0EC;
  width: 100px;
  padding: 15px;
  font-size: 16px;
  color: #796E73;
  text-align: center;
  border: none;
}
.cart-list-item-content-title {
  font-size: 18px;
  color: #411825;
  font-weight: 700;
}
.cart-list-item-content-size {
  color: #796E73;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.cart-list-item-content-price {
  color: #52363F;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}

/*------------------------------------------------------------checkout--------------------------------------------------------*/


.checkout-block {
  margin-top: 40px;
}
.checkout-block .block-title {
  text-align: center;
}

.checkout-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 40px;

  gap: 50px;
}
.checkout-content-list {
  position: sticky;
  top: 0px;
  background-color: #FAF9F7;
  padding: 30px;
  min-width: 380px;
}
.order-list-part-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.order-list-top, .order-list-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-list-part {
  border-bottom: 1px solid #E0D6C5;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-list-bottom {
  padding-top: 20px;
}

.order-list-part-line-title {
  font-size: 16px;
  font-weight: 400;
  color: #52363F;

  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-list-part-line-price {
  font-size: 16px;
  font-weight: 700;
  color: #52363F;
}
.order-top-title {
  font-size: 20px;
  color: #52363F;
  font-weight: 700;
}
.order-top-text {
  font-size: 16px;
  color: #52363F;
  cursor: pointer;
  font-weight: 700;
}


.checkout-container-content {
  display: flex;
  flex-direction: column;
  gap: 50px;

  width: 100%;
}

.checkout-content-title {
  font-size: 20px;
  font-weight: 700;
  color: #411825;
}

.checkout-content-part-in {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 25px;

  width: 100%;
}

.personal-data-input {
  background-color: #F2F0EC;
  border: none;
  font-size: 16px;
  padding: 15px 20px;

  width: 100%;
  margin-bottom: 15px;
}
.personal-data-input::placeholder {
  color: #796E73;
}

.delivery-details-part-in {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.delivery-details-select {

  -webkit-appearance: none; /* Chrome, Safari, iOS */
  -moz-appearance: none;    /* Firefox */
  appearance: none;
  color: #796E73;

  background-color: #F2F0EC;
  border: none;
  font-size: 16px;
  padding: 15px 20px;

  width: 100%;

  background-image: url("/img/select-arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: right 20px center; /* отступ стрелки от правого края */
}
.delivery-details-part-in .personal-data-input {
  margin-bottom: 0;
}

.delivery-grid-1 {
  grid-column-start: 1;
  grid-column-end: 7;
}
.delivery-grid-2 {
  grid-column-start: 1;
  grid-column-end: 7;
}
.delivery-grid-3 {
  grid-column-start: 1;
  grid-column-end: 4;
}
.delivery-grid-4 {
  grid-column-start: 4;
  grid-column-end: 7;
}
.delivery-grid-5 {
  grid-column-start: 1;
  grid-column-end: 3;
}
.delivery-grid-6 {
  grid-column-start: 3;
  grid-column-end: 5;
}
.delivery-grid-7 {
  grid-column-start: 5;
  grid-column-end: 7;
}


.checkout-content-part-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-content-part-top-text {
  font-size: 16px;
  font-weight: 700;
  color: #52363F;
}

.delivery-details-nonavalible-block {
  background-color: rgba(217, 9, 82, 0.05);
  border: 1px solid #D90952;

  width: 100%;
  padding: 10px;

  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

.delivery-details-nonavalible-block-title {
  font-size: 16px;
  font-weight: 400;
  color: #411825;
}
.delivery-details-nonavalible-block-text {
  font-size: 16px;
  font-weight: 400;
  color: #411825;
}


.checkout-block .delivery-list-item-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.delivery-order-list-checkpoint {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #D8C29D;
  background-color: transparent !important;

  position: relative;
  cursor: pointer;
}

.delivery-list-item.gray-bkg {
  background-color: #F2F0EC;
}
.payment-list-item.gray-bkg {
  background-color: #F2F0EC;
}

.delivery-order-list-checkpoint.active {
  border: 1px solid #411825;
  .delivery-order-list-checkpoint-point {
    background-color: #411825;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    aspect-ratio: 1;
    border-radius: 50%;
  }
}


.delivery-order-checkbox {
  margin-top: 15px;
}



.order-part-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}



/*-------------------------------------------checkbox----------------------------------*/

.checkbox {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.checkbox input {
  opacity: 0;
  position: absolute;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 4px;
  margin-right: 8px;
  transition: all 0.2s;
}

/* Галочка */
.checkbox input:checked + .checkmark {
  background-color: #D8C29D;
  border-color: #D8C29D;
}

.checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*---------------------------------------------Shops-----------------------------------------------------------------*/

.shops-block .block-title {
  text-align: center;
}
.shops-block {
  margin-top: 40px;
}

.shops-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;

  width: 100%;
}
.shops-list-item-content {
  padding: 25px;
}
.shops-list-item-img {
  background: url("/img/shop-photo.png") no-repeat center center;
  background-size: cover;
  min-width: 290px;
  max-width: 290px;
  height: 250px;
}
.shops-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E0D6C5;
}
.shops-list-item-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}
.shop-title {
  font-size: 20px;
  font-weight: 700;
  color: #B07A1E;
  text-transform: uppercase;
}
.shop-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 5px;

  margin-top: 20px;
}

.shop-info-2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;

  align-items: start !important;
}
.shop-info-line {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.shop-info-line-text {
  font-size: 16px;
  color: #411825;
  font-weight: 400;

  width: 100%;
}

.shop-info-line-text-in {
  display: flex;
  width: 100%;

}

.shop-info-line-text span {
  flex: 0 50px;
}

.shop-more-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  font-family: 'Roboto';
  color: #52363F;

  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-more-btn span {
  font-size: 26px;
  margin-left: 15px;
  margin-top: -3px;
}



/*---------------------------------------product-------------------------------------*/

.product-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;

  margin-top: 40px;
}
.product-photos-part {
  width: 100%;
}
.product-main-img {
  max-width: 340px;
}
.product-img-container {
  border: 1px solid #E0D6C5;
  position: relative;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}


.product-info-top {
  position: relative;

  padding-bottom: 50px;
  border-bottom: 1px solid #E7E5E6;
}

.product-info-top-undertitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #D8C29D;
}
.product-info-top-title {
  font-size: 35px;
  font-family: 'Playfair Display';
  font-weight: 400;
  color: #411825;

  margin-top: 5px;
  margin-bottom: -5px;
}
.product-info-top-price {
  font-size: 45px;
  font-weight: 400;
  color: #411825;
  font-family: 'Lora';
}
.product-info-rbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  position: absolute;
  top: 0px;
  right: 0px;
}

.product-info-description {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 13px;
}
.product-info-description-line {
  font-size: 16px;
  font-weight: 400;
  color: #411825;
}
.product-info-description-line span {
  font-weight: 700;
  margin-right: 10px;
}
.product-info-description-line a {
  color: #411825;
  border-bottom: 1px solid #411825;
}

.product-info-size {
  margin-top: 50px;
}
.product-info-size-title {
  font-size: 16px;
  font-weight: 700;
}

.product-size-content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px;

  margin-top: 20px;
}
.product-size-content-item {
  cursor: pointer;

  width: 72px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #F2F0EC;
  border: 1px solid #D8C29D;

  font-size: 16px;
  font-weight: 400;
  color: #411825;
}
.product-size-content-item.active {
  background-color: #D8C29D;
  color: #fff;
}
.product-size-content-item.none {
  color: #CAC6C8;
  border-color: #E7E5E6;
}

.product-btns-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}

.product-delivery-options-block {
  margin-top: 50px;
}



.product-photos-part { width:100%; min-width: 565px;
}
.product-img-container { border:1px solid #E0D6C5; aspect-ratio:1; display:flex; justify-content:center; align-items:center; }
.product-main-img { max-width:340px; transition:opacity .2s ease; }

.thumb-row { display:flex; align-items:center; gap:12px; margin-top:14px;position: relative; overflow: hidden; }

.thumbs-wrap {
  overflow: hidden;
  flex-shrink: 0;
  width: calc((117px + 12px) * 4 - 12px); /* 4 миниатюры по 115px и промежутки по 12px */
  height: 117px;
}
.thumbs { display:flex; gap:12px; transition: transform .3s ease; }

.thumb {
  width:115px;
  height:115px;
  border:1px solid #e7dfd7;
  background:#fff;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; flex-shrink:0;
  position:relative;
}
.thumb img { width:100%; height:100%; object-fit:cover; border-radius:2px; }

.thumb.active { border:1px solid #B07A1E; }

.thumb-arrow {
  width:38px; height:115px;
  background: url("/img/swiper-button-icon.svg") no-repeat center center #F2F0EC;
  border:none; cursor:pointer; flex-shrink:0;
  transform:rotate(180deg);
}

.thumb-arrow-container {
  position: absolute;
  right: 0;
  padding: 0 0 0 20px;
  background-color: #fff;
}

@media(max-width:600px){
  .product-photos-part {
    width:100%; min-width: calc(100% - 40px);
  }
  .product-main-img {
    max-width: calc(100% - 30px);
  }
}
@media(max-width:380px){
  .thumb-arrow-container {
    position: absolute;
    right: 0;
    padding: 0 0 0 10px;
    background-color: #fff;
  }
  .thumb-arrow {
    width:34px; height:115px;
    background: url("/img/swiper-button-icon.svg") no-repeat center center #F2F0EC;
    border:none; cursor:pointer; flex-shrink:0;
    transform:rotate(180deg);
  }
}




/*----------------------------------------------------------adaptive-------------------------------------------------*/

.header-side-menu-adaptive {
  display: none;
}

@media (max-width:1250px){
  .collection-card {
    width: 150px;
    height: 400px;
  }

  .collection-card-block.hoverable {
    .collection-card {
        width: 300px;
    }
    .collection-card-title {
      max-width: 260px;
    }
  }
  .collection-card-title {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


@media(max-width:992px) {
  .banner-main {
    margin-top: 25px;
  }
  .header-line-gray .container {
    padding: 30px 25px;
  }
  .header-side-menu-1 {
    display: none;
  }
  .header-logo {
    display: none;
  }
  .header-side-menu-adaptive {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
  }
  .header-side-menu-2 {
    gap: 30px !important;
  }
  .header-side-menu-item-search, .header-side-menu-item-cart, .header-side-menu-item-wish {
    display: none;
  }
  .header-side-menu-item-search {
    display: none;
  }
  .header-line.header-line-category {
    display: none;
  }
  .header-line-gray {
    background-color: #FAF9F7;
  }
  .header-line-gray .container {
    padding-top: 35px;
    padding-bottom: 20px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  }
  .header {
    margin-top: 0;
  }

}

@media (max-width:850px) {
  .collection-card {
    width: 100%;
    height: 45px;
  }
  .collection-card::before {
    filter: blur(0);
  }
  .collection-card-block {
    width: 100%;
    max-width: 450px;
    height: 85px;
  }
  .collection-card {
    height: 85px;
  }
  .collection-card-block.mt-50 {
    margin-top: 0;
  }
  .collections-content {
    flex-direction: column;
  }
  .collection-card-content {
    bottom: 50%;
    right: 15px;
    transform: translateY(50%);
    font-family: 'Playfair Display';
  }
  .collection-card-title {
    max-width: 100%;
  }

  .collection-card-block.hoverable {
    .collection-card {
      height: 85px;
      max-width: 450px;
      width: 100%;
    }
    .collection-card-title {
      max-width: 260px;
    }
    .collection-card-button {
      display: none;
    }
    .collection-card-title {
      max-width: 95%;
      font-size: 35px;
      font-weight: 400;
      color: #fff;
      font-family: 'Playfair Display';
    }
    .collection-card-subtitle {
      display: none;
      font-size: 16px;
      font-weight: 400;
      color: #fff;
    }
  }
}


@media (max-width:800px) {
  .banner-main-title {
    font-size: 35px;
  }
  .banner-main-img {
    min-height: 400px;
    object-fit: cover;
  }
}

@media (max-width:768px){
  .collections-block {
    margin-top: 80px;
  }

  .best-seller-block {
    margin-top: 80px;
  }

  .find-us {
    margin-top: 80px;
  }

  .faq-block {
    margin-top: 80px;
  }

  .footer {
    margin-top: 100px;
  }

  .block-title {
    font-size: 30px;
  }

  .promo-banners {
    margin-top: 80px;
  }
  .promo-banner-1, .promo-banner-2, .promo-banner-3 {
    width: 100%;

    background-size: cover;
  }
  .promo-banner-1 {
    background: url("/img/promo-banner-1-adaptive-img.png") no-repeat center center;
    background-size: cover;
    background-position: top;
  }
  .promo-banner-2 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .promo-banner-3 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .promo-banner-1 .promo-banner-content {
    left: 40px;
    right: auto;
    bottom: 50px;
  }
}

@media(max-width:650px){
  .header-side-menu-2 {
    gap: 10px !important;
  }
  .best-seller-content {
    grid-template-columns: 1fr 1fr;
  }
  .faq-block-content {
    flex-direction: column;
  }
  .best-seller-select-part {
    width: 100%;
  }
  .best-seller-select {
    width: 100%;
  }

  .page.current {
    width: 44px;
    height: 44px;
  }
  .page-3 {
    display: none;
  }
  .pager-wrap .pager {
    justify-content: space-between;
    width: 100%;
    gap: 0;
  }
  .pager-wrap {
    padding: 0 5px;
  }


  .footer {
    padding: 40px 10px;
  }
  .footer-top {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .footer-top-input-part {
    width: 100%;
    justify-content: space-between;
  }
  .footer-top-input::placeholder {
    max-width: 80%;
    flex-wrap: wrap;
  }


  .footer-content {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }





  .best-seller-sale {
    font-size: 12px;
    left: 5px;
    top: 5px;
    padding: 5px 10px;
  }
  .best-seller-img-part.hoverable {
    .best-seller-card-btn {
      padding: 12px 5px;
      font-size: 12px;
    }
    .card-share-btn {
      display: none;
    }
    .card-full-btn {
      display: none;
    }
    .best-seller-card-rbar {
      top: 5px;
      right: 5px;
    }
    .best-seller-card .card-like-btn {
      width: 28px;
    }
  }
  .best-seller-card-content {
    text-align: center;
  }
  .best-seller-card-name {
    font-size: 18px;
  }


  .promo-banner-title {
    font-size: 25px;
  }
  .promo-banner-subtitle {
    padding-right: 15px;
  }


  .under-page-info {
    margin-top: 25px;
  }
  .products-block-top {
    margin-top: 35px;
  }
}


@media (max-width:550px) {
  .best-seller-top {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .category-custom .custom-select-toggle {
    display: flex;
    flex: 1 1 auto;
    padding: 10px 16px !important;
  }
  .category-custom {
    width: 100%;
  }
  .faq-block-content {
    margin-top: 20px;
  }
  .collections-content {
    margin-top: 20px;
  }
  .header-side-menu {
    gap: 25px;
  }
  .collection-card {
    height: 85px;
    max-width: 100%;
    width: 100%;
  }
  .collection-card-block {
    width: 100%;
    max-width: 100%;
  }

  .collection-card-block.hoverable {
    .collection-card {
      max-width: 100%;
    }
    .collection-card-title {
      font-size: 30px;
    }
  }
  .collection-card-title {
    font-size: 25px;
  }
  .find-us-content {
    gap: 15px;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
  }
  .find-us-content img {
    width: 75px;
    height: 75px;
  }

  .promo-banner-2, .promo-banner-3 {
    padding: 30px 20px;
  }
  .promo-banner-1 .promo-banner-content {
    left: 20px;
    bottom: 30px;
  }

  .banner-main-content {
    padding: 15px 2px;
  }

  .header-side-menu-2 {
    gap: 0px !important;
  }
}





/*--------------------------------------burger-adaptive-menu----------------------------------*/


.adaptive-menu {
  position: fixed;
  top: 105px;
  left: -120%;
  width: 100%;
  height: 100%;

  background-color: #fff;
  z-index: 1000000;

  transition: 0.4s;
}
@media(min-width:480px){
  .adaptive-menu {
    top: 95px;
  }
}

.adaptive-menu.opened {
  left: 0;
}

.adaptive-menu {
  display: flex;
  flex-direction: column;
  align-items: start;

  padding: 20px;
}

.close-adaptive-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  font-size: 16px;
  font-weight: 700;

  color: #411825;

  cursor: pointer;
}

.adaptive-menu-top {
  display: flex;
  justify-content: end;
  width: 100%;
}

.adaptive-menu-seacrh {
  width: 100%;
  background-color: #F2F0EC;
  border: none;

  padding: 16px 20px;
  font-size: 16px;
  margin-top: 10px;

  cursor: pointer;
}
.adaptive-menu-seacrh::placeholder {
  color: #796E73;
  text-transform: uppercase;
  font-size: 16px;
}


.adaptive-menu-list {
  width: 100%;
  margin-top: 10px;
}
.adaptive-menu-list-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;

  width: 100%;

  border-bottom: 1px solid #F2F0EC;

  cursor: pointer;
}
.adaptive-menu-list-line-text {
  font-size: 16px;
  text-transform: uppercase;
  color: #411825;
}

.adaptive-menu-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;

  padding: 15px;

  margin-top: 10px;
}



.adaptive-menu-subcategory {
  position: fixed;
  top: 105px;
  left: -120%;
  width: 100%;
  height: 100%;

  background-color: #F2F0EC;
  z-index: 10000000;

  transition: 0.4s;


  display: flex;
  flex-direction: column;
  align-items: start;

  padding: 20px;
}
@media(min-width:480px){
  .adaptive-menu-subcategory {
    top: 95px;
  }
}

.adaptive-menu-subcategory.opened {
  left: 0;
}

.adaptive-subcategory-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.adaptive-subcategory-title {
  font-size: 25px;
  font-weight: 400;
  font-family: 'Playfair Display';
}

.adaptive-subcategory-list {
  padding-bottom: 120px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;

  padding-left: 20px;

  overflow-y: scroll;

  width: 100%;
}
.adaptive-subcategory-list-block {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
  gap: 10px;
}
.adaptive-subcategory-list-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;


  font-size: 16px;
  font-weight: 400;
  color: #411825;
}
.adaptive-subcategory-list-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #D8C29D;
  text-transform: uppercase;
}




.adaptive-filter-block {
  position: fixed;
  top: 105px;
  left: -120%;
  width: 100%;
  height: 100%;

  background-color: #F2F0EC;
  z-index: 100000;

  transition: 0.4s;


  display: flex;
  flex-direction: column;
  align-items: start;

  padding: 20px 0;

  padding-bottom: 120px;
}

@media(min-width:480px){
  .adaptive-filter-block {
    top: 95px;
  }
}
.adaptive-filter-block.opened {
  left: 0;
}
.adaptive-filter-block-top {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  padding-bottom: 5px;
}


/*-----------------------------------------------------------------------------------------------------*/


.filter-open-btn {
  display: none;
}

@media (max-width:992px){

  .products-filter-part {
    display: none;
  }
  .adaptive-filter-block .products-filter-part {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    width: 100%;
  }
  .filter-open-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px;

    border-bottom: 1px solid #411825;
    cursor: pointer;

    color: #411825;
    font-size: 16px;
    font-weight: 700;
  }
  .products-main-patr .best-seller-top {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .products-block-title {
    font-size: 18px !important;
  }
  .products-block-top {
    font-size: 25px;
    padding: 20px;
  }
  .products-block-top span {
    font-size: 25px;
  }
}


.wish-block-cards {
  display: none;
}

@media(max-width:1050px){
  .product-block {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .wish-slider-block {
    display: none;
  }
  .wish-block-cards {
    display: block;
    margin-top: 80px;
  }
  .wish-block-cards .block-title {
    text-align: center;
  }
  .product-info-top-title {
    font-size: 25px;
  }
  .product-info-top-price {
    font-size: 30px;
  }
}




@media (max-width:992px) {
  .shop-info {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .shop-info-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    align-items: start !important;
  }


  .contacts-content {
    display: flex;
    flex-wrap: wrap;
  }
  .contacts-content-card {
    flex-grow: 1;
  }
  .wish-block .best-seller-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}




.cart-list-item-number.adaptive-item {
  display: none;
}
.cart-list-item-content-price.adaptive-item {
  display: none;
}

.adaptive-bottom-block-cart {
  display: none;
}


@media (max-width:700px){
  .cart-list-item-number {
    display: none;
  }
  .cart-list-item-content-price {
    display: none;
  }
  .cart-list-item-number.adaptive-item {
    display: flex;
    margin-top: 5px;
    width: 70px;
    height: 40px;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .cart-list-item-content-price.adaptive-item {
    display: block;
    font-size: 18px;
    color: #411825;
  }
  .cart-list-item-info {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 100px;
    width: 100%;
  }

  .cart-list-item-content-title {
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cart-list-item {
    gap: 12px;
    align-items: start;
    padding: 10px 0;
    overflow-x: hidden;
  }

  .adaptive-bottom-block-cart {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    padding-right: 15px;
  }



  .shops-list-item-img {
    max-width: 250px;
    min-width: 250px;
  }

  .delivery-content {
    margin-top: 20px;
    gap: 20px;
  }

  .wish-block .best-seller-content {
    grid-template-columns: 1fr 1fr;
  }
  .best-seller-card .card-like-btn {
    width: 28px;
  }
  .best-seller-card .card-like-btn.liked {
    background: url("/img/card-liked-icon.svg") no-repeat center center;
    background-color: #411825;
    border-radius: 50%;
    width: 28px;
    aspect-ratio: 1;
  }
  .wish-block .best-seller-card-rbar {
    top: 5px;
    right: 5px;
  }
  .best-seller-content {
    margin-top: 20px;
  }


  .cart-content-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 70px;
  }
  .cart-block .cart-content-buttons {
    margin-top: 20px;
  }
  .cart-content-total {
    margin-top: 20px;
  }

  .cart-list-item-delete {
    right: 0;
  }


}

@media (max-width:600px){
  .cart-content-list {
    margin-top: 20px;
  }
  .contacts-content {
    margin-top: 20px;
  }
  .shops-list-item {
    flex-direction: column;
  }
  .shops-list-item-img {
    max-width: 100%;
    min-width: 100%;
    max-height: 350px;
  }

  .block-title {
    font-size: 25px;
  }
  .rules-content {
    padding-top: 20px;
  }
}

@media (max-width:500px){
  .cart-list-item-content-title {
    max-width: 90%;
  }

  .cart-list-item-img {
    width: 90px;
  }
  .cart-list-item-info {
    height: 90px;
  }
  .adaptive-bottom-block-cart {
    padding-right: 0;
  }
}
@media (max-width:340px){
  .cart-list-item-content-title {
    max-width: 80%;
  }
}



@media (max-width:850px){
  .checkout-container {
    flex-direction: column-reverse;
    margin-top: 20px;
    gap: 20px;
  }
  .checkout-content-list {
    position: static;
    max-width: 100%;
    width: 100%;
    min-width: auto;
    padding: 20px;
  }
  .checkout-container-content {
  }

  .delivery-grid-3 {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .delivery-grid-4 {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .delivery-grid-5 {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .delivery-grid-6 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .delivery-grid-7 {
    grid-column-start: 4;
    grid-column-end: 7;
  }
}
.filter-block-list-item {
  position: relative;
  width: 100%;
}
.filter-block-list-item-text {
  position: absolute;
  top: 0;
  left: 30px;


}




/*--------------------------------------------phonenumber-----------------------------------*/
.personal-data-input-block {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #F2F0EC;

  width: 100%;
}
.personal-data-input-select {
  width: 100px;
}
.personal-data-input-select-option::before {
  content: '';
  background: url("/img/flag-1-img.png") no-repeat center center;
}
.personal-data-input-block .personal-data-input {
  margin-bottom: 0;
}



.category-custom .custom-select-toggle {
  background-color: #fff;
  border-left: 2px solid #D8C29D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  height: 20px;

  font-size: 16px;
  font-weight: 700;
  color: #303030;
}
.category-custom .custom-select-list {
  min-width: 100%;
  width: 100%;
}
@media (min-width:550px) {
  .category-custom .custom-select-toggle {
    width: 270px;
  }
}



.custom-select {
  position: relative;
  cursor: pointer;

  transition: 3s;
}
.selected {
  display: flex;
  align-items: center;
  gap: 8px;
}
.options {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F2F0EC;
  width: 100%;
  list-style: none;
  margin: 0;

  z-index: 1000;

  transition: 3s;
  opacity: 0;
  height: 0;
}
.options li {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-input{
  flex:1;
  padding: 10px 12px;
  padding-left: 0;
  border:0;
  font-size:15px;
  outline:none;
  color: #411825;
  letter-spacing: 1px;
}
.custom-select.open .options {
  display: block;
  opacity: 1;
  height: auto;
}

.personal-data-input.phone-input::placeholder {
  letter-spacing: 0px;
}





/*--------------------------------*/
/* CSS (скопируй в свой файл) */
.custom-select {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  position: relative;
}

/* кнопка (видимый селект) */
.custom-select-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  background: #F2F0EC;
  color: rgba(65, 24, 37, 1);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: none;
  text-align: center;

  outline: none;
}

@media(max-width:992px){
  .custom-select-toggle {
    background: transparent;
  }
}

.custom-select-list li:hover {
  background: #F2F0EC;
}

.custom-select-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #796E73;
  margin-left: 6px;
}

.custom-select-list {
  position: absolute;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 6px 0 0 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  border: 1px solid #e6e4e2;
  display: none;
  max-height: 240px;
  min-width: 100px;
  overflow: auto;
  z-index: 20000000000000000000000000000000000000000000000000000000000000000;

}

.custom-select-list li {
  padding: 10px 20px;
  cursor: pointer;
  user-select: none;
  color: #333;
  font-size: 14px;
  text-align: center;
}
/* пункт списка */
.custom-select-list .option {
  padding: 10px 20px;
  cursor: pointer;
  user-select: none;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.custom-select.open .custom-select-list {
  display: block;
}
.header-adaptive-icon-btn {
  display: none;
}
@media (max-width:992px) {
  .header-adaptive-icon-btn {
    display: block;
  }
}

.header-adaptive-icon-btn {
  padding: 0 16px;
}
@media (max-width: 480px) {
  .custom-select-toggle { padding: 14px 5px; font-size: 16px; }
  .custom-select-list li { padding: 12px 10px; font-size: 16px; }
  .custom-select-list {
    min-width: 60px;
    max-width: 60px;
  }
  .header-adaptive-icon-btn {
    padding: 0 10px;
  }
}


.custom-select-delivery .custom-select {
  display: block;
}

.custom-select-delivery .custom-select-list {
  min-width: 100%;
}
.custom-select-delivery .custom-select-toggle {
  padding: 0;
}
.custom-select-delivery .custom-select-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-select-delivery .custom-select-value {
  font-size: 16px;
  color: #796E73;

}


.best-seller-card-price {
  display: flex;
  align-items: center;
}

.best-seller-card-price-sale::after {
  content: '399.99 €';
  text-decoration: line-through;
  text-decoration-color: #796E73;
  font-size: 12px;
  margin-left: 5px;
  text-decoration-skip-ink: none;
}

.price-sale {
  text-decoration: line-through;
  text-decoration-color: #796E73;
  color: #796E73;
  font-size: 30px;
}

@media (max-width:768px){
  .best-seller-card-price {
    margin-top: 3px;
  }
  .best-seller-card-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .price-sale {
    font-size: 22px;
  }
}
.product-price-line {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media(max-width:370px){
  .product-price-line {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0px;
    margin-top: 8px;
  }
}

.shop-panel {
  top: -120%;
  transition: 0.4s;

  width: 100%;
  padding: 80px 0;

  height: 35vh;

  position: fixed;
  left: 0;

  background-color: #fff;
  z-index: 10000000000000;
}
.shop-panel.opened {
  top: 0;
}

.shop-panel .container {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 900px;
}
.shop-panel-in {
  display: flex;
  width: 100%;
  position: relative;
}
.shop-panel-close {
  position: absolute;
  top: 0;right: -50px;
}
.shop-panel-in-block {
  width: 100%;
}
.shop-panel-in-top {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  background-color: #E0D6C5;
  padding: 20px;
}
.shop-panel-in-top-title {
  font-size: 18px;
  font-weight: 700;
  color: #411825;
}
.shop-panel-in-top-subtitle {
  font-size: 14px;
  color: hsl(341, 46%, 17%);
}

.shop-panel-in-content {
  padding: 20px;
  background-color: rgb(247, 247, 247);
}
.shop-panel-in-content-in {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 300px;
}
.shop-panel-in-content-card {
  display: flex;
  justify-content: space-between;
  align-items: start;

  border-bottom: 1px solid #fff;
  padding: 15px 10px;
}
.shop-panel-in-content-card-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;

  font-size: 16px;
  font-weight: 700;
  color: rgba(82, 54, 63, 1);
}
.shop-panel-in-content-card-title {
  color: rgba(176, 122, 30, 1);
  font-size: 16px;
  font-weight: 700;
}
.shop-panel-in-content-card-subtitle {
  font-size: 16px;
  color: rgba(121, 110, 115, 1);
}
.shop-panel-in-content-card-adress {
  color: rgba(82, 54, 63, 1);
  font-size: 16px;
}
.shop-panel-in-content-in::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


@media (max-width:650px){
  .shop-panel {
    padding: 0;
    height: 100vh;

    background-color: rgb(247, 247, 247);
  }
  .shop-panel-in-content-in {
    max-height: 100%;
  }
  .shop-panel .container {
    padding: 0;
  }
  .shop-panel-in {
  }
  .shop-panel-close {
    right: 0;
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width:400px){
  .shop-panel-in-content {
    padding: 20px 5px;
  }
}


html, body {
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE и Edge */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}



.card-screen {
  width: 100%;
  height: 100vh;
  z-index: 1000000000000000;
  position: fixed;
  top: -120%;
  background-color: rgb(0, 0, 0, 0.7);
}

.card-screen.opened {
  top: 0;
}
.card-screen .product-img-container {
  border: none;
}
.card-screen-content {
  margin: 0px auto;
  max-width: 800px;
  position: relative;
  height: 100%;
}
.card-screen-content .product-img-container {
  max-width: 500px;
  margin: 0 15px;
}
.card-screen-content .thumb {
  width: 70px;
  height: 70px;
}
.card-screen-content .thumbs {
  justify-content: center;
}
.card-screen-content .product-photos-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.card-screen .thumbs .thumb-arrow {
  display: none;
}

.card-screen .thumb-arrow-prev {
  transform: rotate(0);
}
.card-screen .thumb-arrow {
  width: 50px !important;
  height: 56px !important;
  padding: 10px;
}
.card-screen-btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000000;
  padding: 0 20px;
}



.card-screen-close {
  position: absolute;
  top: 0;
  right: -60px;
}

@media (max-width:650px){
  .card-screen-btns {
    max-width: 440px;
    padding: 0 30px;
  }
  .card-screen-content .thumbs {
    justify-content: center;
    gap: 3px;
  }
  .card-screen-close {
    position: absolute;
    top: -80px;
    right: 0px;
    width: 45px !important;
    height: 45px !important;
  }
}





.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000000000000000000000000000000000000000000000000000000;
}
.section.mt {
  margin-top: 1000px;
}


.phone-input-select {
  width: auto;
}


.checkbox-cyrcle {
  border-radius: 50% !important;
  width: 16px;
  aspect-ratio: 1;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #411825;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.checkbox-cyrcle:checked {
  background-color: #411825;
}

.checkbox-cyrcle:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  height: 60%;
  background: #411825;
  border-radius: 50%; /* белая точка внутри */
}





    .swiper {
      width: 100%;
      aspect-ratio: 1;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      aspect-ratio: 1;
      width: 100%;

      border: 1px solid #bbbbbb;

    }

    .swiper-slide-active {
      display: flex !important;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      aspect-ratio: 1;
      max-width: 380px !important;
      object-position: center;
    }

    .swiper {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-position: center;
    }

    .mySwiper2 {
      width: 100%;
    }

    .mySwiper {
      height: 172px;
      box-sizing: border-box;
      padding: 10px 0;
    }
    @media(max-width:420px){
      .mySwiper {
        height: 130px;
        box-sizing: border-box;
        padding: 10px 0;
      }
    }

    .mySwiper .swiper-slide {
      width: 25%;
      aspect-ratio: 1;
      margin-top: 10px;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
      border: 1px solid #B07A1E;
    }

    .swiper-slide img {
      display: block;
    }
    .swiper-wrapper {
      height: auto !important;
    }

    .swiper-button-next::after {
      content: '';
      width:34px; height:115px;
      background: url("/img/swiper-button-icon.svg") no-repeat center center #F2F0EC;
      border:none; cursor:pointer; flex-shrink:0;
      transform:rotate(180deg);
    }
    .swiper-button-prev::after {
      content: '';
      width:34px; height:115px;
      background: url("/img/swiper-button-icon.svg") no-repeat center center #F2F0EC;
      border:none; cursor:pointer; flex-shrink:0;
    }
    .swiper-button-next {
      right: 10px !important;
      width: 35px !important;
    }
    .swiper-button-prev {
      left: 10px !important;
      width: 35px !important;
    }






/*-----------------------------------------------------404------------------------------------------------------*/

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;

  margin: 0 auto;
  padding-top: 80px;
}

.page-404-btn {
  min-width: 560px;
}
.page-404 img {
  padding: 40px 0;
}
.page-404-title {
  font-size: 35px;
  font-family: 'Playfair Display';
  text-align: center;
}
.page-404-subtitle {
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto';
  padding-top: 10px;
}
@media(max-width:600px){
  .page-404 {
    max-width: 100%;
    width: 100%;
  }
  .page-404-btn {
    width: calc(100vw - 40px) !important;
    min-width: 290px;
  }
  .page-404-title {
    font-size: 25px;
  }
  .page-404-subtitle {
    font-size: 14px;
  }
  .page-404 img {
    width: 200px;
  }
}
