


.xiv-product-hero {
	display: block;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative!important;
	top: 0!important;
	width: 100%!important;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.xiv-builder-item {
	min-width: 118px;
}

/* Wild-style checkout mobile/tablet override */

.woocommerce-checkout {
	padding-top: 85px;
}

.woocommerce-checkout main#content,
.woocommerce-checkout .page-content,
.woocommerce-checkout .wc-block-checkout {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wc-block-checkout
.wc-block-components-sidebar-layout {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	margin: 0 !important;
	background: #FFFFFF !important;
}

.wc-block-checkout
.wc-block-components-sidebar-layout::before,
.wc-block-checkout
.wc-block-components-sidebar-layout::after {
	display: none !important;
}

/* Left panel */
.wc-block-checkout
.wc-block-checkout__main {
	order: 0;
	position: static !important;
	width: 100% !important;
	max-width: 580px !important;
	margin: 0 auto !important;
	padding: 20px 14px 32px !important;
}

/* Summary follows the form */
.wc-block-checkout
.wc-block-checkout__sidebar {
	order: 1;
	position: static !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: 100% !important;
	max-width: 580px !important;
	height: auto !important;
	margin: 0 auto !important;
	padding: 20px 14px 32px !important;
	background: #F5F5F5 !important;
	overflow: visible !important;
}

/* One-column address forms */
.wc-block-checkout
.wc-block-components-address-form {
	display: grid !important;
	grid-template-columns: 1fr !important;
}

.wc-block-checkout
.wc-block-components-address-form > * {
	grid-column: 1 / -1 !important;
	width: 100% !important;
}

/* Section spacing */
.wc-block-checkout
.wc-block-components-checkout-step {
	margin-bottom: 24px !important;
}

.wc-block-checkout
.wc-block-components-checkout-step__title {
	font-size: 20px !important;
	line-height: 1.2 !important;
}

/* Form controls */
.wc-block-checkout
.wc-block-components-text-input input,
.wc-block-checkout
.wc-blocks-components-select__container {
	min-height: 50px !important;
	border-radius: 12px !important;
}

/* Shipping/payment */
.wc-block-checkout
.wp-block-woocommerce-checkout-shipping-methods-block
.wc-block-components-radio-control__option,
#payment-method
.wc-block-components-radio-control-accordion-option {
}

/* Summary must not inherit viewport height */
.wc-block-checkout
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-checkout
.wc-block-components-checkout-order-summary__content {
	height: auto !important;
	min-height: 0 !important;
}

/* Products */
.wc-block-checkout
.wp-block-woocommerce-checkout-order-summary-cart-items-block {
	max-height: 99999px!important;
	min-height: 0 !important;
	overflow: hidden !important;
}

.wc-block-checkout
.wp-block-woocommerce-checkout-order-summary-cart-items-block
.wc-block-components-order-summary {
	height: auto !important;
	padding: 0!important;
}

.wc-block-checkout
.wp-block-woocommerce-checkout-order-summary-cart-items-block
.wc-block-components-order-summary__content {
	height: auto !important;
	max-height: 253px !important;
	overflow-y: auto !important;
}

/* Product thumbnails */
.wc-block-checkout
.wc-block-components-order-summary-item__image,
.wc-block-checkout
.wc-block-components-order-summary-item__image img {
	width: 64px !important;
	height: 64px !important;
}

.wc-block-checkout
.wc-block-components-order-summary-item__image img {
	object-fit: cover;
	border-radius: 16px !important;
}

/* Coupon */
.wc-block-checkout
.wc-block-components-totals-coupon__form {
	display: flex !important;
	gap: 10px;
}

.wc-block-checkout
.wc-block-components-totals-coupon__input {
	flex: 1 1 auto;
	min-width: 0;
}

/* Button */
.wc-block-components-checkout-place-order-button {
	width: 100% !important;
	min-height: 52px !important;
	border-radius: 12px !important;
}

/* Legal text */
.xiv-checkout-express-subscription-legal,
.xiv-checkout-subscription-legal {
	font-size: 12px;
	line-height: 1.5;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	width: 14px!important;
	height: 14px!important;
	min-width: 14px!important;
	box-shadow: 0 0 0 1px #dedede inset;
	border: none!important;
	margin-top: 3px!important;
}

.wc-block-components-text-input.wc-block-components-address-form__email {
	margin-bottom: 14px;
}

.wc-block-components-checkbox label {
	gap: 8px!important;
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
	border: none!important;
}



.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-coupon, .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-item {
	padding-left: 0!important;
	padding-right:  0!important;
}