/**
 * Moderno Child — Shared CSS
 *
 * Global overrides (always loaded). Card-style-specific CSS lives
 * in includes/card-styles/.
 */

/* ============================================================
   Cart drawer: panel layout (desktop sidebar + mobile full-screen)
   ============================================================ */

/* Widen the desktop drawer so the item row layout has breathing room. */
@media (min-width: 769px) {
	.c-shop-sidebar.js-cart-sidebar {
		width: 420px !important;
		max-width: 420px !important;
	}
	.c-shop-sidebar.js-cart-sidebar .c-shop-sidebar__wrap {
		width: 420px !important;
		max-width: 420px !important;
	}
}

/* Make the drawer's inner wrap a vertical flex so the footer can stick
   to the bottom while the item list scrolls. */
.c-shop-sidebar__wrap.js-cart-sidebar-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 !important;
}

.cart-drawer-heading {
	position: unset !important;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	color: #070707;
	letter-spacing: 0.02em;
	display: flex;
	align-items: center;
	gap: 4px;
	flex: 1 1 auto;
	min-width: 0;
}

.cart-drawer-heading__count {
	color: #070707;
	font-weight: 700;
}

/* Content column — fills the CART drawer between header and footer.
   Scoped to .js-cart-sidebar so we don't accidentally affect the shop
   filter sidebar (which uses the same .c-shop-sidebar__content class
   with --desktop / --fullwidth / --4-per-row modifiers). */
.js-cart-sidebar .c-shop-sidebar__content,
.js-cart-sidebar .c-shop-sidebar__content--popup,
.js-cart-sidebar .c-shop-sidebar__content--mobile {
	flex: 1 1 auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	display: flex;
	flex-direction: column;
}

.js-cart-sidebar .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

/* ============================================================
   Mini-cart: item list
   ============================================================ */
.moderno-child-mini-cart__list {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.moderno-child-mini-cart__item {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 14px !important;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	margin: 0 !important;
}

/* Thumbnail */
.moderno-child-mini-cart__thumb-col {
	flex: 0 0 60px;
	width: 60px;
}

.moderno-child-mini-cart__thumb-col img,
.moderno-child-mini-cart__thumb {
	width: 60px;
	height: auto;
	display: block;
	border-radius: 4px;
}

/* Middle info column */
.moderno-child-mini-cart__info-col {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.moderno-child-mini-cart__title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 2px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.moderno-child-mini-cart__title a {
	color: #070707;
	text-decoration: none;
}

.moderno-child-mini-cart__title a:hover {
	color: #666;
	text-decoration: none;
}

.moderno-child-mini-cart__label {
	color: #999;
	font-size: 12px;
	margin-right: 4px;
}

.moderno-child-mini-cart__value {
	font-size: 12px;
	color: #333;
}

.moderno-child-mini-cart__value--bold {
	font-weight: 700;
	color: #070707;
}

.moderno-child-mini-cart__attrs {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 12px;
	font-size: 12px;
}

.moderno-child-mini-cart__attr {
	display: inline-flex;
	align-items: baseline;
	white-space: nowrap;
}

/* Adet -/+ row (navigates to cart page, not inline editable) */
.moderno-child-mini-cart__qty-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
	font-size: 12px;
}

.moderno-child-mini-cart__qty-btn {
	-webkit-appearance: none !important;
	appearance: none !important;
	background: transparent !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 3px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	line-height: 1;
	color: #666;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
	box-shadow: none !important;
	transition: border-color 0.15s, color 0.15s;
}

.moderno-child-mini-cart__qty-btn:hover {
	color: #070707;
	border-color: #070707 !important;
}

.moderno-child-mini-cart__qty-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.moderno-child-mini-cart__qty-num {
	min-width: 14px;
	text-align: center;
	font-weight: 600;
	color: #070707;
}

/* Right action column: trash + price stack */
.moderno-child-mini-cart__action-col {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 70px;
	gap: 8px;
	min-width: 80px;
}

.moderno-child-mini-cart__remove {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	padding: 4px;
	margin: 0;
	color: #999;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: color 0.15s, background 0.15s;
	border-radius: 3px;
}

.moderno-child-mini-cart__remove:hover {
	color: #E53935;
	background: #fdecea;
}

.moderno-child-mini-cart__remove:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.moderno-child-mini-cart__remove-icon {
	width: 16px;
	height: 16px;
	display: block;
}

.moderno-child-mini-cart__price-stack {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	line-height: 1.2;
}

.moderno-child-mini-cart__price-old {
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
}

.moderno-child-mini-cart__price-new {
	background: transparent;
	text-decoration: none;
	color: #E53935;
	font-size: 14px;
	font-weight: 700;
}

/* ============================================================
   Mini-cart footer (sticky two-row)
   ============================================================ */
.moderno-child-mini-cart__footer {
	flex: 0 0 auto;
	margin-top: auto;
	border-top: 1px solid #eaeaea;
}

/* Top row — light gray "ÖDEME ADIMINA GİT" */
.moderno-child-mini-cart__checkout-row {
	background: #f5f5f5;
	padding: 14px 20px;
}

.moderno-child-mini-cart__checkout-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 12px 16px;
	background: #fff;
	color: #070707 !important;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 6px;
	text-decoration: none !important;
	border: 1px solid #e5e5e5;
	transition: background 0.15s, border-color 0.15s;
}

