:root {
  --tw-text-opacity: 0.7;
  --black: #000;
  --white: #ffffff;
  --green: #6a9292;
  --creamy: #cec4b8;
  --grayLight: rgb(78 78 78 / var(--tw-text-opacity));
  --lightGray:  rgb(78 78 78 / var(--tw-text-opacity));
  --darkGray:#605e5e;
}
* {
  padding: 0;
  margin: 0;
  color: #000;
}
body {
  font-weight: 500;
  font-family: Circular, sans-serif !important;
  letter-spacing: 1px;
}
a {
  text-decoration: none;
  color: var(--black);
}
header {
  position: fixed;
  z-index: 1;
}
ul {
  list-style: none;
}
.row {
  --bs-gutter-x :unset !important
}
.header-strip-color {
  background-color: #fff;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #d3d3d3a3;
  width: 100vw;
}
.top-header-item-container {
  height: min(8vw, 4vh);
  background-color: #fff;
  display: flex;
  overflow: scroll;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
  scrollbar-width: none;
  animation: announcementBar 24s linear 0s infinite normal none running;
}

nav *:not(.brand-img) {
  background-color: var(--white);
}

.top-header-item {
  display: inline-block;
  width: 60vw;
  max-width: 30vh;
}

.top-header-item > div {
  height: 60%;
  width: 100%;
  align-items: center;
}

.top-header-item p {
  margin: 0 2%;
  font-size: 0.78rem;
}

.custom-navbar {
  position: relative;
}

.navbar-list {
  list-style: none;
  flex-direction: column;
  margin: 0;
  position: absolute;
  top: 0;
  left: -100vw;
  transition: 400ms cubic-bezier(0.4, 0, 1, 1);
  background: white;
  height: 100vh;
  width: 100vw;
  margin-top: 0.2%;
  padding: unset;
}
.display-navbar-list {
  left: 0;
}

.navbar-list li {
  border-bottom: 1px solid lightgray;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: min(5vw, 2.5vh);
  padding: min(4vw, 2vh) 0;
}

.navbar-list .product-items {
  font-weight: 500;
  font-family: Circular, sans-serif;
  font-size: min(7vw, 3.5vh);
  flex-wrap: wrap;
}

.mega-menu-product-name {
  flex-grow: 1;
}
.mega-menu-product-name ~ .arrow {
  transition: 300ms;
  flex-basis: 18%;
  display: flex;
  justify-content: center;
  transform-box: content-box;
}
.navbar-list li > span {
  padding-left: min(3vw, 1.5vh);
}

.mega-menu-product-name ~ .arrow ~ ul {
  width: 134vw;
  height: 25vw;
  display: none;
  overflow: hidden;
  transition: 300ms;
  height: 0;
  padding: unset;
}
.mega-menu-product-name ~ .arrow ~ ul.display {
  height: 68vw;
  max-height: 34vh;
  margin-top: 12%;
}
.arrow-up {
  transform: rotate3d(0, 0, 1, -180deg);
}

.mobile-navbar-brand {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mobile-burger-parent {
  width: 100vw;
}

#burger-button {
  width: min(12vw, 6vh);
  height: min(12vw, 6vh);
  background-color: transparent;
  border: none;
  margin-left: 3%;
}
.navbar-list .desktop-navbar-brand {
  display: none;
}

.brand-img {
  filter: invert();
}

.carousel-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
}

.product-desc-carousel {
  width: 34%;
}

.product-desc-carousel h6 {
  opacity: 0.7;
  color: var(--grayLight);
  font-size: min(3.5vw, 1.7vh);
}

.product-desc-carousel a {
  font-size: min(4vw, 2vh);
  font-weight: 700;
}

.product-desc-carousel a::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  margin-top: 5px;
  background: #e5e7eb;
}
.product-menu-desktop {
  display: none;
}

/* =========================== Footer =================================*/

