.grecaptcha-badge {
    display: none !important;
}

/* Select labels above dropdown */
.wc-blocks-components-select__container {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
}

.wc-blocks-components-select__label {
    position: static !important;
    display: block !important;
    order: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #9b6f99 !important;
}

.wc-blocks-components-select__select {
    order: 2 !important;
    min-height: 58px !important;
    padding: 14px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__expand {
	top: 60% !important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    margin-top: 10px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
    margin-top: 10px !important;
}

/* Force checkout labels above fields */
.wc-block-components-text-input,
.wc-block-components-select {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 7px !important;
}

.wc-block-components-text-input label,
.wc-block-components-select label {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #9b6f99 !important;
    background: transparent !important;
}

.wc-block-components-text-input input,
.wc-block-components-select select {
    min-height: 58px !important;
    padding: 14px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block, .woocommerce-cart .wc-block-cart__totals-title, .woocommerce-cart .wc-block-components-totals-wrapper {
    border: 0 !important;
}

.wc-block-components-order-summary {
	padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item:last-child {
    border-bottom: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
	border: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	border: 0 !important;
	padding: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	margin: 0 !important;
}


@media (min-width: 992px) {
    .pm-mobile-slider-only .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 22px !important;
        transform: none !important;
    }

    .pm-mobile-slider-only .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }

    .pm-mobile-slider-only .pm-swiper-prev,
    .pm-mobile-slider-only .pm-swiper-next,
    .pm-mobile-slider-only .pm-swiper-pagination {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .pm-mobile-slider-only:has(.swiper-slide:nth-child(2):last-child) {
        max-width: 820px;
        margin: 0 auto;
    }

    .pm-mobile-slider-only:has(.swiper-slide:nth-child(2):last-child) .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* =========================================
   CUSTOM FORM POPUP STYLING
========================================= */

.pm-custom-form-popup {
    padding: 30px 18px !important;
}

.pm-custom-form-popup .pm-form-inner {
    background: #fff !important;
    border-radius: 28px !important;
    padding: 40px !important;
    max-width: 920px !important;
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    box-shadow:
        0 25px 60px rgba(0,0,0,0.18),
        0 0 40px rgba(201,122,209,0.12) !important;

    /* SCROLL FIX */
    max-height: 88vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;

    scrollbar-width: thin;
    scrollbar-color: #d88cdf #f7eef8;
}

/* CHROME SCROLLBAR */
.pm-custom-form-popup .pm-form-inner::-webkit-scrollbar {
    width: 8px;
}

.pm-custom-form-popup .pm-form-inner::-webkit-scrollbar-track {
    background: #f7eef8;
    border-radius: 20px;
}

.pm-custom-form-popup .pm-form-inner::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d88cdf, #c97ad1);
    border-radius: 20px;
}

/* FORM TITLE */
.pm-custom-form-popup h2,
.pm-custom-form-popup .frm_form_title {
        font-size: 56px !important;
    line-height: 1.05 !important;
    color: #111 !important;
    margin-bottom: 28px !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-family: var(--uicore-typography--h2-f, "Inter");
}

/* LABELS */
.pm-custom-form-popup label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
}

/* INPUTS */
.pm-custom-form-popup input,
.pm-custom-form-popup textarea,
.pm-custom-form-popup select {
    width: 100% !important;
    min-height: 56px !important;
    border-radius: 16px !important;
    border: 1.5px solid #ead4eb !important;
    background: #ffffff !important;
    padding: 14px 18px !important;
    font-size: 15px !important;
    color: #111 !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.pm-custom-form-popup textarea {
    min-height: 130px !important;
    resize: vertical !important;
}

.pm-custom-form-popup input:focus,
.pm-custom-form-popup textarea:focus,
.pm-custom-form-popup select:focus {
    border-color: #c97ad1 !important;
    box-shadow: 0 0 0 4px rgba(201,122,209,0.12) !important;
    outline: none !important;
}

/* FILE UPLOAD */
.pm-custom-form-popup .frm_dropzone {
    border: 2px dashed #d8b4de !important;
    border-radius: 22px !important;
    background: #fcf6fc !important;
    padding: 35px 20px !important;
}

.frm_form_field:not(.frm_compact) .frm_dropzone {
	max-width: 100% !important;
}

/* SUBMIT BUTTON */
.pm-custom-form-popup .frm_button_submit,
.pm-custom-form-popup button[type="submit"] {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 56px !important;
    min-width: 250px !important;
    padding: 0 34px 0 74px !important;
    border-radius: 60px !important;
    border: 2px solid #c97ad1 !important;
    background: transparent !important;
    color: #c97ad1 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    overflow: hidden !important;
    transition: all 0.35s ease !important;
    box-shadow:
        0 10px 24px rgba(201,122,209,0.18),
        0 0 18px rgba(231,180,231,0.12) !important;
}

/* LEFT ICON */
.pm-custom-form-popup .frm_button_submit::before,
.pm-custom-form-popup button[type="submit"]::before {
    content: "" !important;
    position: absolute !important;
    left: 7px !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    background:
        url("https://pawandmoonllc.com/wp-content/uploads/2026/05/paw-2.png") center center / 22px no-repeat,
        linear-gradient(135deg, #c97ad1, #ebb4e7) !important;
    box-shadow:
        0 6px 18px rgba(201,122,209,0.35),
        0 0 18px rgba(231,180,231,0.55) !important;
    z-index: 2 !important;
}

/* SHINE EFFECT */
.pm-custom-form-popup .frm_button_submit::after,
.pm-custom-form-popup button[type="submit"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform: skewX(-20deg);
    transition: 0.8s;
}

/* BUTTON HOVER */
.pm-custom-form-popup .frm_button_submit:hover,
.pm-custom-form-popup button[type="submit"]:hover {
    transform: translateY(-3px);
    background: #c97ad1 !important;
    color: #fff !important;
    box-shadow:
        0 14px 32px rgba(201,122,209,0.30),
        0 0 28px rgba(231,180,231,0.35) !important;
}

.pm-custom-form-popup .frm_button_submit:hover::after,
.pm-custom-form-popup button[type="submit"]:hover::after {
    left: 130%;
}

/* MOBILE */
@media (max-width: 767px) {

    .pm-custom-form-popup .pm-form-inner {
        padding: 24px !important;
        border-radius: 22px !important;
    }

    .pm-custom-form-popup h2,
    .pm-custom-form-popup .frm_form_title {
        font-size: 38px !important;
    }

    .pm-custom-form-popup .frm_button_submit,
    .pm-custom-form-popup button[type="submit"] {
        width: 100% !important;
        min-width: 100% !important;
    }
}

.pm-open-custom-form {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    min-width: 260px !important;
    width: auto !important;
    padding: 0 34px 0 72px !important;
    border-radius: 60px !important;
    border: 2px solid var(--pm-purple) !important;
    background: transparent !important;
    color: var(--pm-purple) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    overflow: hidden !important;
    isolation: isolate !important;
    z-index: 1 !important;
    transition: all 0.35s ease;
    box-shadow:
        0 10px 24px rgba(201,122,209,0.18),
        0 0 18px rgba(231,180,231,0.12);
}

.pm-open-custom-form::before {
    content: "" !important;
    position: absolute !important;
    left: 7px !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    background:
        var(--pm-paw-url) center center / 22px no-repeat,
        linear-gradient(135deg, var(--pm-purple), var(--pm-purple-soft)) !important;
    box-shadow:
        0 6px 18px rgba(201,122,209,0.35),
        0 0 18px rgba(231,180,231,0.55) !important;
    z-index: 2 !important;
}

.pm-open-custom-form::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -130% !important;
    width: 80% !important;
    height: 100% !important;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent) !important;
    transform: skewX(-20deg) !important;
    transition: 0.8s !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.pm-open-custom-form:hover {
    transform: translateY(-3px);
    background: var(--pm-purple) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 32px rgba(201,122,209,0.30),
        0 0 28px rgba(231,180,231,0.35);
}

.pm-open-custom-form:hover::after {
    left: 130% !important;
}

.pm-open-custom-form:hover::before {
    transform: translateY(-50%) rotate(-10deg) scale(1.08) !important;
}

.pm-custom-design-cta h2 span {color: var( --e-global-color-uicore_secondary );}

#left-area ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items {
    padding: 0;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    align-items: var(--icon-vertical-align, center);
    display: flex;
    font-size: inherit;

}

