/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/search/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
@keyframes arrow-slide {
  0% {
    transform: translateX(0) rotate(var(--arrow-rotation, 0deg));
    opacity: 1;
  }
  45% {
    transform: translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));
    opacity: 0;
  }
  55% {
    transform: translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(var(--arrow-rotation, 0deg));
    opacity: 1;
  }
}
/*
    put mixins which have consistant styles for all designs
 */
.search-form__wrapper {
  background-color: #adb5ff;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .search-form__wrapper {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.search-form__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .search-form__title {
    font-size: 72px;
  }
}
.search-form__title {
  margin-bottom: 40px;
}
.search-form__form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form__input .search-form__input[type=text] {
  background: transparent;
  border-bottom-color: rgba(0, 69, 71, 0.2);
  padding-left: 28px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .form__input .search-form__input[type=text] {
    font-size: 48px;
    padding-left: 36px;
    width: 544px;
  }
}
.search-form__icon-search {
  stroke: #004547;
  position: absolute;
  left: 0;
  bottom: 27px;
}
.search-form__tabs {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: -0.01em;
}
.search-form__tabs > span {
  font-weight: 700;
  color: #004547;
}
.search-form__tags {
  display: flex;
  gap: 16px;
}
.search-form__tags-item {
  color: #004547;
}

.search-results {
  margin-top: 40px;
  text-align: center;
}
.search-results__title {
  color: #004547;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: -0.01em;
  padding-bottom: 24px;
}
.search-results__section {
  border-top: 1px solid rgba(0, 69, 71, 0.2);
  padding-top: 48px;
  padding-bottom: 48px;
}
.search-results__section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.search-results__section-title {
  color: #004547;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: -0.01em;
  font-weight: 700;
}
.search-results__links {
  display: flex;
  gap: 24px;
}
.search-results__list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .search-results__list {
    max-width: 100%;
  }
}
.search-results__list .swiper-slide {
  width: 100% !important;
}
.search-results__list .product-list__item {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .search-results__list .product-list__item {
    flex-basis: 376px;
  }
}
.search-results__load-more.button {
  margin: 30px auto 0;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/react-product-item/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
@keyframes arrow-slide {
  0% {
    transform: translateX(0) rotate(var(--arrow-rotation, 0deg));
    opacity: 1;
  }
  45% {
    transform: translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));
    opacity: 0;
  }
  55% {
    transform: translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(var(--arrow-rotation, 0deg));
    opacity: 1;
  }
}
/*
    put mixins which have consistant styles for all designs
 */
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/react-article-item/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
@keyframes arrow-slide {
  0% {
    transform: translateX(0) rotate(var(--arrow-rotation, 0deg));
    opacity: 1;
  }
  45% {
    transform: translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));
    opacity: 0;
  }
  55% {
    transform: translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(var(--arrow-rotation, 0deg));
    opacity: 1;
  }
}
/*
    put mixins which have consistant styles for all designs
 */
.article-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  border: 1px solid #edebeb;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 316px;
}
@media screen and (min-width: 768px) {
  .article-item {
    width: 376px;
  }
}
.article-item:hover .article-item__image, .article-item:focus-within .article-item__image {
  transform: scale(1.1);
}
.article-item:hover .article-item__title, .article-item:focus-within .article-item__title {
  color: #ffffff;
}
.article-item:hover .article-item__info, .article-item:focus-within .article-item__info {
  opacity: 1;
  color: #ffffff;
}
.article-item:hover .article-item__info-item .icon, .article-item:focus-within .article-item__info-item .icon {
  stroke: #ffffff;
}
.article-item:hover .article-item__button::after, .article-item:focus-within .article-item__button::after {
  background-color: #e5ff66;
}
.article-item:hover .article-item__button::before, .article-item:focus-within .article-item__button::before {
  animation: article-item-arrow-slide 0.4s ease;
}
.article-item:hover .article-item__content, .article-item:focus-within .article-item__content {
  background-color: #004547;
}
.article-item:hover .article-item__content-inner, .article-item:focus-within .article-item__content-inner {
  transform: translateY(0);
}
.article-item__image {
  position: absolute;
  transition: transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.article-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.article-item__image::after {
  content: "";
  display: block;
  padding-top: 50%;
  position: relative;
}
.article-item__content {
  width: 100%;
  padding: 27px 100px 27px 22px;
  z-index: 2;
  background-color: #ffffff;
  transition: background-color 0.3s ease, height 0.3s ease;
  display: flex;
  align-items: flex-end;
  height: 55%;
}
@media screen and (min-width: 768px) {
  .article-item__content {
    height: 50%;
    padding: 36px 104px 36px 32px;
  }
}
@media screen and (min-width: 768px) {
  .article-item__content-inner {
    transform: translateY(40px);
    transition: transform 0.3s ease;
  }
}
.article-item__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .article-item__title {
    font-size: 40px;
  }
}
.article-item__title {
  padding-top: 4px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  max-height: 85px;
  line-height: 0.72;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}
