/** Shopify CDN: Minification failed

Line 21:1 Unexpected "{"
Line 21:2 Expected identifier but found "%"
Line 53:1 Unexpected "{"
Line 53:2 Expected identifier but found "%"
Line 59:4 Unexpected "{"
Line 59:5 Expected identifier but found "%"
Line 90:4 Unexpected "{"
Line 90:5 Expected identifier but found "%"

**/
/* ---------------------------------------------------------------------- */
/* Product Detail Page (PDP) Ordergroove Subscription Styles ------------ */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* Ordergroove Styles: whitelabel Template ------------------------------ */
/* ---------------------------------------------------------------------- */

 {% if template.suffix == 'whitelabel' %}

    #shopify-block-ordergroove_subscriptions_pdp_offer_block_4EWrfV og-offer og-when .og-regular-offer-content > div[style] {
        margin-left: 0px !important;
    }

    [location="pdp"] .og-regular-offer-content {
    display: flex;
    gap: 1em;
    flex-direction: row !important;
    }

  [location="pdp"] og-select-frequency {
    background-color: white !important;
  }

  #shopify-block-ordergroove_subscriptions_pdp_offer_block_CPCpNC > og-offer > og-when:nth-child(1) > div:nth-child(2) {
    margin-left: 0px !important;
  }

   button.btn.radio.active::after{
    background: #AE1F24 !important;
  }

  [location="pdp"] .og-offer-incentive {
    margin-top: 8px !important;
  }

  .checkbox.active::after{
     background: #AE1F24 !important;
  }

 {% endif %}

/* ---------------------------------------------------------------------- */
/* Ordergroove Styles: core Template ------------------------------------ */
/* ---------------------------------------------------------------------- */

    {% if template.suffix == 'core' %}
    
        [location="pdp"] og-optout-button, [location="pdp"] og-optin-button {
        	    font-family: 'Acumin Pro', Arial, sans-serif;
        	    font-size: 1rem;
        	    color: white;
        	}
        
        [location="pdp"] .og-offer-incentive {
        	    font-size: var(--og-secondary-font-size, 12px);
        	    color: white;
        	}
        
        	[location="pdp"] og-price[regular] {
        	    font-size: 14px;
        	    opacity: 67.5%;
        	    color: white;
        	}
        
          [location="pdp"] og-price[subscription] {
        	    color: white !important;
        	}
        
         [location="pdp"] og-text[key='offerEveryLabel'] {
              color: white !important;
            }
        
          .checkbox.active::after, .radio.active::after {
            background: #e0b357 !important;
        	}
    
    {% endif %}