/* =========================
   TBT PRODUCT GALLERY
========================= */

.tbt-product-page {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	background: #ffffff;
}

.tbt-gallery {
	width: 100%;
	overflow: hidden;
}

.tbt-gallery-main {
	width: 100%;
	background: #f7f7f7;
}

.tbt-gallery-main-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.tbt-gallery-thumbnails {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 10px 12px 12px;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.tbt-gallery-thumbnails::-webkit-scrollbar {
	display: none;
}

.tbt-gallery-thumbnail {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
	cursor: pointer;
}

.tbt-gallery-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tbt-gallery-thumbnail.is-active {
	border-color: #ee4d2d;
}

.tbt-gallery-thumbnail:focus-visible {
	outline: 2px solid #ee4d2d;
	outline-offset: 2px;
}
/* =========================
   PRODUCT INFORMATION
========================= */

.tbt-product-info {
	padding: 18px 16px 24px;
	border-top: 8px solid #f5f5f5;
	background: #ffffff;
}

.tbt-product-title {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;
	color: #222222;
}

.tbt-product-price {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #ee4d2d;
}

.tbt-product-price del {
	margin-right: 8px;
	font-size: 16px;
	color: #999999;
}

.tbt-product-price ins {
	text-decoration: none;
}

.tbt-product-purchase .variations {
	width: 100%;
	margin: 0 0 14px;
	border: 0;
}

.tbt-product-purchase .variations th,
.tbt-product-purchase .variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: left;
}

.tbt-product-purchase .variations label {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 600;
	color: #333333;
}

.tbt-product-purchase .variations select {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	background: #ffffff;
	font-size: 16px;
}

.tbt-product-purchase .reset_variations {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
	color: #777777;
}

.tbt-product-purchase .woocommerce-variation-price {
	margin: 14px 0;
	font-size: 20px;
	font-weight: 700;
	color: #ee4d2d;
}

.tbt-product-purchase .single_variation_wrap {
	margin-top: 12px;
}

.tbt-product-purchase .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.tbt-product-purchase .quantity {
    flex: 0 0 120px;
}

.tbt-product-purchase .single_add_to_cart_button {
    flex: 1;
    margin: 0 !important;
}

.tbt-product-purchase .quantity {
	width: 100%;
}

.tbt-product-purchase .quantity input {
	width: 100%;
	height: 50px;
	text-align: center;
}

.tbt-product-purchase .single_add_to_cart_button {
	width: 100%;
	min-height: 50px;
	border-radius: 6px;
	background: #ee4d2d;
	font-size: 16px;
	font-weight: 700;
}

.tbt-product-purchase .single_add_to_cart_button:hover {
	background: #d94325;
}

@media (max-width: 380px) {
	.tbt-product-purchase .woocommerce-variation-add-to-cart {
		grid-template-columns: 92px 1fr;
	}
}
/* =========================
   PRICE + SOLD ROW
========================= */

.tbt-product-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.tbt-product-price {
	margin: 0;
	font-size: 28px;
	font-weight: 800;
	color: #b86a2b;
}

.tbt-product-sold {
	font-size: 14px;
	color: #555555;
	white-space: nowrap;
}

.tbt-product-title {
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #222222;
}

/* =========================
   STICKY PURCHASE BAR
========================= */

.tbt-sticky-buy-bar {
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 9999;
	display: grid;
	grid-template-columns: 42% 58%;
	width: 100%;
	max-width: 520px;
	transform: translateX(-50%);
	box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}

.tbt-sticky-buy-bar button {
	min-height: 64px;
	padding: 8px 12px;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	cursor: pointer;
}

.tbt-sticky-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #f5e7d8;
	color: #7b431d;
	font-size: 15px;
	font-weight: 700;
}

.tbt-sticky-cart-icon {
	font-size: 22px;
	line-height: 1;
}

.tbt-sticky-buy {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #8b4f28;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
}

.tbt-sticky-buy strong {
	display: block;
	margin-top: 3px;
	font-size: 20px;
	color: #ffffff;
}

.tbt-sticky-buy .woocommerce-Price-amount {
	color: inherit;
}

.tbt-product-page {
	padding-bottom: 78px;
}
/* Keep quantity visible, hide the original purchase buttons */
.tbt-product-purchase .single_add_to_cart_button,
.tbt-product-purchase .added_to_cart {
	display: none !important;
}
/* =========================
   PRODUCT INFORMATION ROWS
========================= */

