/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root{
    --color-gray-500: #686868;
    --color-gray-300: #727272;
}

.mobile-nav li.mobile-tab-title.mobile-pages-title > a{
    color: rgb(51 51 51);
}

.woocommerce-mini-cart__buttons a.button.btn.btn-default.btn-cart.wc-forward {
    background: #909090;
}

.woocommerce-mini-cart__buttons a.button.btn.btn-default.btn-cart.wc-forward:hover{
    background: #5c5b5b;
}
.cart-totals-inner table .cart-subtotal .amount,
tr.cart_item .product-total>.amount,
.woocommerce-cart-form td.product-price>.amount {
    color: #424242;
}
.cart-totals-inner table .cart-subtotal .amount{
    color: #424242;
}

/* ==========================================================================
   OWE custom product card
   Rendered by: woocommerce/content-product-owe.php
   Selected in: Theme Settings -> Product archive -> Products loop
                -> Custom -> "OWE Card (PHP)"
   ========================================================================== */

.owe-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border-radius: 0;
	overflow: visible;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.owe-product-card:hover {

}

/* ---- Thumbnail ---------------------------------------------------------- */

.owe-product-card .owe-card-thumb {
	position: relative;
	overflow: hidden;
	background: #f7f7f5;
}

.owe-product-card .owe-card-img {
	display: block;
}

.owe-product-card .owe-card-img > img,
.owe-product-card .owe-card-img > picture,
.owe-product-card .owe-card-img > picture img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

/* ---- Image gallery: slide track, arrows, progress bar ------------------- */

.owe-product-card .owe-card-gallery {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #f7f7f5;
}

.owe-product-card .owe-card-gallery-track {
	display: flex;
	height: 100%;
	will-change: transform;
}

.owe-product-card .owe-card-gallery-track.is-sliding {
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.owe-product-card .owe-card-gallery-slide {
	flex: 0 0 100%;
	width: 100%;
	min-width: 100%;
}

.owe-product-card .owe-card-gallery-slide img,
.owe-product-card .owe-card-gallery-slide picture,
.owe-product-card .owe-card-gallery-slide picture img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.owe-product-card .owe-gallery-nav {
	position: absolute;
	inset: 0;
	z-index: 7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

.owe-product-card .owe-gallery-nav button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1a1a1a;
	cursor: pointer;
	pointer-events: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease, color 0.2s ease;
}

.owe-product-card .owe-gallery-nav button::before {
	font-family: "woodmart-font";
	font-size: 18px;
	line-height: 1;
}

.owe-product-card .owe-gallery-nav .wd-prev::before {
	content: "\f114";
}

.owe-product-card .owe-gallery-nav .wd-next::before {
	content: "\f113";
}

.owe-product-card .owe-gallery-nav button:hover {
	color: #666;
}

.owe-product-card .owe-card-gallery-progress {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 6;
	display: flex;
	gap: 4px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.owe-product-card .owe-gallery-progress-segment {
	flex: 1 1 0;
	height: 4px;
	background: rgba(36, 36, 36, 0.2);
	transition: background-color 0.3s ease;
}

.owe-product-card .owe-gallery-progress-segment.is-active {
	background: rgba(36, 36, 36, 0.75);
}

.owe-product-card .owe-card-thumb:hover .owe-gallery-nav button,
.owe-product-card .owe-card-thumb:focus-within .owe-gallery-nav button,
.owe-product-card .owe-gallery-nav button:focus-visible,
.owe-product-card .owe-card-thumb:hover .owe-card-gallery-progress,
.owe-product-card .owe-card-thumb:focus-within .owe-card-gallery-progress {
	opacity: 1;
	visibility: visible;
}

.owe-product-card .owe-gallery-nav button:focus-visible,
.owe-product-card .owe-card-wishlist .wd-action-btn > a:focus-visible,
.owe-product-card .wd-swatch:focus-visible,
.owe-product-card .wd-swatch-divider:focus-visible,
.owe-product-card .owe-badge--has-tooltip:focus-visible,
.owe-product-card .owe-card-title a:focus-visible {
	outline: 2px solid #1a1a1a;
	outline-offset: 2px;
}

.owe-product-card .owe-gallery-status,
.owe-product-card .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ---- Labels (near title) ------------------------------------------------ */

.owe-product-card .owe-card-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	width: 100%;
}

.owe-product-card .owe-card-title-wrap .product-labels {
	position: static;
	top: auto;
	inset-inline-start: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	max-width: 100%;
}

.owe-product-card .owe-card-title-wrap .product-label {
	position: relative;
	min-width: auto;
	margin-bottom: 2px;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
	box-shadow: none;
}

.owe-product-card .owe-card-title-wrap .product-label::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 3px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-width: 5px;
	display: none;
}

