#girls {
	background-color: #ffffff;
}
.wawe {
	margin-top: -152px;
}
.path-0{
animation:pathAnim-0 4s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes pathAnim-0{
0%{
  d: path("M 0,400 C 0,400 0,200 0,200 C 181.86666666666667,213.46666666666667 363.73333333333335,226.93333333333334 508,214 C 652.2666666666667,201.06666666666666 758.9333333333334,161.73333333333335 908,155 C 1057.0666666666666,148.26666666666665 1248.5333333333333,174.13333333333333 1440,200 C 1440,200 1440,400 1440,400 Z");
}
25%{
  d: path("M 0,400 C 0,400 0,200 0,200 C 178.40000000000003,197.2 356.80000000000007,194.4 528,180 C 699.1999999999999,165.6 863.2,139.6 1014,141 C 1164.8,142.4 1302.4,171.2 1440,200 C 1440,200 1440,400 1440,400 Z");
}
50%{
  d: path("M 0,400 C 0,400 0,200 0,200 C 110,179.60000000000002 220,159.20000000000002 399,168 C 578,176.79999999999998 826,214.8 1011,225 C 1196,235.2 1318,217.6 1440,200 C 1440,200 1440,400 1440,400 Z");
}
75%{
  d: path("M 0,400 C 0,400 0,200 0,200 C 196.66666666666669,219.2 393.33333333333337,238.4 541,238 C 688.6666666666666,237.6 787.3333333333333,217.6 929,208 C 1070.6666666666667,198.4 1255.3333333333335,199.2 1440,200 C 1440,200 1440,400 1440,400 Z");
}
100%{
  d: path("M 0,400 C 0,400 0,200 0,200 C 181.86666666666667,213.46666666666667 363.73333333333335,226.93333333333334 508,214 C 652.2666666666667,201.06666666666666 758.9333333333334,161.73333333333335 908,155 C 1057.0666666666666,148.26666666666665 1248.5333333333333,174.13333333333333 1440,200 C 1440,200 1440,400 1440,400 Z");
}
}
#girls .head {
	margin-bottom: 35px;
}
#girls .head h2 {
    font-weight: 700;
    color: var(--girl);
    font-size: 30px;
    line-height: 30px;
}
#girls .head h2 i {
    margin-right: 10px;
    font-size: 26px;
}
#girls .head article {
    color: var(--textColor);
    opacity: .8;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
#girls .head .more {
    background-color: var(--girl);
    border-radius: var(--radius);
    color: white;
    padding: 0px 25px;
    line-height: 40px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    margin-left: auto;
    float: right;
    height: fit-content;
    margin-top: 13px;
    transition: .3s;
}
#girls .head .more:hover {
    background-color: var(--girlHover);
}
#girls .head .more i {
    font-size: 16px;
    margin-left: 7px;
    line-height: 40px;
    float: right;
}
#girls .sectionImg {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#girls .sectionImg img {
	width: 85%;
}
#girls .newCardBox .priceArea .primary > div {
	color: var(--girl) !important;
}
#girls .newCardBox:hover {
    border-color: var(--girl) !important;
}
#girls .newCardBox .minus, #girls .newCardBox .plus {
	/*border: solid 1px var(--girl) !important;*/
    color: var(--girl) !important;
}
#girls .number.flex {
	background-color: #ffffff !important;
}
#girls .newCardBox:hover .number, #girls .newCardBox:hover .number .plus, #girls .newCardBox:hover .number .minus {
	background-color: #ffffff !important;
}
#girls .newCardBox .number .plus:hover, #girls .newCardBox .number .minus:hover {
    background-color: #ffe8ff !important;
}
#girls .cardBox {
    display: none !important;
}
#girls .cardBox:nth-child(1){
    display: block !important;
}
#girls .cardBox:nth-child(2){
    display: block !important;
}
#girls .cardBox:nth-child(3){
    display: block !important;
}
@media screen and (max-width: 992px) {
    #girls {
        padding-bottom: 15px;
        padding-top: 15px;
    }
	#girls .head h2 {
	    font-size: 20px;
	    line-height: 20px;
	}
	#girls .head article {
	    font-size: 12px;
	    line-height: 12px;
	}
	#girls .head {
		margin-bottom: 15px;
	}
	#girls .head .more {
        margin-top: 7px;
		font-size: 11px;
        line-height: 34px;
	}
    #girls .head .more i {
        font-size: 8px;
        line-height: 34px;
    }
    #girls .head h2 i {
        margin-right: 5px;
        font-size: 19px;
    }

    #girls .cardBox:nth-child(1){
        display: block !important;
    }
    #girls .cardBox:nth-child(2){
        display: block !important;
    }
    #girls .cardBox:nth-child(3){
        display: block !important;
    }
    #girls .cardBox:nth-child(4){
        display: block !important;
    }

}