.tbt-info-rows {
	margin-top: -6px;
	border-top: 8px solid #f5f5f5;
	border-bottom: 8px solid #f5f5f5;
	background: #ffffff;
}

.tbt-info-row {
	display: grid;
	grid-template-columns: 28px 1fr;
	align-items: center;
	gap: 10px;
	min-height: 72px;
	padding: 12px 16px;
	border-bottom: 1px solid #eeeeee;
}

.tbt-info-row:last-child {
	border-bottom: 0;
}

.tbt-info-icon {
	font-size: 20px;
	line-height: 1;
}

.tbt-info-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.tbt-info-text strong {
	font-size: 15px;
	font-weight: 600;
	color: #222222;
}

.tbt-info-text span {
	font-size: 13px;
	color: #777777;
}
/* Tighten quantity spacing */
.tbt-product-purchase .quantity {
    margin-bottom: 12px !important;
}

.tbt-info-rows {
    margin-top: -6px;
}
/* Space before sticky purchase bar */
body {
    padding-bottom: 90px;
}
/* Hide the original variation controls on the main page */
.tbt-product-purchase .variations,
.tbt-product-purchase .single_variation_wrap {
	display: none !important;
}
/* =========================
   PRODUCT ACCORDIONS
========================= */

.tbt-accordions {
	border-top: 8px solid #f5f5f5;
	border-bottom: 8px solid #f5f5f5;
	background: #ffffff;
}

.tbt-accordion {
	margin: 0;
	border-bottom: 1px solid #eeeeee;
}

.tbt-accordion:last-child {
	border-bottom: 0;
}

.tbt-accordion-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 64px;
	padding: 14px 18px;
	font-size: 17px;
	font-weight: 600;
	color: #222222;
	cursor: pointer;
	list-style: none;
}

.tbt-accordion-heading::-webkit-details-marker {
	display: none;
}

.tbt-accordion-arrow {
	font-size: 22px;
	font-weight: 400;
	color: #999999;
	transition: transform 0.2s ease;
}

.tbt-accordion[open] .tbt-accordion-arrow {
	transform: rotate(180deg);
}

.tbt-accordion-content {
	padding: 4px 18px 24px;
	font-size: 15px;
	line-height: 1.7;
	color: #333333;
}

.tbt-accordion-content h1,
.tbt-accordion-content h2 {
	margin: 24px 0 12px;
	font-size: 21px;
	line-height: 1.35;
}

.tbt-accordion-content h3 {
	margin: 20px 0 10px;
	font-size: 17px;
	line-height: 1.4;
}

.tbt-accordion-content p {
	margin: 0 0 14px;
}

.tbt-accordion-content ul,
.tbt-accordion-content ol {
	margin: 0 0 16px;
	padding-left: 22px;
}

.tbt-accordion-content li {
	margin-bottom: 7px;
}

.tbt-accordion-content > :first-child {
	margin-top: 0;
}

.tbt-accordion-content > :last-child {
	margin-bottom: 0;
}
/* =========================
   PURCHASE CONFIRMATION SHEET
========================= */

