/*
 Theme Name:     Elephunkie - Divi Child
 Author:         Elephunkie
 Author URI:     https://elephunkie.com
 Template:       Divi
 Version:        1.4.1
 Description:    A phunkie theme for Divi
 Wordpress Version: 5.8
*/


/* ----------- ELEPHUNKIE CUSTOM CSS -- DO NOT EDIT ABOVE THIS LINE --------------------------- */


.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}

/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}

.second-on-mobile {
-webkit-order: 2;
order: 2;
}

.third-on-mobile {
-webkit-order: 3;
order: 3;
}

.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}

/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
}
.et_pb_carousel_items {height:80px!important;}

@media only screen and (max-width: 800px) {
  .et_pb_carousel_items {height:103px!important;}
}

@media only screen and (max-width: 400px) {
  .et_pb_carousel_items {height:46px!important;}
}


/* ----------- SUBTLEISNOTMYSTYLE PRICE & BUTTON ENHANCEMENTS --------------------------- */

/* =========================================================
   Custom CSS for subtleisnotmystyle.com
   Enhanced Price Styling with Button Hierarchy
   Author: Claude Code
   ========================================================= */

/* ==========================================================================
   ENHANCED PRICE STYLING
   Target all WooCommerce price elements with large, bold styling
   ========================================================================== */

/* Primary price selectors - covers all WooCommerce price displays */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.entry-summary p.price,
.entry-summary p.price ins,
.price,
.woocommerce-Price-amount,
.amount,
.price .amount {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #ff0844 !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2 !important;
    margin: 15px 0 !important;
    text-shadow: 0 2px 8px rgba(255, 8, 68, 0.25) !important;
}

/* Currency symbols */
.woocommerce-Price-currencySymbol {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #ff0844 !important;
    font-family: 'Poppins', sans-serif !important;
}

/* Sale pricing - crossed out original price */
.woocommerce del .amount,
.price del .amount {
    color: #999 !important;
    text-decoration: line-through !important;
    font-size: calc(2.5rem * 0.8) !important;
    text-shadow: none !important;
}

/* Sale pricing - highlighted sale price */
.woocommerce ins .amount,
.price ins .amount {
    color: #ff0844 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    font-size: 2.5rem !important;
    text-shadow: 0 2px 8px rgba(255, 8, 68, 0.25) !important;
}

/* ==========================================================================
   BUTTON HIERARCHY SYSTEM
   Pink (Primary/Standard) → Yellow (Secondary) → Black (Tertiary)
   ========================================================================== */

/* PRIMARY BUTTONS - Electric Pink (Standard/Main CTAs, Cart, Checkout) */
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce .single_add_to_cart_button,
.woocommerce-page .single_add_to_cart_button,
.woocommerce .checkout-button,
.woocommerce-page .checkout-button,
.et_pb_button,
.et_pb_promo_button,
.et_pb_newsletter_button {
    background: #ff0844 !important;
    background-color: #ff0844 !important;
    color: #ffffff !important;
    border: 2px solid #ff0844 !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(255, 8, 68, 0.2) !important;
}

/* Primary button hover states */
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce-page .single_add_to_cart_button:hover,
.woocommerce .checkout-button:hover,
.woocommerce-page .checkout-button:hover,
.et_pb_button:hover,
.et_pb_promo_button:hover,
.et_pb_newsletter_button:hover {
    background: #cc0636 !important;
    background-color: #cc0636 !important;
    border-color: #cc0636 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(255, 8, 68, 0.3) !important;
}

/* SECONDARY BUTTONS - Yellow */
.button--yellow-accent,
.woocommerce .button.alt,
.woocommerce-page .button.alt,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt {
    background: #FFD700 !important;
    background-color: #FFD700 !important;
    color: #1e1e1e !important;
    border: 2px solid #FFD700 !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.2) !important;
}

/* Secondary button hover states */
.button--yellow-accent:hover,
.woocommerce .button.alt:hover,
.woocommerce-page .button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover {
    background: #E6C200 !important;
    background-color: #E6C200 !important;
    border-color: #E6C200 !important;
    color: #1e1e1e !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3) !important;
}

