/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2026 | 16:45:30 */
/* ========================================
   SIDEBAR REORDERING
======================================== */
.wp-block-woocommerce-cart-order-summary-block {
	display: flex;
	flex-direction: column;
}

.wc-block-components-totals-wrapper {
	order: 2;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block {
	display: inline-block !important;
	order:3;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
	order: 4;
}


/* remove old top border from shipping row */
.wp-block-woocommerce-cart-order-summary-totals-block {
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.wc-block-components-totals-item {
	border-top: 1px solid rgba(0, 38, 75, 0.2) !important;
	padding-top: 6px !important;
	margin-top: 0 !important;
}
/* ========================================
   HIDE DEFAULT WOOCOMMERCE ELEMENTS
======================================== */

.wc-block-cart-items__header,
.wc-block-components-quantity-selector,
.wc-block-components-item-quantity,
.wc-block-components-product-price, 
.wc-block-components-totals-item__description{
	display: none !important;
}


/* ========================================
   CART CARD CONTAINER
======================================== */

.wc-block-cart-items__row {
	background: var(--light-blue);
	border: 2px solid var(--dark-blue);
	position: relative;
}

.wc-block-cart__main .wc-block-cart-items {
	border: none !important;
	border-spacing: 0 24px;
}

.wc-block-cart__main .wc-block-cart-items td,
.wc-block-cart__main .wc-block-cart-items tr {
	border: none !important;
}


/* ========================================
   PRODUCT IMAGE
======================================== */

.wc-block-cart-item__image {
	width: 250px;
	padding: 14px;
	vertical-align: top;
}

.wc-block-cart-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* ========================================
   PRODUCT CONTENT COLUMN
======================================== */

.wc-block-cart-item__product {
	padding: 14px 20px 14px 0;
	position: relative;
}


/* ========================================
   PRODUCT TITLE
======================================== */

.wc-block-components-product-name,
.wc-block-components-product-name:link,
.wc-block-components-product-name:visited,
.wc-block-components-product-name:hover,
.wc-block-components-product-name:focus {
	display: block !important;
	width: 100%;
	max-width: 100%;

	margin: 0 !important;
	padding: 0 !important;

	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;

	color: var(--dark-blue) !important;
	text-decoration: none !important;

	font-size: 20px !important;
	font-weight: 900 !important;
	line-height: 0.95;

	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;

	pointer-events: none;
	cursor: default;
}

/* ========================================
   DISABLE ALL CART NAVIGATION LINKS
======================================== */

/* product title */
.wc-block-components-product-name,
.wc-block-components-product-name:link,
.wc-block-components-product-name:visited,
.wc-block-components-product-name:hover,
.wc-block-components-product-name:focus {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
}

/* product image links */
.wc-block-cart-item__image a,
.wc-block-cart-item__image a:hover,
.wc-block-cart-item__image a:focus {
	pointer-events: none !important;
	cursor: default !important;
}


/* ========================================
   CUSTOM JS GENERATED CARD LAYOUT
======================================== */

.custom-cart-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 250px;
}

.custom-plus-icon {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    color: var(--dark-blue);

    margin-left: 16px;
    position: relative;
    left: 12px;
}
/* ========================================
   SUBTITLE (FIRST PRODUCT OPTION)
======================================== */

.custom-cart-subtitle {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	color: var(--dark-blue);

	margin-top: -8px;
	margin-bottom: 12px;
	line-height: 1;
}


/* ========================================
   PRODUCT OPTIONS
======================================== */

.custom-cart-details {
	font-size: 13px;
	line-height: 1.28;
	color: var(--dark-blue);
	flex: 1;
}

.custom-cart-details div {
	margin-bottom: 2px;
}
.cart-option-label {
	font-weight: 700;
	color: var(--dark-blue);
}

.cart-option-value {
	font-weight: 400;
	color: var(--dark-blue);
}

/* ========================================
   FOOTER (PRICE + REMOVE ICON)
======================================== */

.custom-cart-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;

	margin-top: 8px;
	padding-top: 4px;
}

.custom-cart-total {
	font-size: 16px;
	font-weight: 500;
	color: var(--dark-blue);
	line-height: 1;
}

.custom-cart-total strong {
	font-weight: 800;
}


/* ========================================
   REMOVE ICON
======================================== */

.wc-block-cart-item__remove-link {
	position: static !important;
	margin: 0 !important;
	padding: 0 !important;

	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	color: var(--dark-blue);
	font-size: 18px;
	line-height: 1;
	min-width: auto !important;
	width: auto !important;
	height: auto !important;
}

/* kill any theme/plugin button styling */
.wc-block-cart-item__remove-link *,
.wc-block-cart-item__remove-link:hover,
.wc-block-cart-item__remove-link:focus {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: var(--dark-blue) !important;
}


/* ========================================
   SIDEBAR CLEANUP
======================================== */

.wc-block-components-totals-wrapper {
	border: none;
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 768px) {

	/* ---- clear content from screen edges ---- */
	.wp-block-woocommerce-cart {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	/* ---- break the table into full-width stacked cards ---- */
	.wc-block-cart__main .wc-block-cart-items,
	.wc-block-cart__main .wc-block-cart-items tbody {
		display: block !important;
		width: 100% !important;
	}

	.wc-block-cart__main .wc-block-cart-items__row {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		margin-bottom: 24px;
		overflow: hidden;      /* clips image to the card's rounded corners */
		border-radius: 12px;
	}

	.wc-block-cart__main .wc-block-cart-items__row:last-child {
		margin-bottom: 0;
	}

	/* ---- image full width, on top ---- */
	.wc-block-cart__main .wc-block-cart-item__image {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
	}

	.wc-block-cart__main .wc-block-cart-item__image img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		display: block;
	}

	/* ---- content below image ---- */
	.wc-block-cart__main .wc-block-cart-item__product {
		display: block !important;
		width: 100% !important;
		padding: 16px !important;
	}

	.custom-cart-card {
		height: auto;
		min-height: 0;
	}

	.wc-block-components-product-name {
		font-size: 22px;
		-webkit-line-clamp: 2;
	}

	.custom-cart-subtitle {
		font-size: 14px;
		margin-top: -4px;
		margin-bottom: 10px;
	}

	.custom-cart-details {
		font-size: 13px;
	}

	.custom-cart-total {
		font-size: 15px;
	}

	/* ---- extra breathing room above the totals section ---- */
	.wp-block-woocommerce-cart-order-summary-block {
		margin-top: 2rem;
	}
}