/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Theme Name: Blocksy Child */
/* Description: Custom styles for your website */
/* Author: You */

/* Custom CSS for Cuts Clothing Clone */

/* Custom CSS for Modern WooCommerce Theme */


/* Hero Slider Base */
.hero-slider {
	position: relative;
	height: 80vh;
	min-height: 650px;
	overflow: hidden;
	background: #000;
	max-width: 100%;
	width: 100% !important;
	margin-bottom: 0px !important;
}

/* Slides container */
.slider-container {
	position: relative;
	height: 100%;
}

/* Individual Slide */
.slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide.active {
	opacity: 1;
	z-index: 2;
}

/* Dark Overlay for Readability */
.slide::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3); /* Stronger overlay */
	z-index: 1;
}

/* Slide Content (Centered) */
.slide-content {
	position: relative;
	z-index: 2;
	padding: 2rem;
	text-align: center;
	max-width: 800px;
	color: #fff;
	top: 180px;
}

/* Headline */
.slide-title {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 1.2rem;
	color: #fff;
}

/* Subtitle */
.slide-subtitle {
	font-size: 1.3rem;
	color: #e0e0e0;
	margin-bottom: 2rem;
	line-height: 1.6;
}

/* Button */
.slide-button {
	display: inline-block;
	padding: 1rem 2rem;
	background: #ca9762;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
}

.slide-button:hover {
	background: #161b31;
	color: #ffffff;
}

/* Dots */
.slider-nav {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 1rem;
	z-index: 10;
}

.nav-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background 0.3s ease;
}

.nav-dot.active,
.nav-dot:hover {
	background: #ffffff;
}

/* Arrows */
.slider-prev,
.slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	color: white;
	border: none;
	/*width: 50px;
	height: 50px;
	border-radius: 50%;*/
	font-size: 80px;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
}

.slider-prev {
  	left: 2rem;
}

.slider-next {
  	right: 2rem;
}

.slider-prev:hover,
.slider-next:hover {
  	/*background: #1a1a1a;*/
  	transform: translateY(-50%) scale(1.1);
}

#header [data-row*=top] {
    display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.slide-title {
		font-size: 2rem;
	}
	.slide-subtitle {
		font-size: 1rem;
	}
	.slide-button {
		padding: 0.75rem 1.5rem;
		font-size: 0.9rem;
	}
}

.three-boxes .stk-block.stk-block-background, .added_to_cart {
    background: #19191a !important;
}

.three-boxes .stk-block.stk-block-background:hover {
    background: #ca9762 !important;
}

.button, [type=submit] {
    background: #ca9762 !important;
}

.woocommerce-mini-cart .product-data a:hover {
    color: #fff !important;
}

.product-quantity .input-text.qty {
    border-color: #d9dadc;
}

.product-quantity .ct-increase:hover, .product-quantity .ct-decrease:hover {
    background-color: #1c2239 !important;
}

.products .woocommerce-Price-amount.amount {
    color: #131117;
}

.final-sale-home-cta .products .woocommerce-Price-amount.amount {
	color: inherit !important;
}

/* Hide this section on tablet & desktop */
@media (min-width: 768px) {
	.product-cat-circles .stk-row.stk-inner-blocks.stk-block-content figure {
		width: 110px !important;
	}
	.product-cat-circles {
	    max-width: 100%;
	    padding: 0 !important;
	}
	.product-cat-circles .wp-element-caption a {
	    font-size: 16px !important;
	}
}

/* Style the category circles section on mobile */
/*@media (max-width: 767px) {*/
	.product-cat-circles .stk-row.stk-inner-blocks.stk-block-content {
		display: flex !important;
		overflow-x: auto;
		flex-wrap: nowrap;
		/*padding: 10px 0;*/
		gap: 10px;
		scrollbar-width: none;  /* Firefox */
		-ms-overflow-style: none;  /* IE and Edge */
	}

	.product-cat-circles .stk-row.stk-inner-blocks.stk-block-content::-webkit-scrollbar {
		display: none;  /* Chrome, Safari, Opera */
	}

	.product-cat-circles .stk-row.stk-inner-blocks.stk-block-content .wp-block-stackable-column {
		flex: 0 0 auto;
		text-align: center;
		width: 90px;
	}

	.product-cat-circles .stk-row.stk-inner-blocks.stk-block-content figure {
		position: relative;
		width: 85px;
		height: 85px;
		overflow: hidden;
		margin: 0 auto;
	}

	.product-cat-circles .stk-row.stk-inner-blocks.stk-block-content figure img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		border-radius: 50%;
		display: block;
	}

	/* NEW: Move text outside circle */
	.product-cat-circles .stk-row.stk-inner-blocks.stk-block-content .circle-title {
		margin-top: 5px;
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		color: #000;   /* black text */
	}


	.product-cat-circles .wp-element-caption a {
		text-decoration: none !important;
		font-size: 13px;
		text-transform: uppercase;
		color: #131117;
	}

	.product-cat-circles {
		margin: 0 !important;
		width: auto !important;
	}
	
	.slider-prev {
		left: 10px !important;
	}
	
	.slider-next {
		right: 10px !important;
	}
