/**
 * Theme Name:     swagshop Child
 * Author:         swagShop
 * Template:       zita
 * Text Domain:	   swagshop-child
 * Description:    SwagShop is a super-fast and highly customizable Elementor theme more.
 */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,400&display=swap');

/* Global Font Styles */
body {
    font-family: "Lato", sans-serif;
    color: #0D0E43;
    margin: 0;
    padding: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Josefin Sans", sans-serif !important;
    font-weight: 700;
    color: #0D0E43;
    margin: 0 0 10px;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/* Navigation Menu */
.main-header .zita-menu > li > a {
   font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    padding: 6px 16px;
    font-size: 16px;
    letter-spacing: 0;
    color: #0D0E43;
    transition: color 0.3s ease;
}

.main-header .zita-menu > li > a:hover {
    color: #FB2E86;
}

li.current-menu-item.current_page_item.menu-item a {
    color: #FB2E86;
  
}

/* WooCommerce Buttons */
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
:root :where(.wp-element-button, .wp-block-button__link),
.elementor-widget-button .elementor-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: normal;
    padding: 14px 30px;
    border-radius: 6px;
    background: #fb641b !important;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    outline: none;
    z-index: 1;
}

/* Hover Effect for Buttons */
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after,
:root :where(.wp-element-button, .wp-block-button__link):after,
.elementor-widget-button .elementor-button:after,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: rgb(0, 172, 238);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover:after,
:root :where(.wp-element-button, .wp-block-button__link):hover:after,
.elementor-widget-button .elementor-button:hover:after,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover:after {
    left: 0;
    width: 100%;
}

/* ===========================
   Responsive Typography & Layout
   =========================== */
@media (min-width: 992px) {
    .main-header-bar nav {
        width: calc(100% - 75px);
        padding-right: 80px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

/* Tablets */
@media (max-width: 992px) {
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1.3rem; }

    .main-header .zita-menu > li > a {
        font-size: 15px;
        padding: 10px 15px;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    h1 { font-size: 2rem; }
    h2 { font-size: 1.6rem; }
    h3 { font-size: 1.4rem; }
    h4 { font-size: 1.2rem; }

    .main-header .zita-menu > li > a {
        font-size: 14px;
        padding: 8px 12px;
    }
}

/* Small Phones */
@media (max-width: 480px) {
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.4rem; }
    h3 { font-size: 1.2rem; }

    .main-header .zita-menu > li > a {
        font-size: 13px;
        padding: 6px 10px;
    }
}
