/* ==========================================================================
   WooCommerce — global
   ========================================================================== */
.woo-main{ padding-block:150px 120px; }
.hype-shop-breadcrumb-wrap{ margin-bottom:36px; }
.woocommerce-breadcrumb{ margin-bottom:0; }

.woocommerce-notices-wrapper{ margin-bottom:30px; }
.woocommerce-message, .woocommerce-error, .woocommerce-info{
	list-style:none; display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
	padding:18px 22px; border-radius:var(--radius-md); background:var(--surface); border:1px solid var(--border); border-left:3px solid var(--accent-gold);
	font-size:14px; margin-bottom:16px;
}
.woocommerce-error{ border-left-color:var(--danger); }
.woocommerce-message{ border-left-color:var(--success); }
.woocommerce-error li, .woocommerce-message li{ list-style:none; }
.woocommerce-message .button, .woocommerce-error .button{
	background:var(--white); color:var(--black); padding:10px 18px; border-radius:var(--radius-sm); font-size:12px; font-weight:700; text-transform:uppercase;
}

.woocommerce form .form-row{ margin-bottom:18px; }
.woocommerce form label{ display:block; margin-bottom:8px; font-size:13px; color:var(--text-muted); }
.woocommerce form label .required{ color:var(--danger); text-decoration:none; }
.woocommerce form .input-text,
.woocommerce form select,
.woocommerce form textarea,
.woocommerce table.shop_table select{
	width:100%; background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-sm);
	color:var(--text); padding:14px 16px; transition:border-color var(--speed-fast) var(--ease);
}
.woocommerce form select{ appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a3a3a3' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 14px center; background-size:16px; padding-right:40px; }
.woocommerce form .input-text:focus, .woocommerce form select:focus, .woocommerce form textarea:focus{ border-color:var(--accent-gold); outline:none; }
.woocommerce form .select2-container{ width:100% !important; }
.select2-container .select2-selection--single{ background:var(--surface) !important; border:1px solid var(--border) !important; height:50px !important; border-radius:var(--radius-sm) !important; }
.select2-selection__rendered{ color:var(--text) !important; line-height:50px !important; padding-left:16px !important; }
.select2-selection__arrow{ height:48px !important; }
.select2-dropdown{ background:var(--surface) !important; border-color:var(--border) !important; }
.select2-results__option{ color:var(--text-muted); }
.select2-container--default .select2-results__option--highlighted[aria-selected]{ background:var(--accent-gold) !important; color:var(--black) !important; }

.woocommerce form .form-row-first{ float:left; width:48%; }
.woocommerce form .form-row-last{ float:right; width:48%; }
.woocommerce form .form-row-wide{ clear:both; }
.woocommerce ::placeholder{ color:var(--text-faint); }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit{
	display:inline-flex; align-items:center; justify-content:center; gap:8px;
	padding:15px 30px; font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
	border-radius:var(--radius-sm); border:1px solid var(--border-strong); background:transparent; color:var(--white);
	transition:all var(--speed-fast) var(--ease);
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{ background:var(--white); color:var(--black); border-color:var(--white); }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt,
.woocommerce #payment #place_order{
	background:var(--white); color:var(--black); border-color:var(--white);
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce #payment #place_order:hover{ background:var(--accent-gold); border-color:var(--accent-gold); }
.woocommerce a.button.loading, .woocommerce button.button.loading{ position:relative; color:transparent !important; pointer-events:none; }
.woocommerce a.button.loading::after, .woocommerce button.button.loading::after{
	content:''; position:absolute; width:16px; height:16px; border-radius:50%; border:2px solid rgba(0,0,0,.25); border-top-color:#000;
	animation:spin .7s linear infinite;
}

.star-rating{ position:relative; width:5.4em; height:1.1em; font-size:14px; line-height:1.1em; }
.star-rating::before{ content:'★★★★★'; color:var(--border-strong); letter-spacing:3px; position:absolute; top:0; left:0; }
.star-rating span{ overflow:hidden; position:absolute; top:0; left:0; height:100%; }
.star-rating span::before{ content:'★★★★★'; color:var(--accent-gold); letter-spacing:3px; position:absolute; top:0; left:0; }

/* ==========================================================================
   Shop archive
   ========================================================================== */
.woocommerce ul.products{
	display:grid; grid-template-columns:repeat(4,1fr); gap:28px; list-style:none; margin:0; padding:0;
}

.shop-toolbar{
	display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
	padding-bottom:32px; margin-bottom:36px; border-bottom:1px solid var(--border);
}
.woocommerce-result-count{ color:var(--text-faint); font-size:13px; margin:0; }
.woocommerce-ordering{ margin:0; }
.woocommerce-ordering select{ min-width:220px; }

.widget_price_filter .price_slider{ margin-bottom:20px; }
.widget_price_filter .ui-slider{ position:relative; height:4px; background:var(--border); border-radius:4px; margin:20px 4px; }
.widget_price_filter .ui-slider-range{ position:absolute; height:100%; background:var(--accent-gold); border-radius:4px; }
.widget_price_filter .ui-slider-handle{ position:absolute; top:50%; width:14px; height:14px; background:var(--white); border-radius:50%; transform:translate(-50%,-50%); cursor:pointer; }
.widget_price_filter .price_slider_amount{ display:flex; justify-content:space-between; align-items:center; font-size:13px; color:var(--text-muted); }
.widget_price_filter button{ font-size:11px; padding:8px 14px; }

.woocommerce-widget-layered-nav ul, .product-categories{ display:flex; flex-direction:column; gap:4px; }
.woocommerce-widget-layered-nav li, .product-categories li{ display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid var(--border); font-size:14px; }
.woocommerce-widget-layered-nav li a, .product-categories li a{ color:var(--text-muted); }
.woocommerce-widget-layered-nav li a:hover, .product-categories li a:hover{ color:var(--accent-gold); }

nav.woocommerce-pagination{ margin-top:56px; display:flex; justify-content:center; }
nav.woocommerce-pagination ul{ display:flex; gap:10px; list-style:none; }
nav.woocommerce-pagination ul li{ list-style:none; }
nav.woocommerce-pagination .page-numbers{
	display:inline-flex; align-items:center; justify-content:center; min-width:40px; height:40px; padding-inline:6px;
	border:1px solid var(--border); border-radius:var(--radius-sm); font-size:13px; transition:all var(--speed-fast) var(--ease);
}
nav.woocommerce-pagination .page-numbers.current, nav.woocommerce-pagination .page-numbers:hover{ background:var(--white); color:var(--black); border-color:var(--white); }

/* ==========================================================================
   Single product
   ========================================================================== */
.single-product .woo-main{ padding-top:150px; }
div.product{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; }

.woocommerce-product-gallery__wrapper{ margin:0; }
.woocommerce-product-gallery__image{ border-radius:var(--radius-md); overflow:hidden; background:var(--surface); }
.woocommerce-product-gallery__image img{ width:100%; aspect-ratio:1/1; object-fit:cover; }
.flex-control-thumbs{ display:flex; gap:12px; margin-top:16px; list-style:none; flex-wrap:wrap; }
.flex-control-thumbs li{ width:76px; }
.flex-control-thumbs img{ border-radius:var(--radius-sm); border:1px solid var(--border); opacity:.6; transition:all var(--speed-fast) var(--ease); cursor:pointer; }
.flex-control-thumbs img.flex-active, .flex-control-thumbs img:hover{ opacity:1; border-color:var(--accent-gold); }

.summary.entry-summary{ position:sticky; top:130px; }
.product_title.entry-title{ font-size:clamp(28px,3vw,38px); text-transform:uppercase; margin-bottom:14px; }
.woocommerce-product-rating{ display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.woocommerce-product-rating .woocommerce-review-link{ font-size:13px; color:var(--text-faint); }
p.price{ font-size:26px; font-weight:700; margin-bottom:24px; color:var(--text); }
p.price del{ color:var(--text-faint); font-weight:400; font-size:18px; margin-right:10px; }
p.price ins{ text-decoration:none; color:var(--accent-gold); }
.woocommerce-product-details__short-description{ color:var(--text-muted); margin-bottom:28px; }
.woocommerce-product-details__short-description p:last-child{ margin-bottom:0; }

form.cart{ display:flex; flex-direction:column; gap:22px; margin-bottom:30px; }
.woocommerce-variation-add-to-cart, table.variations{ display:flex; flex-direction:column; gap:16px; }
table.variations tr{ display:flex; flex-direction:column; gap:8px; margin-bottom:4px; }
table.variations label{ font-weight:600; color:var(--text); text-transform:uppercase; font-size:12px; letter-spacing:.06em; }
.reset_variations{ font-size:12px; color:var(--text-faint); margin-top:8px; display:inline-block; }
.woocommerce-variation-price .price{ font-size:20px; }

.cart-row{ display:flex; align-items:center; gap:18px; }
.quantity{ display:inline-flex; align-items:stretch; border:1px solid var(--border); border-radius:var(--radius-sm); overflow:hidden; height:52px; width:fit-content; }
.quantity .qty-step{ width:44px; background:var(--surface); border:none; color:var(--text); font-size:16px; transition:background-color var(--speed-fast) var(--ease); }
.quantity .qty-step:hover{ background:rgba(255,255,255,.08); }
.quantity input.qty-input{ width:56px; text-align:center; border:none; background:var(--bg-alt); -moz-appearance:textfield; }
.quantity input.qty-input::-webkit-outer-spin-button, .quantity input.qty-input::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }

.single_add_to_cart_button{ min-width:220px; }

.product_meta{ padding-top:20px; border-top:1px solid var(--border); font-size:13px; color:var(--text-faint); display:flex; flex-direction:column; gap:8px; }
.product_meta a{ color:var(--text-muted); }
.product_meta a:hover{ color:var(--accent-gold); }

.woocommerce-tabs{ grid-column:1 / -1; margin-top:70px; }
.woocommerce-tabs ul.tabs{ display:flex; gap:36px; border-bottom:1px solid var(--border); list-style:none; margin-bottom:36px; flex-wrap:wrap; }
.woocommerce-tabs ul.tabs li{ list-style:none; }
.woocommerce-tabs ul.tabs li a{
	display:inline-block; padding-bottom:16px; font-size:14px; font-weight:700; text-transform:uppercase; letter-spacing:.05em;
	color:var(--text-faint); position:relative;
}
.woocommerce-tabs ul.tabs li a::after{ content:''; position:absolute; left:0; right:100%; bottom:-1px; height:2px; background:var(--accent-gold); transition:right var(--speed-fast) var(--ease); }
.woocommerce-tabs ul.tabs li.active a{ color:var(--text); }
.woocommerce-tabs ul.tabs li.active a::after{ right:0; }
.woocommerce-Tabs-panel{ max-width:820px; color:var(--text-muted); }
.woocommerce-Tabs-panel h2{ font-size:22px; text-transform:uppercase; margin-bottom:20px; }
.woocommerce-Tabs-panel table th{ text-align:left; padding:10px; color:var(--text); border:1px solid var(--border); }
.woocommerce-Tabs-panel table td{ padding:10px; border:1px solid var(--border); }

#reviews .commentlist{ display:flex; flex-direction:column; gap:20px; margin-bottom:30px; }
#reviews .comment_container{ display:flex; gap:16px; padding:20px; border:1px solid var(--border); border-radius:var(--radius-md); }
#reviews .avatar{ border-radius:50%; width:48px; height:48px; }
#reviews .meta{ font-size:12px; color:var(--text-faint); margin-bottom:6px; }
#review_form .comment-form-rating select{ display:none; }
.comment-form-rating p.stars a{ color:var(--accent-gold); text-decoration:none; margin-right:2px; }

.related.products, .upsells.products{ grid-column:1 / -1; margin-top:80px; }
.related.products h2, .upsells.products h2{ font-size:clamp(24px,3vw,32px); text-transform:uppercase; margin-bottom:36px; }

/* ==========================================================================
   Cart page
   ========================================================================== */

/* Items list + sidebar: flex with an explicit 0% basis on the items column
   so its width is dictated purely by the available space, never by its
   content (the classic grid/flex "1fr won't shrink below content" trap). */
.hype-cart-layout{ display:flex; align-items:flex-start; gap:56px; }
.hype-cart-layout .woocommerce-cart-form{ flex:1 1 0%; min-width:0; }
.cart-sidebar{ flex:0 0 380px; width:380px; min-width:0; }

.cart-items{ width:100%; margin-bottom:32px; border-top:1px solid var(--border); }
.cart-items__row{ display:flex; flex-wrap:wrap; align-items:center; gap:12px 16px; padding:20px 0; border-bottom:1px solid var(--border); transition:opacity var(--speed-fast) var(--ease), transform var(--speed-fast) var(--ease); }
.cart-items__row--head{ display:none; }
.cart-item-row.is-removing{ opacity:0; transform:translateX(8px); }

.ci-col--product{ flex:1 1 100%; display:flex; gap:16px; align-items:center; min-width:0; order:1; }
.cart-item-row__thumb{ flex-shrink:0; }
.cart-item-row__thumb img{ width:84px; height:84px; object-fit:cover; border-radius:var(--radius-sm); background:var(--surface); }
.cart-item-row__info{ display:flex; flex-direction:column; gap:6px; min-width:0; }
.cart-item-row__name{ font-weight:600; font-size:15px; }
.cart-item-row__price-mobile{ font-weight:600; color:var(--text-muted); }
.cart-item-row__remove{ display:inline-flex; align-items:center; gap:6px; width:fit-content; color:var(--text-faint); font-size:11px; text-transform:uppercase; letter-spacing:.05em; transition:color var(--speed-fast) var(--ease); }
.cart-item-row__remove svg{ width:14px; height:14px; }
.cart-item-row__remove:hover{ color:var(--danger); }

.ci-col--price{ display:none; }
.ci-col--qty{ order:2; }
.ci-col--subtotal{ order:3; margin-left:auto; align-self:center; font-weight:600; }

.cart-actions-row{ display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; padding-top:8px; }
.cart-actions-row .coupon{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.cart-actions-row .coupon .input-text{ width:auto; min-width:200px; }

.cart_totals{ width:100%; background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-md); padding:32px; position:sticky; top:130px; }
.cart_totals h2{ font-size:20px; text-transform:uppercase; margin-bottom:22px; }
.cart_totals table{ width:100%; }
.cart_totals table th{ text-align:left; padding:14px 0; color:var(--text-muted); font-weight:400; border-top:1px solid var(--border); }
.cart_totals table td{ text-align:right; padding:14px 0; border-top:1px solid var(--border); font-weight:600; }
.cart_totals tr:first-child th, .cart_totals tr:first-child td{ border-top:none; }
.cart_totals .order-total th, .cart_totals .order-total td{ font-size:18px; color:var(--text); }
.wc-proceed-to-checkout{ margin-top:24px; }
.wc-proceed-to-checkout a{ width:100%; }

/* Cross-sells share the same sidebar column as cart totals, so they stack
   above it single-column rather than using the 4-across shop grid. */
.cart-collaterals{ display:flex; flex-direction:column; gap:32px; }
.cross-sells{ margin-top:0; }
.cross-sells h2{ font-size:18px; text-transform:uppercase; margin-bottom:20px; }
.cross-sells ul.products{ display:grid; grid-template-columns:1fr; gap:16px; list-style:none; }

.cart-empty-state{ text-align:center; max-width:420px; margin:40px auto 100px; }
.cart-empty-state__icon{ display:inline-flex; align-items:center; justify-content:center; width:72px; height:72px; border-radius:50%; background:var(--surface); border:1px solid var(--border); margin-bottom:24px; color:var(--text-muted); }
.cart-empty-state__icon svg{ width:30px; height:30px; }
.cart-empty-state h2{ font-size:24px; text-transform:uppercase; margin-bottom:12px; }
.cart-empty-state p{ margin-bottom:28px; }

/* Desktop: items list becomes a proper 4-column row (product / price / qty / subtotal). */
@media (min-width:781px){
	.cart-items__row--head{ display:flex; padding:0 0 14px; border-bottom:1px solid var(--border); }
	.cart-items__row--head .ci-col{ font-size:12px; text-transform:uppercase; letter-spacing:.06em; color:var(--text-faint); }
	.cart-items__row{ flex-wrap:nowrap; }
	.ci-col--product{ flex:1 1 auto; order:0; }
	.ci-col--price{ display:block; flex:0 0 120px; order:0; font-weight:600; }
	.ci-col--qty{ flex:0 0 150px; order:0; }
	.ci-col--subtotal{ flex:0 0 120px; order:0; margin-left:0; text-align:right; }
	.cart-items__row--head .ci-col--product{ flex:1 1 auto; }
	.cart-items__row--head .ci-col--price{ display:block; flex:0 0 120px; }
	.cart-items__row--head .ci-col--qty{ flex:0 0 150px; }
	.cart-items__row--head .ci-col--subtotal{ flex:0 0 120px; text-align:right; }
	.cart-item-row__price-mobile{ display:none; }
}

/* ==========================================================================
   Checkout
   ========================================================================== */
.checkout-layout{ display:grid; grid-template-columns:minmax(0,1.5fr) minmax(0,1fr); gap:60px; align-items:start; }
.checkout-layout__summary{ position:sticky; top:130px; }
.checkout-summary-card{ background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-md); padding:32px; }
#order_review_heading{ font-size:20px; text-transform:uppercase; margin-bottom:24px; }
table.woocommerce-checkout-review-order-table{ width:100%; margin-bottom:24px; }
table.woocommerce-checkout-review-order-table th, table.woocommerce-checkout-review-order-table td{ padding:12px 0; border-top:1px solid var(--border); text-align:right; }
table.woocommerce-checkout-review-order-table thead{ display:none; }
table.woocommerce-checkout-review-order-table .product-name{ text-align:left; color:var(--text-muted); }
table.woocommerce-checkout-review-order-table .product-name .product-quantity{ color:var(--text-faint); }
table.woocommerce-checkout-review-order-table tr:first-child th, table.woocommerce-checkout-review-order-table tr:first-child td{ border-top:none; }
table.woocommerce-checkout-review-order-table .order-total th, table.woocommerce-checkout-review-order-table .order-total td{ font-size:18px; color:var(--text); font-weight:700; }

.showcoupon{ color:var(--accent-gold); font-weight:600; text-decoration:underline; text-underline-offset:3px; }
.checkout_coupon.woocommerce-form-coupon{ display:flex; gap:12px; flex-wrap:wrap; background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-md); padding:20px; margin-bottom:24px; }
.checkout_coupon.woocommerce-form-coupon p{ margin:0; flex:1; min-width:200px; }
.checkout_coupon.woocommerce-form-coupon .form-row{ margin:0; }

