| @@ -3200,5 +3200,357 @@ | ||
| 3200 | 3200 | |
| 3201 | 3201 | |
| 3202 | 3202 | |
| 3203 | 3203 | |
| 3204 | -/* chatgpt Footer Sale Banner 20% 2026 | End */ | |
| 3204 | +/* chatgpt Footer Sale Banner 20% 2026 | End */ | |
| 3205 | + | |
| 3206 | + | |
| 3207 | +/* Back to School Sale Banner 2026 | Start */ | |
| 3208 | + | |
| 3209 | +#ays-chart-back-to-school-banner-2026 { | |
| 3210 | + box-sizing:border-box; | |
| 3211 | + position:relative; | |
| 3212 | + isolation:isolate; | |
| 3213 | + width:calc(100% - 20px); | |
| 3214 | + max-width:none; | |
| 3215 | + min-height:112px; | |
| 3216 | + margin:20px 20px 16px 0; | |
| 3217 | + padding:0 38px; | |
| 3218 | + overflow:hidden; | |
| 3219 | + border:1px solid #e8dcc9; | |
| 3220 | + border-left-width:1px; | |
| 3221 | + border-radius:12px; | |
| 3222 | + background-color:#fffdf8; | |
| 3223 | + background-image:radial-gradient(circle at 1px 1px,rgba(91,72,45,.09) 1px,transparent 1px),radial-gradient(120% 140% at 0 0,rgba(20,75,220,.07),transparent 55%),radial-gradient(120% 140% at 100% 100%,rgba(126,34,206,.09),transparent 55%); | |
| 3224 | + background-size:6px 6px,100% 100%,100% 100%; | |
| 3225 | + box-shadow:0 10px 30px -18px rgba(76,45,140,.55); | |
| 3226 | + font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif | |
| 3227 | +} | |
| 3228 | + | |
| 3229 | +.ays-chart-bts-content { | |
| 3230 | + position:relative; | |
| 3231 | + z-index:2; | |
| 3232 | + display:flex; | |
| 3233 | + min-height:110px; | |
| 3234 | + align-items:center; | |
| 3235 | + justify-content:space-between; | |
| 3236 | + gap:28px | |
| 3237 | +} | |
| 3238 | + | |
| 3239 | +.ays-chart-bts-offer,.ays-chart-bts-actions { | |
| 3240 | + display:flex; | |
| 3241 | + align-items:center | |
| 3242 | +} | |
| 3243 | + | |
| 3244 | +.ays-chart-bts-offer { | |
| 3245 | + min-width:0; | |
| 3246 | + gap:9px | |
| 3247 | +} | |
| 3248 | + | |
| 3249 | +.ays-chart-bts-handwritten { | |
| 3250 | + width:280px; | |
| 3251 | + max-width:23vw; | |
| 3252 | + height:auto; | |
| 3253 | + color:#0755df; | |
| 3254 | + overflow:visible; | |
| 3255 | + flex:0 1 auto | |
| 3256 | +} | |
| 3257 | + | |
| 3258 | +.ays-chart-bts-dot { | |
| 3259 | + width:7px; | |
| 3260 | + height:7px; | |
| 3261 | + flex:0 0 auto; | |
| 3262 | + border-radius:50%; | |
| 3263 | + background:#ffc51b; | |
| 3264 | + align-self:flex-start; | |
| 3265 | + margin-top:27px | |
| 3266 | +} | |
| 3267 | + | |
| 3268 | +.ays-chart-bts-discount { | |
| 3269 | + color:#8127df; | |
| 3270 | + font-size:38px; | |
| 3271 | + font-weight:800; | |
| 3272 | + line-height:1; | |
| 3273 | + letter-spacing:-1.2px; | |
| 3274 | + white-space:nowrap | |
| 3275 | +} | |
| 3276 | + | |
| 3277 | +.ays-chart-bts-actions { | |
| 3278 | + flex:0 0 auto; | |
| 3279 | + gap:12px | |
| 3280 | +} | |
| 3281 | + | |
| 3282 | +.ays-chart-bts-use-code { | |
| 3283 | + color:#5f5b69; | |
| 3284 | + font-size:11px; | |
| 3285 | + font-weight:600; | |
| 3286 | + line-height:1; | |
| 3287 | + text-transform:uppercase; | |
| 3288 | + letter-spacing:.14em; | |
| 3289 | + white-space:nowrap | |
| 3290 | +} | |
| 3291 | + | |
| 3292 | +.ays-chart-bts-coupon { | |
| 3293 | + box-sizing:border-box; | |
| 3294 | + display:flex; | |
| 3295 | + min-height:50px; | |
| 3296 | + align-items:center; | |
| 3297 | + gap:12px; | |
| 3298 | + padding:8px 14px; | |
| 3299 | + border:2px dashed rgba(129,39,223,.5); | |
| 3300 | + border-radius:10px; | |
| 3301 | + background:#fff; | |
| 3302 | + color:#1147c8; | |
| 3303 | + cursor:pointer; | |
| 3304 | + box-shadow:none | |
| 3305 | +} | |
| 3306 | + | |
| 3307 | +.ays-chart-bts-coupon:hover,.ays-chart-bts-coupon:focus { | |
| 3308 | + border-color:#8127df; | |
| 3309 | + background:rgba(129,39,223,.05); | |
| 3310 | + color:#1147c8 | |
| 3311 | +} | |
| 3312 | + | |
| 3313 | +.ays-chart-bts-coupon span { | |
| 3314 | + font-size:19px; | |
| 3315 | + font-weight:700; | |
| 3316 | + letter-spacing:.04em | |
| 3317 | +} | |
| 3318 | + | |
| 3319 | +.ays-chart-bts-coupon svg { | |
| 3320 | + width:16px; | |
| 3321 | + height:16px; | |
| 3322 | + color:#8127df | |
| 3323 | +} | |
| 3324 | + | |
| 3325 | +.ays-chart-bts-cta { | |
| 3326 | + display:inline-flex; | |
| 3327 | + min-height:48px; | |
| 3328 | + align-items:center; | |
| 3329 | + justify-content:center; | |
| 3330 | + padding:0 27px; | |
| 3331 | + border-radius:9px; | |
| 3332 | + background:linear-gradient(90deg,#1249e7,#8127df); | |
| 3333 | + color:#fff!important; | |
| 3334 | + font-size:16px; | |
| 3335 | + font-weight:700; | |
| 3336 | + text-decoration:none!important; | |
| 3337 | + white-space:nowrap; | |
| 3338 | + box-shadow:0 8px 18px -8px rgba(91,37,194,.9); | |
| 3339 | + transition:transform .15s,box-shadow .15s | |
| 3340 | +} | |
| 3341 | + | |
| 3342 | +.ays-chart-bts-cta:hover,.ays-chart-bts-cta:focus { | |
| 3343 | + color:#fff; | |
| 3344 | + transform:translateY(-1px); | |
| 3345 | + box-shadow:0 10px 20px -8px rgba(91,37,194,.95) | |
| 3346 | +} | |
| 3347 | + | |
| 3348 | +.ays-chart-bts-decoration { | |
| 3349 | + position:absolute; | |
| 3350 | + z-index:1; | |
| 3351 | + pointer-events:none | |
| 3352 | +} | |
| 3353 | + | |
| 3354 | +.ays-chart-bts-plane { | |
| 3355 | + top:8px; | |
| 3356 | + left:12px; | |
| 3357 | + width:24px; | |
| 3358 | + color:rgba(129,39,223,.55) | |
| 3359 | +} | |
| 3360 | + | |
| 3361 | +.ays-chart-bts-ruler { | |
| 3362 | + bottom:7px; | |
| 3363 | + left:24px; | |
| 3364 | + width:36px; | |
| 3365 | + color:rgba(20,73,230,.35) | |
| 3366 | +} | |
| 3367 | + | |
| 3368 | +.ays-chart-bts-star { | |
| 3369 | + top:8px; | |
| 3370 | + right:14px; | |
| 3371 | + width:19px; | |
| 3372 | + color:#ffc51b | |
| 3373 | +} | |
| 3374 | + | |
| 3375 | +.ays-chart-bts-pencil { | |
| 3376 | + right:31px; | |
| 3377 | + bottom:7px; | |
| 3378 | + width:21px; | |
| 3379 | + color:rgba(129,39,223,.5); | |
| 3380 | + transform:rotate(-12deg) | |
| 3381 | +} | |
| 3382 | + | |
| 3383 | +.ays-chart-bts-wave { | |
| 3384 | + bottom:3px; | |
| 3385 | + left:50%; | |
| 3386 | + width:96px; | |
| 3387 | + color:rgba(20,73,230,.22); | |
| 3388 | + transform:translateX(-50%) | |
| 3389 | +} | |
| 3390 | + | |
| 3391 | +#ays-chart-back-to-school-banner-2026 .notice-dismiss { | |
| 3392 | + top:1px; | |
| 3393 | + right:1px; | |
| 3394 | + color:#756b82 | |
| 3395 | +} | |
| 3396 | + | |
| 3397 | +#ays-chart-back-to-school-banner-2026 .notice-dismiss:before { | |
| 3398 | + font-size:18px | |
| 3399 | +} | |
| 3400 | + | |
| 3401 | +.ays-chart-bts-dismiss { | |
| 3402 | + position:absolute; | |
| 3403 | + right:39px; | |
| 3404 | + bottom:0; | |
| 3405 | + z-index:3 | |
| 3406 | +} | |
| 3407 | + | |
| 3408 | +.ays-chart-bts-dismiss form { | |
| 3409 | + margin:0 | |
| 3410 | +} | |
| 3411 | + | |
| 3412 | +.ays-chart-bts-dismiss #ays-chart-dismiss-buttons-content .ays-button { | |
| 3413 | + height:22px!important; | |
| 3414 | + min-height:0!important; | |
| 3415 | + margin:0!important; | |
| 3416 | + padding:0!important; | |
| 3417 | + border:0!important; | |
| 3418 | + background:transparent!important; | |
| 3419 | + color:#777!important; | |
| 3420 | + font-size:10px!important; | |
| 3421 | + line-height:22px!important; | |
| 3422 | + text-decoration:underline; | |
| 3423 | + box-shadow:none!important | |
| 3424 | +} | |
| 3425 | + | |
| 3426 | +.ays-chart-bts-copy-notification { | |
| 3427 | + position:fixed; | |
| 3428 | + top:50%; | |
| 3429 | + left:50%; | |
| 3430 | + z-index:10000; | |
| 3431 | + transform:translate(-50%,-50%); | |
| 3432 | + padding:12px 24px; | |
| 3433 | + border-radius:8px; | |
| 3434 | + background:rgba(0,0,0,.82); | |
| 3435 | + color:#fff; | |
| 3436 | + font-size:14px; | |
| 3437 | + opacity:0; | |
| 3438 | + transition:opacity .25s | |
| 3439 | +} | |
| 3440 | + | |
| 3441 | +.ays-chart-bts-copy-notification.ays-chart-bts-show { | |
| 3442 | + opacity:1 | |
| 3443 | +} | |
| 3444 | + | |
| 3445 | +@media screen and (max-width:1200px) { | |
| 3446 | + .ays-chart-bts-content { | |
| 3447 | + gap:18px | |
| 3448 | + } | |
| 3449 | + | |
| 3450 | + .ays-chart-bts-handwritten { | |
| 3451 | + width:225px | |
| 3452 | + } | |
| 3453 | + | |
| 3454 | + .ays-chart-bts-discount { | |
| 3455 | + font-size:31px | |
| 3456 | + } | |
| 3457 | + | |
| 3458 | + .ays-chart-bts-actions { | |
| 3459 | + gap:8px | |
| 3460 | + } | |
| 3461 | + | |
| 3462 | + .ays-chart-bts-coupon { | |
| 3463 | + min-height:44px; | |
| 3464 | + padding:7px 10px | |
| 3465 | + } | |
| 3466 | + | |
| 3467 | + .ays-chart-bts-cta { | |
| 3468 | + min-height:44px; | |
| 3469 | + padding:0 18px; | |
| 3470 | + font-size:14px | |
| 3471 | + } | |
| 3472 | + | |
| 3473 | +} | |
| 3474 | + | |
| 3475 | +@media screen and (max-width:960px) { | |
| 3476 | + #ays-chart-back-to-school-banner-2026 { | |
| 3477 | + padding:15px 38px 20px | |
| 3478 | + } | |
| 3479 | + | |
| 3480 | + .ays-chart-bts-content { | |
| 3481 | + min-height:90px; | |
| 3482 | + flex-wrap:wrap; | |
| 3483 | + justify-content:center; | |
| 3484 | + gap:12px 24px | |
| 3485 | + } | |
| 3486 | + | |
| 3487 | + .ays-chart-bts-handwritten { | |
| 3488 | + max-width:none | |
| 3489 | + } | |
| 3490 | + | |
| 3491 | + .ays-chart-bts-actions { | |
| 3492 | + justify-content:center | |
| 3493 | + } | |
| 3494 | + | |
| 3495 | + .ays-chart-bts-dismiss { | |
| 3496 | + right:38px | |
| 3497 | + } | |
| 3498 | + | |
| 3499 | +} | |
| 3500 | + | |
| 3501 | +@media screen and (max-width:600px) { | |
| 3502 | + #ays-chart-back-to-school-banner-2026 { | |
| 3503 | + width:calc(100% - 20px); | |
| 3504 | + margin-right:10px; | |
| 3505 | + padding:18px 30px 23px 18px | |
| 3506 | + } | |
| 3507 | + | |
| 3508 | + .ays-chart-bts-content { | |
| 3509 | + flex-direction:column | |
| 3510 | + } | |
| 3511 | + | |
| 3512 | + .ays-chart-bts-offer { | |
| 3513 | + flex-wrap:wrap; | |
| 3514 | + justify-content:center | |
| 3515 | + } | |
| 3516 | + | |
| 3517 | + .ays-chart-bts-handwritten { | |
| 3518 | + width:210px | |
| 3519 | + } | |
| 3520 | + | |
| 3521 | + .ays-chart-bts-discount { | |
| 3522 | + font-size:28px | |
| 3523 | + } | |
| 3524 | + | |
| 3525 | + .ays-chart-bts-actions { | |
| 3526 | + flex-wrap:wrap | |
| 3527 | + } | |
| 3528 | + | |
| 3529 | + .ays-chart-bts-use-code { | |
| 3530 | + width:100%; | |
| 3531 | + text-align:center | |
| 3532 | + } | |
| 3533 | + | |
| 3534 | + .ays-chart-bts-coupon { | |
| 3535 | + min-height:40px | |
| 3536 | + } | |
| 3537 | + | |
| 3538 | + .ays-chart-bts-coupon span { | |
| 3539 | + font-size:16px | |
| 3540 | + } | |
| 3541 | + | |
| 3542 | + .ays-chart-bts-cta { | |
| 3543 | + min-height:40px | |
| 3544 | + } | |
| 3545 | + | |
| 3546 | + .ays-chart-bts-plane,.ays-chart-bts-ruler,.ays-chart-bts-pencil,.ays-chart-bts-wave { | |
| 3547 | + display:none | |
| 3548 | + } | |
| 3549 | + | |
| 3550 | + .ays-chart-bts-dismiss { | |
| 3551 | + right:30px | |
| 3552 | + } | |
| 3553 | + | |
| 3554 | +} | |
| 3555 | + | |
| 3556 | +/* Back to School Sale Banner 2026 | End */ | |