
.single-product .woocommerce-breadcrumb {
	display: none;
}


.woocommerce div.product {
	margin-top: 50px;
}

/* Product gallery: thumbnails left, main image right */
.single-product div.product .woocommerce-product-gallery {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    opacity: 1 !important;
    position: sticky!important;
    float: none!important;
    top: 120px;
    padding-right: 4%;
    box-sizing: content-box;
    padding-left: 4%;
    FONT-WEIGHT: 200;
    max-width: 44%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fcfbfb;
    transition: 0.2s!important;
}

/* Main image area */
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    order: 2;
    flex: 1 1 auto;
    width: calc(100% - 98px);
    height: auto !important;
    border-radius: 6px;
    background: #fcfbfb;
}

/* Slider wrapper/slides */
.single-product div.product .woocommerce-product-gallery__wrapper,
.single-product div.product .woocommerce-product-gallery__image {
    height: auto !important;
}

/* Main image fitting */
.single-product div.product .woocommerce-product-gallery__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 5;
    background: none;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

/* Woo zoom image fix */
.single-product div.product .woocommerce-product-gallery__image .zoomImg {
    object-fit: contain;
}

/* Thumbnails column */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    order: 1;
    flex: 0 0 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Thumb item */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 80px!important;
    height: 80px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
}

/* Thumb image fitting */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    /* padding: 6px; */
    opacity: 1;
    box-sizing: border-box;
    border-radius: 6px;
}

/* Magnifier position */
.single-product div.product .woocommerce-product-gallery__trigger {
    right: 16px;
    top: 16px;
    z-index: 5;
}

/* Mobile: thumbnails back under image */
@media (max-width: 767px) {
    .single-product div.product .woocommerce-product-gallery {
        flex-direction: column;
        gap: 12px;
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        order: 1;
        width: 100%;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        order: 2;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        flex: 0 0 72px;
        width: 72px;
        height: 72px;
    }
}

.woocommerce div.product div.summary {
	background-color: #F8F6F66E;
	box-shadow: 0px 0px 4px 1px rgba(188.7, 188.7, 188.7, 0.11) inset;
	padding: 20px;
	border-radius: 6px;
	margin-right: 25px;
	max-width: calc(48% - 25px);
}

h1.product_title.entry-title {
	font-family: "Roboto", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--e-global-color-kadence5);
	margin-bottom: 0;
}

.xiv-product-title-description {
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0.2px;
	color: #000000;
	margin-bottom: 15px;
	line-height: 1.5;
	margin-top: 4px;
}

.xiv-product-tag {
	background-color: #C1C5CB;
	padding: 4px 14px;
	font-size: 12px;
	line-height: 1;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: white;
	font-weight: 500;
	font-family: "Poppins", Sans-serif;
}

.xiv-product-tag-rating {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: с;
}

.xiv-product-rating svg {
	width: 16px;
}

.xiv-product-short-description {
	font-size: 15px;
	border-bottom: 1px solid black;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #515151;
}

.xiv-product-short-description ul, .xiv-product-short-description ol {
	list-style: none;
	padding: 0;
	margin-top: 23px;
	margin-bottom: 9px;
}

.xiv-product-short-description li {
	position: relative;
	padding-left: 25px;
	color: #000000;
	line-height: 25px;
	margin-bottom: 2px;
}

.xiv-product-short-description li:before {
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #BC8963;
	border-radius: 50%;
	top: 5px;
	left: 0;
}

.xiv-prices-block {
	margin: 28px 0;
	text-align: center;
	margin-bottom: 35px;
}

.xiv-prices-block h2.xiv-prices-title {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 600;
	font-family: Roboto!important;
}

.xiv-price-cards {
	display: flex;
	justify-content: center;
	gap: 22px;
}

.xiv-price-card {
	width: 160px;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 0px 4px 1px rgba(187, 187, 187, 0.27) inset;
	display: flex;
	flex-direction: column;
}

.xiv-price-card-main {
	padding: 10px 14px 12px;
	position: relative;
	z-index: 2;
	border-radius: 10px;
	background: white;
	margin-bottom: -10px;
	box-shadow: 0px 0px 4px 1px rgba(187, 187, 187, 0.27) inset;
}

.xiv-price-card-main h3.xiv-price-card-title {
	margin: 0 0 8px;
	color: #151B1B;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.xiv-price-card-image {
	display: block;
	height: 92px!important;
	border-radius: 8px;
	margin: 0 auto 8px;
	object-fit: contain;
}

.xiv-price-card-icon {
	margin: 0 auto 8px;
	font-size: 54px;
	line-height: 1;
}

.xiv-price-card-price {
	font-size: 12px;
	color: #151B1B;
	line-height: 1;
	min-height: 28px;
}

.xiv-price-card-price .amount {
	font-weight: 500;
	font-size: 16px;
}

.xiv-price-card-footer {
	padding: 24px 10px 14px;
	background: #ffd36a;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	min-height:77px;
	flex: 1;
}

.xiv-price-card-footer strong {
	font-weight: 500;
}

.xiv-builder-item-qty {
	display: none;
}

.xiv-builder-item.is-added .xiv-builder-item-add {
	display: none;
}

.xiv-builder-item.is-added .xiv-builder-item-qty {
	display: flex;
	font-size: 14px;
	border: none;
	background: #FAB527;
	color: black !important;
	line-height: 20px;
	padding: 0;
	width: 80%;
	border-radius: 4px;
	justify-content: space-between;
	align-items: center;
}

.xiv-builder-item.is-active {
	outline: 2px solid #d79b22;
}