.tbt-popup-overlay {
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.tbt-popup {
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 10001;
	width: 100%;
	max-width: 520px;
max-height: 94vh;
max-height: 94dvh;
	padding: 18px;
	background: #ffffff;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.18);
	transform: translate(-50%, 105%);
	transition: transform 0.25s ease;
	overflow-y: auto;
}

.tbt-popup.is-open {
	transform: translate(-50%, 0);
}

.tbt-popup-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.tbt-popup-header {
	display: grid;
	grid-template-columns: 96px 1fr 32px;
	gap: 14px;
	align-items: start;
}

.tbt-popup-image img {
	display: block;
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 10px;
}

.tbt-popup-price {
	margin-top: 4px;
	font-size: 24px;
	font-weight: 800;
	color: #9b5728;
}

.tbt-popup-stock {
	margin-top: 8px;
	font-size: 14px;
	color: #666666;
}

.tbt-popup-close {
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	color: #777777;
	cursor: pointer;
}

.tbt-popup-body {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #eeeeee;
}

body.tbt-popup-open {
	overflow: hidden;
}
.tbt-popup-stock {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tbt-popup-selected-label {
	font-size: 13px;
	color: #777777;
}

.tbt-popup-selected-variation {
	font-size: 15px;
	font-weight: 600;
	color: #222222;
}
/* =========================
   POPUP QUANTITY + ACTIONS
========================= */

.tbt-popup-body {
	display: block;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #eeeeee;
}

/* =========================================
   POPUP QUANTITY
   ========================================= */

.tbt-popup-quantity-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;
    gap: 16px !important;

    padding: 0 0 18px !important;
}

.tbt-popup-quantity-label {
    flex: 1 !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    color: #222222 !important;
}

.tbt-popup-quantity {
    display: flex !important;
    align-items: center !important;

    flex: 0 0 132px !important;
    width: 132px !important;
    height: 44px !important;

    border: 1px solid #dddddd !important;
    border-radius: 6px !important;

    overflow: hidden;
    background: #ffffff !important;
}

.tbt-popup-quantity button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 40px !important;
    width: 40px !important;
    height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: #ffffff !important;
    color: #333333 !important;

    font-size: 18px !important;
    line-height: 1 !important;
}

.tbt-popup-qty-input {
    flex: 1 !important;

    width: 52px !important;
    height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-left: 1px solid #eeeeee !important;
    border-right: 1px solid #eeeeee !important;
    border-radius: 0 !important;

    background: #ffffff !important;

    text-align: center !important;
    font-size: 16px !important;
    color: #222222 !important;

    appearance: textfield;
}

.tbt-popup-qty-input::-webkit-inner-spin-button,
.tbt-popup-qty-input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}


/* =========================================
   POPUP BUTTONS
   ========================================= */

.tbt-popup-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;

    width: 100% !important;
    gap: 10px !important;

    margin: 0 !important;
}

.tbt-popup-add-cart,
.tbt-popup-buy-now {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;

    margin: 0 !important;
    padding: 10px 12px !important;

    border: 0 !important;
    border-radius: 8px !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-align: center !important;
    white-space: nowrap !important;
}

.tbt-popup-add-cart {
    background: #f6e8d8 !important;
    color: #955020 !important;
}

.tbt-popup-buy-now {
    background: #a45a27 !important;
    color: #ffffff !important;
}

/* =========================
   POPUP VARIATION OPTIONS
========================= */

.tbt-popup-options {
	margin-bottom: 20px;
}

.tbt-popup-options-title {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 600;
	color: #222222;
}

.tbt-popup-option-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.tbt-popup-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border: 2px solid #e8e8e8;
	border-radius: 10px;
	background: #ffffff;
	cursor: pointer;
	transition: .18s;
	text-align: left;
}

.tbt-popup-option:hover {
	border-color: #b86a2b;
}

.tbt-popup-option.active {
	border-color: #b86a2b;
	background: #fff8f3;
}

.tbt-popup-option img {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
}

.tbt-popup-option span {
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
	color: #333333;
}
.tbt-sticky-buy.is-disabled,
.tbt-popup-buy-now.is-disabled {
	background: #b8b8b8 !important;
	color: #eeeeee !important;
	cursor: not-allowed !important;
	opacity: 0.75;
}
/* Smooth product image change */
.tbt-gallery-main-image {
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.tbt-gallery-main-image.is-switching {
	opacity: 0;
	transform: scale(0.985);
}
/* Dates */
.tbt-shipping-text span b {
	font-size: 16px;
	font-weight: 700;
	color: #c62828;
}

/* Shipping row */
.tbt-info-row:has(.tbt-jnt-icon) {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	width: 100%;
	padding: 16px 24px;
	box-sizing: border-box;
}

.tbt-jnt-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
}

.tbt-jnt-icon img {
	display: block;
	width: 120px;
	max-width: 100%;
	height: auto;
}

.tbt-shipping-text {
	min-width: 0;
	gap: 8px;
}

/* Payment row — no left icon */
.tbt-payment-row {
	display: block !important;
	width: 100% !important;
	padding: 18px 24px !important;
	box-sizing: border-box;
}

