.multicolumn-list-title {
  text-align: left;
}

.corner-lick {
  background: transparent !important;
  color: #fff;
  padding: 0 0 0 20px !important;
  font-size: 1.3rem !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  letter-spacing: .04rem;
  text-transform: capitalize !important;
  font-weight: 400;
}

.full-special-item {
  display: flex;
  gap: 50px;
  padding: 4rem 5rem;
  background: #F4f4f4;
  justify-content: center;
}

.text-with-block {
  text-align: center;
}

.text-with-block h3 {
  margin: 0 0 15px;
  color: #444;
}

.text-with-block p {
  line-height: 28px;
  color: #444;
}

.swiper-collection .swiper-slide {
  flex-direction: row;
  align-items: flex-start;
}

.full-special-img {
  width: 28%;
}

.full-special-text {
  width: 100%;
  color: #272727;
}

.full-special-text .subtitle {
  font-size: 12px;
  color: #272727;
  text-transform: uppercase;
}

.full-special-text h2 {
  margin: 8px 0 20px 0;
  font-weight: normal;
  letter-spacing: .04rem;
}

.full-special-text a {
  display: inline-block;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  margin: 20px 0 0 0;
}

.full-special-text p {
  line-height: 25px;
}

.full-special-product {
  display: flex;
  gap: 15px;
  flex: 1;
  flex-direction: column;
}

.full-special-product-item {
  display: flex;
  gap: 10px;
}

.full-sidebar-text a {
  display: inline-block;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  margin: 20px 0 0 0;
}

.full-special-product-list {
  flex: 1;
}

.full-special-product-list img {
  width: 100%;
}

.full-special-product-list .product-price {
  color: #272727;
}

.full-special-product-list .product-price h3 {
  font-weight: normal;
  color: #272727;
  margin: 10px 0;
  font-size: 14px;
}

.full-sidebar {
  background: #f4f4f4;
  display: flex;
  padding: 0rem 4rem;
}

.full-sidebar-img {
  width: 40%;
  display: flex;
  align-items: center;
}

.full-sidebar-text {
  padding: 5rem 3rem;
}

.full-sidebar-text h2 {
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #272727;
}

.full-sidebar-text p {
  color: #444;
  line-height: 22px;
  letter-spacing: .04rem;
}

.multicolumn-list-item {
  flex: 1 1 calc(25% - 10px);
}

.page-list {
  flex-wrap: wrap;
  gap: 10px;
}

.page-list li {
  flex: 1 1 calc(25% - 10px);
}

  .botton-user{
    display: block;
  }
   .botton-user-block {
    display: none;
  }

@media (max-width: 1100px) {
  .container {
    padding: 0rem;
    column-gap: 2rem;
    height: 80px;
  }

  .page-width .menu {
    top: 130px;
    border-top: 1px solid #ccc;
    padding: 20px 0px;
  }

  .menu-bar {
    padding: 0 1rem 1rem 1rem;
  }
}

@media (max-width: 768px) {
  .search.expanded {
    top: 65px;
  }
}

@media (max-width: 480px) {
  .page-width .container {
    padding: 0rem 0 0 3rem;
  }

  #hamburger {
    position: absolute;
    left: 0;
  }

  .right-container {
    column-gap: 0rem;
  }

  .botton-cart {
    display: block;
  }

  .botton-user{
    display: none;
  }

  .botton-user-block {
    display: block;
    background: #f4f4f4;
    width: 100%;
    padding: 10px;
    display: flex;
  }

  .botton-user-block span {
    margin-left: 10px;
  }

  .botton-user svg {
    background: transparent;
  }

  .full-special-item {
    padding: 2rem 2rem;
    flex-wrap: wrap;
  }

  .full-special-product-list .product-price {
    text-align: center;
  }

  .multicolumn-list {
    gap: 10px;
  }

  .multicolumn-list-item {
    width: 50%;
    overflow: hidden;
    flex: 1 1 calc(50% - 10px);
    margin: 0;
  }

  .full-special-product {
    flex-wrap: wrap;
  }

  .full-special-img {
    width: 100%;
  }

  .full-special-text {
    width: 100%;
    text-align: center;
  }

  .full-special-text a {
    margin: 20px auto 20px auto;
  }

  .swiper-collection-item {
    flex: 1 1 calc(50% - 15px);
  }

  .full-sidebar {
    flex-wrap: wrap;
    padding: 1rem 2rem;
  }

  .full-sidebar-img {
    width: 100%;
  }

  .full-sidebar-text {
    padding: 1rem 1rem;
  }

  .page-list li {
    flex: 1 1 calc(50% - 10px);
  }

  .full-special-product-item {
    flex-direction: column;
  }

  .full-special-product-list {
    width: 100%;
  }
}