% if section.fullscreen? %> <% if section.default_layout? %> <% section_one_padding = 'pl-3' %> <% section_two_padding = 'pr-3' %> <% else %> <% section_one_padding = 'pr-3 order-2' %> <% section_two_padding = 'pl-3 order-1' %> <% end %> <% else %> <% if section.default_layout? %> <% section_one_padding = '' %> <% section_two_padding = '' %> <% else %> <% section_one_padding = 'order-2' %> <% section_two_padding = 'order-1' %> <% end %> <% end %> <% if section.show_labels? %> <% labels_class = 'homepage-taxon-box-text' %> <% else %> <% labels_class = 'd-none' %> <% end %> <% if section.link_one.present? && section.link_type_one == 'Spree::Taxon' %> <% link_one = spree.nested_taxons_path(section.link_one) %> <% link_one_classes = 'homepage-taxon-box bg-light' %> <% elsif section.link_one.present? && section.link_type_one == 'Spree::Product' %> <% link_one = spree.product_path(section.link_one) %> <% link_one_classes = 'homepage-taxon-box bg-light' %> <% else %> <% link_one = nil %> <% link_one_classes = 'homepage-taxon-box bg-light pointer-events-none cursor-default' %> <% end %> <% if section.link_two.present? && section.link_type_two == 'Spree::Taxon' %> <% link_two = spree.nested_taxons_path(section.link_two) %> <% link_two_classes = 'homepage-taxon-box bg-light' %> <% elsif section.link_two.present? && section.link_type_two == 'Spree::Product' %> <% link_two = spree.product_path(section.link_two) %> <% link_two_classes = 'homepage-taxon-box bg-light' %> <% else %> <% link_two = nil %> <% link_two_classes = 'homepage-taxon-box bg-light pointer-events-none cursor-default' %> <% end %> <% if section.link_three.present? && section.link_type_three == 'Spree::Taxon' %> <% link_three = spree.nested_taxons_path(section.link_three) %> <% link_three_classes = 'homepage-taxon-box bg-light' %> <% elsif section.link_three.present? && section.link_type_three == 'Spree::Product' %> <% link_three = spree.product_path(section.link_three) %> <% link_three_classes = 'homepage-taxon-box bg-light' %> <% else %> <% link_three = nil %> <% link_three_classes = 'homepage-taxon-box bg-light pointer-events-none cursor-default' %> <% end %>