#customer_details h3{ font-size:20px; text-transform:uppercase; margin-bottom:24px; }
.woocommerce-billing-fields, .woocommerce-shipping-fields{ margin-bottom:30px; }
.woocommerce-additional-fields{ margin-top:20px; }
#ship-to-different-address{ margin-bottom:16px; }
#ship-to-different-address label{ display:flex; align-items:center; gap:10px; cursor:pointer; }

.woocommerce-checkout #payment{ background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-md); margin-top:24px; padding:6px; }
ul.wc_payment_methods{ list-style:none; }
ul.wc_payment_methods li.wc_payment_method{ border-bottom:1px solid var(--border); padding:16px 20px; }
ul.wc_payment_methods li.wc_payment_method:last-of-type{ border-bottom:none; }
ul.wc_payment_methods label{ display:flex; align-items:center; gap:12px; font-weight:600; color:var(--text); margin:0; cursor:pointer; }
ul.wc_payment_methods input.input-radio{ width:18px; height:18px; accent-color:var(--accent-gold); }
.payment_box{ margin-top:14px; padding:16px; background:var(--bg-alt); border-radius:var(--radius-sm); font-size:13px; color:var(--text-muted); }
.place-order{ padding:20px; }
#place_order{ width:100%; }
.woocommerce-terms-and-conditions-wrapper{ margin-bottom:16px; font-size:13px; }