.tbt-payment-row .tbt-info-text {
	display: flex;
	width: 100%;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.tbt-payment-icons {
	width: 100%;
	margin: 10px 0;
}

.tbt-payment-icons img,
.tbt-payment-row .tbt-payment-icons img {
	display: block;
	width: 100%;
	max-width: 275px;
	height: auto;
}
/* =========================
   PRODUCT REVIEWS
========================= */

.tbt-reviews {
	margin-top: 8px;
	padding: 22px 20px 28px;
	background: #ffffff;
	border-top: 8px solid #f5f5f5;
}

.tbt-reviews-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.tbt-reviews-header h2 {
	margin: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	color: #222222;
}

.tbt-rating-summary {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 8px;
	font-size: 14px;
	color: #666666;
}

.tbt-rating-summary > strong {
	font-size: 20px;
	color: #c62828;
}

.tbt-view-all-reviews {
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 600;
	color: #a45a27;
	text-decoration: none;
}

.tbt-no-reviews {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	padding: 18px 0 4px;
	color: #666666;
}

.tbt-no-reviews-icon {
	font-size: 28px;
	line-height: 1;
	color: #c62828;
}

.tbt-no-reviews strong {
	font-size: 16px;
	color: #222222;
}

.tbt-no-reviews span {
	font-size: 14px;
	line-height: 1.5;
	color: #777777;
}
/* Review submission form */

.tbt-review-form {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid #eeeeee;
}

.tbt-review-form h3 {
	margin: 0 0 18px;
	font-size: 19px;
	font-weight: 700;
	color: #222222;
}

.tbt-review-field,
.tbt-review-rating {
	margin: 0 0 16px;
}

.tbt-review-field label,
.tbt-review-rating label {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}

.tbt-review-field input,
.tbt-review-field textarea,
.tbt-review-rating select {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #dddddd;
	border-radius: 8px;
	background: #ffffff;
	font-size: 15px;
	color: #222222;
	box-sizing: border-box;
}

.tbt-review-field textarea {
	min-height: 120px;
	resize: vertical;
}

.tbt-review-rating select {
	height: 48px;
	color: #d79a00;
}

.tbt-review-submit {
	display: block;
	width: 100%;
	min-height: 50px;
	margin: 4px 0 0 !important;
	padding: 12px 18px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #a45a27 !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	cursor: pointer;
}

.tbt-review-message {
	margin: 0;
	padding: 14px;
	border-radius: 8px;
	background: #f7f7f7;
	font-size: 14px;
	line-height: 1.5;
	color: #555555;
}
/* Clickable review stars */

.tbt-review-rating .stars {
	margin: 10px 0 18px !important;
}

.tbt-review-rating .stars span {
	display: flex !important;
	gap: 8px !important;
}

.tbt-review-rating .stars a {
	position: relative !important;
	display: block !important;
	width: 34px !important;
	height: 34px !important;
	margin: 0 !important;
	overflow: hidden !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	color: #d6d6d6 !important;
}

.tbt-review-rating .stars a::before {
	content: "★" !important;
	position: absolute !important;
	inset: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 32px !important;
	line-height: 1 !important;
	color: inherit !important;
}

.tbt-review-rating .stars a:hover,
.tbt-review-rating .stars a.active,
.tbt-review-rating .stars.selected a {
	color: #f5a623 !important;
}

.tbt-review-rating .stars a:hover ~ a,
.tbt-review-rating .stars.selected a.active ~ a {
	color: #d6d6d6 !important;
}
.tbt-review-form .logged-in-as,
.tbt-review-form .comment-notes {
	display: none !important;
}
/* TbT Reviews - Remove reviewer profile pictures */
.woocommerce-Reviews .comment_container img.avatar,
.woocommerce-Reviews .avatar {
    display: none !important;
}

/* Remove the empty space left by the avatar */
.woocommerce-Reviews .comment-text {
    margin-left: 0 !important;
}
/* =========================================
   TbT Reviews - Lihat Lagi
   ========================================= */

.tbt-review-load-more-wrap {
	display: flex;
	justify-content: center;

	margin-top: 16px;
}

.tbt-review-load-more {
	min-width: 140px;

	padding: 11px 20px;

	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;

	color: #333;

	font-size: 13px;
	font-weight: 600;
	line-height: 1;

	cursor: pointer;
}

.tbt-review-load-more:active {
	transform: scale(0.98);
}
/* =========================================
   TbT Product Flash Sale Bar
   ========================================= */

.tbt-product-flash-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-height: 52px;
    padding: 8px 14px;

    background: #ff5a1f;
    color: #ffffff;

    box-sizing: border-box;
}


