.elementor-646794 .elementor-element.elementor-element-5947a244{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;border-style:none;--border-style:none;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-646794 .elementor-element.elementor-element-5947a244:not(.elementor-motion-effects-element-type-background), .elementor-646794 .elementor-element.elementor-element-5947a244 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF6EF;}.elementor-646794 .elementor-element.elementor-element-650e5d06{--display:flex;--justify-content:flex-start;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-646794 .elementor-element.elementor-element-3e1c6f6d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;}.elementor-646794 .elementor-element.elementor-element-2555e7b .elementor-heading-title{font-family:"Lora", Sans-serif;font-size:26px;font-weight:400;color:#3B393A;}.elementor-646794 .elementor-element.elementor-element-125fd89f{margin:00px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.woocommerce .elementor-646794 .elementor-element.elementor-element-125fd89f .woocommerce-product-details__short-description{color:#3B393A;font-family:"General Sans", Sans-serif;font-size:18px;font-weight:400;}.elementor-646794 .elementor-element.elementor-element-77ac02b3{width:100%;max-width:100%;margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -10px;padding:0px 0px 0px 0px;--button-spacing:0px;}.elementor-646794 .elementor-element.elementor-element-77ac02b3 .cart button, .elementor-646794 .elementor-element.elementor-element-77ac02b3 .cart .button{transition:all 0.2s;}.elementor-646794 .elementor-element.elementor-element-77ac02b3 .quantity .qty{transition:all 0.2s;}.woocommerce .elementor-646794 .elementor-element.elementor-element-77ac02b3 form.cart .variations{width:100%;margin-bottom:0px;}.woocommerce .elementor-646794 .elementor-element.elementor-element-77ac02b3 form.cart table.variations tr th, .woocommerce .elementor-646794 .elementor-element.elementor-element-77ac02b3 form.cart table.variations tr td{padding-top:calc( 43px/2 );padding-bottom:calc( 43px/2 );}.elementor-646794 .elementor-element.elementor-element-6199e0d2{text-align:start;}.elementor-646794 .elementor-element.elementor-element-6199e0d2 img{width:100%;max-width:400px;}.elementor-646794 .elementor-element.elementor-element-30153cb9 .elementor-heading-title{font-family:"General Sans", Sans-serif;font-size:16px;font-weight:400;color:#3B393A;}@media(max-width:1450px){.elementor-646794 .elementor-element.elementor-element-650e5d06{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:50px;}.woocommerce .elementor-646794 .elementor-element.elementor-element-125fd89f .woocommerce-product-details__short-description{font-size:19px;}}@media(min-width:768px){.elementor-646794 .elementor-element.elementor-element-5947a244{--content-width:1350px;}.elementor-646794 .elementor-element.elementor-element-650e5d06{--width:55%;}}@media(max-width:767px){.elementor-646794 .elementor-element.elementor-element-5947a244{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-646794 .elementor-element.elementor-element-650e5d06{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-646794 .elementor-element.elementor-element-2555e7b .elementor-heading-title{font-size:32px;}.woocommerce .elementor-646794 .elementor-element.elementor-element-125fd89f .woocommerce-product-details__short-description{font-size:18px;}}/* Start custom CSS for shortcode, class: .elementor-element-3e1c6f6d */.custom-vendor-link {
    color: #611231!important;
    font-weight: 500;
    font-size: 18px!important;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-77ac02b3 *//* 1. MASTER FORM: create a flexible, left-aligned, grouping layout. */
form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important; /* THIS IS KEY: It groups and left-aligns the buttons on the row below the table */
    align-items: center; /* Vertically centers the buttons on that row */
    gap: 0 15px; /* Adds a unified horizontal gap between elements (Quantity, Button, Wishlist) */
    margin-bottom: 20px !important;
    width: 100% !important;
}

/* 2. TABLE FULL-WIDTH: Target the specific U2 pricing table to take up 100% width. This will push the buttons to a new line below it. */
form.cart > .tiered-pricing-table, 
form.cart > table {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 0 0px 0 !important; /* Spacing between table and buttons */
}

/* 3. GROUP BUTTONS: Cohesively group Quantity, Button, and Wishlist side-by-side on a new, left-aligned row. They will size naturally based on content. */
form.cart .quantity,
form.cart .single_add_to_cart_button,
form.cart a[class*="wishlist"], /* Common generic class for many wishlist plugins */
form.cart .woosw-btn { /* Specific class for common wishlist plugin */
    flex: 0 0 auto !important;
    margin: 0px 10px !important; /* Let 'gap' handle spacing, not floats/margins */
}

/* 4. BUTTON COLOR: Update the 'Add to Cart' button to match the maroon color and styling in image 1. */
form.cart .single_add_to_cart_button {
    background-color: #6a1b41 !important; /* This precise maroon color from image 1 */
    color: white !important;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce div.product form.cart .button {
    margin-top: 15px!important;
  padding: 10px!important;
  border-radius: 20px!important;
}

.giftcard .variations label {
    display: none;
    padding: 0!important;
}

.giftcard .variations {
        padding: 0!important;
}

.giftcard .variations td.label {
    padding-right: 0!important;
}

#gift-card-amount {
    padding: 15px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'General Sans';
	font-display: auto;
	src: url('https://newsite.craftedcanadian.ca/wp-content/uploads/2026/02/GeneralSans-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */