/* ==========================================================================
   JoinWebs Product Header
   ========================================================================== */
.jw-product-header {
	padding: 42px 0 38px;
	background: #fff;
	border-bottom: 1px solid #e8e8ec;
}
.jw-product-header .container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding-right: 24px;
	padding-left: 24px;
}
/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.jw-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 24px;
	color: #73737d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}
.jw-breadcrumb a {
	color: #73737d;
	text-decoration: none;
	transition:color 0.2s ease;
}
.jw-breadcrumb a:hover,
.jw-breadcrumb a:focus {
	color: #17171c;
}
.jw-breadcrumb__item {
	display: inline-flex;
	align-items: center;
}
.jw-breadcrumb__separator {
	display: inline-flex;
	align-items: center;
	color: #b3b3ba;
	font-size: 12px;
}

/* ==========================================================================
   Header Content
  ========================================================================== */
.jw-product-header__content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
}
.jw-product-header__main {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 850px;
}
.jw-product-header__title {
	margin: 0;
	color: #17171c;
	font-size: clamp(32px, 3vw, 48px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.035em;
}
.jw-product-header__description {
	max-width: 760px;
	margin-top: 16px;
	color: #62626c;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
}
.jw-product-header__description p {
	margin: 0;
}
.jw-product-header__description p + p {
	margin-top: 10px;
}
.jw-product-header__description a {
	color: #17171c;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}
/* ==========================================================================
   Product Meta
   ========================================================================== */
.jw-product-header__meta {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px 22px;
	padding-bottom: 5px;
}
.jw-product-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #62626c;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}
.jw-product-meta-item__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: #8a8a94;
}
.jw-product-meta-item__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}
/* ==========================================================================
   Rating
   ========================================================================== */
.jw-product-rating {
	gap: 8px;
}
.jw-product-rating__stars {
	display: inline-flex;
	align-items: center;
}
.jw-product-rating__stars .star-rating {
	float: none;
	width: 5.4em;
	margin: 0;
	color: #f5a623;
	font-size: 15px;
	line-height: 1;
}

.jw-product-rating__value {
	color: #17171c;
	font-weight: 700;
}

.jw-product-rating__count {
	color: #85858f;
	font-weight: 400;
}


/* ==========================================================================
   Sales
   ========================================================================== */

.jw-product-sales {
	position: relative;
}

.jw-product-sales .jw-product-meta-item__icon {
	color: #62626c;
}


/* ==========================================================================
   Updated Date
   ========================================================================== */

.jw-product-updated .jw-product-meta-item__icon {
	color: #62626c;
}


/* ==========================================================================
   Accessibility
   ========================================================================== */

.jw-product-header a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
	border-radius: 2px;
}


/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 1024px) {

	.jw-product-header {
		padding-top: 36px;
		padding-bottom: 34px;
	}

	.jw-product-header__content {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.jw-product-header__main {
		max-width: 800px;
	}

	.jw-product-header__meta {
		justify-content: flex-start;
		padding-bottom: 0;
	}

}


/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 767px) {

	.jw-product-header {
		padding-top: 24px;
		padding-bottom: 28px;
	}

	.jw-product-header .container {
		padding-right: 18px;
		padding-left: 18px;
	}

	.jw-breadcrumb {
		gap: 6px;
		margin-bottom: 18px;
		font-size: 13px;
	}

	.jw-product-header__content {
		gap: 22px;
	}

	.jw-product-header__title {
		font-size: 30px;
		line-height: 1.2;
		letter-spacing: -0.025em;
	}

	.jw-product-header__description {
		margin-top: 12px;
		font-size: 16px;
		line-height: 1.65;
	}

	.jw-product-header__meta {
		width: 100%;
		align-items: flex-start;
		gap: 14px;
	}

	.jw-product-meta-item {
		font-size: 13px;
	}

}


/* ==========================================================================
   Small Mobile
   ========================================================================== */

@media (max-width: 480px) {

	.jw-product-header__title {
		font-size: 27px;
	}

	.jw-product-header__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 11px;
	}

	.jw-product-rating {
		flex-wrap: wrap;
	}

}