/* FLASH SALE left side */
.tbt-product-flash-label {
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}


/* Right side */
.tbt-product-flash-right {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* TAMAT DALAM */
.tbt-product-flash-ends {
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}


/* Countdown */
.tbt-product-flash-countdown {
    display: flex;
    align-items: center;
    gap: 3px;
}


/* Black number boxes */
.tbt-product-flash-time {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 30px;
    height: 32px;
    padding: 0 4px;

    background: #222222;
    color: #ffffff;

    border-radius: 5px;

    font-size: 14px;
    line-height: 1;
    font-weight: 700;

    box-sizing: border-box;
}


/* : between numbers */
.tbt-product-flash-colon {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}


/* Mobile */
@media (max-width: 767px) {

    .tbt-product-flash-bar {
        min-height: 50px;
        padding: 7px 10px;
    }

    .tbt-product-flash-label {
        font-size: 15px;
    }

    .tbt-product-flash-right {
        gap: 6px;
    }

    .tbt-product-flash-ends {
        font-size: 10px;
    }

    .tbt-product-flash-time {
        min-width: 28px;
        height: 30px;
        font-size: 13px;
    }
}
/* =========================================
   FIX POPUP BOTTOM MOBILE LAYOUT
   ========================================= */

@media (max-width: 767px) {

    .tbt-popup-quantity-row {
        display: grid !important;
        grid-template-columns: auto 1fr !important;
        gap: 14px 18px !important;
        align-items: center !important;
    }

    .tbt-popup-quantity-label {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .tbt-popup-quantity {
        grid-column: 2 !important;
        grid-row: 1 !important;

        justify-self: end !important;
    }

    .tbt-popup-actions {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;

        display: grid !important;
        grid-template-columns: 1fr 1fr !important;

        width: 100% !important;
        gap: 10px !important;

        margin-top: 2px !important;
    }

    .tbt-popup-add-cart,
    .tbt-popup-buy-now {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 52px !important;

        padding: 10px 8px !important;

        white-space: nowrap !important;
    }
}
.tbt-popup-promo-balance {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #c62828;
}

/* =========================================
   TbT Review OTP Styling
   ========================================= */

.tbt-review-email-row,
.tbt-review-otp-wrap {
	display: flex;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}

.tbt-review-email-row input,
.tbt-review-otp-wrap input {
	flex: 1;
	min-width: 0;
}

.tbt-review-send-otp,
.tbt-review-verify-otp {
	flex: 0 0 auto;

	padding: 0 18px;

	border: 1px solid #b86524;
	border-radius: 10px;

	background: #fff7ef;
	color: #a75519;

	font-size: 14px;
	font-weight: 700;
	line-height: 1;

	cursor: pointer;
	white-space: nowrap;
}

.tbt-review-send-otp:hover,
.tbt-review-verify-otp:hover {
	background: #f8eadc;
}

.tbt-review-send-otp:disabled,
.tbt-review-verify-otp:disabled {
	opacity: 0.55;
	cursor: default;
}

.tbt-review-otp-wrap {
	margin-top: 10px;
}

.tbt-review-otp-input {
	text-align: center;
	letter-spacing: 3px;
	font-weight: 700;
}

.tbt-review-otp-message {
	margin-top: 8px;

	font-size: 13px;
	line-height: 1.4;
}

.tbt-review-otp-message.is-success {
	color: #188038;
	font-weight: 600;
}

.tbt-review-otp-message.is-error {
	color: #c62828;
	font-weight: 600;
}

.tbt-review-otp-message.is-info {
	color: #666;
}

.tbt-review-submit-disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}

/* Hide default WordPress save-name/email checkbox */
.tbt-review-form .comment-form-cookies-consent {
	display: none !important;
}


/* =========================================
   Mobile refinement
   ========================================= */

@media (max-width: 767px) {

	.tbt-review-email-row,
	.tbt-review-otp-wrap {
		gap: 8px;
	}

	.tbt-review-send-otp,
	.tbt-review-verify-otp {
		padding: 0 14px;
		font-size: 13px;
		border-radius: 9px;
	}

	.tbt-review-otp-message {
		font-size: 12px;
	}
}