/*}*/

.stk-button {
    background: #ca9762 !important;
}

@media (max-width: 768px) {
	/* Remove left space from first slide */
	.new_arrivals_products .products.columns-4 .slick-slide {
		padding-left: 0 !important;
		margin-left: 0 !important;f.slide-content
	}

	/* Add clean inner padding to product content */
	.new_arrivals_products .products.columns-4 .product {
		padding: 0 8px !important; /* 8px on left and right */
		box-sizing: border-box;
	}

	/* Prevent overflow from Slick */
	.new_arrivals_products .products.columns-4 .slick-track {
		display: flex !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	/* Make sure product titles don't overflow */
	.new_arrivals_products .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: unset !important;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

.new_arrivals_products .ct-woo-card-actions {
    display: none !important;
}

.home .blocksy-woo-messages-default.woocommerce-notices-wrapper {
    display: none;
}

.single-product button#check_pincode {
    padding: 10px;
    color: #fff;
    background: #1c2239 !important;
}

#shiprocket_pincode_check {
	width: 100%;
    max-width: 480px;
    margin-right: 10px;
}

@media (max-width: 479px) {
	.single-product button#check_pincode {
	    padding: 8px;
	    font-size: 14px;
	}

	#shiprocket_pincode_check {
		max-width: 190px;
        margin-right: 4px;
	}

	/*.home .products li img {
	    height: 100% !important;
	    max-height: 300px !important;
	    object-fit: contain !important;
	}*/

	/*.home .products li {
		margin-bottom: 20px;
	}*/

	/*.home .new_arrivals_products .onsale {
		right: 61px !important;
	}

	.home .onsale {
		right: 69px !important;
	}*/

	.ct-woo-card-actions {
	    display: none !important;
	}

	.swiper-button-next,
	.swiper-button-prev {
	    top: 225px;
	}

	.swiper-button-next {
		right: 10px;
	}
}

.products .price {
	text-align: center;
}

.ct-cart-actions .added_to_cart {
    color: #fff;
}

.woocommerce-checkout #btn-razorpay {
    padding: 8px 20px;
    background: #1c2239;
    color: #fff;
}

.woocommerce-checkout #btn-razorpay-cancel {
	padding: 8px 20px;
}

.woocommerce-mini-cart .product-title {
    color: #fff;
}

.single-product .product_title {
    font-size: 23px;
}

.single-product .woocommerce-Price-amount.amount {
    color: #131117;
}

.woocommerce-loop-product__title {
    text-align: center;
    font-weight: 500;
}

.home .product .price {
    text-align: center;
}

.ct-woo-card-rating {
    margin: 0 auto;
}

.ct-woo-card-actions {
    margin: 0 auto;
}

.woocommerce-loop-product__title a {
    white-space: nowrap;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.ct-media-container img, .ct-media-container picture {
    border-radius: 20px !important;
}

/*.ct-media-container a:hover, .ct-media-container picture:hover {
    border-radius: 20px !important;
}*/

.onsale, .out-of-stock-badge, [class*=ct-woo-badge-] {
    background: #19191a !important;
    border-radius: 0 !important;
    height: 30px !important;
    width: 55px !important;
    top: 0px !important;
    right: 0;
    inset-inline-start: unset !important;
}

.product .entry-meta {
    display: none;
}

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
    color: #131117 !important;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    top: 180px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold !important;
}

.swiper-slide {
    padding-right: 20px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 28px !important;
}

/*.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 5px !important;
}*/

#shiprocket_pincode_check:focus {
    border-color: inherit !important;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li.active:before {
    background: #ca9762 !important;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li.active a {
    font-size: 18px !important;
}

div.quantity .ct-increase~input[type=number]:focus, div.quantity .ct-decrease~input[type=number]:focus {
    border-color: #ca9762 !important;
    box-shadow: 0 0 0 1px #ca9762 !important;
}

select:focus, textarea:focus, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus, fieldset .wc-stripe-elements-field:focus, .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]):focus {
    border-color: #ca9762 !important;
}

.woocommerce-mini-cart span, .woocommerce-mini-cart__total .woocommerce-Price-amount {
    color: #fff !important;
}

.pi-cod-deposit-container {
    color: #585858 !important;
    border-color: #d9dadc !important;
}

.pi-cod-deposit-container {
    border-width: 1px !important;
}

.pi-checkmark {
    border-color: #d9dadc !important;
}

@media (max-width: 689.98px) {
	.home-our-products .products {
	    --shop-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce-loop-product__title a {
	    white-space: normal !important;
	    overflow: visible !important;
	    text-wrap: unset !important;
	    text-overflow: ellipsis;
	    width: 100%;
	    display: block;
	    font-size: 12px;
	}
}