.wcs-root,.wcs-shared{max-width:1200px;margin:2rem auto;padding:1rem}.wcs-advisory{padding:1rem;border-left:4px solid #a65c00;background:#fff7e8}.wcs-list{padding:1.2rem;margin:1.2rem 0;border:1px solid #ddd;border-radius:6px}.wcs-list h3{margin-top:0}.wcs-root button.button{margin:.25rem}.wcs-share{margin:1rem 0;display:flex;gap:.5rem;flex-wrap:wrap}.wcs-share input{flex:1;min-width:220px}.wcs-product-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:1.5rem 0}.wcs-product-card{min-width:0;background:#fff;display:flex;flex-direction:column}.wcs-product-card-image{position:relative;display:grid;place-items:center;overflow:hidden;aspect-ratio:1/1;background:#f7f7f9;border-radius:24px}.wcs-product-card-image>a{display:grid;place-items:center;width:100%;height:100%;padding:16px}.wcs-product-card-image img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.wcs-product-card-content{display:grid;justify-items:start;align-content:start;gap:12px;padding:18px 8px 4px;flex:1}.wcs-product-card-title{margin:0;font-size:16px;line-height:1.5;font-weight:400}.wcs-product-card-title a{color:#30303b;text-decoration:none}.wcs-product-card-price{color:#30303b;font-size:16px;font-weight:700}.wcs-product-card-price del{opacity:.55;font-weight:400}.wcs-product-card-price ins{text-decoration:none}.wcs-card-sale{position:absolute;z-index:2;top:14px;left:14px;padding:6px 10px;border-radius:999px;background:#e11d48;color:#fff;font-size:12px;font-weight:700}.wcs-view-deal{display:inline-flex;justify-content:center;padding:10px 16px;border-radius:7px;background:#17171c;color:#fff!important;text-decoration:none;font-weight:650}.wcs-product-card>.button,.wcs-product-card>select{margin:8px!important;align-self:flex-start}.wcs-add{margin:.5rem 0}@media(max-width:1024px){.wcs-product-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.wcs-product-cards{grid-template-columns:minmax(0,1fr)}.wcs-product-card-content{padding-inline:4px}}
.wcs-gallery{--wcs-accent:#17171c;--wcs-deal:#17171c;--wcs-panel:#f7f7f9;width:100%;color:#17171c}.wcs-gallery-tabs{display:flex;gap:8px;overflow-x:auto;padding:6px 0 16px;scrollbar-width:thin}.wcs-gallery .wcs-gallery-tab{white-space:nowrap;border:1px solid #ddd;border-radius:999px;background:#fff;color:#17171c;padding:11px 18px;cursor:pointer}.wcs-gallery .wcs-gallery-tab.is-active{background:var(--wcs-accent);border-color:var(--wcs-accent);color:#fff}.wcs-gallery .wcs-gallery-new{margin-left:auto}.wcs-gallery-header h2{margin:10px 0 3px;font-size:26px}.wcs-gallery-summary{margin:0 0 18px}.wcs-gallery-toolbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:18px 0}.wcs-gallery .wcs-gallery-edit,.wcs-gallery-filter{display:inline-flex;align-items:center;border:1px solid #d4d5df;border-radius:999px;background:#fff;color:#17171c;padding:9px 16px}.wcs-gallery-filter select{border:0;background:transparent;color:#17171c;cursor:pointer}.wcs-gallery-grid{display:grid;grid-template-columns:repeat(var(--wcs-columns-desktop),minmax(0,1fr));gap:24px}.wcs-gallery-card{display:flex;flex-direction:column;min-width:0}.wcs-gallery-image{position:relative;display:grid;place-items:center;overflow:hidden;aspect-ratio:1/1;border-radius:24px;background:var(--wcs-panel)}.wcs-gallery-image>a{display:grid;place-items:center;width:100%;height:100%;padding:16px}.wcs-gallery-image img{width:100%;height:100%;object-fit:contain}.wcs-gallery-sale{position:absolute;top:12px;left:12px;border-radius:999px;padding:6px 10px;background:#e11d48;color:#fff;font-size:12px}.wcs-gallery-card-content{display:grid;justify-items:start;align-content:start;gap:10px;padding:16px 8px 4px;flex:1}.wcs-gallery-title{font-size:16px;font-weight:400;line-height:1.5;margin:0}.wcs-gallery-title a{color:#30303b;text-decoration:none}.wcs-gallery-price{font-size:16px;font-weight:700}.wcs-gallery-price del{opacity:.55;font-weight:400}.wcs-gallery .wcs-gallery-deal{background:var(--wcs-deal);color:#fff!important;border-radius:7px;padding:10px 16px;text-decoration:none;font-weight:650}.wcs-gallery .wcs-gallery-remove,.wcs-gallery .wcs-gallery-delete{border:0;background:transparent;color:#555;text-decoration:underline;cursor:pointer;align-self:start;padding:6px 8px}.wcs-gallery-share{margin-top:28px;border-top:1px solid #e7e7ee;padding-top:20px}.wcs-gallery-share h3{margin:0 0 14px}.wcs-gallery-share-row{display:flex;gap:12px;align-items:center;margin-bottom:14px}.wcs-gallery .wcs-gallery-toggle{position:relative;width:42px;height:24px;border:0;border-radius:999px;background:#aeb0bd;cursor:pointer}.wcs-gallery-toggle::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s}.wcs-gallery-toggle[aria-checked=true]{background:var(--wcs-accent)}.wcs-gallery-toggle[aria-checked=true]::after{transform:translateX(18px)}.wcs-gallery-copy{display:flex;gap:8px;flex-wrap:wrap}.wcs-gallery-copy input{flex:1;min-width:230px;border:1px solid #cacbd6;border-radius:8px;padding:12px}.wcs-gallery-copy button{border:1px solid #cacbd6;border-radius:8px;background:#fff;padding:10px 16px;cursor:pointer}@media(max-width:1024px){.wcs-gallery-grid{grid-template-columns:repeat(var(--wcs-columns-tablet),minmax(0,1fr))}}@media(max-width:767px){.wcs-gallery-grid{grid-template-columns:repeat(var(--wcs-columns-mobile),minmax(0,1fr))}.wcs-gallery-header h2{font-size:22px}}