/* ==========================================================================
   My account
   ========================================================================== */
.woocommerce-account .woo-main{ padding-top:150px; }
.woocommerce-MyAccount-navigation ul{ display:flex; flex-direction:column; gap:2px; list-style:none; }
.woocommerce-MyAccount-navigation li{ list-style:none; }
.woocommerce-MyAccount-navigation li a{
	display:block; padding:14px 18px; border-radius:var(--radius-sm); font-size:14px; color:var(--text-muted);
	transition:all var(--speed-fast) var(--ease);
}
.woocommerce-MyAccount-navigation li a:hover{ background:var(--surface); color:var(--text); }
.woocommerce-MyAccount-navigation li.is-active a{ background:var(--white); color:var(--black); font-weight:700; }
.woocommerce-MyAccount-navigation-link--customer-logout a{ color:var(--danger); }
.woocommerce-account-fields, .woocommerce-MyAccount-content{ min-width:0; }
.account-layout{ display:grid; grid-template-columns:260px 1fr; gap:48px; align-items:start; }

.woocommerce-MyAccount-content > p:first-child{ color:var(--text-muted); }
.woocommerce-orders-table{ width:100%; }
.woocommerce-orders-table th{ text-align:left; padding:14px 10px; font-size:12px; text-transform:uppercase; color:var(--text-faint); border-bottom:1px solid var(--border); }
.woocommerce-orders-table td{ padding:16px 10px; border-bottom:1px solid var(--border); font-size:14px; }
.woocommerce-orders-table__cell-order-status mark{ background:none; color:var(--accent-gold); }
.woocommerce-Address{ background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-md); padding:26px; }
.woocommerce-Address-title{ display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; }
.woocommerce-Addresses{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.woocommerce-Addresses address{ font-style:normal; color:var(--text-muted); line-height:1.8; }

.u-columns.col2-set{ display:grid; grid-template-columns:1fr 1fr; gap:48px; }
.u-columns.col2-set h2{ font-size:20px; text-transform:uppercase; margin-bottom:22px; }
.woocommerce-form-login, .woocommerce-form-register{ display:flex; flex-direction:column; }
.woocommerce-form-login .form-row label, .woocommerce-form-register .form-row label{ display:flex; justify-content:space-between; align-items:center; }
.woocommerce-form-row__remember{ display:flex; align-items:center; gap:8px; font-size:13px; }
.woocommerce-LostPassword{ margin-top:14px; font-size:13px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 960px){
	div.product{ grid-template-columns:1fr; }
	.summary.entry-summary{ position:static; }
	.checkout-layout{ grid-template-columns:1fr; }
	.checkout-layout__summary{ position:static; order:-1; }
	.hype-cart-layout{ flex-direction:column; gap:32px; }
	.cart-sidebar{ flex-basis:auto; width:100%; }
	.cart_totals{ position:static; }
	.woocommerce ul.products{ grid-template-columns:repeat(2,1fr); }
	.account-layout{ grid-template-columns:1fr; }
	.woocommerce-Addresses{ grid-template-columns:1fr; }
	.u-columns.col2-set{ grid-template-columns:1fr; gap:30px; }
}
@media (max-width: 640px){
	.woo-main{ padding-top:120px; }
	.single-product .woo-main{ padding-top:120px; }
	.woocommerce-account .woo-main{ padding-top:120px; }
	.products-grid.columns-4, .woocommerce ul.products{ grid-template-columns:1fr 1fr; }
}

/* ========================================================================== 
   HYPE STUDIO CART + CHECKOUT REDESIGN (v2)
   This final block intentionally overrides earlier cart/checkout declarations.
   ========================================================================== */

body.woocommerce-cart .woo-main,
body.woocommerce-checkout .woo-main{
	padding:72px 0 96px;
}

body.woocommerce-cart .woo-main > .container,
body.woocommerce-checkout .woo-main > .container{
	width:100%;
	max-width:1480px;
	margin:0 auto;
	padding-left:clamp(24px,4vw,64px);
	padding-right:clamp(24px,4vw,64px);
}

body.woocommerce-cart .woo-main > .container > .woocommerce,
body.woocommerce-checkout .woo-main > .container > .woocommerce,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-checkout form.checkout{
	display:block;
	width:100%;
	max-width:none;
	min-width:0;
}

body.woocommerce-cart .hype-shop-breadcrumb-wrap,
body.woocommerce-checkout .hype-shop-breadcrumb-wrap{
	margin-bottom:12px;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon{
	width:100%;
	max-width:none;
}

.hype-kicker{
	display:block;
	margin-bottom:8px;
	font-size:11px;
	font-weight:800;
	letter-spacing:.16em;
	text-transform:uppercase;
	color:var(--accent-gold);
}

/* CART */
.hype-cart-page{
	width:100%;
	margin-top:48px;
}

.hype-cart-grid{
	display:grid !important;
	grid-template-columns:minmax(0,1fr) minmax(360px,420px) !important;
	gap:clamp(32px,4vw,64px) !important;
	align-items:start;
	width:100%;
}

.hype-cart-form,
.hype-cart-summary{
	width:100%;
	min-width:0;
}

.hype-cart-card,
.hype-cart-summary .cart_totals,
.hype-checkout-main,
.hype-checkout-summary-card{
	background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
	border:1px solid var(--border);
	border-radius:14px;
	box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.hype-cart-card{
	overflow:hidden;
}

.hype-cart-card__heading{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:24px;
	padding:28px 30px 24px;
	border-bottom:1px solid var(--border);
}

.hype-cart-card__heading h2,
.hype-checkout-intro h2,
.hype-summary-heading h2{
	margin:0;
	font-size:clamp(24px,2.1vw,34px);
	text-transform:uppercase;
}

.hype-cart-count-label{
	font-size:12px;
	color:var(--text-muted);
	white-space:nowrap;
}

.hype-cart-table-head,
.hype-cart-item{
	display:grid !important;
	grid-template-columns:minmax(280px,1fr) 105px 142px 118px !important;
	gap:18px;
	align-items:center;
}

.hype-cart-table-head{
	padding:15px 30px;
	font-size:10px;
	font-weight:800;
	letter-spacing:.12em;
	text-transform:uppercase;
	color:var(--text-faint);
	background:rgba(255,255,255,.018);
	border-bottom:1px solid var(--border);
}

.hype-cart-table-head span:last-child{
	text-align:right;
}

.hype-cart-items{
	width:100%;
}

.hype-cart-item{
	padding:24px 30px;
	border-bottom:1px solid var(--border);
	transition:background .2s ease,opacity .2s ease,transform .2s ease;
}

.hype-cart-item:hover{
	background:rgba(255,255,255,.018);
}

.hype-cart-item.is-removing{
	opacity:0;
	transform:translateX(12px);
}

.hype-cart-product{
	display:flex;
	display:flex;
	align-items:center;
	gap:18px;
	min-width:0;
}

.hype-cart-product__image{
	flex:0 0 92px;
	width:92px;
	height:110px;
	border-radius:9px;
	overflow:hidden;
	background:var(--surface-2);
}

.hype-cart-product__image img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.hype-cart-product__content{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:7px;
	min-width:0;
}

.hype-cart-product__name{
	font-size:15px;
	font-weight:750;
	line-height:1.35;
	color:var(--text);
	overflow-wrap:anywhere;
}

.hype-cart-product__name:hover{
	color:var(--accent-gold);
}

.hype-cart-product__meta,
.hype-cart-product__meta p,
.hype-cart-product__meta dl{
	margin:0;
	font-size:12px;
	color:var(--text-faint);
}

.hype-cart-remove{
	display:inline-flex;
	align-items:center;
	margin-top:2px;
	font-size:10px;
	font-weight:800;
	letter-spacing:.09em;
	text-transform:uppercase;
	color:var(--text-faint);
}

.hype-cart-remove:hover{
	color:var(--danger);
}

.hype-cart-cell{
	min-width:0;
	font-size:14px;
	font-weight:650;
}

.hype-cart-cell--subtotal{
	text-align:right;
	font-size:15px;
	color:var(--text);
}

.hype-cart-mobile-price{
	display:none;
}

.hype-cart-item .quantity{
	display:grid !important;
	grid-template-columns:40px minmax(44px,1fr) 40px;
	width:138px !important;
	height:46px;
	border:1px solid var(--border-strong);
	border-radius:7px;
	overflow:hidden;
	background:var(--bg-alt);
}

.hype-cart-item .quantity button,
.hype-cart-item .quantity .qty-step{
	width:40px !important;
	min-width:40px;
	height:44px;
	padding:0;
	border:0;
	background:rgba(255,255,255,.035);
	color:var(--text);
}

.hype-cart-item .quantity input.qty,
.hype-cart-item .quantity input.qty-input{
	width:100% !important;
	min-width:0;
	height:44px;
	padding:0 4px;
	border:0;
	border-left:1px solid var(--border);
	border-right:1px solid var(--border);
	background:transparent;
	text-align:center;
	-moz-appearance:textfield;
}

.hype-cart-actions{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	padding:24px 30px 28px;
}

.hype-coupon-box{
	display:grid !important;
	grid-template-columns:minmax(180px,260px) auto;
	gap:10px;
	align-items:center;
}

.hype-coupon-box .input-text{
	width:100% !important;
	min-width:0 !important;
	height:48px;
}

.hype-cart-actions .button{
	height:48px;
	padding:0 22px;
	white-space:nowrap;
}

.hype-update-cart{
	margin-left:auto;
}

.hype-cart-summary{
	position:relative;
}

.hype-cart-summary .cart-collaterals{
	display:block !important;
	width:100%;
}

.hype-cart-summary .cart_totals{
	position:sticky !important;
	top:120px;
	width:100% !important;
	max-width:none !important;
	padding:30px !important;
}

.hype-cart-summary .cart_totals h2{
	margin-bottom:22px;
	font-size:22px;
	text-transform:uppercase;
}

.hype-cart-summary .cart_totals table{
	margin:0;
	border:1px solid var(--border);
	border-radius:8px;
	overflow:hidden;
}

.hype-cart-summary .cart_totals th,
.hype-cart-summary .cart_totals td{
	padding:16px !important;
	border-top:1px solid var(--border) !important;
}

.hype-cart-summary .cart_totals tr:first-child th,
.hype-cart-summary .cart_totals tr:first-child td{
	border-top:0 !important;
}

.hype-cart-summary .wc-proceed-to-checkout{
	margin:22px 0 0;
	padding:0;
}

.hype-cart-summary .checkout-button{
	display:flex !important;
	align-items:center;
	justify-content:center;
	min-height:54px;
	width:100%;
}

/* CHECKOUT */
body.woocommerce-checkout form.checkout_coupon{
	margin:26px 0 30px;
}

.hype-checkout-form{
	margin-top:42px;
}

.hype-checkout-grid{
	display:grid !important;
	grid-template-columns:minmax(0,1fr) minmax(380px,460px) !important;
	gap:clamp(36px,4.5vw,72px) !important;
	align-items:start;
	width:100%;
}

.hype-checkout-main{
	min-width:0;
	padding:34px;
}

.hype-checkout-intro{
	padding-bottom:28px;
	margin-bottom:30px;
	border-bottom:1px solid var(--border);
}

.hype-checkout-intro p{
	margin:10px 0 0;
	font-size:14px;
}

.hype-checkout-fields,
.hype-checkout-section,
.hype-checkout-fields > div,
#customer_details{
	display:block !important;
	float:none !important;
	width:100% !important;
	max-width:none !important;
	min-width:0;
}

.hype-checkout-section + .hype-checkout-section{
	margin-top:28px;
	padding-top:28px;
	border-top:1px solid var(--border);
}

.hype-checkout-main #customer_details h3{
	margin:0 0 22px;
	font-size:18px;
	text-transform:uppercase;
}

.hype-checkout-main .form-row{
	margin-bottom:18px !important;
}

.hype-checkout-main .form-row-first,
.hype-checkout-main .form-row-last{
	width:calc(50% - 8px) !important;
}

.hype-checkout-main .form-row-first{
	float:left !important;
}

.hype-checkout-main .form-row-last{
	float:right !important;
}

.hype-checkout-main .form-row-wide{
	clear:both;
	width:100% !important;
}

.hype-checkout-main input.input-text,
.hype-checkout-main textarea,
.hype-checkout-main select,
.hype-checkout-main .select2-selection{
	min-height:52px;
	border-radius:7px !important;
}

.hype-checkout-main textarea{
	min-height:120px;
	padding-top:15px;
}

.hype-checkout-summary{
	width:100%;
	min-width:0;
}

.hype-checkout-summary-card{
	position:sticky;
	top:120px;
	width:100%;
	padding:30px;
}

.hype-summary-heading{
	padding-bottom:22px;
	margin-bottom:4px;
	border-bottom:1px solid var(--border);
}

.hype-checkout-summary-card #order_review,
.hype-checkout-summary-card .woocommerce-checkout-review-order,
.hype-checkout-summary-card .woocommerce-checkout-review-order-table,
.hype-checkout-summary-card #payment{
	width:100% !important;
	max-width:none !important;
}