/* TERTIARY BUTTONS - Black */
.button--black-accent,
.woocommerce .button.secondary,
.woocommerce-page .button.secondary {
    background: #1e1e1e !important;
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border: 2px solid #1e1e1e !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(30, 30, 30, 0.2) !important;
}

/* Tertiary button hover states */
.button--black-accent:hover,
.woocommerce .button.secondary:hover,
.woocommerce-page .button.secondary:hover {
    background: #333333 !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(30, 30, 30, 0.3) !important;
}

/* ==========================================================================
   DIVI/ELEMENTOR BUILDER COMPATIBILITY
   Ensure buttons work with page builder systems
   ========================================================================== */

/* Divi builder buttons */
.et_pb_section .et_pb_button,
.et_pb_row .et_pb_button,
.et_pb_column .et_pb_button {
    background: #ff0844 !important;
    color: #ffffff !important;
    border: 2px solid #ff0844 !important;
}

.et_pb_section .et_pb_button:hover,
.et_pb_row .et_pb_button:hover,
.et_pb_column .et_pb_button:hover {
    background: #cc0636 !important;
    border-color: #cc0636 !important;
    color: #ffffff !important;
}

/* CTA module background styling */
.et_pb_cta,
.et-db #et-boc .et-l .et_pb_cta_0_tb_body.et_pb_promo {
    background: #ff739b !important;
    background-color: #ff739b !important;
}

.et_pb_cta *,
.et-db #et-boc .et-l .et_pb_cta_0_tb_body.et_pb_promo * {
    color: white !important;
}

/* Price display within CTA sections */
.et_pb_cta .price,
.et_pb_cta .amount,
.et-db #et-boc .et-l .et_pb_cta_0_tb_body.et_pb_promo .price,
.et-db #et-boc .et-l .et_pb_cta_0_tb_body.et_pb_promo .amount {
    background: rgba(255, 8, 68, 0.9) !important;
    color: white !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* ==========================================================================
   PRODUCT CARD STYLING
   Enhance product display cards
   ========================================================================== */

/* Product cards - make prices stand out */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    text-align: center !important;
    margin: 10px 0 15px 0 !important;
    padding: 10px !important;
    background: rgba(255, 8, 68, 0.05) !important;
    border-radius: 8px !important;
}

/* Product card buttons */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   Scale pricing and buttons appropriately across devices
   ========================================================================== */

@media (max-width: 768px) {
    /* Scale down pricing on tablets */
    .woocommerce div.product p.price,
    .woocommerce div.product span.price,
    .price,
    .woocommerce-Price-amount,
    .amount,
    .woocommerce-Price-currencySymbol {
        font-size: 2rem !important;
    }

    /* Adjust button padding on tablets */
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        padding: 12px 24px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    /* Scale down pricing on phones */
    .woocommerce div.product p.price,
    .woocommerce div.product span.price,
    .price,
    .woocommerce-Price-amount,
    .amount,
    .woocommerce-Price-currencySymbol {
        font-size: 1.8rem !important;
    }

    /* Stack buttons vertically on phones */
    .woocommerce .single_add_to_cart_button {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    /* Adjust button padding on phones */
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
}

/* ==========================================================================
   EXPRESS CHECKOUT BUTTON SPACING & LAYOUT FIXES
   Fix layout issues with Apple Pay, Google Pay, Shop Pay buttons
   ========================================================================== */

/* Express checkout container - fix spacing and layout */
.wc-block-components-express-payment,
.woocommerce-checkout-payment,
.wcpay-express-checkout-element,
.wc-block-checkout__express-payment,
.wcpay_express_checkout_button_separator,
.express-checkout-element {
    margin: 20px 0 !important;
    padding: 15px 0 !important;
    clear: both !important;
}

/* Express payment buttons container */
.wc-block-components-express-payment__content,
.wcpay-express-checkout-buttons-wrapper,
.express-checkout-buttons-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 !important;
}

/* Individual express payment buttons */
.wcpay-express-checkout-button,
.express-checkout-button,
.apple-pay-button,
.google-pay-button,
.shop-pay-button,
.paypal-button {
    width: 100% !important;
    max-width: none !important;
    margin: 5px 0 !important;
    padding: 12px 16px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease !important;
}

