<% 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 %>
<%= link_to link_one, class: link_one_classes, style: '--aspect-ratio:18/13;' do %> <% if section.image_one.attached? && section.image_one.variable? %> <%= section&.title_one %> <%= section&.title_one %> <%= section&.title_one %> <% else %> <%= icon( name: 'card-image', classes: 'homepage-taxon-box text-black-50', width: 26, height: 26) %> <% end %>

<%= section&.title_one %>

<% end %>
<%= link_to link_three, class: link_three_classes, style: '--aspect-ratio:18/13;' do %> <% if section.image_three.attached? && section.image_three.variable? %> <%= section&.title_three %> <%= section&.title_three %> <%= section&.title_three %> <% else %> <%= icon( name: 'card-image', classes: 'homepage-taxon-box text-black-50', width: 26, height: 26) %> <% end %>

<%= section&.title_three %>

<% end %>
<%= link_to link_two, class: link_two_classes, style: '--aspect-ratio:27/40;' do %> <% if section.image_two.attached? && section.image_two.variable? %> <%= section&.title_two %> <%= section&.title_two %> <%= section&.title_two %> <% else %> <%= icon( name: 'file-image', classes: 'homepage-taxon-box text-black-50', width: 26, height: 26) %> <% end %>

<%= section&.title_two %>

<% end %>