.hype-checkout-summary-card table.woocommerce-checkout-review-order-table{
	margin:0 0 24px;
}

.hype-checkout-summary-card table th,
.hype-checkout-summary-card table td{
	padding:15px 0;
}

.hype-checkout-summary-card .product-name{
	padding-right:20px;
}

.hype-checkout-summary-card #payment{
	margin-top:0;
	padding:0;
	border:0;
	background:transparent;
}

.hype-checkout-summary-card .wc_payment_methods{
	margin-bottom:18px;
	border:1px solid var(--border);
	border-radius:8px;
	overflow:hidden;
}

.hype-checkout-summary-card .wc_payment_method{
	padding:17px !important;
}

.hype-checkout-summary-card .payment_box{
	margin:14px 0 0;
}

.hype-checkout-summary-card .place-order{
	padding:0 !important;
}

.hype-checkout-summary-card #place_order{
	width:100% !important;
	min-height:54px;
	margin-top:10px;
}

/* Responsive */
@media (max-width:1180px){
	.hype-cart-grid,
	.hype-checkout-grid{
		grid-template-columns:1fr !important;
	}

	.hype-cart-summary,
	.hype-checkout-summary{
		max-width:none;
	}

	.hype-cart-summary .cart_totals,
	.hype-checkout-summary-card{
		position:static !important;
	}

	.hype-checkout-summary{
		order:-1;
	}
}