/* ==========================================================================
   Reduced Motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {

	.jw-breadcrumb a {
		transition: none;
	}

}
/* ==========================================================================
   Product Layout
   ========================================================================== */

.jw-product-hero,
.jw-product-main {
	background: #f7f7f9;
}

.jw-product-hero {
	padding: 48px 0;
}

.jw-product-main {
	padding: 0 0 80px;
}

.jw-product-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	gap: 36px;
	align-items: start;
}

.jw-product-main__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 36px;
	align-items: start;
}
img.jw-product-preview__image{
	margin:0 auto;
}
.jw-product-preview__actions{
	text-align:center;
}
.jw-product-preview__actions svg{
	display:inline;
}

/* ==========================================================================
   Purchase Card
   ========================================================================== */

.jw-product-purchase {
	padding: 28px;
	background: #fff;
	border: 1px solid #e5e5ea;
	border-radius: 14px;
	box-shadow: 0 8px 30px rgba(23, 23, 28, 0.05);
}

.jw-product-purchase__title {
	margin: 0;
	color: #17171c;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.jw-product-purchase__subtitle {
	margin: 7px 0 0;
	color: #73737d;
	font-size: 14px;
	line-height: 1.6;
}

.jw-license-options {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}

.jw-license-option {
	position: relative;
	display: flex;
	gap: 13px;
	padding: 17px;
	border: 1px solid #dedee4;
	border-radius: 10px;
	cursor: pointer;
	transition: border-color 0.2s ease, 
		box-shadow 0.2s ease,
		background 0.2s ease;
}

.jw-license-option:hover {
	border-color: #a9a9b2;
}

.jw-license-option.is-active {
	background: #f8f8ff;
	border-color: #5856d6;
	box-shadow: 0 0 0 1px #5856d6;
}

.jw-license-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.jw-license-option__control {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	border: 2px solid #b5b5bd;
	border-radius: 50%;
}

.jw-license-option.is-active .jw-license-option__control {
	border-color: #5856d6;
}

.jw-license-option.is-active .jw-license-option__control::after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #5856d6;
	border-radius: 50%;
	content: "";
}

.jw-license-option__content {
	flex: 1;
	min-width: 0;
}

.jw-license-option__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.jw-license-option__name {
	color: #17171c;
	font-size: 15px;
	font-weight: 650;
}

.jw-license-option__price {
	color: #17171c;
	font-size: 17px;
	font-weight: 700;
}

.jw-license-option__description {
	display: block;
	margin-top: 6px;
	color: #777781;
	font-size: 13px;
	line-height: 1.55;
}

.jw-product-purchase__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #e8e8ec;
	color: #62626c;
	font-size: 15px;
}

.jw-product-purchase__summary strong {
	color: #17171c;
	font-size: 25px;
	font-weight: 750;
}

.jw-product-purchase__form {
	margin-top: 20px;
}

.jw-product-purchase__button {
	display: flex !important;
	width: 100%;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 14px 25px !important;
	background: #17171c !important;
	border: 0 !important;
	border-radius: 8px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 650 !important;
	cursor: pointer;
}

.jw-product-purchase__button:hover {
	background: #323238 !important;
}

.jw-product-purchase__security {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 7px;
	margin-top: 15px;
	color: #777781;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}


/* ==========================================================================
   Product Content
   ========================================================================== */

.jw-product-content {
	min-width: 0;
	padding: 38px;
	background: #fff;
	border: 1px solid #e5e5ea;
	border-radius: 14px;
}

.jw-product-tabs {
	display: flex;
	gap: 28px;
	margin: 0 0 36px;
	border-bottom: 1px solid #e8e8ec;
}

.jw-product-tabs a {
	position: relative;
	padding: 0 0 16px;
	color: #73737d;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.jw-product-tabs a:hover,
.jw-product-tabs a.is-active {
	color: #17171c;
}

.jw-product-tabs a.is-active::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: #17171c;
	content: "";
}

.jw-product-content__description {
	color: #50505a;
	font-size: 16px;
	line-height: 1.8;
}

.jw-product-content__description h2,
.jw-product-content__description h3,
.jw-product-content__description h4 {
	margin: 40px 0 18px;
	color: #17171c;
	line-height: 1.35;
}

.jw-product-content__description h2 {
	font-size: 30px;
}

.jw-product-content__description h3 {
	font-size: 23px;
}

.jw-product-content__description p {
	margin: 0 0 20px;
}

.jw-product-content__description img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin:0 auto;
}

