galali-shoptet 1.0.12 → 1.0.14
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.
- package/package.json +1 -1
- package/style.css +174 -138
package/package.json
CHANGED
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
|
}
|
|
@@ -3969,6 +3977,17 @@ body.ordering-process .form-control:focus-visible {
|
|
|
3969
3977
|
border-radius: 50%;
|
|
3970
3978
|
transition: border-color .15s, background .15s;
|
|
3971
3979
|
flex-shrink: 0;
|
|
3980
|
+
left: 16px;
|
|
3981
|
+
}
|
|
3982
|
+
:where(.ums_forms_redesign--off) input[type=checkbox]+label, :where(.ums_forms_redesign--off) input[type=radio]+label
|
|
3983
|
+
{
|
|
3984
|
+
display: inline-block;
|
|
3985
|
+
line-height: 20px !important;
|
|
3986
|
+
margin-right: 15px !important;
|
|
3987
|
+
padding-left: 21px !important;
|
|
3988
|
+
position: relative;
|
|
3989
|
+
padding-bottom: 14px !important;
|
|
3990
|
+
padding-top: 14px !important;
|
|
3972
3991
|
}
|
|
3973
3992
|
.shipping-billing-table .radio-wrapper.active label::before,
|
|
3974
3993
|
.shipping-billing-table .radio-wrapper:has(input:checked) label::before {
|
|
@@ -4550,11 +4569,11 @@ button.btn-conversion.next-step-finish::after {
|
|
|
4550
4569
|
}
|
|
4551
4570
|
body.ordering-process button#submit-order .order-button-text,
|
|
4552
4571
|
button.next-step-finish .order-button-text {
|
|
4553
|
-
font-size:
|
|
4572
|
+
font-size: 19px !important;
|
|
4554
4573
|
font-weight: var(--gl-w-medium) !important;
|
|
4555
4574
|
text-transform: uppercase !important;
|
|
4556
4575
|
letter-spacing: 0.08em !important;
|
|
4557
|
-
line-height:
|
|
4576
|
+
line-height: 2.1 !important;
|
|
4558
4577
|
}
|
|
4559
4578
|
body.ordering-process button#submit-order .order-button-suffix,
|
|
4560
4579
|
button.next-step-finish .order-button-suffix {
|
|
@@ -5189,7 +5208,7 @@ h4.order-icon.order-summary,
|
|
|
5189
5208
|
.box-headline.order-icon,
|
|
5190
5209
|
.shipping-billing-table h4.order-icon {
|
|
5191
5210
|
background-image: none !important;
|
|
5192
|
-
padding-left:
|
|
5211
|
+
padding-left: 20px !important;
|
|
5193
5212
|
}
|
|
5194
5213
|
h4.order-icon::before,
|
|
5195
5214
|
h4.order-icon::after {
|
|
@@ -6024,7 +6043,7 @@ body.type-detail .p-detail-info {
|
|
|
6024
6043
|
}
|
|
6025
6044
|
|
|
6026
6045
|
/* --- Quantity stepper: rámeček + +/- buttony --- */
|
|
6027
|
-
body.type-detail span.quantity {
|
|
6046
|
+
body.type-detail .content span.quantity {
|
|
6028
6047
|
display: inline-flex !important;
|
|
6029
6048
|
align-items: stretch !important;
|
|
6030
6049
|
height: 52px;
|
|
@@ -6035,14 +6054,14 @@ body.type-detail span.quantity {
|
|
|
6035
6054
|
isolation: isolate;
|
|
6036
6055
|
padding: 0 !important;
|
|
6037
6056
|
}
|
|
6038
|
-
body.type-detail span.quantity > label {
|
|
6057
|
+
body.type-detail .content span.quantity > label {
|
|
6039
6058
|
display: flex !important;
|
|
6040
6059
|
align-items: center;
|
|
6041
6060
|
order: 2;
|
|
6042
6061
|
margin: 0 !important;
|
|
6043
6062
|
padding: 0 !important;
|
|
6044
6063
|
}
|
|
6045
|
-
body.type-detail span.quantity input.amount {
|
|
6064
|
+
body.type-detail .content span.quantity input.amount {
|
|
6046
6065
|
width: 56px !important;
|
|
6047
6066
|
height: 50px !important;
|
|
6048
6067
|
border: 0 !important;
|
|
@@ -6052,39 +6071,39 @@ body.type-detail span.quantity input.amount {
|
|
|
6052
6071
|
font-size: 16px !important;
|
|
6053
6072
|
font-weight: var(--gl-w-medium) !important;
|
|
6054
6073
|
line-height: 50px !important;
|
|
6055
|
-
-moz-appearance: textfield !important;
|
|
6056
6074
|
-webkit-appearance: none !important;
|
|
6057
6075
|
appearance: none !important;
|
|
6076
|
+
-moz-appearance: textfield !important;
|
|
6058
6077
|
padding: 0 !important;
|
|
6059
6078
|
margin: 0 !important;
|
|
6060
6079
|
box-sizing: border-box !important;
|
|
6061
6080
|
color: var(--gl-fg-1) !important;
|
|
6062
6081
|
overflow: hidden !important;
|
|
6063
6082
|
}
|
|
6064
|
-
body.type-detail span.quantity label {
|
|
6083
|
+
body.type-detail .content span.quantity label {
|
|
6065
6084
|
overflow: hidden !important;
|
|
6066
6085
|
position: relative !important;
|
|
6067
6086
|
background: var(--gl-white);
|
|
6068
6087
|
}
|
|
6069
|
-
body.type-detail span.quantity input.amount::-webkit-outer-spin-button,
|
|
6070
|
-
body.type-detail span.quantity input.amount::-webkit-inner-spin-button,
|
|
6071
|
-
body.type-detail input[type="number"]::-webkit-outer-spin-button,
|
|
6072
|
-
body.type-detail input[type="number"]::-webkit-inner-spin-button {
|
|
6088
|
+
body.type-detail .content span.quantity input.amount::-webkit-outer-spin-button,
|
|
6089
|
+
body.type-detail .content span.quantity input.amount::-webkit-inner-spin-button,
|
|
6090
|
+
body.type-detail .content input[type="number"]::-webkit-outer-spin-button,
|
|
6091
|
+
body.type-detail .content input[type="number"]::-webkit-inner-spin-button {
|
|
6073
6092
|
-webkit-appearance: none !important;
|
|
6074
6093
|
appearance: none !important;
|
|
6075
6094
|
margin: 0 !important;
|
|
6076
6095
|
display: none !important;
|
|
6077
6096
|
}
|
|
6078
|
-
body.type-detail input[type="number"] {
|
|
6097
|
+
body.type-detail .content input[type="number"] {
|
|
6079
6098
|
-moz-appearance: textfield !important;
|
|
6080
6099
|
appearance: textfield !important;
|
|
6081
6100
|
}
|
|
6082
|
-
body.type-detail span.quantity input.amount:focus {
|
|
6101
|
+
body.type-detail .content span.quantity input.amount:focus {
|
|
6083
6102
|
outline: none;
|
|
6084
6103
|
box-shadow: inset 0 0 0 2px var(--gl-fg-1);
|
|
6085
6104
|
}
|
|
6086
|
-
body.type-detail span.quantity button.increase,
|
|
6087
|
-
body.type-detail span.quantity button.decrease {
|
|
6105
|
+
body.type-detail .content span.quantity button.increase,
|
|
6106
|
+
body.type-detail .content span.quantity button.decrease {
|
|
6088
6107
|
display: inline-flex !important;
|
|
6089
6108
|
align-items: center;
|
|
6090
6109
|
justify-content: center;
|
|
@@ -6108,32 +6127,37 @@ body.type-detail span.quantity button.decrease {
|
|
|
6108
6127
|
transition: background-color .15s, color .15s;
|
|
6109
6128
|
flex: 0 0 auto !important;
|
|
6110
6129
|
}
|
|
6111
|
-
body.type-detail span.quantity button.
|
|
6112
|
-
body.type-detail span.quantity button.
|
|
6113
|
-
|
|
6114
|
-
|
|
6130
|
+
body.type-detail .content span.quantity button.increase:before,
|
|
6131
|
+
body.type-detail .content span.quantity button.decrease:before {
|
|
6132
|
+
content: none !important;
|
|
6133
|
+
display: none !important;
|
|
6134
|
+
}
|
|
6135
|
+
body.type-detail .content span.quantity button.decrease { order: 1; border-right: 1px solid var(--gl-stroke-1) !important; }
|
|
6136
|
+
body.type-detail .content span.quantity button.increase { order: 3; border-left: 1px solid var(--gl-stroke-1) !important; }
|
|
6137
|
+
body.type-detail .content span.quantity button.increase:hover,
|
|
6138
|
+
body.type-detail .content span.quantity button.decrease:hover {
|
|
6115
6139
|
background: var(--gl-fg-1) !important;
|
|
6116
6140
|
color: var(--gl-white) !important;
|
|
6117
6141
|
}
|
|
6118
|
-
body.type-detail span.quantity button.increase:focus-visible,
|
|
6119
|
-
body.type-detail span.quantity button.decrease:focus-visible {
|
|
6142
|
+
body.type-detail .content span.quantity button.increase:focus-visible,
|
|
6143
|
+
body.type-detail .content span.quantity button.decrease:focus-visible {
|
|
6120
6144
|
outline: 2px solid var(--gl-fg-1);
|
|
6121
6145
|
outline-offset: 2px;
|
|
6122
6146
|
z-index: 1;
|
|
6123
6147
|
}
|
|
6124
|
-
body.type-detail span.quantity button.increase:disabled,
|
|
6125
|
-
body.type-detail span.quantity button.decrease:disabled,
|
|
6126
|
-
body.type-detail span.quantity button.increase[disabled],
|
|
6127
|
-
body.type-detail span.quantity button.decrease[disabled] {
|
|
6148
|
+
body.type-detail .content span.quantity button.increase:disabled,
|
|
6149
|
+
body.type-detail .content span.quantity button.decrease:disabled,
|
|
6150
|
+
body.type-detail .content span.quantity button.increase[disabled],
|
|
6151
|
+
body.type-detail .content span.quantity button.decrease[disabled] {
|
|
6128
6152
|
background: var(--gl-white) !important;
|
|
6129
6153
|
color: var(--gl-fg-2) !important;
|
|
6130
6154
|
opacity: 0.4;
|
|
6131
6155
|
cursor: not-allowed;
|
|
6132
6156
|
}
|
|
6133
|
-
body.type-detail span.quantity button.increase span,
|
|
6134
|
-
body.type-detail span.quantity button.decrease span,
|
|
6135
|
-
body.type-detail span.quantity .increase__sign,
|
|
6136
|
-
body.type-detail span.quantity .decrease__sign {
|
|
6157
|
+
body.type-detail .content span.quantity button.increase span,
|
|
6158
|
+
body.type-detail .content span.quantity button.decrease span,
|
|
6159
|
+
body.type-detail .content span.quantity .increase__sign,
|
|
6160
|
+
body.type-detail .content span.quantity .decrease__sign {
|
|
6137
6161
|
position: static !important;
|
|
6138
6162
|
top: auto !important;
|
|
6139
6163
|
left: auto !important;
|
|
@@ -6150,13 +6174,13 @@ body.type-detail span.quantity .decrease__sign {
|
|
|
6150
6174
|
display: inline-block !important;
|
|
6151
6175
|
}
|
|
6152
6176
|
/* Hide vendor tooltips inside quantity (anywhere, vč. ::before/::after) */
|
|
6153
|
-
body.type-detail span.quantity > .increase-tooltip,
|
|
6154
|
-
body.type-detail span.quantity > .decrease-tooltip,
|
|
6155
|
-
body.type-detail span.quantity .js-increase-tooltip,
|
|
6156
|
-
body.type-detail span.quantity .js-decrease-tooltip,
|
|
6157
|
-
body.type-detail span.quantity [role="tooltip"],
|
|
6158
|
-
body.type-detail span.quantity [data-trigger="manual"],
|
|
6159
|
-
body.type-detail span.quantity [data-testid="tooltip"] {
|
|
6177
|
+
body.type-detail .content span.quantity > .increase-tooltip,
|
|
6178
|
+
body.type-detail .content span.quantity > .decrease-tooltip,
|
|
6179
|
+
body.type-detail .content span.quantity .js-increase-tooltip,
|
|
6180
|
+
body.type-detail .content span.quantity .js-decrease-tooltip,
|
|
6181
|
+
body.type-detail .content span.quantity [role="tooltip"],
|
|
6182
|
+
body.type-detail .content span.quantity [data-trigger="manual"],
|
|
6183
|
+
body.type-detail .content span.quantity [data-testid="tooltip"] {
|
|
6160
6184
|
display: none !important;
|
|
6161
6185
|
visibility: hidden !important;
|
|
6162
6186
|
width: 0 !important;
|
|
@@ -6166,19 +6190,19 @@ body.type-detail span.quantity [data-testid="tooltip"] {
|
|
|
6166
6190
|
left: -99999px !important;
|
|
6167
6191
|
overflow: hidden !important;
|
|
6168
6192
|
}
|
|
6169
|
-
body.type-detail span.quantity > .increase-tooltip::before,
|
|
6170
|
-
body.type-detail span.quantity > .increase-tooltip::after,
|
|
6171
|
-
body.type-detail span.quantity > .decrease-tooltip::before,
|
|
6172
|
-
body.type-detail span.quantity > .decrease-tooltip::after { content: none !important; display: none !important; }
|
|
6193
|
+
body.type-detail .content span.quantity > .increase-tooltip::before,
|
|
6194
|
+
body.type-detail .content span.quantity > .increase-tooltip::after,
|
|
6195
|
+
body.type-detail .content span.quantity > .decrease-tooltip::before,
|
|
6196
|
+
body.type-detail .content span.quantity > .decrease-tooltip::after { content: none !important; display: none !important; }
|
|
6173
6197
|
|
|
6174
6198
|
/* --- Add-to-cart: full-row layout (qty + button na jedné lince) --- */
|
|
6175
|
-
body.type-detail div.add-to-cart {
|
|
6199
|
+
body.type-detail .content div.add-to-cart {
|
|
6176
6200
|
margin: 4px 0 0 !important;
|
|
6177
6201
|
align-items: stretch !important;
|
|
6178
6202
|
justify-content: flex-start !important;
|
|
6179
6203
|
flex-wrap: nowrap !important;
|
|
6180
6204
|
}
|
|
6181
|
-
body.type-detail div.add-to-cart button.add-to-cart-button {
|
|
6205
|
+
body.type-detail .content div.add-to-cart button.add-to-cart-button {
|
|
6182
6206
|
flex: 1 1 auto !important;
|
|
6183
6207
|
min-width: 0 !important;
|
|
6184
6208
|
width: auto !important;
|
|
@@ -6186,7 +6210,7 @@ body.type-detail div.add-to-cart button.add-to-cart-button {
|
|
|
6186
6210
|
position: relative;
|
|
6187
6211
|
padding: 0 56px 0 24px !important;
|
|
6188
6212
|
}
|
|
6189
|
-
body.type-detail div.add-to-cart button.add-to-cart-button::after {
|
|
6213
|
+
body.type-detail .content div.add-to-cart button.add-to-cart-button::after {
|
|
6190
6214
|
content: "";
|
|
6191
6215
|
position: absolute;
|
|
6192
6216
|
right: 24px;
|
|
@@ -6197,15 +6221,15 @@ body.type-detail div.add-to-cart button.add-to-cart-button::after {
|
|
|
6197
6221
|
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;
|
|
6198
6222
|
transition: transform .15s, background-image .15s;
|
|
6199
6223
|
}
|
|
6200
|
-
body.type-detail div.add-to-cart button.add-to-cart-button:hover::after {
|
|
6224
|
+
body.type-detail .content div.add-to-cart button.add-to-cart-button:hover::after {
|
|
6201
6225
|
transform: translate(3px, -50%);
|
|
6202
6226
|
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>");
|
|
6203
6227
|
}
|
|
6204
6228
|
|
|
6205
6229
|
/* --- Detail short description: schovat (design nemá pod cenou) --- */
|
|
6206
|
-
body.type-detail .p-info-wrapper .chevron-after.chevron-down-after,
|
|
6207
|
-
body.type-detail .p-info-wrapper [data-testid="productCardDescr"],
|
|
6208
|
-
body.type-detail .p-info-wrapper .p-short-description,
|
|
6230
|
+
body.type-detail .content .p-info-wrapper .chevron-after.chevron-down-after,
|
|
6231
|
+
body.type-detail .content .p-info-wrapper [data-testid="productCardDescr"],
|
|
6232
|
+
body.type-detail .content .p-info-wrapper .p-short-description,
|
|
6209
6233
|
body.type-detail .p-info-wrapper [itemprop="description"] {
|
|
6210
6234
|
display: none !important;
|
|
6211
6235
|
}
|
|
@@ -6689,6 +6713,8 @@ body.type-detail .content-wrapper-in {
|
|
|
6689
6713
|
#cart-widget .cart-widget-products,
|
|
6690
6714
|
.cart-widget .cart-widget-products {
|
|
6691
6715
|
overflow-x: hidden !important;
|
|
6716
|
+
padding-left:5px !important;
|
|
6717
|
+
padding-right:5px !important;
|
|
6692
6718
|
}
|
|
6693
6719
|
#cart-widget .cart-widget-products-inner,
|
|
6694
6720
|
#cart-widget .cart-widget-product {
|
|
@@ -7053,7 +7079,7 @@ body.type-detail span.quantity input[type="number"]::-webkit-outer-spin-button {
|
|
|
7053
7079
|
#cart-widget .cart-widget-product {
|
|
7054
7080
|
display: flex !important;
|
|
7055
7081
|
align-items: center;
|
|
7056
|
-
gap:
|
|
7082
|
+
gap: 11px;
|
|
7057
7083
|
width: 100% !important;
|
|
7058
7084
|
box-sizing: border-box;
|
|
7059
7085
|
padding: 4px 0;
|
|
@@ -7102,19 +7128,29 @@ body.type-detail span.quantity input[type="number"]::-webkit-outer-spin-button {
|
|
|
7102
7128
|
#cart-widget .cart-widget-product-delete {
|
|
7103
7129
|
order: 4;
|
|
7104
7130
|
flex: 0 0 auto;
|
|
7131
|
+
visibility: visible !important;
|
|
7105
7132
|
}
|
|
7106
7133
|
/* Kompaktní stepper ve widgetu (override detail leak) */
|
|
7107
7134
|
#cart-widget span.quantity {
|
|
7108
|
-
height:
|
|
7135
|
+
height: 35px !important;
|
|
7109
7136
|
border: 1px solid var(--gl-stroke-1) !important;
|
|
7110
7137
|
width: auto !important;
|
|
7138
|
+
overflow: hidden;
|
|
7139
|
+
}
|
|
7140
|
+
.quantity-form .quantity {
|
|
7141
|
+
padding-right: 34px !important;
|
|
7111
7142
|
}
|
|
7112
7143
|
#cart-widget span.quantity button.increase,
|
|
7113
7144
|
#cart-widget span.quantity button.decrease {
|
|
7114
|
-
|
|
7145
|
+
width: 17px !important;
|
|
7115
7146
|
min-width: 26px !important;
|
|
7116
|
-
height:
|
|
7147
|
+
height: 16px !important;
|
|
7117
7148
|
font-size: 14px !important;
|
|
7149
|
+
display: block;
|
|
7150
|
+
margin: 0 !important;
|
|
7151
|
+
}
|
|
7152
|
+
.quantity-form .quantity .decrease {
|
|
7153
|
+
top: 16px !important;
|
|
7118
7154
|
}
|
|
7119
7155
|
#cart-widget span.quantity > label,
|
|
7120
7156
|
#cart-widget span.quantity input.amount,
|