body {
    background-color: #faf9f7 !important;
}

.shiw-fbg {
    padding: 48px 40px;
}

.shiw-fbg .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
}

.swesh-iarea {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
}

.swesh-iarea input {
    font-size: 14px;
    line-height: 20px;
    padding-right: 16px;
    padding-left: 48px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: white;
    border: #e0e5e5 solid 1px;
    border-radius: 12px;
    height: 48px;
    width: -webkit-fill-available;
}

.swesh-inwprt {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
}

.swesh-sotbar button {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    height: 48px;
    color: #5a6b6b;
    border-radius: 100px;
    border: none;
    background-color: white;
    text-transform: capitalize;
    cursor: pointer;
}

.swesh-sotbar button:not(.active):hover {
    background-color: #fce4ec;
    color: #e91e63;
}

.swesh-sotbar button.active {
    background-color: #3d6b4a !important;
    color: white !important;
}

.swesh-inwprt svg {
    position: absolute;
    left: 16px;
}

.swesh-sotbar {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.swesh-mheadr {
    text-align: center;
    text-align: -webkit-center;
    margin-bottom: 48px;
}

.swesh-mheadr h1 {
    font-size: 36px;
    line-height: 40px;
    color: #2d3a3a;
    font-weight: 300;
    margin-bottom: 16px;
}

.swesh-mheadr p {
    color: #5a6b6b;
    font-size: 18px;
    line-height: 28px;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
}

.swesh-mheadr span {
    font-weight: 700;
    background-image: linear-gradient(to right, #e91e63, #9c27b0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.swesh-plitem {
    border-radius: 24px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
}

.swesh-pgrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.swesh-pimaeg {
    height: 224px;
    position: relative;
    overflow: hidden;
}

.swesh-labek {
    color: #5a6b6b;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 10px;
    border: #e0e5e5 solid 1px;
    border-radius: 6px;
    width: fit-content;
    margin-bottom: 8px;
}

.swesh-idat {
    padding: 24px;
}

.swesh-pimaeg img {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.swesh-pimaeg img:hover {
    transform: scale(1.1);
}

.swesh-heip {
    color: #2d3a3a;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.swesh-pdayreo {
    color: #5a6b6b;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 4px;
}

.swesh-priece {
    display: flex;
    gap: 12px;
    align-items: baseline;
    margin: 16px 0px;
}

.swesh-ctaca-nth {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.swesh-ctaca-nth button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    border: #4a7c59 solid 1px;
    border-radius: 12px;
    background-color: white;
    height: 44px;
    color: #4a7c59;
    gap: 8px;
    transition: .3s;
}

.swesh-cwpewr {
    position: absolute;
    padding: 6px 12px;
    background-color: #ffffffe6;
    border-radius: 100px;
    gap: 6px;
    display: flex;
    align-items: center;
    top: 16px;
    left: 16px;
    color: #4a7c59;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    z-index: 1;
}

.swesh-ctaca-nth button svg {
    stroke: #4a7c59;
}

.swesh-ctaca-nth button:hover,
.swesh-ctaca-nth button.active {
    background-color: #4a7c59;
    color: white;
    cursor: pointer;
}

.swesh-ctaca-nth button.active svg {
    stroke: #fff;
}

.price-mabir {
    color: #2d3a3a;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}

.price-subunits {
    color: #5a6b6b;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 600px) {
    .swesh-iarea{
        flex-direction: column;   
    }
    .swesh-inwprt{
        width: -webkit-fill-available;
    }
    .swesh-pgrid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
