*,
*::before,
*::after {
padding: 0;
margin: 0;
border: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

a {
text-decoration: none;
color: inherit;
}

:focus,
:active,
a:focus,
a:active {
outline: none;
}

ul,
ol,
li {
list-style: none;
}

img {
vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: inherit;
font-size: inherit;
}

html,
body {
height: 100%;
line-height: 1;
}

button,
input {
font-weight: inherit;
font-size: inherit;
color: inherit;
font-family: inherit;
}

input::-ms-clear {
display: none;
}

button {
cursor: pointer;
background-color: inherit;
}

button::-moz-focus-inner {
padding: 0;
margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
display: none;
}

.arrow {
font-family: monospace;
font-size: 1.8rem;
color: #FFFFFF;
}

.dark-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.68);
z-index: 1;
}

html {
font-size: 62.5%;
scroll-behavior: smooth;
}
@media only screen and (min-width: 1800px) {
html {
font-size: 86.5%;
}
}

body {
font-family: "Inter-Regular", sans-serif;
font-size: 1.6rem;
color: #2D2E2E;
background-color: #FFFFFF;
}

.heeyoo-wrapper {
min-height: 100%;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
}

.heeyoo-page {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-page {
margin-top: 9.6rem;
}
}

[class*=__container] {
max-width: 167rem;
width: 90%;
margin: 0 auto;
padding: 0 1.5rem;
}
@media only screen and (max-width: 767.98px) {
[class*=__container] {
width: 100%;
}
}

.heeyoo-img {
max-width: 100%;
width: 100%;
height: 100%;
max-height: 100%;
-o-object-fit: cover;
object-fit: cover;
}

.heeyoo-img-2 {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}

body.heeyoo-active {
overflow: hidden;
}

::-moz-selection {
background-color: #b79256 !important;
}

::selection {
background-color: #b79256 !important;
}

