
	.ka-blocksy-cart-wishlist-slot {
		margin-top: 8px;
	}
	.ka-blocksy-cart-wishlist-slot--cart {
		margin-top: 10px;
	}
	.ka-blocksy-cart-wishlist .ct-wishlist-button-archive {
		min-height: auto;
	}
	.ct-panel-content .ka-blocksy-cart-wishlist .ct-wishlist-button-archive {
		font-size: 13px;
		line-height: 1.2;
	}
	.ka-wishlist-wrap {
		display: inline-flex;
		align-items: center;
		gap: 6px;
	}
	.ka-wishlist-text {
		font-size: 13px;
		color: #666;
		cursor: pointer;
		user-select: none;
		font-family: "Manrope", sans-serif;
	}
	.ka-wishlist-wrap:hover .ka-wishlist-text {
		color: #000;
	}
	.ka-blocksy-cart-wishlist .ct-button {
		margin: 0;
		background: transparent;
		border: 2px solid #01ff98;
		border-radius: 25px;
	}

	#ka-wishlist-accordion {
		margin: 0 0 20px;
		border-radius: 12px;
		overflow: hidden;
		font-family: "Manrope", sans-serif;
	}
	#ka-wishlist-accordion-toggle {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 18px;
		background: linear-gradient(90deg, rgb(255 181 97) 0%, rgba(255, 255, 255, 1) 80%);
		border: none;
		cursor: pointer;
		font-size: 15px;
		font-weight: 600;
		font-family: inherit;
		gap: 10px;
		text-align: left;
		transition: background 0.2s;
	}
	#ka-wishlist-accordion-toggle:hover {
		background: #f3f4f6;
	}
	#ka-wishlist-accordion-toggle .ka-acc-title-wrap {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	#ka-wishlist-accordion-toggle .ka-acc-count {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: #01ff98;
		color: #000;
		font-size: 11px;
		font-weight: 700;
		min-width: 20px;
		height: 20px;
		border-radius: 20px;
		padding: 0 5px;
	}
	#ka-wishlist-accordion-toggle .ka-acc-chevron {
		width: 18px;
		height: 18px;
		flex-shrink: 0;
		transition: transform 0.25s;
		color: #6b7280;
	}
	#ka-wishlist-accordion-toggle[aria-expanded="true"] .ka-acc-chevron {
		transform: rotate(180deg);
	}
	#ka-wishlist-accordion-body {
		display: none;
		padding: 16px 18px 18px;
		border-top: 1px solid #e5e7eb;
		background: #fff;
	}
	#ka-wishlist-accordion-body.is-open {
		display: block;
	}

	.ka-wl-carousel-wrap {
		position: relative;
	}
	.ka-wl-carousel {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 4px;
	}
	.ka-wl-carousel::-webkit-scrollbar {
		display: none;
	}

	.ka-wl-nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		border-radius: 50%;
		border: 1px solid #e5e7eb;
		background: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 2;
		box-shadow: 0 1px 4px rgba(0,0,0,0.1);
		transition: opacity 0.2s;
		padding: 0;
	}
	.ka-wl-nav:disabled {
		opacity: 0.3;
		pointer-events: none;
	}
	.ka-wl-nav--prev { left: -15px; }
	.ka-wl-nav--next { right: -15px; }
	.ka-wl-nav svg {
		width: 14px;
		height: 14px;
		color: #374151;
	}

	.ka-wl-footer {
		margin-top: 12px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.ka-wl-see-all {
		font-size: 13px;
		color: #6b7280;
		text-decoration: none;
		font-family: "Manrope", sans-serif;
	}
	.ka-wl-see-all:hover {
		color: #111;
		text-decoration: underline;
	}

	.ka-wl-subtitle {
		margin: 0 0 14px;
		font-size: 13px;
		color: #6b7280;
		font-family: "Manrope", sans-serif;
	}

	.ka-wl-loading {
		padding: 20px 0;
		text-align: center;
		color: #9ca3af;
		font-size: 13px;
		font-family: "Manrope", sans-serif;
	}
	.ka-wl-empty {
		padding: 16px 0;
		color: #6b7280;
		font-size: 13px;
		font-family: "Manrope", sans-serif;
	}

	@media (max-width: 600px) {
		.ka-wl-nav { display: none; }
	}

#ka-wishlist-panel-accordion {
    margin: 16px 0 0;
    border-radius: 10px;
    font-family: "Manrope", sans-serif;
    overflow: hidden;
    display: block;
    z-index: 90000;
    border: 1px solid #e5e7eb;
    background: #fff;
    min-height: 45px;
}

#ka-wishlist-panel-accordion-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    background: #f9fafb;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    gap: 8px;
    text-align: left;
    transition: background 0.2s;
}

#ka-wishlist-panel-accordion-toggle:hover {
    background: #f3f4f6;
}