.pm-bulk-order-note{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    color: #111;
    margin: 18px 0 20px;
}

.pm-bulk-order-note strong{
    color: #c97ad1;
}

.uicore-sticky-add-to-cart.uicore-section.uicore-box.uicore-main-background.uicore-show {
    display: none !important;
}

.pm-custom-design-cta-inner {
    text-align: center;
    background: #f7dff736;
    border: 1px solid #c97ad1;
    border-radius: 28px;
    padding: 50px 30px;
}

.pm-custom-design-cta h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.pm-custom-design-cta p {
    max-width: 650px;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 1.7;
}

.pm-open-custom-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 60px;
    border: 2px solid #c97ad1;
    color: #c97ad1;
    font-weight: 700;
    text-decoration: none;
}

.pm-custom-form-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.pm-custom-form-popup.active {
    display: block;
}

.pm-custom-form-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.pm-custom-form-box {
    position: relative;
    max-width: 850px;
    max-height: 90vh;
    overflow-y: auto;
    margin: 5vh auto;
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    z-index: 2;
}

.pm-close-custom-form {
    position: absolute;
    right: 20px;
    top: 15px;
    border: none;
    background: transparent;
    font-size: 32px;
    cursor: pointer;
}


/* =========================================================
   Paw & Moon Co. - Clean WooCommerce / Elementor CSS
   Replaces previous custom CSS.
   Cleaned duplicates and separated logged-out login from logged-in dashboard.
========================================================= */

:root {
    --pm-purple: #c97ad1;
    --pm-purple-soft: #e7b4e7;
    --pm-purple-light: #f7dff7;
    --pm-purple-bg: #F7DFF736;
    --pm-blue: #42a9df;
    --pm-headline: #0d0925;
    --pm-text: #333333;
    --pm-border: #e4a6e8;
    --pm-border-soft: #ead4eb;
    --pm-paw-url: url("https://pawandmoonllc.com/wp-content/uploads/2026/05/paw-2.png");
}

/* =========================================================
   GLOBAL PAW BUTTON
========================================================= */

.moon-paw-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 30px 10px 10px !important;
    border-radius: 60px;
    border: 2px solid var(--pm-purple);
    text-decoration: none !important;
    transition: all 0.35s ease;
    box-shadow:
        0 10px 24px rgba(201,122,209,0.28),
        inset 0 0 0 rgba(255,255,255,0.7);
    overflow: hidden;
    position: relative;
}

.moon-paw-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 80%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-20deg);
    transition: 0.8s;
    pointer-events: none;
}

.moon-paw-btn:hover::after {
    left: 130%;
}

.moon-paw-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pm-purple), var(--pm-purple-soft));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 6px 18px rgba(201,122,209,0.45),
        0 0 22px rgba(231,180,231,0.6);
    transition: all 0.35s ease;
    position: relative;
    z-index: 2;
}

.moon-paw-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

/* Category Page Product Card Border */
.tax-product_cat ul.products li.product {
    border: 1px solid #c97ad1 !important;
    border-radius: 22px !important;
    padding: 18px !important;
    background: #fffdfd !important;
    overflow: hidden !important;
    transition: 0.3s ease !important;
}

.tax-product_cat ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(201,122,209,0.14) !important;
}

.tax-product_cat ul.products li.product img {
    border-radius: 18px !important;
}

.moon-paw-text {
    color: var(--pm-purple) !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 2;
}

.moon-paw-btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 14px 32px rgba(201,122,209,0.35),
        0 0 30px rgba(231,180,231,0.45);
}

.moon-paw-btn:hover .moon-paw-icon {
    transform: rotate(-10deg) scale(1.08);
}

/* =========================================================
   HEADER BUTTON
========================================================= */

.uicore-navbar .uicore-cta-wrapper a,
.uicore-header-wrapper .uicore-cta-wrapper a,
.uicore-header .uicore-cta-wrapper a,
.uicore-navbar .uicore-btn,
.uicore-navbar.uicore-scrolled .uicore-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 9px 26px 9px 9px !important;
    border-radius: 60px !important;
    background: transparent !important;
    border: 2px solid var(--pm-purple) !important;
    color: var(--pm-purple) !important;
    text-decoration: none !important;
    transition: all 0.35s ease;
    box-shadow:
        0 10px 24px rgba(201,122,209,0.28),
        inset 0 0 0 rgba(255,255,255,0.25) !important;
    overflow: hidden !important;
    position: relative !important;
}

.uicore-navbar .uicore-cta-wrapper a::before,
.uicore-header-wrapper .uicore-cta-wrapper a::before,
.uicore-header .uicore-cta-wrapper a::before,
.uicore-navbar .uicore-btn::before,
.uicore-navbar.uicore-scrolled .uicore-btn::before {
    content: "";
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background:
        var(--pm-paw-url) center center / 25px no-repeat,
        linear-gradient(135deg, var(--pm-purple), var(--pm-purple-soft));
    box-shadow:
        0 6px 18px rgba(201,122,209,0.45),
        0 0 22px rgba(231,180,231,0.6);
    transition: all 0.35s ease;
    position: relative;
    z-index: 2;
}