.jw-product-content__description ul,
.jw-product-content__description ol {
	margin: 20px 0;
	padding-left: 25px;
}

.jw-product-content__description li {
	margin-bottom: 9px;
}


/* ==========================================================================
   Product Details
   ========================================================================== */

.jw-product-details {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.jw-product-details__card {
	padding: 25px;
	background: #fff;
	border: 1px solid #e5e5ea;
	border-radius: 14px;
}

.jw-product-details__title {
	margin: 0 0 20px;
	color: #17171c;
	font-size: 18px;
	font-weight: 700;
}

.jw-product-details__list {
	margin: 0;
}

.jw-product-details__item {
	padding: 13px 0;
	border-bottom: 1px solid #eeeeF1;
}

.jw-product-details__item:first-child {
	padding-top: 0;
}

.jw-product-details__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.jw-product-details__item dt {
	margin-bottom: 5px;
	color: #8a8a94;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.jw-product-details__item dd {
	margin: 0;
	color: #35353c;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}


/* ==========================================================================
   Changelog
   ========================================================================== */

.jw-product-changelog {
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px solid #e8e8ec;
	scroll-margin-top: 30px;
}

.jw-product-changelog__header h2 {
	margin: 0;
	color: #17171c;
	font-size: 30px;
	font-weight: 700;
}

.jw-product-changelog__header p {
	margin: 8px 0 0;
	color: #777781;
	font-size: 15px;
}

.jw-product-changelog__content {
	margin-top: 28px;
	padding: 25px;
	background: #f7f7f9;
	border: 1px solid #e8e8ec;
	border-radius: 10px;
	color: #50505a;
	font-family: monospace;
	font-size: 14px;
	line-height: 1.75;
}

.jw-product-changelog__content p {
	margin: 0 0 12px;
}

.jw-product-changelog__content p:last-child {
	margin-bottom: 0;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {

	.jw-product-hero__grid {
		grid-template-columns: minmax(0, 1fr) 350px;
	}

	.jw-product-main__grid {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

}

@media (max-width: 900px) {

	.jw-product-hero__grid,
	.jw-product-main__grid {
		grid-template-columns: 1fr;
	}

	.jw-product-purchase {
		max-width: none;
	}

	.jw-product-sidebar {
		order: 2;
	}

}

@media (max-width: 767px) {

	.jw-product-hero {
		padding: 28px 0;
	}

	.jw-product-main {
		padding-bottom: 50px;
	}

	.jw-product-content {
		padding: 24px 20px;
		border-radius: 10px;
	}

	.jw-product-purchase {
		padding: 22px 18px;
		border-radius: 10px;
	}

	.jw-product-details__card {
		padding: 22px 20px;
	}

	.jw-product-content__description h2,
	.jw-product-changelog__header h2 {
		font-size: 25px;
	}

	.jw-license-option__top {
		align-items: flex-start;
	}

}

@media (max-width: 480px) {

	.jw-product-tabs {
		gap: 20px;
		overflow-x: auto;
	}

	.jw-license-option__top {
		flex-direction: column;
		gap: 5px;
	}

}
/* WooCommerce Checkout Place Order Button */
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button{
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	padding: 16px 30px !important;
	margin: 0;
	border: 0 !important;
	border-radius: 6px;
	background: #111827 !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text,
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
	display: block !important;
	color: #fff !important;
	font: inherit;
	opacity: 1 !important;
	visibility: visible !important;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover {
	background: #0085ba !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button:focus {
	color: #fff !important;
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button:disabled {
	opacity: 0.6 !important;
	cursor: not-allowed;
	transform: none;
}