.article-item__title > span {
  color: #80a2a3;
}
@media (max-width: 370px) {
  .article-item__title {
    height: 58px;
    -webkit-line-clamp: 2;
  }
}
.article-item__info {
  display: flex;
  margin-top: 17px;
  color: #004547;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .article-item__info {
    opacity: 0;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
}
.article-item__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.article-item__info-item .icon {
  stroke: #004547;
  stroke-width: 2px;
  transition: stroke 0.3s ease;
}
.article-item__info-item:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
  margin-right: 12px;
}
.article-item__link {
  text-decoration: none;
}
.article-item__button:focus, .article-item__button:focus-visible {
  outline: none;
}
.article-item__button::after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 37px;
  width: 48px;
  height: 48px;
  background-color: #edebeb;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.article-item__button::before {
  content: "";
  position: absolute;
  right: 51px;
  bottom: 53px;
  width: 10px;
  height: 15px;
  background-color: #004547;
  mask-image: url(/dist/images/right-angle-fe5a7d913fec939fd363.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  z-index: 1;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@keyframes article-item-arrow-slide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  45% {
    transform: translateX(15px);
    opacity: 0;
  }
  55% {
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/react-page-item/scss/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
@keyframes arrow-slide {
  0% {
    transform: translateX(0) rotate(var(--arrow-rotation, 0deg));
    opacity: 1;
  }
  45% {
    transform: translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));
    opacity: 0;
  }
  55% {
    transform: translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(var(--arrow-rotation, 0deg));
    opacity: 1;
  }
}
/*
    put mixins which have consistant styles for all designs
 */
.page-item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #edebeb;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 316px;
}
@media screen and (min-width: 768px) {
  .page-item {
    width: 376px;
  }
}
.page-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(227.21deg, rgba(0, 0, 0, 0) 54.36%, rgba(0, 0, 0, 0.4) 100%);
}
.page-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.page-item:hover::after, .page-item:focus-within::after {
  background-color: rgba(0, 69, 71, 0.6);
}
.page-item:hover .page-item__image, .page-item:focus-within .page-item__image {
  transform: scale(1.1);
}
.page-item:hover .page-item__button, .page-item:focus-within .page-item__button {
  border: 1px solid #ffffff;
}
.page-item__image {
  position: relative;
  transition: transform 0.3s ease;
  height: 100%;
}
.page-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.page-item__image::after {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
.page-item__image-default {
  background-image: url(/dist/images/bags-6d27f35224943a7eb885.svg);
  background-color: #004547;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
}
.page-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 27px 100px 27px 22px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-item__content {
    padding: 37px 120px 37px 32px;
  }
}
.page-item__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .page-item__title {
    font-size: 48px;
  }
}
.page-item__title {
  color: #ffffff;
}
.page-item__link {
  text-decoration: none;
}
.page-item__button {
  position: absolute;
  right: 32px;
  bottom: 37px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: border-color 0.3s ease;
}
.page-item__button:focus, .page-item__button:focus-visible {
  outline: none;
}
.page-item__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(/dist/images/right-angle-fe5a7d913fec939fd363.svg);
  mask-size: 30px 15px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #ffffff;
}
