/** Shopify CDN: Minification failed

Line 10:0 Unexpected "@import"

**/
px/**************************************************/
/**                 RESET STYLES                 **/
/**************************************************/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: auto;
}

ol,
ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
}

input,
textarea,
select {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;

  border: 1px solid transparent;
  color: #000c49;
  background-color: #fff;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #000c49;
  font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #b9b9b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

/**************************************************/
/**                  BASE STYLES                 **/
/**************************************************/
.hover {
  position: relative;
}
.hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.6s;
  right: 0;
  height: 1px;
  width: 0;
  background-color: #000;
}
.hover:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.container {
  display: block;
  position: relative;
  max-width: 1920px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
}
.container-1800 {
	padding: 0 60px;
	margin: 0 auto 0 auto;
	height: 100%;
	max-width: 1920px;
}


.section-margin {
  margin-top: 150px;
}
.section-margin-sm {
	margin-top: 20px;
}
.section-container {
  padding: 0 40px;
}
.my-title-block,
.my-title-block span {
  color: #000;
  font-size: 64px;
  font-weight: 800;
  text-transform: uppercase;
}
.my-descr-block {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.white-arrow {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 600px) {
  .section-margin {
    margin-top: 80px;
  }
  .section-container {
    padding: 0 0px;
  }
}
@media screen and (max-width: 1600px) {
  .my-title-block,
  .my-title-block span {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .my-title-block,
  .my-title-block span {
    font-size: 30px;
  }
  .my-descr-block {
    font-size: 16px;
  }
}

@media screen and (max-width: 1044px) {
  .my-title-block,
  .my-title-block span {
    font-size: 24px;
  }
  .my-descr-block {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
    .container-1800 {
        padding: 0px 20px;
    }
     
}



/* btn */
.mk-hover-btn {
	border-radius: 58px;
	position: relative;
	overflow: hidden;
	width: fit-content;
	background-color: #fff;
	display: block;
	border: 1px solid transparent;
	outline: none;
	width: 251px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mk-hover-btn__in {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
	z-index: 1;
	color: #000;
	transition: color 0.4s ease;
}
.mk-hover-btn__in > span {
	color: inherit;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.mk-hover-btn > .mk-btn-overlay {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	width: 150%;
	height: 200%;
	background: #000;
	z-index: 0;
	transform: translate(-50%, 100%);
    display: block;
}
.mk-hover-btn:hover .mk-hover-btn__in {
	color: #fff;
}
.mk-hover-btn--dark {
	background-color: #181818;
}
.mk-hover-btn--dark .mk-hover-btn__in {
	color: #fff;
}
.mk-hover-btn--dark > .mk-btn-overlay {
	background-color: #fff;
}
.mk-hover-btn--dark:hover .mk-hover-btn__in {
	color: #181818;
}
/* btn */

/* mk-hover-btn__in */
@media screen and (max-width: 1480px) {
	.mk-hover-btn__in > span {
		font-size: 14px;
	}
	.mk-hover-btn {
		width: 215px;
		height: 45px;
	}
}
@media screen and (max-width: 1064px) {
  .mk-hover-btn {
    min-width: 143px;
    padding: 12px 20px;
    width: fit-content;
  }
}
@media screen and (max-width: 800px){
  .mk-hover-btn:hover .mk-hover-btn__in {
	color: #fff;
}
   .mk-hover-btn__in > span {
        font-size: 12px;
    }
   .mk-hover-btn {
        min-width: 110px;
        padding: 10px 10px;
        width: auto;
    }
   .mk-hover-btn__in > svg {
        width: 15px;
    }
}

/* mk-hover-btn__in */


.variant-picker .swatches--variant .color-swatch {
  --swatch-size: 70px;
  height: 70px
}
.collage__item.with-image {
    --overlay-opacity: 0 !important;
}
.collage__item .media {
    background-color: rgb(255 255 255 / 0%);
}



.swatches--round .color-swatch {
    --swatch-radius: 0px;
}
.color-swatch:before {
    --tw-shadow: none;
}
.variant-picker .color-swatch {
    --swatch-size: 70px;
}
@media screen and (max-width: 765px){
    .variant-picker .swatches--variant .color-swatch {
    --swatch-size: 70px;
      height: 70px;
  }
}