@media (max-width:860px){
	body.woocommerce-cart .woo-main,
	body.woocommerce-checkout .woo-main{
		padding:48px 0 70px;
	}

	.hype-cart-page,
	.hype-checkout-form{
		margin-top:30px;
	}

	.hype-cart-table-head{
		display:none !important;
	}

	.hype-cart-item{
		grid-template-columns:1fr auto !important;
		gap:18px 14px;
		padding:22px;
	}

	.hype-cart-product{
		grid-column:1/-1;
	}

	.hype-cart-cell--price{
		display:none;
	}

	.hype-cart-mobile-price{
		display:block;
		font-size:14px;
		font-weight:700;
		color:var(--text-muted);
	}

	.hype-cart-cell--quantity{
		grid-column:1;
	}

	.hype-cart-cell--subtotal{
		grid-column:2;
		align-self:center;
	}

	.hype-cart-cell--quantity::before,
	.hype-cart-cell--subtotal::before{
		content:attr(data-label);
		display:block;
		margin-bottom:7px;
		font-size:9px;
		font-weight:800;
		letter-spacing:.1em;
		text-transform:uppercase;
		color:var(--text-faint);
	}

	.hype-cart-actions{
		align-items:stretch;
		flex-direction:column;
		padding:22px;
	}

	.hype-coupon-box{
		grid-template-columns:1fr auto;
	}

	.hype-update-cart{
		width:100%;
		margin:0;
	}

	.hype-checkout-main,
	.hype-checkout-summary-card,
	.hype-cart-summary .cart_totals{
		padding:24px !important;
	}
}