.uicore-navbar .uicore-cta-wrapper a::after,
.uicore-header-wrapper .uicore-cta-wrapper a::after,
.uicore-header .uicore-cta-wrapper a::after,
.uicore-navbar .uicore-btn::after,
.uicore-navbar.uicore-scrolled .uicore-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 80%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: skewX(-20deg);
    transition: 0.8s;
    pointer-events: none;
}

.uicore-navbar .uicore-cta-wrapper a:hover::after,
.uicore-header-wrapper .uicore-cta-wrapper a:hover::after,
.uicore-header .uicore-cta-wrapper a:hover::after,
.uicore-navbar .uicore-btn:hover::after,
.uicore-navbar.uicore-scrolled .uicore-btn:hover::after {
    left: 130%;
}

.uicore-navbar .uicore-btn span,
.uicore-header-wrapper .uicore-btn span,
.uicore-scrolled .uicore-btn span {
    position: relative;
    z-index: 2;
    font-weight: 700 !important;
    letter-spacing: 0.2px;
}

.uicore-scrolled .uicore-navbar .uicore-btn,
.uicore-navbar.uicore-scrolled .uicore-btn,
.woocommerce-page .uicore-navbar .uicore-btn {
    color: #c387c2 !important;
}

.uicore-navbar .uicore-cta-wrapper a:hover,
.uicore-header-wrapper .uicore-cta-wrapper a:hover,
.uicore-header .uicore-cta-wrapper a:hover,
.uicore-navbar .uicore-btn:hover,
.uicore-navbar.uicore-scrolled .uicore-btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 14px 32px rgba(201,122,209,0.35),
        0 0 30px rgba(231,180,231,0.45) !important;
}

.uicore-navbar .uicore-cta-wrapper a:hover::before,
.uicore-header-wrapper .uicore-cta-wrapper a:hover::before,
.uicore-header .uicore-cta-wrapper a:hover::before,
.uicore-navbar .uicore-btn:hover::before,
.uicore-navbar.uicore-scrolled .uicore-btn:hover::before {
    transform: rotate(-10deg) scale(1.08);
}

/* =========================================================
   ELEMENTOR ICON LIST FIXES
========================================================= */

.elementor-widget .elementor-icon-list-icon svg {
    height: var(--e-icon-list-icon-size, 1em);
    width: var(--e-icon-list-icon-size, 1em);
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    align-items: var(--icon-vertical-align, center);
    display: flex;
    font-size: inherit;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 5px;
}

/* =========================================================
   HOME PRODUCT SECTIONS
========================================================= */

.pm-section-icon {
    width: 80px;
}

.pm-section-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.pm-section-title span {
    color: var(--pm-blue);
}

.pm-section-desc {
    max-width: 520px;
    margin: 0 auto 45px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--pm-text);
}

.pm-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.pm-products-two {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.pm-product-card {
    background-color: var(--pm-purple-bg);
    border: 1px solid var(--e-global-color-uicore_secondary, var(--pm-purple));
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.pm-product-img {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
}

.pm-product-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.pm-product-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.pm-product-head h3 {
    font-family: var(--uicore-typography--h3-f, "Inter");
    font-size: 20px;
    line-height: var(--uicore-typography--h3-h, 1.2);
    font-weight: 600;
    color: var(--pm-headline);
    margin: 0;
}

.pm-product-head span,
.pm-product-head span.woocommerce-Price-amount.amount {
    color: var(--e-global-color-uicore_secondary, var(--pm-purple));
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
}

.pm-product-content {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pm-product-content p,
.pm-shop-product-desc {
    font-size: 15px;
    line-height: 1.8;
    color: var(--e-global-color-uicore_headline, var(--pm-text));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 54px;
    margin-bottom: 20px;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title, .post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
	min-height: 18px !important;
}

.pm-shop-card-price {
    color: #c97ad1 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin: 8px 0 12px !important;
}

.pm-shop-product-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 20px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    min-height: 54px;
}

.pm-shop-card-btn {
    margin-top: auto;
}

.pm-shop-card-extra span.woocommerce-Price-amount.amount {
    color: var(--e-global-color-uicore_secondary, var(--pm-purple)) !important;
    font-size: 20px;
}

.woocommerce ul.products li.product .button.product_type_simple, .woocommerce ul.products li.product .button.product_type_variable, .woocommerce ul.products li.product .button.product_type_grouped, .woocommerce ul.products li.product .button.product_type_external {
    color: var(--pm-purple) !important;
}

/* Home Product Add to Cart */
.pm-product-card .button,
.pm-product-card .add_to_cart_button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: max-content;
    min-height: 46px !important;
    min-width: 170px !important;
    padding: 0 24px 0 58px !important;
    border-radius: 60px !important;
    border: 2px solid var(--pm-purple) !important;
    background: transparent !important;
    color: var(--pm-purple) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: none !important;
    overflow: hidden !important;
    isolation: isolate !important;
    box-shadow:
        0 10px 24px rgba(201,122,209,0.16),
        0 0 18px rgba(231,180,231,0.12) !important;
    transition: all 0.35s ease !important;
}

.pm-product-card .button::before,
.pm-product-card .add_to_cart_button::before {
    content: "" !important;
    position: absolute !important;
    left: 6px !important;
    top: 50% !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    background:
        var(--pm-paw-url) center center / 19px no-repeat,
        linear-gradient(135deg, var(--pm-purple), var(--pm-purple-soft)) !important;
    box-shadow:
        0 6px 16px rgba(201,122,209,0.35),
        0 0 16px rgba(231,180,231,0.5) !important;
    z-index: 2 !important;
    transition: all 0.35s ease !important;
}

.pm-product-card .button::after,
.pm-product-card .add_to_cart_button::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -130% !important;
    width: 80% !important;
    height: 100% !important;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent) !important;
    transform: skewX(-20deg) !important;
    transition: 0.8s !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.pm-product-card .button:hover,
.pm-product-card .add_to_cart_button:hover {
    transform: translateY(-3px) !important;
    background: var(--pm-purple) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 30px rgba(201,122,209,0.28),
        0 0 26px rgba(231,180,231,0.32) !important;
}

.pm-product-card .button:hover::after,
.pm-product-card .add_to_cart_button:hover::after {
    left: 130% !important;
}

.pm-product-card .button:hover::before,
.pm-product-card .add_to_cart_button:hover::before {
    transform: translateY(-50%) rotate(-10deg) scale(1.08) !important;
}

