/*
Theme Name: Candy Whitening
Template: astra
Author: Lexstyle
Author URI: https://lex.style
Description: Custom theme for Candy Whitening
Version: 1.2.1767399213
Updated: 2026-01-02 16:13:33

*/

table, td, th {
    border: none !important;
    padding: 0 !important;
}
#masthead {
    display: none !important;
}
.iv-columns .elementor-column {
    flex: 1 1 33%;
}
.iv-columns .elementor-container {
    flex-wrap: wrap;
}
#consent {
    border-bottom: 1px solid #000;
    background-color: white;
    height: 60px;
    font-family: 'Poppins', serif;
    border-color: rgba(0,0,0,0);
}
.cursive-title {
    font-weight: 400;
    font-family: 'DM Sans';
}
.link {
    font-weight: bold;
    color: white !important;
}
table.variations label {
    font-weight: var(--e-global-typography-a58f874-font-weight);
    color: var(--e-global-color-primary);
    font-size: var(--e-global-typography-a58f874-font-size);
    font-family: var(--e-global-typography-a58f874-font-family), Sans-serif;
    text-transform: var(--e-global-typography-a58f874-text-transform);
    letter-spacing: var(--e-global-typography-a58f874-letter-spacing);
}
.reset_variations {
    margin-left: 20px !important;
}
#price {
    width: 100px;
    display: flex;
    font-weight: 500;
    background-color: var(--e-global-color-2d53d98);
    color: var(--e-global-color-astglobalcolor8);
    font-size: 20px;
    height: 100px;
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    align-items: center;
    letter-spacing: 1.6px;
    padding: 15px;
}
form.variations_form table.variations tr {
    margin-bottom: 12px;
    display: block;
}
form.variations_form table.variations th.label, form.variations_form table.variations td.value {
    width: 100%;
    display: block;
    padding: 0;
}
form.variations_form table.variations th.label label {
    display: block;
    font-weight: 600;
    margin: 0 0 6px;
}
form.variations_form table.variations td.value select {
    width: 100%;
    padding-top: 0;
    padding-right: 12px;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 12px;
    display: block;
    max-width: 100%;
    outline: none;
    background-color: #111 !important;
    color: #f2f2f2 !important;
    line-height: 44px;
    border: 1px solid rgba(255,255,255,0.18) !important;
    height: 44px;
    -webkit-appearance: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
}
form.variations_form table.variations td.value select:focus {
    border-color: rgba(255,255,255,0.35) !important;
}
form.variations_form table.variations td.value select option {
    background-color: #111;
    color: #f2f2f2;
}
form.variations_form table.variations td.value {
    position: relative;
}
form.variations_form table.variations td.value::after {
    right: 14px;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    position: absolute;
    top: 50%;
    content: "▾";
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
form.variations_form a.reset_variations {
    display: none !important;
}
.woocommerce-variation-price {
    display: none !important;
}
.woocommerce-notices-wrapper { display: none !important; }
/*CART MENU BUTTONS*/
/*DESKTOP BUTTON*/
/* Remove background from the toggle button */
.elementor-element-f739d0c .elementor-menu-cart__toggle_button {
    background-color: transparent !important;
}

/* Remove hover background */
.elementor-element-f739d0c .elementor-menu-cart__toggle_button:hover {
    background-color: transparent !important;
}

/* Optional: Remove border if there is one */
.elementor-element-f739d0c .elementor-menu-cart__toggle_button {
	padding-left: 10px !important;
    padding-right: 10px !important;
}
/*MOBILE BUTTON*/
.elementor-element-f4c7b08 .elementor-menu-cart__toggle_button {
    background-color: transparent !important;
}
.elementor-element-f4c7b08 .elementor-menu-cart__toggle_button:hover {
    background-color: transparent !important;
}
.elementor-element-f4c7b08 .elementor-menu-cart__toggle_button {
	padding-left: 10px !important;
    padding-right: 10px !important;
}
/*END CART MENU BUTTONS*/
/* Home-Projects --- Stack cards*/
.stack-wrapper {
  overflow: hidden !important;
}

/* Keep parents visible so sticky still works */
.e-con-inner {
  overflow: visible !important;
}
.stack-card {
  transition: background 0.3s ease, 
              border 0.3s ease, 
              box-shadow 0.3s ease,
              transform 0s !important; /* override Elementor's 0.4s transform transition */
}
.stack-card:nth-child(1) { z-index: 1; }
.stack-card:nth-child(2) { z-index: 2; }
.stack-card:nth-child(3) { z-index: 3; }
/*Home-Projects END*/

@media screen and (max-width: 1024px) {
.iv-columns .elementor-column {
    flex: 1 1 50%;
}
}
@media screen and (max-width: 576px) {
.iv-columns .elementor-column {
    flex: 1 1 100%;
}
}