.stay-in-know {
  background-color: #000;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.stay-in-know > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.stay-in-know p,
.stay-in-know h2 {
  color: #fff;
}
.stay-in-know-text {
  width: 80%;
  margin-left: 8%;
}
.stay-in-know-text p {
  opacity: 0.7;
  font-size: min(3.4vw, 1.7vh);
  width: 68%;
}
.stay-text-box-container {
  background: #fff;
  padding: 0.7rem 1.25rem;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stay-text-box-container input {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 1.25rem;
  border: none;
}
.stay-text-box-container input:focus {
  outline: none;
}
.stay-text-box-container button {
  border: none;
  background: #000;
  color: #fff;
  height: 100%;
  padding: 6px;
  border-radius: 40px;
  font-weight: 600;
}

.main-footer {
  background-color: rgb(237 238 241 / 0.5);
}

.footer-grid {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 4% 0;
}

.footer-grid > div {
  margin-top: 15%;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  order: 1;
}

.customer {
  color: rgb(82 82 82 / 1);
}

.footer-contact > div {
  display: flex;
  width: 100%;
}

.footer-icon-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
.footer-contact svg {
  width: 60px;
}
.footer-contact-texts {
  font-size: min(3vw, 1.5vh);
  width: 50%;
}
.footer-email {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.footer-contact-texts p {
  color: rgb(82 82 82 / 1);
}

.footer-shop {
  display: flex;
  flex-direction: column;
  order: 2;
}
.footer-shop-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-shop-links a {
  font-size: min(5vw, 2.5vh);
  font-weight: 700;
}
.footer-company {
  order: 3;
}
.footer-company > div {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: min(4vw, 2vh);
  font-weight: 700;
}
.footer-about {
  order: 4;
}
.footer-about p {
  color: rgb(82 82 82 / 1);
  font-size: min(3vw, 1.5vh);
  max-width: 50%;
}
.footer-about a {
  text-decoration: underline;
  font-size: min(3.5vw, 1.7vh);
  font-weight: 500;
}
.footer-social {
  order: 5;
}
.footer-social p {
  color: rgb(82 82 82 /1);
}
.footer-social > div {
  display: flex;
  gap: 6%;
}
.footer-img-svg-icon {
  width: 12vw;
  max-width: 6vh;
}
.footer-img-svg-icon svg {
  width: 100%;
  height: 100%;
}
/* =========================== End Footer ============================ */

/* =========================== Main =================================== */
main {
  min-height: 720px;
  overflow: hidden;
}
.coverr-header-height {
  height: 42vw;
  max-height: 21vh;
  width: 100vw;
}
.header-carousel {
  z-index: -1;
}
.banner-owl-carousel {
  /* z-index: -1; */
}
.banner-owl-carousel .item {
  margin: 3px;
  height: 50vw;
  max-height: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-owl-carousel .item.slide1 {
  background-image: url("../asset/images/banner_stroller.jpg");
}
.banner-owl-carousel .item.slide2 {
  background-image: url("../asset/images/banner_crib.jpg");
}
.banner-owl-carousel .item.slide3 {
  background-image: url("../asset/images/banner_stroller_21.jpg");
}
.banner-owl-carousel .item.slide4 {
  background-image: url("../asset/images/car_seat.jpg");
}
.banner-owl-carousel .item.slide5 {
  background-image: url("../asset/images/car_seat_2.jpg");
}
.banner-owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.product-main-carousel {
  margin: min(12vw, 6vh) 0;
}

.product-main-carousel .item {
  margin: 0 5%;
  height: 120vw;
  max-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-main-carousel .item .product {
  width: 80%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product-main-carousel h3 {
  font-weight: 700;
}
.descp-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25%;
}
.descp-box div {
  font-weight: 600;
}
.descp-box a {
  background-color: var(--black);
  border-radius: 40px;
  color: var(--white);
  padding: min(2.2vw, 1.1vh) min(6vw, 3vh);
  font-weight: bold;
  font-size: min(3vw, 1.5vh);
}
.descp-box * {
  margin: 4% 0;
}
.product-main-carousel .item.slide1 {
  background-color: rgb(207, 217, 207);
}
.product-main-carousel .item.slide1 .product {
  background-image: url(../asset/images/product-carousel-black.png);
}
.product-main-carousel .item.slide2 {
  background-color: rgb(221, 212, 200);
}
.product-main-carousel .item.slide2 .product {
  background-image: url(../asset/images/product-carousel-gray.png);
}
.product-main-carousel .item.slide3 {
  background-color: rgb(201, 193, 182);
}
.product-main-carousel .item.slide3 .product {
  background-image: url(../asset/images/product-carousel-green.png);
}
.product-main-carousel .item.slide4 {
  background-color: rgb(204, 204, 214);
}
.product-main-carousel .item.slide4 .product {
  background-image: url(../asset/images/product-crib-orea-2.png);
}
.product-main-carousel .item.slide5 {
  background-color: rgb(207, 217, 207);
}
.product-main-carousel .item.slide5 .product {
  background-image: url(../asset/images/product-crib-orea-1.png);
}

.product-main-carousel .item.slide6 {
  background-color: rgb(204, 204, 214);
}
.product-main-carousel .item.slide6 .product {
  background-image: url(../asset/images/product-crib-yama-1.png);
}

.product-main-carousel .item.slide7 {
  background-color: rgb(221, 212, 200);
}
.product-main-carousel .item.slide7 .product {
  background-image: url(../asset/images/product-crib-yama-2.png);
}

.product-main-carousel .item.slide8 {
  background-color: #BEC3BD;
}
.product-main-carousel .item.slide8 .product {
  background-image: url(../asset/images/product-carseat-mole.png);
}

.product-main-carousel .item.slide9 {
  background-color: #D1CBCB;
}
.product-main-carousel .item.slide9 .product {
  background-image: url(../asset/images/product-carseat-kaya.png);
}

.product-main-carousel .item.slide10 {
  background-color: #D1CBCB;
}
.product-main-carousel .item.slide10 .product {
  background-image: url(../asset/images/product-carseat-aven.png);
}

.product-lbl {
  position: absolute;
  right: 5%;
  top: 5%;
  background-color: var(--white);
  padding: min(2vw, 1vh) min(3vw, 1.5vh);
  font-weight: 600;
  font-size: min(3.8vw, 1.9vh);
}

section:has(div.main-card) {
  padding:  0 1.5%;
}
.main-card {
  background-color: #ebecec;
  border: 0;
}

.main-card  div:first-child {
  order: 2;
}
.main-card  div:last-child{
  order: 1;
}
.main-card h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.main-card p {
  text-align: center;
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #2b2b2b;
}

.main-find-perfect h2 {
  font-size: min(10vw, 5vh);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: min(8vw, 4vh) 0;
}

.main-find-perfect h3 {
  color: rgb(78 78 78 / 1);
  text-align: center;
  margin-bottom: min(10vw, 5vh);
}
.main-find-perfect .card {
  padding: 0 1.5%;
}
.main-card img {
border-radius: 0;
}
#product-banner {
  background-color: #cfd9cf;
  min-height: 375px;
}
.stroller-banner {
  background-image: url(../asset/images/stroller-page-banner_2.png);
  width: 100%;
  height: 30vw;
  max-height: 16vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


/* =========================== End Main =============================== */

/* =========================== Product Page =========================== */
#product-card ul {
  padding: 0;
  margin: 0;
}
.product-h1 {
  color: var(--black);
}

#stroller-page-carousel .item img , #Orea-crib-page-carousel .item img, #Yamal-crib-page-carousel .item img, #mole-carseat-page-carousel .item img, #aven-carseat-page-carousel .item img, #kaya-carseat-page-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}

.color-circle, .orea-color-circle, .yamal-color-circle, .mole-color-circle, .aven-color-circle,.kaya-color-circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  margin: 2% 0;
  cursor: pointer;
}
.color-circle.black, .orea-color-circle.black, .yamal-color-circle.black, .mole-color-circle.black, .aven-color-circle.black,.kaya-color-circle.black {
  background-color: var(--black);
  box-shadow: 0px 1px 13px 0px #000;
}

.color-circle.green, .orea-color-circle.green, .yamal-color-circle.green  {
  background-color: var(--green);
  box-shadow: 0px 1px 13px 0px var(--green);
}

.color-circle.gray, .orea-color-circle.gray, .yamal-color-circle.gray,.kaya-color-circle.gray  {
  background-color: var(--grayLight);
  box-shadow: 0px 1px 13px 0px var(--grayLight);
}

.color-circle.creamy, .orea-color-circle.creamy, .yamal-color-circle.creamy {
  background-color: var(--creamy);
  box-shadow: 0px 1px 13px 0px var(--creamy);
}
.mole-color-circle.lightGray{
  background-color: var(--lightGray);
  box-shadow: 0px 1px 13px 0px var(--lightGray);
}
.aven-color-circle.darkGray {
  background-color: var(--darkGray);
  box-shadow: 0px 1px 13px 0px var(--darkGray);
}
#product-price {
  display: flex;
  justify-content: space-between;
  width: 20%;
}
/* =========================== End Product Page ======================= */

/* =========================== Crib Orea Page ========================== */
.banner_crib {
  background-image: url(../asset/images/banner_crib_2.png);
  width: 100%;
  height: 30vw;
  max-height: 16vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* =========================== End Crib Orea Page ====================== */

/* =========================== Crib Yamal Page ========================== */
.banner_crib_yamal {
  background-image: url(../asset/images/banner_crib_3.png);
  width: 100%;
  height: 30vw;
  max-height: 16vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* =========================== End Crib Yamal Page ====================== */

/* =========================== Car Seat Mole Page ========================== */
.banner_carseat_mole {
  background-image: url(../asset/images/banner_carseat_mole.png);
  width: 100%;
  height: 30vw;
  max-height: 16vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* =========================== End Crib Yamal Page ====================== */

/* =========================== Contact Page ============================== */
.contact-p {
font-size: min(2.8vw, 1.4vh);
margin: 32px 0;
}

.input-box {
  height: 12vw;
  max-height: 6vh;
}
.input-box input {
  height: 100%;
  width: 100%;
}
#message {
  width: 100%;
}

.submit-button {
  color: var(--white);
  background-color: var(--black);
  border-radius: 40px;
  padding: min(3vw,1.5vh) min(12vw,6vh);
  margin-top: 25px;
  border: none;
}

.robot {    
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.box-container {
  display: flex;
  background-color: #F9F9F9;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  width: 80vw;
  max-width: 45vh;;
  align-items: center;
  padding: 10px 0px 10px 0px;
}
.box-container > div {
  flex: 1;
}
input[type="checkbox"] {
  appearance: none;    
  width: 26px;
  height: 26px;    
  border: 2px solid #C1C1C1;
  margin: 0px 14px 0px 14px;
}

input[type="checkbox"]:checked::before {
  content: url(https://img.icons8.com/?size=20&id=27&format=png&color=1e5180);
  display: block;    
  line-height: 20px;
  padding: 0.05rem 0.6rem 0rem 0.05em;
}

.logo {    
  display: block;
}

.logo-text {
  text-align: right;
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
}

.logo-text-tos {
  display: block;
  text-align: right;
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
p.robot {
  margin: 0;
}
/* =========================== End Contact Page ========================== */

/* =========================== Mail Page Sent =============================*/
.mail-seccess {
  text-align: center;
background: #fff;
border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
display: inline-block;
}
.mail-seccess .success-inner h1 {
font-size: 100px;
text-shadow: 3px 5px 2px #3333;
color: #006DFE;
font-weight: 700;
}
.mail-seccess .success-inner h1 span {
display: block;
font-size: 25px;
color: #333;
font-weight: 600;
text-shadow: none;
margin-top: 20px;
}
.mail-seccess .success-inner p {
padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
color:#fff;
}
/* =========================== End Mail Page Sent ======================== */

@media (min-width: 500px) {
  .banner-owl-carousel .item {
    /* height: 60vw;
    max-height: 30vh; */
    height: 90vw;
    max-height: 45vh;
  }
}
@media (min-width: 700px) {
  .navbar-list {
    flex-direction: row;
    justify-content: center;
    left: 0;
    height: unset;
    margin-top: 0;
  }
  .navbar-list li {
    border-bottom: none;
    margin: 0 1.5%;
    font-weight: 400;
    font-size: min(4vw, 2vh);
  }

  .navbar-list .product-items {
    font-weight: 700;
    font-size: min(4vw, 2vh);
    cursor: pointer;
  }

  .mega-menu-product-name ~ .arrow {
    display: none;
  }

  .navbar-list .desktop-navbar-brand {
    display: inline-block;
  }

  .custom-navbar {
    margin-top: unset;
    height: 20vw;
    max-height: 10vh;
  }

  #mobile-burger-parent {
    display: none !important;
  }

  .mega-menu-product-name ~ .arrow ~ ul {
    display: block;
    position: absolute;
    top: 67%;
    width: 100vw;
    left: 0;
  }
  .owl-theme {
    display: none;
  }
  .product-menu-desktop {
    position: absolute;
    top: -40vh;
    left: 0;
    width: 100vw;
    height: 0;
    transition: 800ms ease-out;
    display: block;
    overflow: hidden;
    box-shadow: 0px 8px 12px -10px #00000059;
    height: 70vw;
    max-height: 35vh;
  }
  .product-menu-desktop.display-desktop-menu,
  #stroller-menu-desktop:hover,
  #cradle-menu-desktop:hover,#carseat-menu-desktop:hover {
    /* top: min(28vw, 14vh); */
    top: 100%;
  }

  .product-menu-desktop > :last-child {
    scrollbar-width: none;
    justify-content: space-around;
  }

  .product-menu-desktop h3 {
    font-size: min(10vw, 5vh);
    margin: 1% 10% 3%;
  }
  .product-menu-desktop .row {
    margin: 1% 0% 3%;
  }

  .carousel-img {
    width: 38vw;
    max-width: 19vh;
  }

  .product-desc-carousel {
    width: 50vw;
    max-width: 25vh;
    justify-content: center;
  }

  /* ========================= Footer ========================= */
  .stay-in-know > div {
    flex-wrap: unset;
  }
  .stay-text-box-container input {
    font-size: 1rem;
    font-weight: 700;
  }
  .stay-input-container {
    margin-right: 8%;
  }
  .footer-grid > div {
    margin-top: 4%;
  }
  /* ========================= End Footer ===================== */

  /* ========================= Main ============================= */
  .banner-owl-carousel .item {
    /* height: 60vw;
    max-height: 30vh; */
    height: 90vw;
    max-height: 45vh;
  }
  .main-card  div:first-child {
    order: 1;
  }
  .main-card  div:last-child{
    order: 2;
  }
  .main-card h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .main-card p {
    text-align: center;
    margin-top: 2.5rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #2b2b2b;
  }
  /* ========================= End Main ========================= */
}

@media (min-width: 1220px) {
  .top-header-item-container {
    animation: unset;
    display: flex;
    justify-content: center;
    width: unset;
  }
  .banner-owl-carousel .item {
    height: 120vw;
    max-height: 60vh;
  }
  .main-content {
    margin: 0 15%;
  }
  .stroller-banner,.banner_crib, .banner_crib_yamal,.banner_carseat_mole {
    height: 90vw;
    max-height: 45vh;
  }
}

@keyframes announcementBar {
  100% {
    transform: translate(-50%);
  }
}