.moderno-child-mini-cart__checkout-btn:hover {
	background: #f0f0f0;
	border-color: #d5d5d5;
}

.moderno-child-mini-cart__checkout-btn i {
	font-size: 16px;
}

/* Bottom row — black total + "SEPETE GİT" */
.moderno-child-mini-cart__total-row {
	display: flex;
	align-items: stretch;
	background: #070707;
	color: #fff;
}

.moderno-child-mini-cart__total-box {
	flex: 1 1 50%;
	padding: 14px 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.moderno-child-mini-cart__total-label {
	color: #cfcfcf;
	font-size: 12px;
	font-weight: 500;
}

.moderno-child-mini-cart__total-amount {
	font-weight: 800;
	font-size: 17px;
	color: #fff;
}

.moderno-child-mini-cart__view-cart {
	flex: 1 1 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 18px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	transition: background 0.15s;
}

.moderno-child-mini-cart__view-cart:hover {
	background: #1a1a1a;
}

.moderno-child-mini-cart__view-cart span {
	font-size: 16px;
	font-weight: 400;
}

/* ============================================================
   Empty cart CTA
   ============================================================ */
.c-product-list-widget__empty.woocommerce-mini-cart__empty-message {
	text-align: center;
	padding: 28px 20px 12px;
	color: #666;
	font-size: 14px;
}

.moderno-child-empty-cart-cta {
	display: block;
	margin: 4px auto 20px;
	max-width: 240px;
	text-align: center;
	background: #070707;
	color: #fff !important;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 12px 18px;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.moderno-child-empty-cart-cta:hover,
.moderno-child-empty-cart-cta:focus {
	background: #2a2a2a;
	color: #fff !important;
	text-decoration: none;
}

/* ============================================================
   Single product page — Layout 3 desktop restructure

   Moderno's Layout 3 desktop default: gallery fills the full row,
   summary sits below split into two inner columns with a vertical
   divider. Visually "editorial" but hurts conversion.

   We flip it to: gallery LEFT (~58%) / summary RIGHT (~42%), with
   summary inner columns stacked vertically (no split, no divider).
   Only applies on desktop (≥1190px) — mobile Layout 3 stays intact.
   ============================================================ */
@media (min-width: 1190px) {
	.c-product--layout-3 .c-product__wrap {
		display: flex !important;
		align-items: flex-start;
		gap: 40px;
	}

	.c-product--layout-3 .c-product__col-1 {
		flex: 0 0 58% !important;
		max-width: 58% !important;
		border-bottom: 0 !important;
	}

	.c-product--layout-3 .c-product__col-2 {
		flex: 1 1 auto !important;
		max-width: calc(42% - 40px) !important;
	}

	.c-product--layout-3 .c-product__summary {
		display: block !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.c-product--layout-3 .c-product__summary:after {
		display: none !important;
	}

	.c-product--layout-3 .c-product__col-inner-1,
	.c-product--layout-3 .c-product__col-inner-2 {
		width: 100% !important;
		padding: 0 !important;
	}

	/* Gallery: force slider to fill col-1 width (stop Moderno's 4-up
	   max-width limit). The JS override in functions.php forces the
	   owl carousel to show 1 image at a time, giving a mobile-style
	   swipe gallery on desktop. */
	.c-product--layout-3 .c-product__slider {
		max-width: 100% !important;
		max-height: 75vh;
	}

	/* Cap each slide's height to viewport so portrait product images
	   don't overflow below the fold. object-fit: contain keeps the
	   full image visible (letterboxed side-to-side if needed). */
	.c-product--layout-3 .c-product__slider-item {
		height: 75vh !important;
		max-height: 75vh !important;
		padding-bottom: 0 !important;
	}

	.c-product--layout-3 .c-product__slider-item img,
	.c-product--layout-3 .c-product__slider-item .c-product__image-wrap img {
		position: relative !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
	}

	/* Owl dots — keep Moderno's default look (thin square, before/after
	   pseudo-decor), just bump the base size so inactive dots are
	   actually visible without re-styling everything. */
	.c-product--layout-3 .c-product__slider .h-carousel--default-dots .owl-dots > .owl-dot,
	.c-product--layout-3 .c-product__slider .owl-dots > .owl-dot {
		width: 8px !important;
		height: 8px !important;
	}
}

/* ============================================================
   Shop sidebar — attribute filter swatches (size bump)
   ============================================================ */
.c-ip-attribute-filter__sw--color {
	width: 32px !important;
	height: 32px !important;
}

.c-ip-attribute-filter__sw--button {
	padding: 10px !important;
}

/* ============================================================
   Mobile menu — nudge specific category links inward
   ============================================================ */
@media (max-width: 767px) {
	li a[href*="yenigelen-urunler"],
	li a[href*="firsat-kosesi"] {
		padding-left: 10px;
	}
}

/* ============================================================
   Single product — ATC block max width
   Parent sets --add-to-cart-block-max-width: 350px on .c-product.
   Bump to 400px for a slightly roomier qty + CTA row.
   ============================================================ */
.c-product {
	--add-to-cart-block-max-width: 400px;
}

/* ============================================================
   Single product — price + sale badge (conversion styling)
   Mirrors the card "Conversion" style: red pill badge, bold red
   current price, muted gray strikethrough old price.
   ============================================================ */
.c-product__summary .price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0 0 6px;
}

/* Discount pill — "-12%" */
.c-product__summary .c-badge.c-badge--sale,
.c-product__summary .onsale {
	position: static !important;
	top: auto !important;
	left: auto !important;
	background: #E53935 !important;
	color: #fff !important;
	border: none !important;
	padding: 4px 8px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	border-radius: 4px !important;
	letter-spacing: 0.02em !important;
	line-height: 1 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	display: inline-flex !important;
	align-items: center;
	text-transform: none !important;
}

/* Sale new price (<ins>) — big red bold */
.c-product__summary .price ins,
.c-product__summary .price ins .woocommerce-Price-amount {
	background: transparent !important;
	text-decoration: none !important;
	color: #E53935 !important;
	font-size: 28px;
	font-weight: 800;
}

/* Non-sale price — big black bold */
.c-product__summary .price > .woocommerce-Price-amount,
.c-product__summary .price > bdi > .woocommerce-Price-amount {
	color: #070707;
	font-size: 28px;
	font-weight: 800;
}

/* Old price (<del>) — soft gray strikethrough */
.c-product__summary .price del,
.c-product__summary .price del .woocommerce-Price-amount {
	color: #9a9a9a !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	text-decoration: line-through;
}

@media (max-width: 767px) {
	.c-product__summary .price ins,
	.c-product__summary .price ins .woocommerce-Price-amount,
	.c-product__summary .price > .woocommerce-Price-amount {
		font-size: 24px;
	}
}

/* ============================================================
   Single product — neuromarketing value block (summary_other_1)
   Moderno reserves ideapark_summary_other_1 as a 3rd-party slot.
   We override it in moderno-overrides.php to render: free-shipping
   badge, savings text (on sale), and stock urgency (low stock).
   ============================================================ */
.moderno-child-single-value {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 4px 0 8px;
}

.moderno-child-single-value__free-shipping {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #2E7D32;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 7px 11px;
	border-radius: 4px;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.moderno-child-single-value__urgency {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #FFF3E0;
	color: #C0392B;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 10px;
	border-radius: 4px;
	letter-spacing: 0.02em;
	line-height: 1.1;
}

.moderno-child-single-value__urgency-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

/* ============================================================
   Single product — trust list (summary_other_2)
   Bullet list of reassurance messages (ödeme/iade/güvenlik).
   ============================================================ */
.moderno-child-single-trust {
	list-style: none;
	margin: 12px 0;
	padding: 14px 16px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.moderno-child-single-trust li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 8px;
}

.moderno-child-single-trust li:before {
	content: '✓';
	color: #2E7D32;
	font-weight: 800;
	font-size: 14px;
	flex: 0 0 auto;
}

/* ============================================================
   Single product page — layout polish
   ============================================================ */

/* Breadcrumb moved above the gallery via hook in moderno-overrides.php */
.moderno-child-single-breadcrumbs {
	padding: 10px 16px 8px;
	font-size: 12px;
	line-height: 1.4;
	color: #888;
}

.moderno-child-single-breadcrumbs a {
	color: #888;
	text-decoration: none;
}

.moderno-child-single-breadcrumbs a:hover {
	color: #070707;
}

/* Mobile: single line with horizontal scroll so long category paths
   don't wrap to a second line. */
@media (max-width: 767px) {
	.moderno-child-single-breadcrumbs {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.moderno-child-single-breadcrumbs::-webkit-scrollbar {
		display: none;
	}
}

/* Tighten whitespace around the gallery */
.c-product__col-1 {
	margin-top: 0 !important;
	margin-bottom: 8px !important;
}

.c-product__wrap {
	padding-top: 0 !important;
}

.c-product__section {
	padding-top: 8px !important;
}

/* Summary column (col-2) padding override — parent sets 25px/35px
   vertically on mobile which creates too much air between gallery
   and summary content. */
.c-product__col-2 {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

@media (max-width: 767px) {
	.c-product__col-2 {
		padding: 0 16px 20px !important;
	}
}

/* Summary column: reduce spacing between blocks */
.c-product__summary > * {
	margin-top: 12px !important;
	margin-bottom: 0 !important;
}

.c-product__summary > *:first-child {
	margin-top: 0 !important;
}

/* Tighten padding around variation swatches (RENK, BEDEN etc.) */
.c-product__swatches-wrap,
.variations_form .variations,
table.variations,
table.variations tr,
table.variations tr td,
table.variations tr th {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.variations_form .variations tr,
table.variations tr {
	display: block;
	margin-top: 10px !important;
}

.variations_form .variations tr:first-child,
table.variations tr:first-child {
	margin-top: 0 !important;
}

/* Swatch label — compact and tight */
.c-product__swatches-wrap .label,
.variations .label,
table.variations th.label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #070707;
	margin-bottom: 6px !important;
	padding: 0 !important;
}

/* Swatch value area (color circles, size buttons) */
.c-product__swatches-wrap .value,
.variations .value,
table.variations td.value {
	padding: 0 !important;
}

/* ============================================================
   Variation Swatches plugin polish
   Plugin: woo-variation-swatches (class "woo-variation-swatches" on body).
   Moderno provides compat styles; we tweak them for:
     1) Bolder borders/fonts on size buttons
     2) Color name shown AS A PERMANENT LABEL under each color circle
        (replaces the hover tooltip with a static label via :after)
   ============================================================ */

/* Size buttons — plugin uses box-shadow (not border) for the ring AND
   puts the text inside .variable-item-span with font-weight:500 fixed,
   so we have to target both. */
body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item,
body.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item) {
	box-shadow: 0 0 0 2px #d5d5d5 !important;
	padding: 10px 16px !important;
	min-width: 62px !important;
	border: 0 !important;
	transition: box-shadow 0.15s, background 0.15s, color 0.15s;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-span,
body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-span-button {
	font-weight: 700 !important;
	font-size: 13px !important;
	letter-spacing: 0.03em !important;
	padding: 0 !important;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:hover {
	box-shadow: 0 0 0 2px #070707 !important;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected,
body.woo-variation-swatches .variable-items-wrapper .button-variable-item.selected:not(.radio-variable-item) {
	background: #070707 !important;
	box-shadow: 0 0 0 2px #070707 !important;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected .variable-item-span,
body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected .variable-item-span-button {
	color: #fff !important;
}

/* Color / image swatches — fully override plugin sizing for stability.
   Structure we're styling:
     li.variable-item.color-variable-item (flex column, our container)
       > div.variable-item-contents (wrapper — make it flush)
         > span.variable-item-span.variable-item-span-color (the circle)
       > span.moderno-child-swatch-label (injected by JS) */
body.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item,
body.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item {
	display: inline-flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: auto !important;
	height: auto !important;
	margin: 0 16px 14px 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	box-shadow: none !important;
	background: none !important;
	border: 0 !important;
}

/* Contents wrapper — collapse any plugin padding/size hacks */
body.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item .variable-item-contents,
body.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item .variable-item-contents {
	width: 28px !important;
	height: 28px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	flex: 0 0 auto;
}

/* The color circle itself */
body.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color,
body.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item .variable-item-span {
	display: block !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 50% !important;
	box-shadow: 0 0 0 1px #e0e0e0 !important;
	padding: 0 !important;
	margin: 0 !important;
	transition: box-shadow 0.15s;
}

/* Hover: thin dark ring */
body.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item:hover .variable-item-span-color,
body.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item:hover .variable-item-span {
	box-shadow: 0 0 0 1px #070707 !important;
}

/* Selected: thick black ring with white gap */
body.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item.selected .variable-item-span-color,
body.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item.selected .variable-item-span {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #070707 !important;
}

/* Injected label under each swatch */
.moderno-child-swatch-label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #070707;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.1;
	text-align: center;
	max-width: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	margin: 0;
	padding: 0;
}

/* Kill the plugin's hover tooltip — we have the permanent label now */
body.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item[data-wvstooltip]:before,
body.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item[data-wvstooltip]:after,
body.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item[data-wvstooltip]:before,
body.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item[data-wvstooltip]:after {
	display: none !important;
	content: none !important;
}

/* ============================================================
   Mobile — drawer full screen
   ============================================================ */
@media (max-width: 768px) {
	.c-shop-sidebar.js-cart-sidebar,
	.c-shop-sidebar.js-cart-sidebar .c-shop-sidebar__wrap {
		width: 100vw !important;
		max-width: 100vw !important;
	}

	.c-shop-sidebar.js-cart-sidebar {
		height: 100vh !important;
		max-height: 100vh !important;
	}

	.moderno-child-mini-cart__thumb-col {
		width: 64px;
	}

	.moderno-child-mini-cart__thumb-col img {
		width: 64px;
	}

	.moderno-child-mini-cart__title {
		font-size: 13px;
	}

	.moderno-child-mini-cart__price-new {
		font-size: 13px;
	}

	.cart-drawer-heading {
		font-size: 14px;
	}
}
