.path {
    margin-top: 30px;
}
.path ul {
    direction: rtl;
    text-align: right;
    padding-right: 5%;
}
@media screen and (max-width: 600px) {
    .path ul {
        padding-right: 3%;
    }
}
.path li {
    display: inline-block;
    margin-right: 2px;
}
.path li a {
    color: #3f3f3f;
    text-decoration: none;
}
.scrollmenu {
    width: 70%;
    margin: 0 auto;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .scrollmenu {
        width: 90%;
    }
}
.scrollmenu a {
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
}
.scrollmenu span {
    color: var(--color1501);
    font-family: Sahel-SemiBold;
}
.scrollmenu a img {
    width: 50px;
    border-radius: 50px;
    box-shadow: 0 0 0 3px var(--color1502), 0 0 0 5px var(--color1501);
    margin-bottom: 10px;
}
.category-box {
    background-color: var(--color1501);
    width: 90%;
    height: 100px;
    right: 5%;
    position: relative;
    margin-bottom: 14px;
    border-radius: 12px;
}
@media screen and (max-width: 600px) {
    .category-box {
        width: 96%;
        right: 2%;
    }
}
.content {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 86%;
    margin-right: 6%;
    color: var(--color1502);
    position: absolute;
    z-index: 2;
}
.content h1 {
    font-family: Sahel-Black;
    margin: 0;
}
.bubbles {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: -30px;
}
.bubbles img {
    animation: bubble 7s linear infinite;
    opacity: 0;
}
@keyframes bubble {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    70% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(-100px);
        opacity: 0;
    }
}
.bubbles img:nth-child(1) {
    animation-delay: 2s;
    width: 30px;
}
.bubbles img:nth-child(2) {
    animation-delay: 3s;
    width: 40px;
}
.bubbles img:nth-child(3) {
    animation-delay: 0;
    width: 20px;
}
.bubbles img:nth-child(4) {
    animation-delay: 1s;
    width: 25px;
}
.bubbles img:nth-child(5) {
    animation-delay: 3s;
    width: 40px;
}
.products {
    width: 84%;
    margin-right: 8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.product {
    border-radius: 20px;
    margin-top: 20px;
    width: 30%;
    box-shadow: 0px 0px 8px 0px color-mix(in srgb, var(--color1501) 30%, transparent);
}
.products a {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    border: 6px solid var(--color1502);
    border-radius: 20px;
}
@media screen and (max-width: 600px) {
    .products {
        width: 96%;
        margin-right: 2%;
    }
    .product {
        width: 100%;
    }
}
.product-img {
    width: 30%;
}
.product-img img {
    opacity: 90%;
    border-radius: 0 20px 20px 0;
}
.product-title {
    width: 60%;
    text-align: right;
    color: var(--color1501);
    padding: 0 10px 0 6px;
}
.product-title h6 {
    font-family: Sahel-SemiBold;
    font-size: 18px;
    margin-top: 6px;
}
.one-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-i {
    width: 10%;
    color: var(--color1502);
    display: flex;
    background-color: var(--color1501);
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 0 20px;
}
.product-title p {
    direction: rtl;
    font-family: Sahel-Light;
    font-size: 14px;
    margin-bottom: 6px;
}
.description {
    margin-top: 30px;
    direction: rtl;
    text-align: justify;
    width: 90%;
    margin-right: 5%;
    background-color: color-mix(in srgb, var(--color1501) 10%, transparent);
    color: var(--color1501);
    border-radius: 12px;
    padding: 26px 20px;
}
.description b {
    font-size: 20px;
}
.description p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0;
}
@media screen and (max-width: 600px) {
    .description {
        width: 96%;
        margin-right: 2%;
    }
    .description p {
        font-size: 15px;
        line-height: 28px;
    }
}
.product-page {
    direction: rtl;
    display: flex;
    width: 90%;
    margin: 30px 5%;
}
.product-page-img {
    width: 25%;
}
.product-page-img img {
    width: 100%;
    border-radius: 20px;
    border: 2px solid var(--color1503);
    cursor: pointer;
}
.product-page-img-more {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 2%;
}
.product-page-img-more img {
    width: 22%;
    margin: 0;
}
#cert-lightbox {
    position: fixed;
    inset: 0;
    background: color-mix(in srgb, var(--color1503) 10%, transparent);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    backdrop-filter: blur(12px);
}
#cert-lightbox.open {
    opacity: 1;
    pointer-events: all;
}
#cert-lightbox > div {
    position: relative;
    max-width: 600px;
    width: 100%;
}
#cert-lightbox > div > img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 30px 80px var(--color1503);
    display: block;
}
#cert-lightbox > div > button {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 40px;
    height: 40px;
    background: var(--color1503);
    border: none;
    border-radius: 50%;
    color: var(--color1504);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}
