Hi, this is the code from my pop up and my theme.liquid if it helps!
and this is the code from my theme.liquid:
{% if current_tags %}{% assign meta_tags = current_tags | join: ', ’ %}{% endif %}
{% if template contains "index" %} {{ page_title }} {% else %} {{ page_title }} {% if current_tags %} {{ 'general.meta.tagged_html' | t: tags: meta_tags }}{% endif %} {% if current_page != 1 %} {{ 'general.meta.page' | t: page_number: current_page }}{% endif %} {% unless page_title contains shop.name %} - {{ shop.name }}{% endunless %} {% endif %}{% if page_description %}
{% endif %}
{% render ‘social-meta-info’ %}
{% if collection.previous_product %}
{% endif %} {% if collection.next_product %} {% endif %}{{ ‘theme.css’ | asset_url | stylesheet_tag }}
{% if settings.favicon != nil %}
{% else %} {% endif %}{% if template contains ‘customer’ %}
{% endif %}
{% if settings.show_shipping_calculator %}
{% endif %}
{{ content_for_header }}
.collapsible-content { display: none; } .collapsible-description details summary { cursor: pointer; }{{ ‘general.accessibility.skip_to_content’ | t }}
{% comment %}Icon star SVG{% endcomment %}
{% section ‘header’ %}
{% section ‘footer’ %}
{% if settings.newsletter_popup %}{% render ‘newsletter-popup’ %}{% endif %}
{% if settings.size_chart != blank and template contains ‘product’ %}{% render ‘size-chart-popup’ %}{% endif %}
{% render ‘modal’ %}
{% render ‘gallery-modal’ %}
{% render ‘predictive-search’ %}
{% if settings.cart_action == ‘ajax’ %}{% render ‘cart-drawer’ %}{% endif %}