@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
/* ============================================================
   SWEET THINGZZ — GLOBAL STYLING (non-homepage pages)
   Header, Shop, Cart, Checkout, Contact, Notifications
   ============================================================ */

/* ===== BASE BACKGROUND ===== */
html body {
    background: #fbf6f0 !important;
}

html body #wrapper.site,
html body .site,
html body .site-content,
html body #content {
    background: #fbf6f0 !important;
}

/* ===== HEADER (kills the white boxes) ===== */
html body #masthead,
html body header#masthead,
html body .site-header,
html body .site-header-wrap,
html body .site-header-inner-wrap,
html body .site-header-upper-wrap,
html body .site-header-upper-inner-wrap,
html body .site-main-header-wrap,
html body .site-header-row-container-inner,
html body .site-header-row-container,
html body #main-header,
html body .site-mobile-header-wrap,
html body #mobile-header {
    background: #fbf6f0 !important;
    background-color: #fbf6f0 !important;
    background-image: none !important;
    border-bottom: 1px solid #e8d5c4 !important;
}

/* ===== HEADER LOGO SIZING ===== */
html body .site-branding img.custom-logo,
html body .site-branding .site-title img,
html body .site-branding a img {
    max-height: 64px !important;
    width: auto !important;
    height: auto !important;
}

/* ===== HEADER NAVIGATION ===== */
html body .site-header .header-navigation a,
html body .header-menu-container a,
html body nav.main-navigation a {
    font-family: "Inter", sans-serif !important;
    color: #3d2820 !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
}

html body .site-header .header-navigation a:hover,
html body nav.main-navigation a:hover {
    color: #9d7250 !important;
}

/* ===== SHOP / ARCHIVE / CART / CHECKOUT / GENERIC PAGES ===== */
body.archive,
body.post-type-archive-product,
body.tax-product_cat,
body.woocommerce-shop,
body.woocommerce-cart,
body.woocommerce-checkout,
body.page {
    background: #fbf6f0 !important;
    background-color: #fbf6f0 !important;
}

body.archive .site,
body.post-type-archive-product .site,
body.woocommerce-shop .site,
body.woocommerce-cart .site,
body.woocommerce-checkout .site,
body.page .site,
body.archive .content-container,
body.post-type-archive-product .content-container,
body.woocommerce-shop .content-container,
body.woocommerce-cart .content-container,
body.woocommerce-checkout .content-container,
body.page .content-container,
body.archive .content-area,
body.archive #primary,
body.archive #main,
body.archive main.site-main,
body.archive .entry,
body.archive .entry-content-wrap,
body.archive .entry-header,
body.woocommerce-shop .entry,
body.woocommerce-shop .entry-content-wrap,
body.woocommerce-shop main,
body.woocommerce-cart .entry,
body.woocommerce-cart .entry-content-wrap,
body.woocommerce-cart main,
body.woocommerce-checkout .entry,
body.woocommerce-checkout main,
body.page .entry,
body.page .entry-content-wrap,
body.page main {
    background: #fbf6f0 !important;
    background-color: #fbf6f0 !important;
    background-image: none !important;
}

/* ===== PAGE TITLES ===== */
body.woocommerce-shop .page-title,
body.archive .page-title,
body.woocommerce-cart h1,
body.woocommerce-checkout h1,
body.page .entry-title,
body.page h1,
body.archive h1 {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    color: #3d2820 !important;
    font-weight: 600 !important;
    font-size: 2.4rem !important;
    line-height: 1.15 !important;
}

/* ===== SHOP RESULT COUNT / SORTING ===== */
body.woocommerce-shop .woocommerce-result-count,
body.archive .woocommerce-result-count {
    font-family: "Inter", sans-serif !important;
    color: #5a4338 !important;
    font-style: italic !important;
}

body.woocommerce-shop .woocommerce-ordering select,
body.archive .woocommerce-ordering select {
    background: #fff !important;
    border: 1.5px solid #e8d5c4 !important;
    border-radius: 12px !important;
    padding: 0.5rem 1rem !important;
    font-family: "Inter", sans-serif !important;
    color: #3d2820 !important;
}