.owe-product-card .owe-card-title-wrap .product-label.featured {
	background: #e01020;
	color: #fff;
}

.owe-product-card .owe-card-title-wrap .product-label.featured::after {
	border-top-color: #e01020;
}

.owe-product-card .owe-card-title-wrap .product-label.new {
	color: #e01020;
	background: unset;
	padding: 0;
}

.owe-product-card .owe-card-title-wrap .product-label.new::after {
	border-top-color: #e01020;
}

.owe-product-card .owe-card-title-wrap .product-label.onsale {
	background: #c0392b;
	color: #fff;
}

.owe-product-card .owe-card-title-wrap .product-label.onsale::after {
	border-top-color: #c0392b;
}

.owe-product-card .owe-card-title-wrap .product-label.out-of-stock {
	background: #1a1a1a;
	color: #fff;
}

.owe-product-card .owe-card-title-wrap .product-label.out-of-stock::after {
	border-top-color: #1a1a1a;
}

.owe-product-card .owe-card-title-wrap .product-label.attribute-label:not(.label-with-img) {
	background: #1a1a1a;
	color: #fff;
}

.owe-product-card .owe-card-title-wrap .product-label.attribute-label:not(.label-with-img)::after {
	border-top-color: #1a1a1a;
}

.owe-product-card .owe-card-title-wrap .product-label.wd-shape-round,
.owe-product-card .owe-card-title-wrap .product-label.wd-shape-round-sm,
.owe-product-card .owe-card-title-wrap .product-label.wd-shape-rect-sm {
	min-height: auto;
	border-radius: 4px;
}

/* ---- Wishlist (top-right) ----------------------------------------------- */

.owe-product-card .owe-card-wishlist {
	position: absolute;
	top: 12px;
	inset-inline-end: 12px;
	z-index: 2;
}

.owe-product-card .owe-card-wishlist .wd-action-btn > a {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1a1a1a;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.owe-product-card .owe-card-wishlist .wd-action-btn > a:hover {
	color: #fff;
}

.owe-product-card .owe-card-wishlist .wd-check-icon {
	display: none !important;
}

.owe-product-card .owe-card-wishlist .wd-wishlist-icon .wd-action-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

.owe-product-card .owe-card-wishlist .wd-wishlist-icon .wd-action-icon:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	font-family: none;
	font-size: 0;
	background-color: currentColor;
	-webkit-mask: url("assets/icons/wishlist-outline.svg") no-repeat center / contain;
	mask: url("assets/icons/wishlist-outline.svg") no-repeat center / contain;
	-webkit-text-stroke: 0;
	-webkit-text-fill-color: unset;
}

.owe-product-card .owe-card-wishlist .wd-wishlist-icon > a.added .wd-action-icon:before {
	-webkit-mask-image: url("assets/icons/wishlist-filled.svg");
	mask-image: url("assets/icons/wishlist-filled.svg");
}

.owe-product-card .owe-card-wishlist .wd-wishlist-icon > a.loading .wd-action-icon:before {
	opacity: 0;
}

