@gofynd/theme-template 2.0.0 → 2.0.2
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/components/address-form/address-form.css +24 -24
- package/dist/components/address-form/form-input-selector.css +20 -20
- package/dist/components/address-item/address-item.css +4 -4
- package/dist/components/beneficiary-list/beneficiary-list-item/beneficiary-list-item.css +4 -4
- package/dist/components/beneficiary-list/beneficiary-list.css +8 -8
- package/dist/components/blog-footer/blog-footer.css +4 -4
- package/dist/components/blog-page/blog-page.css +12 -12
- package/dist/components/blog-tabs/blog-tabs.css +4 -4
- package/dist/components/breadcrumb/breadcrumb.css +5 -5
- package/dist/components/chip-review-item/chip-review-item.css +4 -4
- package/dist/components/core/fy-button/fy-button.css +342 -9
- package/dist/components/core/fy-dropdown/fy-dropdown.css +4 -4
- package/dist/components/core/fy-input/fy-input.css +4 -4
- package/dist/components/core/fy-input-group/fy-input-group.css +4 -4
- package/dist/components/core/modal/modal.css +4 -4
- package/dist/components/core/skeletons/image-skeleton.css +4 -4
- package/dist/components/dropdown/dropdown.css +4 -4
- package/dist/components/empty-state/empty-state.css +4 -4
- package/dist/components/filter-modal/filter-modal.css +23 -23
- package/dist/components/form-builder/form-builder.css +362 -29
- package/dist/components/index.css +411 -78
- package/dist/components/index.js +1 -1
- package/dist/components/listing-description/listing-description.css +5 -5
- package/dist/components/loader/loader.css +338 -5
- package/dist/components/location-modal/location-modal.css +354 -21
- package/dist/components/order-header/order-header.css +8 -8
- package/dist/components/order-shipment/order-shipment.css +4 -4
- package/dist/components/payment-detail-card/payment-detail-card.css +4 -4
- package/dist/components/price-breakup/price-breakup.css +4 -4
- package/dist/components/price-breakup/price-breakup.js +1 -1
- package/dist/components/product-card/product-card.css +347 -14
- package/dist/components/profile-navigation/profile-navigation.css +5 -5
- package/dist/components/quantity-control/quantity-control.css +4 -4
- package/dist/components/range-slider/range-slider.css +8 -8
- package/dist/components/reasons-list/reason-item/reason-item.css +4 -4
- package/dist/components/reasons-list/reasons-list.css +8 -8
- package/dist/components/scroll-top/scroll-top.css +5 -5
- package/dist/components/shipment-address/shipment-address.css +4 -4
- package/dist/components/shipment-breakup/shipment-breakup.css +4 -4
- package/dist/components/shipment-item/shipment-item.css +4 -4
- package/dist/components/shipment-tracking/shipment-tracking.css +4 -4
- package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +4 -4
- package/dist/components/shipments-update-item/shipments-update-item.css +8 -8
- package/dist/components/sort-modal/sort-modal.css +8 -8
- package/dist/components/spinner/spinner.css +4 -4
- package/dist/components/stepper/stepper.css +4 -4
- package/dist/index.css +782 -401
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +346 -13
- package/dist/page-layouts/auth/login-register-toggle/login-register-toggle.css +4 -4
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
- package/dist/page-layouts/auth/verify-both/verify-both.css +4 -4
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +17 -16
- package/dist/page-layouts/cart/Components/comment/comment.css +8 -8
- package/dist/page-layouts/cart/Components/coupon/coupon.css +8 -8
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +36 -36
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +4 -4
- package/dist/page-layouts/cart/Components/gst-card/gst-card.css +4 -4
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +8 -8
- package/dist/page-layouts/cart/Components/share-cart/share-cart.css +346 -13
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +342 -9
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +4 -4
- package/dist/page-layouts/compare/compare.css +352 -19
- package/dist/page-layouts/login/component/login-mode-button/login-mode-button.css +4 -4
- package/dist/page-layouts/login/component/login-otp/login-otp.css +8 -8
- package/dist/page-layouts/login/component/login-password/login-password.css +8 -8
- package/dist/page-layouts/login/component/term-privacy/term-privacy.css +4 -4
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +382 -49
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
- package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
- package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
- package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
- package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
- package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
- package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
- package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
- package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
- package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
- package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
- package/dist/page-layouts/single-checkout/modal.css +4 -4
- package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
- package/dist/pages/blog/blog.css +20 -20
- package/dist/pages/blog/index.css +20 -20
- package/dist/pages/cart/cart.css +423 -89
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +423 -89
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +180 -133
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +180 -133
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +350 -17
- package/dist/pages/contact-us/index.css +350 -17
- package/dist/pages/edit-profile/edit-profile.css +12 -12
- package/dist/pages/edit-profile/index.css +12 -12
- package/dist/pages/faq/faq.css +4 -4
- package/dist/pages/faq/index.css +4 -4
- package/dist/pages/forgot-password/forget-password.css +8 -8
- package/dist/pages/forgot-password/index.css +8 -8
- package/dist/pages/index.css +764 -383
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +28 -28
- package/dist/pages/login/login.css +28 -28
- package/dist/pages/order/index.css +350 -17
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
- package/dist/pages/order/order-tracking.css +350 -17
- package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
- package/dist/pages/order-status/index.css +363 -33
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +363 -33
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +457 -124
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +457 -124
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
- package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
- package/dist/pages/profile/email/email.css +362 -29
- package/dist/pages/profile/email/index.css +362 -29
- package/dist/pages/profile/index.css +350 -17
- package/dist/pages/profile/phone/index.css +366 -33
- package/dist/pages/profile/phone/phone.css +366 -33
- package/dist/pages/profile/profile-details.css +350 -17
- package/dist/pages/register/index.css +20 -20
- package/dist/pages/register/register.css +20 -20
- package/dist/pages/set-password/index.css +4 -4
- package/dist/pages/set-password/set-password.css +4 -4
- package/dist/pages/shared-cart/index.css +8 -8
- package/dist/pages/shared-cart/shared-cart.css +8 -8
- package/dist/pages/verify-email/index.css +4 -4
- package/dist/pages/verify-email/verify-email.css +4 -4
- package/dist/pages/wishlist/index.css +406 -73
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +406 -73
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
|
@@ -106,7 +106,7 @@ h4,
|
|
|
106
106
|
letter-spacing: -0.02em;
|
|
107
107
|
color: var(--textHeading, #26201a);
|
|
108
108
|
font-size: 16px;
|
|
109
|
-
line-height:
|
|
109
|
+
line-height: 1.5;
|
|
110
110
|
}
|
|
111
111
|
@media only screen and (min-width: 769px) {
|
|
112
112
|
h4,
|
|
@@ -115,7 +115,7 @@ h4,
|
|
|
115
115
|
letter-spacing: -0.02em;
|
|
116
116
|
color: var(--textHeading, #26201a);
|
|
117
117
|
font-size: 20px;
|
|
118
|
-
line-height:
|
|
118
|
+
line-height: 1.5;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
h5,
|
|
@@ -182,7 +182,7 @@ h5,
|
|
|
182
182
|
.wishlist__caption-medium___luSg1,
|
|
183
183
|
.wishlist__captionMedium___Q3m_H {
|
|
184
184
|
font-size: 12px;
|
|
185
|
-
line-height:
|
|
185
|
+
line-height: 1.5;
|
|
186
186
|
letter-spacing: -0.02em;
|
|
187
187
|
font-weight: 500;
|
|
188
188
|
}
|
|
@@ -195,7 +195,7 @@ h5,
|
|
|
195
195
|
.wishlist__caption-semi-bold___ZcNE6,
|
|
196
196
|
.wishlist__captionSemiBold___MbbB1 {
|
|
197
197
|
font-size: 12px;
|
|
198
|
-
line-height:
|
|
198
|
+
line-height: 1.5;
|
|
199
199
|
letter-spacing: -0.02em;
|
|
200
200
|
font-weight: 600;
|
|
201
201
|
}
|
|
@@ -358,7 +358,7 @@ h5,
|
|
|
358
358
|
font-weight: 600;
|
|
359
359
|
letter-spacing: -0.02em;
|
|
360
360
|
font-size: 16px;
|
|
361
|
-
line-height:
|
|
361
|
+
line-height: 1.5;
|
|
362
362
|
color: var(--textHeading, #26201a);
|
|
363
363
|
}
|
|
364
364
|
@media only screen and (min-width: 769px) {
|
|
@@ -367,7 +367,7 @@ h5,
|
|
|
367
367
|
letter-spacing: -0.02em;
|
|
368
368
|
color: var(--textHeading, #26201a);
|
|
369
369
|
font-size: 20px;
|
|
370
|
-
line-height:
|
|
370
|
+
line-height: 1.5;
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
.wishlist__titleWrapper____fKSw .wishlist__wishlistCount___TGH6V {
|
|
@@ -548,7 +548,7 @@ h4,
|
|
|
548
548
|
letter-spacing: -0.02em;
|
|
549
549
|
color: var(--textHeading, #26201a);
|
|
550
550
|
font-size: 16px;
|
|
551
|
-
line-height:
|
|
551
|
+
line-height: 1.5;
|
|
552
552
|
}
|
|
553
553
|
@media only screen and (min-width: 769px) {
|
|
554
554
|
h4,
|
|
@@ -557,7 +557,7 @@ h4,
|
|
|
557
557
|
letter-spacing: -0.02em;
|
|
558
558
|
color: var(--textHeading, #26201a);
|
|
559
559
|
font-size: 20px;
|
|
560
|
-
line-height:
|
|
560
|
+
line-height: 1.5;
|
|
561
561
|
}
|
|
562
562
|
}
|
|
563
563
|
h5,
|
|
@@ -624,7 +624,7 @@ h5,
|
|
|
624
624
|
.breadcrumb__caption-medium___MxQAd,
|
|
625
625
|
.breadcrumb__captionMedium___MZtNV {
|
|
626
626
|
font-size: 12px;
|
|
627
|
-
line-height:
|
|
627
|
+
line-height: 1.5;
|
|
628
628
|
letter-spacing: -0.02em;
|
|
629
629
|
font-weight: 500;
|
|
630
630
|
}
|
|
@@ -637,7 +637,7 @@ h5,
|
|
|
637
637
|
.breadcrumb__caption-semi-bold___FE1Mr,
|
|
638
638
|
.breadcrumb__captionSemiBold___LSXfW {
|
|
639
639
|
font-size: 12px;
|
|
640
|
-
line-height:
|
|
640
|
+
line-height: 1.5;
|
|
641
641
|
letter-spacing: -0.02em;
|
|
642
642
|
font-weight: 600;
|
|
643
643
|
}
|
|
@@ -778,7 +778,7 @@ h5,
|
|
|
778
778
|
}
|
|
779
779
|
.breadcrumb__breadcrumbs___lMY9E {
|
|
780
780
|
font-size: 12px;
|
|
781
|
-
line-height:
|
|
781
|
+
line-height: 1.5;
|
|
782
782
|
letter-spacing: -0.02em;
|
|
783
783
|
font-weight: 400;
|
|
784
784
|
overflow: hidden;
|
|
@@ -938,7 +938,7 @@ h4,
|
|
|
938
938
|
letter-spacing: -0.02em;
|
|
939
939
|
color: var(--textHeading, #26201a);
|
|
940
940
|
font-size: 16px;
|
|
941
|
-
line-height:
|
|
941
|
+
line-height: 1.5;
|
|
942
942
|
}
|
|
943
943
|
@media only screen and (min-width: 769px) {
|
|
944
944
|
h4,
|
|
@@ -947,7 +947,7 @@ h4,
|
|
|
947
947
|
letter-spacing: -0.02em;
|
|
948
948
|
color: var(--textHeading, #26201a);
|
|
949
949
|
font-size: 20px;
|
|
950
|
-
line-height:
|
|
950
|
+
line-height: 1.5;
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
h5,
|
|
@@ -1014,7 +1014,7 @@ h5,
|
|
|
1014
1014
|
.product-card__caption-medium___CaZNT,
|
|
1015
1015
|
.product-card__captionMedium___IEftW {
|
|
1016
1016
|
font-size: 12px;
|
|
1017
|
-
line-height:
|
|
1017
|
+
line-height: 1.5;
|
|
1018
1018
|
letter-spacing: -0.02em;
|
|
1019
1019
|
font-weight: 500;
|
|
1020
1020
|
}
|
|
@@ -1027,7 +1027,7 @@ h5,
|
|
|
1027
1027
|
.product-card__caption-semi-bold___OMihA,
|
|
1028
1028
|
.product-card__captionSemiBold___vTKty {
|
|
1029
1029
|
font-size: 12px;
|
|
1030
|
-
line-height:
|
|
1030
|
+
line-height: 1.5;
|
|
1031
1031
|
letter-spacing: -0.02em;
|
|
1032
1032
|
font-weight: 600;
|
|
1033
1033
|
}
|
|
@@ -1171,7 +1171,7 @@ h5,
|
|
|
1171
1171
|
flex-direction: column;
|
|
1172
1172
|
height: 100%;
|
|
1173
1173
|
font-size: 12px;
|
|
1174
|
-
line-height:
|
|
1174
|
+
line-height: 1.5;
|
|
1175
1175
|
letter-spacing: -0.02em;
|
|
1176
1176
|
font-weight: 400;
|
|
1177
1177
|
}
|
|
@@ -1638,7 +1638,7 @@ h4,
|
|
|
1638
1638
|
letter-spacing: -0.02em;
|
|
1639
1639
|
color: var(--textHeading, #26201a);
|
|
1640
1640
|
font-size: 16px;
|
|
1641
|
-
line-height:
|
|
1641
|
+
line-height: 1.5;
|
|
1642
1642
|
}
|
|
1643
1643
|
@media only screen and (min-width: 769px) {
|
|
1644
1644
|
h4,
|
|
@@ -1647,7 +1647,7 @@ h4,
|
|
|
1647
1647
|
letter-spacing: -0.02em;
|
|
1648
1648
|
color: var(--textHeading, #26201a);
|
|
1649
1649
|
font-size: 20px;
|
|
1650
|
-
line-height:
|
|
1650
|
+
line-height: 1.5;
|
|
1651
1651
|
}
|
|
1652
1652
|
}
|
|
1653
1653
|
h5,
|
|
@@ -1714,7 +1714,7 @@ h5,
|
|
|
1714
1714
|
.fy-button__caption-medium___PSB4T,
|
|
1715
1715
|
.fy-button__captionMedium___iW0z_ {
|
|
1716
1716
|
font-size: 12px;
|
|
1717
|
-
line-height:
|
|
1717
|
+
line-height: 1.5;
|
|
1718
1718
|
letter-spacing: -0.02em;
|
|
1719
1719
|
font-weight: 500;
|
|
1720
1720
|
}
|
|
@@ -1727,7 +1727,7 @@ h5,
|
|
|
1727
1727
|
.fy-button__caption-semi-bold___FFG2N,
|
|
1728
1728
|
.fy-button__captionSemiBold___czTMx {
|
|
1729
1729
|
font-size: 12px;
|
|
1730
|
-
line-height:
|
|
1730
|
+
line-height: 1.5;
|
|
1731
1731
|
letter-spacing: -0.02em;
|
|
1732
1732
|
font-weight: 600;
|
|
1733
1733
|
}
|
|
@@ -2032,7 +2032,342 @@ h5,
|
|
|
2032
2032
|
font-size: 16px;
|
|
2033
2033
|
}
|
|
2034
2034
|
|
|
2035
|
-
|
|
2035
|
+
/**color by character**/
|
|
2036
|
+
/** Font family **/
|
|
2037
|
+
/** Font weight **/
|
|
2038
|
+
.loader__display-block___C28Wh {
|
|
2039
|
+
display: block;
|
|
2040
|
+
}
|
|
2041
|
+
.loader__inline-block___qe6ST,
|
|
2042
|
+
.loader__inlineBlock___RbcTU {
|
|
2043
|
+
display: inline-block;
|
|
2044
|
+
}
|
|
2045
|
+
.loader__flex-row___jtutA {
|
|
2046
|
+
display: flex;
|
|
2047
|
+
}
|
|
2048
|
+
.loader__flex-column___Xo1gh,
|
|
2049
|
+
.loader__flexColumn___BZ1uV {
|
|
2050
|
+
display: flex;
|
|
2051
|
+
flex-direction: column;
|
|
2052
|
+
}
|
|
2053
|
+
.loader__flex-align-center___QKakD,
|
|
2054
|
+
.loader__flexAlignCenter____hCbC {
|
|
2055
|
+
display: flex;
|
|
2056
|
+
align-items: center;
|
|
2057
|
+
}
|
|
2058
|
+
.loader__flex-justify-center___iXbnu,
|
|
2059
|
+
.loader__flexJustifyCenter___x_1Sc {
|
|
2060
|
+
display: flex;
|
|
2061
|
+
justify-content: center;
|
|
2062
|
+
}
|
|
2063
|
+
.loader__flex-center___cERbN,
|
|
2064
|
+
.loader__flexCenter___FRjsH {
|
|
2065
|
+
display: flex;
|
|
2066
|
+
justify-content: center;
|
|
2067
|
+
align-items: center;
|
|
2068
|
+
}
|
|
2069
|
+
.loader__justify-start___PXa_q,
|
|
2070
|
+
.loader__justifyStart___RIbpq {
|
|
2071
|
+
justify-content: flex-start;
|
|
2072
|
+
}
|
|
2073
|
+
.loader__justify-end___N_MxT,
|
|
2074
|
+
.loader__justifyEnd___c9Puj {
|
|
2075
|
+
justify-content: flex-end;
|
|
2076
|
+
}
|
|
2077
|
+
.loader__justify-between___ryNlc,
|
|
2078
|
+
.loader__justifyBetween___bNm10 {
|
|
2079
|
+
justify-content: space-between;
|
|
2080
|
+
}
|
|
2081
|
+
.loader__justify-around___kWvQU,
|
|
2082
|
+
.loader__justifyAround___TO6v6 {
|
|
2083
|
+
justify-content: space-around;
|
|
2084
|
+
}
|
|
2085
|
+
.loader__justify-evenly___r6oLK,
|
|
2086
|
+
.loader__justifyEvenly___NI1zZ {
|
|
2087
|
+
justify-content: space-evenly;
|
|
2088
|
+
}
|
|
2089
|
+
h1,
|
|
2090
|
+
.loader__h1___N9UmV {
|
|
2091
|
+
font-weight: 700;
|
|
2092
|
+
font-size: 28px;
|
|
2093
|
+
line-height: 42px;
|
|
2094
|
+
letter-spacing: -0.03em;
|
|
2095
|
+
color: var(--textHeading, #26201a);
|
|
2096
|
+
}
|
|
2097
|
+
@media only screen and (min-width: 769px) {
|
|
2098
|
+
h1,
|
|
2099
|
+
.loader__h1___N9UmV {
|
|
2100
|
+
font-size: 36px;
|
|
2101
|
+
line-height: 48px;
|
|
2102
|
+
}
|
|
2103
|
+
}
|
|
2104
|
+
h2,
|
|
2105
|
+
.loader__h2___tLPka {
|
|
2106
|
+
font-weight: 700;
|
|
2107
|
+
font-size: 28px;
|
|
2108
|
+
line-height: 36px;
|
|
2109
|
+
letter-spacing: -0.03em;
|
|
2110
|
+
color: var(--textHeading, #26201a);
|
|
2111
|
+
}
|
|
2112
|
+
@media only screen and (min-width: 769px) {
|
|
2113
|
+
h2,
|
|
2114
|
+
.loader__h2___tLPka {
|
|
2115
|
+
font-size: 32px;
|
|
2116
|
+
line-height: 42px;
|
|
2117
|
+
}
|
|
2118
|
+
}
|
|
2119
|
+
h3,
|
|
2120
|
+
.loader__h3___lpAs2 {
|
|
2121
|
+
font-weight: 700;
|
|
2122
|
+
letter-spacing: -0.02em;
|
|
2123
|
+
color: var(--textHeading, #26201a);
|
|
2124
|
+
font-size: 24px;
|
|
2125
|
+
line-height: 32px;
|
|
2126
|
+
}
|
|
2127
|
+
@media only screen and (min-width: 769px) {
|
|
2128
|
+
h3,
|
|
2129
|
+
.loader__h3___lpAs2 {
|
|
2130
|
+
font-weight: 700;
|
|
2131
|
+
letter-spacing: -0.02em;
|
|
2132
|
+
color: var(--textHeading, #26201a);
|
|
2133
|
+
font-size: 28px;
|
|
2134
|
+
line-height: 36px;
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
h4,
|
|
2138
|
+
.loader__h4___I9T7x {
|
|
2139
|
+
font-weight: 600;
|
|
2140
|
+
letter-spacing: -0.02em;
|
|
2141
|
+
color: var(--textHeading, #26201a);
|
|
2142
|
+
font-size: 16px;
|
|
2143
|
+
line-height: 1.5;
|
|
2144
|
+
}
|
|
2145
|
+
@media only screen and (min-width: 769px) {
|
|
2146
|
+
h4,
|
|
2147
|
+
.loader__h4___I9T7x {
|
|
2148
|
+
font-weight: 600;
|
|
2149
|
+
letter-spacing: -0.02em;
|
|
2150
|
+
color: var(--textHeading, #26201a);
|
|
2151
|
+
font-size: 20px;
|
|
2152
|
+
line-height: 1.5;
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
h5,
|
|
2156
|
+
.loader__h5___U0S2a {
|
|
2157
|
+
font-weight: 600;
|
|
2158
|
+
font-size: 14px;
|
|
2159
|
+
line-height: 16px;
|
|
2160
|
+
letter-spacing: -0.02em;
|
|
2161
|
+
color: var(--textHeading, #26201a);
|
|
2162
|
+
}
|
|
2163
|
+
@media only screen and (min-width: 769px) {
|
|
2164
|
+
h5,
|
|
2165
|
+
.loader__h5___U0S2a {
|
|
2166
|
+
font-size: 16px;
|
|
2167
|
+
line-height: 18px;
|
|
2168
|
+
}
|
|
2169
|
+
}
|
|
2170
|
+
.loader__b1___ava08 {
|
|
2171
|
+
font-weight: 400;
|
|
2172
|
+
font-size: 14px;
|
|
2173
|
+
line-height: 18px;
|
|
2174
|
+
letter-spacing: -0.02em;
|
|
2175
|
+
color: var(--textBody, #3c3131);
|
|
2176
|
+
}
|
|
2177
|
+
@media only screen and (min-width: 769px) {
|
|
2178
|
+
.loader__b1___ava08 {
|
|
2179
|
+
font-size: 16px;
|
|
2180
|
+
line-height: 20px;
|
|
2181
|
+
}
|
|
2182
|
+
}
|
|
2183
|
+
.loader__b-small___MxINE,
|
|
2184
|
+
.loader__bSmall___vHKDM,
|
|
2185
|
+
.loader__b2___yNXNt {
|
|
2186
|
+
font-weight: 400;
|
|
2187
|
+
letter-spacing: -0.02em;
|
|
2188
|
+
color: var(--textBody, #3c3131);
|
|
2189
|
+
font-size: 12px;
|
|
2190
|
+
line-height: 16px;
|
|
2191
|
+
}
|
|
2192
|
+
@media only screen and (min-width: 769px) {
|
|
2193
|
+
.loader__b-small___MxINE,
|
|
2194
|
+
.loader__bSmall___vHKDM,
|
|
2195
|
+
.loader__b2___yNXNt {
|
|
2196
|
+
font-weight: 400;
|
|
2197
|
+
letter-spacing: -0.02em;
|
|
2198
|
+
color: var(--textBody, #3c3131);
|
|
2199
|
+
font-size: 14px;
|
|
2200
|
+
line-height: 18px;
|
|
2201
|
+
}
|
|
2202
|
+
}
|
|
2203
|
+
.loader__d1___zLD7l {
|
|
2204
|
+
font-size: 36px;
|
|
2205
|
+
font-weight: 700;
|
|
2206
|
+
line-height: 48px;
|
|
2207
|
+
letter-spacing: -0.02em;
|
|
2208
|
+
}
|
|
2209
|
+
@media only screen and (min-width: 769px) {
|
|
2210
|
+
.loader__d1___zLD7l {
|
|
2211
|
+
font-size: 64px;
|
|
2212
|
+
line-height: 85px;
|
|
2213
|
+
letter-spacing: -0.03em;
|
|
2214
|
+
}
|
|
2215
|
+
}
|
|
2216
|
+
.loader__caption-medium___Urevx,
|
|
2217
|
+
.loader__captionMedium___AiB4A {
|
|
2218
|
+
font-size: 12px;
|
|
2219
|
+
line-height: 1.5;
|
|
2220
|
+
letter-spacing: -0.02em;
|
|
2221
|
+
font-weight: 500;
|
|
2222
|
+
}
|
|
2223
|
+
@media only screen and (max-width: 480px) {
|
|
2224
|
+
.loader__caption-medium___Urevx,
|
|
2225
|
+
.loader__captionMedium___AiB4A {
|
|
2226
|
+
font-size: 11px;
|
|
2227
|
+
}
|
|
2228
|
+
}
|
|
2229
|
+
.loader__caption-semi-bold___F9hrq,
|
|
2230
|
+
.loader__captionSemiBold___GwZZD {
|
|
2231
|
+
font-size: 12px;
|
|
2232
|
+
line-height: 1.5;
|
|
2233
|
+
letter-spacing: -0.02em;
|
|
2234
|
+
font-weight: 600;
|
|
2235
|
+
}
|
|
2236
|
+
@media only screen and (max-width: 480px) {
|
|
2237
|
+
.loader__caption-semi-bold___F9hrq,
|
|
2238
|
+
.loader__captionSemiBold___GwZZD {
|
|
2239
|
+
font-size: 11px;
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2242
|
+
.loader__btn-link___z7cQQ,
|
|
2243
|
+
.loader__btnLink___hjxLE {
|
|
2244
|
+
font-weight: 500;
|
|
2245
|
+
letter-spacing: -0.02em;
|
|
2246
|
+
font-size: 12px;
|
|
2247
|
+
line-height: 14px;
|
|
2248
|
+
border-radius: var(--buttonRadius, 0px);
|
|
2249
|
+
cursor: pointer;
|
|
2250
|
+
color: var(--buttonLink, #b1655b);
|
|
2251
|
+
text-decoration: underline;
|
|
2252
|
+
background: none;
|
|
2253
|
+
border: none;
|
|
2254
|
+
}
|
|
2255
|
+
@media only screen and (min-width: 769px) {
|
|
2256
|
+
.loader__btn-link___z7cQQ,
|
|
2257
|
+
.loader__btnLink___hjxLE {
|
|
2258
|
+
font-weight: 500;
|
|
2259
|
+
letter-spacing: -0.02em;
|
|
2260
|
+
font-size: 14px;
|
|
2261
|
+
line-height: 16px;
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
.loader__btn-link___z7cQQ:hover,
|
|
2265
|
+
.loader__btnLink___hjxLE:hover {
|
|
2266
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
2267
|
+
}
|
|
2268
|
+
.loader__btn-link___z7cQQ:disabled,
|
|
2269
|
+
.loader__btnLink___hjxLE:disabled {
|
|
2270
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
2271
|
+
}
|
|
2272
|
+
.loader__btn-link___z7cQQ:active,
|
|
2273
|
+
.loader__btnLink___hjxLE:active {
|
|
2274
|
+
opacity: 0.8;
|
|
2275
|
+
}
|
|
2276
|
+
.loader__user-select-none___M5hoJ,
|
|
2277
|
+
.loader__userSelectNone___iA0b1 {
|
|
2278
|
+
user-select: none;
|
|
2279
|
+
-moz-user-select: none;
|
|
2280
|
+
-webkit-user-select: none;
|
|
2281
|
+
-ms-user-select: none;
|
|
2282
|
+
}
|
|
2283
|
+
.loader__margin-0-auto___T2r2j,
|
|
2284
|
+
.loader__margin0auto___ZVL7u {
|
|
2285
|
+
margin: 0 auto;
|
|
2286
|
+
}
|
|
2287
|
+
.loader__base-page-container____Zsxk,
|
|
2288
|
+
.loader__basePageContainer___DLiFl {
|
|
2289
|
+
max-width: 1440px !important;
|
|
2290
|
+
}
|
|
2291
|
+
.loader__remove-scroll___hWs9Y,
|
|
2292
|
+
.loader__removeScroll___HDDzE {
|
|
2293
|
+
overflow-y: hidden !important;
|
|
2294
|
+
}
|
|
2295
|
+
.loader__mr-5___eLBs7,
|
|
2296
|
+
.loader__mr5___zJD9I {
|
|
2297
|
+
margin-inline-end: 30px !important;
|
|
2298
|
+
}
|
|
2299
|
+
.loader__mr-2___tbwub,
|
|
2300
|
+
.loader__mr2___X89Qh {
|
|
2301
|
+
margin-inline-end: 5px !important;
|
|
2302
|
+
}
|
|
2303
|
+
.loader__py-5___pdJLF,
|
|
2304
|
+
.loader__py5___AvRNG {
|
|
2305
|
+
padding-top: 1.875rem !important;
|
|
2306
|
+
padding-bottom: 1.875rem !important;
|
|
2307
|
+
}
|
|
2308
|
+
.loader__view-all-text___liiUk,
|
|
2309
|
+
.loader__viewAllText___Y96u7 {
|
|
2310
|
+
font-size: 20px;
|
|
2311
|
+
font-weight: 400;
|
|
2312
|
+
text-transform: lowercase;
|
|
2313
|
+
text-decoration: underline;
|
|
2314
|
+
}
|
|
2315
|
+
.loader__view-all-mobile___ZXDhV,
|
|
2316
|
+
.loader__viewAllMobile___h_w0I {
|
|
2317
|
+
display: none;
|
|
2318
|
+
}
|
|
2319
|
+
@media only screen and (max-width: 768px) {
|
|
2320
|
+
.loader__view-all-mobile___ZXDhV,
|
|
2321
|
+
.loader__viewAllMobile___h_w0I {
|
|
2322
|
+
display: flex;
|
|
2323
|
+
align-items: center;
|
|
2324
|
+
justify-content: center;
|
|
2325
|
+
margin-top: 40px;
|
|
2326
|
+
}
|
|
2327
|
+
}
|
|
2328
|
+
@media only screen and (max-width: 480px) {
|
|
2329
|
+
.loader__view-all-mobile___ZXDhV,
|
|
2330
|
+
.loader__viewAllMobile___h_w0I {
|
|
2331
|
+
margin-top: 24px;
|
|
2332
|
+
}
|
|
2333
|
+
}
|
|
2334
|
+
.loader__accent-btn___P6FBY,
|
|
2335
|
+
.loader__accentBtn___VC5di {
|
|
2336
|
+
background-color: var(--accentColor);
|
|
2337
|
+
color: #fff;
|
|
2338
|
+
}
|
|
2339
|
+
.loader__no-scroll___vVb6b,
|
|
2340
|
+
.loader__noScroll___ddkr9 {
|
|
2341
|
+
overflow-y: hidden;
|
|
2342
|
+
}
|
|
2343
|
+
.loader__hide-overflow___sIszC,
|
|
2344
|
+
.loader__hideOverflow___qX4zB {
|
|
2345
|
+
overflow: hidden;
|
|
2346
|
+
}
|
|
2347
|
+
.loader__markdown-body___ZDTE_ h6 {
|
|
2348
|
+
margin-top: 0 !important;
|
|
2349
|
+
margin-bottom: 0 !important;
|
|
2350
|
+
}
|
|
2351
|
+
@media only screen and (max-width: 480px) {
|
|
2352
|
+
.loader__markdown-body___ZDTE_ {
|
|
2353
|
+
font-size: 12px !important;
|
|
2354
|
+
padding: 5px !important;
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
.loader__view3d-canvas___Y51aL {
|
|
2358
|
+
width: 100%;
|
|
2359
|
+
height: 100%;
|
|
2360
|
+
}
|
|
2361
|
+
@media only screen and (max-width: 480px) {
|
|
2362
|
+
.loader__view-mobile-up___tbZ1n {
|
|
2363
|
+
display: none !important;
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
@media only screen and (min-width: 481px) {
|
|
2367
|
+
.loader__view-mobile___zSuiC {
|
|
2368
|
+
display: none !important;
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2036
2371
|
.loader__loading___r6ySa {
|
|
2037
2372
|
position: fixed;
|
|
2038
2373
|
z-index: 2000;
|
|
@@ -2160,10 +2495,8 @@ h5,
|
|
|
2160
2495
|
z-index: 222;
|
|
2161
2496
|
}
|
|
2162
2497
|
.loader__loader___ytdT3 {
|
|
2163
|
-
border: 8px solid #
|
|
2164
|
-
|
|
2165
|
-
border-top: 8px solid #3498db;
|
|
2166
|
-
/* Blue */
|
|
2498
|
+
border: 8px solid var(--themeAccentL4, #f9f6f0);
|
|
2499
|
+
border-top: 8px solid var(--themeAccentD3, #5c584e);
|
|
2167
2500
|
border-radius: 50%;
|
|
2168
2501
|
width: 50px;
|
|
2169
2502
|
height: 50px;
|
|
@@ -2293,7 +2626,7 @@ h4,
|
|
|
2293
2626
|
letter-spacing: -0.02em;
|
|
2294
2627
|
color: var(--textHeading, #26201a);
|
|
2295
2628
|
font-size: 16px;
|
|
2296
|
-
line-height:
|
|
2629
|
+
line-height: 1.5;
|
|
2297
2630
|
}
|
|
2298
2631
|
@media only screen and (min-width: 769px) {
|
|
2299
2632
|
h4,
|
|
@@ -2302,7 +2635,7 @@ h4,
|
|
|
2302
2635
|
letter-spacing: -0.02em;
|
|
2303
2636
|
color: var(--textHeading, #26201a);
|
|
2304
2637
|
font-size: 20px;
|
|
2305
|
-
line-height:
|
|
2638
|
+
line-height: 1.5;
|
|
2306
2639
|
}
|
|
2307
2640
|
}
|
|
2308
2641
|
h5,
|
|
@@ -2369,7 +2702,7 @@ h5,
|
|
|
2369
2702
|
.modal__caption-medium___GbhtF,
|
|
2370
2703
|
.modal__captionMedium___zCJpb {
|
|
2371
2704
|
font-size: 12px;
|
|
2372
|
-
line-height:
|
|
2705
|
+
line-height: 1.5;
|
|
2373
2706
|
letter-spacing: -0.02em;
|
|
2374
2707
|
font-weight: 500;
|
|
2375
2708
|
}
|
|
@@ -2382,7 +2715,7 @@ h5,
|
|
|
2382
2715
|
.modal__caption-semi-bold___feZV5,
|
|
2383
2716
|
.modal__captionSemiBold___pxAn7 {
|
|
2384
2717
|
font-size: 12px;
|
|
2385
|
-
line-height:
|
|
2718
|
+
line-height: 1.5;
|
|
2386
2719
|
letter-spacing: -0.02em;
|
|
2387
2720
|
font-weight: 600;
|
|
2388
2721
|
}
|
|
@@ -2773,7 +3106,7 @@ h4,
|
|
|
2773
3106
|
letter-spacing: -0.02em;
|
|
2774
3107
|
color: var(--textHeading, #26201a);
|
|
2775
3108
|
font-size: 16px;
|
|
2776
|
-
line-height:
|
|
3109
|
+
line-height: 1.5;
|
|
2777
3110
|
}
|
|
2778
3111
|
@media only screen and (min-width: 769px) {
|
|
2779
3112
|
h4,
|
|
@@ -2782,7 +3115,7 @@ h4,
|
|
|
2782
3115
|
letter-spacing: -0.02em;
|
|
2783
3116
|
color: var(--textHeading, #26201a);
|
|
2784
3117
|
font-size: 20px;
|
|
2785
|
-
line-height:
|
|
3118
|
+
line-height: 1.5;
|
|
2786
3119
|
}
|
|
2787
3120
|
}
|
|
2788
3121
|
h5,
|
|
@@ -2849,7 +3182,7 @@ h5,
|
|
|
2849
3182
|
.add-to-cart__caption-medium___Omcfi,
|
|
2850
3183
|
.add-to-cart__captionMedium___YBN3Y {
|
|
2851
3184
|
font-size: 12px;
|
|
2852
|
-
line-height:
|
|
3185
|
+
line-height: 1.5;
|
|
2853
3186
|
letter-spacing: -0.02em;
|
|
2854
3187
|
font-weight: 500;
|
|
2855
3188
|
}
|
|
@@ -2862,7 +3195,7 @@ h5,
|
|
|
2862
3195
|
.add-to-cart__caption-semi-bold___Gm7jC,
|
|
2863
3196
|
.add-to-cart__captionSemiBold___FefSJ {
|
|
2864
3197
|
font-size: 12px;
|
|
2865
|
-
line-height:
|
|
3198
|
+
line-height: 1.5;
|
|
2866
3199
|
letter-spacing: -0.02em;
|
|
2867
3200
|
font-weight: 600;
|
|
2868
3201
|
}
|
|
@@ -3631,7 +3964,7 @@ h4,
|
|
|
3631
3964
|
letter-spacing: -0.02em;
|
|
3632
3965
|
color: var(--textHeading, #26201a);
|
|
3633
3966
|
font-size: 16px;
|
|
3634
|
-
line-height:
|
|
3967
|
+
line-height: 1.5;
|
|
3635
3968
|
}
|
|
3636
3969
|
@media only screen and (min-width: 769px) {
|
|
3637
3970
|
h4,
|
|
@@ -3640,7 +3973,7 @@ h4,
|
|
|
3640
3973
|
letter-spacing: -0.02em;
|
|
3641
3974
|
color: var(--textHeading, #26201a);
|
|
3642
3975
|
font-size: 20px;
|
|
3643
|
-
line-height:
|
|
3976
|
+
line-height: 1.5;
|
|
3644
3977
|
}
|
|
3645
3978
|
}
|
|
3646
3979
|
h5,
|
|
@@ -3707,7 +4040,7 @@ h5,
|
|
|
3707
4040
|
.pic-zoom__caption-medium___WlapQ,
|
|
3708
4041
|
.pic-zoom__captionMedium___hrlKZ {
|
|
3709
4042
|
font-size: 12px;
|
|
3710
|
-
line-height:
|
|
4043
|
+
line-height: 1.5;
|
|
3711
4044
|
letter-spacing: -0.02em;
|
|
3712
4045
|
font-weight: 500;
|
|
3713
4046
|
}
|
|
@@ -3720,7 +4053,7 @@ h5,
|
|
|
3720
4053
|
.pic-zoom__caption-semi-bold___Q_OYT,
|
|
3721
4054
|
.pic-zoom__captionSemiBold___jAqbA {
|
|
3722
4055
|
font-size: 12px;
|
|
3723
|
-
line-height:
|
|
4056
|
+
line-height: 1.5;
|
|
3724
4057
|
letter-spacing: -0.02em;
|
|
3725
4058
|
font-weight: 600;
|
|
3726
4059
|
}
|
|
@@ -4072,7 +4405,7 @@ h4,
|
|
|
4072
4405
|
letter-spacing: -0.02em;
|
|
4073
4406
|
color: var(--textHeading, #26201a);
|
|
4074
4407
|
font-size: 16px;
|
|
4075
|
-
line-height:
|
|
4408
|
+
line-height: 1.5;
|
|
4076
4409
|
}
|
|
4077
4410
|
@media only screen and (min-width: 769px) {
|
|
4078
4411
|
h4,
|
|
@@ -4081,7 +4414,7 @@ h4,
|
|
|
4081
4414
|
letter-spacing: -0.02em;
|
|
4082
4415
|
color: var(--textHeading, #26201a);
|
|
4083
4416
|
font-size: 20px;
|
|
4084
|
-
line-height:
|
|
4417
|
+
line-height: 1.5;
|
|
4085
4418
|
}
|
|
4086
4419
|
}
|
|
4087
4420
|
h5,
|
|
@@ -4148,7 +4481,7 @@ h5,
|
|
|
4148
4481
|
.image-gallery__caption-medium___yHRMW,
|
|
4149
4482
|
.image-gallery__captionMedium___bTN7h {
|
|
4150
4483
|
font-size: 12px;
|
|
4151
|
-
line-height:
|
|
4484
|
+
line-height: 1.5;
|
|
4152
4485
|
letter-spacing: -0.02em;
|
|
4153
4486
|
font-weight: 500;
|
|
4154
4487
|
}
|
|
@@ -4161,7 +4494,7 @@ h5,
|
|
|
4161
4494
|
.image-gallery__caption-semi-bold___qpxl3,
|
|
4162
4495
|
.image-gallery__captionSemiBold___T6Ai1 {
|
|
4163
4496
|
font-size: 12px;
|
|
4164
|
-
line-height:
|
|
4497
|
+
line-height: 1.5;
|
|
4165
4498
|
letter-spacing: -0.02em;
|
|
4166
4499
|
font-weight: 600;
|
|
4167
4500
|
}
|
|
@@ -4678,7 +5011,7 @@ h4,
|
|
|
4678
5011
|
letter-spacing: -0.02em;
|
|
4679
5012
|
color: var(--textHeading, #26201a);
|
|
4680
5013
|
font-size: 16px;
|
|
4681
|
-
line-height:
|
|
5014
|
+
line-height: 1.5;
|
|
4682
5015
|
}
|
|
4683
5016
|
@media only screen and (min-width: 769px) {
|
|
4684
5017
|
h4,
|
|
@@ -4687,7 +5020,7 @@ h4,
|
|
|
4687
5020
|
letter-spacing: -0.02em;
|
|
4688
5021
|
color: var(--textHeading, #26201a);
|
|
4689
5022
|
font-size: 20px;
|
|
4690
|
-
line-height:
|
|
5023
|
+
line-height: 1.5;
|
|
4691
5024
|
}
|
|
4692
5025
|
}
|
|
4693
5026
|
h5,
|
|
@@ -4754,7 +5087,7 @@ h5,
|
|
|
4754
5087
|
.lightbox-image__caption-medium___iGXDq,
|
|
4755
5088
|
.lightbox-image__captionMedium___lv54U {
|
|
4756
5089
|
font-size: 12px;
|
|
4757
|
-
line-height:
|
|
5090
|
+
line-height: 1.5;
|
|
4758
5091
|
letter-spacing: -0.02em;
|
|
4759
5092
|
font-weight: 500;
|
|
4760
5093
|
}
|
|
@@ -4767,7 +5100,7 @@ h5,
|
|
|
4767
5100
|
.lightbox-image__caption-semi-bold___mEkYg,
|
|
4768
5101
|
.lightbox-image__captionSemiBold___y_0rr {
|
|
4769
5102
|
font-size: 12px;
|
|
4770
|
-
line-height:
|
|
5103
|
+
line-height: 1.5;
|
|
4771
5104
|
letter-spacing: -0.02em;
|
|
4772
5105
|
font-weight: 600;
|
|
4773
5106
|
}
|
|
@@ -5480,7 +5813,7 @@ h4,
|
|
|
5480
5813
|
letter-spacing: -0.02em;
|
|
5481
5814
|
color: var(--textHeading, #26201a);
|
|
5482
5815
|
font-size: 16px;
|
|
5483
|
-
line-height:
|
|
5816
|
+
line-height: 1.5;
|
|
5484
5817
|
}
|
|
5485
5818
|
@media only screen and (min-width: 769px) {
|
|
5486
5819
|
h4,
|
|
@@ -5489,7 +5822,7 @@ h4,
|
|
|
5489
5822
|
letter-spacing: -0.02em;
|
|
5490
5823
|
color: var(--textHeading, #26201a);
|
|
5491
5824
|
font-size: 20px;
|
|
5492
|
-
line-height:
|
|
5825
|
+
line-height: 1.5;
|
|
5493
5826
|
}
|
|
5494
5827
|
}
|
|
5495
5828
|
h5,
|
|
@@ -5556,7 +5889,7 @@ h5,
|
|
|
5556
5889
|
.mobile-slider__caption-medium___AS2ab,
|
|
5557
5890
|
.mobile-slider__captionMedium___Bh1kJ {
|
|
5558
5891
|
font-size: 12px;
|
|
5559
|
-
line-height:
|
|
5892
|
+
line-height: 1.5;
|
|
5560
5893
|
letter-spacing: -0.02em;
|
|
5561
5894
|
font-weight: 500;
|
|
5562
5895
|
}
|
|
@@ -5569,7 +5902,7 @@ h5,
|
|
|
5569
5902
|
.mobile-slider__caption-semi-bold___O9gkY,
|
|
5570
5903
|
.mobile-slider__captionSemiBold___Lmo6y {
|
|
5571
5904
|
font-size: 12px;
|
|
5572
|
-
line-height:
|
|
5905
|
+
line-height: 1.5;
|
|
5573
5906
|
letter-spacing: -0.02em;
|
|
5574
5907
|
font-weight: 600;
|
|
5575
5908
|
}
|
|
@@ -5986,7 +6319,7 @@ h4,
|
|
|
5986
6319
|
letter-spacing: -0.02em;
|
|
5987
6320
|
color: var(--textHeading, #26201a);
|
|
5988
6321
|
font-size: 16px;
|
|
5989
|
-
line-height:
|
|
6322
|
+
line-height: 1.5;
|
|
5990
6323
|
}
|
|
5991
6324
|
@media only screen and (min-width: 769px) {
|
|
5992
6325
|
h4,
|
|
@@ -5995,7 +6328,7 @@ h4,
|
|
|
5995
6328
|
letter-spacing: -0.02em;
|
|
5996
6329
|
color: var(--textHeading, #26201a);
|
|
5997
6330
|
font-size: 20px;
|
|
5998
|
-
line-height:
|
|
6331
|
+
line-height: 1.5;
|
|
5999
6332
|
}
|
|
6000
6333
|
}
|
|
6001
6334
|
h5,
|
|
@@ -6062,7 +6395,7 @@ h5,
|
|
|
6062
6395
|
.product-variants__caption-medium___P8wbS,
|
|
6063
6396
|
.product-variants__captionMedium___uPEVq {
|
|
6064
6397
|
font-size: 12px;
|
|
6065
|
-
line-height:
|
|
6398
|
+
line-height: 1.5;
|
|
6066
6399
|
letter-spacing: -0.02em;
|
|
6067
6400
|
font-weight: 500;
|
|
6068
6401
|
}
|
|
@@ -6075,7 +6408,7 @@ h5,
|
|
|
6075
6408
|
.product-variants__caption-semi-bold___Q50ad,
|
|
6076
6409
|
.product-variants__captionSemiBold____2T0B {
|
|
6077
6410
|
font-size: 12px;
|
|
6078
|
-
line-height:
|
|
6411
|
+
line-height: 1.5;
|
|
6079
6412
|
letter-spacing: -0.02em;
|
|
6080
6413
|
font-weight: 600;
|
|
6081
6414
|
}
|
|
@@ -6467,7 +6800,7 @@ h4,
|
|
|
6467
6800
|
letter-spacing: -0.02em;
|
|
6468
6801
|
color: var(--textHeading, #26201a);
|
|
6469
6802
|
font-size: 16px;
|
|
6470
|
-
line-height:
|
|
6803
|
+
line-height: 1.5;
|
|
6471
6804
|
}
|
|
6472
6805
|
@media only screen and (min-width: 769px) {
|
|
6473
6806
|
h4,
|
|
@@ -6476,7 +6809,7 @@ h4,
|
|
|
6476
6809
|
letter-spacing: -0.02em;
|
|
6477
6810
|
color: var(--textHeading, #26201a);
|
|
6478
6811
|
font-size: 20px;
|
|
6479
|
-
line-height:
|
|
6812
|
+
line-height: 1.5;
|
|
6480
6813
|
}
|
|
6481
6814
|
}
|
|
6482
6815
|
h5,
|
|
@@ -6543,7 +6876,7 @@ h5,
|
|
|
6543
6876
|
.delivery-info__caption-medium___HT4YG,
|
|
6544
6877
|
.delivery-info__captionMedium___rzTzv {
|
|
6545
6878
|
font-size: 12px;
|
|
6546
|
-
line-height:
|
|
6879
|
+
line-height: 1.5;
|
|
6547
6880
|
letter-spacing: -0.02em;
|
|
6548
6881
|
font-weight: 500;
|
|
6549
6882
|
}
|
|
@@ -6556,7 +6889,7 @@ h5,
|
|
|
6556
6889
|
.delivery-info__caption-semi-bold___AmQ4R,
|
|
6557
6890
|
.delivery-info__captionSemiBold___Vnuwe {
|
|
6558
6891
|
font-size: 12px;
|
|
6559
|
-
line-height:
|
|
6892
|
+
line-height: 1.5;
|
|
6560
6893
|
letter-spacing: -0.02em;
|
|
6561
6894
|
font-weight: 600;
|
|
6562
6895
|
}
|
|
@@ -6943,7 +7276,7 @@ h4,
|
|
|
6943
7276
|
letter-spacing: -0.02em;
|
|
6944
7277
|
color: var(--textHeading, #26201a);
|
|
6945
7278
|
font-size: 16px;
|
|
6946
|
-
line-height:
|
|
7279
|
+
line-height: 1.5;
|
|
6947
7280
|
}
|
|
6948
7281
|
@media only screen and (min-width: 769px) {
|
|
6949
7282
|
h4,
|
|
@@ -6952,7 +7285,7 @@ h4,
|
|
|
6952
7285
|
letter-spacing: -0.02em;
|
|
6953
7286
|
color: var(--textHeading, #26201a);
|
|
6954
7287
|
font-size: 20px;
|
|
6955
|
-
line-height:
|
|
7288
|
+
line-height: 1.5;
|
|
6956
7289
|
}
|
|
6957
7290
|
}
|
|
6958
7291
|
h5,
|
|
@@ -7019,7 +7352,7 @@ h5,
|
|
|
7019
7352
|
.fy-input__caption-medium___ypzRG,
|
|
7020
7353
|
.fy-input__captionMedium___cFBcK {
|
|
7021
7354
|
font-size: 12px;
|
|
7022
|
-
line-height:
|
|
7355
|
+
line-height: 1.5;
|
|
7023
7356
|
letter-spacing: -0.02em;
|
|
7024
7357
|
font-weight: 500;
|
|
7025
7358
|
}
|
|
@@ -7032,7 +7365,7 @@ h5,
|
|
|
7032
7365
|
.fy-input__caption-semi-bold___WmtaG,
|
|
7033
7366
|
.fy-input__captionSemiBold___UuNTY {
|
|
7034
7367
|
font-size: 12px;
|
|
7035
|
-
line-height:
|
|
7368
|
+
line-height: 1.5;
|
|
7036
7369
|
letter-spacing: -0.02em;
|
|
7037
7370
|
font-weight: 600;
|
|
7038
7371
|
}
|
|
@@ -7407,7 +7740,7 @@ h4,
|
|
|
7407
7740
|
letter-spacing: -0.02em;
|
|
7408
7741
|
color: var(--textHeading, #26201a);
|
|
7409
7742
|
font-size: 16px;
|
|
7410
|
-
line-height:
|
|
7743
|
+
line-height: 1.5;
|
|
7411
7744
|
}
|
|
7412
7745
|
@media only screen and (min-width: 769px) {
|
|
7413
7746
|
h4,
|
|
@@ -7416,7 +7749,7 @@ h4,
|
|
|
7416
7749
|
letter-spacing: -0.02em;
|
|
7417
7750
|
color: var(--textHeading, #26201a);
|
|
7418
7751
|
font-size: 20px;
|
|
7419
|
-
line-height:
|
|
7752
|
+
line-height: 1.5;
|
|
7420
7753
|
}
|
|
7421
7754
|
}
|
|
7422
7755
|
h5,
|
|
@@ -7483,7 +7816,7 @@ h5,
|
|
|
7483
7816
|
.quantity-control__caption-medium___hXqzw,
|
|
7484
7817
|
.quantity-control__captionMedium___aDZsC {
|
|
7485
7818
|
font-size: 12px;
|
|
7486
|
-
line-height:
|
|
7819
|
+
line-height: 1.5;
|
|
7487
7820
|
letter-spacing: -0.02em;
|
|
7488
7821
|
font-weight: 500;
|
|
7489
7822
|
}
|
|
@@ -7496,7 +7829,7 @@ h5,
|
|
|
7496
7829
|
.quantity-control__caption-semi-bold___Rxtpw,
|
|
7497
7830
|
.quantity-control__captionSemiBold___JouZf {
|
|
7498
7831
|
font-size: 12px;
|
|
7499
|
-
line-height:
|
|
7832
|
+
line-height: 1.5;
|
|
7500
7833
|
letter-spacing: -0.02em;
|
|
7501
7834
|
font-weight: 600;
|
|
7502
7835
|
}
|
|
@@ -7811,7 +8144,7 @@ h4,
|
|
|
7811
8144
|
letter-spacing: -0.02em;
|
|
7812
8145
|
color: var(--textHeading, #26201a);
|
|
7813
8146
|
font-size: 16px;
|
|
7814
|
-
line-height:
|
|
8147
|
+
line-height: 1.5;
|
|
7815
8148
|
}
|
|
7816
8149
|
@media only screen and (min-width: 769px) {
|
|
7817
8150
|
h4,
|
|
@@ -7820,7 +8153,7 @@ h4,
|
|
|
7820
8153
|
letter-spacing: -0.02em;
|
|
7821
8154
|
color: var(--textHeading, #26201a);
|
|
7822
8155
|
font-size: 20px;
|
|
7823
|
-
line-height:
|
|
8156
|
+
line-height: 1.5;
|
|
7824
8157
|
}
|
|
7825
8158
|
}
|
|
7826
8159
|
h5,
|
|
@@ -7887,7 +8220,7 @@ h5,
|
|
|
7887
8220
|
.fy-dropdown__caption-medium___HCy1Y,
|
|
7888
8221
|
.fy-dropdown__captionMedium___BdPX5 {
|
|
7889
8222
|
font-size: 12px;
|
|
7890
|
-
line-height:
|
|
8223
|
+
line-height: 1.5;
|
|
7891
8224
|
letter-spacing: -0.02em;
|
|
7892
8225
|
font-weight: 500;
|
|
7893
8226
|
}
|
|
@@ -7900,7 +8233,7 @@ h5,
|
|
|
7900
8233
|
.fy-dropdown__caption-semi-bold___RDalx,
|
|
7901
8234
|
.fy-dropdown__captionSemiBold___t1x78 {
|
|
7902
8235
|
font-size: 12px;
|
|
7903
|
-
line-height:
|
|
8236
|
+
line-height: 1.5;
|
|
7904
8237
|
letter-spacing: -0.02em;
|
|
7905
8238
|
font-weight: 600;
|
|
7906
8239
|
}
|
|
@@ -8251,7 +8584,7 @@ h4,
|
|
|
8251
8584
|
letter-spacing: -0.02em;
|
|
8252
8585
|
color: var(--textHeading, #26201a);
|
|
8253
8586
|
font-size: 16px;
|
|
8254
|
-
line-height:
|
|
8587
|
+
line-height: 1.5;
|
|
8255
8588
|
}
|
|
8256
8589
|
@media only screen and (min-width: 769px) {
|
|
8257
8590
|
h4,
|
|
@@ -8260,7 +8593,7 @@ h4,
|
|
|
8260
8593
|
letter-spacing: -0.02em;
|
|
8261
8594
|
color: var(--textHeading, #26201a);
|
|
8262
8595
|
font-size: 20px;
|
|
8263
|
-
line-height:
|
|
8596
|
+
line-height: 1.5;
|
|
8264
8597
|
}
|
|
8265
8598
|
}
|
|
8266
8599
|
h5,
|
|
@@ -8327,7 +8660,7 @@ h5,
|
|
|
8327
8660
|
.size-guide__caption-medium___cPUBB,
|
|
8328
8661
|
.size-guide__captionMedium____1br3 {
|
|
8329
8662
|
font-size: 12px;
|
|
8330
|
-
line-height:
|
|
8663
|
+
line-height: 1.5;
|
|
8331
8664
|
letter-spacing: -0.02em;
|
|
8332
8665
|
font-weight: 500;
|
|
8333
8666
|
}
|
|
@@ -8340,7 +8673,7 @@ h5,
|
|
|
8340
8673
|
.size-guide__caption-semi-bold___f3eCm,
|
|
8341
8674
|
.size-guide__captionSemiBold___fe7xk {
|
|
8342
8675
|
font-size: 12px;
|
|
8343
|
-
line-height:
|
|
8676
|
+
line-height: 1.5;
|
|
8344
8677
|
letter-spacing: -0.02em;
|
|
8345
8678
|
font-weight: 600;
|
|
8346
8679
|
}
|