#cert-lightbox > div > button:hover {
    background: var(--color1505);
    transform: scale(1.1);
}
.product-page-description {
    width: 46%;
    margin: 0 2%;
}
.product-page-description h2 {
    font-size: 15px;
    color: var(--color1505);
}
.product-page-description-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-page-description h1 {
    font-family: Sahel-Bold;
    font-size: 32px;
}
.product-page-description-star span {
    font-family: Sahel-SemiBold;
}
.product-page-description-star img {
    width: 27px;
}
.product-page-description-p {
    text-align: justify;
    line-height: 28px;
    font-family: Sahel-Light;
    font-size: 15px;        
}
.product-page-description-category i {
    font-size: 20px;
    position: absolute;
    color: var(--color1505);
}
.product-page-description-category p {
    padding-right: 30px;
    font-size: 14px;
    color: var(--color1505);
}
.product-page-description-category a {
    font-size: 13px;
    color: var(--color1505);
}
.product-page-description-span {
    background-color: var(--color1503);
    width: 48%;
    display: inline-flex;
    margin: 0.5%;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
}
.product-page-cart {
    width: 25%;
    margin-top: 20px;
}
.product-page-cart-box {
    text-align: center;
    box-shadow: 2px 2px 5px color-mix(in srgb, var(--color1503) 60%, transparent);
    border: 1px solid var(--color1503);
    border-radius: 10px;
    padding: 20px 10px;
}
.product-page-cart-box p {
    color: var(--color1505);
    font-family: Sahel-SemiBold;
    font-size: 18px;
    margin-bottom: 0;
}
.product-page-cart-box del {
    color: #cd0000;
}
.product-page-cart-box form .disable {
    cursor: not-allowed;
    background-color: #c8c8c8 !important;
    color: #757575 !important;
}
.product-page-cart-box form .input-disable {
    cursor: not-allowed;
    background: #ffffff;
}
.product-page-cart-box button {
    width: 10%;
    border-radius: 10px;
}
.product-page-cart-box input[type="number"] {
    width: 60%;
    text-align: center;
    border: none;
    font-size: 30px;
}
.product-page-cart-box input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.product-page-cart-box input[type="submit"] {
    width: 90%;
    background-color: #009879;
    color: #fff;
    margin-top: 15px;
    padding: 10px 0;
    border-radius: 10px;
    border: none;
}
.product-page-cart-box input[type="submit"]:hover {
    background-color: #00745d;
}
.product-page-cart-warranty {
    background-color: color-mix(in srgb, var(--color1503) 40%, transparent);
    border-radius: 8px;
    padding: 13px;
    margin-top: 15px;
}
.product-page-cart-warranty p {
    margin-bottom: 0;
    font-family: Sahel-Light;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.product-page-cart-warranty i {
    font-size: 25px;
    padding-left: 10px;
    margin-left: 7px;
    color: var(--color1505);
}
@media screen and (max-width: 600px) {
    .product-page {
        display: block;
    }
    .product-page-img {
        width: 100%;
    }
    .product-page-description {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .product-page-description h2 {
        font-size: 15px;
    }
    .product-page-description h1 {
        font-size: 28px;
    }
    hr {
        margin-top: 0;
    }
    .product-page-cart {
        width: 100%;
        margin-top: 30px;
    }
}