#ka-wishlist-panel-accordion-toggle .ka-acc-title-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

#ka-wishlist-panel-accordion-toggle .ka-acc-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #01ff98;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 18px;
    padding: 0 4px;
}

#ka-wishlist-panel-accordion-toggle .ka-acc-chevron {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #6b7280;
}

#ka-wishlist-panel-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    display: none;
    flex-direction: column;
    overflow: hidden;
}

#ka-wishlist-panel-modal.is-open {
    display: flex;
}

#ka-wishlist-panel-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 14px 12px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    flex: 0 0 auto;
}

#ka-wishlist-panel-modal-title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0;
    font-family: "Manrope", sans-serif;
}

#ka-wishlist-panel-modal-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

#ka-wishlist-panel-modal-close svg {
    width: 14px;
    height: 14px;
    color: #374151;
}
#ka-wishlist-panel-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px 14px 16px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: auto;
    z-index:999;
    touch-action: pan-y;
}

.ka-wl-vertical-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ka-wl-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    padding: 8px;
}

.ka-wl-row__img {
    display: block;
    width: 72px;
    min-width: 72px;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
}

.ka-wl-row__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1;
}

.ka-wl-row__name {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Manrope", sans-serif;
}

.ka-wl-row__name:hover {
    text-decoration: underline;
}

.ka-wl-row__price {
    font-size: 12px;
    font-weight: 700;
    color: #111;
    font-family: "Manrope", sans-serif;
}

.ka-wl-row__price ins {
    text-decoration: none;
}

.ka-wl-row__price del {
    font-weight: 400;
    font-size: 11px;
    color: #9ca3af;
    margin-right: 2px;
}

.ka-wl-row__atc {
    margin-top: 2px;
    align-self: flex-start;
    padding: 7px 10px;
    background: #01ff98;
    color: #000;
    border: none;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    transition: background 0.18s;
}

.ka-wl-row__atc:hover {
    background: #00e88a;
    color: #000;
}

.ka-wl-row__atc.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

.ka-wl-row__atc.is-added {
    background: #d1fae5;
    color: #065f46;
}
	#ka-wishlist-panel-accordion .ka-wl-subtitle {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#ka-wishlist-panel-accordion .ka-wl-nav--prev { left: -12px; }
	#ka-wishlist-panel-accordion .ka-wl-nav--next { right: -12px; }

	#woo-cart-panel,
#woo-cart-panel .ct-panel-content-inner {
    min-height: 0;
}

#woo-cart-panel {
    touch-action: pan-y;
}

#ka-wishlist-panel-modal {
    touch-action: pan-y;
    overscroll-behavior: contain;
}

#ka-wishlist-panel-modal-body {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
}

#ka-wishlist-panel-modal,
#ka-wishlist-panel-modal * {
    box-sizing: border-box;
}

.ct-woocommerce-wishlist-table .single_add_to_cart_button,
.ct-woocommerce-wishlist-table button[name="add-to-cart"] {
    width: auto !important;
    min-width: 0 !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    white-space: nowrap;
}
.ct-woocommerce-wishlist-table form.cart {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.ct-woocommerce-wishlist-table form.cart .quantity { margin: 0 !important; }
.ct-woocommerce-wishlist-table .wishlist-product-remove {
    width: 46px;
    text-align: center;
    vertical-align: middle;
}
.ct-woocommerce-wishlist-table .wishlist-product-remove .remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
}
.ct-woocommerce-wishlist-table .wishlist-product-remove .remove svg {
    width: 15px;
    height: 15px;
}
.ct-woocommerce-wishlist-table .wishlist-product-thumbnail img {
    max-width: 70px;
    height: auto;
    aspect-ratio: auto !important;
}

.ct-drawer-canvas .product-data dl.variation,
#woo-cart-panel .product-data dl.variation,
#offcanvas .product-data dl.variation {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 6px;
    margin: 3px 0 0;
}
.ct-drawer-canvas .product-data dl.variation dt,
#woo-cart-panel .product-data dl.variation dt,
#offcanvas .product-data dl.variation dt {
    margin: 0;
    font-weight: 600;
}
.ct-drawer-canvas .product-data dl.variation dd,
#woo-cart-panel .product-data dl.variation dd,
#offcanvas .product-data dl.variation dd {
    margin: 0 8px 0 0;
    padding: 0;
}
.ct-drawer-canvas .product-data dl.variation dd p,
#woo-cart-panel .product-data dl.variation dd p,
#offcanvas .product-data dl.variation dd p {
    margin: 0;
    display: inline;
}
.ct-drawer-canvas .product-data dl.variation dt:empty,
#woo-cart-panel .product-data dl.variation dt:empty,
#offcanvas .product-data dl.variation dt:empty { display: none; }
	