prismic-slicemachine-to-hydrogen-jrhcn 0.1.613 → 0.1.614
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/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles.css +550 -67
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles.css +550 -67
- package/dist/prismicio-types.d.ts +777 -67
- package/package.json +1 -1
package/dist/esm/styles.css
CHANGED
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
src: local("Industry Book Italic"), url("https://img.roka.com/fonts/industry/Industry-BookItalic.eot?#iefix") format("embedded-opentype"), url("https://img.roka.com/fonts/industry/Industry-BookItalic.woff2") format("woff2"), url("https://img.roka.com/fonts/industry/Industry-BookItalic.woff") format("woff"), url("https://img.roka.com/fonts/industry/Industry-BookItalic.ttf") format("truetype");
|
|
15
15
|
font-weight: 400;
|
|
16
16
|
font-style: normal;
|
|
17
|
-
unicode-range: U+000-5FF;
|
|
18
17
|
font-display: swap;
|
|
19
18
|
}
|
|
20
19
|
@font-face {
|
|
@@ -4483,6 +4482,71 @@ header a {
|
|
|
4483
4482
|
}
|
|
4484
4483
|
}
|
|
4485
4484
|
|
|
4485
|
+
.hero.hero--helpRead .heroImage:before {
|
|
4486
|
+
background: rgba(0, 0, 0, 0.333);
|
|
4487
|
+
content: "";
|
|
4488
|
+
display: block;
|
|
4489
|
+
height: 100%;
|
|
4490
|
+
position: absolute;
|
|
4491
|
+
width: 100%;
|
|
4492
|
+
left: 0;
|
|
4493
|
+
bottom: 0;
|
|
4494
|
+
}
|
|
4495
|
+
|
|
4496
|
+
.hero.heroBlog .heroContent {
|
|
4497
|
+
max-width: 840px;
|
|
4498
|
+
}
|
|
4499
|
+
.hero.heroBlog .heroContent h1, .hero.heroBlog .heroContent p {
|
|
4500
|
+
max-width: initial;
|
|
4501
|
+
}
|
|
4502
|
+
@media screen and (max-width: 991px) {
|
|
4503
|
+
.hero.heroBlog .heroContent h1 {
|
|
4504
|
+
font-size: 2rem;
|
|
4505
|
+
}
|
|
4506
|
+
}
|
|
4507
|
+
@media screen and (max-width: 479px) {
|
|
4508
|
+
.hero.heroBlog .heroContent h1 {
|
|
4509
|
+
font-size: 1.5rem;
|
|
4510
|
+
}
|
|
4511
|
+
}
|
|
4512
|
+
.hero.heroBlog .heroBlogMeta {
|
|
4513
|
+
font-family: "Industry Demi", sans-serif;
|
|
4514
|
+
font-weight: normal;
|
|
4515
|
+
letter-spacing: 0.5px;
|
|
4516
|
+
text-transform: uppercase;
|
|
4517
|
+
font-size: 0.75rem;
|
|
4518
|
+
color: #fff;
|
|
4519
|
+
opacity: 0.6;
|
|
4520
|
+
}
|
|
4521
|
+
@media screen and (max-width: 760px) {
|
|
4522
|
+
.hero.heroBlog .heroBlogMeta {
|
|
4523
|
+
font-size: 0.75rem;
|
|
4524
|
+
}
|
|
4525
|
+
}
|
|
4526
|
+
.hero.heroBlog .heroBlogMeta a {
|
|
4527
|
+
color: #fff;
|
|
4528
|
+
}
|
|
4529
|
+
.hero.heroBlog.heroBlog--centeredContent {
|
|
4530
|
+
justify-content: center;
|
|
4531
|
+
}
|
|
4532
|
+
.hero.heroBlog.heroBlog--centeredContent .heroContent {
|
|
4533
|
+
margin: 0 auto;
|
|
4534
|
+
text-align: center;
|
|
4535
|
+
}
|
|
4536
|
+
.hero.heroBlog.heroBlog--centeredContent .heroImage:after {
|
|
4537
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
|
|
4538
|
+
content: "";
|
|
4539
|
+
display: block;
|
|
4540
|
+
height: 65%;
|
|
4541
|
+
position: absolute;
|
|
4542
|
+
width: 100%;
|
|
4543
|
+
left: 0;
|
|
4544
|
+
bottom: 0;
|
|
4545
|
+
}
|
|
4546
|
+
.hero.heroBlog.heroBlog--centeredContent .heroCTAs {
|
|
4547
|
+
justify-content: center;
|
|
4548
|
+
}
|
|
4549
|
+
|
|
4486
4550
|
.imageCaption {
|
|
4487
4551
|
position: absolute;
|
|
4488
4552
|
bottom: 36px;
|
|
@@ -14823,6 +14887,425 @@ input#yoga:checked + label:before {
|
|
|
14823
14887
|
margin: 25px 0 0;
|
|
14824
14888
|
}
|
|
14825
14889
|
|
|
14890
|
+
.blogAboutROKA {
|
|
14891
|
+
background: #f7f7f7;
|
|
14892
|
+
padding: 80px 18px;
|
|
14893
|
+
width: 100%;
|
|
14894
|
+
}
|
|
14895
|
+
.blogAboutROKA .blogAboutROKA-content {
|
|
14896
|
+
margin: 0 auto;
|
|
14897
|
+
max-width: 720px;
|
|
14898
|
+
width: 100%;
|
|
14899
|
+
}
|
|
14900
|
+
.blogAboutROKA .blogAboutROKA-content > :first-child {
|
|
14901
|
+
margin-top: 0;
|
|
14902
|
+
}
|
|
14903
|
+
.blogAboutROKA .blogAboutROKA-content p {
|
|
14904
|
+
font-size: 0.875rem;
|
|
14905
|
+
}
|
|
14906
|
+
@media screen and (max-width: 760px) {
|
|
14907
|
+
.blogAboutROKA .blogAboutROKA-content p {
|
|
14908
|
+
font-size: 0.875rem;
|
|
14909
|
+
}
|
|
14910
|
+
}
|
|
14911
|
+
|
|
14912
|
+
.blogIndex {
|
|
14913
|
+
display: flex;
|
|
14914
|
+
flex-direction: column;
|
|
14915
|
+
margin: 0 auto;
|
|
14916
|
+
padding: 80px 36px;
|
|
14917
|
+
max-width: 1370px;
|
|
14918
|
+
width: 100%;
|
|
14919
|
+
}
|
|
14920
|
+
@media screen and (max-width: 991px) {
|
|
14921
|
+
.blogIndex {
|
|
14922
|
+
padding: 54px 18px;
|
|
14923
|
+
}
|
|
14924
|
+
}
|
|
14925
|
+
|
|
14926
|
+
.blogIndexFilter + .blogIndexPosts {
|
|
14927
|
+
margin-top: 40px;
|
|
14928
|
+
}
|
|
14929
|
+
|
|
14930
|
+
.blogIndexPosts + .blogIndexPagination {
|
|
14931
|
+
margin-top: 80px;
|
|
14932
|
+
}
|
|
14933
|
+
@media screen and (max-width: 991px) {
|
|
14934
|
+
.blogIndexPosts + .blogIndexPagination {
|
|
14935
|
+
margin-top: 54px;
|
|
14936
|
+
}
|
|
14937
|
+
}
|
|
14938
|
+
|
|
14939
|
+
.blogIndexPosts {
|
|
14940
|
+
display: flex;
|
|
14941
|
+
flex-wrap: wrap;
|
|
14942
|
+
gap: 54px 36px;
|
|
14943
|
+
}
|
|
14944
|
+
.blogIndexPosts .blogIndexPost {
|
|
14945
|
+
display: flex;
|
|
14946
|
+
flex-direction: column;
|
|
14947
|
+
gap: 6px;
|
|
14948
|
+
text-decoration: none;
|
|
14949
|
+
width: calc(33.3333% - 36px + 12px);
|
|
14950
|
+
}
|
|
14951
|
+
.blogIndexPosts .blogIndexPost:hover .blogIndexPost-content {
|
|
14952
|
+
opacity: 0.6;
|
|
14953
|
+
}
|
|
14954
|
+
@media screen and (max-width: 991px) {
|
|
14955
|
+
.blogIndexPosts .blogIndexPost {
|
|
14956
|
+
width: calc(50% - 36px + 18px);
|
|
14957
|
+
}
|
|
14958
|
+
}
|
|
14959
|
+
@media screen and (max-width: 760px) {
|
|
14960
|
+
.blogIndexPosts .blogIndexPost {
|
|
14961
|
+
width: 100%;
|
|
14962
|
+
}
|
|
14963
|
+
}
|
|
14964
|
+
.blogIndexPosts .blogIndexPost h2 {
|
|
14965
|
+
font-size: 1rem;
|
|
14966
|
+
}
|
|
14967
|
+
@media screen and (max-width: 760px) {
|
|
14968
|
+
.blogIndexPosts .blogIndexPost h2 {
|
|
14969
|
+
font-size: 1rem;
|
|
14970
|
+
}
|
|
14971
|
+
}
|
|
14972
|
+
.blogIndexPosts .blogIndexPost p {
|
|
14973
|
+
font-size: 0.875rem;
|
|
14974
|
+
margin-top: 2px;
|
|
14975
|
+
}
|
|
14976
|
+
@media screen and (max-width: 760px) {
|
|
14977
|
+
.blogIndexPosts .blogIndexPost p {
|
|
14978
|
+
font-size: 0.875rem;
|
|
14979
|
+
}
|
|
14980
|
+
}
|
|
14981
|
+
.blogIndexPosts .blogIndexPost .blogIndexPost-image {
|
|
14982
|
+
aspect-ratio: 1.5/1;
|
|
14983
|
+
height: auto;
|
|
14984
|
+
overflow: hidden;
|
|
14985
|
+
width: 100%;
|
|
14986
|
+
}
|
|
14987
|
+
.blogIndexPosts .blogIndexPost .blogIndexPost-image img {
|
|
14988
|
+
display: block;
|
|
14989
|
+
height: 100%;
|
|
14990
|
+
object-fit: cover;
|
|
14991
|
+
object-position: center center;
|
|
14992
|
+
width: 100%;
|
|
14993
|
+
}
|
|
14994
|
+
.blogIndexPosts .blogIndexPost .blogIndexPost-content {
|
|
14995
|
+
transition: opacity ease-out;
|
|
14996
|
+
}
|
|
14997
|
+
.blogIndexPosts .blogIndexPost .blogIndexPost-content > :first-child {
|
|
14998
|
+
margin-top: 0;
|
|
14999
|
+
}
|
|
15000
|
+
|
|
15001
|
+
.blogIndexPagination {
|
|
15002
|
+
font-family: "Industry Demi", sans-serif;
|
|
15003
|
+
font-weight: normal;
|
|
15004
|
+
letter-spacing: 0.5px;
|
|
15005
|
+
text-transform: uppercase;
|
|
15006
|
+
font-size: 0.875rem;
|
|
15007
|
+
align-items: center;
|
|
15008
|
+
align-self: center;
|
|
15009
|
+
display: flex;
|
|
15010
|
+
gap: 36px;
|
|
15011
|
+
}
|
|
15012
|
+
@media screen and (max-width: 760px) {
|
|
15013
|
+
.blogIndexPagination {
|
|
15014
|
+
font-size: 0.875rem;
|
|
15015
|
+
}
|
|
15016
|
+
}
|
|
15017
|
+
.blogIndexPagination a {
|
|
15018
|
+
text-decoration: none;
|
|
15019
|
+
transition: opacity 0.2s ease-out;
|
|
15020
|
+
}
|
|
15021
|
+
.blogIndexPagination a:hover {
|
|
15022
|
+
opacity: 0.5;
|
|
15023
|
+
}
|
|
15024
|
+
.blogIndexPagination .blogIndexPagination-pages {
|
|
15025
|
+
display: flex;
|
|
15026
|
+
gap: 12px;
|
|
15027
|
+
}
|
|
15028
|
+
.blogIndexPagination .blogIndexPagination-next,
|
|
15029
|
+
.blogIndexPagination .blogIndexPagination-previous {
|
|
15030
|
+
display: block;
|
|
15031
|
+
height: 36px;
|
|
15032
|
+
overflow: hidden;
|
|
15033
|
+
text-indent: -9999rem;
|
|
15034
|
+
width: 36px;
|
|
15035
|
+
}
|
|
15036
|
+
.blogIndexPagination .blogIndexPagination-next {
|
|
15037
|
+
background: url("https://img.roka.com/hydrogen/public/img/symbol-arrow-circle-next.svg") center center no-repeat;
|
|
15038
|
+
background-size: 100% 100%;
|
|
15039
|
+
}
|
|
15040
|
+
.blogIndexPagination .blogIndexPagination-previous {
|
|
15041
|
+
background: url("https://img.roka.com/hydrogen/public/img/symbol-arrow-circle-back.svg") center center no-repeat;
|
|
15042
|
+
background-size: 100% 100%;
|
|
15043
|
+
}
|
|
15044
|
+
.blogIndexPagination .blogIndexPagination-current {
|
|
15045
|
+
color: #9b9b9b;
|
|
15046
|
+
}
|
|
15047
|
+
|
|
15048
|
+
.blogIndexFilter {
|
|
15049
|
+
align-items: center;
|
|
15050
|
+
display: flex;
|
|
15051
|
+
gap: 24px 36px;
|
|
15052
|
+
}
|
|
15053
|
+
@media screen and (max-width: 760px) {
|
|
15054
|
+
.blogIndexFilter {
|
|
15055
|
+
align-items: flex-start;
|
|
15056
|
+
flex-direction: column;
|
|
15057
|
+
}
|
|
15058
|
+
}
|
|
15059
|
+
.blogIndexFilter .blogIndexCategories {
|
|
15060
|
+
font-family: "Industry Demi", sans-serif;
|
|
15061
|
+
font-weight: normal;
|
|
15062
|
+
letter-spacing: 0.5px;
|
|
15063
|
+
text-transform: uppercase;
|
|
15064
|
+
font-size: 0.875rem;
|
|
15065
|
+
align-self: flex-end;
|
|
15066
|
+
margin-bottom: 8px;
|
|
15067
|
+
min-width: 240px;
|
|
15068
|
+
position: relative;
|
|
15069
|
+
}
|
|
15070
|
+
@media screen and (max-width: 760px) {
|
|
15071
|
+
.blogIndexFilter .blogIndexCategories {
|
|
15072
|
+
font-size: 0.875rem;
|
|
15073
|
+
}
|
|
15074
|
+
}
|
|
15075
|
+
@media screen and (max-width: 760px) {
|
|
15076
|
+
.blogIndexFilter .blogIndexCategories {
|
|
15077
|
+
align-self: flex-start;
|
|
15078
|
+
}
|
|
15079
|
+
}
|
|
15080
|
+
.blogIndexFilter .blogIndexCategories .blogIndexCategories-select {
|
|
15081
|
+
align-items: center;
|
|
15082
|
+
cursor: pointer;
|
|
15083
|
+
display: flex;
|
|
15084
|
+
gap: 6px;
|
|
15085
|
+
}
|
|
15086
|
+
.blogIndexFilter .blogIndexCategories .blogIndexCategories-select:before {
|
|
15087
|
+
background: transparent url("https://img.roka.com/hydrogen/public/img/symbol-triangle-down-black.svg") center center no-repeat;
|
|
15088
|
+
content: "";
|
|
15089
|
+
display: block;
|
|
15090
|
+
height: 8px;
|
|
15091
|
+
width: 12px;
|
|
15092
|
+
}
|
|
15093
|
+
.blogIndexFilter .blogIndexCategories .blogIndexCategories-select:hover:before {
|
|
15094
|
+
scale: -1;
|
|
15095
|
+
}
|
|
15096
|
+
.blogIndexFilter .blogIndexCategories .blogIndexCategories-select:hover ul {
|
|
15097
|
+
display: block;
|
|
15098
|
+
}
|
|
15099
|
+
.blogIndexFilter .blogIndexCategories .blogIndexCategories-select ul {
|
|
15100
|
+
background: #fff;
|
|
15101
|
+
border: 1px solid #222;
|
|
15102
|
+
display: none;
|
|
15103
|
+
left: 0;
|
|
15104
|
+
list-style-type: none;
|
|
15105
|
+
margin: 0;
|
|
15106
|
+
padding: 6px 8px 8px;
|
|
15107
|
+
position: absolute;
|
|
15108
|
+
top: 22px;
|
|
15109
|
+
width: 100%;
|
|
15110
|
+
z-index: 1;
|
|
15111
|
+
}
|
|
15112
|
+
.blogIndexFilter .blogIndexCategories .blogIndexCategories-select ul li {
|
|
15113
|
+
padding: 4px;
|
|
15114
|
+
width: 100%;
|
|
15115
|
+
}
|
|
15116
|
+
.blogIndexFilter .blogIndexCategories .blogIndexCategories-select ul li:hover, .blogIndexFilter .blogIndexCategories .blogIndexCategories-select ul li.active {
|
|
15117
|
+
background: #e0e2e2;
|
|
15118
|
+
}
|
|
15119
|
+
.blogIndexFilter .blogIndexCategories .blogIndexCategories-select ul li a {
|
|
15120
|
+
display: inline-block;
|
|
15121
|
+
text-decoration: none;
|
|
15122
|
+
width: 100%;
|
|
15123
|
+
}
|
|
15124
|
+
.blogIndexFilter .blogIndexSearch {
|
|
15125
|
+
flex: 1;
|
|
15126
|
+
margin-left: auto;
|
|
15127
|
+
max-width: 540px;
|
|
15128
|
+
}
|
|
15129
|
+
@media screen and (max-width: 760px) {
|
|
15130
|
+
.blogIndexFilter .blogIndexSearch {
|
|
15131
|
+
margin: 0;
|
|
15132
|
+
max-width: inherit;
|
|
15133
|
+
width: 100%;
|
|
15134
|
+
}
|
|
15135
|
+
}
|
|
15136
|
+
.blogIndexFilter .blogIndexSearch form {
|
|
15137
|
+
align-items: flex-end;
|
|
15138
|
+
display: flex;
|
|
15139
|
+
}
|
|
15140
|
+
.blogIndexFilter .blogIndexSearch .blogIndexSearch-query {
|
|
15141
|
+
display: flex;
|
|
15142
|
+
flex-direction: column;
|
|
15143
|
+
flex: 1;
|
|
15144
|
+
gap: 8px;
|
|
15145
|
+
}
|
|
15146
|
+
.blogIndexFilter .blogIndexSearch .blogIndexSearch-query label {
|
|
15147
|
+
font-family: "Industry Demi", sans-serif;
|
|
15148
|
+
font-weight: normal;
|
|
15149
|
+
letter-spacing: 0.5px;
|
|
15150
|
+
text-transform: uppercase;
|
|
15151
|
+
font-size: 0.875rem;
|
|
15152
|
+
}
|
|
15153
|
+
@media screen and (max-width: 760px) {
|
|
15154
|
+
.blogIndexFilter .blogIndexSearch .blogIndexSearch-query label {
|
|
15155
|
+
font-size: 0.875rem;
|
|
15156
|
+
}
|
|
15157
|
+
}
|
|
15158
|
+
.blogIndexFilter .blogIndexSearch .blogIndexSearch-query input[type=search] {
|
|
15159
|
+
background: #f7f7f7;
|
|
15160
|
+
border: none;
|
|
15161
|
+
height: 42px;
|
|
15162
|
+
margin: 0;
|
|
15163
|
+
}
|
|
15164
|
+
.blogIndexFilter .blogIndexSearch .blogIndexSearch-query input[type=search]::placeholder {
|
|
15165
|
+
color: #9b9b9b;
|
|
15166
|
+
}
|
|
15167
|
+
.blogIndexFilter .blogIndexSearch button {
|
|
15168
|
+
background: transparent url(https://img.roka.com/hydrogen/public/img/icon-search.svg) center center no-repeat;
|
|
15169
|
+
background-size: 22px 22px;
|
|
15170
|
+
border: none;
|
|
15171
|
+
cursor: pointer;
|
|
15172
|
+
display: flex;
|
|
15173
|
+
height: 42px;
|
|
15174
|
+
text-indent: -9999rem;
|
|
15175
|
+
margin: 0;
|
|
15176
|
+
padding: 0;
|
|
15177
|
+
transition: opacity 0.2s ease-out;
|
|
15178
|
+
width: 42px;
|
|
15179
|
+
}
|
|
15180
|
+
.blogIndexFilter .blogIndexSearch button:hover {
|
|
15181
|
+
opacity: 0.6;
|
|
15182
|
+
}
|
|
15183
|
+
|
|
15184
|
+
.blogPostContent {
|
|
15185
|
+
margin: 80px auto;
|
|
15186
|
+
max-width: 720px;
|
|
15187
|
+
overflow: hidden;
|
|
15188
|
+
padding: 0 18px;
|
|
15189
|
+
width: 100%;
|
|
15190
|
+
}
|
|
15191
|
+
@media screen and (max-width: 991px) {
|
|
15192
|
+
.blogPostContent {
|
|
15193
|
+
margin: 54px auto;
|
|
15194
|
+
}
|
|
15195
|
+
}
|
|
15196
|
+
.blogPostContent > :first-child {
|
|
15197
|
+
margin-top: 0;
|
|
15198
|
+
}
|
|
15199
|
+
.blogPostContent img {
|
|
15200
|
+
display: block;
|
|
15201
|
+
height: auto;
|
|
15202
|
+
margin: 40px auto;
|
|
15203
|
+
max-width: 100%;
|
|
15204
|
+
width: 100%;
|
|
15205
|
+
}
|
|
15206
|
+
.blogPostContent p.blogPostContent-intro {
|
|
15207
|
+
font-size: 1.3125rem;
|
|
15208
|
+
}
|
|
15209
|
+
@media screen and (max-width: 760px) {
|
|
15210
|
+
.blogPostContent p.blogPostContent-intro {
|
|
15211
|
+
font-size: 1.25rem;
|
|
15212
|
+
}
|
|
15213
|
+
}
|
|
15214
|
+
|
|
15215
|
+
.blogPostQuote {
|
|
15216
|
+
padding: 0 18px;
|
|
15217
|
+
}
|
|
15218
|
+
.blogPostQuote .blogPostQuote-content {
|
|
15219
|
+
margin: 0 auto;
|
|
15220
|
+
max-width: 840px;
|
|
15221
|
+
width: 100%;
|
|
15222
|
+
}
|
|
15223
|
+
.blogPostQuote .blogPostQuote-content > :first-child {
|
|
15224
|
+
margin-top: 0;
|
|
15225
|
+
}
|
|
15226
|
+
.blogPostQuote .blogPostQuote-content P {
|
|
15227
|
+
font-family: "Industry Book Italic", sans-serif;
|
|
15228
|
+
font-weight: normal;
|
|
15229
|
+
letter-spacing: 0.15em;
|
|
15230
|
+
text-transform: uppercase;
|
|
15231
|
+
font-size: 1.5rem;
|
|
15232
|
+
}
|
|
15233
|
+
@media screen and (max-width: 760px) {
|
|
15234
|
+
.blogPostQuote .blogPostQuote-content P {
|
|
15235
|
+
font-size: 1.3125rem;
|
|
15236
|
+
}
|
|
15237
|
+
}
|
|
15238
|
+
|
|
15239
|
+
.blogPostImageGrid {
|
|
15240
|
+
display: flex;
|
|
15241
|
+
flex-wrap: wrap;
|
|
15242
|
+
gap: 1px;
|
|
15243
|
+
margin: 80px auto;
|
|
15244
|
+
width: 100%;
|
|
15245
|
+
}
|
|
15246
|
+
@media screen and (max-width: 991px) {
|
|
15247
|
+
.blogPostImageGrid {
|
|
15248
|
+
margin: 54px auto;
|
|
15249
|
+
}
|
|
15250
|
+
}
|
|
15251
|
+
.blogPostImageGrid.blogPostImageGrid--inline {
|
|
15252
|
+
max-width: 840px;
|
|
15253
|
+
}
|
|
15254
|
+
.blogPostImageGrid .blogPostImageGridItem {
|
|
15255
|
+
aspect-ratio: 1.5/1;
|
|
15256
|
+
height: auto;
|
|
15257
|
+
overflow: hidden;
|
|
15258
|
+
width: calc(50% - 1px + 0.5px);
|
|
15259
|
+
}
|
|
15260
|
+
.blogPostImageGrid .blogPostImageGridItem.blogPostImageGridItem--full {
|
|
15261
|
+
width: 100%;
|
|
15262
|
+
}
|
|
15263
|
+
.blogPostImageGrid .blogPostImageGridItem img {
|
|
15264
|
+
display: block;
|
|
15265
|
+
height: 100%;
|
|
15266
|
+
object-fit: cover;
|
|
15267
|
+
object-position: center center;
|
|
15268
|
+
width: 100%;
|
|
15269
|
+
}
|
|
15270
|
+
|
|
15271
|
+
.blogPost .collection {
|
|
15272
|
+
margin: 80px auto;
|
|
15273
|
+
}
|
|
15274
|
+
@media screen and (max-width: 991px) {
|
|
15275
|
+
.blogPost .collection {
|
|
15276
|
+
margin: 54px auto;
|
|
15277
|
+
}
|
|
15278
|
+
}
|
|
15279
|
+
.blogPost .collection .collectionItems {
|
|
15280
|
+
justify-content: center;
|
|
15281
|
+
}
|
|
15282
|
+
|
|
15283
|
+
.blogPost .productCards {
|
|
15284
|
+
display: flex;
|
|
15285
|
+
gap: 24px;
|
|
15286
|
+
margin: 80px auto;
|
|
15287
|
+
max-width: 840px;
|
|
15288
|
+
padding: 0 18px;
|
|
15289
|
+
}
|
|
15290
|
+
@media screen and (max-width: 479px) {
|
|
15291
|
+
.blogPost .productCards {
|
|
15292
|
+
flex-wrap: wrap;
|
|
15293
|
+
}
|
|
15294
|
+
}
|
|
15295
|
+
.blogPost .productCards .productCard {
|
|
15296
|
+
flex-shrink: initial;
|
|
15297
|
+
}
|
|
15298
|
+
@media screen and (max-width: 479px) {
|
|
15299
|
+
.blogPost .productCards .productCard {
|
|
15300
|
+
width: 100%;
|
|
15301
|
+
}
|
|
15302
|
+
}
|
|
15303
|
+
@media screen and (max-width: 991px) {
|
|
15304
|
+
.blogPost .productCards {
|
|
15305
|
+
margin: 54px auto;
|
|
15306
|
+
}
|
|
15307
|
+
}
|
|
15308
|
+
|
|
14826
15309
|
/**
|
|
14827
15310
|
* Swiper 11.1.11
|
|
14828
15311
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
@@ -15090,72 +15573,6 @@ input#yoga:checked + label:before {
|
|
|
15090
15573
|
}
|
|
15091
15574
|
}
|
|
15092
15575
|
/* Slide styles end */
|
|
15093
|
-
:root {
|
|
15094
|
-
/*
|
|
15095
|
-
--swiper-scrollbar-border-radius: 10px;
|
|
15096
|
-
--swiper-scrollbar-top: auto;
|
|
15097
|
-
--swiper-scrollbar-bottom: 4px;
|
|
15098
|
-
--swiper-scrollbar-left: auto;
|
|
15099
|
-
--swiper-scrollbar-right: 4px;
|
|
15100
|
-
--swiper-scrollbar-sides-offset: 1%;
|
|
15101
|
-
--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
|
|
15102
|
-
--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
|
|
15103
|
-
--swiper-scrollbar-size: 4px;
|
|
15104
|
-
*/
|
|
15105
|
-
}
|
|
15106
|
-
|
|
15107
|
-
.swiper-scrollbar {
|
|
15108
|
-
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15109
|
-
position: relative;
|
|
15110
|
-
touch-action: none;
|
|
15111
|
-
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
|
|
15112
|
-
}
|
|
15113
|
-
|
|
15114
|
-
.swiper-scrollbar-disabled > .swiper-scrollbar,
|
|
15115
|
-
.swiper-scrollbar.swiper-scrollbar-disabled {
|
|
15116
|
-
display: none !important;
|
|
15117
|
-
}
|
|
15118
|
-
|
|
15119
|
-
.swiper-horizontal > .swiper-scrollbar,
|
|
15120
|
-
.swiper-scrollbar.swiper-scrollbar-horizontal {
|
|
15121
|
-
position: absolute;
|
|
15122
|
-
left: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15123
|
-
bottom: var(--swiper-scrollbar-bottom, 4px);
|
|
15124
|
-
top: var(--swiper-scrollbar-top, auto);
|
|
15125
|
-
z-index: 50;
|
|
15126
|
-
height: var(--swiper-scrollbar-size, 4px);
|
|
15127
|
-
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15128
|
-
}
|
|
15129
|
-
|
|
15130
|
-
.swiper-vertical > .swiper-scrollbar,
|
|
15131
|
-
.swiper-scrollbar.swiper-scrollbar-vertical {
|
|
15132
|
-
position: absolute;
|
|
15133
|
-
left: var(--swiper-scrollbar-left, auto);
|
|
15134
|
-
right: var(--swiper-scrollbar-right, 4px);
|
|
15135
|
-
top: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15136
|
-
z-index: 50;
|
|
15137
|
-
width: var(--swiper-scrollbar-size, 4px);
|
|
15138
|
-
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15139
|
-
}
|
|
15140
|
-
|
|
15141
|
-
.swiper-scrollbar-drag {
|
|
15142
|
-
height: 100%;
|
|
15143
|
-
width: 100%;
|
|
15144
|
-
position: relative;
|
|
15145
|
-
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
|
|
15146
|
-
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15147
|
-
left: 0;
|
|
15148
|
-
top: 0;
|
|
15149
|
-
}
|
|
15150
|
-
|
|
15151
|
-
.swiper-scrollbar-cursor-drag {
|
|
15152
|
-
cursor: move;
|
|
15153
|
-
}
|
|
15154
|
-
|
|
15155
|
-
.swiper-scrollbar-lock {
|
|
15156
|
-
display: none;
|
|
15157
|
-
}
|
|
15158
|
-
|
|
15159
15576
|
:root {
|
|
15160
15577
|
--swiper-navigation-size: 44px;
|
|
15161
15578
|
/*
|
|
@@ -15256,6 +15673,72 @@ input#yoga:checked + label:before {
|
|
|
15256
15673
|
}
|
|
15257
15674
|
|
|
15258
15675
|
/* Navigation font end */
|
|
15676
|
+
:root {
|
|
15677
|
+
/*
|
|
15678
|
+
--swiper-scrollbar-border-radius: 10px;
|
|
15679
|
+
--swiper-scrollbar-top: auto;
|
|
15680
|
+
--swiper-scrollbar-bottom: 4px;
|
|
15681
|
+
--swiper-scrollbar-left: auto;
|
|
15682
|
+
--swiper-scrollbar-right: 4px;
|
|
15683
|
+
--swiper-scrollbar-sides-offset: 1%;
|
|
15684
|
+
--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
|
|
15685
|
+
--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
|
|
15686
|
+
--swiper-scrollbar-size: 4px;
|
|
15687
|
+
*/
|
|
15688
|
+
}
|
|
15689
|
+
|
|
15690
|
+
.swiper-scrollbar {
|
|
15691
|
+
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15692
|
+
position: relative;
|
|
15693
|
+
touch-action: none;
|
|
15694
|
+
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
|
|
15695
|
+
}
|
|
15696
|
+
|
|
15697
|
+
.swiper-scrollbar-disabled > .swiper-scrollbar,
|
|
15698
|
+
.swiper-scrollbar.swiper-scrollbar-disabled {
|
|
15699
|
+
display: none !important;
|
|
15700
|
+
}
|
|
15701
|
+
|
|
15702
|
+
.swiper-horizontal > .swiper-scrollbar,
|
|
15703
|
+
.swiper-scrollbar.swiper-scrollbar-horizontal {
|
|
15704
|
+
position: absolute;
|
|
15705
|
+
left: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15706
|
+
bottom: var(--swiper-scrollbar-bottom, 4px);
|
|
15707
|
+
top: var(--swiper-scrollbar-top, auto);
|
|
15708
|
+
z-index: 50;
|
|
15709
|
+
height: var(--swiper-scrollbar-size, 4px);
|
|
15710
|
+
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15711
|
+
}
|
|
15712
|
+
|
|
15713
|
+
.swiper-vertical > .swiper-scrollbar,
|
|
15714
|
+
.swiper-scrollbar.swiper-scrollbar-vertical {
|
|
15715
|
+
position: absolute;
|
|
15716
|
+
left: var(--swiper-scrollbar-left, auto);
|
|
15717
|
+
right: var(--swiper-scrollbar-right, 4px);
|
|
15718
|
+
top: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15719
|
+
z-index: 50;
|
|
15720
|
+
width: var(--swiper-scrollbar-size, 4px);
|
|
15721
|
+
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15722
|
+
}
|
|
15723
|
+
|
|
15724
|
+
.swiper-scrollbar-drag {
|
|
15725
|
+
height: 100%;
|
|
15726
|
+
width: 100%;
|
|
15727
|
+
position: relative;
|
|
15728
|
+
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
|
|
15729
|
+
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15730
|
+
left: 0;
|
|
15731
|
+
top: 0;
|
|
15732
|
+
}
|
|
15733
|
+
|
|
15734
|
+
.swiper-scrollbar-cursor-drag {
|
|
15735
|
+
cursor: move;
|
|
15736
|
+
}
|
|
15737
|
+
|
|
15738
|
+
.swiper-scrollbar-lock {
|
|
15739
|
+
display: none;
|
|
15740
|
+
}
|
|
15741
|
+
|
|
15259
15742
|
:root {
|
|
15260
15743
|
/*
|
|
15261
15744
|
--swiper-pagination-color: var(--swiper-theme-color);
|