@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Italiana&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Italiana&family=Julius+Sans+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Italiana&family=Julius+Sans+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Italiana&family=Julius+Sans+One&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.container{
    max-width: 1170px !important;
}

body {
    background-color: #F6F4F0 !important;
}

body,
html {
    overflow-x: none !important;
}

a{
    text-decoration: none !important;
    display: inline-block !important;
}

ul li {
    list-style: none !important;
}

ul{
    padding: 0 !important;
}

span{
    display: inline-block !important;
}

.cmn-head{
    font-family: "Nunito Sans", sans-serif;
    font-size: 40px;
    line-height: 39px;
}

header{
    padding: 15px 0;
    background-color: #D7CFC4;
}

.nav-logo{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.nav-wrpr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav-socials{
    display: flex;
    gap: 20px;
}

.nav-socials img{
    max-width: 18px;
    width: 100%;
    object-fit: contain;
}

.nav-logo a{
    font-family: "Italiana", sans-serif;
    font-size: 40px;
    color: black;
    line-height: 40px;
}

.logo-txt{
    font-family: "Julius Sans One", sans-serif;
    font-size: 12px;
}

.birthday-sale{
    padding: 100px 0;
    background: url('../images/birthday-1.svg') no-repeat center/cover;
}

.deal{
    font-family: "Nunito Sans", sans-serif;
    color: #6E6152;
    display: flex;
    gap: 12px;
}

.deal img{
    max-width: 40px;
    width: 100%;
    object-fit: contain;
}

.birth-txt h2{
    font-family: "Italiana", sans-serif;
    font-size: 80px;
}

.birth-txt p{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.birth-txt a{
    font-family: "Nunito Sans", sans-serif;
    color: #2E1C12;
    font-weight: 500;
    font-size: 17px;
    padding: 17px 25px;
    border: 2px solid #2E1C12;
    border-radius: 5px;
    background-color: #F6F4F0;
    margin-top: 30px;
}

.category {
    padding: 85px 0;
}

.category-top {
    text-align: center;
    margin-bottom: 65px;
}

.categ{
    padding: 18px 0 0 30px;
}

.categ-1{
    background: url('../images/categ-1.svg') no-repeat center/cover;
    height: 544px;
}

.categ-2{
    background: url('../images/categ-2.svg') no-repeat center/cover;
    height: 240px;
}

.categ-3 , .categ-4 {
    height: 289px;
    margin-top: 15px;
}

.categ-3 {
    background: url('../images/categ-3.svg') no-repeat center/cover;
}

.categ-4{
    background: url('../images/categ-4.svg') no-repeat center/cover;
}

.categ-5{
    height: 205px;
    background: url('../images/categ-5.svg') no-repeat center/cover;
    margin-top: 15px;
}

.list{
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 39px;
}

.categ-head{
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    line-height: 39px;
    color: #FFFFFF;
}

.categ img{
    display: block;
    max-width: 50px;
    width: 100%;
    object-fit: contain;
}

.shop-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  overflow: hidden;
}

.shop-btn a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  transition: transform 0.3s ease;
}

.shop-btn img {
  display: block;
  max-width: 50px;
  width: 100%;
  object-fit: contain;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
}

/* Hover animation on both text and underline image */
.shop-btn:hover a {
  transform: translateY(-3px);
}

.shop-btn:hover img {
  transform: scaleX(1);
}

.guarantees {
    padding-bottom: 90px;
}

.child-guarantee img{
    max-width: 50px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 25px;
}

.child-guarantee{
    text-align: center;
}

.child-guarantee h3{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
}

.child-guarantee p{
    color: #656565;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
}

footer{
    padding-top: 56px;
    background-color: #EAE5DE;
}

.footer-top{
    text-align: center;
    padding-bottom: 50px;
}

.footer-logo a {
    font-family: "Italiana", sans-serif;
    font-size: 38px;
    color: black;
}

.footer-list{
    display: flex;
    gap: 25px;
}

.footer-head {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    
}