/* =========================================================
   HOME SWIPER
========================================================= */

.pm-swiper-wrap {
    position: relative;
    padding-bottom: 42px;
}

.pm-products-swiper {
    overflow: hidden;
}

.pm-products-swiper .swiper-wrapper {
    align-items: stretch;
}

.pm-products-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.pm-products-swiper .pm-product-card {
    height: 100%;
    width: 100%;
}

.pm-swiper-prev,
.pm-swiper-next {
    width: 34px;
    height: 34px;
    border: 1px solid var(--e-global-color-uicore_secondary, var(--pm-purple));
    border-radius: 50%;
    position: absolute;
    top: 42%;
    z-index: 5;
    cursor: pointer;
    background: #fff;
}

.pm-swiper-prev {
    left: -48px;
}

.pm-swiper-next {
    right: -48px;
}

.pm-swiper-prev::before,
.pm-swiper-next::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--e-global-color-uicore_secondary, var(--pm-purple));
    border-right: 2px solid var(--e-global-color-uicore_secondary, var(--pm-purple));
    position: absolute;
    top: 50%;
    left: 50%;
}

.pm-swiper-prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.pm-swiper-next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.pm-swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    text-align: center;
}

.pm-swiper-pagination .swiper-pagination-bullet {
    background: var(--e-global-color-uicore_secondary, var(--pm-purple));
    opacity: 0.35;
}

.pm-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* =========================================================
   SHOP / PRODUCT ARCHIVE
========================================================= */

.woocommerce-shop ul.products,
.post-type-archive-product ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px !important;
}

.woocommerce-shop ul.products li.product,
.post-type-archive-product ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    background-color: var(--pm-purple-bg);
    border: 1px solid var(--e-global-color-uicore_secondary, var(--pm-purple));
    border-radius: 20px;
    padding: 20px !important;
    text-align: left;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
}

.woocommerce ul.products li.product .uicore-reveal-wrapper {
    display: none !important;
}

.woocommerce ul.products li.product .uicore-zoom-wrapper {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
}

.woocommerce-shop ul.products li.product a img,
.post-type-archive-product ul.products li.product a img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    margin-bottom: 0 !important;
    transition: 0.3s ease;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: var(--uicore-typography--h3-h, 1.2);
    font-weight: 600;
    color: var(--pm-headline);
    margin: 0 0 8px !important;
    padding: 0 !important;
    min-height: 48px;
}

.woocommerce-shop ul.products li.product .price,
.post-type-archive-product ul.products li.product .price {
    color: var(--e-global-color-uicore_secondary, var(--pm-purple)) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
    display: block;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 34px;
    height: 34px;
    border: 1px solid var(--e-global-color-uicore_secondary, var(--pm-purple));
    border-radius: 50%;
    color: var(--e-global-color-uicore_secondary, var(--pm-purple));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--e-global-color-uicore_secondary, var(--pm-purple));
    color: #fff;
}

/* =========================================================
   SINGLE PRODUCT
========================================================= */

.uicore-summary-wrapp .uicore-summary-gallery {
    width: 50%;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.summary.entry-summary {
    width: 50% !important;
}

.woocommerce div.product div.images {
    margin: 0;
}

h1.product_title.entry-title {
    color: var(--uicore-typography--h2-c, #070707);
    font-family: var(--uicore-typography--h2-f, "Inter");
    font-size: var(--uicore-typography--h2-s, 42px);
    font-style: var(--uicore-typography--h2-st, normal);
    font-weight: var(--uicore-typography--h2-w, 600);
    letter-spacing: var(--uicore-typography--h2-ls, -0.027em);
    line-height: var(--uicore-typography--h2-h, 1.2);
    text-transform: var(--uicore-typography--h2-t, none);
}

span.woocommerce-Price-amount.amount {
    color: var(--e-global-color-uicore_secondary, var(--pm-purple)) !important;
    font-family: var(--uicore-typography--h3-f, "Inter");
    font-size: var(--uicore-typography--h3-s, 20px);
    font-style: var(--uicore-typography--h3-st, normal);
    font-weight: var(--uicore-typography--h3-w, 600);
    letter-spacing: var(--uicore-typography--h3-ls, -0.027em);
    line-height: var(--uicore-typography--h3-h, 1.2);
    text-transform: var(--uicore-typography--h3-t, none);
}

.single-product form.cart {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.single-product .cart .uicore-main-add-to-cart {
    display: none !important;
}

.single-product .single_add_to_cart_button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    min-width: 230px !important;
    width: auto !important;
    padding: 0 34px 0 72px !important;
    border-radius: 60px !important;
    border: 2px solid var(--pm-purple) !important;
    background: transparent !important;
    color: var(--pm-purple) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    overflow: hidden !important;
    isolation: isolate !important;
    z-index: 1 !important;
    transition: all 0.35s ease;
    box-shadow:
        0 10px 24px rgba(201,122,209,0.18),
        0 0 18px rgba(231,180,231,0.12);
}

.single-product .single_add_to_cart_button::before {
    content: "" !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    left: 7px !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    background:
        var(--pm-paw-url) center center / 22px no-repeat,
        linear-gradient(135deg, var(--pm-purple), var(--pm-purple-soft)) !important;
    box-shadow:
        0 6px 18px rgba(201,122,209,0.35),
        0 0 18px rgba(231,180,231,0.55) !important;
    z-index: 2 !important;
}

.single-product .single_add_to_cart_button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 80%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: skewX(-20deg);
    transition: 0.8s;
    z-index: 0 !important;
    pointer-events: none !important;
}

.single-product .single_add_to_cart_button span,
.single-product .single_add_to_cart_button {
    position: relative;
    z-index: 2;
}

.single-product .single_add_to_cart_button:hover {
    transform: translateY(-3px);
    background: var(--pm-purple) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 32px rgba(201,122,209,0.30),
        0 0 28px rgba(231,180,231,0.35);
}

.single-product .single_add_to_cart_button:hover::after {
    left: 130%;
}

.single-product .single_add_to_cart_button:hover::before {
    transform: translateY(-50%) rotate(-10deg) scale(1.08) !important;
}

/* =========================================================
   GENERAL WOO / FORMS
========================================================= */

.woocommerce button.button:not(.single_add_to_cart_button),
.woocommerce input.button {
    height: 60px !important;
}

.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea {
    border: 1px solid var(--pm-border) !important;
    border-radius: 14px !important;
    min-height: 48px;
    padding: 10px 14px !important;
    background: #fff !important;
}

.woocommerce-account input:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
    border-color: var(--pm-purple) !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(201,122,209,0.12);
}

/* =========================================================
   MY ACCOUNT - LOGGED IN DASHBOARD
========================================================= */

