galali-shoptet 1.0.13 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +367 -147
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galali-shoptet",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Custom CSS for Galali Shoptet theme (designshop.galali.cz)",
5
5
  "main": "style.css",
6
6
  "style": "style.css",
package/style.css CHANGED
@@ -685,6 +685,10 @@ header#header nav#navigation ul.menu-level-3 > li > a:focus {
685
685
  background: var(--gl-surface-alt);
686
686
  }
687
687
 
688
+ body.in-registrace main#content.content.narrow {
689
+ max-width: 790px !important;
690
+ }
691
+
688
692
  /* Row + wide-carousel: vynulovat Shoptet container, sjednotit šířku */
689
693
  .content-wrapper.homepage-box.before-carousel .row.banners-row,
690
694
  .content-wrapper.homepage-box.before-carousel .wide-carousel {
@@ -1337,10 +1341,14 @@ main.content > .products.products-block > .product .price-final strong {
1337
1341
  main.content > .products.products-block > .product .price-final { font-size: 18px; line-height: 22px; }
1338
1342
  }
1339
1343
  @media (max-width: 767px) {
1344
+ :root {
1345
+ --gl-gutter: 20px;
1346
+ }
1340
1347
  /* #2: base má padding 0 var(--gl-gutter)(=60px) !important → na mobilu úzké uprostřed.
1341
1348
  Roztáhnout na (skoro) plnou šířku. */
1342
1349
  main.content,
1343
1350
  main.content:not(.wide) { padding: 0 12px !important; }
1351
+ body:not(.in-index) main#content.content { padding: 0 20px !important; }
1344
1352
  /* #4: oddělit produkty (Akční/Novinky) od sekce "Nakupte podle kategorií" nad i patičky pod */
1345
1353
  main.content { margin: 48px 0 72px !important; }
1346
1354
  main.content > .products.products-block > .product a.name { min-height: 38px; }
@@ -2673,7 +2681,7 @@ body.type-detail .p-short-description p:last-child { margin-bottom: 0; }
2673
2681
 
2674
2682
  /* "Detailní informace" link */
2675
2683
  body.type-detail [data-testid="productCardDescr"] a,
2676
- body.type-detail .chevron-after.chevron-down-after {
2684
+ body.type-detail .content-wrapper .chevron-after.chevron-down-after {
2677
2685
  display: inline-flex;
2678
2686
  align-items: center;
2679
2687
  gap: 8px;
@@ -2685,9 +2693,9 @@ body.type-detail .chevron-after.chevron-down-after {
2685
2693
  text-underline-offset: 4px;
2686
2694
  transition: opacity .15s;
2687
2695
  }
2688
- body.type-detail [data-testid="productCardDescr"] a:hover,
2689
- body.type-detail .chevron-after.chevron-down-after:hover { opacity: .65; }
2690
- body.type-detail .chevron-after.chevron-down-after::after {
2696
+ body.type-detail .content-wrapper [data-testid="productCardDescr"] a:hover,
2697
+ body.type-detail .content-wrapper .chevron-after.chevron-down-after:hover { opacity: .65; }
2698
+ body.type-detail .content-wrapper .chevron-after.chevron-down-after::after {
2691
2699
  content: "";
2692
2700
  display: inline-block;
2693
2701
  width: 10px;
@@ -2696,17 +2704,17 @@ body.type-detail .chevron-after.chevron-down-after::after {
2696
2704
  }
2697
2705
 
2698
2706
  /* Variants / amount / add-to-cart form */
2699
- body.type-detail .p-info-wrapper .amount,
2700
- body.type-detail .amount-wrapper {
2707
+ body.type-detail .content-wrapper .p-info-wrapper .amount,
2708
+ body.type-detail .content-wrapper .amount-wrapper {
2701
2709
  display: flex;
2702
2710
  align-items: center;
2703
2711
  gap: 14px;
2704
2712
  margin: 0;
2705
2713
  padding: 0;
2706
2714
  }
2707
- body.type-detail .amount-input-wrapper,
2708
- body.type-detail .amount input[type="number"],
2709
- body.type-detail input.amount {
2715
+ body.type-detail .content-wrapper .amount-input-wrapper,
2716
+ body.type-detail .content-wrapper .amount input[type="number"],
2717
+ body.type-detail .content-wrapper input.amount {
2710
2718
  display: inline-flex;
2711
2719
  align-items: center;
2712
2720
  width: 110px;
@@ -2719,11 +2727,11 @@ body.type-detail input.amount {
2719
2727
  font-size: 18px;
2720
2728
  text-align: center;
2721
2729
  }
2722
- body.type-detail .amount input[type="number"]:focus { outline: none; border-color: var(--gl-fg-1); }
2730
+ body.type-detail .content-wrapper .amount input[type="number"]:focus { outline: none; border-color: var(--gl-fg-1); }
2723
2731
 
2724
2732
  /* Add to cart button (jen button, ne wrapper) */
2725
- body.type-detail button.add-to-cart-button,
2726
- body.type-detail #addToCart {
2733
+ body.type-detail .content-wrapper button.add-to-cart-button,
2734
+ body.type-detail .content-wrapper #addToCart {
2727
2735
  display: inline-flex;
2728
2736
  align-items: center;
2729
2737
  justify-content: center;
@@ -2743,16 +2751,16 @@ body.type-detail #addToCart {
2743
2751
  cursor: pointer;
2744
2752
  transition: background .15s, color .15s, transform .12s;
2745
2753
  }
2746
- body.type-detail button.add-to-cart-button:hover,
2747
- body.type-detail #addToCart:hover { background: #1a1a1a; }
2748
- body.type-detail button.add-to-cart-button:focus-visible,
2749
- body.type-detail #addToCart:focus-visible {
2754
+ body.type-detail .content-wrapper button.add-to-cart-button:hover,
2755
+ body.type-detail .content-wrapper #addToCart:hover { background: #1a1a1a; }
2756
+ body.type-detail .content-wrapper button.add-to-cart-button:focus-visible,
2757
+ body.type-detail .content-wrapper #addToCart:focus-visible {
2750
2758
  outline: 2px solid var(--gl-fg-1);
2751
2759
  outline-offset: 3px;
2752
2760
  }
2753
2761
 
2754
2762
  /* Social/share/print row */
2755
- body.type-detail .social-buttons-wrapper {
2763
+ body.type-detail .content-wrapper .social-buttons-wrapper {
2756
2764
  display: flex;
2757
2765
  align-items: center;
2758
2766
  gap: 16px;
@@ -2760,13 +2768,13 @@ body.type-detail .social-buttons-wrapper {
2760
2768
  padding: 12px 0 0;
2761
2769
  border-top: 1px solid var(--gl-divider);
2762
2770
  }
2763
- body.type-detail .social-buttons-wrapper .link-icons {
2771
+ body.type-detail .content-wrapper .social-buttons-wrapper .link-icons {
2764
2772
  display: flex;
2765
2773
  align-items: center;
2766
2774
  gap: 22px;
2767
2775
  flex-wrap: wrap;
2768
2776
  }
2769
- body.type-detail .link-icon {
2777
+ body.type-detail .content-wrapper .link-icon {
2770
2778
  display: inline-flex;
2771
2779
  align-items: center;
2772
2780
  gap: 8px;
@@ -2779,33 +2787,33 @@ body.type-detail .link-icon {
2779
2787
  background: transparent !important;
2780
2788
  transition: color .15s;
2781
2789
  }
2782
- body.type-detail .link-icon::before {
2790
+ body.type-detail .content-wrapper .link-icon::before {
2783
2791
  content: "";
2784
2792
  display: inline-block;
2785
2793
  width: 16px;
2786
2794
  height: 16px;
2787
2795
  background: center/contain no-repeat;
2788
2796
  }
2789
- body.type-detail .link-icon.print::before {
2797
+ body.type-detail .content-wrapper .link-icon.print::before {
2790
2798
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23828282' stroke-width='1.4'><path d='M4 4V1h8v3M4 11h8v4H4zM2 4h12v7H2z'/></svg>");
2791
2799
  }
2792
- body.type-detail .link-icon.chat::before {
2800
+ body.type-detail .content-wrapper .link-icon.chat::before {
2793
2801
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23828282' stroke-width='1.4'><path d='M2 3h12v8H7l-3 3v-3H2z'/></svg>");
2794
2802
  }
2795
- body.type-detail .link-icon.share::before {
2803
+ body.type-detail .content-wrapper .link-icon.share::before {
2796
2804
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23828282' stroke-width='1.4'><circle cx='4' cy='8' r='2'/><circle cx='12' cy='3' r='2'/><circle cx='12' cy='13' r='2'/><path d='m6 7 4-3M6 9l4 3'/></svg>");
2797
2805
  }
2798
- body.type-detail .link-icon:hover { color: var(--gl-fg-1); }
2799
- body.type-detail .link-icon:hover::before { filter: brightness(0); }
2800
- body.type-detail .link-icon:focus-visible {
2806
+ body.type-detail .content-wrapper .link-icon:hover { color: var(--gl-fg-1); }
2807
+ body.type-detail .content-wrapper .link-icon:hover::before { filter: brightness(0); }
2808
+ body.type-detail .content-wrapper .link-icon:focus-visible {
2801
2809
  outline: 2px solid var(--gl-fg-1);
2802
2810
  outline-offset: 4px;
2803
2811
  }
2804
2812
 
2805
2813
  /* Detail tabs (Popis / Diskuze) */
2806
- body.type-detail .product-tabs,
2807
- body.type-detail .tabs,
2808
- body.type-detail ul.nav-tabs {
2814
+ body.type-detail .content-wrapper .product-tabs,
2815
+ body.type-detail .content-wrapper .tabs,
2816
+ body.type-detail .content-wrapper ul.nav-tabs {
2809
2817
  display: flex !important;
2810
2818
  gap: 0;
2811
2819
  margin: 56px 0 0 !important;
@@ -2814,18 +2822,18 @@ body.type-detail ul.nav-tabs {
2814
2822
  border: 0 !important;
2815
2823
  border-bottom: 1px solid var(--gl-divider) !important;
2816
2824
  }
2817
- body.type-detail .product-tabs > li,
2818
- body.type-detail .tabs > li,
2819
- body.type-detail ul.nav-tabs > li {
2825
+ body.type-detail .content-wrapper .product-tabs > li,
2826
+ body.type-detail .content-wrapper .tabs > li,
2827
+ body.type-detail .content-wrapper ul.nav-tabs > li {
2820
2828
  margin: 0 !important;
2821
2829
  padding: 0 !important;
2822
2830
  background: transparent !important;
2823
2831
  border: 0 !important;
2824
2832
  list-style: none;
2825
2833
  }
2826
- body.type-detail .product-tabs > li > a,
2827
- body.type-detail .tabs > li > a,
2828
- body.type-detail ul.nav-tabs > li > a {
2834
+ body.type-detail .content-wrapper .product-tabs > li > a,
2835
+ body.type-detail .content-wrapper .tabs > li > a,
2836
+ body.type-detail .content-wrapper ul.nav-tabs > li > a {
2829
2837
  display: inline-flex;
2830
2838
  align-items: center;
2831
2839
  padding: 16px 24px !important;
@@ -2841,26 +2849,26 @@ body.type-detail ul.nav-tabs > li > a {
2841
2849
  border-radius: 0 !important;
2842
2850
  transition: color .15s, border-color .15s;
2843
2851
  }
2844
- body.type-detail .product-tabs > li.active > a,
2845
- body.type-detail .product-tabs > li > a.active,
2846
- body.type-detail .tabs > li.active > a,
2847
- body.type-detail ul.nav-tabs > li.active > a {
2852
+ body.type-detail .content-wrapper .product-tabs > li.active > a,
2853
+ body.type-detail .content-wrapper .product-tabs > li > a.active,
2854
+ body.type-detail .content-wrapper .tabs > li.active > a,
2855
+ body.type-detail .content-wrapper ul.nav-tabs > li.active > a {
2848
2856
  color: var(--gl-fg-1) !important;
2849
2857
  border-bottom-color: var(--gl-fg-1) !important;
2850
2858
  }
2851
- body.type-detail .product-tabs > li > a:hover,
2852
- body.type-detail .tabs > li > a:hover {
2859
+ body.type-detail .content-wrapper .product-tabs > li > a:hover,
2860
+ body.type-detail .content-wrapper .tabs > li > a:hover {
2853
2861
  color: var(--gl-fg-1) !important;
2854
2862
  }
2855
- body.type-detail .product-tabs > li > a:focus-visible,
2856
- body.type-detail .tabs > li > a:focus-visible {
2863
+ body.type-detail .content-wrapper .product-tabs > li > a:focus-visible,
2864
+ body.type-detail .content-wrapper .tabs > li > a:focus-visible {
2857
2865
  outline: 2px solid var(--gl-fg-1);
2858
2866
  outline-offset: -2px;
2859
2867
  }
2860
2868
 
2861
2869
  /* Tab panels */
2862
- body.type-detail .tab-content,
2863
- body.type-detail .tab-pane {
2870
+ body.type-detail .content-wrapper .tab-content,
2871
+ body.type-detail .content-wrapper .tab-pane {
2864
2872
  margin: 0;
2865
2873
  padding: 32px 0;
2866
2874
  background: transparent;
@@ -2870,8 +2878,8 @@ body.type-detail .tab-pane {
2870
2878
  line-height: 1.7;
2871
2879
  color: var(--gl-fg-1);
2872
2880
  }
2873
- body.type-detail .tab-content h2,
2874
- body.type-detail .tab-content h3 {
2881
+ body.type-detail .content-wrapper .tab-content h2,
2882
+ body.type-detail .content-wrapper .tab-content h3 {
2875
2883
  font-family: var(--gl-font-ui);
2876
2884
  font-size: 28px;
2877
2885
  line-height: 1.2;
@@ -2879,23 +2887,23 @@ body.type-detail .tab-content h3 {
2879
2887
  margin: 0 0 20px;
2880
2888
  color: var(--gl-fg-1);
2881
2889
  }
2882
- body.type-detail .tab-content p { margin: 0 0 16px; }
2883
- body.type-detail .tab-content a {
2890
+ body.type-detail .content-wrapper .tab-content p { margin: 0 0 16px; }
2891
+ body.type-detail .content-wrapper .tab-content a {
2884
2892
  color: var(--gl-fg-1);
2885
2893
  text-decoration: underline;
2886
2894
  text-underline-offset: 3px;
2887
2895
  }
2888
2896
 
2889
2897
  /* Related / similar products under detail */
2890
- body.type-detail .related-products,
2891
- body.type-detail .similar-products,
2892
- body.type-detail .also-bought-products {
2898
+ body.type-detail .content-wrapper .related-products,
2899
+ body.type-detail .content-wrapper .similar-products,
2900
+ body.type-detail .content-wrapper .also-bought-products {
2893
2901
  margin: 80px 0 0;
2894
2902
  padding: 0;
2895
2903
  }
2896
- body.type-detail .related-products h2,
2897
- body.type-detail .related-products .h2,
2898
- body.type-detail .similar-products h2 {
2904
+ body.type-detail .content-wrapper .related-products h2,
2905
+ body.type-detail .content-wrapper .related-products .h2,
2906
+ body.type-detail .content-wrapper .similar-products h2 {
2899
2907
  margin: 0 0 32px;
2900
2908
  padding: 0;
2901
2909
  font-family: var(--gl-font-ui);
@@ -2904,8 +2912,8 @@ body.type-detail .similar-products h2 {
2904
2912
  font-weight: var(--gl-w-bold);
2905
2913
  color: var(--gl-fg-1);
2906
2914
  }
2907
- body.type-detail .related-products .products,
2908
- body.type-detail .similar-products .products {
2915
+ body.type-detail .content-wrapper .related-products .products,
2916
+ body.type-detail .content-wrapper .similar-products .products {
2909
2917
  display: grid !important;
2910
2918
  grid-template-columns: repeat(4, 1fr);
2911
2919
  column-gap: 40px;
@@ -2917,39 +2925,39 @@ body.type-detail .similar-products .products {
2917
2925
 
2918
2926
  /* Responsive detail */
2919
2927
  @media (max-width: 1023px) {
2920
- body.type-detail main#content { padding: 0 32px 96px !important; }
2921
- body.type-detail .row.product-top {
2928
+ body.type-detail .content-wrapper main#content { padding: 0 32px 96px !important; }
2929
+ body.type-detail .content-wrapper .row.product-top {
2922
2930
  grid-template-columns: 1fr;
2923
2931
  gap: 32px;
2924
2932
  }
2925
- body.type-detail .p-detail-inner-header h1 { font-size: 36px; line-height: 40px; }
2926
- body.type-detail .p-final-price-wrapper strong.price-final,
2927
- body.type-detail strong.price-final { font-size: 32px; line-height: 36px; }
2928
- body.type-detail .related-products .products,
2929
- body.type-detail .similar-products .products { grid-template-columns: repeat(3, 1fr); column-gap: 24px; row-gap: 36px; }
2933
+ body.type-detail .content-wrapper .p-detail-inner-header h1 { font-size: 36px; line-height: 40px; }
2934
+ body.type-detail .content-wrapper .p-final-price-wrapper strong.price-final,
2935
+ body.type-detail .content-wrapper strong.price-final { font-size: 32px; line-height: 36px; }
2936
+ body.type-detail .content-wrapper .related-products .products,
2937
+ body.type-detail .content-wrapper .similar-products .products { grid-template-columns: repeat(3, 1fr); column-gap: 24px; row-gap: 36px; }
2930
2938
  }
2931
2939
  @media (max-width: 767px) {
2932
- body.type-detail main#content { padding: 0 20px 64px !important; }
2933
- body.type-detail .p-detail-inner-header { margin-bottom: 20px; }
2934
- body.type-detail .p-detail-inner-header h1 { font-size: 28px; line-height: 32px; }
2935
- body.type-detail .p-final-price-wrapper strong.price-final,
2936
- body.type-detail strong.price-final { font-size: 26px; line-height: 30px; }
2937
- body.type-detail .add-to-cart,
2938
- body.type-detail #addToCart { width: 100%; min-width: 0; height: 48px; font-size: 15px; }
2939
- body.type-detail .amount-input-wrapper,
2940
- body.type-detail .amount input[type="number"],
2941
- body.type-detail input.amount { width: 90px; height: 48px; }
2942
- body.type-detail .product-tabs > li > a,
2943
- body.type-detail .tabs > li > a,
2944
- body.type-detail ul.nav-tabs > li > a { padding: 12px 16px !important; font-size: 14px; }
2945
- body.type-detail .tab-content { padding: 24px 0; font-size: 15px; }
2946
- body.type-detail .social-buttons-wrapper .link-icons { gap: 14px; }
2947
- body.type-detail .related-products,
2948
- body.type-detail .similar-products { margin-top: 48px; }
2949
- body.type-detail .related-products h2,
2950
- body.type-detail .similar-products h2 { font-size: 22px; line-height: 26px; }
2951
- body.type-detail .related-products .products,
2952
- body.type-detail .similar-products .products { grid-template-columns: repeat(2, 1fr); column-gap: 12px; row-gap: 24px; }
2940
+ body.type-detail .content-wrapper main#content { padding: 0 20px 64px !important; }
2941
+ body.type-detail .content-wrapper .p-detail-inner-header { margin-bottom: 20px; }
2942
+ body.type-detail .content-wrapper .p-detail-inner-header h1 { font-size: 28px; line-height: 32px; }
2943
+ body.type-detail .content-wrapper .p-final-price-wrapper strong.price-final,
2944
+ body.type-detail .content-wrapper strong.price-final { font-size: 26px; line-height: 30px; }
2945
+ body.type-detail .content-wrapper .add-to-cart,
2946
+ body.type-detail .content-wrapper #addToCart { width: 100%; min-width: 0; height: 48px; font-size: 15px; }
2947
+ body.type-detail .content-wrapper .amount-input-wrapper,
2948
+ body.type-detail .content-wrapper .amount input[type="number"],
2949
+ body.type-detail .content-wrapper input.amount { width: 90px; height: 48px; }
2950
+ body.type-detail .content-wrapper .product-tabs > li > a,
2951
+ body.type-detail .content-wrapper .tabs > li > a,
2952
+ body.type-detail .content-wrapper ul.nav-tabs > li > a { padding: 12px 16px !important; font-size: 14px; }
2953
+ body.type-detail .content-wrapper .tab-content { padding: 24px 0; font-size: 15px; }
2954
+ body.type-detail .content-wrapper .social-buttons-wrapper .link-icons { gap: 14px; }
2955
+ body.type-detail .content-wrapper .related-products,
2956
+ body.type-detail .content-wrapper .similar-products { margin-top: 48px; }
2957
+ body.type-detail .content-wrapper .related-products h2,
2958
+ body.type-detail .content-wrapper .similar-products h2 { font-size: 22px; line-height: 26px; }
2959
+ body.type-detail .content-wrapper .related-products .products,
2960
+ body.type-detail .content-wrapper .similar-products .products { grid-template-columns: repeat(2, 1fr); column-gap: 12px; row-gap: 24px; }
2953
2961
  }
2954
2962
 
2955
2963
  /* ============================================ */
@@ -3852,7 +3860,7 @@ body.ordering-process .order-confirm a:hover { opacity: .65; }
3852
3860
  /* Form-group + smart-label-wrapper (label nad/u inputu) */
3853
3861
  .box .form-group,
3854
3862
  .box .form-group-wrapped {
3855
- margin: 0 0 16px;
3863
+ margin: 0 0 16px 20px;
3856
3864
  padding: 0;
3857
3865
  position: relative;
3858
3866
  }
@@ -4867,30 +4875,35 @@ body.ordering-process input[type="checkbox"] {
4867
4875
  outline-offset: 4px;
4868
4876
  }
4869
4877
 
4870
- /* Mobile */
4871
- @media (max-width: 767px) {
4878
+ /* Mobile — POZOR: base .siteCookies__button má min-width:140px !important,
4879
+ takže mobilní shrink MUSÍ mít taky !important, jinak buttony nezmenší → banner
4880
+ přeteče 390px → roztáhne layout viewport (ikony headeru ujedou z obrazovky). */
4881
+ @media (max-width: 1023px) {
4872
4882
  .siteCookies,
4873
4883
  .siteCookies.siteCookies--bottom,
4874
4884
  .siteCookies.siteCookies--light,
4875
4885
  .siteCookies.siteCookies--scrolled {
4876
- left: 16px;
4877
- right: 16px;
4878
- bottom: 16px;
4886
+ left: 12px !important;
4887
+ right: 12px !important;
4888
+ bottom: 12px !important;
4889
+ max-width: calc(100vw - 24px) !important;
4890
+ box-sizing: border-box !important;
4879
4891
  }
4880
4892
  .siteCookies .siteCookies__form {
4881
- flex-direction: column;
4882
- align-items: stretch;
4883
- gap: 16px;
4884
- padding: 16px;
4893
+ flex-direction: column !important;
4894
+ align-items: stretch !important;
4895
+ gap: 14px !important;
4896
+ padding: 16px !important;
4885
4897
  }
4886
4898
  .siteCookies .siteCookies__buttonWrap {
4887
- flex-direction: column;
4888
- gap: 8px;
4899
+ flex-direction: column !important;
4900
+ gap: 8px !important;
4901
+ width: 100% !important;
4889
4902
  }
4890
4903
  .siteCookies button.siteCookies__button,
4891
4904
  .siteCookies .siteCookies__button {
4892
- width: 100%;
4893
- min-width: 0;
4905
+ width: 100% !important;
4906
+ min-width: 0 !important;
4894
4907
  }
4895
4908
  }
4896
4909
 
@@ -5200,7 +5213,7 @@ h4.order-icon.order-summary,
5200
5213
  .box-headline.order-icon,
5201
5214
  .shipping-billing-table h4.order-icon {
5202
5215
  background-image: none !important;
5203
- padding-left: 0 !important;
5216
+ padding-left: 20px !important;
5204
5217
  }
5205
5218
  h4.order-icon::before,
5206
5219
  h4.order-icon::after {
@@ -6035,7 +6048,7 @@ body.type-detail .p-detail-info {
6035
6048
  }
6036
6049
 
6037
6050
  /* --- Quantity stepper: rámeček + +/- buttony --- */
6038
- body.type-detail span.quantity {
6051
+ body.type-detail .content span.quantity {
6039
6052
  display: inline-flex !important;
6040
6053
  align-items: stretch !important;
6041
6054
  height: 52px;
@@ -6046,14 +6059,14 @@ body.type-detail span.quantity {
6046
6059
  isolation: isolate;
6047
6060
  padding: 0 !important;
6048
6061
  }
6049
- body.type-detail span.quantity > label {
6062
+ body.type-detail .content span.quantity > label {
6050
6063
  display: flex !important;
6051
6064
  align-items: center;
6052
6065
  order: 2;
6053
6066
  margin: 0 !important;
6054
6067
  padding: 0 !important;
6055
6068
  }
6056
- body.type-detail span.quantity input.amount {
6069
+ body.type-detail .content span.quantity input.amount {
6057
6070
  width: 56px !important;
6058
6071
  height: 50px !important;
6059
6072
  border: 0 !important;
@@ -6063,39 +6076,39 @@ body.type-detail span.quantity input.amount {
6063
6076
  font-size: 16px !important;
6064
6077
  font-weight: var(--gl-w-medium) !important;
6065
6078
  line-height: 50px !important;
6066
- -moz-appearance: textfield !important;
6067
6079
  -webkit-appearance: none !important;
6068
6080
  appearance: none !important;
6081
+ -moz-appearance: textfield !important;
6069
6082
  padding: 0 !important;
6070
6083
  margin: 0 !important;
6071
6084
  box-sizing: border-box !important;
6072
6085
  color: var(--gl-fg-1) !important;
6073
6086
  overflow: hidden !important;
6074
6087
  }
6075
- body.type-detail span.quantity label {
6088
+ body.type-detail .content span.quantity label {
6076
6089
  overflow: hidden !important;
6077
6090
  position: relative !important;
6078
6091
  background: var(--gl-white);
6079
6092
  }
6080
- body.type-detail span.quantity input.amount::-webkit-outer-spin-button,
6081
- body.type-detail span.quantity input.amount::-webkit-inner-spin-button,
6082
- body.type-detail input[type="number"]::-webkit-outer-spin-button,
6083
- body.type-detail input[type="number"]::-webkit-inner-spin-button {
6093
+ body.type-detail .content span.quantity input.amount::-webkit-outer-spin-button,
6094
+ body.type-detail .content span.quantity input.amount::-webkit-inner-spin-button,
6095
+ body.type-detail .content input[type="number"]::-webkit-outer-spin-button,
6096
+ body.type-detail .content input[type="number"]::-webkit-inner-spin-button {
6084
6097
  -webkit-appearance: none !important;
6085
6098
  appearance: none !important;
6086
6099
  margin: 0 !important;
6087
6100
  display: none !important;
6088
6101
  }
6089
- body.type-detail input[type="number"] {
6102
+ body.type-detail .content input[type="number"] {
6090
6103
  -moz-appearance: textfield !important;
6091
6104
  appearance: textfield !important;
6092
6105
  }
6093
- body.type-detail span.quantity input.amount:focus {
6106
+ body.type-detail .content span.quantity input.amount:focus {
6094
6107
  outline: none;
6095
6108
  box-shadow: inset 0 0 0 2px var(--gl-fg-1);
6096
6109
  }
6097
- body.type-detail span.quantity button.increase,
6098
- body.type-detail span.quantity button.decrease {
6110
+ body.type-detail .content span.quantity button.increase,
6111
+ body.type-detail .content span.quantity button.decrease {
6099
6112
  display: inline-flex !important;
6100
6113
  align-items: center;
6101
6114
  justify-content: center;
@@ -6119,37 +6132,37 @@ body.type-detail span.quantity button.decrease {
6119
6132
  transition: background-color .15s, color .15s;
6120
6133
  flex: 0 0 auto !important;
6121
6134
  }
6122
- body.type-detail span.quantity button.increase:before,
6123
- body.type-detail span.quantity button.decrease:before {
6135
+ body.type-detail .content span.quantity button.increase:before,
6136
+ body.type-detail .content span.quantity button.decrease:before {
6124
6137
  content: none !important;
6125
6138
  display: none !important;
6126
6139
  }
6127
- body.type-detail span.quantity button.decrease { order: 1; border-right: 1px solid var(--gl-stroke-1) !important; }
6128
- body.type-detail span.quantity button.increase { order: 3; border-left: 1px solid var(--gl-stroke-1) !important; }
6129
- body.type-detail span.quantity button.increase:hover,
6130
- body.type-detail span.quantity button.decrease:hover {
6140
+ body.type-detail .content span.quantity button.decrease { order: 1; border-right: 1px solid var(--gl-stroke-1) !important; }
6141
+ body.type-detail .content span.quantity button.increase { order: 3; border-left: 1px solid var(--gl-stroke-1) !important; }
6142
+ body.type-detail .content span.quantity button.increase:hover,
6143
+ body.type-detail .content span.quantity button.decrease:hover {
6131
6144
  background: var(--gl-fg-1) !important;
6132
6145
  color: var(--gl-white) !important;
6133
6146
  }
6134
- body.type-detail span.quantity button.increase:focus-visible,
6135
- body.type-detail span.quantity button.decrease:focus-visible {
6147
+ body.type-detail .content span.quantity button.increase:focus-visible,
6148
+ body.type-detail .content span.quantity button.decrease:focus-visible {
6136
6149
  outline: 2px solid var(--gl-fg-1);
6137
6150
  outline-offset: 2px;
6138
6151
  z-index: 1;
6139
6152
  }
6140
- body.type-detail span.quantity button.increase:disabled,
6141
- body.type-detail span.quantity button.decrease:disabled,
6142
- body.type-detail span.quantity button.increase[disabled],
6143
- body.type-detail span.quantity button.decrease[disabled] {
6153
+ body.type-detail .content span.quantity button.increase:disabled,
6154
+ body.type-detail .content span.quantity button.decrease:disabled,
6155
+ body.type-detail .content span.quantity button.increase[disabled],
6156
+ body.type-detail .content span.quantity button.decrease[disabled] {
6144
6157
  background: var(--gl-white) !important;
6145
6158
  color: var(--gl-fg-2) !important;
6146
6159
  opacity: 0.4;
6147
6160
  cursor: not-allowed;
6148
6161
  }
6149
- body.type-detail span.quantity button.increase span,
6150
- body.type-detail span.quantity button.decrease span,
6151
- body.type-detail span.quantity .increase__sign,
6152
- body.type-detail span.quantity .decrease__sign {
6162
+ body.type-detail .content span.quantity button.increase span,
6163
+ body.type-detail .content span.quantity button.decrease span,
6164
+ body.type-detail .content span.quantity .increase__sign,
6165
+ body.type-detail .content span.quantity .decrease__sign {
6153
6166
  position: static !important;
6154
6167
  top: auto !important;
6155
6168
  left: auto !important;
@@ -6166,13 +6179,13 @@ body.type-detail span.quantity .decrease__sign {
6166
6179
  display: inline-block !important;
6167
6180
  }
6168
6181
  /* Hide vendor tooltips inside quantity (anywhere, vč. ::before/::after) */
6169
- body.type-detail span.quantity > .increase-tooltip,
6170
- body.type-detail span.quantity > .decrease-tooltip,
6171
- body.type-detail span.quantity .js-increase-tooltip,
6172
- body.type-detail span.quantity .js-decrease-tooltip,
6173
- body.type-detail span.quantity [role="tooltip"],
6174
- body.type-detail span.quantity [data-trigger="manual"],
6175
- body.type-detail span.quantity [data-testid="tooltip"] {
6182
+ body.type-detail .content span.quantity > .increase-tooltip,
6183
+ body.type-detail .content span.quantity > .decrease-tooltip,
6184
+ body.type-detail .content span.quantity .js-increase-tooltip,
6185
+ body.type-detail .content span.quantity .js-decrease-tooltip,
6186
+ body.type-detail .content span.quantity [role="tooltip"],
6187
+ body.type-detail .content span.quantity [data-trigger="manual"],
6188
+ body.type-detail .content span.quantity [data-testid="tooltip"] {
6176
6189
  display: none !important;
6177
6190
  visibility: hidden !important;
6178
6191
  width: 0 !important;
@@ -6182,19 +6195,19 @@ body.type-detail span.quantity [data-testid="tooltip"] {
6182
6195
  left: -99999px !important;
6183
6196
  overflow: hidden !important;
6184
6197
  }
6185
- body.type-detail span.quantity > .increase-tooltip::before,
6186
- body.type-detail span.quantity > .increase-tooltip::after,
6187
- body.type-detail span.quantity > .decrease-tooltip::before,
6188
- body.type-detail span.quantity > .decrease-tooltip::after { content: none !important; display: none !important; }
6198
+ body.type-detail .content span.quantity > .increase-tooltip::before,
6199
+ body.type-detail .content span.quantity > .increase-tooltip::after,
6200
+ body.type-detail .content span.quantity > .decrease-tooltip::before,
6201
+ body.type-detail .content span.quantity > .decrease-tooltip::after { content: none !important; display: none !important; }
6189
6202
 
6190
6203
  /* --- Add-to-cart: full-row layout (qty + button na jedné lince) --- */
6191
- body.type-detail div.add-to-cart {
6204
+ body.type-detail .content div.add-to-cart {
6192
6205
  margin: 4px 0 0 !important;
6193
6206
  align-items: stretch !important;
6194
6207
  justify-content: flex-start !important;
6195
6208
  flex-wrap: nowrap !important;
6196
6209
  }
6197
- body.type-detail div.add-to-cart button.add-to-cart-button {
6210
+ body.type-detail .content div.add-to-cart button.add-to-cart-button {
6198
6211
  flex: 1 1 auto !important;
6199
6212
  min-width: 0 !important;
6200
6213
  width: auto !important;
@@ -6202,7 +6215,7 @@ body.type-detail div.add-to-cart button.add-to-cart-button {
6202
6215
  position: relative;
6203
6216
  padding: 0 56px 0 24px !important;
6204
6217
  }
6205
- body.type-detail div.add-to-cart button.add-to-cart-button::after {
6218
+ body.type-detail .content div.add-to-cart button.add-to-cart-button::after {
6206
6219
  content: "";
6207
6220
  position: absolute;
6208
6221
  right: 24px;
@@ -6213,15 +6226,15 @@ body.type-detail div.add-to-cart button.add-to-cart-button::after {
6213
6226
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='square'><path d='M0 6h16'/><path d='M11 1l5 5-5 5'/></svg>") center/contain no-repeat;
6214
6227
  transition: transform .15s, background-image .15s;
6215
6228
  }
6216
- body.type-detail div.add-to-cart button.add-to-cart-button:hover::after {
6229
+ body.type-detail .content div.add-to-cart button.add-to-cart-button:hover::after {
6217
6230
  transform: translate(3px, -50%);
6218
6231
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='square'><path d='M0 6h16'/><path d='M11 1l5 5-5 5'/></svg>");
6219
6232
  }
6220
6233
 
6221
6234
  /* --- Detail short description: schovat (design nemá pod cenou) --- */
6222
- body.type-detail .p-info-wrapper .chevron-after.chevron-down-after,
6223
- body.type-detail .p-info-wrapper [data-testid="productCardDescr"],
6224
- body.type-detail .p-info-wrapper .p-short-description,
6235
+ body.type-detail .content .p-info-wrapper .chevron-after.chevron-down-after,
6236
+ body.type-detail .content .p-info-wrapper [data-testid="productCardDescr"],
6237
+ body.type-detail .content .p-info-wrapper .p-short-description,
6225
6238
  body.type-detail .p-info-wrapper [itemprop="description"] {
6226
6239
  display: none !important;
6227
6240
  }
@@ -7387,3 +7400,210 @@ body.type-search .products.products-block .product .add-to-cart {
7387
7400
  body.type-search .products.products-block .product .price.price-final { font-size: 14px; }
7388
7401
  }
7389
7402
 
7403
+ /* ============================================================
7404
+ === Mobil audit fixes (2026-07-03) — konzistence napříč eshopem ===
7405
+ Zdroj: full mobile audit (home/detail/kategorie/search/košík/checkout/registrace/login/heslo).
7406
+ ============================================================ */
7407
+
7408
+ @media (max-width: 1023px) {
7409
+ /* --- A1) Skryj topnav menu (Jak nakupovat / OP) na mobilu ---
7410
+ Globální "desktop polish" rule `.top-navigation-menu{display:flex}` (bez media query,
7411
+ pozdější v pořadí) přebíjela mobilní `display:none` → menu se zobrazovalo a jeho bílé
7412
+ pozadí PŘEKRÝVALO logo. Late-source !important vrací hidden. */
7413
+ .top-navigation-bar .top-navigation-menu,
7414
+ .top-navigation-bar .top-navigation-menu-trigger,
7415
+ .top-navigation-bar ul.top-navigation-bar-menu {
7416
+ display: none !important;
7417
+ }
7418
+
7419
+ /* --- A2) Topnav VŽDY fixed overlay (konzistentně) ---
7420
+ Vendor dává topnav `fixed` na homepage, ale `static` na kategorii/detailu/košíku/checkoutu
7421
+ → tam header spadl na 2. řádek (logo pod ikonami) a checkout step-bar (ol.cart-header)
7422
+ se schoval za header (vykukoval jen černý kroužek kroku = "blob").
7423
+ Fixed = header sedí na y=0 (logo vlevo), ikony transparentně přes něj vpravo,
7424
+ obsah teče pod headerem → 1 řádek na VŠECH stránkách + step-bar viditelný. */
7425
+ .top-navigation-bar {
7426
+ position: fixed !important;
7427
+ top: 0 !important;
7428
+ left: 0 !important;
7429
+ right: 0 !important;
7430
+ width: 100% !important;
7431
+ z-index: 60 !important;
7432
+ background: transparent !important;
7433
+ border: 0 !important;
7434
+ box-shadow: none !important;
7435
+ }
7436
+ header#header {
7437
+ position: sticky !important;
7438
+ top: 0 !important;
7439
+ }
7440
+
7441
+ /* --- A3) Reset ordering-process login boxu na HEADER ikoně ---
7442
+ Rule `body.ordering-process .toggle-window[data-target=login]` (mířená na checkout
7443
+ login trigger) trefovala i header ikonu → bílý bordered box místo ikony. Vrátit ikonu. */
7444
+ body.ordering-process .top-navigation-bar .responsive-tools a.toggle-window[data-target="login"] {
7445
+ padding: 0 !important;
7446
+ background-color: transparent !important;
7447
+ border: 0 !important;
7448
+ border-radius: 0 !important;
7449
+ letter-spacing: 0 !important;
7450
+ background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none' stroke='black' stroke-width='1.8'><circle cx='14' cy='10' r='4'/><path d='M6 24c0-4 4-7 8-7s8 3 8 7'/></svg>") !important;
7451
+ background-position: center !important;
7452
+ background-repeat: no-repeat !important;
7453
+ background-size: 22px 22px !important;
7454
+ }
7455
+
7456
+ /* --- A4) Větší tap-target ikon (min 44px hit area), vizuální ikona 22px --- */
7457
+ .top-navigation-bar .top-navigation-tools .responsive-tools a.toggle-window {
7458
+ width: 44px !important;
7459
+ min-width: 44px !important;
7460
+ height: 44px !important;
7461
+ background-size: 22px 22px !important;
7462
+ }
7463
+ .top-navigation-bar .top-navigation-tools .responsive-tools { gap: 2px !important; }
7464
+ .top-navigation-bar .container { height: 56px !important; padding: 0 8px 0 16px !important; }
7465
+ }
7466
+
7467
+ /* --- B) Account/form primární tlačítka: modrá/purpurová → černá ---
7468
+ REGISTROVAT (input.btn-login), PŘIHLÁSIT SE (button.btn-login), ODESLAT (input.btn-primary),
7469
+ 404 "Zpět do obchodu" (a.btn-default). Vendor je nechává modré/purpurové. */
7470
+ input.btn.btn-primary, input[type="submit"].btn-primary, input[type="submit"].btn-login,
7471
+ input.btn.btn-login, button.btn.btn-login,
7472
+ a.btn.btn-default:not(.unveil-button):not(.toggle-contacts):not(.next-step-forward) {
7473
+ background: var(--gl-black) !important;
7474
+ background-color: var(--gl-black) !important;
7475
+ background-image: none !important;
7476
+ color: var(--gl-white) !important;
7477
+ border: 1px solid var(--gl-black) !important;
7478
+ border-radius: 0 !important;
7479
+ box-shadow: none !important;
7480
+ text-transform: uppercase !important;
7481
+ letter-spacing: 0.06em !important;
7482
+ font-family: var(--gl-font-ui) !important;
7483
+ font-weight: var(--gl-w-medium) !important;
7484
+ padding: 12px 24px !important;
7485
+ min-height: 44px !important;
7486
+ cursor: pointer;
7487
+ transition: background .15s;
7488
+ }
7489
+ input.btn.btn-primary:hover, input.btn.btn-login:hover,
7490
+ button.btn.btn-login:hover, a.btn.btn-default:not(.unveil-button):hover {
7491
+ background: #1a1a1a !important;
7492
+ background-color: #1a1a1a !important;
7493
+ }
7494
+
7495
+ /* --- C) Load-more + "Nahoru": modrá → černá outline --- */
7496
+ button.loadMore__button, a.loadMore__button, .loadMore__button,
7497
+ a.goToTop__button, .goToTop__button.btn {
7498
+ color: var(--gl-fg-1) !important;
7499
+ background: var(--gl-white) !important;
7500
+ background-color: var(--gl-white) !important;
7501
+ background-image: none !important;
7502
+ border: 1px solid var(--gl-fg-1) !important;
7503
+ border-radius: 0 !important;
7504
+ box-shadow: none !important;
7505
+ text-transform: uppercase !important;
7506
+ letter-spacing: 0.06em !important;
7507
+ font-family: var(--gl-font-ui) !important;
7508
+ font-weight: var(--gl-w-medium) !important;
7509
+ }
7510
+ button.loadMore__button:hover, a.goToTop__button:hover, .loadMore__button:hover {
7511
+ background: var(--gl-fg-1) !important;
7512
+ background-color: var(--gl-fg-1) !important;
7513
+ color: var(--gl-white) !important;
7514
+ }
7515
+
7516
+ /* --- D) Modré textové odkazy (account formuláře, search kategorie) → černá podtržená --- */
7517
+ body.in-login #formLogin a,
7518
+ body.in-login #formLoginIncluded a,
7519
+ body.in-registrace #register-form a,
7520
+ body.in-zapomenute-heslo main a:not(.btn),
7521
+ #customerLogin #formLoginIncluded a,
7522
+ body.type-search #search-group-categories a,
7523
+ body.type-search .search-results-group a {
7524
+ color: var(--gl-fg-1) !important;
7525
+ text-decoration: underline !important;
7526
+ text-underline-offset: 3px;
7527
+ }
7528
+ body.in-login #formLogin a:hover,
7529
+ body.in-registrace #register-form a:hover,
7530
+ body.type-search .search-results-group a:hover {
7531
+ opacity: .7;
7532
+ }
7533
+ /* Search kategorie: zruš disc odrážky (vendor UL) → čistý seznam */
7534
+ body.type-search #search-group-categories ul,
7535
+ body.type-search .search-results-group-list {
7536
+ list-style: none !important;
7537
+ padding-left: 0 !important;
7538
+ margin-left: 0 !important;
7539
+ }
7540
+ body.type-search #search-group-categories li,
7541
+ body.type-search .search-results-group-list li {
7542
+ list-style: none !important;
7543
+ }
7544
+
7545
+ /* --- E) Checkout: vybraná doprava/platba (b.shipping-billing-name) je modrá → černá --- */
7546
+ b.shipping-billing-name,
7547
+ .shipping-billing-name,
7548
+ body.ordering-process .shipping-billing-name,
7549
+ body.ordering-process .cart-recap .price,
7550
+ body.ordering-process td.shipping-billing-name {
7551
+ color: var(--gl-fg-1) !important;
7552
+ }
7553
+
7554
+ /* --- F) Košík quantity stepper: vendor dává +/− buttonům position:absolute →
7555
+ vypadnou z gridu (cart CSS je narozdíl od detailu neresetuje) → rozhozený box.
7556
+ Přepnout na flex [− 1 +] jako na detailu. --- */
7557
+ table.cart-table span.quantity {
7558
+ display: inline-flex !important;
7559
+ flex-direction: row !important;
7560
+ align-items: stretch !important;
7561
+ width: 120px !important;
7562
+ height: 40px !important;
7563
+ padding: 0 !important;
7564
+ position: relative;
7565
+ overflow: hidden;
7566
+ }
7567
+ table.cart-table span.quantity button.decrease,
7568
+ table.cart-table span.quantity button.increase {
7569
+ position: static !important;
7570
+ inset: auto !important;
7571
+ top: auto !important; right: auto !important; bottom: auto !important; left: auto !important;
7572
+ width: 36px !important;
7573
+ min-width: 36px !important;
7574
+ height: auto !important;
7575
+ align-self: stretch !important;
7576
+ display: inline-flex !important;
7577
+ align-items: center !important;
7578
+ justify-content: center !important;
7579
+ font-size: 0 !important;
7580
+ background: transparent !important;
7581
+ }
7582
+ table.cart-table span.quantity button.decrease { order: 1 !important; border-right: 1px solid var(--gl-divider) !important; }
7583
+ table.cart-table span.quantity label { order: 2 !important; flex: 1 1 auto !important; margin: 0 !important; }
7584
+ table.cart-table span.quantity input.amount { width: 100% !important; }
7585
+ table.cart-table span.quantity button.increase { order: 3 !important; border-left: 1px solid var(--gl-divider) !important; }
7586
+ table.cart-table span.quantity button.decrease::before,
7587
+ table.cart-table span.quantity button.increase::before {
7588
+ position: static !important;
7589
+ inset: auto !important;
7590
+ top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
7591
+ display: block !important;
7592
+ width: auto !important;
7593
+ height: auto !important;
7594
+ margin: 0 !important;
7595
+ transform: none !important;
7596
+ font-size: 18px !important;
7597
+ line-height: 1 !important;
7598
+ color: var(--gl-fg-1) !important;
7599
+ background: none !important;
7600
+ }
7601
+ table.cart-table span.quantity button.decrease::before { content: "−" !important; }
7602
+ table.cart-table span.quantity button.increase::before { content: "+" !important; }
7603
+ table.cart-table span.quantity .increase__sign,
7604
+ table.cart-table span.quantity .decrease__sign,
7605
+ table.cart-table span.quantity .increase-tooltip,
7606
+ table.cart-table span.quantity .decrease-tooltip,
7607
+ table.cart-table span.quantity .js-increase-tooltip,
7608
+ table.cart-table span.quantity .js-decrease-tooltip { display: none !important; }
7609
+