.foot-list{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.foot-list li a{
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    color: #000000;
    transition: transform 0.3s ease-in-out;
}

.foot-list li a:hover {
    letter-spacing: 1.1;
    font-weight: 500;
    transform: scale(1.1);
    color: #3a2302;
}

.inner-footer{
    margin-top: 67px;
}

.inner-footer>div{
    display: flex;
    align-items: center;
    gap: 23px;
}

.inner-footer>div a{
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    color: #000000;
}

.child-footer p{
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    color: #000000;
}

.payments{
    margin-top: 25px;
}

.payments div{
    display: flex;
    align-items: center;
    gap: 15px;
}

.payments>div img{
    max-width: 30px;
    width: 100%;
    object-fit: contain;
}

.bottom-foot{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.child-foot-bottom p{
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    color: #000000;
}

.foot-bottom {
    display: flex;
    gap: 22px;
    align-items: center;
}

.foot-bottom a{
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    color: #000000;
}

.email-form{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.email-form input{
    border: 0;
    background: transparent;
}

.email-form button{
    border: 0;
    background: transparent;
}

.email-sub{
    padding: 8px 0 8px 10px;
    border: 1px solid #B9B39C;
    background-color: #F6F4F0;
}

.email-form input::placeholder{
    color: #4C4C4C;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
}

.email-form button{
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding-right: 40px;
}

.top-product-heading>ul {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 63px;
    justify-content: center;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 41px;
}

.top-product-heading>h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.top-product {
    padding-top: 77px;
    padding-bottom: 85px;
}

.top-product-heading>ul>li>a {
    color: #525252;
}

.product-card>div {
    height: fit-content;
}

.product-card>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card>p:nth-child(2){
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
    color: #454545;
}
.product-card>p:nth-child(3){
        font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.product-price>p{
            font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.product-price>p:first-child{
    text-decoration: line-through;
}

.limited h2{
    padding-bottom: 65px;
}

.button1 span {
    display: inline-block !important;
}

.cmn-btn {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 5px;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2E1C12;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: none;
  border: 1px solid #2E1C12;
  border-radius: 3px;
}

.cmn-btn,
.cmn-btn span {
  line-height: 1;
}

.cmn-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #d9d9d9, #000000);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.cmn-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.cmn-btn span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.cmn-btn:hover span {
  color: white;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

.button1 {
  text-align: center;
  margin-top: 60px;
}

.product-card>div>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-card:hover > div > img {
  transform: scale(1.02); /* zoom out */
}

@media screen and (max-width: 768px) {
    .categ-1 , .categ-2 , .categ-3 , .categ-4 {
        height : 205px;
    }

    .categ-1 {
        margin-bottom: 15px;
    }

}


@media screen and (max-width: 576px) {
    .child-footer{
text-align: center;
    }
}


@media screen and (max-width:425px){
.top-product-heading>h2{
    font-size: 30px;
}
.top-product-heading>ul {
    gap: 40px;
}
.birth-txt h2{
    font-size: 52px;
}
.birth-txt p {
    font-size: 25px;
}
.birth-txt a {
    font-size: 14px;
    margin-top: 15px;
}
.cmn-head {
    font-size: 33px;
    line-height: 26px;
}
.categ-head {
    font-size: 19px;
}
}

/* -------- 1200px (Large screens) -------- */
@media screen and (max-width: 1200px) {
  .footer-logo a {
    font-size: 34px;
  }
}

/* -------- 1024px (Medium desktops) -------- */
@media screen and (max-width: 1024px) {
  .footer-list {
    gap: 20px;
  }

  .payments div {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-logo a {
    font-size: 30px;
  }
}

/* -------- 992px (Small desktops/laptops) -------- */
@media screen and (max-width: 992px) {
  .footer-list {
    flex-direction: column;
    gap: 20px;
  }

  .inner-footer {
    margin-top: 40px;
  }

  .payments div {
    flex-wrap: wrap;
  }

  .bottom-foot {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .foot-bottom {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-logo a {
    font-size: 28px;
  }
}

/* -------- 768px (Tablets) -------- */
@media screen and (max-width: 768px) {
  .footer-head {
    font-size: 13px;
  }

  .foot-list li a,
  .child-footer p,
  .inner-footer>div a,
  .foot-bottom a,
  .child-foot-bottom p {
    font-size: 12px;
  }

  .payments>div img {
    max-width: 25px;
  }

  .email-form button {
    font-size: 11px;
  }
}

/* -------- 576px (Phones) -------- */
@media screen and (max-width: 576px) {
  .footer-logo a {
    font-size: 24px;
  }

  .footer-head {
    font-size: 12px;
  }

  .foot-list li a,
  .child-footer p,
  .inner-footer>div a,
  .foot-bottom a,
  .child-foot-bottom p {
    font-size: 11px;
  }

  .foot-bottom {
    flex-direction: column;
    gap: 6px;
  }

  .email-form input::placeholder {
    font-size: 9px;
  }

  .email-form button {
    font-size: 10px;
  }

  .email-sub {
    padding: 6px 0 6px 8px;
  }

  .payments>div img {
    max-width: 22px;
  }
}