.logged-in.woocommerce-account .uicore-post-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 70px 20px;
}

.logged-in.woocommerce-account .woocommerce {
    display: flex !important;
/*     grid-template-columns: 280px 1fr !important; */
    gap: 45px !important;
    align-items: start !important;
    justify-content: initial !important;
    padding: 0 !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    max-width: none !important;
    background: var(--pm-purple-bg);
    border: 1px solid var(--pm-border);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 12px 35px rgba(201,122,209,0.08);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 8px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 14px 18px;
    border-radius: 16px;
    color: var(--pm-headline) !important;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #f5d6f5;
    color: var(--pm-purple) !important;
    box-shadow: 0 8px 20px rgba(201,122,209,0.12);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    background: var(--pm-purple-bg);
    border: 1px solid var(--pm-border);
    border-radius: 24px;
    padding: 35px;
    min-height: 260px;
    box-shadow: 0 12px 35px rgba(201,122,209,0.08);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--pm-text);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content a {
    color: var(--pm-blue) !important;
    font-weight: 700;
}

.logged-in.woocommerce-account table.shop_table {
    border: 1px solid var(--pm-border) !important;
    border-radius: 20px;
    overflow: hidden;
}

.logged-in.woocommerce-account table.shop_table th {
    background: var(--pm-purple-light);
    color: var(--pm-headline);
    font-weight: 800;
}

.logged-in.woocommerce-account table.shop_table td,
.logged-in.woocommerce-account table.shop_table th {
    padding: 16px !important;
    border-color: var(--pm-border-soft) !important;
}

/* My Account Buttons */
.logged-in.woocommerce-account .woocommerce-button,
.logged-in.woocommerce-account button.button,
.logged-in.woocommerce-account button[name="save_account_details"],
.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-info a.button,
.woocommerce-account .woocommerce-Message .button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    min-width: 190px !important;
    padding: 0 30px 0 66px !important;
    border-radius: 60px !important;
    border: 2px solid var(--pm-purple) !important;
    background: transparent !important;
    color: var(--pm-purple) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    overflow: hidden !important;
    isolation: isolate !important;
    box-shadow:
        0 10px 24px rgba(201,122,209,0.18),
        0 0 18px rgba(231,180,231,0.12) !important;
    transition: all 0.35s ease !important;
}

.logged-in.woocommerce-account .woocommerce-button::before,
.logged-in.woocommerce-account button.button::before,
.logged-in.woocommerce-account button[name="save_account_details"]::before,
.woocommerce-account .woocommerce-info .button::before,
.woocommerce-account .woocommerce-info a.button::before,
.woocommerce-account .woocommerce-Message .button::before {
    content: "" !important;
    position: absolute !important;
    left: 7px !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    background:
        var(--pm-paw-url) center center / 22px no-repeat,
        linear-gradient(135deg, var(--pm-purple), var(--pm-purple-soft)) !important;
    box-shadow:
        0 6px 18px rgba(201,122,209,0.35),
        0 0 18px rgba(231,180,231,0.55) !important;
    z-index: 2 !important;
    transition: all 0.35s ease !important;
}

.logged-in.woocommerce-account .woocommerce-button::after,
.logged-in.woocommerce-account button.button::after,
.logged-in.woocommerce-account button[name="save_account_details"]::after,
.woocommerce-account .woocommerce-info .button::after,
.woocommerce-account .woocommerce-info a.button::after,
.woocommerce-account .woocommerce-Message .button::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -130% !important;
    width: 80% !important;
    height: 100% !important;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent) !important;
    transform: skewX(-20deg) !important;
    transition: 0.8s !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.logged-in.woocommerce-account .woocommerce-button:hover,
.logged-in.woocommerce-account button.button:hover,
.logged-in.woocommerce-account button[name="save_account_details"]:hover,
.woocommerce-account .woocommerce-info .button:hover,
.woocommerce-account .woocommerce-info a.button:hover,
.woocommerce-account .woocommerce-Message .button:hover {
    transform: translateY(-3px);
    background: var(--pm-purple) !important;
    color: #fff !important;
}

.logged-in.woocommerce-account .woocommerce-button:hover::after,
.logged-in.woocommerce-account button.button:hover::after,
.logged-in.woocommerce-account button[name="save_account_details"]:hover::after,
.woocommerce-account .woocommerce-info .button:hover::after,
.woocommerce-account .woocommerce-info a.button:hover::after,
.woocommerce-account .woocommerce-Message .button:hover::after {
    left: 130% !important;
}

.logged-in.woocommerce-account .woocommerce-button:hover::before,
.logged-in.woocommerce-account button.button:hover::before,
.logged-in.woocommerce-account button[name="save_account_details"]:hover::before,
.woocommerce-account .woocommerce-info .button:hover::before,
.woocommerce-account .woocommerce-info a.button:hover::before,
.woocommerce-account .woocommerce-Message .button:hover::before {
    transform: translateY(-50%) rotate(-10deg) scale(1.08) !important;
}

/* =========================================================
   MY ACCOUNT - LOGGED OUT LOGIN PAGE
========================================================= */

.woocommerce-account:not(.logged-in) .uicore-post-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 20px;
}

.woocommerce-account:not(.logged-in) .woocommerce {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 28px !important;
    padding: 0 !important;
}

.woocommerce-account:not(.logged-in) h2 {
    width: 100%;
    text-align: center !important;
    font-size: 72px;
    line-height: 1;
    margin: 0 !important;
    color: #000;
}

.woocommerce-account:not(.logged-in) form.woocommerce-form-login {
    width: 100%;
    max-width: 430px;
    padding: 40px;
    border: 1px solid rgba(231,122,209,0.35);
    border-radius: 32px;
    background: #fff;
    box-shadow:
        0 10px 40px rgba(231,122,209,0.08),
        0 0 0 1px rgba(231,122,209,0.05);
}

.woocommerce-account:not(.logged-in) form label {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-bottom: 10px;
}