/* Keep wishlist label available to assistive tech (Woodmart uses font-size:0). */
.owe-product-card .owe-card-wishlist .wd-action-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	font-size: 12px !important;
}

/* ---- Info block --------------------------------------------------------- */

.owe-product-card .owe-card-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 16px 16px 18px;
}

/* ---- Variation thumbnails ----------------------------------------------- */

.owe-product-card .wd-swatches-grid,
.owe-product-card .wd-swatches-product {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.owe-product-card .wd-swatch {
	position: relative;
	--wd-swatch-size: 40px;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #e0e0e0;
	border-radius: 0 !important;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.2s ease;
}

/* Hide Woodmart's built-in checkmark / underline indicator; use border instead. */
.owe-product-card .wd-swatch:before,
.owe-product-card .wd-swatch:after,
.owe-product-card .wd-swatch .wd-swatch-bg:before,
.owe-product-card .wd-swatch .wd-swatch-bg:after {
	content: none !important;
	display: none !important;
}

.owe-product-card .wd-swatch .wd-swatch-bg {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
}

.owe-product-card .wd-swatch .wd-swatch-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	display: block;
}

.owe-product-card .wd-swatch:hover,
.owe-product-card .wd-swatch.wd-active {
	border-color: #7a7a7a;
}

.owe-product-card .wd-swatch .wd-swatch-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.owe-product-card .wd-swatch-divider {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	margin: 0;
	padding: 0 4px;
	border: 2px solid #e2e2e2;
	border-radius: 8px;
	background: #fff;
	color: #1a1a1a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	font-family: inherit;
}

.owe-product-card .wd-swatch-divider:hover {
	border-color: #1a1a1a;
	opacity: 1;
}

/* ---- Title -------------------------------------------------------------- */

.owe-product-card .owe-card-title {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.owe-product-card .owe-card-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.owe-product-card .owe-card-title a:hover {
	opacity: 0.7;
}

/* ---- Price -------------------------------------------------------------- */

.owe-product-card .owe-card-price .price {

}

.owe-product-card .owe-card-price .price del {
	opacity: 0.5;
	font-weight: 400;
	margin-inline-end: 6px;
}

.owe-product-card .owe-card-price .price ins {
	text-decoration: none;
	font-weight: 600;
}

/* ---- Qualification badges ----------------------------------------------- */

.owe-product-card .owe-card-info {
	overflow: visible;
}

.owe-product-card .owe-card-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
	overflow: visible;
}

.owe-product-card .owe-badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.owe-product-card .owe-badge--has-tooltip {
	cursor: help;
}

.owe-product-card .owe-badge--has-tooltip:focus {
	outline: none;
}

