
body {
    font-family: 'yekan-bakh', sans-serif;
    margin: auto;
}

::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(0, 31, 51) !important;
    border: 2px solid rgb(0, 31, 51) !important;
    border-radius: 500px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0, 31, 51) !important;
}

.collection-wrapper .collection-box a {
    text-decoration: none;

}

.collection-wrapper .collection-box {
    position: relative;
}

.collection-wrapper .collection-box .collection-box-txt {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.collection-wrapper .collection-box p {
    color: #001F33;
    font-size: 28px;
    font-weight: 600;
}

.collection-wrapper .collection-box span {
    text-align: center;
    padding: 10px 0;
    color: #001F33;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #001F33;
}

.collection-wrapper .collection-box .collection-img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.collection-wrapper .collection-img-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-position: center center;*/
    background: linear-gradient(270deg, #ffffffc9 31%, #FFFFFF00 100%);
    /*url("https://demo.dmhouse.ir/clothing-template/wp-content/uploads/sites/2/2025/06/medium-shot-woman-desert-wearing-scarf.jpg");*/
    /*background-size: cover;*/
    /*transition: background-position .8s ease;*/
    transform: scale(1);
    box-shadow: 0px 12px 24px -3px #111;
    margin-top: 0px;
}

.collection-wrapper .collection-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: object-position .8s ease;
}

.collection-wrapper .collection-img-1:hover img {
    object-position: center 30%;
}

.collection-wrapper .collection-img-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #ffffffc9 31%, #FFFFFF00 100%);
    transform: scale(1);
    box-shadow: 0px 12px 24px -3px #111;
    margin-top: 0px;
}

.collection-wrapper .collection-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: object-position .8s ease;
}

.collection-wrapper .collection-img-2:hover img {
    object-position: center 30%;
}

.collection-wrapper .collection-img-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-image: linear-gradient(180deg, #FFFFFF00 45%, #826F66DE 100%), url(https://demo.dmhouse.ir/clothing-template/wp-content/uploads/sites/2/2025/06/medium-shot-woman-wearing-scarf-desert.jpg);
    background-size: cover;
    transition: all 1s ease;
    transform: scale(1);
    box-shadow: 0px 12px 24px -3px #111;
    margin-top: 0px;
}

.collection-wrapper .collection-img-3:hover::before {
    transform: scale(1.07);
    box-shadow: inset 0px 11px 51px -5px #826F66DE;
}