.xiv-product-builder {
	padding: 22px 10px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

.xiv-builder-divider {
	width: 77%;
	margin: 0 auto;
	margin-top: 30px;
	align-items: center;
	display: flex;
	margin-bottom: 31px;
}

.xiv-builder-divider span:first-child, .xiv-builder-divider span:last-child {
	border-block-end: 0;
	border-block-start: 5px solid #D9A441;
	content: "";
	display: block;
	flex-grow: 1;
}

.xiv-builder-divider strong {
	color: #D9A441;
	font-size: 28px;
	font-weight: 700;
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: #D9A441;
	stroke: #D9A441;
	display: block;
	margin: 0 14px;
}

.xiv-product-builder h2.xiv-builder-title {
	text-align: center;
	font-family: "Roboto", Sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 10px;
	margin-bottom: 17px;
}

.xiv-builder-description {
	font-size: 15px;
	text-align: center;
	padding: 0 10px;
	line-height: 1.4;
	margin-bottom: 33px;
}

.xiv-builder-items {
	display: flex;
	gap: 0px 0px;
	row-gap: 0px;
	column-gap: 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #02010100;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 0px 0px 5px 0px rgba(178.5, 178.5, 178.5, 0.32) inset;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.xiv-builder-item {
	display: flex;
	min-height: 100px;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	gap: 0px 0px;
	flex-wrap: wrap;
	border-style: solid;
	border-color: #02010100;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 10px 2px rgba(190.39999999999998, 190.39999999999998, 190.39999999999998, 0.41) inset;
	padding: 6px;
	max-width: 24.2%;
	width: 22%;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding-bottom: 12px;
	transition: 0.5s;
}

button.xiv-builder-item-select {
	border: none!important;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	padding: 2px 0;
	flex: 1;
	justify-content: space-between;
	gap: 4px;
	background: none!important;
}

span.xiv-builder-item-title {
	font-size: 13px;
	color: #151B1B;
	text-transform: capitalize;
	max-width: 100%;
	display: block;
	white-space: normal;
	font-family: 'Poppins';
	font-weight: 500;
	line-height: 1;
}

.xiv-product-hero {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

button.xiv-builder-item-select:hover {
	background: none;
}

button.xiv-builder-item-add {}

button.xiv-builder-item-select img {
	border-radius: 6px;
	max-height: 80px;
}

.xiv-builder-item button.xiv-builder-item-add {
	font-size: 14px;
	border: none;
	background: #FAB527;
	color: black!important;
	line-height: 20px;
	padding: 0;
	width: 80%;
	border-radius: 4px;
	padding: 0;
}

.xiv-builder-item button.xiv-builder-item-add:hover {
	opacity: 0.9;
}

.xiv-builder-item-qty button {
	border: none!important;
	padding: 0px 10px;
	color: black!important;
	border-radius: 0!important;
	background: none;
}

.xiv-builder-item-qty button:hover {
	background: #ffffff2b;
	border-radius: 4px;
}

.xiv-builder-item-qty button:focus {
	background: none;
}

.xiv-engraving-block {
	display: flex;
	gap: 0px 0px;
	row-gap: 0px;
	column-gap: 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #02010100;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 0px 0px 5px 0px rgba(178.5, 178.5, 178.5, 0.32) inset;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	flex-wrap: wrap;
	gap: 1%;
	justify-content: center;
}

.xiv-engraving-block h2.xiv-engraving-title {
	text-align: center;
	font-family: "Roboto", Sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 10px;
}

.xiv-engraving-description {
	font-size: 15px;
	text-align: center;
	max-width: 96%;
	line-height: 1.4;
}

.xiv-engraving-items {
	width: 78%;
	margin: 8px auto;
	margin-bottom: 5px;
}

.xiv-engraving-item {
	width: 100%;
	margin-bottom: 10px;
}

.xiv-engraving-items button.xiv-engraving-item-button {
	width: 100%;
	display: flex;
	flex-direction: c;
	gap: 10px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #51515163;
	border-radius: 14px 14px 14px 14px;
	box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.12) inset;
	padding: 12px;
	align-items: center;
	justify-content: space-between;
}

button.xiv-engraving-item-button img {
	max-width: 40px;
	max-height: 50px;
}

button.xiv-engraving-item-button span {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	color: black;
	font-family: 'Poppins';
	font-size: 13px;
}

.xiv-engraving-items button.xiv-engraving-item-button:hover {
	background: #fab527;
}

body.xiv-engraving-modal-open {
	overflow: hidden;
}

.xiv-engraving-item.has-engraving button.xiv-engraving-item-button {
	border-color: #FAB527;
	background: #fffaf0;
}

.xiv-engraving-item.has-engraving button.xiv-engraving-item-button strong {
	color: #151B1B;
}

.xiv-engraving-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.xiv-engraving-modal.is-open {
	display: flex;
}

.xiv-engraving-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.xiv-engraving-modal-dialog {
	position: relative;
	z-index: 2;
	width: min(560px, 100%);
	max-height: calc(100vh - 40px);
	overflow: auto;
	background: #fff;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.3);
}

.xiv-engraving-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: none!important;
	border-radius: 50%;
	background: #f0f0f0!important;
	color: #151B1B!important;
	font-size: 22px;
	line-height: 28px;
	padding: 0!important;
}

.xiv-engraving-modal-title {
	text-align: center;
	font-family: "Roboto", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 8px 32px 10px;
	color: #151B1B;
}

.xiv-engraving-modal-description {
	max-width: 440px;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
	color: #151B1B;
}

.xiv-engraving-modal-description p {
	margin: 0;
}

.xiv-engraving-preview {
	position: relative;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 22px;
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}

.xiv-engraving-preview img {
	display: block;
	width: 100%;
	height: auto;
}

.xiv-engraving-preview-text {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	color: #151B1B;
	text-transform: uppercase;
	pointer-events: none;
	white-space: nowrap;
	filter: grayscale(1);
}

.xiv-engraving-field {
	margin: 0 auto 16px;
	max-width: 440px;
}

.xiv-engraving-field label {
	display: block;
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #151B1B;
}

.xiv-engraving-input-wrap {
	position: relative;
}

.xiv-engraving-input-wrap input {
	width: 100%;
	height: 52px;
	border: 2px solid #1D2D57;
	border-radius: 12px;
	padding: 18px 42px 8px 14px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #151B1B;
	outline: none;
}

.xiv-engraving-clear {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: none!important;
	border-radius: 50%;
	background: #333!important;
	color: #fff!important;
	font-size: 18px;
	line-height: 20px;
	padding: 0!important;
}

.xiv-engraving-counter {
	margin-top: 4px;
	text-align: right;
	font-size: 12px;
	color: #777;
}

.xiv-engraving-smiles {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 8px;
	max-width: 440px;
	max-height: 170px;
	overflow: auto;
	margin: 0 auto 18px;
	padding: 4px;
	filter: grayscale(1);
}

.xiv-engraving-smiles button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 1px solid #e4e4e4!important;
	border-radius: 8px;
	background: #fff!important;
	color: #151B1B!important;
	font-size: 22px;
	line-height: 1;
	padding: 0!important;
}

.xiv-engraving-smiles button:hover {
	background: #FAB527!important;
	border-color: #FAB527!important;
}

.xiv-engraving-done {
	display: block;
	width: min(440px, 100%);
	margin: 0 auto;
	border: none!important;
	border-radius: 10px;
	background: #FAB527!important;
	color: #151B1B!important;
	font-size: 17px;
	font-weight: 700;
	padding: 13px 18px!important;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.xiv-engraving-modal {
		padding: 10px;
		align-items: flex-end;
	}

	.xiv-engraving-modal-dialog {
		width: 100%;
		max-height: calc(100vh - 20px);
		border-radius: 14px 14px 0 0;
		padding: 20px 14px;
	}

	.xiv-engraving-modal-title {
		font-size: 24px;
	}

	.xiv-engraving-smiles {
		grid-template-columns: repeat(7, 1fr);
		max-height: 150px;
	}

	.xiv-engraving-preview-text {
		font-size: 20px;
	}
}


