.wdc-wrapper{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.wdc-pillbar{display:flex;align-items:center;gap:6px;background:#f3f5f2;padding:6px;border-radius:12px;margin:10px 0}.wdc-pilltrack{display:flex;gap:8px;overflow:auto;scrollbar-width:none}.wdc-pilltrack::-webkit-scrollbar{display:none}.wdc-pill{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid #dde5dd;background:#fff;box-shadow:0 1px 4px rgb(0 0 0 / .05);font-weight:700;cursor:pointer;font-size:13px}.wdc-pill.is-active{outline:2px solid #7aa36e}.wdc-pill-icon{width:18px;height:18px;display:inline-block;object-fit:contain}.wdc-grid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:760px){.wdc-grid{grid-template-columns:1fr 1fr}}@media(min-width:1100px){.wdc-grid{grid-template-columns:1fr 1fr 1fr}}.wdc-card{position:relative;display:grid;grid-template-columns:minmax(0,170px) minmax(0,1fr);border:1px solid #e1e6ea;border-radius:16px;overflow:hidden;background:#fff;min-height:140px;transition:transform .18s ease,box-shadow .18s ease;width:100%;max-width:100%;box-sizing:border-box}.wdc-card,.wdc-pop-more{--wdc-tone-base:#e05d1f;--wdc-tone-mask-a:#e4703a;--wdc-tone-mask-b:#e98a5e;--wdc-tone-button:#e67a47;--wdc-tone-button-border:#e05d1f;--wdc-tone-button-text:#ffffff}.wdc-card:hover{animation:wdcShake .4s ease;box-shadow:0 16px 40px rgb(0 0 0 / .15)}@keyframes wdcShake{0%,100%{transform:translateX(0)}25%{transform:translateX(-2px)}50%{transform:translateX(2px)}75%{transform:translateX(-1px)}}.wdc-card:before,.wdc-card:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;background:#f7f7fb;border-radius:50%;z-index:2;box-shadow:0 0 0 1px #e1e6ea inset}.wdc-card:before{left:-13px}.wdc-card:after{right:-13px}.wdc-left{color:#fff;padding:16px 12px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.wdc-shine{position:absolute;top:0;bottom:0;left:-40%;width:40%;background:linear-gradient(90deg,#fff0 0%,rgb(255 255 255 / .35) 50%,#fff0 100%);transform:skewX(-15deg);transition:transform .6s ease;pointer-events:none}.wdc-card:hover .wdc-shine{transform:translateX(260%) skewX(-15deg)}.wdc-left:after{content:"";position:absolute;right:-1px;top:0;bottom:0;width:14px;background:repeating-linear-gradient(180deg,rgb(255 255 255 / .25),rgb(255 255 255 / .25) 6px,#fff0 6px,#fff0 12px)}.wdc-logo{display:flex;align-items:center;justify-content:center;gap:8px;flex-direction:column}.wdc-logo img{width:54px;height:54px;object-fit:contain;border-radius:50%;background:#fff;padding:6px}.wdc-brand-text{font-size:13px;text-align:center;line-height:1.1}.wdc-expiry{display:flex;align-items:center;gap:6px;opacity:.95;font-size:13px}.wdc-main{padding:14px 16px;position:relative}.wdc-title-row{display:flex;align-items:center;justify-content:flex-end;gap:0;min-height:0}.wdc-merchant{margin:0;font-size:16px;font-weight:800}.wdc-discount{font-weight:900;font-size:26px;color:#d93025;text-align:right;line-height:1.05;display:flex;align-items:center;justify-content:flex-end;margin-left:auto;min-height:32px;max-height:60px;overflow:hidden;white-space:nowrap;word-break:break-word;hyphens:auto;transition:font-size .15s ease;flex:0 0 auto;padding-left:8px}@media (max-width:759px){.wdc-discount{max-height:none;min-height:0;font-size:26px;white-space:normal}}@media (min-width:760px){.wdc-title-row{display:contents;width:0;height:0;padding:0;margin:0}.wdc-title-row .wdc-merchant{display:none!important}}.wdc-min{margin-top:2px;font-size:13px;color:#333}.wdc-lbl,.wdc-pop-meta .wdc-meta span{font-weight:800;color:#d93025}.wdc-note{margin-top:6px;font-size:13px;color:#d35400}.wdc-actions{margin-top:10px;display:flex;gap:10px;align-items:center}.wdc-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:12px;font-weight:800;text-decoration:none;padding:0 18px;box-shadow:0 3px 0 rgb(0 0 0 / .05);white-space:nowrap;min-width:160px}.wdc-btn-copy,.wdc-btn-go,.wdc-btn-app{background:var(--wdc-tone-button,#24a148);color:var(--wdc-tone-button-text,#fff);border:1px solid var(--wdc-tone-button-border,#1b7a36)}.wdc-card.is-expired .wdc-expired-mask{position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(45deg,rgb(0 0 0 / .06) 0 10px,#fff0 10px 20px);z-index:3}.wdc-popover-overlay{position:fixed;inset:0;z-index:9998;background:#fff0}.wdc-popover-panel{position:fixed;z-index:9999;background:#fff0;width:auto;max-width:98vw;animation:wdcPopIn .18s ease-out}@keyframes wdcPopIn{from{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.wdc-pop-more{position:relative;background:#f7faf6;border:1px dashed #cfe1cc;border-radius:12px;padding:12px;font-size:14px;box-shadow:0 18px 40px rgb(0 0 0 / .15)}.wdc-pop-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;flex-wrap:wrap}.wdc-pop-ttl{font-weight:800}.wdc-pop-discount{font-weight:900;font-size:22px;color:#d93025;text-align:right;line-height:1.1;display:flex;align-items:center;justify-content:flex-end;white-space:nowrap;overflow:hidden;min-width:120px;max-width:220px;margin-left:auto;transition:font-size .15s ease}.wdc-pop-meta .wdc-meta{margin:4px 0}.wdc-pop-actions{display:flex;gap:10px;align-items:center;margin-top:10px}.wdc-pop-close{position:absolute;top:-10px;right:-10px;background:#fff;border:1px solid #e3e7e4;border-radius:999px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px rgb(0 0 0 / .12)}.wdc-save{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border:1px solid #24a148;color:#1b7a36;background:#f6fff8;border-radius:999px;font-weight:800;font-size:12px}.wdc-codebox{position:relative;display:flex;align-items:center;gap:14px;min-height:40px;flex-wrap:nowrap}.wdc-code{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:4px;padding:8px 14px;padding-right:24px;border:1px solid #dfe6df;border-radius:12px;font-weight:900;text-transform:uppercase;background:#fff;letter-spacing:.1em;color:#111;overflow:hidden;width:150px;height:40px;background-image:repeating-linear-gradient(45deg,#f7f7f7 0,#f7f7f7 6px,#ededed 6px,#ededed 12px)}.wdc-code-hidden{position:absolute;opacity:0;pointer-events:none;height:0;width:0;left:-9999px}.wdc-code-corner{position:absolute;right:0;top:0;width:0;height:0;border-top:24px solid #fff;border-left:24px solid #fff0;border-top-right-radius:8px}.wdc-code .wdc-ch{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:26px;padding:0 5px;background:linear-gradient(180deg,#fff 0%,#f1f1f1 100%);border:1px solid #d8dfe0;border-radius:6px;box-shadow:inset 0 -1px 0 rgb(0 0 0 / .06),0 1px 2px rgb(0 0 0 / .05);font-weight:900;color:#111}.wdc-code .wdc-ch.hyphen{min-width:10px;opacity:.65;background:#fff0;border-color:#fff0;box-shadow:none}.wdc-code>.wdc-code-mask{position:absolute;left:0;top:0;bottom:0;width:115%;background:var(--wdc-tone-mask-a,#ff2f82);background-image:repeating-linear-gradient(45deg,var(--wdc-tone-mask-a,#ff2f82) 0,var(--wdc-tone-mask-a,#ff2f82) 8px,var(--wdc-tone-mask-b,#ff5aa3) 8px,var(--wdc-tone-mask-b,#ff5aa3) 16px);clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);border-radius:12px;pointer-events:none;z-index:2;transform-origin:left center;transition:transform .45s ease-in-out;opacity:1;transform:translateX(0)}.wdc-codebox:hover>.wdc-code>.wdc-code-mask,.wdc-pop-more:hover .wdc-code>.wdc-code-mask{transform:translate(-45%,-2px) rotate(-4deg);box-shadow:0 6px 12px rgb(0 0 0 / .18)}.wdc-card[data-brand*="shopee"]{--wdc-tone-base:#ee4d2d;--wdc-tone-mask-a:#f06246;--wdc-tone-mask-b:#f37f68;--wdc-tone-button:#f16d53;--wdc-tone-button-border:#ee4d2d;--wdc-tone-button-text:#ffffff}.wdc-card[data-brand*="lazada"]{--wdc-tone-base:#1a75ff;--wdc-tone-mask-a:#3586ff;--wdc-tone-mask-b:#5a9cff;--wdc-tone-button:#438eff;--wdc-tone-button-border:#1a75ff;--wdc-tone-button-text:#ffffff}.wdc-card[data-brand*="tiki"]{--wdc-tone-base:#1db5ff;--wdc-tone-mask-a:#38beff;--wdc-tone-mask-b:#5ccaff;--wdc-tone-button:#46c2ff;--wdc-tone-button-border:#1db5ff;--wdc-tone-button-text:#111111}.wdc-card.is-hidden{display:none!important}.wdc-icon-strip{width:100%;max-width:1200px;margin:0 auto;padding:0 32px;box-sizing:border-box}.wdc-icon-strip>*{width:100%;margin:0 auto}@media (max-width:900px){.wdc-icon-strip{padding:0 24px}}@media (max-width:640px){.wdc-icon-strip{padding:0 18px}}.wdc-codebox .wdc-code{flex-wrap:wrap}align-items:flex-start;gap:6px}.wdc-card .wdc-discount{position:absolute;top:10px;right:16px;font-size:18px;line-height:1;background:#fff0;padding:0;border-radius:0;box-shadow:none;text-shadow:0 2px 4px rgb(0 0 0 / .18);color:#d93025}.wdc-single-hero{flex-direction:row;align-items:center;padding:22px 20px;gap:18px}.wdc-single-hero__badge{width:72px;height:126px}.wdc-single-hero::before,.wdc-single-hero::after{display:none}.wdc-single-hero__badge-inner{width:56px;height:104px}.wdc-single-hero__body{width:100%;padding-right:110px;gap:6px}.wdc-single-hero__title{font-size:22px;line-height:1.35;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;max-width:100%}.wdc-single-hero__eyebrow{font-size:13px;letter-spacing:.12em}.wdc-single-hero__excerpt{font-size:14px;max-width:100%;word-wrap:break-word}.wdc-single-hero__discount{position:absolute;top:18px;right:20px;margin-top:0;align-self:flex-start;min-width:auto;padding:8px 14px;font-size:18px}}.wdc-gallery-trigger{--wdc-gallery-size:40px;width:var(--wdc-gallery-size)!important;height:var(--wdc-gallery-size)!important;min-width:var(--wdc-gallery-size)!important;min-height:var(--wdc-gallery-size)!important;max-width:var(--wdc-gallery-size)!important;max-height:var(--wdc-gallery-size)!important;flex:0 0 var(--wdc-gallery-size);padding:0;background:#f6f7f8;border:1px solid #d8e1e6;border-radius:8px;cursor:pointer;box-shadow:0 2px 6px rgb(15 23 42 / .14);overflow:hidden;display:inline-flex;align-items:center;justify-content:center;line-height:0;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;position:relative}.wdc-gallery-trigger img.wdc-gallery-thumb-img{width:100%!important;height:100%!important;object-fit:cover;border-radius:inherit;display:block}.wdc-gallery-trigger .wdc-gallery-thumb{width:100%;height:100%;display:block;border-radius:inherit;background-size:cover;background-position:center;background-repeat:no-repeat}.wdc-gallery-trigger .wdc-gallery-thumb.is-empty{background:linear-gradient(135deg,#f6f7f8,#eceff2);border:1px dashed #d2d9df;box-sizing:border-box}.wdc-gallery-trigger:hover,.wdc-gallery-trigger:focus-visible{transform:scale(1.15);box-shadow:0 6px 14px rgb(15 23 42 / .18)}.wdc-meta-gallery{display:flex;align-items:center}.wdc-gov{position:fixed;inset:0;background:rgb(0 0 0 / .6);z-index:10000;display:flex;align-items:center;justify-content:center;padding:10px}.wdc-gp{position:relative;max-width:92vw;max-height:92vh;display:flex;align-items:center;justify-content:center}.wdc-gimg{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgb(0 0 0 / .35);background:#fff;will-change:transform}.wdc-gclose{position:absolute;top:-10px;right:-10px;width:36px;height:36px;border-radius:999px;background:#fff;border:1px solid #e3e7e4;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px rgb(0 0 0 / .2)}.wdc-gprev,.wdc-gnext{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;background:#fff;border:1px solid #e3e7e4;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px rgb(0 0 0 / .25)}.wdc-gprev{left:8px}.wdc-gnext{right:8px}@media(max-width:640px){.wdc-gprev,.wdc-gnext{width:38px;height:38px}}.wdc-terms-gallery{display:flex;flex-wrap:wrap;gap:8px}.wdc-terms-gallery .wdc-thumb{position:relative;width:100px;height:100px;border:1px solid #e3e7e4;border-radius:8px;overflow:hidden;background:#fff}.wdc-terms-gallery .wdc-thumb img{width:100%;height:100%;object-fit:cover}.wdc-terms-gallery .wdc-thumb-remove{position:absolute;top:2px;right:2px}.wdc-toast{position:fixed;left:50%;top:20px;transform:translateX(-50%);padding:10px 14px;background:#d93025;color:#fff;border-radius:10px;z-index:10000;box-shadow:0 6px 20px rgb(0 0 0 / .15)}.wdc-more-wrap{margin-top:16px;text-align:center}.wdc-pillbar{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:12px}.wdc-pilltrack{overflow:auto;scroll-behavior:smooth;white-space:nowrap;flex:1 1 auto}.wdc-pillbar{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:12px}.wdc-pilltrack{overflow:auto;scroll-behavior:smooth;white-space:nowrap;flex:1 1 auto}.wdc-pillbar.is-overflowing .wdc-pillbar{position:relative;display:flex;align-items:center;background:#f6f8f6;border-radius:18px;padding:6px 8px}.wdc-pilltrack{display:flex;gap:12px;flex:1 1 auto;overflow-x:auto;overflow-y:visible;white-space:nowrap;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:6px 14px;cursor:grab}.wdc-pilltrack.is-dragging{cursor:grabbing}.wdc-pilltrack::-webkit-scrollbar{height:8px}.wdc-pilltrack::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .12);border-radius:8px}.wdc-pilltrack::-webkit-scrollbar-track{background:#fff0}.wdc-pilltrack{-webkit-mask-image:linear-gradient(to right,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%)}.wdc-pill{position:relative;display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid rgb(0 0 0 / .08);box-shadow:0 1px 2px rgb(0 0 0 / .06);color:#111;line-height:1;user-select:none;transition:transform .12s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.wdc-pill:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 0 0 / .08)}.wdc-pill:active{transform:translateY(0) scale(.99)}.wdc-pill.is-active{border-color:#2f7d32;box-shadow:0 0 0 3px rgb(47 125 50 / .18) inset,0 2px 8px rgb(0 0 0 / .06);background:#fff}.wdc-pill:focus-visible{outline:none;box-shadow:0 0 0 3px rgb(39 110 43 / .25)}.wdc-pill-icon{width:20px;height:20px;object-fit:cover;border-radius:50%;flex:0 0 auto}.wdc-pill-icon.dashicons{font-size:18px;line-height:1;width:auto;height:auto;border-radius:0;display:inline-block;vertical-align:-2px}.wdc-pill-icon{width:20px;height:20px;object-fit:cover;border-radius:50%;flex:0 0 auto}.wdc-pill[data-filter="*"]{position:relative}.wdc-pill[data-filter="*"] .wdc-pill-icon{margin-right:8px}.wdc-pill[data-filter="*"]::before{content:none!important;background:none!important}.wdc-pill .wdc-pill-icon{width:18px;height:18px;object-fit:contain;margin-right:4px;vertical-align:middle}.wdc-pill .dashicons{display:none!important}.wdc-card.wdc-hidden{display:none!important}.wdc-card .wdc-note{display:flex;align-items:center;gap:6px}.wdc-card .wdc-note-text{min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.wdc-card .wdc-note-more{flex:0 0 auto;white-space:nowrap}.wdc-card .wdc-note:not(:has(.wdc-note-text)){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.single-post .entry-content .wdc-grid,.single .entry-content .wdc-grid,.blog-single .entry-content .wdc-grid,.entry-content .row .col .col-inner .wdc-grid,.entry-content .wp-block-group .wdc-grid,.entry-content .wp-block-column .wdc-grid,.entry-content .ux-text .wdc-grid,.entry-content .text-inner .wdc-grid,.entry-content .container .wdc-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))!important;grid-auto-rows:auto!important;gap:16px!important;width:100%!important;max-width:100%!important;flex:0 0 100%!important;align-self:stretch!important;float:none!important;clear:both!important;overflow:visible!important;box-sizing:border-box}.entry-content p>.wdc-grid{display:grid!important;width:100%!important}.entry-content .wdc-grid,.entry-content .wdc-card{min-width:0!important}.single-post .entry-content .wdc-card,.single .entry-content .wdc-card,.blog-single .entry-content .wdc-card{width:100%!important;max-width:none!important;box-sizing:border-box}.wdc-archive-layout{display:flex;align-items:flex-start;gap:32px;max-width:1280px;margin:0 auto 80px;padding:0 24px}.wdc-archive-main{flex:1 1 auto;min-width:0}.wdc-archive-sidebar{flex:0 0 320px;max-width:320px;position:sticky;top:112px;background:#fff;border-radius:22px;box-shadow:0 24px 60px rgb(15 23 42 / .08);padding:24px;display:flex;flex-direction:column;gap:18px}.wdc-brand-search{position:relative;border-radius:999px;background:#fff;border:1px solid #dbe2f7;transition:border-color .2s ease,box-shadow .2s ease}.wdc-brand-search:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px rgb(99 102 241 / .12)}.wdc-brand-search__input{width:100%;border-radius:999px!important;border:0!important;background:transparent!important;padding:12px 56px 12px 18px!important;font-size:15px!important;font-weight:500!important;color:#0f172a!important;transition:box-shadow .2s ease,border-color .2s ease!important;box-shadow:none!important}.wdc-brand-search__input::placeholder{color:#94a3b8!important;font-weight:400}.wdc-brand-search__input:focus{outline:none!important;box-shadow:none!important;border-color:transparent!important}.wdc-brand-search__icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f5ff;border:1px solid rgb(99 102 241 / .18);pointer-events:none}.wdc-brand-search__icon::before{content:'';display:block;width:14px;height:14px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke=\"%236366f1\" stroke-width=\"1.8\" viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"7\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m20 20-3.5-3.5\"/></svg>') no-repeat center / contain}.wdc-brand-list{max-height:calc(100vh - 260px);overflow:auto;padding-right:6px;display:flex;flex-direction:column;gap:6px}.wdc-brand-list::-webkit-scrollbar{width:6px}.wdc-brand-list::-webkit-scrollbar-thumb{background:rgb(99 102 241 / .3);border-radius:999px}.wdc-brand-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:14px;background:#f8fafc;color:#1f2937;text-decoration:none;font-weight:500;font-size:15px;transition:background .2s ease,transform .2s ease}.wdc-brand-list__item:hover{background:#eef2ff;transform:translateX(4px)}.wdc-brand-list__item.is-active{background:linear-gradient(120deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 14px 34px rgb(79 70 229 / .25)}.wdc-brand-list__item.is-hidden{display:none}.wdc-brand-list__name{flex:1 1 auto;min-width:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wdc-brand-list__count{flex:0 0 auto;font-size:13px;font-weight:600;background:rgb(15 23 42 / .08);color:#111827;padding:4px 8px;border-radius:999px}.wdc-brand-list__item.is-active .wdc-brand-list__count{background:rgb(255 255 255 / .24);color:#fff}.wdc-brand-list__empty,.wdc-brand-list__no-results{margin:0;font-size:14px;color:#64748b;text-align:center;padding:12px;border-radius:12px;background:#f8fafc}.wdc-brand-list__no-results[hidden]{display:none!important}.wdc-brand-hero{margin:0 0 24px;background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 45%,#fdf2f8 100%);border-radius:20px;padding:32px 36px;display:flex;align-items:center;gap:28px;box-shadow:0 25px 60px rgb(15 23 42 / .08)}.wdc-brand-hero__icon{flex:0 0 auto;width:96px;height:96px;border-radius:50%;overflow:hidden;background:#fff;padding:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 15px 35px rgb(15 23 42 / .08)}.wdc-brand-hero__icon img{width:100%;height:100%;object-fit:contain;display:block}.wdc-brand-hero__icon--fallback{font-size:40px;font-weight:700;color:#475569;text-transform:uppercase}.wdc-brand-hero__body{flex:1 1 auto}.wdc-brand-hero__eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#6366f1;margin:0 0 8px;font-weight:600}.wdc-brand-hero__title{margin:0 0 10px;font-size:32px;font-weight:700;color:#0f172a}.wdc-brand-hero__description{color:#475569;font-size:16px;line-height:1.6;max-width:680px}.wdc-archive-content{margin:10px 0 0}.wdc-archive-empty{text-align:center;margin:40px auto;padding:24px;border-radius:16px;background:#f1f5f9;color:#475569}@media (max-width:1024px){.wdc-archive-layout{flex-direction:column;padding:0 16px;margin-bottom:60px}.wdc-archive-sidebar{position:relative;top:auto;width:100%;max-width:none;order:2;margin-top:24px}.wdc-archive-main{order:1;width:100%}.wdc-brand-hero{flex-direction:column;align-items:flex-start;text-align:left;padding:28px 24px;gap:20px}.wdc-brand-hero__icon{width:80px;height:80px;border-radius:20px}.wdc-brand-hero__title{font-size:26px}}.wdc-archive-brand .wdc-grid,.wdc-archive-cat .wdc-grid{display:grid!important;grid-template-columns:1fr;gap:22px;width:100%}.wdc-archive-brand .wdc-grid>*,.wdc-archive-cat .wdc-grid>*{width:100%!important;max-width:100%!important;margin:0 auto!important;box-sizing:border-box}.wdc-archive-brand .wdc-pillbar,.wdc-archive-cat .wdc-pillbar{display:none!important}.wdc-single-layout{display:flex;gap:32px;max-width:1280px;margin:0 auto 80px;padding:0 24px;align-items:flex-start}.wdc-single-main{flex:1 1 auto;min-width:0}.wdc-single-sidebar{flex:0 0 320px;max-width:320px}.wdc-single-hero{position:relative;display:flex;align-items:stretch;gap:28px;padding:32px 40px;margin-bottom:32px;background:linear-gradient(135deg,#f8faff 0%,#fff4f8 100%);border-radius:28px;border:1px solid #e6ebff;overflow:hidden}.wdc-single-hero::before,.wdc-single-hero::after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#f5f6ff;border:1px solid #e6ebff}.wdc-single-hero::before{left:-21px}.wdc-single-hero::after{right:-21px}.wdc-single-hero__badge{flex:0 0 auto;width:88px;height:160px;border-radius:44px;background:linear-gradient(180deg,rgb(255 255 255 / .6),rgb(255 255 255 / .2));border:1px solid rgb(255 255 255 / .5);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px rgb(255 255 255 / .4),0 18px 40px rgb(15 23 42 / .12)}.wdc-single-hero__badge::before{content:"";position:absolute;inset:10px;border-radius:36px;background:var(--wdc-bg,#eef2ff);opacity:.15}.wdc-single-hero__badge-inner{position:relative;z-index:2;width:54px;height:120px;border-radius:28px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgb(233 238 255 / .8)}.wdc-single-hero__badge-inner img{width:100%;height:100%;object-fit:contain}.wdc-single-hero__badge-inner span{font-size:34px;font-weight:700;color:#4f46e5}.wdc-single-hero__body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:10px}.wdc-single-hero__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.14em;color:#6366f1;font-size:14px;font-weight:600}.wdc-single-hero__title{margin:0;font-size:32px;font-weight:700;color:#0f172a}.wdc-single-hero__excerpt{color:#445066;font-size:15px;line-height:1.55;max-width:640px}.wdc-single-hero__discount{align-self:center;min-width:120px;padding:10px 18px;border-radius:18px;background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c;font-size:30px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px rgb(248 113 113 / .4)}.wdc-single-meta-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:28px}.wdc-single-meta{background:#f8f9ff;border-radius:16px;padding:14px 16px;border:1px solid #e5e9ff}.wdc-single-meta strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#6366f1;margin-bottom:6px}.wdc-single-meta span{font-weight:600;color:#0f172a}.wdc-single-tags-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px}.wdc-single-tags-row{display:block;margin-bottom:24px}.wdc-single-tagbox{background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:18px 20px;display:flex;flex-direction:column;gap:6px}.wdc-single-tagbox--inline{margin-bottom:24px}.wdc-single-tagbox strong{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#6366f1}.wdc-single-tagbox span{color:#111827;font-weight:600}.wdc-single-block{background:#fff;border-radius:18px;padding:22px 24px;border:1px solid #e2e8f0;margin-bottom:24px}.wdc-single-block h2{margin:0 0 12px;font-size:18px;color:#111827}.wdc-single-block p{margin:0;color:#475569;line-height:1.6}.wdc-single-gallery{display:flex;flex-wrap:wrap;gap:14px}.wdc-single-gallery-link{flex:0 0 auto;width:140px;max-width:40vw;text-decoration:none}.wdc-single-gallery img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 6px 18px rgb(15 23 42 / .08);transition:transform .2s ease,box-shadow .2s ease;cursor:zoom-in}.wdc-single-gallery a:hover img,.wdc-single-gallery a:focus img{transform:scale(1.08);box-shadow:0 10px 26px rgb(15 23 42 / .18)}.wdc-single-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin:28px 0}.wdc-btn-secondary{background:#f1f5f9;color:#1f2937}.wdc-single-codebox{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:14px;border:1px solid #e0e7ff;background:#f7f9ff;overflow:hidden;min-width:190px}.wdc-single-codebox::before,.wdc-single-codebox::after{content:"";position:absolute;inset:0;border-radius:12px;pointer-events:none}.wdc-single-codebox::before{z-index:3;background:repeating-linear-gradient(45deg,rgb(229 72 134 / .55) 0 9px,rgb(229 72 134 / .08) 9px 18px);opacity:.9;transform-origin:right center;transform:translateX(0);transition:transform .25s ease,opacity .25s ease}.wdc-single-codebox::after{z-index:1;background:repeating-linear-gradient(45deg,rgb(209 213 219 / .45) 0 7px,rgb(243 244 246 / .45) 7px 14px)}.wdc-single-codebox:hover::before,.wdc-single-codebox:focus-within::before{transform:translate(-40%,-6%) rotate(-8deg);opacity:.2}.wdc-single-codebox .wdc-single-code-char{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:26px;height:38px;margin:0 3px;border-radius:10px;background:linear-gradient(180deg,#fff 0%,#f4f6ff 100%);border:1px solid rgb(148 163 184 / .45);font-weight:700;color:#0f172a;box-shadow:inset 0 -1px 0 rgb(255 255 255 / .7)}.wdc-single-meta-links a{color:#4f46e5;text-decoration:none}.wdc-single-meta-links a:hover{text-decoration:underline}.wdc-single-save{padding:14px 16px;background:#fef9c3;border-radius:14px;font-weight:600;color:#92400e}.wdc-single-card h2{margin:36px 0 16px;font-size:20px}.wdc-single-card .wdc-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:18px!important}@media (max-width:900px){.wdc-single-card .wdc-grid{grid-template-columns:1fr!important}}@media (min-width:1200px){.wdc-single-card .wdc-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:1264px){.wdc-single-layout{flex-direction:column;gap:24px;padding:0 20px}.wdc-single-sidebar{width:100%;max-width:none}}@media (max-width:800px){.wdc-single-layout{padding:0 16px}.wdc-single-hero{flex-direction:column;align-items:flex-start;padding:28px 24px}.wdc-single-hero__discount{align-self:flex-start;margin-top:12px}.wdc-single-hero__title{font-size:26px}.wdc-single-meta-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}