/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
    position: relative;
    display: block;
    padding: 120px 0px 56px;
}

.product-details__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-details__img img {
    width: 100%;
}

/* New CSS for the image gallery */
.product-details__img-big {
    width: 100%;
    max-width: 800px; /* Adjust based on your design */
    margin-bottom: 10px;
}

.product-details__img-big img {
    width: 100%;
    height: auto;
    display: block;
}

.product-details__img-small {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-details__img-small img {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.product-details__img-small img.active {
    border-color: #000; /* Highlight border for active thumbnail */
}

.product-details__top {
    position: relative;
    display: block;
    margin-top: -10px;
}

.product-details__title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    margin: 0;
    margin-top: 40px;
}

.product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--qrowd-base);
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
    margin-left: 25px;
    letter-spacing: 0;
}
.product-details__price {
    position: relative;
    display: inline-block;
    color: var(--qrowd-base);
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
    margin-top: 25px;
    letter-spacing: 0;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1eaea;
}

.product-stok-titel {
    position: relative;
    display: inline-block;
    color: var(--qrowd-base);
    font-size: 24px;
    line-height: 26px;
    font-weight: 800;
    margin-top: 25px;
    letter-spacing: 0;
}

.product-details__reveiw {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1eaea;
}

.product-details__reveiw i {
    font-size: 14px;
    color: var(--qrowd-primary);
}

.product-details__reveiw i + i {
    margin-left: 4px;
}

.product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--qrowd-gray);
    margin-left: 18px;
    font-weight: 500;
}

.product-details__content {
    position: relative;
    display: block;
}

.product-details__content-text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 31px;
    font-weight: 500;
}

.product-details__content-text2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-details__quantity-title {
    margin: 0;
    color: var(--qrowd-black);
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    margin-right: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 0px;
    height: 50px;
    border: 1px solid #e1eaea;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--qrowd-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--qrowd-gray);
}

.product-details__quantity .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: var(--qrowd-gray);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border: none;
    border-left: 1px solid #e1eaea;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #e1eaea;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-details__buttons {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-details__buttons-1 {
    position: relative;
    display: block;
}

.product-details__buttons-1 .thm-btn {
    background-color: var(--qrowd-black);
}

.product-details__buttons-1 .thm-btn::before {
    background-color: var(--qrowd-base);
}

.product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details__social {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__social .title {
    position: relative;
    display: block;
}

.product-details__social .title h3 {
    color: var(--qrowd-black);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.product-details__social-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.product-details__social-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--qrowd-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--qrowd-extra);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.product-details__social-link a + a {
    margin-left: 10px;
}

.product-details__social-link a:hover {
    color: var(--qrowd-white);
    background-color: var(--qrowd-base);
}

.product-out-of-stock-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8d7da; /* Background warna merah muda */
    color: #721c24; /* Warna teks merah gelap */
    border: 1px solid #f5c6cb; /* Border merah muda */
    padding: 20px;
    border-radius: 8px;
    max-width: 300px; /* Maksimal lebar kontainer */
    margin: 20px auto; /* Margin otomatis untuk pusat */
    text-align: center;
}

.product-out-of-stock-icon {
    font-size: 36px; /* Ukuran ikon */
    margin-bottom: 10px;
}

.product-out-of-stock-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-out-of-stock-message {
    font-size: 16px;
    line-height: 1.5; /* Jarak baris untuk keterbacaan */
}

/*--------------------------------------------------------------
# Product Description
--------------------------------------------------------------*/
.product-description {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 50px;
}

.product-description__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 27px;
}

.product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
}

.product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-description__list ul {
    position: relative;
    display: block;
}

.product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-description__list ul li p {
    color: var(--qrowd-black);
    margin: 0;
    font-weight: 600;
}

.product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--qrowd-primary);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
}

.product-description__tex2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Review One
--------------------------------------------------------------*/
.review-one {
    position: relative;
    display: block;
}

.comments-area {
    position: relative;
    display: block;
    border-top: 1px solid #e1eaea;
    padding-top: 56px;
}

.review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin: 0;
}

.comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1eaea;
}

.comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
}

.comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
}

.comments-area .comment-box .author-thumb figure {
    margin: 0;
}

.review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
}

.review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.review-one__content-top .info {
    position: relative;
    display: block;
}

.review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 800;
}

.review-one__content-top .info h2 span {
    color: var(--qrowd-primary);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

.review-one__content-top .reply-btn {
    position: relative;
    display: block;
}

.review-one__content-top .reply-btn i:before {
    color: var(--qrowd-base);
    font-size: 15px;
}

.review-one__content-bottom {
    position: relative;
    display: block;
}

.review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Review Form One
--------------------------------------------------------------*/
.review-form-one {
    position: relative;
    display: block;
    padding: 16px 0 120px;
}

.review-form-one__inner {
    position: relative;
    display: block;
}

.review-form-one__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
}

.review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 27px;
}

.review-form-one__rate-text {
    font-size: 18px;
    font-weight: 500;
}

.review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.review-form-one__rate i {
    font-size: 16px;
    color: var(--qrowd-base);
}

.review-form-one__rate i + i {
    margin-left: 5px;
}

.review-form-one__form {
    position: relative;
    display: block;
}

.review-form-one__form .row {
    --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
    font-size: 14px;
    color: var(--qrowd-gray);
    height: 190px;
    width: 100%;
    background-color: var(--qrowd-extra);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}

.review-form-one__input-box.text-message-box {
    height: 190px;
}

.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--qrowd-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--qrowd-gray);
    display: block;
    font-weight: 500;
}

.review-form-one__btn {
    border: none;
}
