@gofynd/theme-template 3.2.10 → 3.2.11
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/accordion/accordion.js +1 -1
- package/dist/components/address-form/address-form.js +1 -1
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/bag/bag.css +433 -0
- package/dist/components/bag/bag.js +1 -0
- package/dist/components/blog-page/blog-page.js +1 -1
- package/dist/components/compare-product-card/compare-product-card.js +1 -1
- package/dist/components/filter-modal/filter-modal.css +26 -10
- package/dist/components/filter-modal/filter-modal.js +2 -1
- package/dist/components/filter-modal/filter-modal.js.LICENSE.txt +25 -0
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/v2/google-map.js +1 -1
- package/dist/components/index.css +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +434 -5
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/profile-navigation/profile-navigation.css +1 -1
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.css +26 -10
- package/dist/components/range-slider/range-slider.js +2 -1
- package/dist/components/range-slider/range-slider.js.LICENSE.txt +25 -0
- package/dist/components/shipment-item/shipment-item.css +434 -11
- package/dist/components/shipment-item/shipment-item.js +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
- package/dist/components/shipments-update-item/shipments-update-item.css +441 -28
- package/dist/components/shipments-update-item/shipments-update-item.js +1 -1
- package/dist/helper/hooks/index.js +1 -1
- package/dist/helper/hooks/useAddressAutofill.js +1 -0
- package/dist/index.css +674 -303
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +20 -0
- package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-image.css +411 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-image.js +1 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +411 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
- package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.css +373 -0
- package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.js +1 -0
- package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.css +373 -0
- package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.js +1 -0
- package/dist/page-layouts/login/component/soacial-login-button/google-login-button.css +375 -0
- package/dist/page-layouts/login/component/soacial-login-button/google-login-button.js +1 -0
- package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +26 -10
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +2 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js.LICENSE.txt +25 -0
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +26 -10
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js +2 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js.LICENSE.txt +25 -0
- package/dist/page-layouts/plp/Components/filter-tags/filter-tags.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/pages/blog/blog.js +1 -1
- package/dist/pages/blog/index.js +1 -1
- package/dist/pages/cart/cart.css +411 -0
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +411 -0
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/index.css +729 -358
- package/dist/pages/index.js +1 -1
- package/dist/pages/index.js.LICENSE.txt +20 -0
- package/dist/pages/login/index.css +292 -292
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +292 -292
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +435 -16
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order-status/index.css +895 -6
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +895 -6
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +26 -10
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/index.js.LICENSE.txt +20 -0
- package/dist/pages/product-listing/product-listing.css +26 -10
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/product-listing/product-listing.js.LICENSE.txt +20 -0
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +2 -1
|
@@ -11929,6 +11929,417 @@ h5,
|
|
|
11929
11929
|
transform: rotate(180deg);
|
|
11930
11930
|
}
|
|
11931
11931
|
|
|
11932
|
+
/**color by character**/
|
|
11933
|
+
/** Font family **/
|
|
11934
|
+
/** Font weight **/
|
|
11935
|
+
.fy-image__imageWrapper___wKmP2 {
|
|
11936
|
+
overflow: hidden;
|
|
11937
|
+
position: relative;
|
|
11938
|
+
}
|
|
11939
|
+
.fy-image__imageWrapper___wKmP2 picture {
|
|
11940
|
+
display: flex;
|
|
11941
|
+
align-items: center;
|
|
11942
|
+
background-color: var(--bg-color, transparent);
|
|
11943
|
+
}
|
|
11944
|
+
.fy-image__imageWrapper___wKmP2 .fy-image__overlay___Dx1Ju {
|
|
11945
|
+
position: absolute;
|
|
11946
|
+
background-color: var(--overlay-bgcolor);
|
|
11947
|
+
z-index: 1;
|
|
11948
|
+
opacity: 0.4;
|
|
11949
|
+
height: 100%;
|
|
11950
|
+
width: 100%;
|
|
11951
|
+
}
|
|
11952
|
+
.fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86 {
|
|
11953
|
+
width: 100%;
|
|
11954
|
+
height: 100%;
|
|
11955
|
+
object-fit: contain;
|
|
11956
|
+
}
|
|
11957
|
+
@-moz-document url-prefix() {
|
|
11958
|
+
.fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR[alt=""] {
|
|
11959
|
+
font-size: 0;
|
|
11960
|
+
text-indent: -9999px;
|
|
11961
|
+
color: transparent;
|
|
11962
|
+
line-height: 0;
|
|
11963
|
+
letter-spacing: -1000px;
|
|
11964
|
+
-webkit-text-fill-color: transparent;
|
|
11965
|
+
text-shadow: none;
|
|
11966
|
+
}
|
|
11967
|
+
.fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR[alt=""]::before,
|
|
11968
|
+
.fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR[alt=""]::after {
|
|
11969
|
+
display: none;
|
|
11970
|
+
content: none;
|
|
11971
|
+
}
|
|
11972
|
+
.fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR {
|
|
11973
|
+
transition: opacity 0.2s ease-in-out;
|
|
11974
|
+
}
|
|
11975
|
+
}
|
|
11976
|
+
.fy-image__imageWrapper___wKmP2.fy-image__fill___rFWVY .fy-image__fyImg___yIv86 {
|
|
11977
|
+
object-fit: cover;
|
|
11978
|
+
}
|
|
11979
|
+
.fy-image__imageWrapper___wKmP2.fy-image__fixedAspRatio___fyXGS picture {
|
|
11980
|
+
aspect-ratio: var(--aspect-ratio-mobile);
|
|
11981
|
+
}
|
|
11982
|
+
@media only screen and (min-width: 769px) {
|
|
11983
|
+
.fy-image__imageWrapper___wKmP2.fy-image__fixedAspRatio___fyXGS picture {
|
|
11984
|
+
aspect-ratio: var(--aspect-ratio-desktop);
|
|
11985
|
+
}
|
|
11986
|
+
}
|
|
11987
|
+
|
|
11988
|
+
/**color by character**/
|
|
11989
|
+
/** Font family **/
|
|
11990
|
+
/** Font weight **/
|
|
11991
|
+
.chip-image__display-block___OuizS {
|
|
11992
|
+
display: block;
|
|
11993
|
+
}
|
|
11994
|
+
.chip-image__inline-block___nVa8u,
|
|
11995
|
+
.chip-image__inlineBlock___MrqYT {
|
|
11996
|
+
display: inline-block;
|
|
11997
|
+
}
|
|
11998
|
+
.chip-image__flex-row___qJjtR {
|
|
11999
|
+
display: flex;
|
|
12000
|
+
}
|
|
12001
|
+
.chip-image__flex-column___miaE6,
|
|
12002
|
+
.chip-image__flexColumn___Ezdx_ {
|
|
12003
|
+
display: flex;
|
|
12004
|
+
flex-direction: column;
|
|
12005
|
+
}
|
|
12006
|
+
.chip-image__flex-align-center___U2eJz,
|
|
12007
|
+
.chip-image__flexAlignCenter___mC696 {
|
|
12008
|
+
display: flex;
|
|
12009
|
+
align-items: center;
|
|
12010
|
+
}
|
|
12011
|
+
.chip-image__flex-justify-center___y6U3r,
|
|
12012
|
+
.chip-image__flexJustifyCenter___CLtmr {
|
|
12013
|
+
display: flex;
|
|
12014
|
+
justify-content: center;
|
|
12015
|
+
}
|
|
12016
|
+
.chip-image__flex-center___IpWRo,
|
|
12017
|
+
.chip-image__flexCenter___mWw2o {
|
|
12018
|
+
display: flex;
|
|
12019
|
+
justify-content: center;
|
|
12020
|
+
align-items: center;
|
|
12021
|
+
}
|
|
12022
|
+
.chip-image__justify-start___DPXbM,
|
|
12023
|
+
.chip-image__justifyStart___Sisnp {
|
|
12024
|
+
justify-content: flex-start;
|
|
12025
|
+
}
|
|
12026
|
+
.chip-image__justify-end___vsL9M,
|
|
12027
|
+
.chip-image__justifyEnd___XtMIj {
|
|
12028
|
+
justify-content: flex-end;
|
|
12029
|
+
}
|
|
12030
|
+
.chip-image__justify-between___IpbDV,
|
|
12031
|
+
.chip-image__justifyBetween___jlsIg {
|
|
12032
|
+
justify-content: space-between;
|
|
12033
|
+
}
|
|
12034
|
+
.chip-image__justify-around___yQL48,
|
|
12035
|
+
.chip-image__justifyAround___ufCuh {
|
|
12036
|
+
justify-content: space-around;
|
|
12037
|
+
}
|
|
12038
|
+
.chip-image__justify-evenly___zV1Tq,
|
|
12039
|
+
.chip-image__justifyEvenly___nq462 {
|
|
12040
|
+
justify-content: space-evenly;
|
|
12041
|
+
}
|
|
12042
|
+
h1,
|
|
12043
|
+
.chip-image__h1___HVIJD {
|
|
12044
|
+
font-weight: 700;
|
|
12045
|
+
font-size: 28px;
|
|
12046
|
+
line-height: 42px;
|
|
12047
|
+
letter-spacing: -0.03em;
|
|
12048
|
+
color: var(--textHeading, #26201a);
|
|
12049
|
+
}
|
|
12050
|
+
@media only screen and (min-width: 769px) {
|
|
12051
|
+
h1,
|
|
12052
|
+
.chip-image__h1___HVIJD {
|
|
12053
|
+
font-size: 36px;
|
|
12054
|
+
line-height: 48px;
|
|
12055
|
+
}
|
|
12056
|
+
}
|
|
12057
|
+
h2,
|
|
12058
|
+
.chip-image__h2___UmXWJ {
|
|
12059
|
+
font-weight: 700;
|
|
12060
|
+
font-size: 28px;
|
|
12061
|
+
line-height: 36px;
|
|
12062
|
+
letter-spacing: -0.03em;
|
|
12063
|
+
color: var(--textHeading, #26201a);
|
|
12064
|
+
}
|
|
12065
|
+
@media only screen and (min-width: 769px) {
|
|
12066
|
+
h2,
|
|
12067
|
+
.chip-image__h2___UmXWJ {
|
|
12068
|
+
font-size: 32px;
|
|
12069
|
+
line-height: 42px;
|
|
12070
|
+
}
|
|
12071
|
+
}
|
|
12072
|
+
h3,
|
|
12073
|
+
.chip-image__h3___ZSx9h {
|
|
12074
|
+
font-weight: 700;
|
|
12075
|
+
letter-spacing: -0.02em;
|
|
12076
|
+
color: var(--textHeading, #26201a);
|
|
12077
|
+
font-size: 24px;
|
|
12078
|
+
line-height: 32px;
|
|
12079
|
+
}
|
|
12080
|
+
@media only screen and (min-width: 769px) {
|
|
12081
|
+
h3,
|
|
12082
|
+
.chip-image__h3___ZSx9h {
|
|
12083
|
+
font-weight: 700;
|
|
12084
|
+
letter-spacing: -0.02em;
|
|
12085
|
+
color: var(--textHeading, #26201a);
|
|
12086
|
+
font-size: 28px;
|
|
12087
|
+
line-height: 36px;
|
|
12088
|
+
}
|
|
12089
|
+
}
|
|
12090
|
+
h4,
|
|
12091
|
+
.chip-image__h4___K4xl2 {
|
|
12092
|
+
font-weight: 600;
|
|
12093
|
+
letter-spacing: -0.02em;
|
|
12094
|
+
color: var(--textHeading, #26201a);
|
|
12095
|
+
font-size: 16px;
|
|
12096
|
+
line-height: 1.5;
|
|
12097
|
+
}
|
|
12098
|
+
@media only screen and (min-width: 769px) {
|
|
12099
|
+
h4,
|
|
12100
|
+
.chip-image__h4___K4xl2 {
|
|
12101
|
+
font-weight: 600;
|
|
12102
|
+
letter-spacing: -0.02em;
|
|
12103
|
+
color: var(--textHeading, #26201a);
|
|
12104
|
+
font-size: 20px;
|
|
12105
|
+
line-height: 1.5;
|
|
12106
|
+
}
|
|
12107
|
+
}
|
|
12108
|
+
h5,
|
|
12109
|
+
.chip-image__h5___hLBZZ {
|
|
12110
|
+
font-weight: 600;
|
|
12111
|
+
font-size: 14px;
|
|
12112
|
+
line-height: 16px;
|
|
12113
|
+
letter-spacing: -0.02em;
|
|
12114
|
+
color: var(--textHeading, #26201a);
|
|
12115
|
+
}
|
|
12116
|
+
@media only screen and (min-width: 769px) {
|
|
12117
|
+
h5,
|
|
12118
|
+
.chip-image__h5___hLBZZ {
|
|
12119
|
+
font-size: 16px;
|
|
12120
|
+
line-height: 18px;
|
|
12121
|
+
}
|
|
12122
|
+
}
|
|
12123
|
+
.chip-image__b1___mLxBn {
|
|
12124
|
+
font-weight: 400;
|
|
12125
|
+
font-size: 14px;
|
|
12126
|
+
line-height: 18px;
|
|
12127
|
+
letter-spacing: -0.02em;
|
|
12128
|
+
color: var(--textBody, #3c3131);
|
|
12129
|
+
}
|
|
12130
|
+
@media only screen and (min-width: 769px) {
|
|
12131
|
+
.chip-image__b1___mLxBn {
|
|
12132
|
+
font-size: 16px;
|
|
12133
|
+
line-height: 20px;
|
|
12134
|
+
}
|
|
12135
|
+
}
|
|
12136
|
+
.chip-image__b-small___GNIRy,
|
|
12137
|
+
.chip-image__bSmall___eE6iN,
|
|
12138
|
+
.chip-image__b2___MHEr_ {
|
|
12139
|
+
font-weight: 400;
|
|
12140
|
+
letter-spacing: -0.02em;
|
|
12141
|
+
color: var(--textBody, #3c3131);
|
|
12142
|
+
font-size: 12px;
|
|
12143
|
+
line-height: 16px;
|
|
12144
|
+
}
|
|
12145
|
+
@media only screen and (min-width: 769px) {
|
|
12146
|
+
.chip-image__b-small___GNIRy,
|
|
12147
|
+
.chip-image__bSmall___eE6iN,
|
|
12148
|
+
.chip-image__b2___MHEr_ {
|
|
12149
|
+
font-weight: 400;
|
|
12150
|
+
letter-spacing: -0.02em;
|
|
12151
|
+
color: var(--textBody, #3c3131);
|
|
12152
|
+
font-size: 14px;
|
|
12153
|
+
line-height: 18px;
|
|
12154
|
+
}
|
|
12155
|
+
}
|
|
12156
|
+
.chip-image__d1___TS7ml {
|
|
12157
|
+
font-size: 36px;
|
|
12158
|
+
font-weight: 700;
|
|
12159
|
+
line-height: 48px;
|
|
12160
|
+
letter-spacing: -0.02em;
|
|
12161
|
+
}
|
|
12162
|
+
@media only screen and (min-width: 769px) {
|
|
12163
|
+
.chip-image__d1___TS7ml {
|
|
12164
|
+
font-size: 64px;
|
|
12165
|
+
line-height: 85px;
|
|
12166
|
+
letter-spacing: -0.03em;
|
|
12167
|
+
}
|
|
12168
|
+
}
|
|
12169
|
+
.chip-image__caption-medium___mr7Vz,
|
|
12170
|
+
.chip-image__captionMedium___dNTT7 {
|
|
12171
|
+
font-size: 12px;
|
|
12172
|
+
line-height: 1.5;
|
|
12173
|
+
letter-spacing: -0.02em;
|
|
12174
|
+
font-weight: 500;
|
|
12175
|
+
}
|
|
12176
|
+
@media only screen and (max-width: 480px) {
|
|
12177
|
+
.chip-image__caption-medium___mr7Vz,
|
|
12178
|
+
.chip-image__captionMedium___dNTT7 {
|
|
12179
|
+
font-size: 11px;
|
|
12180
|
+
}
|
|
12181
|
+
}
|
|
12182
|
+
.chip-image__caption-semi-bold___qKLWj,
|
|
12183
|
+
.chip-image__captionSemiBold___RLhzs {
|
|
12184
|
+
font-size: 12px;
|
|
12185
|
+
line-height: 1.5;
|
|
12186
|
+
letter-spacing: -0.02em;
|
|
12187
|
+
font-weight: 600;
|
|
12188
|
+
}
|
|
12189
|
+
@media only screen and (max-width: 480px) {
|
|
12190
|
+
.chip-image__caption-semi-bold___qKLWj,
|
|
12191
|
+
.chip-image__captionSemiBold___RLhzs {
|
|
12192
|
+
font-size: 11px;
|
|
12193
|
+
}
|
|
12194
|
+
}
|
|
12195
|
+
.chip-image__btn-link___mg0Zd,
|
|
12196
|
+
.chip-image__btnLink___EtG1o {
|
|
12197
|
+
font-weight: 500;
|
|
12198
|
+
letter-spacing: -0.02em;
|
|
12199
|
+
font-size: 12px;
|
|
12200
|
+
line-height: 14px;
|
|
12201
|
+
border-radius: var(--buttonRadius, 0px);
|
|
12202
|
+
cursor: pointer;
|
|
12203
|
+
color: var(--buttonLink, #b1655b);
|
|
12204
|
+
text-decoration: underline;
|
|
12205
|
+
background: none;
|
|
12206
|
+
border: none;
|
|
12207
|
+
}
|
|
12208
|
+
@media only screen and (min-width: 769px) {
|
|
12209
|
+
.chip-image__btn-link___mg0Zd,
|
|
12210
|
+
.chip-image__btnLink___EtG1o {
|
|
12211
|
+
font-weight: 500;
|
|
12212
|
+
letter-spacing: -0.02em;
|
|
12213
|
+
font-size: 14px;
|
|
12214
|
+
line-height: 16px;
|
|
12215
|
+
}
|
|
12216
|
+
}
|
|
12217
|
+
.chip-image__btn-link___mg0Zd:hover,
|
|
12218
|
+
.chip-image__btnLink___EtG1o:hover {
|
|
12219
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
12220
|
+
}
|
|
12221
|
+
.chip-image__btn-link___mg0Zd:disabled,
|
|
12222
|
+
.chip-image__btnLink___EtG1o:disabled {
|
|
12223
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
12224
|
+
}
|
|
12225
|
+
.chip-image__btn-link___mg0Zd:active,
|
|
12226
|
+
.chip-image__btnLink___EtG1o:active {
|
|
12227
|
+
opacity: 0.8;
|
|
12228
|
+
}
|
|
12229
|
+
.chip-image__user-select-none___VJzKH,
|
|
12230
|
+
.chip-image__userSelectNone___EoMzP {
|
|
12231
|
+
user-select: none;
|
|
12232
|
+
-moz-user-select: none;
|
|
12233
|
+
-webkit-user-select: none;
|
|
12234
|
+
-ms-user-select: none;
|
|
12235
|
+
}
|
|
12236
|
+
.chip-image__margin-0-auto___ZhtMU,
|
|
12237
|
+
.chip-image__margin0auto___OW356 {
|
|
12238
|
+
margin: 0 auto;
|
|
12239
|
+
}
|
|
12240
|
+
.chip-image__base-page-container___OKazQ,
|
|
12241
|
+
.chip-image__basePageContainer___wlRhe {
|
|
12242
|
+
max-width: 1440px !important;
|
|
12243
|
+
}
|
|
12244
|
+
.chip-image__remove-scroll___GeKDV,
|
|
12245
|
+
.chip-image__removeScroll___MIf8Q {
|
|
12246
|
+
overflow-y: hidden !important;
|
|
12247
|
+
}
|
|
12248
|
+
.chip-image__mr-5___FZzoX,
|
|
12249
|
+
.chip-image__mr5___ePzOp {
|
|
12250
|
+
margin-inline-end: 30px !important;
|
|
12251
|
+
}
|
|
12252
|
+
.chip-image__mr-2___VBnR4,
|
|
12253
|
+
.chip-image__mr2___3h34i {
|
|
12254
|
+
margin-inline-end: 5px !important;
|
|
12255
|
+
}
|
|
12256
|
+
.chip-image__py-5___Up4YD,
|
|
12257
|
+
.chip-image__py5___Wed7Q {
|
|
12258
|
+
padding-top: 1.875rem !important;
|
|
12259
|
+
padding-bottom: 1.875rem !important;
|
|
12260
|
+
}
|
|
12261
|
+
.chip-image__view-all-text___OsbTy,
|
|
12262
|
+
.chip-image__viewAllText___xz2m1 {
|
|
12263
|
+
font-size: 20px;
|
|
12264
|
+
font-weight: 400;
|
|
12265
|
+
text-transform: lowercase;
|
|
12266
|
+
text-decoration: underline;
|
|
12267
|
+
}
|
|
12268
|
+
.chip-image__view-all-mobile___TdsAS,
|
|
12269
|
+
.chip-image__viewAllMobile___ODDM1 {
|
|
12270
|
+
display: none;
|
|
12271
|
+
}
|
|
12272
|
+
@media only screen and (max-width: 768px) {
|
|
12273
|
+
.chip-image__view-all-mobile___TdsAS,
|
|
12274
|
+
.chip-image__viewAllMobile___ODDM1 {
|
|
12275
|
+
display: flex;
|
|
12276
|
+
align-items: center;
|
|
12277
|
+
justify-content: center;
|
|
12278
|
+
margin-top: 40px;
|
|
12279
|
+
}
|
|
12280
|
+
}
|
|
12281
|
+
@media only screen and (max-width: 480px) {
|
|
12282
|
+
.chip-image__view-all-mobile___TdsAS,
|
|
12283
|
+
.chip-image__viewAllMobile___ODDM1 {
|
|
12284
|
+
margin-top: 24px;
|
|
12285
|
+
}
|
|
12286
|
+
}
|
|
12287
|
+
.chip-image__accent-btn___iBQrJ,
|
|
12288
|
+
.chip-image__accentBtn___NNJti {
|
|
12289
|
+
background-color: var(--accentColor);
|
|
12290
|
+
color: #fff;
|
|
12291
|
+
}
|
|
12292
|
+
.chip-image__no-scroll___hk_ZJ,
|
|
12293
|
+
.chip-image__noScroll___mGKlX {
|
|
12294
|
+
overflow-y: hidden;
|
|
12295
|
+
}
|
|
12296
|
+
.chip-image__hide-overflow___xncYy,
|
|
12297
|
+
.chip-image__hideOverflow___Hyiqo {
|
|
12298
|
+
overflow: hidden;
|
|
12299
|
+
}
|
|
12300
|
+
.chip-image__markdown-body___hBdYJ h6 {
|
|
12301
|
+
margin-top: 0 !important;
|
|
12302
|
+
margin-bottom: 0 !important;
|
|
12303
|
+
}
|
|
12304
|
+
@media only screen and (max-width: 480px) {
|
|
12305
|
+
.chip-image__markdown-body___hBdYJ {
|
|
12306
|
+
font-size: 12px !important;
|
|
12307
|
+
padding: 5px !important;
|
|
12308
|
+
}
|
|
12309
|
+
}
|
|
12310
|
+
.chip-image__view3d-canvas___kJpcj {
|
|
12311
|
+
width: 100%;
|
|
12312
|
+
height: 100%;
|
|
12313
|
+
}
|
|
12314
|
+
@media only screen and (max-width: 480px) {
|
|
12315
|
+
.chip-image__view-mobile-up___KHfYd {
|
|
12316
|
+
display: none !important;
|
|
12317
|
+
}
|
|
12318
|
+
}
|
|
12319
|
+
@media only screen and (min-width: 481px) {
|
|
12320
|
+
.chip-image__view-mobile___LjGIQ {
|
|
12321
|
+
display: none !important;
|
|
12322
|
+
}
|
|
12323
|
+
}
|
|
12324
|
+
.chip-image__itemImg___iI27G {
|
|
12325
|
+
width: 100%;
|
|
12326
|
+
border-radius: var(--buttonRadius, 0px);
|
|
12327
|
+
overflow: hidden;
|
|
12328
|
+
}
|
|
12329
|
+
.chip-image__bundleChipImages___aq4HR {
|
|
12330
|
+
width: 100%;
|
|
12331
|
+
display: grid;
|
|
12332
|
+
grid-template-columns: repeat(2, 1fr);
|
|
12333
|
+
padding: 4px;
|
|
12334
|
+
gap: 4px;
|
|
12335
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
12336
|
+
border-radius: var(--buttonRadius, 0px);
|
|
12337
|
+
}
|
|
12338
|
+
.chip-image__bundleChipImages___aq4HR .chip-image__itemImg___iI27G {
|
|
12339
|
+
border-radius: calc(var(--buttonRadius, 0px) / 2);
|
|
12340
|
+
display: flex;
|
|
12341
|
+
}
|
|
12342
|
+
|
|
11932
12343
|
/**color by character**/
|
|
11933
12344
|
/** Font family **/
|
|
11934
12345
|
/** Font weight **/
|