:root{--dsh-purple:#81528A;--dsh-ink:#111111;--dsh-muted:#6f6f76;--dsh-line:rgba(129, 82, 138, .18);--dsh-soft:rgba(129, 82, 138, .08);--dsh-card:#ffffff;--dsh-shadow:0 18px 60px rgba(18, 18, 18, .08)}.dsh-home,.dsh-home *{box-sizing:border-box}.dsh-home{width:min(1240px, calc(100% - 32px));margin:0 auto;color:var(--dsh-ink);font-family:inherit}.dsh-section{margin:30px 0}.dsh-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--dsh-purple);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.dsh-eyebrow::before{content:"";display:inline-block;width:18px;height:2px;border-radius:99px;background:currentColor}.dsh-section__head{max-width:680px;margin-bottom:18px}.dsh-section__head--split{display:flex;max-width:none;align-items:flex-end;justify-content:space-between;gap:20px}.dsh-section__head h2,.dsh-hero h1{margin:0;color:var(--dsh-ink);font-weight:950;letter-spacing:-.045em;line-height:.98}.dsh-section__head h2{font-size:clamp(28px, 4vw, 46px)}.dsh-hero h1{max-width:650px;font-size:clamp(42px, 7vw, 82px)}.dsh-section__head p,.dsh-hero p{margin:12px 0 0;color:var(--dsh-muted);font-size:16px;line-height:1.6}.dsh-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid var(--dsh-line);border-radius:999px;padding:0 22px;font-weight:900;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;cursor:pointer}.dsh-button:hover{transform:translateY(-1px)}.dsh-button--primary{border-color:var(--dsh-purple);background:var(--dsh-purple);color:#fff!important;box-shadow:0 14px 32px rgb(129 82 138 / .22)}.dsh-button--ghost{background:#fff;color:var(--dsh-ink)!important}.dsh-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:28px;align-items:stretch;padding:clamp(22px, 4vw, 42px);border:1px solid var(--dsh-line);border-radius:36px;background:radial-gradient(circle at 15% 20%,rgb(129 82 138 / .14),transparent 28%),linear-gradient(135deg,#fff 0%,#fff 52%,rgb(129 82 138 / .07) 100%);box-shadow:var(--dsh-shadow);overflow:hidden}.dsh-hero__content{display:flex;flex-direction:column;justify-content:center}.dsh-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.dsh-hero__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:end}.dsh-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dsh-product-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}.dsh-product-card{overflow:hidden;border:1px solid rgb(17 17 17 / .08);border-radius:24px;background:var(--dsh-card);box-shadow:0 12px 36px rgb(18 18 18 / .06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.dsh-product-card:hover{transform:translateY(-3px);border-color:var(--dsh-line);box-shadow:0 18px 46px rgb(18 18 18 / .10)}.dsh-product-card__image{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:#f6f3f7;text-decoration:none!important}.dsh-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.dsh-product-card:hover .dsh-product-card__image img{transform:scale(1.035)}.dsh-product-card__image span{position:absolute;top:12px;left:12px;border-radius:999px;background:var(--dsh-purple);color:#fff;padding:5px 10px;font-size:11px;font-weight:950;letter-spacing:.06em}.dsh-product-card__body{padding:14px}.dsh-product-card__body h3{margin:0;font-size:15px;font-weight:900;line-height:1.25}.dsh-product-card__body h3 a{color:var(--dsh-ink);text-decoration:none!important}.dsh-product-card__price{margin-top:8px;color:var(--dsh-purple);font-weight:950}.dsh-product-card__price del{color:#999;font-weight:700}.dsh-product-card--hero{border-radius:22px}.dsh-product-card--hero:nth-child(2){transform:translateY(-18px)}.dsh-product-card--hero:nth-child(3){transform:translateY(20px)}.dsh-product-card--compact .dsh-product-card__body h3{font-size:14px}.dsh-gift{padding:clamp(20px, 4vw, 34px);border:1px solid var(--dsh-line);border-radius:34px;background:#fff;box-shadow:0 12px 46px rgb(18 18 18 / .05)}.dsh-gift__microcopy{max-width:260px;border-radius:20px;background:var(--dsh-soft);color:var(--dsh-purple);padding:14px 16px;font-size:14px;font-weight:850}.dsh-gift__form{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:12px;margin-top:22px}.dsh-gift__input-wrap{position:relative}.dsh-gift__input-wrap input{width:100%;min-height:58px;border:1px solid var(--dsh-line);border-radius:999px;padding:0 76px 0 22px;outline:none;background:#fff;color:var(--dsh-ink);font-size:18px;font-weight:850;box-shadow:inset 0 0 0 1px #fff0}.dsh-gift__input-wrap input:focus{border-color:var(--dsh-purple);box-shadow:0 0 0 5px var(--dsh-soft)}.dsh-gift__input-wrap span{position:absolute;top:50%;right:22px;transform:translateY(-50%);color:var(--dsh-muted);font-weight:900}.dsh-gift__presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.dsh-gift__presets button{min-height:38px;border:1px solid var(--dsh-line);border-radius:999px;background:#fff;color:var(--dsh-ink);padding:0 14px;font-weight:900;cursor:pointer}.dsh-gift__presets button:hover{border-color:var(--dsh-purple);color:var(--dsh-purple)}.dsh-gift__results{margin-top:24px}.dsh-gift__empty{border:1px dashed var(--dsh-line);border-radius:22px;background:var(--dsh-soft);padding:18px;color:var(--dsh-muted);font-weight:800}.dsh-gift-result__head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.dsh-gift-result__head h3{margin:0;font-size:clamp(24px, 3vw, 34px);font-weight:950;letter-spacing:-.035em}.dsh-gift-result__head p{max-width:320px;margin:0;color:var(--dsh-muted)}.dsh-bundles,.dsh-gift-products{margin-top:22px}.dsh-bundles h4,.dsh-gift-products h4{margin:0 0 12px;font-size:18px;font-weight:950}.dsh-bundle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dsh-bundle-card{border:1px solid var(--dsh-line);border-radius:24px;background:linear-gradient(180deg,#fff,rgb(129 82 138 / .04));overflow:hidden}.dsh-bundle-card__top,.dsh-bundle-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.dsh-bundle-card__top{border-bottom:1px solid var(--dsh-line)}.dsh-bundle-card__top strong{font-weight:950}.dsh-bundle-card__top span{color:var(--dsh-purple);font-weight:950}.dsh-bundle-card__items{display:grid;gap:0}.dsh-bundle-card__items a{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:12px 16px;color:var(--dsh-ink);text-decoration:none!important}.dsh-bundle-card__items a+a{border-top:1px solid rgb(17 17 17 / .06)}.dsh-bundle-card__thumb{display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:14px;background:#f6f3f7}.dsh-bundle-card__thumb img{width:100%;height:100%;object-fit:cover}.dsh-bundle-card__items b{display:block;font-size:14px;line-height:1.25}.dsh-bundle-card__items small{display:block;margin-top:4px;color:var(--dsh-purple);font-weight:900}.dsh-bundle-card__foot{border-top:1px solid var(--dsh-line);color:var(--dsh-muted);font-size:13px;font-weight:850}.dsh-bundle-card__foot em{color:var(--dsh-purple);font-style:normal}.dsh-collection-grid,.dsh-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dsh-term-card{position:relative;display:grid;grid-template-columns:108px minmax(0,1fr);min-height:132px;overflow:hidden;border:1px solid rgb(17 17 17 / .08);border-radius:26px;background:#fff;color:var(--dsh-ink);text-decoration:none!important;box-shadow:0 12px 36px rgb(18 18 18 / .05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.dsh-term-card:hover{transform:translateY(-2px);border-color:var(--dsh-line);box-shadow:0 18px 46px rgb(18 18 18 / .09)}.dsh-term-card__image{overflow:hidden;background:var(--dsh-soft)}.dsh-term-card__image img{width:100%;height:100%;object-fit:cover}.dsh-term-card__body{display:flex;flex-direction:column;justify-content:center;padding:16px}.dsh-term-card__body strong{font-size:20px;font-weight:950;letter-spacing:-.025em}.dsh-term-card__body small{margin-top:6px;color:var(--dsh-muted);font-weight:850}.dsh-why{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dsh-why__item{border:1px solid var(--dsh-line);border-radius:26px;background:var(--dsh-soft);padding:20px}.dsh-why__item span{color:var(--dsh-purple);font-size:22px}.dsh-why__item h3{margin:10px 0 0;font-size:18px;font-weight:950}.dsh-why__item p{margin:8px 0 0;color:var(--dsh-muted);line-height:1.55}@media (max-width:1024px){.dsh-hero{grid-template-columns:1fr}.dsh-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dsh-collection-grid,.dsh-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.dsh-home{width:min(100% - 22px, 1240px)}.dsh-section{margin:22px 0}.dsh-section__head--split,.dsh-gift-result__head{display:block}.dsh-gift__microcopy{max-width:none;margin-top:12px}.dsh-hero{padding:22px;border-radius:28px}.dsh-hero__products{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dsh-product-card--hero:nth-child(n){transform:none}.dsh-product-card--hero .dsh-product-card__body{display:none}.dsh-gift__form{grid-template-columns:1fr}.dsh-product-grid,.dsh-product-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dsh-bundle-grid,.dsh-collection-grid,.dsh-category-grid,.dsh-why{grid-template-columns:1fr}.dsh-term-card{grid-template-columns:92px minmax(0,1fr);min-height:112px}}@media (max-width:420px){.dsh-product-grid,.dsh-product-grid--compact{grid-template-columns:1fr}}.dsh-archive-hero,.dsh-shop-bar{width:min(1240px, calc(100% - 32px));margin:22px auto;border:1px solid var(--dsh-line);border-radius:30px;background:radial-gradient(circle at 12% 20%,rgb(129 82 138 / .13),transparent 30%),linear-gradient(135deg,#fff,rgb(129 82 138 / .055));box-shadow:0 14px 46px rgb(18 18 18 / .055)}.dsh-archive-hero{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:clamp(20px, 4vw, 34px)}.dsh-archive-hero h1,.dsh-shop-bar h2{margin:0;color:var(--dsh-ink);font-size:clamp(34px, 5vw, 62px);font-weight:950;letter-spacing:-.045em;line-height:.95}.dsh-archive-hero p,.dsh-archive-hero__desc,.dsh-shop-bar p{max-width:720px;margin:12px 0 0;color:var(--dsh-muted);font-size:16px;line-height:1.6}.dsh-archive-hero__meta{min-width:138px;border-radius:26px;background:#fff;padding:18px;text-align:center;box-shadow:0 12px 34px rgb(18 18 18 / .06)}.dsh-archive-hero__meta strong{display:block;color:var(--dsh-purple);font-size:38px;font-weight:950;line-height:1}.dsh-archive-hero__meta span{display:block;margin-top:5px;color:var(--dsh-muted);font-size:13px;font-weight:850}.dsh-archive-chips{width:min(1240px, calc(100% - 32px));display:flex;flex-wrap:wrap;gap:8px;margin:-8px auto 22px}.dsh-archive-chips a,.dsh-shop-bar__links a{display:inline-flex;min-height:40px;align-items:center;border:1px solid var(--dsh-line);border-radius:999px;background:#fff;color:var(--dsh-ink);padding:0 15px;font-weight:900;text-decoration:none!important}.dsh-archive-chips a:hover,.dsh-shop-bar__links a:hover{border-color:var(--dsh-purple);color:var(--dsh-purple)}.dsh-shop-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px}.dsh-shop-bar__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}@media (max-width:760px){.dsh-archive-hero,.dsh-shop-bar{width:min(100% - 22px, 1240px);display:block;border-radius:26px}.dsh-archive-hero__meta{display:inline-block;margin-top:16px}.dsh-shop-bar__links{justify-content:flex-start;margin-top:16px}.dsh-archive-chips{width:min(100% - 22px, 1240px)}}.dsh-archive-shell{width:min(1240px, calc(100% - 32px));margin:26px auto}.dsh-archive-hero,.dsh-shop-bar{width:100%;margin:0;border:1px solid var(--dsh-line);border-radius:30px;background:linear-gradient(135deg,#fff 0%,rgb(129 82 138 / .05) 100%);box-shadow:0 14px 46px rgb(18 18 18 / .055)}.dsh-archive-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:28px}.dsh-archive-hero__main{min-width:0}.dsh-archive-hero__main h1{margin:0;font-size:clamp(46px,6vw,78px);font-weight:950;letter-spacing:-.05em;line-height:.9;word-break:break-word}.dsh-archive-hero__main p,.dsh-archive-hero__desc{max-width:760px;margin:12px 0 0;color:var(--dsh-muted);font-size:16px;line-height:1.6}.dsh-archive-hero__side{display:flex;align-items:center;gap:16px}.dsh-archive-hero__image{width:128px;height:128px;overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 12px 34px rgb(18 18 18 / .08)}.dsh-archive-hero__image img{width:100%;height:100%;object-fit:cover}.dsh-archive-hero__meta{min-width:132px;border-radius:28px;background:#fff;padding:20px;text-align:center;box-shadow:0 12px 34px rgb(18 18 18 / .06)}.dsh-archive-hero__meta strong{display:block;color:var(--dsh-purple);font-size:40px;font-weight:950;line-height:1}.dsh-archive-hero__meta span{display:block;margin-top:6px;color:var(--dsh-muted);font-size:13px;font-weight:850}.dsh-archive-chips{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 0}.dsh-archive-chips a,.dsh-shop-bar__links a{display:inline-flex;min-height:42px;align-items:center;border:1px solid var(--dsh-line);border-radius:999px;background:#fff;color:var(--dsh-ink);padding:0 16px;font-weight:900;text-decoration:none!important;transition:all .18s ease}.dsh-archive-chips a:hover,.dsh-shop-bar__links a:hover{border-color:var(--dsh-purple);color:var(--dsh-purple);transform:translateY(-1px)}.dsh-shop-bar{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px;margin-top:14px}.dsh-shop-bar--compact h2{font-size:clamp(24px,3vw,34px)!important}.dsh-shop-bar__links{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.woocommerce .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select{min-height:52px;border:1px solid var(--dsh-line);border-radius:16px;padding:0 44px 0 16px;background:#fff;box-shadow:none}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{color:var(--dsh-muted);font-weight:800}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border:1px solid rgb(17 17 17 / .08);border-radius:22px;background:#fff;box-shadow:0 10px 34px rgb(18 18 18 / .05);padding:14px;transition:all .18s ease}.woocommerce ul.products li.product:hover,.woocommerce-page ul.products li.product:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgb(18 18 18 / .08);border-color:var(--dsh-line)}.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{border-radius:16px;background:#f8f5f8}.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{color:var(--dsh-purple);font-weight:900}.woocommerce .woocommerce-notices-wrapper .woocommerce-error,.woocommerce .woocommerce-notices-wrapper .woocommerce-info,.woocommerce .woocommerce-notices-wrapper .woocommerce-message{border:1px solid var(--dsh-line);border-top:0;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgb(18 18 18 / .04)}.dss-product-delivery{display:flex;align-items:flex-start;gap:11px;margin:14px 0 18px;padding:13px 14px;border:1px solid var(--dsh-line);border-radius:16px;background:linear-gradient(135deg,#fff 0%,rgb(129 82 138 / .055) 100%);color:var(--dsh-ink);box-shadow:0 10px 28px rgb(18 18 18 / .04)}.dss-product-delivery--express{border-color:rgb(129 82 138 / .32);background:linear-gradient(135deg,#fff 0%,rgb(129 82 138 / .09) 100%)}.dss-product-delivery__icon{display:inline-flex;flex:0 0 28px;width:28px;height:28px;align-items:center;justify-content:center;border-radius:999px;background:var(--dsh-purple);color:#fff;font-size:14px;font-weight:950;line-height:1}.dss-product-delivery--express .dss-product-delivery__icon{box-shadow:0 0 0 4px rgb(129 82 138 / .12)}.dss-product-delivery__content{display:flex;min-width:0;flex-direction:column;gap:3px}.dss-product-delivery__content strong{display:block;color:var(--dsh-ink);font-size:14px;font-weight:950;line-height:1.25}.dss-product-delivery__content span{display:block;color:var(--dsh-purple);font-size:13px;font-weight:850;line-height:1.35}.dss-product-delivery__content small{display:block;color:var(--dsh-muted);font-size:12px;font-weight:750;line-height:1.35}.dss-product-delivery--cart{margin:14px 0}.dss-product-delivery__warnings{margin:8px 0 0;padding-left:18px;color:var(--dsh-muted);font-size:12px;font-weight:800;line-height:1.4}.dss-product-delivery__warnings li+li{margin-top:3px}.dss-cart-message{display:flex;min-width:0;flex-direction:column;gap:5px}.dss-cart-message strong{color:var(--dsh-ink);font-weight:950}.dss-cart-message span{color:var(--dsh-muted);font-size:13px;font-weight:750}.dss-cart-message__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.dss-cart-message__actions a{display:inline-flex;min-height:34px;align-items:center;border:1px solid var(--dsh-line);border-radius:999px;background:#fff;color:var(--dsh-ink);padding:0 13px;font-size:12px;font-weight:900;text-decoration:none!important}.dss-cart-message__actions .dss-cart-message__checkout{border-color:var(--dsh-purple);background:var(--dsh-purple);color:#fff}.dss-cart-toast{position:fixed;right:18px;bottom:18px;z-index:99999;width:min(360px,calc(100vw - 28px));border:1px solid var(--dsh-line);border-radius:18px;background:#fff;padding:16px 16px 14px;box-shadow:0 22px 60px rgb(18 18 18 / .18);opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.dss-cart-toast.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.dss-cart-toast strong{display:block;padding-right:30px;color:var(--dsh-ink);font-size:15px;font-weight:950;line-height:1.25}.dss-cart-toast span{display:block;margin-top:4px;color:var(--dsh-muted);font-size:13px;font-weight:750;line-height:1.35}.dss-cart-toast__close{position:absolute;right:10px;top:9px;width:30px;height:30px;border:0;border-radius:999px;background:#f8f5f8;color:var(--dsh-ink);font-size:20px;font-weight:800;line-height:1;cursor:pointer}.dss-cart-toast__actions{display:flex;gap:8px;margin-top:12px}.dss-cart-toast__actions a{display:inline-flex;flex:1;min-height:38px;align-items:center;justify-content:center;border:1px solid var(--dsh-line);border-radius:999px;background:#fff;color:var(--dsh-ink);font-size:13px;font-weight:950;text-decoration:none!important}.dss-cart-toast__actions a:last-child{border-color:var(--dsh-purple);background:var(--dsh-purple);color:#fff}.dss-smart-related{clear:both;width:min(1240px,calc(100% - 32px));margin:28px auto 34px;padding:24px;border:1px solid var(--dsh-line);border-radius:24px;background:linear-gradient(135deg,#fff 0%,rgb(129 82 138 / .045) 100%);box-shadow:0 14px 44px rgb(18 18 18 / .05)}.dss-smart-related__head{max-width:720px;margin-bottom:18px}.dss-smart-related__head h2{margin:4px 0 0;color:var(--dsh-ink);font-size:clamp(26px,3vw,38px);font-weight:950;letter-spacing:-.02em;line-height:1}.dss-smart-related__head p{margin:9px 0 0;color:var(--dsh-muted);font-size:15px;font-weight:750;line-height:1.5}.dss-smart-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dss-smart-related__card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center;border:1px solid rgb(17 17 17 / .07);border-radius:18px;background:#fff;padding:10px;box-shadow:0 10px 28px rgb(18 18 18 / .04)}.dss-smart-related__image{display:block;aspect-ratio:1/1;overflow:hidden;border-radius:14px;background:#f8f5f8}.dss-smart-related__image img{width:100%;height:100%;object-fit:cover}.dss-smart-related__body{min-width:0}.dss-smart-related__body h3{margin:0!important;font-size:14px!important;font-weight:950!important;line-height:1.2!important}.dss-smart-related__body h3 a{color:var(--dsh-ink);text-decoration:none!important}.dss-smart-related__body h3 a:hover{color:var(--dsh-purple)}.dss-smart-related__price{margin-top:5px;color:var(--dsh-purple);font-size:13px;font-weight:950}.dss-smart-related__button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;margin-top:8px;border:0;border-radius:999px;background:var(--dsh-purple);color:#fff!important;padding:0 14px;font-size:12px;font-weight:950;text-decoration:none!important;box-shadow:0 8px 18px rgb(129 82 138 / .16)}.dss-smart-related__button:hover{background:#6d4375;color:#fff!important;transform:translateY(-1px)}.woocommerce ul.products li.product.dss-safe-product-card,.woocommerce-page ul.products li.product.dss-safe-product-card{display:flex;flex-direction:column;overflow:hidden;padding:0;border-radius:18px}.dss-safe-product-card__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#f8f5f8;text-decoration:none!important}.woocommerce ul.products li.product.dss-safe-product-card .dss-safe-product-card__image img{width:100%;height:100%;margin:0;object-fit:cover;border-radius:0;transition:transform .22s ease}.woocommerce ul.products li.product.dss-safe-product-card:hover .dss-safe-product-card__image img{transform:scale(1.035)}.dss-safe-product-card__badge{position:absolute;left:12px;top:12px;display:inline-flex;min-height:28px;align-items:center;border-radius:999px;background:var(--dsh-purple);color:#fff;padding:0 10px;font-size:11px;font-weight:950;letter-spacing:.06em}.dss-safe-product-card__body{display:flex;flex:1;flex-direction:column;gap:9px;padding:14px}.woocommerce ul.products li.product .dss-safe-product-card__title{margin:0!important;padding:0!important;font-size:15px!important;font-weight:900!important;line-height:1.25!important}.dss-safe-product-card__title a{color:var(--dsh-ink);text-decoration:none!important}.dss-safe-product-card__title a:hover{color:var(--dsh-purple)}.dss-safe-product-card__rating{min-height:16px}.dss-safe-product-card__price{margin-top:auto!important;color:var(--dsh-purple)!important;font-size:15px!important;font-weight:950!important}.woocommerce ul.products li.product .dss-safe-product-card__button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;margin-top:4px;border:0!important;border-radius:999px!important;background:var(--dsh-purple)!important;color:#fff!important;padding:0 16px!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 10px 22px rgb(129 82 138 / .18)}.woocommerce ul.products li.product .dss-safe-product-card__button:hover{background:#6d4375!important;transform:translateY(-1px)}.woocommerce ul.products li.product.dss-safe-category-card,.woocommerce-page ul.products li.product.dss-safe-category-card{padding:0;overflow:hidden;border-radius:18px}.dss-safe-category-card__inner{display:block;color:var(--dsh-ink);text-decoration:none!important}.dss-safe-category-card__image{display:block;aspect-ratio:1/1;overflow:hidden;background:#f8f5f8}.dss-safe-category-card__image img{width:100%;height:100%;object-fit:cover}.dss-safe-category-card__body{display:block;padding:14px}.dss-safe-category-card__body strong{display:block;font-size:16px;font-weight:950}.dss-safe-category-card__body small{display:block;margin-top:5px;color:var(--dsh-muted);font-size:12px;font-weight:800}@media (max-width:1020px){.dss-smart-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.dsh-archive-shell{width:min(100% - 22px,1240px)}.dsh-archive-hero,.dsh-shop-bar{border-radius:24px}.dsh-archive-hero{grid-template-columns:1fr;padding:22px}.dsh-archive-hero__main h1{font-size:clamp(34px,12vw,54px)}.dsh-archive-hero__side{justify-content:space-between}.dsh-shop-bar{display:block}.dsh-shop-bar__links{justify-content:flex-start;margin-top:14px}.dss-product-delivery{margin:12px 0 16px;padding:12px}.dss-product-delivery__content span{font-size:12px}.dss-smart-related{width:min(100% - 22px,1240px);padding:18px;border-radius:22px}.dss-smart-related__grid{grid-template-columns:1fr}.dss-cart-toast{right:14px;bottom:14px}}