diff --git a/assets/css/theme.css b/assets/css/theme.css index e330326..66ae2b8 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1345,6 +1345,10 @@ select { list-style-type: square; } +.list-disc { + list-style-type: disc; +} + .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } @@ -1433,6 +1437,10 @@ select { gap: 2rem; } +.gap-20 { + gap: 5rem; +} + .gap-x-1 { -moz-column-gap: 0.25rem; column-gap: 0.25rem; @@ -1442,6 +1450,11 @@ select { row-gap: 0.25rem; } +.gap-x-20 { + -moz-column-gap: 5rem; + column-gap: 5rem; +} + .space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); @@ -1717,6 +1730,16 @@ select { padding-bottom: 2rem; } +.px-20 { + padding-left: 5rem; + padding-right: 5rem; +} + +.px-0 { + padding-left: 0px; + padding-right: 0px; +} + .pb-10 { padding-bottom: 2.5rem; } @@ -1833,6 +1856,18 @@ select { padding-top: 2.25rem; } +.pt-12 { + padding-top: 3rem; +} + +.pt-11 { + padding-top: 2.75rem; +} + +.pb-20 { + padding-bottom: 5rem; +} + .text-left { text-align: left; } @@ -2490,6 +2525,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { grid-template-columns: repeat(3, minmax(0, 1fr)); } + .md\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + .md\:flex-row { flex-direction: row; } @@ -2518,6 +2557,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { gap: 1rem; } + .md\:gap-20 { + gap: 5rem; + } + .md\:p-2 { padding: 0.5rem; } @@ -2536,6 +2579,11 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { padding-right: 1rem; } + .md\:px-12 { + padding-left: 3rem; + padding-right: 3rem; + } + .md\:pl-10 { padding-left: 2.5rem; } @@ -2592,6 +2640,14 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { padding-top: 2rem; } + .md\:pt-5 { + padding-top: 1.25rem; + } + + .md\:pt-11 { + padding-top: 2.75rem; + } + .md\:text-left { text-align: left; } diff --git a/templates/catalog/_partials/products.tpl b/templates/catalog/_partials/products.tpl index d415de7..2313acc 100644 --- a/templates/catalog/_partials/products.tpl +++ b/templates/catalog/_partials/products.tpl @@ -23,6 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} +{if $page.meta.title == 'Custom made' || $page.meta.title == 'custom made' || $page.meta.title == 'Custom Made' || $page.meta.title == 'custom'}

@@ -54,9 +56,12 @@ {/foreach}
+{if $page.meta.title != 'Custom made' && $page.meta.title != 'custom made' && $page.meta.title != 'Custom Made' && $page.meta.title != 'custom'} {block name='pagination'} {include file='_partials/pagination.tpl' pagination=$listing.pagination} {/block} +{/if} + -
- Image -
-

Because You Are Unique.

-

So Is Your Body…

-
+{if $page.meta.title == 'Custom made' || $page.meta.title == 'custom made' || $page.meta.title == 'Custom Made' || $page.meta.title == 'custom'} +
+
+

Custom Fit for your Comfort

- Custom-made shirts and tuxedos are tailored specifically for you, offering an unparalleled fit. - Experience unmatched comfort and style with our tailored suits, crafted to celebrate your uniqueness. + Custom-made tuxedos are tailored specifically for you, offering an unparalleled fit. + Experience unmatched comfort and style with our tailored tuxedos, crafted to celebrate your uniqueness.

- Design Your Suit + href="https://brooksbingham.com/module/thob/configurator?id_product=77"> + Design Your Tuxedos + href="https://brooksbingham.com/module/thob/configurator?id_product=75"> Design Your Suit
-

Customize Your Apparel in 3 Steps:

@@ -293,39 +282,113 @@
-
+ + +

How Can You Get Measured?

-
-
    -
  • - Simply scan the QR code at checkout.
  • -
  • - Carefully watch the instruction video.
  • -
  • - Next, you will have 2 photos taken to collect all needed measurements to create your custom fit.
  • -
-
-

- (Disclaimer: Please follow the instruction video closely as it will guide you to wear specific clothing, stand barefoot, etc.) -

-
- - Know more - - - - - + +
+
    +
  • +
    +
    +

    + Manual Measurement

    +
    +
      +
    • Choose from a wide range of trendy fabrics updated every seasons
    • +
    • Choose from a wide range of trendy fabrics updated every seasons
    • +
    • Choose from a wide range of trendy fabrics updated every seasons
    • +
    +
    + + +
    +
    +
  • + +
  • +
    +
    +

    + Automated Measurement

    +
    +
      +
    • Choose from a wide range of trendy fabrics updated every seasons
    • +
    • Choose from a wide range of trendy fabrics updated every seasons
    • +
    • Choose from a wide range of trendy fabrics updated every seasons
    • +
    +
    + + +
    +
    +
  • +
+ +{/if} diff --git a/templates/layouts/layout-both-columns.tpl b/templates/layouts/layout-both-columns.tpl index 3bd562d..d12bc5a 100644 --- a/templates/layouts/layout-both-columns.tpl +++ b/templates/layouts/layout-both-columns.tpl @@ -380,7 +380,7 @@
-
+
{l s='View More' d='Shop.Theme.Catalog'} @@ -397,7 +397,7 @@

Our perfect fit guarantee ensures that every piece you order is tailored to your exact specifications, delivering a perfect fit every time.

- + --> {/if} @@ -433,7 +433,7 @@ {block name='hook_before_body_closing_tag'} {hook h='displayBeforeBodyClosingTag'} {/block} - --> +