/*
Theme Name: Click Shop Child
Theme URI: https://wpmethods.com/
Template: click-shop
Author: WP Methods
Author URI: https://wpmethods.com/
Description: Best theme for simple ecommerce website. Click Shop is a lightweight, fast, and SEO-friendly WooCommerce theme designed to help you create stunning online stores with ease.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 2.4.6.1777812824
Updated: 2026-05-03 12:53:44

*/

.woocommerce-product-details__short-description {
    padding-bottom: 0px;
}
/* Before Veriation Box Label with Gradiet */
.variation-guide-box {
    background: #cdebc7;
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Hind Siliguri', sans-serif;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #b5d2b0;
    display: inline-block;
}

/* Animated gradient + wave motion */
.variation-guide-box span {
    display: inline-block;
    background: linear-gradient(90deg, #0b5018, #07823f, #1c7f2f);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 3s 
linear infinite;
}

/* Gradient move */
@keyframes gradientMove {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}



/* Arrow under box */
.variation-guide-box::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #cdebc7;
}


/* Ensure transforms apply */
form.cart .buy-now-button {
  display: inline-block; /* important so transform works correctly */
  /* Duration = total cycle time (change 4s → 3s if you want 3s interval) */
  animation: shakeCycle 4s ease-in-out infinite;
}

/* Shake happens quickly in the early percent of the cycle,
   rest of the cycle keeps the button still (pause). */
@keyframes shakeCycle {
  0%   { transform: rotate(0deg); }
  3%   { transform: rotate(2deg); }   /* start shake */
  6%   { transform: rotate(-2deg); }
  9%   { transform: rotate(2deg); }
  12%  { transform: rotate(-1deg); }
  15%  { transform: rotate(0deg); }   /* end shake */
  100% { transform: rotate(0deg); }   /* rest of the cycle is idle */
}











span.variable-item-span.variable-item-span-button {
    font-weight: 400;
}

.woocommerce-loop-product__title{
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;       
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.8em * 1);
  word-break: break-word;
}


.woocommerce .product .product-type-simple form.cart, .woocommerce .product .variations_button {
    row-gap: 10px;
		column-gap: 5px
}

form.cart .buy-now-button {
    margin-left: 0px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    width: auto; 
}
.woo-variation-swatches .variable-items-wrapper {
    justify-content: start;
    gap: 10px;
    margin-left: 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: var(--button-color);
    color: var(--button-text-color);
}

.woo-variation-swatches div.product form.cart .variations label {
    margin: 10px;
    background: var(--button-color);
    color: var(--button-text-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
	box-shadow: none;
}

.woocommerce div.product form.cart .button{
font-weight: bold;
	font-size: 17px;
	border-radius: 8px;
	width: 100% !important;
}


.woocommerce form.cart .quantity-wrapper {
	 border-radius: 10px;
		overflow: hidden;
}
p.product-code-wrapper {
    display: none;
}

@media (max-width: 575px) {
.woocommerce .product .product-type-simple form.cart, .woocommerce .product .variations_button {
    justify-content: space-between;
}
	
	.woo-variation-swatches .variable-items-wrapper {

    margin-left: 5px;
}
.single.woocommerce form.cart button.single_add_to_cart_button {
    min-width: 63%;
}

.woocommerce form.cart .quantity-wrapper {
    width: 110px;
	 border-radius: 10px;
		overflow: hidden;
}
.woocommerce div.product form.cart div.quantity {
    min-width: 35%;
    margin: 0px;
}
	
	
.woocommerce-loop-product__title{
    -webkit-line-clamp: 2; 
    max-height: calc(1.8em * 2);
 }
	
	.single-product nav.woocommerce-breadcrumb {
    display: none;
}
	
	body:not([class*=elementor-page-]).single-product .site-main {
        margin-top: 5px;
    }
    
}