@font-face {
font-family: "Inter-Regular", sans-serif;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("../../fonts/Inter-Regular.otf");
src: url("../../fonts/Inter-Regular.otf#iefix") format("embedded-opentype"), url("../../fonts/Inter-Regular.woff2") format("woff2"), url("../../fonts/Inter-Regular.woff") format("woff"), url("../../fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Inter-Medium", sans-serif;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url("../../fonts/Inter-Medium.otf");
src: url("../../fonts/Inter-Medium.otf#iefix") format("embedded-opentype"), url("../../fonts/Inter-Medium.woff2") format("woff2"), url("../../fonts/Inter-Medium.woff") format("woff"), url("../../fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
font-family: "Inter-SemiBold", sans-serif;
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("../../fonts/Inter-SemiBold.otf");
src: url("../../fonts/Inter-SemiBold.otf#iefix") format("embedded-opentype"), url("../../fonts/Inter-SemiBold.woff2") format("woff2"), url("../../fonts/Inter-SemiBold.woff") format("woff"), url("../../fonts/Inter-SemiBold.ttf") format("truetype");
}
.heeyoo-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-width: 14.6rem;
width: 100%;
min-height: 5.8rem;
height: 100%;
}

.heeyoo-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.heeyoo-social__link {
width: 4rem;
height: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.heeyoo-social__icon {
fill: #b79256;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.heeyoo-social__icon:hover {
fill: #3A4F39;
}
.heeyoo-social__icon:active {
fill: #b79256;
}
.heeyoo-social__icon-1 {
width: 2rem;
height: 2rem;
}

.heeyoo-btn__bg {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.heeyoo-btn__bg-1 {
background-color: rgba(255, 255, 255, 0.2);
}
.heeyoo-btn__bg-2 {
background-color: rgba(0, 0, 0, 0.2);
}
.heeyoo-btn__box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 0.6rem;
padding: 1.7rem 3rem;
border-radius: 0.4rem;
background-color: #b79256;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 1;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-btn__box {
width: 100%;
}
}
@media only screen and (max-width: 332px) {
.heeyoo-btn__box {
padding: 1.7rem 2rem;
}
}
.heeyoo-btn__box:hover .heeyoo-btn__bg-1, .heeyoo-btn__box:active .heeyoo-btn__bg-1 {
opacity: 1;
visibility: visible;
background-color: rgba(255, 255, 255, 0.2);
}
.heeyoo-btn__box:active .heeyoo-btn__bg-1 {
background-color: rgba(0, 0, 0, 0.2);
}
.heeyoo-btn__text {
font-family: "Inter-Medium", sans-serif;
font-weight: 500;
font-size: 1.8rem;
line-height: 1.37;
color: #FFFFFF;
position: relative;
z-index: 2;
}

.heeyoo-plus {
padding: 17.6rem 0 9rem;
position: relative;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-plus {
padding-top: 13rem;
}
}
.heeyoo-plus .dark-bg {
height: 38.18%;
background-color: #F6F6F6;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-plus .dark-bg {
height: 100%;
}
}
.heeyoo-plus__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 12rem 2.8rem;
position: relative;
z-index: 2;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-plus__items {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.heeyoo-plus__item {
background-color: #FFFFFF;
padding: 0 3rem 4rem;
max-width: 38.9rem;
width: 100%;
position: relative;
}
.heeyoo-plus__icons {
width: 15rem;
height: 15rem;
border-radius: 100%;
background-color: #F6F6F6;
border: 0.2rem solid #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: -7.8rem auto 0;
}
.heeyoo-plus__icon {
fill: #b79256;
}
.heeyoo-plus__icon-1 {
width: 7.2rem;
height: 6.6rem;
}
.heeyoo-plus__icon-2, .heeyoo-plus__icon-3 {
width: 7rem;
height: 7rem;
}
.heeyoo-plus__title {
font-family: "Inter-SemiBold", sans-serif;
font-weight: 600;
font-size: 2.4rem;
text-align: center;
color: #2D2E2E;
margin-top: 4.3rem;
}
.heeyoo-plus__info {
text-align: center;
color: #2D2E2E;
margin-top: 3rem;
}

.heeyoo-box {
padding: 9rem 0;
position: relative;
}
.heeyoo-box__container {
position: relative;
z-index: 1;
}
.heeyoo-box__wrapper {
margin-top: 5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 2.8rem;
}
@media only screen and (max-width: 767.98px) {
.heeyoo-box__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.heeyoo-box__items > div + div {
margin-top: 2.8rem;
}
.heeyoo-box__item {
max-width: 66.7rem;
padding: 3rem;
background-color: #FFFFFF;
position: relative;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-box__item {
padding: 3rem 1.5rem;
}
}
.heeyoo-box__img {
max-width: 60.7rem;
width: 100%;
height: 26rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
@media only screen and (max-width: 395px) {
.heeyoo-box__img {
height: 100%;
}
}
@media only screen and (max-width: 991.98px) {
.heeyoo-box__img img {
width: 100%;
}
}
@media only screen and (max-width: 767.98px) {
.heeyoo-box__img img {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
}
@media only screen and (max-width: 395px) {
.heeyoo-box__img img {
width: 100%;
}
}
.heeyoo-box__img-1 {
max-width: 60.7rem;
width: 100%;
position: relative;
z-index: 1;
}
.heeyoo-box__subtitle {
font-family: "Inter-SemiBold", sans-serif;
font-weight: 600;
font-size: 2.4rem;
color: #2D2E2E;
margin-top: 2rem;
position: relative;
z-index: 1;
}
.heeyoo-box__text {
margin-top: 3rem;
padding-right: 4rem;
position: relative;
z-index: 1;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-box__text {
padding-right: 0;
}
}
.heeyoo-box__lists {
padding-left: 3rem;
margin-top: 3rem;
}
.heeyoo-box__list {
line-height: 1.44;
list-style: disc;
}
.heeyoo-box__btn {
max-width: 25rem;
width: 100%;
margin-top: 3rem;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-box__btn {
max-width: 100%;
}
}

.heeyoo-video {
max-width: 80.6rem;
width: 100%;
margin: 5rem auto 0;
height: 45rem;
background-color: #F6F6F6;
}
@media only screen and (max-width: 767.98px) {
.heeyoo-video {
height: 30rem;
}
}
@media only screen and (max-width: 479.98px) {
.heeyoo-video {
height: 20rem;
}
}
.heeyoo-video iframe {
width: 100%;
height: 100%;
}

.heeyoo-protection {
padding: 9rem 0;
position: relative;
}
.heeyoo-protection__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 2.8rem;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-protection__container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.heeyoo-protection__item {
max-width: 52.8rem;
width: 100%;
}
.heeyoo-protection__title {
position: relative;
z-index: 1;
text-align: start !important;
}
.heeyoo-protection__text {
padding-right: 2rem;
}
.heeyoo-protection__lists {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 0 3.2rem;
position: relative;
z-index: 1;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-protection__lists {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.heeyoo-protection__imgs {
max-width: 52.8rem;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2.8rem;
position: relative;
z-index: 1;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-protection__imgs {
gap: 1rem;
}
}
.heeyoo-protection__img {
width: 100%;
}
.heeyoo-protection__img-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2.8rem;
width: 100%;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-protection__img-box {
gap: 1rem;
}
}

.heeyoo-home {
background: url(../img/heeyoo-dog-and-cat-stairs-and-accessories-official-website.jpg) center center/cover no-repeat;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.heeyoo-home__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
z-index: 2;
padding-top: 12.5rem;
padding-bottom: 12.5rem;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-home__container {
padding: 3.2rem;
}
}
.heeyoo-home__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 4.2rem;
}
.heeyoo-home__info {
text-align: center;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-home__info {
text-align: start;
}
}

.heeyoo-header {
padding: 1.9rem 0;
z-index: 3;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-header {
width: 100%;
position: fixed;
left: 0;
top: 0;
background-color: #FFFFFF;
}
}
.heeyoo-header__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.heeyoo-header__links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1.5rem 6.8rem;
}
@media only screen and (max-width: 1198.98px) {
.heeyoo-header__links {
gap: 1.5rem 4.8rem;
}
}
@media only screen and (max-width: 991.98px) {
.heeyoo-header__links {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.heeyoo-header__links li {
position: relative;
}
.heeyoo-header__link {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.heeyoo-header__link:hover {
color: #b79256;
}
.heeyoo-header__link:active {
color: #7F5F4C;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-header__menu {
position: fixed;
top: 0;
right: -100%;
width: 60%;
height: 100vh;
background-color: #F6F6F6;
overflow-y: scroll;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
padding-top: 10rem;
}
.heeyoo-header__menu.heeyoo-active {
right: 0;
}
}
.heeyoo-header__burger-menu {
display: none;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-header__burger-menu {
display: block;
position: relative;
width: 2.5rem;
height: 1.8rem;
cursor: pointer;
z-index: 1;
}
.heeyoo-header__burger-menu span {
position: absolute;
display: block;
width: 100%;
height: 0.3rem;
background-color: #3A4F39;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
left: 0;
border-radius: 0.5rem;
}
.heeyoo-header__burger-menu span:nth-child(1) {
top: 0;
}
.heeyoo-header__burger-menu span:nth-child(2) {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.heeyoo-header__burger-menu span:nth-child(3) {
top: auto;
bottom: 0;
}
.heeyoo-header__burger-menu.active span:nth-child(2) {
opacity: 0;
}
.heeyoo-header__burger-menu.active span:nth-child(1), .heeyoo-header__burger-menu.active span:nth-child(3) {
top: 44%;
bottom: auto;
}
.heeyoo-header__burger-menu.active span:nth-child(1) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.heeyoo-header__burger-menu.active span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
}
.heeyoo-header__heeyoo-btn {
margin-left: -1.8rem;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-header__heeyoo-btn {
margin-left: 0rem;
}
}

.heeyoo-footer {
padding: 9.5rem 0 10.7rem;
position: relative;
}
.heeyoo-footer__container {
position: relative;
z-index: 1;
}
.heeyoo-footer__items {
display: grid;
grid-template-columns: repeat(4, minmax(20rem, 38.9rem));
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 2.8rem;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-footer__items {
grid-template-columns: repeat(2, minmax(20rem, 38.9rem));
}
}
@media only screen and (max-width: 575px) {
.heeyoo-footer__items {
grid-template-columns: auto;
}
}
.heeyoo-footer__item > a + a {
margin-top: 1.6rem;
}
.heeyoo-footer__title {
font-family: "Inter-SemiBold", sans-serif;
font-weight: 600;
margin-bottom: 1.9rem;
}
.heeyoo-footer__text {
padding-right: 3rem;
line-height: 1.37;
margin-top: 1.9rem;
}
.heeyoo-footer__link {
display: block;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.heeyoo-footer__link:hover {
color: #b79256;
}
.heeyoo-footer__link:active {
color: #2D2E2E;
}

.heeyoo-title {
max-width: 75rem;
width: 100%;
margin: 0 auto;
}
.heeyoo-title__main {
font-family: "Inter-SemiBold", sans-serif;
font-weight: 600;
font-size: 5rem;
color: #FFFFFF;
text-align: center;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-title__main {
text-align: start;
}
}
@media only screen and (max-width: 332px) {
.heeyoo-title__main {
font-size: 4rem;
}
}
.heeyoo-title__subtitle {
line-height: 1.37;
color: #FFFFFF;
margin-top: 2.4rem;
text-align: center;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-title__subtitle {
text-align: start;
}
}

.heeyoo-bg-1 {
background-color: #b79256;
opacity: 0.1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.heeyoo-color-1 {
color: #2D2E2E;
}

.heeyoo-width {
width: 100%;
}

.heeyoo-innovation {
background-image: url(../img/);
padding: 9rem 0;
}
.heeyoo-innovation__container {
padding-top: 0;
padding-bottom: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-innovation__container {
padding: 0 1.5rem;
}
}

.heeyoo-sellers {
padding: 9rem 0;
}
.heeyoo-sellers__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 2rem;
margin-top: 6rem;
}
@media only screen and (max-width: 991.98px) {
.heeyoo-sellers__items {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.heeyoo-sellers__item {
max-width: 52.8rem;
width: 100%;
background-color: #F6F6F6;
padding: 3.9rem 3rem 2.1rem;
}
.heeyoo-sellers__person {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 1.6rem;
}
.heeyoo-sellers__img {
max-width: 8rem;
width: 100%;
}
.heeyoo-sellers__img img {
border-radius: 50%;
}
.heeyoo-sellers__box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.6rem;
}
.heeyoo-sellers__icon {
width: 2.4rem;
fill: #b79256;
}
.heeyoo-sellers__name {
font-family: "Inter-SemiBold", sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #2D2E2E;
}
.heeyoo-sellers__text {
line-height: 1.37;
margin-top: 1.6rem;
}
.heeyoo-sellers__block {
margin-top: 9rem;
}
.heeyoo-sellers__block-title {
font-size: 3.2rem;
}
.heeyoo-sellers__block-subtitle {
margin-top: 2rem;
}
.heeyoo-sellers__form {
max-width: 80.6rem;
width: 100%;
margin: 3.9rem auto 0;
}
.heeyoo-sellers__form > input + input {
margin-top: 1.6rem;
}
.heeyoo-sellers__input, .heeyoo-sellers__textarea {
width: 100%;
background-color: #F6F6F6;
padding: 1.7rem 1.6rem;
line-height: 1.37;
}
.heeyoo-sellers__input::-webkit-input-placeholder, .heeyoo-sellers__textarea::-webkit-input-placeholder {
font-family: "Inter-Regular", sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.37;
color: #2D2E2E;
}
.heeyoo-sellers__input::-moz-placeholder, .heeyoo-sellers__textarea::-moz-placeholder {
font-family: "Inter-Regular", sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.37;
color: #2D2E2E;
}
.heeyoo-sellers__input:-ms-input-placeholder, .heeyoo-sellers__textarea:-ms-input-placeholder {
font-family: "Inter-Regular", sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.37;
color: #2D2E2E;
}
.heeyoo-sellers__input::-ms-input-placeholder, .heeyoo-sellers__textarea::-ms-input-placeholder {
font-family: "Inter-Regular", sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.37;
color: #2D2E2E;
}
.heeyoo-sellers__input::placeholder, .heeyoo-sellers__textarea::placeholder {
font-family: "Inter-Regular", sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.37;
color: #2D2E2E;
}
.heeyoo-sellers__textarea {
margin-top: 1.6rem;
min-height: 15rem;
height: 100%;
resize: none;
}
.heeyoo-sellers__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-top: 1.8rem;
}
.heeyoo-sellers__btn .heeyoo-btn__box {
max-width: 16.1rem;
width: 100%;
}
@media only screen and (max-width: 479.98px) {
.heeyoo-sellers__btn .heeyoo-btn__box {
max-width: 100%;
}
}