/* ===== SHOP PRODUCT CARDS ===== */
body.woocommerce-shop ul.products li.product,
body.archive ul.products li.product {
    background: linear-gradient(180deg, #fdf8f4 0%, #f5e1d8 100%) !important;
    border-radius: 16px !important;
    padding: 1.2rem !important;
    border: 1px solid #e8d5c4 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

body.woocommerce-shop ul.products li.product:hover,
body.archive ul.products li.product:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(157, 114, 80, 0.15) !important;
}

body.woocommerce-shop ul.products li.product img,
body.archive ul.products li.product img {
    border-radius: 12px !important;
    background: transparent !important;
    mix-blend-mode: multiply !important;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.archive ul.products li.product .woocommerce-loop-product__title {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    color: #3d2820 !important;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
}

body.woocommerce-shop ul.products li.product .price,
body.archive ul.products li.product .price {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    color: #3d2820 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

body.woocommerce-shop ul.products li.product .button,
body.archive ul.products li.product .button {
    background: #3d2820 !important;
    background-color: #3d2820 !important;
    color: #fbf6f0 !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 0.6rem 1.4rem !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
}

body.woocommerce-shop ul.products li.product .button:hover,
body.archive ul.products li.product .button:hover {
    background: #9d7250 !important;
    background-color: #9d7250 !important;
    color: #fff !important;
}

/* ===== CART TABLE ===== */
body.woocommerce-cart table.cart,
body.woocommerce-cart .shop_table,
body.woocommerce-cart table.shop_table {
    background: #fdf8f4 !important;
    background-color: #fdf8f4 !important;
    border: 1.5px solid #e8d5c4 !important;
    border-radius: 16px !important;
    padding: 1rem !important;
}

body.woocommerce-cart table.cart th,
body.woocommerce-cart .shop_table th {
    background: transparent !important;
    color: #3d2820 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-size: 0.85rem !important;
}

body.woocommerce-cart table.cart td,
body.woocommerce-cart .shop_table td {
    color: #3d2820 !important;
    font-family: "Inter", sans-serif !important;
    border-color: #e8d5c4 !important;
}

body.woocommerce-cart table.cart .product-name a {
    color: #3d2820 !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    text-decoration: none !important;
}

body.woocommerce-cart table.cart .product-name a:hover {
    color: #9d7250 !important;
}

/* ===== CART TOTALS BOX ===== */
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart-collaterals .cart_totals {
    background: linear-gradient(135deg, #fdf8f4 0%, #f5e1d8 100%) !important;
    border: 1.5px solid #e8d5c4 !important;
    border-radius: 16px !important;
    padding: 1.5rem !important;
}

body.woocommerce-cart .cart_totals h2 {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    color: #3d2820 !important;
    font-weight: 600 !important;
    font-size: 1.6rem !important;
}

body.woocommerce-cart .cart_totals .order-total,
body.woocommerce-cart .cart_totals .order-total .amount {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    color: #3d2820 !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
}

/* ===== INPUT FIELDS ===== */
body.woocommerce-cart input[type="text"],
body.woocommerce-cart input[type="email"],
body.woocommerce-cart input[type="number"],
body.woocommerce-cart .qty,
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.page input[type="text"],
body.page input[type="email"],
body.page textarea {
    background: #fff !important;
    border: 1.5px solid #e8d5c4 !important;
    border-radius: 12px !important;
    padding: 0.65rem 1rem !important;
    font-family: "Inter", sans-serif !important;
    color: #3d2820 !important;
}

/* ===== CHECKOUT BUTTONS — final, targets the actual <a> element ===== */
html body a.wc-block-components-button,
html body a.wc-block-cart__submit-button,
html body a.wc-block-components-button.wc-block-cart__submit-button,
html body .wc-block-cart__submit-container a.wc-block-components-button,
html body .wp-block-woocommerce-proceed-to-checkout-block a,
html body.woocommerce-cart a.checkout-button,
html body.woocommerce-checkout #place_order,
html body .wc-block-components-checkout-place-order-button {
    background: #3d2820 !important;
    background-color: #3d2820 !important;
    color: #fbf6f0 !important;
    border: 2px solid #3d2820 !important;
    border-radius: 999px !important;
    padding: 18px 40px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 16px rgba(61, 40, 32, 0.15) !important;
    transition: all 0.25s ease !important;
    width: auto !important;
    display: inline-block !important;
    text-align: center !important;
    text-decoration: none !important;
}

/* Override the wc-block-components-button inner text/span if any */
html body a.wc-block-components-button .wc-block-components-button__text,
html body a.wc-block-cart__submit-button .wc-block-components-button__text {
    color: #fbf6f0 !important;
}

/* Hover state */
html body a.wc-block-components-button:hover,
html body a.wc-block-cart__submit-button:hover,
html body .wp-block-woocommerce-proceed-to-checkout-block a:hover,
html body.woocommerce-cart a.checkout-button:hover,
html body.woocommerce-checkout #place_order:hover {
    background: #9d7250 !important;
    background-color: #9d7250 !important;
    border-color: #9d7250 !important;
    color: #fbf6f0 !important;
}

/* Center the button in its container */
html body .wc-block-cart__submit-container,
html body .wp-block-woocommerce-proceed-to-checkout-block {
    text-align: center !important;
}

/* ===== CONTACT FORMS ===== */
body.page .wpcf7,
body.page form.wpcf7-form,
body.page .gform_wrapper,
body.page .wpforms-container {
    background: linear-gradient(135deg, #fdf8f4 0%, #f5e1d8 100%) !important;
    border: 1.5px solid #e8d5c4 !important;
    border-radius: 16px !important;
    padding: 2rem !important;
}

body.page .wpcf7 label,
body.page .gform_wrapper label,
body.page .wpforms-field label {
    color: #3d2820 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
}

body.page .wpcf7-submit,
body.page input[type="submit"],
body.page button[type="submit"] {
    background: #3d2820 !important;
    background-color: #3d2820 !important;
    color: #fbf6f0 !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 1rem 2.5rem !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

/* ===== WOOCOMMERCE NOTIFICATIONS (replaces pink banner) ===== */
html body .woocommerce-message,
html body .woocommerce-info,
html body .woocommerce-notices-wrapper .woocommerce-message,
html body .woocommerce-store-notice {
    background: linear-gradient(135deg, #fdf8f4 0%, #f5e1d8 100%) !important;
    background-color: #fdf8f4 !important;
    border: 1.5px solid #c4a586 !important;
    border-left: 4px solid #9d7250 !important;
    border-radius: 12px !important;
    color: #3d2820 !important;
    font-family: "Inter", sans-serif !important;
    padding: 1rem 1.4rem !important;
}

html body .woocommerce-message::before,
html body .woocommerce-info::before {
    color: #9d7250 !important;
}

html body .woocommerce-message .button,
html body .woocommerce-info .button {
    background: #3d2820 !important;
    color: #fbf6f0 !important;
    border-radius: 999px !important;
    padding: 0.5rem 1.2rem !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

/* ===== BREADCRUMBS ===== */
body.archive .woocommerce-breadcrumb,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-shop .woocommerce-breadcrumb {
    color: #5a4338 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.85rem !important;
}

body.archive .woocommerce-breadcrumb a,
body.woocommerce-cart .woocommerce-breadcrumb a,
body.woocommerce-shop .woocommerce-breadcrumb a {
    color: #3d2820 !important;
    text-decoration: none !important;
}

body.archive .woocommerce-breadcrumb a:hover {
    color: #9d7250 !important;
}

/* ===== CART QUANTITY INPUTS ===== */
body.woocommerce-cart .quantity input.qty,
body.woocommerce-checkout .quantity input.qty {
    width: 80px !important;
    text-align: center !important;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    body.woocommerce-shop .page-title,
    body.archive .page-title {
        font-size: 1.9rem !important;
    }
    body.woocommerce-cart .cart_totals h2 {
        font-size: 1.3rem !important;
    }
    body.woocommerce-cart .checkout-button {
        padding: 1rem 1.5rem !important;
        width: 100% !important;
    }
    html body .site-branding img.custom-logo {
        max-height: 48px !important;
    }
}
/* =========================================================
   KILL THE PINK PAGE-TITLE HERO ON ALL NON-HOMEPAGE PAGES
   Targets every Kadence + Elementor layer that could paint it
   ========================================================= */

/* 1. The entry-hero section itself + every child that could be pink */
body:not(.home) .entry-hero,
body:not(.home) .entry-hero-container-inner,
body:not(.home) .hero-section-overlay,
body:not(.home) .hero-container,
body:not(.home) .entry-hero .entry-header,
body:not(.home) .entry-hero .page-title,
body:not(.home) section.entry-hero.page-hero-section {
    background: #fbf6f0 !important;
    background-color: #fbf6f0 !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 2. Hide Kadence's overlay div entirely — it's the most likely culprit */
body:not(.home) .entry-hero .hero-section-overlay {
    display: none !important;
}

/* 3. Tame Elementor's kit-level background if it's bleeding in */
body:not(.home).elementor-default .entry-hero,
body:not(.home).elementor-default .entry-header,
body:not(.home).elementor-default .page-title {
    background: #fbf6f0 !important;
    background-color: #fbf6f0 !important;
}

/* 4. Belt and suspenders — header element inside hero */
body:not(.home) header.entry-header.page-title {
    background: transparent !important;
    background-color: transparent !important;
}

/* =========================================================
   PAGE TITLES on Cart + Contact Us — use elegant Italiana
   ========================================================= */
body:not(.home) .entry-header .page-title,
body:not(.home) .entry-hero .entry-header h1,
body.woocommerce-cart .entry-hero h1,
body.page .entry-hero h1,
body.page header.entry-header h1,
body:not(.home) h1.entry-title {
    font-family: 'Italiana', serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em !important;
    font-style: normal !important;
    color: #3d2820 !important;
    font-size: clamp(3rem, 6vw, 5rem) !important;
    line-height: 1.1 !important;
}

/* ===== HIDE BREADCRUMBS — too much cruft for a 14-product site ===== */
.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb,
.kadence-breadcrumbs,
body.single-product .woocommerce-breadcrumb,
body.single-product nav.woocommerce-breadcrumb {
    display: none !important;
}



/* =========================================================
   WOOCOMMERCE VALIDATION ERROR BANNERS — cream/aubergine palette
   Replaces the default pink/red error styling
   ========================================================= */
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-error,
ul.woocommerce-error,
.wc-block-components-notice-banner.is-error,
.wc-block-components-notice-banner.is-error.is-dismissible {
    background: #fdf8f4 !important;
    background-color: #fdf8f4 !important;
    border: 1px solid #e8d5c4 !important;
    border-left: 4px solid #3d2820 !important;
    color: #3d2820 !important;
    border-radius: 8px !important;
    padding: 1rem 1.5rem !important;
    box-shadow: 0 2px 8px rgba(61, 40, 32, 0.05) !important;
}

.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-error li {
    color: #3d2820 !important;
    list-style: none !important;
}

/* Also covers success and info notices for consistency */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message {
    background: #fdf8f4 !important;
    background-color: #fdf8f4 !important;
    border: 1px solid #e8d5c4 !important;
    border-left: 4px solid #9d7250 !important;
    color: #3d2820 !important;
    border-radius: 8px !important;
}

/* =========================================================
   CART — hide Plugin Republic add-on price breakdown line
   It exposes our budget workaround math; customer already
   saw the clean budget selection on the product page
   ========================================================= */
.wc-block-components-totals-item.pewc-cart-totals-row,
.wc-block-cart .pewc-cart-totals-row,
tr.pewc-cart-totals-row,
.wc-block-components-totals-wrapper .wc-block-components-totals-item--total-fees {
    display: none !important;
}

/* =========================================================
   GOURMET GIFT BASKET (ID 502) — show ONLY chosen budget
   ALL math is handled by the PHP snippet, not Plugin Republic
   ========================================================= */

body.postid-502 .pewc-total-field-wrapper > p {
    display: none !important;
}

body.postid-502 .pewc-total-field-wrapper p:has(#pewc-grand-total-label),
body.postid-502 .pewc-total-field-wrapper p:has(#pewc-grand-total) {
    display: block !important;
}

body.postid-502 #pewc-grand-total-label,
body.postid-502 #pewc-grand-total {
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    color: #3d2820 !important;
    font-family: 'Italiana', serif !important;
    letter-spacing: 0.02em !important;
}

body.postid-502 #pewc-grand-total-label {
    visibility: hidden !important;
    position: relative !important;
}

body.postid-502 #pewc-grand-total-label::before {
    content: "Total";
    visibility: visible !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

/* =========================================================
   GOURMET BASKET — hide misleading product page total
   Real price calculated server-side via PHP snippet
   ========================================================= */
body.postid-502 .pewc-total-field-wrapper {
    display: none !important;
}

/* =========================================================
   HEADER POLISH — homepage vs other pages (v2, stronger)
   ========================================================= */

/* =========================================================
   HOMEPAGE — hide the top Kadence header entirely
   The custom centered nav is the only header on homepage
   ========================================================= */
html body.home #masthead,
html body.page-template-page-sweet-thingzz-home #masthead {
    display: none !important;
}

/* =========================================================
   OTHER PAGES — Kadence header polish
   Match homepage SHOP/OCCASIONS aubergine uppercase style
   ========================================================= */

/* Logo: tasteful size */
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead img.custom-logo {
    max-height: 70px !important;
    width: auto !important;
    height: auto !important;
}

/* Nav links: uppercase aubergine to match left homepage nav */
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-navigation a,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead nav.main-navigation a,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-menu-container a {
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    color: #4a352c !important;
    background: transparent !important;
    padding: 0.5rem 1rem !important;
    border: none !important;
    text-decoration: none !important;
}

html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-navigation a:hover,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead nav.main-navigation a:hover,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-menu-container a:hover {
    color: #7a4f33 !important;
    background: transparent !important;
}

/* Kill the cream pill background around the nav */
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-menu-container,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-navigation,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead nav.main-navigation,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .site-main-header-wrap .site-header-item {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
/* =========================================================
   HOMEPAGE — make the centered SWEET THINGZZ logo bigger
   ========================================================= */
html body.home .st-nav .brand .brand-logo,
html body.home .st-nav .brand img.brand-logo,
html body.page-template-page-sweet-thingzz-home .st-nav .brand .brand-logo,
html body.page-template-page-sweet-thingzz-home .st-nav .brand img.brand-logo {
    max-height: 140px !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
}

html body.home .st-nav .brand small,
html body.page-template-page-sweet-thingzz-home .st-nav .brand small {
    font-size: 0.95rem !important;
    letter-spacing: 0.08em !important;
    margin-top: 0.4rem !important;
}

/* =========================================================
   HOMEPAGE — hide the top Kadence header entirely
   The custom centered nav is the only header on homepage
   ========================================================= */
html body.home #masthead,
html body.page-template-page-sweet-thingzz-home #masthead {
    display: none !important;
}

/* =========================================================
   OTHER PAGES — Kadence header polish
   Keep small logo, restyle nav to match homepage SHOP/OCCASIONS style
   ========================================================= */

/* Logo: keep at tasteful size */
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead img.custom-logo {
    max-height: 70px !important;
    width: auto !important;
    height: auto !important;
}

/* Nav links: match homepage aubergine uppercase style */
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-navigation a,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead nav.main-navigation a,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-menu-container a {
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    color: #4a352c !important;
    background: transparent !important;
    padding: 0.5rem 1rem !important;
    border: none !important;
    text-decoration: none !important;
}

html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-navigation a:hover,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead nav.main-navigation a:hover,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-menu-container a:hover {
    color: #7a4f33 !important;
    background: transparent !important;
}

/* Kill the cream pill background around the top-right nav */
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-menu-container,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .header-navigation,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead nav.main-navigation,
html body:not(.home):not(.page-template-page-sweet-thingzz-home) #masthead .site-main-header-wrap .site-header-item {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}