.xiv-product-builder-refills .xiv-builder-items {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xiv-product-builder-refills .xiv-builder-item {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.xiv-product-builder-refills .xiv-builder-item-select img {
	width: 100%;
	height: 88px;
	object-fit: cover;
	border-radius: 6px;
}

.xiv-product-builder-refills .xiv-builder-item-title {
	min-height: 28px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xiv-product-builder-refills .xiv-builder-item-add,
.xiv-product-builder-refills .xiv-builder-item-qty {
	background: #151B1B;
	color: #fff;
}

@media (max-width: 767px) {
	.xiv-product-builder-refills .xiv-builder-items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}


.xiv-builder-item.xiv-builder-refill-item.is-active.is-added {outline: none;}

.xiv-builder-refill-item button.xiv-builder-item-select {
	padding: 0;
	gap: 0;
	width: 100%;
}

.xiv-builder-items .xiv-builder-refill-item .xiv-builder-item-qty, .xiv-builder-items .xiv-builder-refill-item .xiv-builder-item-add {
	position: relative;
	z-index: 2;
	margin-top: -30px;
	background: black!important;
	color: white!important;
	margin-bottom: 10px;
}

.xiv-builder-items .xiv-builder-item-qty button {
	color: white!important;
}

.xiv-product-builder-payment {
	background: #fff;
	margin-top: 28px;
	padding: 28px 14px;
}

.xiv-payment-options {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 28px;
}

.xiv-payment-option {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	border: 1px solid #eee;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.22) inset;
	padding: 12px;
	cursor: pointer;
}

.xiv-payment-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.xiv-payment-radio {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	border: 2px solid #B4652C;
	border-radius: 50%;
	position: relative;
}

.xiv-payment-option.is-active .xiv-payment-radio:after {
	content: '';
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	background: #B4652C;
}

.xiv-payment-option-content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex: 1;
}

.xiv-payment-option-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	color: #151B1B;
	text-transform: capitalize;
}

.xiv-payment-option-title span {
	color: red;
}

.xiv-payment-option-description {
	font-size: 14px;
	line-height: 1.1;
	color: #151B1B;
}

.xiv-payment-option-price {
	margin-left: auto;
	font-size: 17px;
	font-weight: 700;
	color: #151B1B;
}

.xiv-payment-option-subscription {
	border-color: #B4652C;
	border-radius: 9px 9px 0 0;
	background: #FFD8BA;
	box-shadow: none;
	margin-bottom: 0;
}

.xiv-payment-option-prices {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	white-space: nowrap;
}

.xiv-payment-option-prices del {
	font-size: 14px;
	color: #7B4B31;
}

.xiv-payment-option-prices strong {
	font-size: 19px;
	color: #151B1B;
}

.xiv-payment-subscription-body {
	/* display: none; */
	margin-top: -14px;
	border: 1px solid #B4652C;
	border-top: none;
	border-radius: 0 0 9px 9px;
	padding: 12px 20px 18px;
}

.xiv-payment-subscription-body.is-active {
	display: block;
}

.xiv-payment-subscription-description {
	background: #f7f7f7;
	border-radius: 8px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.35;
	color: #151B1B;
}

.xiv-payment-subscription-description ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.xiv-payment-frequency {
	margin-top: 14px;
	text-align: center;
}

.xiv-payment-frequency label {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 700;
	color: #151B1B;
}

.xiv-payment-frequency select,
.xiv-frequency-static {
	width: 100%;
	height: 42px;
	border: none;
	border-radius: 11px;
	background: #EEE2CD;
	color: #151B1B;
	text-align: center;
	font-size: 15px;
	padding: 0 14px;
}

.xiv-frequency-static {
	display: flex;
	align-items: center;
	justify-content: center;
}

.xiv-payment-add-to-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	width: 100%;
	margin-top: 26px;
	border: none!important;
	border-radius: 12px!important;
	background: #E39A00!important;
	color: #151B1B!important;
	font-size: 17px;
	font-weight: 700;
	padding: 17px 20px!important;
}

.xiv-payment-add-to-cart:hover {
	background: #d89000!important;
}

.xiv-payment-add-to-cart.is-loading,
.xiv-payment-add-to-cart:disabled {
	background: #b7b7b7!important;
	color: #fff!important;
	cursor: wait;
	opacity: 0.75;
	pointer-events: none;
}


.woocommerce div.product form.cart {
	display: none;
}
.woocommerce a.added_to_cart:hover {
	color: black;
}


.xiv-price-card-refills .xiv-price-card-footer {
	text-transform: capitalize;
}

.xiv-price-card-refills .xiv-price-card-footer span {
	color: red;
}

.xiv-under-price-block {
	margin-top: 32px;
	padding: 0px 17px;
}

.elementor-kit-77 .xiv-under-price-title, .xiv-under-price-title {
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	color: black;
	text-align: left;
	letter-spacing: 0.1px;
}

.xiv-under-price-boxes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.xiv-under-price-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 84px;
	padding: 12px 10px;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0px 0px 4px 1px rgba(187, 187, 187, 0.27) inset;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Poppins';
}

.xiv-under-price-box-title {
	max-width: 110px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.05;
	color: #151B1B;
}

.xiv-under-price-box-price {
	margin-top: 13px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #151B1B;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3px;
	font-family: 'Roboto';
}

@media (max-width: 767px) {
	.xiv-under-price-boxes {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}


a.woocommerce-product-gallery__trigger {
	display: none;
}

.single-product div.product .woocommerce-product-gallery {

	transition: background-color 0.25s ease;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	order: 2;
	flex: 1 1 auto;
	width: calc(100% - 98px);
	height: auto !important;
	border-radius: 6px;
	background: #f7f7f7;
}

.single-product div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
	order: 2;
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	border-radius: 6px;
	background: none;
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport,
.single-product div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
.single-product div.product .woocommerce-product-gallery__image a {
	background: transparent!important;
}

.xiv-step-2-price-block {
	margin-top: 22px;
	padding: 0 24px 26px;
	border-radius: 8px;
	background: #f5f5f5;
}

.xiv-step-2-tips {
	min-height: 42px;
	margin: 0 -24px 26px;
	padding: 12px 18px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.55);
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	color: #000;
	background: url(../images/white-grunge.webp);
	background-position: center;
	background-size: cover;
}

