:root{--vc-black: #0a0a0a;--vc-white: #ffffff;--vc-bg: #fafaf8;--vc-soft: #f1f1ee;--vc-text: #1a1a1a;--vc-muted: #6b6b6b;--vc-line: #e8e8e3;--vc-green: #2E5A3F;--vc-green-deep: #224730;--vc-sale: #c4392c}.v-section{padding:56px 0}.v-section--soft{background:var(--vc-bg)}.v-section__head{display:flex;align-items:baseline;justify-content:space-between;padding:0 32px;margin-bottom:24px;gap:24px}.v-section__title{font-size:26px;font-weight:700;color:var(--vc-black);letter-spacing:-.01em}.v-section__link{font-size:13px;font-weight:600;color:var(--vc-green);letter-spacing:.04em;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.v-section__link i{width:24px;height:24px;border:1.5px solid var(--vc-green);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;transition:background .2s,color .2s}.v-section__link:hover i{background:var(--vc-green);color:#fff}.v-utility{background:var(--vc-black);color:#f4f4f4;font-size:11px;font-weight:500;letter-spacing:.04em;padding:9px 24px;display:flex;justify-content:center;align-items:center;gap:36px;position:relative}.v-utility .u-item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.v-utility .u-check{width:14px;height:14px;background:var(--vc-green);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:8px}.v-utility .u-right{position:absolute;right:24px;top:50%;transform:translateY(-50%);color:#ffffffbf;font-size:11px;transition:color .2s;text-decoration:none}.v-utility .u-right:hover{color:#fff}.v-cats{padding:36px 0 20px;background:#fff}.v-cats__title{text-align:center;font-size:17px;font-weight:600;color:var(--vc-black);letter-spacing:.02em;margin-bottom:22px}.v-cats__scroll{display:flex;gap:30px;overflow-x:auto;padding:0 32px 8px;scroll-snap-type:x mandatory;scrollbar-width:none;justify-content:center}.v-cats__scroll::-webkit-scrollbar{display:none}.v-cat{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:11px;scroll-snap-align:start;text-decoration:none}.v-cat__circle{width:96px;height:96px;border-radius:50%;overflow:hidden;border:2px solid var(--vc-line);transition:border-color .2s,transform .25s}.v-cat:hover .v-cat__circle{border-color:var(--vc-green);transform:translateY(-2px)}.v-cat__circle img{width:100%;height:100%;object-fit:cover;display:block}.v-cat__label{font-size:12px;font-weight:600;color:var(--vc-text);letter-spacing:.04em;text-transform:uppercase}.v-hero{position:relative;width:100%;height:540px;overflow:hidden;background:var(--vc-black)}.v-hero img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}.v-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(95deg,#000000a6,#0000004d,#0000000d)}.v-hero__inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:0 64px;max-width:640px}.v-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;background:var(--vc-green);color:#fff;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:7px 14px;border-radius:2px;margin-bottom:22px}.v-hero__h{font-size:52px;font-weight:800;color:#fff;line-height:1.05;letter-spacing:-.01em;margin-bottom:18px}.v-hero__h em{font-style:normal;color:#fff;border-bottom:3px solid var(--vc-green);padding-bottom:2px}.v-hero__sub{color:#ffffffe0;font-size:16px;max-width:460px;margin-bottom:30px}.v-hero__btns{display:flex;gap:12px;flex-wrap:wrap}.v-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:4px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:transform .2s,background .2s,border-color .2s,color .2s;text-decoration:none;cursor:pointer;font-family:inherit}.v-btn--solid{background:#fff;color:var(--vc-black);border:2px solid #fff}.v-btn--solid:hover{transform:translateY(-1px);background:var(--vc-green);border-color:var(--vc-green);color:#fff}.v-btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}.v-btn--ghost:hover{background:#fff;color:var(--vc-black)}.v-btn--green{background:var(--vc-green);color:#fff;border:2px solid var(--vc-green)}.v-btn--green:hover{background:var(--vc-green-deep);border-color:var(--vc-green-deep)}.v-promo{background:var(--vc-green);color:#fff;padding:48px 24px;text-align:center}.v-promo>*{margin-top:0;margin-left:auto;margin-right:auto}.v-promo__eyebrow{font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:#ffffffc7;margin:0 auto 16px}.v-promo__h{font-size:clamp(40px,6vw,64px);font-weight:800;line-height:1.05;letter-spacing:-.01em;max-width:900px;margin:0 auto 16px}.v-promo__h .num{color:#fff}.v-promo__sub{font-size:16px;font-weight:400;color:#ffffffeb;max-width:560px;margin:0 auto 24px}.v-promo__btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.v-promo__btn-light{display:inline-flex;padding:13px 28px;background:#fff;color:var(--vc-green-deep);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:4px;transition:transform .2s;text-decoration:none}.v-promo__btn-light:hover{transform:translateY(-1px)}.v-promo__btn-out{display:inline-flex;padding:13px 28px;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.7);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:4px;transition:background .2s;text-decoration:none}.v-promo__btn-out:hover{background:#ffffff1f}.v-tilegrid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.v-tile{position:relative;overflow:hidden;height:420px;display:block;text-decoration:none}.v-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;display:block}.v-tile:hover img{transform:scale(1.05)}.v-tile__card{position:absolute;left:22px;bottom:22px;background:#ffffff8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:14px 20px;border-radius:4px;box-shadow:0 6px 20px #00000014;max-width:calc(100% - 44px)}.v-tile__card .name{font-size:14px;font-weight:700;color:var(--vc-black)}.v-tile__card .price{font-size:13px;margin-top:3px;display:flex;align-items:baseline;gap:8px}.v-tile__card .price .now{font-weight:700;color:var(--vc-green)}.v-tile__card .price .was{font-weight:400;color:var(--vc-black);opacity:.6;text-decoration:line-through;font-size:12px}.v-tile__card .badge{display:inline-block;background:var(--vc-sale);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:2px;margin-bottom:6px}.v-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#0000 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:26px;color:#fff}.v-tile__overlay .heading{font-size:22px;font-weight:700;line-height:1.2;max-width:80%}.v-tile__overlay .link{font-size:13px;font-weight:600;margin-top:8px;letter-spacing:.04em}.v-tile__overlay .link i{margin-left:6px;transition:transform .2s}.v-tile:hover .v-tile__overlay .link i{transform:translate(4px)}.v-track{display:flex;gap:18px;overflow-x:auto;padding:0 32px 16px;scroll-snap-type:x mandatory;scrollbar-width:none}.v-track::-webkit-scrollbar{display:none}.v-card{flex:0 0 calc(25% - 14px);min-width:230px;scroll-snap-align:start;display:block;text-decoration:none;color:inherit}.v-card__img{aspect-ratio:3/4;border-radius:6px;overflow:hidden;background:var(--vc-soft);position:relative}.v-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.v-card:hover .v-card__img img{transform:scale(1.04)}.v-card__sale{position:absolute;top:10px;right:10px;left:auto;background:var(--vc-sale);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;padding:5px 10px;border-radius:2px;z-index:2}.v-card__name{font-size:14px;font-weight:600;color:var(--vc-black);margin-top:12px;line-height:1.35}.v-card__price{font-size:14px;margin-top:4px;display:flex;align-items:baseline;gap:8px}.v-card__price .now{font-weight:700;color:var(--vc-black)}.v-card__price:has(.was) .now{color:var(--vc-sale)}.v-card__price .was{color:var(--vc-muted);text-decoration:line-through;font-size:13px;font-weight:500}.v-card__rating{display:inline-flex;gap:2px;margin-top:6px;color:#f5b301;font-size:11px}.v-card__rating .count{color:var(--vc-muted);margin-left:4px;font-weight:500}.v-progress{margin:14px 32px 0;height:2px;background:var(--vc-line);border-radius:2px;overflow:hidden}.v-progress__bar{height:100%;background:var(--vc-black);border-radius:2px;transition:width .15s,transform .15s}.v-salegrid-wrap{padding:24px 24px 56px;background:#fff}.v-salegrid-wrap__inner{max-width:1300px;margin:0 auto}.v-salegrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.v-salecard{position:relative;aspect-ratio:1/1.15;overflow:hidden;display:block;text-decoration:none;color:inherit;width:100%;height:100%;min-width:0}.v-salecard--feature{background:linear-gradient(140deg,var(--vc-green) 0%,var(--vc-green-deep) 100%);padding:32px;color:#fff;display:flex;flex-direction:column;aspect-ratio:auto;min-height:100%;overflow:visible}.v-salecard--feature .small{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ffffffbf}.v-salecard--feature .pct{font-size:64px;font-weight:800;line-height:1;margin:6px 0}.v-salecard--feature .desc{font-size:14px;font-weight:500;color:#fff}.v-salecard--feature .v-btn{align-self:flex-start!important;width:auto!important;max-width:max-content!important;white-space:nowrap!important;padding:11px 22px!important;font-size:12px!important;margin-top:22px!important;background:#fff;color:var(--vc-green-deep);border:2px solid #fff}.v-salecard--feature .v-btn:hover{background:transparent;color:#fff;border-color:#fff}.v-salecard__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.v-salecard__pct{position:absolute;top:14px;left:14px;background:var(--vc-sale);color:#fff;font-size:12px;font-weight:800;padding:5px 10px;border-radius:2px;letter-spacing:.04em}.v-salecard__bottom{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:18px 18px 16px;color:#fff}.v-salecard__bottom .name{font-size:14px;font-weight:600}.v-salecard__bottom .prices{font-size:14px;margin-top:4px;display:flex;gap:8px;align-items:baseline}.v-salecard__bottom .now{font-weight:700}.v-salecard__bottom .was{font-weight:400;opacity:.75;text-decoration:line-through;font-size:12px}.v-inspo{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.v-inspo__tile{position:relative;height:360px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;text-decoration:none}.v-inspo__tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.v-inspo__tile .v-inspo__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0a59,#0a0a0aa6)}.v-inspo__tile .v-inspo__inner{position:relative;z-index:2;padding:28px}.v-inspo__tile .v-inspo__h{font-size:24px;font-weight:700;line-height:1.2;margin-bottom:8px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.45)}.v-inspo__tile .v-inspo__sub{font-size:13px;font-weight:400;opacity:.95;margin-bottom:20px;max-width:320px;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.45)}.v-inspo__tile--solid{background:var(--vc-black)}.v-inspo__tile--solid .v-inspo__inner{color:#fff}.v-news{padding:20px 24px;background:var(--vc-bg);text-align:center}.v-news h2{font-size:26px;font-weight:700;color:var(--vc-black);letter-spacing:-.01em;margin-bottom:8px}.v-news p{font-size:14px;color:var(--vc-muted);max-width:460px;margin:0 auto 24px}.v-news__form{display:flex;gap:10px;max-width:520px;margin:0 auto;flex-wrap:wrap;justify-content:center}.v-news__form input[type=email]{flex:1;min-width:240px;border:1.5px solid var(--vc-line);border-radius:4px;padding:13px 16px;font:inherit;outline:none;transition:border-color .2s;background:#fff}.v-news__form input[type=email]:focus{border-color:var(--vc-green)}.v-news__form button{background:var(--vc-black);color:#fff;border:none;border-radius:4px;padding:13px 28px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:background .2s;cursor:pointer;font-family:inherit}.v-news__form button:hover{background:var(--vc-green)}.v-footer{background:var(--vc-black);color:#f0f0f0;padding:56px 0 0}.v-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1280px;margin:0 auto;padding:0 32px}.v-footer__col h4{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;color:#fff}.v-footer__col p,.v-footer__col a{font-size:13px;color:#ffffffc7;line-height:1.85;text-decoration:none}.v-footer__col a{display:block;transition:color .2s}.v-footer__col a:hover{color:#fff}.v-footer__social{display:flex;gap:12px;margin-bottom:22px}.v-footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;transition:background .2s,border-color .2s}.v-footer__social a:hover{background:var(--vc-green);border-color:var(--vc-green)}.v-footer__pay{display:flex;gap:6px;flex-wrap:wrap}.v-footer__pay span{font-size:11px;font-weight:600;padding:4px 10px;border:1px solid rgba(255,255,255,.22);border-radius:3px;color:#ffffffc7}.v-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding:18px 32px;max-width:1280px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12px;color:#fff9}.v-footer__bottom a{color:#fff9;text-decoration:none;transition:color .2s}.v-footer__bottom a:hover{color:#fff}body.vicancio{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:14px;line-height:1.55;color:var(--vc-text);background:var(--vc-white)}@media(max-width:1024px){.v-tilegrid{grid-template-columns:repeat(2,1fr)}.v-tile{height:340px}.v-inspo{grid-template-columns:1fr}.v-card{flex:0 0 calc(33.333% - 12px);min-width:200px}.v-footer__grid{grid-template-columns:repeat(2,1fr)}.v-salegrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.v-utility{font-size:10px;gap:14px;padding:8px 16px}.v-utility .u-right,.v-utility .u-hide-mobile{display:none}.v-cats__scroll{gap:22px;padding:0 18px 8px;justify-content:flex-start}.v-cat__circle{width:78px;height:78px}.v-cat__label{font-size:11px}.v-hero{height:460px}.v-hero__inner{padding:0 24px}.v-hero__h{font-size:36px}.v-hero__sub{font-size:14px}.v-promo{padding:36px 22px}.v-promo__h{font-size:clamp(32px,9vw,44px);margin-bottom:14px}.v-promo__eyebrow{margin-bottom:14px}.v-promo__sub{margin-bottom:22px;font-size:14px}.v-promo__btns{flex-direction:column;gap:10px;align-items:stretch}.v-promo__btn-light,.v-promo__btn-out{width:100%;padding:14px 22px;justify-content:center}.v-tilegrid{grid-template-columns:1fr 1fr}.v-tile{height:260px}.v-tile__card{padding:12px 14px;left:14px;bottom:14px}.v-tile__overlay{padding:18px}.v-tile__overlay .heading{font-size:17px}.v-section{padding:40px 0}.v-section__head{padding:0 18px;margin-bottom:18px}.v-section__title{font-size:22px}.v-track{padding:0 18px 14px;gap:12px}.v-card{flex:0 0 calc(60% - 6px);min-width:180px}.v-progress{margin:12px 18px 0}.v-salegrid-wrap{padding:16px 0 40px}.v-salegrid{grid-template-columns:repeat(2,minmax(0,1fr))}.v-salecard--feature{padding:22px}.v-salecard--feature .pct{font-size:48px}.v-inspo__tile{height:280px}.v-footer__grid{grid-template-columns:1fr;gap:28px;padding:0 24px}.v-footer__bottom{padding:18px 24px}}@media(max-width:480px){.v-hero{height:380px}.v-hero__h{font-size:30px}.v-promo__h{font-size:36px}.v-cats__scroll{gap:18px}.v-cat__circle{width:72px;height:72px}}body.vicancio,body.vicancio button,body.vicancio input,body.vicancio textarea,body.vicancio select{font-family:Inter,system-ui,-apple-system,sans-serif!important}body.vicancio h1,body.vicancio h2,body.vicancio h3,body.vicancio h4,body.vicancio h5,body.vicancio h6{font-family:Inter,system-ui,-apple-system,sans-serif!important;letter-spacing:-.01em}.header-wrapper{background:#fff!important;border-bottom:1px solid var(--vc-line)!important}.header__heading-link .h2,.header__heading-link span{font-weight:800!important;font-size:22px!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--vc-black)!important}.header__menu-item{font-size:13px!important;font-weight:500!important;text-transform:none!important;letter-spacing:normal!important;color:#2a2a2a!important;transition:color .2s!important}.header__menu-item:hover{color:var(--vc-green)!important}body.vicancio .v-menu-pill,body.vicancio .header__menu-item .v-menu-pill,body.vicancio .menu-drawer__menu-item .v-menu-pill{display:inline-block!important;width:auto!important;padding:3px 9px!important;border-radius:4px!important;font-weight:700!important;line-height:1.3!important}body.vicancio .v-menu-pill--green{background:#2e5a3f1f;color:var(--vc-green-deep, #1f4530)}body.vicancio .v-menu-pill--red{background:#c4392c1f;color:var(--vc-sale)}.header__icon{color:var(--vc-black)!important;transition:color .2s!important}.header__icon:hover{color:var(--vc-green)!important}.cart-count-bubble{background:var(--vc-green)!important;color:#fff!important;border-radius:50%!important;font-weight:700!important}.announcement-bar{font-family:Inter,sans-serif!important;letter-spacing:.04em}.announcement-bar__message{font-size:11px!important;font-weight:500!important;text-transform:uppercase}body.vicancio .button,body.vicancio button.button{border-radius:4px!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:700!important;font-size:13px!important;transition:background .2s,color .2s,border-color .2s,transform .2s!important}body.vicancio .button--primary,body.vicancio .product-form__submit,body.vicancio .product-form__submit.button--secondary,body.vicancio button.product-form__submit,body.vicancio .shopify-payment-button__button--unbranded{background:var(--vc-green)!important;color:#fff!important;border:2px solid var(--vc-green)!important}body.vicancio .product-form__submit:after,body.vicancio .button--primary:after{display:none!important}body.vicancio .button--primary:hover,body.vicancio .product-form__submit:hover,body.vicancio .product-form__submit.button--secondary:hover,body.vicancio .shopify-payment-button__button--unbranded:hover{background:var(--vc-black)!important;border-color:var(--vc-black)!important;color:#fff!important;transform:translateY(-1px)}body.vicancio .button--secondary:not(.product-form__submit):not(.quick-add__submit){background:transparent!important;color:var(--vc-black)!important;border:2px solid var(--vc-black)!important}body.vicancio .button--secondary:not(.product-form__submit):not(.quick-add__submit):hover{background:var(--vc-black)!important;color:#fff!important}body.vicancio .card-wrapper{font-family:inherit}body.vicancio .card,body.vicancio .card__inner{background:transparent!important;border:none!important;border-radius:6px!important;box-shadow:none!important}body.vicancio .card__media{border-radius:6px;overflow:hidden;background:var(--vc-soft)}body.vicancio .card__media img,body.vicancio .card__media .media img{transition:transform .5s ease}body.vicancio .card-wrapper:hover .card__media img{transform:scale(1.04)}body.vicancio .card__information{padding:12px 0 0!important}body.vicancio .card__heading{font-size:14px!important;font-weight:600!important;line-height:1.35!important;color:var(--vc-black)!important;margin:0!important}body.vicancio .card__heading a{color:var(--vc-black)!important;text-decoration:none!important}body.vicancio .card__heading a:hover{color:var(--vc-green)!important}body.vicancio .price{font-size:14px!important;margin-top:4px!important}body.vicancio .price__sale .price-item--sale,body.vicancio .price__regular .price-item--regular{font-weight:700!important;color:var(--vc-black)!important;font-size:14px!important}body.vicancio .price__sale .price-item--regular{color:var(--vc-muted)!important;text-decoration:line-through!important;font-size:13px!important;font-weight:400!important}body.vicancio .price--on-sale .price-item--sale{color:var(--vc-sale)!important}body.vicancio .price__badge-sale,body.vicancio .badge{background:var(--vc-sale)!important;color:#fff!important;font-weight:700!important;font-size:11px!important;letter-spacing:.04em;border-radius:2px!important;padding:4px 9px!important}body.vicancio .card-information__text,body.vicancio .vendor,body.vicancio .caption-with-letter-spacing{font-size:11px!important;letter-spacing:.06em!important;color:var(--vc-muted)!important;text-transform:uppercase}body.vicancio .product__title h1,body.vicancio .product__title{font-size:21px!important;font-weight:700!important;letter-spacing:-.005em!important;color:var(--vc-black)!important;line-height:1.3!important;margin:0!important}body.vicancio .product__info-container .price{margin-top:8px!important;margin-bottom:4px!important}body.vicancio .product__info-container .price__container{margin:0!important}body.vicancio .v-pdp-usps{margin-top:10px!important;padding-top:12px!important}body.vicancio .product__info-wrapper .product__text,body.vicancio .product__info-wrapper [class*=block-text]{font-size:13px!important;color:var(--vc-muted)!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-weight:500!important;margin-bottom:4px!important}body.vicancio .product__info-wrapper .price{font-size:24px!important;margin:16px 0 24px!important;display:flex;align-items:baseline;gap:12px}body.vicancio .product__info-wrapper .price-item--regular{font-size:24px!important;font-weight:800!important;color:var(--vc-black)!important}body.vicancio .product__info-wrapper .price--on-sale .price-item--sale{font-size:26px!important;font-weight:800!important;color:var(--vc-sale)!important;letter-spacing:-.01em!important}body.vicancio .product__info-wrapper .price-item,body.vicancio .product__info-wrapper .price__regular,body.vicancio .product__info-wrapper .price__sale{white-space:nowrap!important}body.vicancio .product__info-wrapper .price{flex-wrap:wrap!important}.v-marquee{background:var(--vc-green);color:#fff;overflow:hidden;padding:14px 0;position:relative;width:100%}.v-marquee__track{display:flex;width:max-content;animation:v-marquee-ltr 30s linear infinite;will-change:transform}.v-marquee__group{flex-shrink:0;padding-right:56px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;line-height:1}@keyframes v-marquee-ltr{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.v-marquee__track{animation:none!important;transform:translate(0)}}body.vicancio .price__badge-sale{display:none!important}body.vicancio .card-wrapper .price__badge-sale,body.vicancio .grid--quick-order-list .price__badge-sale,body.vicancio .product-grid .price__badge-sale{display:inline-block!important}body.vicancio .product__info-wrapper .price__sale .price-item--regular{font-size:18px!important;color:var(--vc-muted)!important;text-decoration:line-through!important;font-weight:500!important}body.vicancio .product__info-wrapper .price__container:after{content:"Inc. VAT";display:block;font-size:11px;color:var(--vc-muted);font-weight:500;letter-spacing:.04em;margin-top:2px;text-transform:none}body.vicancio .product-form__input--pill{margin-bottom:20px!important}body.vicancio .product-form__input .form__label{font-size:12px!important;font-weight:500!important;letter-spacing:.04em!important;color:var(--vc-muted)!important;text-transform:uppercase!important;margin-bottom:10px!important}body.vicancio .v-qty-atc-row{display:flex!important;flex-direction:row!important;gap:12px!important;align-items:stretch!important;margin:24px 0 0!important}body.vicancio .v-qty-atc-row .product-form__input.product-form__quantity{flex:0 0 110px!important;width:110px!important;max-width:110px!important;margin:0!important}body.vicancio .v-qty-atc-row .product-form__buttons,body.vicancio .v-qty-atc-row>product-form{flex:1 1 auto!important;margin:0!important;max-width:none!important;width:auto!important}body.vicancio .v-qty-atc-row .product-form__buttons{display:flex!important;flex-direction:column!important;gap:8px!important}body.vicancio .product-form__input.product-form__quantity .form__label,body.vicancio .product-form__input.product-form__quantity .quantity__label{display:none!important}body.vicancio .product-form__quantity .quantity{width:110px!important;min-width:110px!important;max-width:110px!important;height:56px!important;border-radius:6px!important;border:1.5px solid var(--vc-line)!important}body.vicancio .quantity__input{font-size:15px!important;font-weight:700!important;height:100%!important;color:var(--vc-black)!important}body.vicancio .quantity__button{width:32px!important;color:var(--vc-black)!important}body.vicancio .product-form__submit{height:56px!important;min-height:56px!important;font-size:14px!important;font-weight:700!important;letter-spacing:.06em!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;max-width:none!important;flex:1 1 auto!important}body.vicancio .product-form__submit:before{display:none!important}body.vicancio .product-form__submit{justify-content:center!important;text-align:center!important}body.vicancio .product-form__submit>span{width:auto!important;text-align:center!important}body.vicancio .product-form__submit .icon{display:none!important}body.vicancio .product-form__submit svg{display:none!important}body.vicancio .shopify-payment-button,body.vicancio .product__tax{display:none!important}body.vicancio .card-wrapper{position:relative!important}body.vicancio .card-wrapper .card,body.vicancio .card-wrapper .card__inner,body.vicancio .card-wrapper .card__content{position:static!important}body.vicancio .card-wrapper .card__badge{position:absolute!important;top:10px!important;right:10px!important;left:auto!important;bottom:auto!important;z-index:5;margin:0!important;padding:0!important;width:auto!important;height:auto!important;pointer-events:none}body.vicancio .card-wrapper .card__badge .badge,body.vicancio .card-wrapper .price__badge-sale,body.vicancio .card-wrapper .price__badge-sold-out{position:static!important;display:inline-block!important;white-space:nowrap!important;padding:5px 10px!important;width:auto!important;min-width:0!important;font-size:11px!important;letter-spacing:.04em!important;font-weight:800!important;background:var(--vc-sale)!important;color:#fff!important;border-radius:2px!important;border:none!important;text-transform:none!important}body.vicancio .product-form__input--pill input[type=radio]:checked+label,body.vicancio .product-form__input--pill input[type=radio]:checked+label.disabled{background:var(--vc-black)!important;color:#fff!important;border-color:var(--vc-black)!important}body.vicancio .product-form__input--pill label{border-radius:4px!important;border:1.5px solid var(--vc-line)!important;padding:10px 16px!important;font-weight:600!important;font-size:13px!important;transition:border-color .2s,background .2s,color .2s}body.vicancio .product-form__input--pill label:hover{border-color:var(--vc-black)!important}body.vicancio .quantity__input{border-radius:4px!important}body.vicancio .quantity__button{color:var(--vc-black)!important}body.vicancio .product__description{font-size:14px!important;line-height:1.65!important;color:var(--vc-text)!important}body.vicancio .product__accordion summary,body.vicancio .accordion summary{padding:16px 0!important;font-weight:600!important;font-size:14px!important;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--vc-line)!important}body.vicancio .collection-hero,body.vicancio .main-collection-banner{text-align:left;padding:18px 0 6px}body.vicancio .collection-hero__inner{padding-top:0!important;padding-bottom:0!important}body.vicancio .collection-hero__title,body.vicancio .collection-hero__description{text-align:left!important}body.vicancio .collection-hero__title{font-size:36px!important;font-weight:800!important;letter-spacing:-.01em!important;color:var(--vc-black)!important;margin:0 0 6px!important}body.vicancio .collection-hero__description{margin:0!important;font-size:14px!important;line-height:1.55!important;color:var(--vc-muted, #565552)!important}body.vicancio .shopify-section-section-main-collection-banner+.shopify-section,body.vicancio .shopify-section[id*=main-collection-banner]+.shopify-section{margin-top:0!important}body.vicancio .shopify-section[id*=vicancio-collection-subnav]{margin:0!important}body.vicancio #ProductGridContainer,body.vicancio .collection,body.vicancio .product-grid-container{padding-top:0!important}body.vicancio facet-filters-form,body.vicancio #FacetFiltersForm,body.vicancio .facets-container{margin-top:0!important;padding-top:22px!important}body.vicancio .product-count,body.vicancio .product-count__text{margin-top:0!important}body.vicancio .mobile-facets__open{padding-top:6px!important;padding-bottom:6px!important}body.vicancio .product-grid{--grid-mobile-horizontal-spacing: 12px;--grid-desktop-horizontal-spacing: 18px;gap:18px}@media(max-width:749px){body.vicancio .product-grid{gap:12px}}.v-pdp-reviews{display:flex!important;align-items:center;gap:8px;margin:0 0 10px!important;font-size:14px;letter-spacing:0!important;text-transform:none!important}.v-stars{display:inline-block;position:relative;font-size:16px;letter-spacing:2px;font-family:Arial,sans-serif;line-height:1}.v-stars:before,.v-stars:after{content:"\2605\2605\2605\2605\2605"}.v-stars:before{color:#b3aea5}.v-stars:after{color:#f5b400;position:absolute;left:0;top:0;overflow:hidden;width:var(--fill, 0%);white-space:nowrap}.v-pdp-reviews__rating{font-weight:700;color:var(--vc-black, #0a0a0a)}.v-pdp-reviews__count{color:var(--vc-muted, #565552);font-size:13px}.product__info-container .price{flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;column-gap:12px!important;row-gap:6px!important}.product__info-container .price__container{width:auto!important}.product__info-container .price__badge-sale{display:inline-block!important;background:#c4392c!important;color:#fff!important;font-weight:800!important;letter-spacing:.03em!important;padding:6px 12px!important;border-radius:4px!important;font-size:13px!important;text-transform:uppercase!important;vertical-align:middle;margin-left:10px;border:0!important;width:auto!important;height:auto!important}.product__info-container .price--on-sale .price-item--sale{color:#c4392c;font-weight:800;font-size:1.6em}.product__info-container .price--on-sale .price-item--regular,.product__info-container .price--on-sale s{color:var(--vc-muted, #565552);font-weight:500}.v-pdp-usps{list-style:none;margin:16px 0 18px;padding:16px 0 0;display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--vc-line, #e5e3df)}.v-pdp-usps li{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--vc-black, #0a0a0a);line-height:1.4}.v-pdp-usps i{font-size:18px;color:var(--vc-black, #0a0a0a);width:22px;text-align:center;flex:0 0 22px}.v-pdp-usps strong{font-weight:700}.v-pdp-usps__copy{flex:1 1 auto;min-width:0}.product__description li>p{display:inline;margin:0}.product__description li>br{display:none}.product__description li:empty,.product__description li:has(>br:only-child),.product__description li:has(>p:only-child:empty){display:none}.product__description ul li{margin-bottom:.4em}.v-pdp-policies{margin:24px 0 0;border-top:1px solid var(--vc-line, #e5e3df)}.v-pdp-policy{border-bottom:1px solid var(--vc-line, #e5e3df)}.v-pdp-policy summary{display:flex;justify-content:space-between;align-items:center;padding:16px 4px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--vc-black, #0a0a0a);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.v-pdp-policy summary::-webkit-details-marker{display:none}.v-pdp-policy summary>span{flex:1;text-align:center}.v-pdp-policy__chevron{transition:transform .25s ease;font-size:11px;color:var(--vc-black, #0a0a0a)}.v-pdp-policy[open] .v-pdp-policy__chevron{transform:rotate(180deg)}.v-pdp-policy__body{padding:0 4px 16px;font-size:14px;line-height:1.55;color:var(--vc-muted, #565552)}.v-pdp-policy__body p{margin:0}.v-pdp-policy__body a{color:var(--vc-black, #0a0a0a);text-decoration:underline;text-underline-offset:3px;font-weight:500}.v-pdp-urgency{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-size:14px;font-weight:700;letter-spacing:.02em;color:#c4392c;text-transform:uppercase}.v-pdp-urgency__dot{width:10px;height:10px;border-radius:50%;background:#c4392c;box-shadow:0 0 #c4392c99;animation:v-urgency-pulse 1.8s ease-out infinite;flex-shrink:0}@keyframes v-urgency-pulse{0%{box-shadow:0 0 #c4392c8c}70%{box-shadow:0 0 0 9px #c4392c00}to{box-shadow:0 0 #c4392c00}}.v-pdp-ship-bar{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:10px;margin:14px 0 0;padding:9px 12px;background:var(--vc-soft, #f4f3ef);border-radius:8px;font-size:11.5px;color:var(--vc-black, #0a0a0a);line-height:1.3}.v-pdp-ship-bar__col{display:flex;align-items:center;gap:6px;white-space:nowrap;min-width:0}.v-pdp-ship-bar__col strong{font-weight:700}.v-pdp-ship-bar__dot{width:8px;height:8px;border-radius:50%;background:#2e5a3f;flex-shrink:0}.v-pdp-ship-bar i{color:var(--vc-black, #0a0a0a);font-size:12px}.v-payment-icons{list-style:none;display:flex;flex-wrap:nowrap;gap:6px;margin:14px 0 0;padding:0;width:100%}.v-payment-icons__item{flex:1 1 0;min-width:0;max-width:44px;display:flex;justify-content:center;margin:0;padding:0}.v-payment-icons svg{display:block;width:100%;height:auto;max-height:28px}@media(max-width:749px){.v-payment-icons{gap:4px;justify-content:center}.v-payment-icons__item{max-width:38px}}.v-subnav{width:100%;padding:4px 0 14px;background:#fff}.v-subnav__row{width:100%}.v-subnav__row--sub{margin-top:8px}.v-subnav__scroll{display:flex;gap:8px;padding:0 22px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity}.v-subnav__scroll::-webkit-scrollbar{display:none}.v-subnav__pill{flex:0 0 auto;padding:8px 14px;border:1px solid var(--vc-line, #e5e3df);border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--vc-black, #0a0a0a);text-decoration:none;background:#fff;white-space:nowrap;scroll-snap-align:start;transition:background .15s ease,color .15s ease,border-color .15s ease}.v-subnav__pill:hover{background:var(--vc-soft, #f4f3ef);border-color:var(--vc-black, #0a0a0a)}.v-subnav__pill--active{background:var(--vc-black, #0a0a0a);color:#fff;border-color:var(--vc-black, #0a0a0a)}.v-subnav__pill--small{padding:5px 11px;font-size:12px;font-weight:500;border-color:transparent;background:var(--vc-soft, #f4f3ef);color:var(--vc-muted, #565552)}.v-subnav__pill--small:hover{background:#ebebe7;border-color:transparent;color:var(--vc-black, #0a0a0a)}.v-subnav__pill--small.v-subnav__pill--active{background:var(--vc-black, #0a0a0a);color:#fff;border-color:var(--vc-black, #0a0a0a)}@media(min-width:990px){.v-subnav{padding:8px 0 18px}.v-subnav__scroll{padding:0;flex-wrap:nowrap;justify-content:flex-start}.v-subnav__row--sub{margin-top:6px}.v-subnav__pill--small.v-subnav__pill--active{background:#fff;color:var(--vc-black, #0a0a0a);border:1px solid var(--vc-black, #0a0a0a)}}body.vicancio .facets-vertical-form,body.vicancio .facets{font-family:inherit}body.vicancio .facets__summary,body.vicancio .facets__heading{font-size:13px!important;font-weight:600!important;letter-spacing:.04em;text-transform:uppercase}body.vicancio .facet-checkbox{font-size:13px!important}body.vicancio .active-facets__button-inner{background:var(--vc-soft)!important;border-radius:999px!important;padding:6px 12px!important;font-size:12px!important}body.vicancio .facet-filters__sort{border:1px solid var(--vc-line)!important;border-radius:4px!important;font-size:13px!important;padding:8px 12px!important}body.vicancio .search__input{background:var(--vc-soft)!important;border:none!important;border-radius:999px!important;padding:12px 18px 12px 44px!important;font-size:14px!important}body.vicancio .search__input:focus{background:#ebebe7!important;box-shadow:0 0 0 2px var(--vc-green)!important}body.vicancio input[type=text],body.vicancio input[type=email],body.vicancio input[type=tel],body.vicancio input[type=search],body.vicancio textarea,body.vicancio select{border-radius:4px!important;border-color:var(--vc-line)!important;font-family:inherit!important}body.vicancio .pagination__list{font-family:inherit}body.vicancio .pagination__list .pagination__item{font-size:13px!important;font-weight:600!important}body.vicancio .pagination__list .pagination__item--current{background:var(--vc-black)!important;color:#fff!important;border-radius:4px}body.vicancio .footer__content-top{display:none}body.vicancio .skip-to-content-link:not(:focus){display:none}@media(max-width:768px){body.vicancio .product__title h1,body.vicancio .product__title{font-size:19px!important;line-height:1.3!important}body.vicancio .product__info-wrapper .price--on-sale .price-item--sale{font-size:22px!important}body.vicancio .product__info-wrapper .price-item--regular{font-size:16px!important}body.vicancio .product__info-wrapper .price__sale .price-item--regular{font-size:15px!important}body.vicancio .product__info-wrapper .price{margin:12px 0 18px!important;gap:10px!important}body.vicancio .collection-hero__title{font-size:28px!important}}.fa-solid,.fas,.fa-brands,.fab{display:inline-block;width:1em;height:1em;vertical-align:-.125em;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;line-height:1}.fa-arrow-right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E")}.fa-bag-shopping{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64l0 48-128 0 0-48zm-48 48l-64 0c-26.5 0-48 21.5-48 48L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-208c0-26.5-21.5-48-48-48l-64 0 0-48C336 50.1 285.9 0 224 0S112 50.1 112 112l0 48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64l0 48-128 0 0-48zm-48 48l-64 0c-26.5 0-48 21.5-48 48L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-208c0-26.5-21.5-48-48-48l-64 0 0-48C336 50.1 285.9 0 224 0S112 50.1 112 112l0 48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z'/%3E%3C/svg%3E")}.fa-bolt{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288l111.5 0L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7l-111.5 0L349.4 44.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288l111.5 0L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7l-111.5 0L349.4 44.6z'/%3E%3C/svg%3E")}.fa-box{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M50.7 58.5L0 160l208 0 0-128L93.7 32C75.5 32 58.9 42.3 50.7 58.5zM240 160l208 0L397.3 58.5C389.1 42.3 372.5 32 354.3 32L240 32l0 128zm208 32L0 192 0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-224z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M50.7 58.5L0 160l208 0 0-128L93.7 32C75.5 32 58.9 42.3 50.7 58.5zM240 160l208 0L397.3 58.5C389.1 42.3 372.5 32 354.3 32L240 32l0 128zm208 32L0 192 0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-224z'/%3E%3C/svg%3E")}.fa-chevron-down{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E")}.fa-circle-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E")}.fa-clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E")}.fa-envelope{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E")}.fa-facebook-f{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E")}.fa-fire{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z'/%3E%3C/svg%3E")}.fa-gift{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M190.5 68.8L225.3 128l-1.3 0-72 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l2.2 0c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40L32 128c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l448 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-41.6 0c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88l-2.2 0c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0L152 0C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40l-72 0-1.3 0 34.8-59.2C329.1 55.9 342.9 48 357.8 48l2.2 0c22.1 0 40 17.9 40 40zM32 288l0 176c0 26.5 21.5 48 48 48l144 0 0-224L32 288zM288 512l144 0c26.5 0 48-21.5 48-48l0-176-192 0 0 224z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M190.5 68.8L225.3 128l-1.3 0-72 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l2.2 0c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40L32 128c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l448 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-41.6 0c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88l-2.2 0c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0L152 0C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40l-72 0-1.3 0 34.8-59.2C329.1 55.9 342.9 48 357.8 48l2.2 0c22.1 0 40 17.9 40 40zM32 288l0 176c0 26.5 21.5 48 48 48l144 0 0-224L32 288zM288 512l144 0c26.5 0 48-21.5 48-48l0-176-192 0 0 224z'/%3E%3C/svg%3E")}.fa-instagram{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E")}.fa-location-dot{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E")}.fa-phone{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E")}.fa-pinterest-p{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z'/%3E%3C/svg%3E")}.fa-rotate-left{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48.5 224L40 224c-13.3 0-24-10.7-24-24L16 72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8L48.5 224z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48.5 224L40 224c-13.3 0-24-10.7-24-24L16 72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8L48.5 224z'/%3E%3C/svg%3E")}.fa-shield-halved{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8l0 378.1C394 378 431.1 230.1 432 141.4L256 66.8s0 0 0 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8l0 378.1C394 378 431.1 230.1 432 141.4L256 66.8s0 0 0 0z'/%3E%3C/svg%3E")}.fa-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E")}.fa-tiktok{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'/%3E%3C/svg%3E")}.fa-truck-fast{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M112 0C85.5 0 64 21.5 64 48l0 48L16 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 208 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 160l-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 176 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 224l-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 288l0 128c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L112 0zM544 237.3l0 18.7-128 0 0-96 50.7 0L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M112 0C85.5 0 64 21.5 64 48l0 48L16 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 208 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 160l-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 176 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 224l-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 288l0 128c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L112 0zM544 237.3l0 18.7-128 0 0-96 50.7 0L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E")}.fa-truck{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M48 0C21.5 0 0 21.5 0 48L0 368c0 26.5 21.5 48 48 48l16 0c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L48 0zM416 160l50.7 0L544 237.3l0 18.7-128 0 0-96zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M48 0C21.5 0 0 21.5 0 48L0 368c0 26.5 21.5 48 48 48l16 0c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L48 0zM416 160l50.7 0L544 237.3l0 18.7-128 0 0-96zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3E%3C/svg%3E")}.product-card-wrapper .quick-add{display:none}@media(min-width:990px){.product-card-wrapper .quick-add{display:block}.product-card-wrapper .card__inner{position:relative!important;z-index:2}.product-card-wrapper .card__media{cursor:pointer}.product-card-wrapper .card__inner .quick-add{position:absolute!important;bottom:14px;left:14px;right:14px;z-index:10!important;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.product-card-wrapper:hover .card__inner .quick-add,.product-card-wrapper:focus-within .card__inner .quick-add{opacity:1;transform:translateY(0);pointer-events:auto}.product-card-wrapper .quick-add__submit{background:var(--vc-green)!important;color:#fff!important;border:none!important;border-radius:4px!important;padding:13px 18px!important;font-size:13px!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;box-shadow:0 4px 14px #0000002e!important;transition:background .15s ease,transform .15s ease!important;min-height:0!important}.product-card-wrapper .quick-add__submit:hover{background:var(--vc-green-deep)!important;transform:translateY(-1px)}.product-card-wrapper .quick-add__submit:before,.product-card-wrapper .quick-add__submit:after{display:none!important}}quick-add-modal .product__title h1,quick-add-modal .product__title h2,quick-add-modal .product__title .h1,quick-add-modal .product__title .h2{font-size:22px!important;line-height:1.25!important;margin:0 0 10px!important}@media(min-width:750px){quick-add-modal .product__title h1,quick-add-modal .product__title h2,quick-add-modal .product__title .h1,quick-add-modal .product__title .h2{font-size:24px!important}}.v-card-thumbs{display:none}@media(max-width:989px){.v-card-thumbs{display:flex;gap:6px;margin:8px 0 6px;padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative;z-index:10}.v-card-thumbs::-webkit-scrollbar{display:none}.v-card-thumb{flex:0 0 auto;width:48px;height:60px;padding:0;margin:0;border:1.5px solid transparent;border-radius:3px;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .15s ease;position:relative;z-index:10}.v-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.v-card-thumb--active{border-color:var(--vc-black, #0a0a0a)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/vicancio.css.map */
