*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

.item{
    width: 100%;
    height: 400px;
}
.caption {
    position: absolute;
    bottom: 20px;
    left: 150px;
    color: #000000;
    text-align: center;
    margin-left: 10%;
}
body{
    background-color: #FFFFFF;
    background-size: cover;
    background-position: center;
}
header {
    background-color: #f8fafc;
    padding: 15px 40px;
    border-bottom: 2px solid #e2e8f0;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;

}
.head_size{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-size{
    width: 100%;
    max-width: 1200px;
}
nav ul.menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.catalog-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}
.logo img {
    display: block;
}
.search-form {
    position: relative;
    width: 152px;
    gap: 25px;
}
.search-form input {
    width: 100%;
    padding: 10px 35px 10px 15px;
    border: none;
    border-radius: 25px;
    background: #f3f3f3;
    font-size: 14px;
    outline: none;
    color: #333;
}
.search-form::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("img/lupa.png") no-repeat center;
    background-size: contain;
    opacity: 0.6;
}
.search-form input:focus {
    background: #eee;
}
.search-form input::placeholder {
    color: #888;
}
.user-cart {
    display: flex;
    align-items: center;
    gap: 25px;
}
.user, .cart {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    opacity: 0.8;
}
.user span {
    font-size: 14px;
    color: #000;
}
.cart-count {
    position: absolute;
    right: -10px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
    background-color: #808000;
    margin-top: auto;

}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-top: 60px;
}
.logo-footer {
    margin: 0 auto;
    padding-right: 27%;
}
.info-footer{
    font-size: 24px;
    color: #F7E7CE;
    text-decoration: none;
}
.footer-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5%;

    margin: 0;
    list-style: none;
}
.rights-footer {

    margin-right: auto;
}
.terms-footer,
.policy-footer {
    margin-left: 60px;
}
.footer-text li p,
.footer-text li a {
    font-size: 14px;
    color: #F7E7CE;
    text-decoration: none;
}
.footer-text a:hover {
    text-decoration: underline;
}
main{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 3408px;
}
.home{

    height: 3408px;
    padding-top: 100px;
}
.home-main{
    text-align: center;
    background-color: #F2F2F2;
    height: 400px;
    margin-top: 18px;
    border-radius: 18px;
}
.collect-icon{
    margin-left:10px ;
    color: #FFFFFF;
}
.tort1{
    padding: 20px;
    padding-top: 50px;
    text-align: center;
    font-size: 64px;
    font-weight: bold;
}
.tort2{
    color: #000000;
    text-align: center;
    font-size: 20px;
    padding-bottom: 45px;
}
.collect-cake {
    position: relative;
    width: 200px;
    height: 52px;
    gap: 12px;
    padding: 10px 35px 10px 15px;
    border: none;
    border-radius: 25px;
    background: #808000;
    font-size: 18px;
    outline: none;
    color: #FFFFFF;
    cursor: pointer;
}
.home-title{

    font-size: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    font-weight: bold;
}
.home-card{
    padding: 10px;
    width: 25%;
    height: 428px;
}
.quantity-number{
    color: #D9D9D9;
    font-size: 12px;
    padding-top:10px ;
}
.name-product{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.home-containers{
    display: flex;
}
.home-card-img{
    background-color: #E6E6E6;
    width: 258px;
    height: 258px;
    border-radius: 25px;
}
.product-image{

    width: 258px;
    height: 258px;
}
.attention{
   position: absolute;
    padding: 15px;
}
.attention-clik{
    background-color:#808000 ;
    width: 74px;
    height: 24px;
    border-radius: 34px;
    border: none;
}
.attention-text{
    font-size: 10px;
    color: #F7E7CE;
}
.home-card-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 230px;
}

.price-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-new {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.price-old {
    font-size: 16px;
    color: #D9D9D9;
    text-decoration: line-through;
    margin: 0;
}

.price-btn {
    background: #808000;
    border: none;
    width: 116px;
    height: 56px;
    border-radius: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.home-banner{
    background-color: #F2F2F2;
    height: 240px;
    border-radius: 34px;
}
.home-banner-title{
    font-size: 24px;
    padding-top: 180px;
    padding-left: 20px;
}
.web-banner-widget{
    height: 344px;
}
.maps-title{
    font-size: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    font-weight: bold;
}
.maps-banner{
    background-color: #F2F2F2;
    height: 540px;
    border-radius: 34px;
}
.collect{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