.xiv-step-2-tips strong {
	font-weight: 700;
}

.xiv-step-2-price-boxes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: end;
}

.xiv-step-2-price-box {
	position: relative;
	min-height: 92px;
	padding: 22px 14px 14px;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	text-align: center;
}

.xiv-step-2-price-box.is-popular {
	margin-top: 15px;
}

.xiv-step-2-price-badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 112px;
	padding: 5px 12px;
	border-radius: 7px 7px 0 0;
	background: #ffc95a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	/* width: 100%; */
}

.xiv-step-2-price-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.05;
	color: #000;
}

.xiv-step-2-price-value {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	color: #000;
}

@media (max-width: 767px) {
	.xiv-step-2-price-block {
		padding: 0 14px 18px;
	}

	.xiv-step-2-tips {
		margin: 0 -14px 20px;
	}

	.xiv-step-2-price-boxes {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

.xiv-payment-delivery-info {
	margin-top: 28px;
	padding: 0 58px 24px;
}

.xiv-payment-delivery-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
	color: #000;
}

.xiv-payment-delivery-icon {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	fill: #f5a400;
}

.xiv-payment-delivery-text {
	margin-top: 22px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	color: #000;
}

.xiv-payment-delivery-text p {
	margin: 0;
}

@media (max-width: 767px) {
	.xiv-payment-delivery-info {
		padding: 0 20px 20px;
	}

	.xiv-payment-delivery-text {
		font-size: 14px;
	}
}


.xiv-payment-delivery-row svg {
	display: block;
	height: 2em;
	position: relative;
	width: 2em;
	color: #FAB527;
	fill: #FAB527;
}

/** Reviews */
.xiv-reviews-section {
	margin: 70px auto 0;
	padding: 60px 20px;
	background: var(--e-global-color-accent, #EBEBEB);
	color: var(--e-global-color-text, #151B1B);
	font-family: var(--e-global-typography-text-font-family, "Roboto"), Sans-serif;
	font-size: var(--e-global-typography-text-font-size, 16px);
	font-weight: var(--e-global-typography-text-font-weight, 400);
	line-height: 25px;
}

.xiv-reviews-inner {
	max-width: 1120px;
	margin: 0 auto;
}

.xiv-reviews-title {
	margin: 0 0 28px;
	text-align: center;
	font-family: var(--e-global-typography-primary-font-family, "Poppins"), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size, 28px);
	font-weight: 900;
	line-height: 1.15;
	color: #000;
}

.xiv-reviews-summary {
	display: grid;
	grid-template-columns: 1fr 1.5fr 240px;
	gap: 36px;
	align-items: center;
	padding: 28px;
	border-radius: 17px;
	background: var(--e-global-color-primary, #FFFFFF);
	box-shadow: 0 0 10px rgba(162, 162, 162, 0.22);
}

.xiv-reviews-score {
	text-align: center;
}

.xiv-reviews-score-main {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 8px;
}

.xiv-reviews-score-main strong {
	font-family: var(--e-global-typography-primary-font-family, "Poppins"), Sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-reviews-count {
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--e-global-color-kadence5, #515151);
}

.xiv-review-stars {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 2px;
	color: var(--e-global-color-b4c5fad, #FAB527);
	white-space: nowrap;
}

.xiv-review-stars-empty {
	display: block;
	color: transparent;
	-webkit-text-stroke: 1px var(--e-global-color-b4c5fad, #FAB527);
}

.xiv-review-stars-filled {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	color: var(--e-global-color-b4c5fad, #FAB527);
	white-space: nowrap;
}

.xiv-reviews-bars {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 28px;
	border-left: 1px solid var(--e-global-color-kadence4, #e9e8e8);
	border-right: 1px solid var(--e-global-color-kadence4, #e9e8e8);
}

.xiv-reviews-bar-row {
	display: grid;
	grid-template-columns: 18px 102px 1fr 42px;
	gap: 10px;
	align-items: center;
	font-size: 13px;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-reviews-bar-row .xiv-review-stars {
	font-size: 14px;
	letter-spacing: 1px;
}

.xiv-reviews-bar {
	height: 12px;
	border-radius: 999px;
	background: var(--e-global-color-kadence4, #e9e8e8);
	overflow: hidden;
}

.xiv-reviews-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--e-global-color-b4c5fad, #FAB527);
}

.xiv-reviews-bar-row em {
	font-style: normal;
	font-size: 12px;
	color: var(--e-global-color-kadence5, #515151);
}

.xiv-review-open,
.xiv-reviews-load-more,
.xiv-review-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 12px 34px;
	border: 0;
	border-radius: 17px;
	background: var(--e-global-color-b4c5fad, #FAB527)!important;
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000!important;
	cursor: pointer;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.xiv-review-open:hover,
.xiv-reviews-load-more:hover,
.xiv-review-submit:hover {
	background: var(--e-global-color-f644e88, #DB8E00);
	color: #000;
}

.xiv-review-form-message {
	margin: 18px 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.xiv-review-form-message.is-success {
	color: var(--e-global-color-71671bd, #92501F);
}

.xiv-review-form-message.is-error {
	color: var(--e-global-color-99daad0, #EC407A);
}

.xiv-reviews-list {
	margin-top: 28px;
	padding: 0 28px;
	border-radius: 17px;
	background: var(--e-global-color-primary, #FFFFFF);
	box-shadow: 0 0 10px rgba(162, 162, 162, 0.22);
}

.xiv-review-item {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 0;
	padding: 28px 0;
	border-bottom: 1px solid var(--e-global-color-kadence4, #e9e8e8);
}

.xiv-review-item:last-child {
	border-bottom: 0;
}

.xiv-review-avatar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--e-global-color-c4be881, #EEE1CC);
	font-family: var(--e-global-typography-primary-font-family, "Poppins"), Sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-review-avatar:after {
	content: "✓";
	position: absolute;
	right: -2px;
	bottom: -2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--e-global-color-b85a428, #BC8963);
	font-size: 10px;
	color: #fff;
}

.xiv-review-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 6px;
}

.xiv-review-author-line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-review-author-line strong {
	font-weight: 700;
}

.xiv-review-verified {
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 3px 7px;
	border-radius: 4px;
	background: var(--e-global-color-c4be881, #EEE1CC);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--e-global-color-71671bd, #92501F);
}

.xiv-review-date {
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: var(--e-global-color-kadence5, #515151);
	white-space: nowrap;
}

.xiv-review-rating-row {
	margin-bottom: 14px;
}

.xiv-review-title {
	margin: 0 0 14px;
	font-family: var(--e-global-typography-primary-font-family, "Poppins"), Sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	color: #000;
}

.xiv-review-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-review-text p {
	margin: 0 0 10px;
}

.xiv-review-media {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.xiv-review-media a {
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 8px;
	overflow: hidden;
	background: var(--e-global-color-accent, #EBEBEB);
}

.xiv-review-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xiv-review-reply {
	margin-top: 18px;
	padding: 16px;
	border-radius: 8px;
	background: var(--e-global-color-c4be881, #EEE1CC);
	font-size: 14px;
	line-height: 1.45;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-review-reply strong {
	display: block;
	margin-bottom: 8px;
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif;
	font-weight: 700;
	color: #000;
}

.xiv-reviews-empty {
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-reviews-load-more {
	display: flex;
	margin: 28px auto 0;
}

.xiv-review-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	font-family: var(--e-global-typography-text-font-family, "Roboto"), Sans-serif;
}

.xiv-review-modal.is-open {
	display: flex;
}

.xiv-review-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(21, 27, 27, 0.58);
}

.xiv-review-modal-dialog {
	position: relative;
	z-index: 2;
	width: min(760px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 38px 42px;
	border-radius: 17px;
	background: var(--e-global-color-primary, #FFFFFF);
	box-shadow: 0 18px 60px rgba(21, 27, 27, 0.22);
}

.xiv-review-modal-close {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 34px;
	line-height: 1;
	color: var(--e-global-color-text, #151B1B);
	cursor: pointer;
}

.xiv-review-modal-close:hover,
.xiv-review-modal-close:focus {
	color: var(--e-global-color-text, #151B1B);
	background: transparent;
}

.xiv-review-modal-dialog h2 {
	margin: 0 0 24px;
	text-align: center;
	font-family: var(--e-global-typography-primary-font-family, "Poppins"), Sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.15;
	color: #000;
}

.xiv-review-modal-product {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
	text-align: center;
}

.xiv-review-modal-product img {
	width: 130px;
	height: 130px;
	object-fit: cover;
	border-radius: 8px;
	background: var(--e-global-color-accent, #EBEBEB);
}

.xiv-review-modal-product strong {
	font-family: var(--e-global-typography-primary-font-family, "Poppins"), Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-review-form-field {
	margin-bottom: 18px;
}

.xiv-review-form-field label {
	display: block;
	margin-bottom: 8px;
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-review-form-field input[type="text"],
.xiv-review-form-field input[type="email"],
.xiv-review-form-field textarea {
	width: 100%;
	border: 1px solid transparent;
	border-radius: 8px;
	background: var(--e-global-color-accent, #EBEBEB);
	font-family: var(--e-global-typography-text-font-family, "Roboto"), Sans-serif;
	font-size: 15px;
	color: var(--e-global-color-text, #151B1B);
	outline: none;
}

.xiv-review-form-field input[type="text"]:focus,
.xiv-review-form-field input[type="email"]:focus,
.xiv-review-form-field textarea:focus {
	border-color: var(--e-global-color-b85a428, #BC8963);
	background: #fff;
}

.xiv-review-form-field input[type="text"],
.xiv-review-form-field input[type="email"] {
	height: 44px;
	padding: 8px 14px;
}

.xiv-review-form-field textarea {
	min-height: 130px;
	padding: 14px;
	resize: vertical;
}

.xiv-review-form-field input[type="file"] {
	width: 100%;
	font-size: 14px;
	color: var(--e-global-color-kadence5, #515151);
}

.xiv-review-form-field small {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: var(--e-global-color-kadence5, #515151);
}

.xiv-review-rating-input {
	display: flex;
	gap: 6px;
}

.xiv-review-rating-input button {
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 34px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1.4px var(--e-global-color-b4c5fad, #FAB527);
	cursor: pointer;
}

.xiv-review-rating-input button:hover,
.xiv-review-rating-input button:focus {
	background: transparent;
	color: transparent;
	-webkit-text-stroke: 1.4px var(--e-global-color-b4c5fad, #FAB527);
}

.xiv-review-rating-input button.is-active {
	color: var(--e-global-color-b4c5fad, #FAB527);
}

.xiv-review-rating-input button.is-active:hover,
.xiv-review-rating-input button.is-active:focus {
	color: var(--e-global-color-b4c5fad, #FAB527);
}

.xiv-review-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.xiv-review-form-actions {
	display: flex;
	justify-content: flex-end;
	gap: 18px;
	margin-top: 22px;
}

.xiv-review-cancel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 28px;
	border: 1px solid var(--e-global-color-b85a428, #BC8963);
	border-radius: 17px;
	background: transparent;
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--e-global-color-text, #151B1B);
	cursor: pointer;
}

.xiv-review-cancel:hover,
.xiv-review-cancel:focus {
	background: var(--e-global-color-c4be881, #EEE1CC);
	color: var(--e-global-color-text, #151B1B);
}

.xiv-review-submit.is-loading,
.xiv-reviews-load-more.is-loading {
	opacity: 0.6;
	cursor: wait;
}

body.xiv-review-modal-open {
	overflow: hidden;
}

@media (max-width: 991px) {
	.xiv-reviews-summary {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.xiv-reviews-bars {
		padding: 24px 0;
		border-left: 0;
		border-right: 0;
		border-top: 1px solid var(--e-global-color-kadence4, #e9e8e8);
		border-bottom: 1px solid var(--e-global-color-kadence4, #e9e8e8);
	}

	.xiv-review-open {
		margin: 0 auto;
	}

	.xiv-reviews-bar-row {
		grid-template-columns: 18px 94px 1fr 36px;
	}
}

@media (max-width: 767px) {
	.xiv-reviews-section {
		margin-top: 44px;
		padding: 40px 16px;
	}

	.xiv-reviews-title {
		font-size: 28px;
	}

	.xiv-reviews-summary {
		padding: 22px 16px;
	}

	.xiv-reviews-list {
		padding: 0 16px;
	}

	.xiv-review-item {
		grid-template-columns: 44px 1fr;
		gap: 10px;
	}

	.xiv-review-head {
		flex-direction: column;
		gap: 6px;
	}

	.xiv-review-title {
		font-size: 18px;
	}

	.xiv-review-form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.xiv-review-modal {
		padding: 16px;
	}

	.xiv-review-modal-dialog {
		max-height: calc(100vh - 32px);
		padding: 34px 18px 24px;
	}

	.xiv-review-modal-dialog h2 {
		font-size: 28px;
	}

	.xiv-review-form-actions {
		flex-direction: column-reverse;
	}

	.xiv-review-cancel,
	.xiv-review-submit {
		width: 100%;
	}
}

/* XIV Reviews - Elementor Kit overrides */

.elementor-kit-77 .xiv-reviews-section,
.elementor-kit-77 .xiv-reviews-section * {
	box-sizing: border-box;
}

.elementor-kit-77 .xiv-reviews-section {
	background: var(--e-global-color-accent, #EBEBEB)!important;
	color: var(--e-global-color-text, #151B1B)!important;
	font-family: var(--e-global-typography-text-font-family, "Roboto"), Sans-serif!important;
}

.elementor-kit-77 .xiv-reviews-title,
.elementor-kit-77 .xiv-review-modal-dialog h2 {
	color: #000!important;
	font-family: var(--e-global-typography-primary-font-family, "Poppins"), Sans-serif!important;
	font-weight: 900!important;
}

.elementor-kit-77 .xiv-reviews-title {
	font-size: 32px!important;
	line-height: 1.15!important;
}

.elementor-kit-77 .xiv-review-modal-dialog h2 {
	font-size: 32px!important;
	line-height: 1.15!important;
}

/* Main review buttons */

.elementor-kit-77 .xiv-review-open,
.elementor-kit-77 .xiv-reviews-load-more,
.elementor-kit-77 .xiv-review-submit {
	background: var(--e-global-color-b4c5fad, #FAB527)!important;
	color: #000!important;
	border: 0!important;
	border-radius: 17px!important;
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif!important;
	font-size: 13px!important;
	font-weight: 700!important;
	line-height: 1!important;
	text-transform: uppercase!important;
	box-shadow: none!important;
	text-decoration: none!important;
}

.elementor-kit-77 .xiv-review-open:hover,
.elementor-kit-77 .xiv-review-open:focus,
.elementor-kit-77 .xiv-reviews-load-more:hover,
.elementor-kit-77 .xiv-reviews-load-more:focus,
.elementor-kit-77 .xiv-review-submit:hover,
.elementor-kit-77 .xiv-review-submit:focus {
	background: var(--e-global-color-f644e88, #DB8E00)!important;
	color: #000!important;
	border: 0!important;
	box-shadow: none!important;
	outline: none!important;
}

/* Cancel button */

.elementor-kit-77 .xiv-review-cancel {
	background: transparent!important;
	color: var(--e-global-color-text, #151B1B)!important;
	border: 1px solid var(--e-global-color-b85a428, #BC8963)!important;
	border-radius: 17px!important;
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif!important;
	font-size: 12px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	box-shadow: none!important;
}

.elementor-kit-77 .xiv-review-cancel:hover,
.elementor-kit-77 .xiv-review-cancel:focus {
	background: var(--e-global-color-c4be881, #EEE1CC)!important;
	color: var(--e-global-color-text, #151B1B)!important;
	border-color: var(--e-global-color-b85a428, #BC8963)!important;
	box-shadow: none!important;
	outline: none!important;
}

/* Close button */

.elementor-kit-77 .xiv-review-modal-close {
	background: transparent!important;
	color: var(--e-global-color-text, #151B1B)!important;
	border: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
}

.elementor-kit-77 .xiv-review-modal-close:hover,
.elementor-kit-77 .xiv-review-modal-close:focus {
	background: transparent!important;
	color: var(--e-global-color-text, #151B1B)!important;
	border: 0!important;
	box-shadow: none!important;
	outline: none!important;
}

/* Star buttons inside popup */

.elementor-kit-77 .xiv-review-rating-input button {
	background: transparent!important;
	color: transparent!important;
	border: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
	-webkit-text-stroke: 1.4px var(--e-global-color-b4c5fad, #FAB527)!important;
}

.elementor-kit-77 .xiv-review-rating-input button:hover,
.elementor-kit-77 .xiv-review-rating-input button:focus {
	background: transparent!important;
	color: transparent!important;
	border: 0!important;
	box-shadow: none!important;
	outline: none!important;
	-webkit-text-stroke: 1.4px var(--e-global-color-b4c5fad, #FAB527)!important;
}

.elementor-kit-77 .xiv-review-rating-input button.is-active,
.elementor-kit-77 .xiv-review-rating-input button.is-active:hover,
.elementor-kit-77 .xiv-review-rating-input button.is-active:focus {
	background: transparent!important;
	color: var(--e-global-color-b4c5fad, #FAB527)!important;
	border: 0!important;
	box-shadow: none!important;
	-webkit-text-stroke: 1.4px var(--e-global-color-b4c5fad, #FAB527)!important;
}

/* Inputs */

.elementor-kit-77 .xiv-review-form-field input[type="text"],
.elementor-kit-77 .xiv-review-form-field input[type="email"],
.elementor-kit-77 .xiv-review-form-field textarea {
	background: var(--e-global-color-accent, #EBEBEB)!important;
	color: var(--e-global-color-text, #151B1B)!important;
	border: 1px solid transparent!important;
	border-radius: 8px!important;
	font-family: var(--e-global-typography-text-font-family, "Roboto"), Sans-serif!important;
	box-shadow: none!important;
	outline: none!important;
}

.elementor-kit-77 .xiv-review-form-field input[type="text"]:focus,
.elementor-kit-77 .xiv-review-form-field input[type="email"]:focus,
.elementor-kit-77 .xiv-review-form-field textarea:focus {
	background: #fff!important;
	border-color: var(--e-global-color-b85a428, #BC8963)!important;
	box-shadow: none!important;
	outline: none!important;
}

/* Links inside review media should not turn white on hover */

.elementor-kit-77 .xiv-review-media a,
.elementor-kit-77 .xiv-review-media a:hover,
.elementor-kit-77 .xiv-review-media a:focus {
	color: inherit!important;
	text-decoration: none!important;
}

/* Cards */

.elementor-kit-77 .xiv-reviews-summary,
.elementor-kit-77 .xiv-reviews-list,
.elementor-kit-77 .xiv-review-modal-dialog {
	background: var(--e-global-color-primary, #FFFFFF)!important;
	color: var(--e-global-color-text, #151B1B)!important;
}

.elementor-kit-77 .xiv-review-stars,
.elementor-kit-77 .xiv-review-stars-filled {
	color: var(--e-global-color-b4c5fad, #FAB527)!important;
}

.elementor-kit-77 .xiv-review-stars-empty {
	color: transparent!important;
	-webkit-text-stroke: 1px var(--e-global-color-b4c5fad, #FAB527)!important;
}

.xiv-review-video {
	margin-top: 16px;
	max-width: 520px;
}

.xiv-review-video iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	border-radius: 8px;
	background: var(--e-global-color-accent, #EBEBEB);
}

.xiv-review-video a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 9px 18px;
	border-radius: 17px;
	background: var(--e-global-color-b4c5fad, #FAB527);
	font-family: var(--e-global-typography-secondary-font-family, "Open Sans"), Sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.xiv-review-video a:hover,
.xiv-review-video a:focus {
	background: var(--e-global-color-f644e88, #DB8E00);
	color: #000;
}

.elementor-kit-77 .xiv-review-video a,
.elementor-kit-77 .xiv-review-video a:hover,
.elementor-kit-77 .xiv-review-video a:focus {
	color: #000!important;
	text-decoration: none!important;
}

.xiv-product-rating-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--e-global-color-text, #151B1B);
	text-decoration: none;
}

.xiv-product-rating-link:hover,
.xiv-product-rating-link:focus {
	color: var(--e-global-color-text, #151B1B);
	text-decoration: none;
}

.xiv-product-rating-stars {
	display: inline-flex;
	align-items: center;
	gap: 1px;
}

.xiv-product-rating-stars svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: var(--e-global-color-b4c5fad, #FAB527);
}

.xiv-product-rating-stars svg.is-empty {
	fill: var(--e-global-color-kadence4, #e9e8e8);
}

.xiv-product-rating-count {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: var(--e-global-color-165f8d4, #8B8989);
	text-decoration: underline;
}
.elementor-kit-77 .xiv-product-rating-link,
.elementor-kit-77 .xiv-product-rating-link:hover,
.elementor-kit-77 .xiv-product-rating-link:focus {
	color: var(--e-global-color-text, #151B1B)!important;
	text-decoration: none!important;
}

.elementor-kit-77 .xiv-product-rating-count {
	color: var(--e-global-color-165f8d4, #8B8989)!important;
	text-decoration: underline!important;
}

.xiv-builder-selected-info {
	margin-bottom: 6px;
	width: 100%;
	/* border-radius: 8px; */
	/* background: #fff; */
	/* box-shadow: 0 0 10px rgba(162, 162, 162, 0.22); */
	/* color: var(--e-global-color-text, #151B1B); */
}

.xiv-builder-selected-title {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	color: var(--e-global-color-text, #151B1B);
}

.xiv-builder-selected-title strong {
	font-weight: 700;
	text-transform: capitalize;
}

.xiv-builder-selected-description {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	color: #000;
}

.xiv-builder-selected-description p {
	margin: 0 0 8px;
}

.xiv-builder-selected-description p:last-child {
	margin-bottom: 0;
}

.elementor-kit-77 .xiv-builder-selected-info,
.elementor-kit-77 .xiv-builder-selected-title,
.elementor-kit-77 .xiv-builder-selected-description {
	color: var(--e-global-color-text, #151B1B)!important;
}


.xiv-product-builder-case .xiv-builder-items .xiv-builder-item-qty button {
	color: black!important;
	font-size: 14px;
}

.xiv-product-builder.xiv-product-builder-refills {
	margin-top: 25px;
}

/* XIV cart drawer */
body.xiv-cart-drawer-open {
	overflow: hidden;
}

.xiv-cart-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 99998;
	background: rgba(21, 27, 27, 0.18);
	backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

body.xiv-cart-drawer-open .xiv-cart-drawer-overlay {
	opacity: 1;
	visibility: visible;
}

.xiv-cart-drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	width: min(440px, calc(100vw - 24px));
	height: 100vh;
	background: #FDFDFD;
	color: #151B1B;
	transform: translateX(105%);
	transition: transform 0.28s ease;
	box-shadow: -18px 0 45px rgba(21, 27, 27, 0.16);
}

body.xiv-cart-drawer-open .xiv-cart-drawer {
	transform: translateX(0);
}

.xiv-cart-drawer-content,
.xiv-cart-drawer-inner {
	height: 100%;
}

.xiv-cart-drawer-inner {
	display: flex;
	flex-direction: column;
}

.xiv-cart-drawer.is-loading .xiv-cart-drawer-content {
	pointer-events: none;
	opacity: 0.72;
}

.xiv-cart-drawer-loading,
.xiv-cart-empty {
	padding: 32px 24px;
	font-size: 15px;
	color: #515151;
}

.xiv-cart-drawer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px 16px;
	border-bottom: 1px solid #DB8E00;
}

.xiv-cart-drawer-header h2 {
	margin: 0;
	font-size: 20px!important;
	font-weight: 700!important;
	line-height: 1.2;
	color: #151B1B!important;
}

.xiv-cart-drawer-close, .elementor-kit-77 .xiv-cart-drawer-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #DB8E00;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.xiv-cart-shipping-progress {
	margin: 16px 24px 18px;
	/* padding: 14px 14px 12px; */
	/* border: 1px solid #FFDABE; */
	/* border-radius: 12px; */
	/* background: #FFDABE; */
}

.xiv-cart-shipping-message {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #151B1B;
}

.xiv-cart-progress-bar {
	position: relative;
	height: 12px;
	overflow: hidden;
	border-radius: 999px;
	background: #FDFDFD;
}

.xiv-cart-progress-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #FAB527;
}

.xiv-cart-progress-limit {
	margin-top: 7px;
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	color: #151B1B;
}

.xiv-cart-items {
	flex: 1 1 auto;
	overflow: auto;
	padding: 0 0 16px;
}

.xiv-cart-group {
	padding: 0 0 6px;
}

.xiv-cart-item {
	display: flex;
	gap: 14px;
	margin: 0px 24px;
	padding: 16px 0;
	border-bottom: 1px solid #DB8E00;
}

.xiv-cart-item-image {
	flex: 0 0 74px;
	width: 74px;
}

.xiv-cart-item-image img {
	display: block;
	width: 74px;
	height: 74px;
	object-fit: cover;
	border-radius: 12px;
}

.xiv-cart-item-body {
	flex: 1 1 auto;
	min-width: 0;
}

.xiv-cart-item-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.xiv-cart-item-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #151B1B;
}

.xiv-cart-item-meta {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: #515151;
	text-transform: capitalize;
}

.xiv-cart-item-meta dl,
.xiv-cart-item-meta p {
	margin: 0;
}

.xiv-cart-item-meta dt,
.xiv-cart-item-meta dd {
	display: inline;
	margin: 0;
}

.xiv-cart-item-meta dt:after {
	content: ': ';
}

.xiv-cart-item-meta dd:after {
	content: '\A';
	white-space: pre;
}

.xiv-cart-remove {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #DB8E00;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.xiv-cart-item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.xiv-cart-qty {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 28px;
	padding: 3px 8px;
	border: 1px solid #FFDABE;
	border-radius: 999px;
	background: #FDFDFD;
}

.xiv-cart-qty button {
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #151B1B;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.xiv-cart-qty span {
	min-width: 14px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	color: #151B1B;
}

.xiv-cart-item-price {
	font-size: 14px;
	font-weight: 700;
	color: #151B1B;
}

.xiv-cart-pack-lines div + div {
	margin-top: 2px;
}

.xiv-cart-pack-note {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 3px 10px;
	border: 1px solid #FFDABE;
	border-radius: 999px;
	background: #FDFDFD;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #515151;
}

.xiv-cart-subscribe-box {
	width: 85%;
	margin: 12px auto 16px;
	padding: 13px 14px;
	border: 1px solid #FFDABE;
	border-radius: 12px;
	background: #FFDABE;
}

.xiv-cart-subscribe-box.is-active {
	background: #FDFDFD;
}

.xiv-cart-subscribe-title {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	color: #151B1B;
}

.xiv-cart-subscribe-select {
	width: 100%;
	min-height: 38px;
	border: 1px solid #DB8E00;
	border-radius: 8px;
	background: #FDFDFD;
	color: #151B1B;
	font-size: 13px;
}

.xiv-cart-subscribe-current {
	font-size: 12px;
	line-height: 1.45;
	color: #515151;
}

.xiv-cart-cross-sells {
	flex: 0 0 auto;
	margin: 0 24px 16px;
	padding-top: 14px;
	border-top: 1px solid #DB8E00;
}

.xiv-cart-cross-title {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
	color: #151B1B;
}

.xiv-cart-cross-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.xiv-cart-cross-item {
	min-width: 0;
}

.xiv-cart-cross-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
}

.xiv-cart-cross-name {
	margin-top: 7px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	color: #151B1B;
}

.xiv-cart-cross-add,
.xiv-cart-cross-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	margin-top: 7px;
	padding: 5px 12px;
	border: 0;
	border-radius: 999px;
	background: #DB8E00;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.xiv-cart-cross-add:hover,
.xiv-cart-cross-link:hover {
	background: #FAB527;
	color: #151B1B;
}

.xiv-cart-footer {
	flex: 0 0 auto;
	padding: 16px 24px 22px;
	border-top: 1px solid #FFDABE;
	background: #FFDABE;
}

.xiv-cart-total-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
	color: #151B1B;
}

.xiv-cart-checkout {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	border-radius: 999px;
	background: #DB8E00;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
}

.xiv-cart-checkout:hover,
.xiv-cart-checkout:focus {
	background: #FAB527;
	color: #151B1B;
	text-decoration: none;
}

.xiv-cart-confirm {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(21, 27, 27, 0.22);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.xiv-cart-confirm.is-open {
	opacity: 1;
	visibility: visible;
}

.xiv-cart-confirm-box {
	width: min(360px, 100%);
	padding: 22px;
	border-radius: 14px;
	background: #FDFDFD;
	box-shadow: 0 18px 48px rgba(21, 27, 27, 0.18);
}

.xiv-cart-confirm-title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
	color: #151B1B;
}

.xiv-cart-confirm-text {
	font-size: 14px;
	line-height: 1.45;
	color: #515151;
}

.xiv-cart-confirm-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 18px;
}

.xiv-cart-confirm-actions button, .elementor-kit-77 .xiv-cart-confirm-actions button, .elementor-kit-77 .xiv-cart-confirm-actions button:hover {
	min-height: 38px;
	padding: 8px 18px;
	border: 0;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	color: #050606;
}

.xiv-cart-confirm-no {
	background: #FFDABE;
	color: #151B1B;
}

.xiv-cart-confirm-yes {
	background: #DB8E00;
	color: #fff;
}

.xiv-cart-confirm-yes:hover {
	background: #FAB527;
	color: #151B1B;
}

@media (max-width: 767px) {
	.xiv-cart-drawer {
		width: min(390px, calc(100vw - 12px));
	}

	.xiv-cart-drawer-header,
	.xiv-cart-footer {
		padding-left: 18px;
		padding-right: 18px;
	}

	.xiv-cart-shipping-progress,
	.xiv-cart-cross-sells {
		margin-left: 18px;
		margin-right: 18px;
	}

	.xiv-cart-item,
	.xiv-cart-subscribe-box {
		width: calc(100% - 36px);
	}
}


aside.xiv-cart-drawer.is-loading {
	filter: blur(1px);
}

.xiv-cart-totals {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 16px;
}

.xiv-cart-total-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 14px;
	line-height: 1.3;
}

.xiv-cart-total-row strong {
	text-align: right;
}

.xiv-cart-grand-total {
	margin-top: 4px;
	padding-top: 12px;
	border-top: 1px solid rgba(219, 142, 0, 0.45);
	font-size: 16px;
	font-weight: 700;
}


.xiv-cart-drawer-close:hover, .elementor-kit-77 .xiv-cart-drawer-close:hover {}
.xiv-cart-shipping-progress {
	padding: 18px 0 14px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #151B1B;
}

.xiv-cart-progress-arrow {
	width: 100%;
}

.xiv-cart-progress-arrow-text {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #151B1B;
}

.xiv-cart-progress-arrow svg {
	display: block;
	width: 100%;
	height: 12px;
	overflow: visible;
}

.xiv-cart-progress-limit {
	margin-top: 7px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-align: right;
	color: #151B1B;
}

.xiv-cart-progress-arrow {
	position: static;
	width: 100%;
	height: auto;
}

.xiv-cart-progress-arrow-text {
	position: static;
	inset: auto;
	display: block;
	margin: 0 0 8px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	/* line-height: 1.25; */
	/* text-align: center; */
	/* color: #151B1B; */
	/* pointer-events: auto; */
}

.xiv-cart-progress-arrow svg {
	display: block;
	width: 72%;
	height: 25px;
	margin: auto;
}

.xiv-cart-free-gift {
	border-top: 1px solid #DB8E00;
}

.xiv-cart-free-gift-label {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: #DB8E00;
}

.xiv-cart-free-gift-price {
	margin-left: auto;
	font-size: 14px;
	font-weight: 700;
	color: #DB8E00;
}

.elementor-kit-77 .xiv-cart-drawer button.xiv-cart-cross-add {
	padding: 7px 16px;
	border: 1px solid #DB8E00;
	border-radius: 999px;
	background: #DB8E00;
	color: #FDFDFD;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: none;
	cursor: pointer;
}

.elementor-kit-77 .xiv-cart-drawer button.xiv-cart-cross-add:hover,
.elementor-kit-77 .xiv-cart-drawer button.xiv-cart-cross-add:focus {
	border-color: #FAB527;
	background: #FAB527;
	color: #151B1B;
}


.elementor-menu-cart__container {
	background: none;
	cursor: pointer;
}
