diff --git a/assets/css/theme.css b/assets/css/theme.css index c36e19e..c79689e 100755 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -807,6 +807,10 @@ select { bottom: 0.25rem; } +.bottom-9 { + bottom: 2.25rem; +} + .bottom-\[50\%\] { bottom: 50%; } @@ -906,6 +910,11 @@ select { margin-bottom: -0.75rem; } +.mx-3 { + margin-left: 0.75rem; + margin-right: 0.75rem; +} + .mx-4 { margin-left: 1rem; margin-right: 1rem; @@ -936,6 +945,11 @@ select { margin-bottom: 2rem; } +.my-32 { + margin-top: 8rem; + margin-bottom: 8rem; +} + .mb-1 { margin-bottom: 0.25rem; } @@ -1088,8 +1102,17 @@ select { height: 2rem; } +<<<<<<< HEAD .h-\[50vh\] { height: 50vh; +======= +.h-\[350px\] { + height: 350px; +} + +.h-\[380px\] { + height: 380px; +>>>>>>> upstream/staging } .h-auto { @@ -1201,6 +1224,10 @@ select { max-width: 100%; } +.max-w-screen-lg { + max-width: 1024px; +} + .flex-1 { flex: 1 1 0%; } @@ -1252,6 +1279,10 @@ select { flex-direction: column; } +.flex-col-reverse { + flex-direction: column-reverse; +} + .flex-wrap { flex-wrap: wrap; } @@ -1288,6 +1319,10 @@ select { gap: 0.25rem; } +.gap-12 { + gap: 3rem; +} + .gap-16 { gap: 4rem; } @@ -1488,10 +1523,18 @@ select { padding: 0.625rem; } +.p-3 { + padding: 0.75rem; +} + .p-4 { padding: 1rem; } +.p-5 { + padding: 1.25rem; +} + .p-8 { padding: 2rem; } @@ -1541,10 +1584,31 @@ select { padding-bottom: 2rem; } +.px-5 { + padding-left: 1.25rem; + padding-right: 1.25rem; +} + +.pb-10 { + padding-bottom: 2.5rem; +} + .pb-12 { padding-bottom: 3rem; } +.pb-2 { + padding-bottom: 0.5rem; +} + +.pb-3 { + padding-bottom: 0.75rem; +} + +.pb-6 { + padding-bottom: 1.5rem; +} + .pl-12 { padding-left: 3rem; } @@ -1585,6 +1649,10 @@ select { padding-right: 2rem; } +.pt-1 { + padding-top: 0.25rem; +} + .pt-20 { padding-top: 5rem; } @@ -1593,10 +1661,18 @@ select { padding-top: 1rem; } +.pt-5 { + padding-top: 1.25rem; +} + .pt-6 { padding-top: 1.5rem; } +.pt-9 { + padding-top: 2.25rem; +} + .text-left { text-align: left; } @@ -1618,6 +1694,11 @@ select { line-height: 2rem; } +.text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; +} + .text-base { font-size: 1rem; line-height: 1.5rem; @@ -1675,6 +1756,11 @@ select { line-height: 1; } +.text-\[\#000E2A\] { + --tw-text-opacity: 1; + color: rgb(0 14 42 / var(--tw-text-opacity)); +} + .text-blue-900 { --tw-text-opacity: 1; color: rgb(30 58 138 / var(--tw-text-opacity)); @@ -1695,6 +1781,11 @@ select { color: rgb(249 250 251 / var(--tw-text-opacity)); } +.text-gray-500 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + .text-gray-600 { --tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity)); @@ -2085,9 +2176,18 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { } @media (min-width: 640px) { + .sm\:mb-1 { + margin-bottom: 0.25rem; + } + .sm\:flex { display: flex; } + + .sm\:px-6 { + padding-left: 1.5rem; + padding-right: 1.5rem; + } } @media (min-width: 768px) { @@ -2095,6 +2195,14 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { position: absolute; } + .md\:mt-0 { + margin-top: 0px; + } + + .md\:mt-24 { + margin-top: 6rem; + } + .md\:block { display: block; } @@ -2103,6 +2211,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { display: flex; } + .md\:grid { + display: grid; + } + .md\:hidden { display: none; } @@ -2139,6 +2251,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { width: 50%; } + .md\:grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + .md\:flex-row { flex-direction: row; } @@ -2155,6 +2271,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { gap: 0px; } + .md\:gap-10 { + gap: 2.5rem; + } + .md\:gap-4 { gap: 1rem; } @@ -2183,6 +2303,15 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { padding-right: 12rem; } + .md\:pt-9 { + padding-top: 2.25rem; + } + + .md\:text-2xl { + font-size: 1.5rem; + line-height: 2rem; + } + .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; @@ -2222,6 +2351,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { bottom: 0.75rem; } + .lg\:bottom-48 { + bottom: 12rem; + } + .lg\:right-0 { right: 0px; } @@ -2242,6 +2375,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { display: none; } + .lg\:h-2\/3 { + height: 66.666667%; + } + .lg\:h-\[90vh\] { height: 90vh; } @@ -2258,6 +2395,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { width: 20%; } + .lg\:w-11\/12 { + width: 91.666667%; + } + .lg\:w-2\/5 { width: 40%; } @@ -2266,6 +2407,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { width: 60%; } + .lg\:w-80 { + width: 20rem; + } + .lg\:w-full { width: 100%; } @@ -2302,24 +2447,66 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { padding: 1rem; } + .lg\:px-8 { + padding-left: 2rem; + padding-right: 2rem; + } + .lg\:py-0 { padding-top: 0px; padding-bottom: 0px; } + .lg\:px-36 { + padding-left: 9rem; + padding-right: 9rem; + } + + .lg\:pt-12 { + padding-top: 3rem; + } + + .lg\:pt-14 { + padding-top: 3.5rem; + } + .lg\:pt-24 { padding-top: 6rem; } + .lg\:text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; + } + + .lg\:text-5xl { + font-size: 3rem; + line-height: 1; + } + + .lg\:text-lg { + font-size: 1.125rem; + line-height: 1.75rem; + } + .lg\:text-xl { font-size: 1.25rem; line-height: 1.75rem; } + .lg\:text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; + } + .lg\:font-bold { font-weight: 700; } + .lg\:font-semibold { + font-weight: 600; + } + .lg\:shadow-none { --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; @@ -2328,8 +2515,16 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { } @media (min-width: 1280px) { + .xl\:right-56 { + right: 14rem; + } + .xl\:w-1\/4 { width: 25%; } + + .xl\:w-9\/12 { + width: 75%; + } } diff --git a/templates/catalog/_partials/products.tpl b/templates/catalog/_partials/products.tpl index 8814449..90e7935 100644 --- a/templates/catalog/_partials/products.tpl +++ b/templates/catalog/_partials/products.tpl @@ -22,6 +22,29 @@ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} + + +
+

+ Curate a Perfect Wardrobe with Our Custom-Made Apparel

+

+ Step into our world of custom-made luxury with Brooks Bingham, offering you Custom Business Shirts, + Custom Sport Jackets, Custom Made Tuxedos, and more.

+
+
{foreach from=$listing.products item="product"} @@ -41,3 +64,230 @@
+ + +
+ Image +
+

Because You Are Unique.

+

So Is Your Body…

+
+
+ +
+
+

+ Custom Fit for teyour Comfort +

+

+ Custom-made shirts and tuxedos are tailored just for you, offering a fit like no other. + Experience unmatched comfort and style with our tailored suits, celebrating your uniqueness. +

+ + Design Your Suit + + + + + +
+
+ +
+
+ +
+
+ +
+
+

+ Not Just Made-To-Order +

+

+ Our Custom Designed Suits are made to last. Enjoy a personalized, custom-fit experience that not only sets you apart + from ready-to-wear options but is also designed to be durable. +

+ + Design Your Suit + + + + + +
+
+ + + + + + +
+
+
+

+ Customize Your Apparel in 3 Steps:

+
+
+
    +
  • +
    +
    + Select the Fabric +
    +
    +

    + Select the Fabric

    +

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

    +
    +
    +
  • + +
  • +
    +
    + Finalize the Design +
    +
    +

    + Finalize the Design

    +

    + Personalize details like lapels, pockets, and lining through online platform.

    +
    +
    +
  • + +
  • +
    +
    + Get Measured +
    +
    +

    + Get Measured

    +

    + Ensure your custom apparel fits you flawlessly by getting measured.

    +
    +
    +
  • +
+
+
+