@import"https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800&display=swap";:root{--ven-accent:#7F5539;--ven-accent-rgb:127,85,57;--ven-accent-2:#A26D49;--ven-soft:#EDE0D4;--ven-ink:#242424;--ven-ink-90:rgba(36,36,36,.9);--ven-bg:#ffffff;--ven-w:1400px;--ven-r-btn:8px;--ven-r-card:10px;--ven-r-media:12px;--ven-font:Assistant,system-ui,-apple-system,sans-serif}body .ven-scope{font-family:var(--ven-font);color:var(--ven-ink-90);direction:rtl;text-align:right;background:var(--ven-bg);overflow-x:clip}body .ven-scope *{box-sizing:border-box;min-width:0}body .ven-scope img,body .ven-scope video{max-width:100%;height:auto}body .ven-scope h1,body .ven-scope h2,body .ven-scope h3,body .ven-scope summary,body .ven-scope button,body .ven-scope a,body .ven-scope select,body .ven-scope td,body .ven-scope th,body .ven-scope p,body .ven-scope div,body .ven-scope span,body .ven-scope li{font-family:var(--ven-font)}body .ven-wrap{max-width:var(--ven-w);margin:0 auto;padding:0 16px;width:100%}@media(min-width:750px){body .ven-wrap{padding:0 20px}}body .ven-h2{font-family:var(--ven-font);font-size:39px;font-weight:700;line-height:1.23;color:var(--ven-ink);text-align:center;letter-spacing:.02em;margin:0 0 18px;overflow-wrap:break-word}body .ven-h2--start{text-align:right;font-size:31.2px;line-height:1.23}body .ven-sub{text-align:center;font-size:16px;line-height:1.6;color:var(--ven-ink-90);max-width:760px;margin:0 auto 26px}body .ven-p{font-size:16px;font-weight:400;line-height:1.7;color:var(--ven-ink-90);margin:0}body .ven-sec{padding:44px 0}@media(max-width:749px){body .ven-h2{font-size:26px;line-height:1.28;margin:0 0 14px}body .ven-h2--start{font-size:23px;line-height:1.3}body .ven-sec{padding:28px 0}body .ven-sub{font-size:15px;margin:0 auto 20px}}body .ven-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ven-accent);color:#fff;border:0;border-radius:var(--ven-r-btn);min-height:49px;padding:0 24px;font-family:var(--ven-font);font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;transition:filter .2s;line-height:1.2;text-align:center;max-width:100%}body .ven-btn:hover{filter:brightness(1.12);color:#fff}body .ven-btn--full{width:100%}body .ven-btn--atc{font-size:19px}@media(max-width:749px){body .ven-btn{width:100%;font-size:15px;padding:12px 16px;min-height:52px}body .ven-btn--atc{font-size:17px}}body .ven-pdp{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:start;padding:28px 0}@media(max-width:989px){body .ven-pdp{grid-template-columns:minmax(0,1fr);gap:20px;padding:14px 0}}body .ven-gal,body .ven-info{min-width:0;max-width:100%}body .ven-gal__main{position:relative;border-radius:var(--ven-r-media);overflow:hidden;background:#f7f7f7}body .ven-gal__main img{width:100%;display:block;aspect-ratio:1/1;object-fit:cover}body .ven-gal__thumbs{display:flex;gap:8px;margin-top:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}body .ven-gal__thumbs::-webkit-scrollbar{display:none}body .ven-gal__thumb{flex:0 0 64px;width:64px;height:64px;border-radius:8px;overflow:hidden;border:1.6px solid rgba(var(--ven-accent-rgb),.25);background:none;padding:0;cursor:pointer;min-height:0}@media(min-width:990px){body .ven-gal__thumb{flex:0 0 78px;width:78px;height:78px}}body .ven-gal__thumb[aria-current=true]{border-color:var(--ven-accent)}body .ven-gal__thumb img{width:100%;height:100%;object-fit:cover;display:block}body .ven-title{font-family:var(--ven-font);font-size:31.2px;font-weight:700;line-height:1.23;color:var(--ven-ink);margin:0 0 8px;overflow-wrap:break-word}@media(max-width:749px){body .ven-title{font-size:24px}}body .ven-prices{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:0 0 14px}body .ven-price{font-size:22px;font-weight:700;color:var(--ven-ink)}body .ven-price--was{font-size:16px;font-weight:400;text-decoration:line-through;opacity:.55}body .ven-save{background:var(--ven-accent);color:#fff;border-radius:4px;padding:3px 10px;font-size:13px;font-weight:700;white-space:nowrap}body .ven-qb__title{font-size:14px;font-weight:700;color:var(--ven-ink);text-align:center;margin:0 0 14px;line-height:1.2}body .ven-qb__list{display:flex;flex-direction:column;gap:14px;margin:0 0 18px;padding-top:6px}body .ven-qb{position:relative;display:block;border:1.6px solid rgba(var(--ven-accent-rgb),.3);border-radius:var(--ven-r-card);background:rgba(var(--ven-accent-rgb),.03);cursor:pointer;transition:border-color .18s,background .18s}body .ven-qb.is-selected{border-color:var(--ven-accent);background:var(--ven-soft)}body .ven-qb input{position:absolute;opacity:0;pointer-events:none}body .ven-qb__wrap{padding:16px 14px}@media(min-width:750px){body .ven-qb__wrap{padding:17.5px}}body .ven-qb__row{display:flex;align-items:center;justify-content:space-between;gap:10px}body .ven-qb__left{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}body .ven-qb__radio{flex:0 0 20px;width:20px;height:20px;border-radius:50%;border:1.6px solid rgba(var(--ven-accent-rgb),.45);position:relative;background:#fff}body .ven-qb.is-selected .ven-qb__radio{border-color:var(--ven-accent)}body .ven-qb.is-selected .ven-qb__radio:after{content:"";position:absolute;top:3.5px;right:3.5px;bottom:3.5px;left:3.5px;border-radius:50%;background:var(--ven-accent)}body .ven-qb__label{font-size:16px;font-weight:700;color:var(--ven-ink);line-height:1.3;display:block}body .ven-qb__caption{font-size:13px;font-weight:400;color:var(--ven-accent);margin-top:2px;display:block}body .ven-qb__right{text-align:left;flex:0 0 auto;white-space:nowrap}body .ven-qb__price{font-size:16px;font-weight:700;color:var(--ven-ink);display:block}body .ven-qb__compare{font-size:13px;font-weight:400;color:var(--ven-ink-90);text-decoration:line-through;opacity:.6;display:block}body .ven-qb__badge{position:absolute;top:-11px;inset-inline-start:14px;background:var(--ven-accent);color:#fff;border-radius:4px;padding:2px 10px;font-size:12px;font-weight:700;line-height:1.5;white-space:nowrap;z-index:2}body .ven-qb__badge--best{background:var(--ven-accent-2)}body .ven-qb__variants{display:none;margin-top:14px;padding-top:12px;border-top:1px solid rgba(var(--ven-accent-rgb),.22);gap:8px;flex-direction:column}body .ven-qb.is-selected .ven-qb__variants{display:flex}body .ven-qb__vrow{display:flex;align-items:center;gap:10px}body .ven-qb__num{font-size:13px;font-weight:700;color:var(--ven-accent);flex:0 0 22px}body .ven-qb__select{flex:1 1 auto;width:100%;height:38px;background:#fff;border:1px solid rgba(var(--ven-accent-rgb),.35);border-radius:5px;font-family:var(--ven-font);font-size:14px;color:var(--ven-ink);padding:0 10px;cursor:pointer;min-height:0;-webkit-appearance:auto;appearance:auto}body .ven-social__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}body .ven-count{color:var(--ven-accent)}body .ven-shades{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;max-width:860px;margin:0 auto}@media(max-width:749px){body .ven-shades{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}body .ven-shade{text-align:center}body .ven-shade__dot{width:100%;aspect-ratio:1/1;border-radius:50%;border:2px solid rgba(0,0,0,.07);box-shadow:inset 0 -8px 18px #00000047,0 2px 6px #0000001f}body .ven-shade__name{font-size:14px;font-weight:700;color:var(--ven-ink);margin-top:9px}@media(max-width:749px){body .ven-shade__name{font-size:13px}}body .ven-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1000px;margin:0 auto}@media(max-width:749px){body .ven-steps{grid-template-columns:minmax(0,1fr);gap:12px}}body .ven-step{background:rgba(var(--ven-accent-rgb),.04);border:1.6px solid rgba(var(--ven-accent-rgb),.22);border-radius:var(--ven-r-card);padding:22px 18px;text-align:center}body .ven-step__num{width:38px;height:38px;border-radius:50%;background:var(--ven-accent);color:#fff;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}body .ven-step__t{font-size:17px;font-weight:700;color:var(--ven-ink);margin:0 0 6px}body .ven-step__d{font-size:15px;line-height:1.6;color:var(--ven-ink-90)}body .ven-mt{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center}@media(max-width:989px){body .ven-mt{grid-template-columns:minmax(0,1fr);gap:18px}body .ven-mt--flip .ven-mt__media{order:0}}@media(min-width:990px){body .ven-mt--flip .ven-mt__media{order:2}}body .ven-mt__media{border-radius:var(--ven-r-media);overflow:hidden;background:#f2f2f2;min-width:0}body .ven-mt__media video,body .ven-mt__media img{width:100%;display:block;aspect-ratio:1/1;object-fit:cover}body .ven-mt__content{min-width:0}body .ven-ba{position:relative;max-width:560px;margin:0 auto;border-radius:var(--ven-r-media);overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:pan-y;aspect-ratio:1/1;direction:ltr;cursor:ew-resize;background:#eee}body .ven-ba img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}body .ven-ba__top{clip-path:inset(0 0 0 var(--ven-pos,50%))}body .ven-ba__handle{position:absolute;top:0;bottom:0;left:var(--ven-pos,50%);width:3px;background:#fff;box-shadow:0 0 10px #0006;z-index:3;pointer-events:none}body .ven-ba__knob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 2px 12px #00000059;display:flex;align-items:center;justify-content:center}body .ven-ba__knob svg{width:22px;height:22px;display:block;fill:var(--ven-accent)}body .ven-ba__tag{position:absolute;top:12px;background:#0009;color:#fff;font-size:13px;font-weight:700;padding:4px 13px;border-radius:99px;z-index:2;pointer-events:none;font-family:var(--ven-font)}body .ven-ba__tag--b{right:12px}body .ven-ba__tag--a{left:12px}body .ven-ba__hint{text-align:center;font-size:13px;color:var(--ven-ink-90);opacity:.75;margin:10px 0 0}body .ven-guar{background:var(--ven-soft);padding:46px 0;text-align:center}body .ven-guar__card{max-width:720px;margin:0 auto;background:#fff;border:1.6px solid rgba(var(--ven-accent-rgb),.22);border-radius:16px;padding:30px 26px;box-shadow:0 8px 26px #3a271817}body .ven-guar__seal{width:62px;height:62px;border-radius:50%;background:var(--ven-accent);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 6px 16px #7f553952}body .ven-guar__seal svg{width:30px;height:30px;stroke:#fff;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;display:block}body .ven-guar .ven-h2{color:var(--ven-ink);font-size:30px;line-height:1.25;margin:0 0 12px}body .ven-guar__txt{font-size:16px;line-height:1.7;color:var(--ven-ink-90);max-width:560px;margin:0 auto}body .ven-guar__txt p{margin:0;color:var(--ven-ink-90)}body .ven-guar__pills{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:22px}body .ven-guar__pill{display:inline-flex;align-items:center;gap:6px;background:var(--ven-soft);color:var(--ven-accent);font-size:13.5px;font-weight:700;padding:7px 14px;border-radius:99px}body .ven-guar__pill svg{width:14px;height:14px;stroke:var(--ven-accent);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;display:block}@media(max-width:749px){body .ven-guar{padding:32px 0}body .ven-guar__card{padding:24px 18px;border-radius:14px}body .ven-guar .ven-h2{font-size:24px}body .ven-guar__txt{font-size:15px}body .ven-guar__seal{width:54px;height:54px;margin-bottom:13px}body .ven-guar__seal svg{width:26px;height:26px}body .ven-guar__pill{font-size:12.5px;padding:6px 12px}}body .ven-cmp__scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}body .ven-cmp__table{width:100%;min-width:300px;max-width:820px;margin:0 auto;border-collapse:separate;border-spacing:0}body .ven-cmp__table th,body .ven-cmp__table td{padding:10px 12px;font-size:16px;text-align:center;vertical-align:middle}body .ven-cmp__table thead th{background:var(--ven-accent);color:#fff;font-weight:700;font-size:16px}body .ven-cmp__table thead th:first-child{background:transparent}body .ven-cmp__table thead th.ven-cmp__us{border-radius:0 14px 0 0}body .ven-cmp__table thead th.ven-cmp__them{background:#e9e5e1;color:var(--ven-ink-90);border-radius:14px 0 0}body .ven-cmp__table tbody td{border-bottom:1px solid rgba(36,36,36,.09)}body .ven-cmp__table tbody th{padding:10px 12px;font-size:15px;font-weight:700;color:var(--ven-ink);text-align:right;border-bottom:1px solid rgba(36,36,36,.09)}body .ven-cmp__yes{color:var(--ven-accent);font-size:20px;font-weight:700}body .ven-cmp__no{color:#c9c9c9;font-size:20px;font-weight:700}body .ven-cmp__col-us{background:rgba(var(--ven-accent-rgb),.07)}@media(max-width:749px){body .ven-cmp__table th,body .ven-cmp__table td{padding:9px 6px;font-size:14px}body .ven-cmp__table thead th{font-size:14px}body .ven-cmp__table tbody th{font-size:13.5px;padding:9px 6px}}body .ven-faq{max-width:820px;margin:0 auto}body .ven-faq__item{border:1.6px solid rgba(var(--ven-accent-rgb),.3);border-radius:var(--ven-r-card);background:rgba(var(--ven-accent-rgb),.03);margin-bottom:10px;overflow:hidden}body .ven-faq__item[open]{border-color:var(--ven-accent);background:var(--ven-soft)}body .ven-faq__q{list-style:none;cursor:pointer;padding:14px 16px;font-size:16px;font-weight:700;color:var(--ven-ink);display:flex;align-items:center;justify-content:space-between;gap:12px}body .ven-faq__q::-webkit-details-marker{display:none}body .ven-faq__q:after{content:"+";color:var(--ven-accent);font-size:22px;font-weight:700;flex:0 0 auto;line-height:1}body .ven-faq__item[open] .ven-faq__q:after{content:"\2212"}body .ven-faq__a{padding:0 16px 14px;font-size:15px;line-height:1.7;color:var(--ven-ink-90)}body .ven-faq__a p{margin:0}@media(max-width:749px){body .ven-faq__q{font-size:15px;padding:13px 14px}body .ven-faq__a{font-size:14px;padding:0 14px 13px}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/venoro.css.map */