.owe-product-card .owe-badge__icon {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.owe-product-card .owe-badge__pill {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	background: #1a1a1a;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.owe-product-card .owe-badge__tooltip {
	position: absolute;
	left: 0;
	bottom: calc(100% + 10px);
	z-index: 5;
	padding: 8px 12px;
	border-radius: 4px;
	background: #1a1a1a;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.owe-product-card .owe-badge__tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 12px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #1a1a1a;
	transform: translateX(-50%);
}

.owe-product-card .owe-badge--has-tooltip:hover .owe-badge__tooltip,
.owe-product-card .owe-badge--has-tooltip:focus-within .owe-badge__tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.owe-product-card .owe-card-wishlist .wd-action-btn > a.loading{

}
.owe-product-card .owe-card-info{
		padding: 10px;
	}
@media(max-width: 728px){
	.owe-product-card .owe-card-info{
		padding: 10px 0;
	}
	.owe-product-card .owe-card-wishlist{
		right: 7px;
		top: 7px;
	}
	.owe-product-card .owe-card-title-wrap .product-label {
		padding: 2px 7px;
		font-size: 9px;
	}
	.owe-product-card .owe-card-wishlist .wd-action-btn > a{
		width: 25px;
		height: 25px;
	}

	.owe-product-card .owe-card-wishlist .wd-wishlist-icon .wd-action-icon,
	.owe-product-card .owe-card-wishlist .wd-wishlist-icon .wd-action-icon:before {
		width: 16px;
		height: 16px;
	}
	
}

/* ---- Product specifications (ACF shortcode) ----------------------------- */

.tabs-layout-tabs .owe-product-specs .shop_attributes,
.wd-single-tabs .owe-product-specs .shop_attributes {
	max-width: 650px;
	margin-inline: auto;
}

.elementor-element.elementor-element-fb97ff8.e-con-full.e-flex.e-con.e-child {
    padding: 4px 10px;
}
.cs-specification .shop_attributes tr {
    padding: 5px 0px;
    margin: 0;
    font-size: 14px;
}
.cs-specification .shop_attributes tr:last-child{
    border: 0;
}

.cs-specification .shop_attributes tbody{
    margin: 0;
}

.owe-package-sizes {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: end;
}

.owe-package-size-item {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 10px;
}

.owe-package-size-item__carton {
	font-weight: 600;
	color: var(--color-gray-900, #1a1a1a);
}

.owe-package-size-item__meta {
	color: var(--color-gray-700, #666);
	font-size: 0.95em;
	line-height: 1.45;
}


a.btn.btn-default.wd-switch-to-register {
    background-color: var(--btn-accented-bgcolor);
}
a.btn.btn-default.wd-switch-to-register:hover{
   background-color: var(--btn-accented-bgcolor-hover);
}

/* ---- My account login/register fixes ----------------------------------- */

/* Raise specificity so Woodmart default button rules don't override it. */
.wd-registration-page a.btn.btn-default.wd-switch-to-register {
	background-color: var(--btn-accented-bgcolor) !important;
	color: var(--btn-accented-color, #fff) !important;
	border-color: transparent !important;
}

.wd-registration-page a.btn.btn-default.wd-switch-to-register:hover {
	background-color: var(--btn-accented-bgcolor-hover) !important;
	color: var(--btn-accented-color-hover, #fff) !important;
}

/* pay */
.payment-methods {
  width: 100%;
  margin: 20px 0;
}

.payment-methods__sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.payment-methods__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-methods__item {
  display: flex;
  flex: 0 0 76px;
  width: 76px;
  height: 44px;
  padding: 6px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 6px;
  margin: 0;
}

.payment-methods__logo {
  display: block;
  width: 54px;
  height: 28px;
  object-fit: contain;
}

/* Apple Pay */
.payment-methods__logo--apple-pay {
  width: 52px;
  height: 27px;
}

/* Google Payï¼šåŽŸå§‹ SVG ç•™ç™½è¾ƒå¤š */
.payment-methods__logo--google-pay {
  width: 64px;
  height: 45px;
  transform: scale(1);
}

/* Amazon Pay */
.payment-methods__logo--amazon-pay {
  width: 57px;
  height: 26px;
}

/* Affirm */
.payment-methods__logo--affirm {
  width: 32px;
  height: 32px;
}

/* Klarna */
.payment-methods__logo--klarna {
  width: 58px;
  height: 27px;
}

/* Visa */
.payment-methods__logo--visa {
  width: 54px;
  height: 30px;
}

/* Mastercard */
.payment-methods__logo--mastercard {
  width: 54px;
  height: 30px;
}

/* American Express */
.payment-methods__logo--american-express {
  width: 54px;
  height: 36px;
  transform: scale(1.18);
}

/* Discover */
.payment-methods__logo--discover {
  width: 54px;
  height: 30px;
}

/* JCB */
.payment-methods__logo--jcb {
  width: 47px;
  height: 30px;
}

/* UnionPay */
.payment-methods__logo--unionpay {
  width: 56px;
  height: 41px;
}

/* PayPal */
.payment-methods__logo--paypal {
  width: 32px;
  height: 30px;
}

@media (max-width: 480px) {
  .payment-methods__list {
    gap: 6px;
  }

  .payment-methods__item {
    flex-basis: 68px;
    width: 68px;
    height: 42px;
  }

  .payment-methods__logo--google-pay {
    transform: scale(1.1);
  }

  .payment-methods__logo--american-express {
    transform: scale(1.08);
  }
}

/* ---- Woodmart search accessibility -------------------------------------- */

.searchform input.s:focus-visible,
.searchform .searchsubmit:focus-visible,
.searchform .wd-clear-search:focus-visible,
.searchform .wd-search-cat-btn:focus-visible {
	outline: 2px solid #1a1a1a;
	outline-offset: 2px;
}

/* Hide Dokan "Become a Vendor" block on My Account (customers). */
body.woocommerce-account ul.dokan-account-migration-lists {
	display: none !important;
}

/* ---- Referral link copy control ---------------------------------------- */

.owe-referral-copy {
	display: flex;
	align-items: stretch;
	gap: 0;
	max-width: 100%;
	border: 0;
	overflow: hidden;
	background: #54595f;
}

.owe-referral-copy__link {
	flex: 1 1 auto;
	margin: 0;
	padding: 15px 14px;
	overflow: hidden;
	color: #fff;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: transparent;
	border: 0;
}

.owe-referral-copy__btn {
	flex: 0 0 auto;
	margin: 0;
	padding: 0 18px;
	border: 0;
	background: #292929;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.owe-referral-copy__btn:hover {
	background: #000;
	color: #fff;
}

.owe-referral-copy__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -2px;
}

.owe-referral-copy.is-copied .owe-referral-copy__btn,
.owe-referral-copy__btn.is-copied {
	background: #1f7a3a;
	color: #fff;
}

@media (max-width: 600px) {
	.owe-referral-copy {
		flex-direction: column;
	}

	.owe-referral-copy__link {
		white-space: normal;
		word-break: break-all;
	}

	.owe-referral-copy__btn {
		border-left: 0;
		border-top: 1px solid #3a3a3a;
		min-height: 44px;
	}
}

/* ---- Cart accessibility ------------------------------------------------- */

.woocommerce-cart-form .screen-reader-text,
.shop_table .screen-reader-text,
h1.screen-reader-text,
.owe-sr-only-block,
#owe-cart-table-label {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/*
 * Elementor "WooCommerce Hook" widgets get default padding/margin even when
 * their only content is our visually-hidden h1 (or they become empty after
 * the h1 is moved next to the checkout steps). Collapse that blank band.
 */
.elementor-widget-wd_wc_hook:has(> .elementor-widget-container > h1.screen-reader-text:only-child),
.elementor-widget-wd_wc_hook:has(> .elementor-widget-container > .owe-sr-only-block:only-child),
.elementor-widget-wd_wc_hook:has(> .elementor-widget-container:empty) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0);
	border: 0 !important;
	min-height: 0 !important;
}

.woocommerce-shipping-methods .owe-shipping-method-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

/* ---- Checkout accessibility --------------------------------------------- */

fieldset.owe-payment-methods,
fieldset.owe-shipping-methods,
fieldset.tnp-privacy-fieldset,
fieldset.tnp-field-privacy {
	border: 0;
	margin: 0;
	padding: 0;
	min-inline-size: 0;
}

.wd-wishlist-product-checkbox .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Empty product accordion sections (no specs / no description) */
.elementor-accordion-item.owe-accordion-item-empty,
.elementor-toggle-item.owe-accordion-item-empty,
details.e-n-accordion-item.owe-accordion-item-empty,
.elementor-widget-accordion.owe-accordion-all-empty,
.elementor-widget-toggle.owe-accordion-all-empty,
.elementor-widget-nested-accordion.owe-accordion-all-empty,
.elementor-widget-n-accordion.owe-accordion-all-empty {
	display: none !important;
}

fieldset.owe-payment-methods > legend.screen-reader-text,
.woocommerce-checkout .sr-only,
.woocommerce-checkout .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