.woocommerce-account:not(.logged-in) form input.input-text {
    width: 100%;
    height: 60px;
    padding: 0 22px;
    border-radius: 18px;
    border: 1px solid rgba(231,122,209,0.45);
    background: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.woocommerce-account:not(.logged-in) form input.input-text:focus {
    outline: none;
    border-color: #e77ad1;
    box-shadow: 0 0 0 4px rgba(231,122,209,0.12);
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row {
    display: block;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login p.form-row:last-of-type {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-login__submit {
    float: none !important;
    margin-right: 0 !important;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-login__rememberme,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 220px;
    height: 64px !important;
    padding: 0 34px 0 78px !important;
    border-radius: 60px !important;
    border: 2px solid #e97ad1 !important;
    background: #fff !important;
    color: var(--pm-purple) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1;
    text-decoration: none;
    box-shadow:
        0 0 12px rgba(231,122,209,0.25),
        0 0 24px rgba(231,122,209,0.08);
    transition: all 0.35s ease;
    overflow: hidden;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background:
        var(--pm-paw-url) center center / 22px no-repeat,
        linear-gradient(135deg, #f9adf1, #e76be7);
    box-shadow:
        0 0 8px rgba(231,122,209,0.55),
        0 0 18px rgba(231,122,209,0.35);
    transition: all 0.35s ease;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 18px rgba(231,122,209,0.35),
        0 0 30px rgba(231,122,209,0.15);
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button:hover::before {
    transform: translateY(-50%) scale(1.08);
}

.woocommerce-account:not(.logged-in) .lost_password {
    margin: 0 !important;
}

.woocommerce-account:not(.logged-in) .lost_password a {
    color: var(--pm-purple);
    font-weight: 500;
    white-space: nowrap;
}

.woocommerce-account:not(.logged-in) .lost_password a:hover {
    color: #e76be7;
}

/* =========================================================
   WOOCOMMERCE BLOCK CART
========================================================= */

.woocommerce-cart .wp-block-woocommerce-cart {
    max-width: 1120px;
    margin: 0 auto;
    padding: 70px 20px;
}

.woocommerce-cart .wc-block-cart-items__row {
    background: var(--pm-purple-bg);
    border: 1px solid var(--pm-border) !important;
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce-cart .wc-block-cart-item__image img {
    width: 78px !important;
    border-radius: 14px;
}

.woocommerce-cart .wc-block-cart-item__product a {
    color: var(--pm-blue) !important;
    font-weight: 700;
}

.woocommerce-cart .wc-block-cart-item__prices,
.woocommerce-cart .wc-block-cart-item__total {
    font-weight: 700;
    color: var(--pm-headline);
}

.woocommerce-cart .wc-block-components-quantity-selector {
    border: 1px solid var(--pm-border-soft) !important;
    border-radius: 50px !important;
    overflow: hidden;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
    color: var(--pm-purple) !important;
    font-weight: 600;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-cart .wc-block-components-totals-wrapper {
    border-color: var(--pm-border-soft) !important;
}

.woocommerce-cart .wc-block-cart__sidebar {
    background: var(--pm-purple-bg);
    border: 1px solid var(--pm-border);
    border-radius: 22px;
    padding: 12px !important;
}

.woocommerce-cart .wc-block-cart__totals-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--pm-headline);
}

.woocommerce-cart .wc-block-components-totals-footer-item {
    font-size: 20px;
    color: var(--pm-headline);
}

.woocommerce-cart .wc-block-cart__submit-button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 34px 0 72px !important;
    border-radius: 60px !important;
    border: 2px solid var(--pm-purple) !important;
    background: transparent !important;
    color: var(--pm-purple) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    overflow: hidden !important;
    isolation: isolate !important;
    box-shadow:
        0 10px 24px rgba(201,122,209,0.18),
        0 0 18px rgba(231,180,231,0.12) !important;
    transition: all 0.35s ease !important;
}

.woocommerce-cart .wc-block-cart__submit-button::before {
    content: "" !important;
    position: absolute !important;
    left: 8px !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    background:
        var(--pm-paw-url) center center / 22px no-repeat,
        linear-gradient(135deg, var(--pm-purple), var(--pm-purple-soft)) !important;
    box-shadow:
        0 6px 18px rgba(201,122,209,0.35),
        0 0 18px rgba(231,180,231,0.55) !important;
    z-index: 2 !important;
    transition: all 0.35s ease !important;
}

.woocommerce-cart .wc-block-cart__submit-button::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -130% !important;
    width: 80% !important;
    height: 100% !important;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent) !important;
    transform: skewX(-20deg) !important;
    transition: 0.8s !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.woocommerce-cart .wc-block-cart__submit-button:hover {
    transform: translateY(-3px);
    background: var(--pm-purple) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 32px rgba(201,122,209,0.30),
        0 0 28px rgba(231,180,231,0.35) !important;
}

.woocommerce-cart .wc-block-cart__submit-button:hover::after {
    left: 130% !important;
}

.woocommerce-cart .wc-block-cart__submit-button:hover::before {
    transform: translateY(-50%) rotate(-10deg) scale(1.08) !important;
}

/* =========================================================
   WOOCOMMERCE BLOCK CHECKOUT
========================================================= */

.woocommerce-checkout .wp-block-woocommerce-checkout {
    max-width: 1120px;
    margin: 0 auto;
    padding: 70px 20px;
}

.woocommerce-checkout .wc-block-checkout__main {
    padding-right: 40px;
}

.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__title,
h2.wc-block-components-title.wc-block-components-checkout-step__title {
    font-family: var(--uicore-typography--h3-f, "Inter");
    font-size: 20px !important;
    line-height: var(--uicore-typography--h3-h, 1.2) !important;
    font-weight: 600 !important;
    color: var(--pm-headline) !important;
    margin: 0 0 18px !important;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__container,
.woocommerce-checkout select,
.woocommerce-checkout .wc-block-components-select__select,
.wc-blocks-components-select .wc-blocks-components-select__select {
    border: 1px solid var(--pm-border) !important;
    border-radius: 14px !important;
    background: #fff !important;
    min-height: 52px !important;
    height: 60px !important;
    padding: 10px 14px !important;
    color: var(--pm-headline) !important;
    box-shadow: 0 8px 20px rgba(201,122,209,0.06);
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout .wc-block-components-select__select:focus {
    border-color: var(--pm-purple) !important;
    box-shadow:
        0 0 0 4px rgba(201,122,209,0.12),
        0 8px 20px rgba(201,122,209,0.12) !important;
    outline: none !important;
}

.woocommerce-checkout .wc-block-components-notice-banner {
    border-radius: 16px !important;
    padding: 16px !important;
}

.woocommerce-checkout .wc-block-checkout__sidebar,
.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
    background: var(--pm-purple-bg);
    border: 1px solid var(--pm-border) !important;
    border-radius: 24px !important;
    padding: 24px !important;
    box-shadow: 0 12px 35px rgba(201,122,209,0.08);
}

.woocommerce-checkout .wc-block-components-order-summary__content {
    border: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
    padding: 0 !important;
    border-bottom: 1px solid var(--pm-border-soft) !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    border-radius: 12px !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description {
    font-size: 13px;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description a {
    color: var(--pm-headline) !important;
    font-weight: 700 !important;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
    border-color: var(--pm-border-soft) !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item {
    font-size: 20px;
    font-weight: 800;
    color: var(--pm-headline);
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 56px !important;
    min-width: 230px !important;
    padding: 0 34px 0 72px !important;
    border-radius: 60px !important;
    border: 2px solid var(--pm-purple) !important;
    background: transparent !important;
    color: var(--pm-purple) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    overflow: hidden !important;
    isolation: isolate !important;
    box-shadow:
        0 10px 24px rgba(201,122,209,0.18),
        0 0 18px rgba(231,180,231,0.12) !important;
    transition: all 0.35s ease !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button::before {
    content: "" !important;
    position: absolute !important;
    left: 8px !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    background:
        var(--pm-paw-url) center center / 22px no-repeat,
        linear-gradient(135deg, var(--pm-purple), var(--pm-purple-soft)) !important;
    box-shadow:
        0 6px 18px rgba(201,122,209,0.35),
        0 0 18px rgba(231,180,231,0.55) !important;
    z-index: 2 !important;
    transition: all 0.35s ease !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -130% !important;
    width: 80% !important;
    height: 100% !important;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent) !important;
    transform: skewX(-20deg) !important;
    transition: 0.8s !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    transform: translateY(-3px);
    background: var(--pm-purple) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 32px rgba(201,122,209,0.30),
        0 0 28px rgba(231,180,231,0.35) !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover::after {
    left: 130% !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover::before {
    transform: translateY(-50%) rotate(-10deg) scale(1.08) !important;
}

.woocommerce-checkout .wc-block-checkout__actions_row a {
    color: var(--pm-headline) !important;
    font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
		    font-family: var(--uicore-typography--h3-f, "Inter") !important;
	}

.woocommerce-page main#main {
    padding-top: 220px !important;
}

/* Shine Effect */
.woocommerce-shop ul.products li.product .button,
.tax-product_cat ul.products li.product .button {
    position: relative !important;
    overflow: hidden !important;
}

.woocommerce-shop ul.products li.product .button::after,
.tax-product_cat ul.products li.product .button::after {
    content: "" !important;
    position: absolute !important;
    top: -50% !important;
    left: -75px !important;

    width: 40px !important;
    height: 180% !important;

    background: rgba(255,255,255,0.45) !important;

    transform: rotate(25deg) !important;
    transition: all 0.7s ease !important;

    pointer-events: none !important;
}

.woocommerce-shop ul.products li.product .button:hover::after,
.tax-product_cat ul.products li.product .button:hover::after {
    left: 140% !important;
}

.pm-shop-sidebar {
    background: #F7DFF736;
    border: 1px solid #c97ad1;
    border-radius: 22px;
    padding: 22px;
    height: max-content;
    position: sticky;
    top: 120px;
}

.pm-shop-sidebar h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 18px;
}

.pm-category-dropdown {
    border-bottom: 1px solid #ead4eb;
    padding: 12px 0;
}

.pm-category-dropdown summary {
    cursor: pointer;
    color: #0d0925;
    font-size: 15px;
    font-weight: 700;
    list-style: none;
    position: relative;
}

.pm-category-dropdown summary::-webkit-details-marker {
    display: none;
}

.pm-category-dropdown summary:after {
    content: "+";
    position: absolute;
    right: 0;
    color: #c97ad1;
    font-size: 18px;
}

.pm-category-dropdown[open] summary:after {
    content: "−";
}

.pm-category-dropdown ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.pm-category-dropdown ul li {
    margin-bottom: 8px;
}

.woocommerce-page header.uicore.uicore-page-title.uicore-section.uicore-box {
    display: none;
}

.pm-category-dropdown ul li a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.pm-category-dropdown ul li a:hover {
    color: #c97ad1;
}

/* Shop Sorting Dropdown */
.woocommerce .woocommerce-ordering {
    margin-bottom: 30px !important;
    text-align: right;
}

.woocommerce .woocommerce-ordering select.orderby {
    background: #fff !important;
    border: 2px solid #e97ad1 !important;
    border-radius: 50px !important;

    padding: 12px 38px 12px 20px !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0d0925 !important;

    width: 175px !important;

    cursor: pointer !important;
    outline: none !important;
    transition: all 0.3s ease !important;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7L10 12L15 7' stroke='%23c97ad1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position: right 14px center !important;

    background-size: 14px !important;

    box-shadow:
        0 0 0 rgba(233,122,209,0),
        0 6px 18px rgba(233,122,209,0.08) !important;
}

.woocommerce .woocommerce-ordering select.orderby:hover,
.woocommerce .woocommerce-ordering select.orderby:focus {
    border-color: #d85bc6 !important;

    box-shadow:
        0 0 0 4px rgba(233,122,209,0.12),
        0 10px 24px rgba(233,122,209,0.15) !important;
}

/* Result count styling */
.woocommerce .woocommerce-result-count {
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 500 !important;
}

/* Align result count + sorting */
.woocommerce .uicore-header-elements-wrap,
.woocommerce .woocommerce-products-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 24px !important;
}

/* Mobile */
@media (max-width: 767px) {
    .woocommerce .uicore-header-elements-wrap,
    .woocommerce .woocommerce-products-header {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .woocommerce .woocommerce-ordering {
        width: 100% !important;
    }

    .woocommerce .woocommerce-ordering select.orderby {
        width: 100% !important;
    }
}



/* FINAL SHOP + CATEGORY SIDEBAR LAYOUT */
.woocommerce-shop .pm-shop-layout,
.tax-product_cat .pm-shop-layout {
    display: grid !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    grid-template-areas:
        "sidebar products"
        "sidebar pagination" !important;
    gap: 26px !important;
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto !important;
    align-items: start !important;
}

.woocommerce-shop .pm-shop-sidebar,
.tax-product_cat .pm-shop-sidebar {
    grid-area: sidebar !important;
    width: 240px !important;
    position: sticky !important;
    top: 120px !important;
}

.woocommerce-shop .pm-shop-products,
.tax-product_cat .pm-shop-products {
    grid-area: products !important;
    width: 100% !important;
    min-width: 0 !important;
}

.woocommerce-shop .pm-shop-products ul.products,
.tax-product_cat .pm-shop-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
    gap: 22px !important;
    margin: 0 !important;
    width: 100% !important;
}

.woocommerce-shop .pm-shop-products ul.products li.product,
.tax-product_cat .pm-shop-products ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.woocommerce-shop .pm-shop-layout > nav.woocommerce-pagination,
.woocommerce-shop .pm-shop-layout > .uicore-pagination,
.tax-product_cat .pm-shop-layout > nav.woocommerce-pagination,
.tax-product_cat .pm-shop-layout > .uicore-pagination {
    grid-area: pagination !important;
    width: 100% !important;
    margin-top: 35px !important;
    display: flex !important;
    justify-content: center !important;
}



/* Show price, description and add to cart on shop cards */
.woocommerce-shop ul.products li.product .price,
.tax-product_cat ul.products li.product .price {
    display: block !important;
    color: #c97ad1 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin: 8px 0 14px !important;
}

.woocommerce-shop ul.products li.product .button,
.tax-product_cat ul.products li.product .button,
.woocommerce-shop ul.products li.product .add_to_cart_button,
.tax-product_cat ul.products li.product .add_to_cart_button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 46px !important;
    min-width: 170px !important;
    width: max-content !important;

    padding: 0 24px 0 58px !important;
    border-radius: 60px !important;
    border: 2px solid #c97ad1 !important;

    background: transparent !important;
    color: #c97ad1 !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    overflow: hidden !important;
    box-shadow: 0 10px 24px rgba(201,122,209,0.16) !important;
}

.woocommerce-shop ul.products li.product .button::before,
.tax-product_cat ul.products li.product .button::before {
    content: "" !important;
    position: absolute !important;
    left: 6px !important;
    top: 50% !important;

    width: 34px !important;
    height: 34px !important;

    transform: translateY(-50%) !important;
    border-radius: 50% !important;

    background:
        url("/wp-content/uploads/2026/05/paw-2.png") center center / 19px no-repeat,
        linear-gradient(135deg, #c97ad1, #e7b4e7) !important;
}

.woocommerce-shop ul.products li.product .button:hover,
.tax-product_cat ul.products li.product .button:hover {
    background: #c97ad1 !important;
    color: #fff !important;
    transform: translateY(-3px);
}



/* Sidebar Category Links */
.pm-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pm-category-list li {
    border-bottom: 1px solid #ead4eb;
}

.pm-category-list li:last-child {
    border: 0;
}

.pm-category-list li:last-child a {
    padding-bottom: 0;
}

.pm-category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    color: #0d0925;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease;
}

.pm-category-list li a::after {
    content: "→";
    color: #c97ad1;
    font-size: 18px;
    font-weight: 900;
}

.pm-category-list li a:hover {
    color: #c97ad1;
}

/* Mobile */
@media (max-width: 991px) {
    .woocommerce-shop .pm-shop-layout,
    .tax-product_cat .pm-shop-layout {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "sidebar"
            "products"
            "pagination" !important;
    }

    .woocommerce-shop .pm-shop-sidebar,
    .tax-product_cat .pm-shop-sidebar {
        width: 100% !important;
        position: static !important;
    }

    .woocommerce-shop .pm-shop-products ul.products,
    .tax-product_cat .pm-shop-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .woocommerce-shop .pm-shop-products ul.products,
    .tax-product_cat .pm-shop-products ul.products {
        grid-template-columns: 1fr !important;
    }
}



.uicore-nav-menu .uicore-menu li:hover {
    color: #c387c2 !important;
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
    margin: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #c387c2;
}

h2.woocommerce-loop-product__title {
    transition: all 0.3s;
}
/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {
    .pm-products-grid,
    .woocommerce-shop ul.products,
    .post-type-archive-product ul.products {
        grid-template-columns: repeat(2, 1fr);
    }

    .pm-swiper-prev {
        left: -15px;
    }

    .pm-swiper-next {
        right: -15px;
    }

    .pm-product-img img,
    .woocommerce-shop ul.products li.product a img,
    .post-type-archive-product ul.products li.product a img {
        height: 340px !important;
    }

    .woocommerce-checkout .wc-block-checkout__main {
        padding-right: 0;
    }

    .woocommerce-checkout .wc-block-checkout__sidebar {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .pm-products-grid,
    .woocommerce-shop ul.products,
    .post-type-archive-product ul.products,
    .pm-products-two {
        grid-template-columns: 1fr !important;
    }

    .pm-product-img img,
    .woocommerce-shop ul.products li.product a img,
    .post-type-archive-product ul.products li.product a img {
        height: 300px !important;
    }

    .pm-product-head {
        flex-direction: column;
    }

    .pm-swiper-prev,
    .pm-swiper-next {
        display: none;
    }

    .summary.entry-summary,
    .uicore-summary-wrapp .uicore-summary-gallery {
        width: 100% !important;
    }

    .logged-in.woocommerce-account .woocommerce {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .logged-in.woocommerce-account .uicore-post-content,
    .woocommerce-cart .wp-block-woocommerce-cart,
    .woocommerce-checkout .wp-block-woocommerce-checkout,
    .woocommerce-account:not(.logged-in) .uicore-post-content {
        padding: 0 !important;
    }

    .logged-in.woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-cart .wc-block-cart__sidebar {
        padding: 24px;
    }

    .woocommerce-account:not(.logged-in) h2 {
        font-size: 52px;
    }

    .woocommerce-account:not(.logged-in) form.woocommerce-form-login {
        max-width: 100%;
        padding: 28px;
    }

    .woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button {
        width: 100%;
    }
	
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
	padding: 16px !important;
	margin: 10px 0px !important
}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul,
	.logged-in.woocommerce-account .woocommerce {
		flex-direction: column;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		gap: 0;
	}
	
	.uicore-mobile-head-right .uicore-cta-wrapper {
    display: none;
}
	
}

@media (max-width: 575px) {
	.tax-product_cat ul.products li.product {
    padding: 10px !important;
}

.woocommerce-shop ul.products li.product .button, .tax-product_cat ul.products li.product .button, .woocommerce-shop ul.products li.product .add_to_cart_button, .tax-product_cat ul.products li.product .add_to_cart_button {
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 10px 10px 10px 30px !important;
    font-size: 14px !important;    
	
}
	
	.woocommerce-page main#main {
    padding-top: 120px !important;
		padding-bottom: 0px !important;
}
	
	.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 !important;
}
	
	.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.pm-custom-design-cta h2 {
    margin-top: 0;
    font-size: 24px;
}

.pm-custom-design-cta-inner {
    padding: 30px;
}
	
	.woocommerce ul.products {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-widget .elementor-icon-list-items.elementor-inline-items {
		    justify-content: center;
	}
	
	.woocommerce-checkout .wc-block-components-totals-wrapper:last-child {
    padding-bottom: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
    border-bottom: 0 !important;
}
	
	.wc-block-components-sidebar-layout .wc-block-components-sidebar {
        position: relative !important;
    }

    /* FORCE OPEN */
    .wc-block-components-checkout-order-summary__title {
        pointer-events: none !important;
    }

    .wc-block-components-checkout-order-summary__content {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* HIDE DROPDOWN ICON */
    .wc-block-components-panel__button .wc-block-components-panel__button-icon {
        display: none !important;
    }
}