/* Apple Pay button styling */
.apple-pay-button,
.wcpay-express-checkout-button[data-payment-method*="apple"] {
    background: #000000 !important;
    color: #ffffff !important;
    border: 2px solid #000000 !important;
}

.apple-pay-button:hover,
.wcpay-express-checkout-button[data-payment-method*="apple"]:hover {
    background: #333333 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Google Pay button styling */
.google-pay-button,
.wcpay-express-checkout-button[data-payment-method*="google"] {
    background: #4285f4 !important;
    color: #ffffff !important;
    border: 2px solid #4285f4 !important;
}

.google-pay-button:hover,
.wcpay-express-checkout-button[data-payment-method*="google"]:hover {
    background: #3367d6 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3) !important;
}

/* PayPal button styling */
.paypal-button,
.wcpay-express-checkout-button[data-payment-method*="paypal"] {
    background: #0070ba !important;
    color: #ffffff !important;
    border: 2px solid #0070ba !important;
}

.paypal-button:hover,
.wcpay-express-checkout-button[data-payment-method*="paypal"]:hover {
    background: #005ea6 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 112, 186, 0.3) !important;
}

/* Express checkout separator */
.wcpay_express_checkout_button_separator,
.wc-block-components-express-payment__separator,
.express-payment-separator {
    position: relative !important;
    text-align: center !important;
    margin: 20px 0 !important;
    color: #666666 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.wcpay_express_checkout_button_separator:before,
.wc-block-components-express-payment__separator:before,
.express-payment-separator:before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: #e5e7eb !important;
    z-index: 1 !important;
}

.wcpay_express_checkout_button_separator span,
.wc-block-components-express-payment__separator span,
.express-payment-separator span {
    background: #ffffff !important;
    padding: 0 15px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Fix form spacing around express checkout */
.woocommerce form.variations_form,
.woocommerce form.cart,
.single-product-summary form {
    display: flex !important;
    flex-direction: column !important;
}

/* Ensure proper spacing between elements */
.woocommerce .single_add_to_cart_button,
.woocommerce .variations .single_add_to_cart_button {
    margin-top: 15px !important;
    order: 10 !important;
}

.woocommerce .quantity {
    margin: 10px 0 !important;
    order: 5 !important;
}

/* Express checkout should appear after variations but before add to cart */
.wcpay-express-checkout-element,
.wc-block-components-express-payment {
    order: 8 !important;
    margin: 20px 0 !important;
}

/* Product variations should come first */
.variations {
    order: 1 !important;
    margin-bottom: 15px !important;
}

.variations_button {
    order: 9 !important;
}

/* ==========================================================================
   CART AND CHECKOUT ENHANCEMENTS
   Special styling for cart and checkout pages
   ========================================================================== */

/* Cart totals pricing */
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td,
.woocommerce-checkout .shop_table td {
    font-size: 1.1rem !important;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total td,
.woocommerce-checkout .shop_table .order-total td {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #ff0844 !important;
}

/* Checkout button special styling */
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: #ff0844 !important;
    color: white !important;
    border: 2px solid #ff0844 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    padding: 15px 30px !important;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: #cc0636 !important;
    border-color: #cc0636 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(255, 8, 68, 0.3) !important;
}

/* ==========================================================================
   QUANTITY INPUTS AND FORM ELEMENTS
   Style form elements to match the design
   ========================================================================== */

.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
    border: 2px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 8px !important;
    text-align: center !important;
    font-weight: 600 !important;
}

.woocommerce .quantity .qty:focus,
.woocommerce-page .quantity .qty:focus {
    border-color: #ff0844 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 8, 68, 0.2) !important;
}

/* ==========================================================================
   NOTICE AND MESSAGE STYLING
   Style WooCommerce notices to match the color scheme
   ========================================================================== */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 6px !important;
    padding: 12px 16px !important;
    margin: 15px 0 !important;
}

.woocommerce-message {
    background: #e8f5e8 !important;
    border-left: 4px solid #00ff88 !important;
    color: #155724 !important;
}

.woocommerce-info {
    background: #e3f2fd !important;
    border-left: 4px solid #2EA3F2 !important;
    color: #0c5460 !important;
}

.woocommerce-error {
    background: #fdeaea !important;
    border-left: 4px solid #ff0844 !important;
    color: #721c24 !important;
}