@media (max-width:560px){
	body.woocommerce-cart .woo-main > .container,
	body.woocommerce-checkout .woo-main > .container{
		padding-left:18px;
		padding-right:18px;
	}

	.hype-cart-card__heading{
		padding:22px;
	}

	.hype-cart-product__image{
		flex-basis:76px;
		width:76px;
		height:92px;
	}

	.hype-coupon-box{
		grid-template-columns:1fr;
	}

	.hype-coupon-box .button{
		width:100%;
	}

	.hype-checkout-main .form-row-first,
	.hype-checkout-main .form-row-last{
		float:none !important;
		width:100% !important;
	}
}

/* ========================================================================
   FINAL CART WIDTH OVERRIDES
   Keeps the shopping bag wide enough for all four columns.
   ======================================================================== */
body.woocommerce-cart .woo-main > .container,
body.woocommerce-checkout .woo-main > .container{
	width:100% !important;
	max-width:1560px !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

body.woocommerce-cart .woo-main > .container > .woocommerce,
body.woocommerce-checkout .woo-main > .container > .woocommerce{
	width:100% !important;
	max-width:none !important;
}

@media (min-width:1261px){
	body.woocommerce-cart .hype-cart-grid{
		grid-template-columns:minmax(720px, 1fr) minmax(360px, 420px) !important;
		gap:clamp(38px, 4vw, 68px) !important;
	}

	body.woocommerce-cart .hype-cart-form,
	body.woocommerce-cart .hype-cart-card{
		width:100% !important;
		max-width:none !important;
	}

	body.woocommerce-cart .hype-cart-table-head,
	body.woocommerce-cart .hype-cart-item{
		grid-template-columns:minmax(330px, 1fr) 110px 142px 125px !important;
		column-gap:20px !important;
	}

	body.woocommerce-cart .hype-cart-summary{
		width:100% !important;
		max-width:420px !important;
		justify-self:end;
	}
}

@media (min-width:1500px){
	body.woocommerce-cart .hype-cart-grid{
		grid-template-columns:minmax(820px, 1fr) 420px !important;
	}
}

@media (max-width:1260px){
	body.woocommerce-cart .hype-cart-grid,
	body.woocommerce-checkout .hype-checkout-grid{
		grid-template-columns:1fr !important;
	}

	body.woocommerce-cart .hype-cart-summary,
	body.woocommerce-checkout .hype-checkout-summary{
		width:100% !important;
		max-width:680px !important;
	}

	body.woocommerce-cart .hype-cart-summary .cart_totals,
	body.woocommerce-checkout .hype-checkout-summary-card{
		position:static !important;
	}
}

/* ======================================================================
   CHECKOUT WIDTH UPGRADE — wider Delivery / Billing Details column
   ====================================================================== */
body.woocommerce-checkout .woo-main > .container,
body.woocommerce-checkout .woo-main .woocommerce{
	width:100% !important;
	max-width:1540px !important;
}

body.woocommerce-checkout .hype-checkout-form{
	width:100% !important;
	max-width:none !important;
}

body.woocommerce-checkout .hype-checkout-grid{
	display:grid !important;
	grid-template-columns:minmax(720px,1.85fr) minmax(390px,0.85fr) !important;
	gap:clamp(42px,4.5vw,72px) !important;
	width:100% !important;
	max-width:none !important;
	align-items:start !important;
}

body.woocommerce-checkout .hype-checkout-main{
	width:100% !important;
	max-width:none !important;
	min-width:0 !important;
	padding:38px !important;
}

body.woocommerce-checkout .hype-checkout-fields,
body.woocommerce-checkout .hype-checkout-section,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{
	width:100% !important;
	max-width:none !important;
	min-width:0 !important;
}

body.woocommerce-checkout .hype-checkout-main .form-row-first,
body.woocommerce-checkout .hype-checkout-main .form-row-last{
	width:calc(50% - 10px) !important;
}

body.woocommerce-checkout .hype-checkout-main .form-row-wide{
	width:100% !important;
}

body.woocommerce-checkout .hype-checkout-summary{
	width:100% !important;
	max-width:440px !important;
	justify-self:end !important;
}

body.woocommerce-checkout .hype-checkout-summary-card{
	width:100% !important;
	max-width:none !important;
}

@media (min-width:1181px) and (max-width:1380px){
	body.woocommerce-checkout .hype-checkout-grid{
		grid-template-columns:minmax(620px,1.65fr) minmax(370px,0.9fr) !important;
		gap:40px !important;
	}
}

@media (max-width:1180px){
	body.woocommerce-checkout .hype-checkout-grid{
		grid-template-columns:1fr !important;
	}

	body.woocommerce-checkout .hype-checkout-summary{
		max-width:none !important;
		justify-self:stretch !important;
	}
}

@media (max-width:680px){
	body.woocommerce-checkout .hype-checkout-main{
		padding:24px !important;
	}

	body.woocommerce-checkout .hype-checkout-main .form-row-first,
	body.woocommerce-checkout .hype-checkout-main .form-row-last{
		float:none !important;
		width:100% !important;
	}
}