  .pagination__container{width:100%;height:40px;display:flex;flex-direction:row;justify-content:space-between}.pagination__counter{width:max-content;font:400 14px / 21px var(--site-font);color:var(--clean-text);display:flex;align-items:center}.pagination{width:max-content;height:100%;display:flex;flex-direction:row;align-items:center}.pagination__arrow{border:none;background-color:var(--white);width:40px;height:40px;display:flex;align-items:center;justify-content:center}.pagination__arrow svg{width:24px;height:24px;color:var(--clean-text)}.rotate-arrow{transform:rotate(180deg)}.default{pointer-events:none}.default svg{color:var(--gray200)}.pagination-number{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border:0;border-radius:4px;background-color:var(--white);font:400 14px / 21px var(--site-font);color:var(--clean-text)}.pagination-number:hover{background-color:var(--gray50)}.pagination-number.active{background-color:var(--light-secondary);color:var(--secondary)}.pagination-ellipsis{width:40px;height:40px;display:flex;justify-content:center;align-items:center;color:var(--clean-text);font-size:20px;cursor:default}@media (max-width:560px){.pagination__container{justify-content:center;height:35px}.pagination__arrow,.pagination-number,.pagination-ellipsis{width:35px;height:35px}.pagination__counter{display:none}}  .filter__selector-grids{width:max-content!important;min-width:max-content;height:40px}.filter__selector-gridbutton{width:40px;height:100%;border:1px solid var(--border-color);background-color:var(--white);display:flex;justify-content:center;align-items:center}.filter__selector-gridbutton.active{border-color:var(--featured)}.filter__selector-gridbutton.gallery{border-radius:4px 0 0 4px;border-right:0}.filter__selector-gridbutton.table{border-radius:0 4px 4px 0;border-left:0}.filter__selector-gridbutton svg{width:24px;height:24px;color:var(--gray600)}.filter__selector-gridbutton.active svg{color:var(--featured)}.filters__selector-griddivider{height:100%;width:1px;background-color:var(--featured)}.products__grid{gap:30px}.products__grid-cards{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.products__grid-cards.list{grid-template-columns:1fr}.products__grid-empty{grid-column:span 3;align-items:center;justify-content:flex-start;gap:8px;text-align:center;width:100%;padding:12px 16px;background-color:#e1eefc;border-radius:4px;font:400 14px / 21px var(--title-font);color:#0056b8;margin-top:30px}.products__grid-empty svg{width:20px;min-width:20px;height:20px;color:#0056b8}.products__grid-cards.list .products__grid-empty{grid-column:span 1}.products__grid-cards #loader_results{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(255 255 255 / .3)}@media (min-width:769px){.products__grid-cards.list .pcard{flex-direction:row;gap:30px}.products__grid-cards.list .pcard .pcard__image{display:flex;align-items:center}.products__grid-cards.list .pcard .pcard__image img{min-width:200px}.products__grid-cards.list .pcard .pcard__addtocart{margin-top:0;height:60px;align-self:flex-end}}@media (max-width:1240px){.products__grid-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.products__grid-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products__grid-cards{grid-template-columns:repeat(2,1fr)}}  .filter__selector{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:30px;position:relative}.filter__selector>p{width:max-content;min-width:max-content;margin-right:auto;font:400 14px / 21px var(--title-font);color:var(--clean-text)}.filter__selector>p span{color:var(--primary)}.filter__selector--toggle{position:relative}.filter__selector--toggle__button{display:none}.filter__selector-order{position:relative;width:max-content}.filter__selector--options{display:flex;align-items:center;width:150px;height:36px;position:relative;border:1px solid var(--gray200);border-radius:4px;background-color:var(--white);padding:0 10px;cursor:pointer}.filter__options--value{overflow:hidden;border-radius:6px;border:none}.filter__options--value input{display:none;align-items:center}.filter__options--value .selected-default{font:400 14px / 21px var(--title-font);color:var(--clean-text)}.filter__options--value input:checked+.filter__options--value__selected{display:flex;align-items:center}.filter__options--value__selected{display:none;width:100%;background-color:var(--white);font:400 14px / 21px var(--title-font);color:var(--clean-text)}.filter__selector--options__icon{position:absolute;right:10px;width:18px!important;display:flex;transition:all ease 0.4s}.filter__selector--options__icon svg{width:18px;height:18px;transform:rotate(90deg);color:var(--clean-text)}.filter__selector--options:focus .filter__selector--options__icon{transform:rotate(180deg)}.filter__selector--options:focus+.filter__selector--dropdown{opacity:1;visibility:visible;background-color:var(--white);outline:none}.filter__selector--dropdown{position:absolute;width:150px;list-style:none;left:0;opacity:0;visibility:hidden;z-index:5;border-radius:4px;border:1px solid var(--gray200);transition:all ease-in-out .4s;top:calc(100% + 4px)}.filter__selector--dropdown li:first-of-type label{border-radius:6px 6px 0 0}.filter__selector--dropdown li:last-of-type label{border-radius:0 0 6px 6px}.filter__selected-value{display:flex;padding:10px 0;background-color:var(--white);font:400 14px / 21px var(--title-font);color:var(--clean-text);transition:all ease .2s}.filter__selector--options:hover .filter__options--value__selected,.filter__selector--dropdown li:hover .filter__selected-value,.filter__selector--dropdown li:focus .filter__selected-value{cursor:pointer;color:var(--clean-text)}.filter__selector--dropdown li label{padding:0 15px;height:40px;align-items:center}.filters-overlay{position:fixed;background-color:var(--offset-color);z-index:199;display:none;top:0;left:0;right:0;bottom:0;transition:all ease .3s;opacity:0;visibility:hidden}.filters__filter{width:280px;min-width:280px;display:flex;flex-direction:column}.filters__filter-container{row-gap:24px}.filters__list{background:var(--white);border-bottom:1px solid var(--border-color)}.filters__list.price{border-bottom:0}.filters__list--title{height:40px;justify-content:space-between;align-items:center;width:100%;background:0;border:0}.filters__list--title-text{font:500 16px / 24px var(--title-font);color:var(--gray1000)}.filters__list--title-toggle{width:20px;height:40px;transform:rotate(90deg);transition:all .2s;display:flex;justify-content:center;align-items:center}.filters__list.active .filters__list--title-toggle{transform:rotate(-90deg)}.filters__list--title-toggle svg{height:20px;width:20px;color:var(--gray1000)}.filters__list .filters__list--option-text{font:400 14px / 21px var(--title-font);color:var(--clean-text);display:flex;align-items:center;cursor:pointer}.filters__list--options{width:100%;overflow-y:auto;overflow-x:hidden;gap:15px;max-height:0;flex-flow:column!important;transition:all .2s}.filters__list.active .filters__list--options{max-height:999px;margin-block:15px}.filters__list--option{width:max-content;font:400 13px / 19px var(--title-font);color:var(--clean-text);cursor:pointer;display:flex}.filters__list--options::-webkit-scrollbar{width:3px}.filters__list--options::-webkit-scrollbar-track{background:var(--white)}.filters__list--options::-webkit-scrollbar-thumb{background:var(--border-color)}.filters__list--options .filters__list--option label{display:flex;align-items:center;gap:8px;cursor:pointer;transition:0.6s;width:100%}.filters__list--options .filters__list--option label *{pointer-events:none}.filters__list--options input{display:none}.filters__list--options input+.filters__checkbox{width:15px;height:15px;position:relative;transition:0.6s;display:flex;align-items:center;justify-content:center;border:1px solid var(--clean-text)}.filters__list--options input+.filters__checkbox svg{display:none;width:15px;height:15px;color:var(--white);position:relative;z-index:1}.filters__list--options input:checked+.filters__checkbox::before{content:'';width:14px;height:14px;background:var(--featured);position:absolute;border:1px solid var(--featured);left:0}.filters__list--options input:checked+.filters__checkbox svg{display:block}.filters__list--selected{padding:15px;background-color:var(--gray50);border-radius:4px}.filters__list--selected .filters__list--title-text{font-size:14px;line-height:21px}.filters__list--selected .filters__list--options{display:flex;flex-wrap:wrap;max-height:fit-content;margin-top:15px}.filters__list--selected .filters__list--options .filters__list--option label{gap:12px}.filters__list--selected .filters__list--options input+.filters__checkbox{border:0}.filters__list--selected .filters__list--options input+.filters__checkbox svg{color:var(--gray900)}.filters__list--selected .filters__list--options input:checked+.filters__checkbox::before{background:#fff0;border:none}.price-range{width:100%}.price-value{display:flex;justify-content:space-between;width:100%;font:400 13px / 19px var(--title-font);color:var(--gray800)}.multi-range{position:relative;margin:10px 0 0;height:30px}.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before{background-color:var(--secondary)}.multi-range input[type=range]:nth-child(2){background:none}.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before{background-color:var(--secondary)}.multi-range input[type=range]::-moz-range-track{background:none}input[type=range]{position:absolute;width:100%;padding:0;margin:0;border:0;outline:none;background:linear-gradient(var(--featured),var(--featured)) no-repeat center;background-size:100% 2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none}input[type=range]:active,input[type=range]:focus,input[type=range]::-moz-focus-outer{border:none;outline:none}input[type=range]::-moz-range-thumb{position:relative;height:15px;width:15px;margin:5px 0;border-radius:50%;background-color:var(--background);box-shadow:0 1px 4px .5px rgb(0 0 0 / .3);-moz-appearance:none;appearance:none;pointer-events:all;transition:all .3s ease}input[type=range]::-moz-range-thumb:hover{background-color:var(--secondary)}input[type=range]::-moz-range-thumb:active{background-color:var(--featured)}input[type=range]::-webkit-slider-thumb{position:relative;height:15px;width:15px;margin:5px 0;border-radius:50%;background-color:var(--background);box-shadow:0 1px 4px .5px rgb(0 0 0 / .3);-webkit-appearance:none;appearance:none;pointer-events:all;transition:all .3s ease}input[type=range]::-webkit-slider-thumb:hover{background-color:var(--secondary)}input[type=range]::-webkit-slider-thumb:active{background-color:var(--featured)}.filters__header{display:none}@media (max-width:1024px){.filter__selector--toggle{width:max-content;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:15px}.filter__selector-order{width:max-content!important}.filter__selector--toggle__button{display:flex;justify-content:space-between;align-items:center;padding-inline:10px;background-color:var(--white);border:1px solid var(--gray200);border-radius:4px;width:100px;height:36px;cursor:pointer}.filter__selector--toggle__button p{font:400 14px / 21px var(--title-font);color:var(--clean-text)}.filter__selector--toggle__button svg{width:18px;height:18px;color:var(--clean-text)}.filters__filter{width:80%!important;max-width:350px!important;height:100%!important;position:fixed!important;top:0!important;bottom:0;left:-100%;z-index:200;flex-direction:column;background-color:var(--white);transition:all ease .4s}.filters__filter.filter-active{left:0}.filters-overlay.overlay-active{display:block;opacity:1;visibility:visible}.filters__header{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:var(--gray50);margin-bottom:15px}.filters__header-text{font:600 16px / 23px var(--title-font);color:var(--black)}.filters__header-close{width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center}.filters__header-close>*{pointer-events:none}.filters__header-close svg{height:17px;width:17px;color:var(--black)}.filters__filter-container{overflow-y:auto;padding:0 16.5px;height:max-content;flex-wrap:nowrap!important}.filters__filter-container::-webkit-scrollbar{display:none}.filters__list.price{padding-bottom:30px}}@media (max-width:768px){.filter__selector{flex-wrap:wrap}.filter__selector>p{margin-right:0}.filter__selector--toggle{width:100%;justify-content:flex-start}}@media (max-width:560px){.filter__selector-order{width:50%!important}.filter__selector--options{width:100%}.filter__selector--toggle__button{width:50%}}  :root{--primary:#5c488b;--dark-primary:#2e2541;--featured:#6950a1;--background:#ffffff;--secondary-background:#f8f8f8;--secondary:#f37021;--secondary-hover:#e34b13;--light-secondary:#feecd6;--light-orange:#fff7ed;--light-orange-hover:#ffedd4;--black:#000000;--white:#ffffff;--green:#17E693;--green2:rgb(0, 183, 169);--blue:#007BCE;--red400:#F9E4D7;--red300:#FFCAC8;--red200:#db3a2b;--red0:#d92623;--red-300:#831E19;--purple:#4c3f70;--purple2:#d4d3f2;--yellow0:#fff7ed;--yellow1:#fff8e1;--yellow2:#ffb300;--gray:#F5F8FA;--gray50:#F4F5F5;--gray100:#E5E7E8;--gray200:#CED1D3;--gray300:#ABB1B5;--gray400:#82898E;--gray500:#676E73;--gray600:#585D62;--gray700:#4B4E53;--gray800:#424548;--gray900:#3C3E41;--gray1000:#333234;--text:#000000;--title-text:#5c488b;--bold-text:#5c488b;--clean-text:#807e84;--info-background:#F8F8F8;--site-font:'Open Sans', sans-serif;--title-font:'Poppins', sans-serif;--border-color:#efeff0;--offset-color:rgba(0, 0, 0, 0.5);--toast-default:rgb(57, 71, 84);--toast-blue:#0090e0;--toast-green:#309722;--toast-yellow:#fa9f47;--toast-red:#d24242}  @font-face{font-family:'Gantari';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3HPQ35YZah37nnrWcpoQ.woff) format('woff');unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Gantari';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3HPQ33YZah37nnrWc.woff) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}  /**
 * wire.css
 * @version    1.2.5
 * @homepage   http://wirecss.com
 * @author     Pedro Garcia <pedro@pedrogarcia.me> (http://pedrogarcia.me)
 * @license    Licensed under MIT
 */
progress,sub,sup{vertical-align:baseline}button,hr,input,select{overflow:visible}.hidden,.invisible{visibility:hidden}.clearfix:after,.container:after{clear:both}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:#fff0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}.container,body,html{height:100%}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}.clearfix:after,.clearfix:before{content:" ";display:table}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.hidden{display:none!important}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:62.5%}body{margin:0;font-size:1.6rem;line-height:1.45}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.btn,.button,input[type=button],input[type=submit]{background-color:#48a8ce;border:0;border-radius:3px;color:#fff;display:inline-block;line-height:inherit;padding:.7em 1.4em;text-align:center;-webkit-transition:background-color .2s ease-out;-moz-transition:background-color .2s ease-out;-o-transition:background-color .2s ease-out;transition:background-color .2s ease-out;vertical-align:bottom}.btn:hover,.button:hover,input[type=button]:hover,input[type=submit]:hover{background-color:#2b7e9f;color:#fff}.small.btn,.small.button,input.small[type=button],input.small[type=submit]{font-size:1.2rem}.large.btn,.large.button,input.large[type=button],input.large[type=submit]{font-size:1.8rem}.x-large.btn,.x-large.button,input.x-large[type=button],input.x-large[type=submit]{font-size:2.4rem}.alt.btn,.alt.button,input.alt[type=button],input.alt[type=submit]{background-color:#e0e0e0;color:#7c7c7c}.alt.btn:hover,.alt.button:hover,input.alt[type=button]:hover,input.alt[type=submit]:hover{background-color:#bababa}.btn.disabled,.btn[disabled],.button.disabled,.button[disabled],input[type=button][disabled],input[type=submit][disabled]{background-color:#eee;color:#8a8a8a;cursor:not-allowed}.btn.disabled:hover,.btn[disabled]:hover,.button.disabled:hover,.button[disabled]:hover,input[type=button][disabled]:hover,input[type=submit][disabled]:hover{background-color:#eee;color:#8a8a8a}.container{width:100%}.container:after,.container:before{content:" ";display:table}[class*=col-]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.grid,[data-grid]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.grid--row,[data-grid~=row]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.grid--row-reverse,[data-grid~=row-reverse]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.grid--column,[data-grid~=column]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.grid--column-reverse,[data-grid~=column-reverse]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.grid--wrap,[data-grid~=wrap]{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid--wrap-reverse,[data-grid~=wrap-reverse]{-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.grid--nowrap,[data-grid~=nowrap]{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.grid--left,[data-grid~=left]{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.grid--right,[data-grid~=right]{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.grid--center,[data-grid~=center]{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid--between,[data-grid~=space-between]{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grid--around,[data-grid~=space-around]{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.grid--va-top,[data-grid~=va-top]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.grid--va-bottom,[data-grid~=va-bottom]{-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.grid--va-center,[data-grid~=va-center]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.grid--va-baseline,[data-grid~=va-baseline]{-webkit-align-content:baseline;-ms-flex-line-pack:baseline;align-content:baseline}.grid--ca-stretch,.grid--va-stretch,[data-grid~=va-stretch],[data-grid~=ca-stretch]{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.grid--ca-top,[data-grid~=ca-top]{-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.grid--ca-bottom,[data-grid~=ca-bottom]{-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.grid--ca-center,[data-grid~=ca-center]{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.grid--ca-space-around,[data-grid~=ca-space-around]{-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around}.grid--ca-space-between,[data-grid~=ca-space-between]{-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between}.grid--center-center,[data-grid~=center-center]{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%}.grid--center-center>*,[data-grid~=center-center]>*{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.form[data-form~=horizontal],.row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox}.push-left{-webkit-box-ordinal-group:-99!important;-webkit-order:-100!important;-moz-box-ordinal-group:-99!important;-ms-flex-order:-100!important;order:-100!important}.push-right{-webkit-box-ordinal-group:101!important;-webkit-order:100!important;-moz-box-ordinal-group:101!important;-ms-flex-order:100!important;order:100!important}.form .row,.row{-webkit-flex-wrap:wrap}.col-1,[data-col~="1"]{width:8.33333%}.col-2,[data-col~="2"]{width:16.66667%}.col-3,[data-col~="3"]{width:25%}.col-4,[data-col~="4"]{width:33.33333%}.col-5,[data-col~="5"]{width:41.66667%}.col-6,[data-col~="6"]{width:50%}.col-7,[data-col~="7"]{width:58.33333%}.col-8,[data-col~="8"]{width:66.66667%}.col-9,[data-col~="9"]{width:75%}.col-10,[data-col~="10"]{width:83.33333%}.col-11,[data-col~="11"]{width:91.66667%}.col-12,[data-col~="12"]{width:100%}.col-offset-1{margin-left:8.33333%}.col-offset-2{margin-left:16.66667%}.col-offset-3{margin-left:25%}.col-offset-4{margin-left:33.33333%}.col-offset-5{margin-left:41.66667%}.col-offset-6{margin-left:50%}.col-offset-7{margin-left:58.33333%}.col-offset-8{margin-left:66.66667%}.col-offset-9{margin-left:75%}.col-offset-10{margin-left:83.33333%}.col-offset-11{margin-left:91.66667%}.col-offset-12{margin-left:100%}.row{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem;margin-top:0}.h1,h1{font-size:3.6rem;line-height:1.3}.h2,h2{font-size:3rem;line-height:1.35}.h3,h3{font-size:2.4rem;line-height:1.45}.h4,h4{font-size:1.8rem;line-height:1.6}.h5,h5{font-size:1.4rem;line-height:1.75}.h6,h6{font-size:1.2rem;line-height:1.9}mark{background:rgb(72 168 206 / .16);padding:.2em}a{color:#48a8ce;text-decoration:none}a:active,a:hover{outline-width:0;color:#1a4e63}.form[data-form~=horizontal]{-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.form[data-form~=horizontal] .field{padding-right:2%}.form[data-form~=horizontal] .field:last-child{padding-right:0}.form .row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.form .row .field{padding-left:2%;padding-right:2%}.form .row .field:first-child{padding-left:0}.form .row .field:last-child{padding-right:0}.form .field{margin-bottom:1em}.form .field label{display:inline-block;margin-bottom:.3rem}.form .field input[type=email],.form .field input[type=password],.form .field input[type=text],.form .field input[type=tel],.form .field input[type=url],.form .field input[type=search],.form .field select,.form .field textarea{background:#fff;border:1px solid #e0e0e0;border-radius:3px;height:3.8rem;padding:.5em;-webkit-transition:border-color .2s ease-in-out;-moz-transition:border-color .2s ease-in-out;-o-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out;width:100%}.form .field input[type=checkbox]:focus,.form .field input[type=email]:focus,.form .field input[type=password]:focus,.form .field input[type=text]:focus,.form .field input[type=tel]:focus,.form .field input[type=radio]:focus,.form .field input[type=url]:focus,.form .field input[type=search]:focus,.form .field select:focus,.form .field textarea:focus{border-color:#a0a0a0;outline:0}.form .field textarea{height:auto}.form .field input[type=checkbox]+label,.form .field input[type=radio]+label{margin-left:.25rem;max-width:88%;vertical-align:top}dl dt{font-weight:700}dl dd{margin-left:0}dl.list--horizontal{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}dl.list--horizontal dt{padding-right:1em;text-align:left;width:30%}dl.list--horizontal dd{width:70%}img,table{width:100%}.list--inline{display:inline-block;padding:0}.list--inline>li{display:inline-block;padding-left:5px;padding-right:5px}.list--inline>li:first-child{padding-left:0}.list--inline>li:last-child{padding-right:0}.form ul,.list--unstyled{list-style:none;margin:0;padding:0}.form ul ul,.list--unstyled ul{padding:0}.form ul li,.list--unstyled li{list-style:none}table td,table th{padding:.5em}table th{text-align:left}table thead th{border-bottom:1px solid #d2d2d2}table tfoot{border-top:1px solid #d2d2d2}table[data-table~=striped] tr:nth-child(even){background:#e5e5e5}img{max-width:100%}img.fixed{width:auto}img.border{border:1px solid #e0e0e0;padding:.2em}img.round{border-radius:100%}@media (-webkit-min-device-pixel-ratio:2),(-webkit-min-device-pixel-ratio:192),(-o-min-device-pixel-ratio:192/1),(min-resolution:192dppx){.visible-retina{display:block!important}.hidden-retina{display:none!important}.col-retina-1,[data-col-retina~="1"]{width:8.33333%}.col-retina-2,[data-col-retina~="2"]{width:16.66667%}.col-retina-3,[data-col-retina~="3"]{width:25%}.col-retina-4,[data-col-retina~="4"]{width:33.33333%}.col-retina-5,[data-col-retina~="5"]{width:41.66667%}.col-retina-6,[data-col-retina~="6"]{width:50%}.col-retina-7,[data-col-retina~="7"]{width:58.33333%}.col-retina-8,[data-col-retina~="8"]{width:66.66667%}.col-retina-9,[data-col-retina~="9"]{width:75%}.col-retina-10,[data-col-retina~="10"]{width:83.33333%}.col-retina-11,[data-col-retina~="11"]{width:91.66667%}.col-retina-12,[data-col-retina~="12"]{width:100%}.col-retina-offset-1{margin-left:8.33333%}.col-retina-offset-2{margin-left:16.66667%}.col-retina-offset-3{margin-left:25%}.col-retina-offset-4{margin-left:33.33333%}.col-retina-offset-5{margin-left:41.66667%}.col-retina-offset-6{margin-left:50%}.col-retina-offset-7{margin-left:58.33333%}.col-retina-offset-8{margin-left:66.66667%}.col-retina-offset-9{margin-left:75%}.col-retina-offset-10{margin-left:83.33333%}.col-retina-offset-11{margin-left:91.66667%}.col-retina-offset-12{margin-left:100%}}@media screen and (min-width:720px) and (max-width:1023px){.visible-medium{display:block!important}.hidden-medium{display:none!important}.col-medium-1,[data-col-medium~="1"]{width:8.33333%}.col-medium-2,[data-col-medium~="2"]{width:16.66667%}.col-medium-3,[data-col-medium~="3"]{width:25%}.col-medium-4,[data-col-medium~="4"]{width:33.33333%}.col-medium-5,[data-col-medium~="5"]{width:41.66667%}.col-medium-6,[data-col-medium~="6"]{width:50%}.col-medium-7,[data-col-medium~="7"]{width:58.33333%}.col-medium-8,[data-col-medium~="8"]{width:66.66667%}.col-medium-9,[data-col-medium~="9"]{width:75%}.col-medium-10,[data-col-medium~="10"]{width:83.33333%}.col-medium-11,[data-col-medium~="11"]{width:91.66667%}.col-medium-12,[data-col-medium~="12"]{width:100%}.col-medium-offset-1{margin-left:8.33333%}.col-medium-offset-2{margin-left:16.66667%}.col-medium-offset-3{margin-left:25%}.col-medium-offset-4{margin-left:33.33333%}.col-medium-offset-5{margin-left:41.66667%}.col-medium-offset-6{margin-left:50%}.col-medium-offset-7{margin-left:58.33333%}.col-medium-offset-8{margin-left:66.66667%}.col-medium-offset-9{margin-left:75%}.col-medium-offset-10{margin-left:83.33333%}.col-medium-offset-11{margin-left:91.66667%}.col-medium-offset-12{margin-left:100%}}@media screen and (min-width:1024px){.visible-large{display:block!important}.hidden-large{display:none!important}.col-large-1,[data-col-large~="1"]{width:8.33333%}.col-large-2,[data-col-large~="2"]{width:16.66667%}.col-large-3,[data-col-large~="3"]{width:25%}.col-large-4,[data-col-large~="4"]{width:33.33333%}.col-large-5,[data-col-large~="5"]{width:41.66667%}.col-large-6,[data-col-large~="6"]{width:50%}.col-large-7,[data-col-large~="7"]{width:58.33333%}.col-large-8,[data-col-large~="8"]{width:66.66667%}.col-large-9,[data-col-large~="9"]{width:75%}.col-large-10,[data-col-large~="10"]{width:83.33333%}.col-large-11,[data-col-large~="11"]{width:91.66667%}.col-large-12,[data-col-large~="12"]{width:100%}.col-large-offset-1{margin-left:8.33333%}.col-large-offset-2{margin-left:16.66667%}.col-large-offset-3{margin-left:25%}.col-large-offset-4{margin-left:33.33333%}.col-large-offset-5{margin-left:41.66667%}.col-large-offset-6{margin-left:50%}.col-large-offset-7{margin-left:58.33333%}.col-large-offset-8{margin-left:66.66667%}.col-large-offset-9{margin-left:75%}.col-large-offset-10{margin-left:83.33333%}.col-large-offset-11{margin-left:91.66667%}.col-large-offset-12{margin-left:100%}}@media screen and (min-width:1200px){.visible-huge{display:block!important}.hidden-huge{display:none!important}.col-huge-1,[data-col-huge~="1"]{width:8.33333%}.col-huge-2,[data-col-huge~="2"]{width:16.66667%}.col-huge-3,[data-col-huge~="3"]{width:25%}.col-huge-4,[data-col-huge~="4"]{width:33.33333%}.col-huge-5,[data-col-huge~="5"]{width:41.66667%}.col-huge-6,[data-col-huge~="6"]{width:50%}.col-huge-7,[data-col-huge~="7"]{width:58.33333%}.col-huge-8,[data-col-huge~="8"]{width:66.66667%}.col-huge-9,[data-col-huge~="9"]{width:75%}.col-huge-10,[data-col-huge~="10"]{width:83.33333%}.col-huge-11,[data-col-huge~="11"]{width:91.66667%}.col-huge-12,[data-col-huge~="12"]{width:100%}.col-huge-offset-1{margin-left:8.33333%}.col-huge-offset-2{margin-left:16.66667%}.col-huge-offset-3{margin-left:25%}.col-huge-offset-4{margin-left:33.33333%}.col-huge-offset-5{margin-left:41.66667%}.col-huge-offset-6{margin-left:50%}.col-huge-offset-7{margin-left:58.33333%}.col-huge-offset-8{margin-left:66.66667%}.col-huge-offset-9{margin-left:75%}.col-huge-offset-10{margin-left:83.33333%}.col-huge-offset-11{margin-left:91.66667%}.col-huge-offset-12{margin-left:100%}}@media screen and (max-width:719px){.visible-small{display:block!important}.hidden-small{display:none!important}.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,[data-col~="1"],[data-col~="2"],[data-col~="3"],[data-col~="4"],[data-col~="5"],[data-col~="6"],[data-col~="7"],[data-col~="8"],[data-col~="9"],[data-col~="10"],[data-col~="11"],[data-col~="12"]{width:100%}.col-small-1,[data-col-small~="1"]{width:8.33333%}.col-small-2,[data-col-small~="2"]{width:16.66667%}.col-small-3,[data-col-small~="3"]{width:25%}.col-small-4,[data-col-small~="4"]{width:33.33333%}.col-small-5,[data-col-small~="5"]{width:41.66667%}.col-small-6,[data-col-small~="6"]{width:50%}.col-small-7,[data-col-small~="7"]{width:58.33333%}.col-small-8,[data-col-small~="8"]{width:66.66667%}.col-small-9,[data-col-small~="9"]{width:75%}.col-small-10,[data-col-small~="10"]{width:83.33333%}.col-small-11,[data-col-small~="11"]{width:91.66667%}.col-small-12,[data-col-small~="12"]{width:100%}.col-small-offset-1{margin-left:8.33333%}.col-small-offset-2{margin-left:16.66667%}.col-small-offset-3{margin-left:25%}.col-small-offset-4{margin-left:33.33333%}.col-small-offset-5{margin-left:41.66667%}.col-small-offset-6{margin-left:50%}.col-small-offset-7{margin-left:58.33333%}.col-small-offset-8{margin-left:66.66667%}.col-small-offset-9{margin-left:75%}.col-small-offset-10{margin-left:83.33333%}.col-small-offset-11{margin-left:91.66667%}.col-small-offset-12{margin-left:100%}.form .row .field{padding-left:0;padding-right:0}table[data-table~=responsive] th,table[data-table~=responsive] thead{display:none}table[data-table~=responsive] tbody tr{border-bottom:1px solid #d2d2d2;display:block}table[data-table~=responsive] tbody tr:last-child{border-bottom:0}table[data-table~=responsive] tbody td{display:block;margin-left:8em}table[data-table~=responsive] tbody td::before{content:attr(data-th) ": ";display:inline-block;font-weight:700;margin-left:-8em;min-width:8em}table[data-table~=responsive] tfoot td{display:block}}  .breadcrumb{padding-block:16px!important}.breadcrumb__wrapper{width:100%;display:flex;align-items:center;gap:10px;flex-wrap:nowrap;overflow:hidden}.breadcrumb__path{height:100%;display:flex;align-items:center;flex-wrap:nowrap;gap:10px}.breadcrumb__path:last-child{min-width:0}.breadcrumb__route{display:flex;align-items:center;gap:10px;width:max-content}.breadcrumb__path:last-child .breadcrumb__route{width:auto;min-width:0;max-width:100%}.breadcrumb__route svg{width:16px;height:16px;flex-shrink:0;color:var(--featured)}.breadcrumb__label{font:400 12px / 1.4 var(--title-font);color:var(--featured)}.breadcrumb__path:last-child .breadcrumb__label{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.breadcrumb__label:hover{text-decoration:underline}.breadcrumb__label--highlight{font-weight:700}.breadcrumb__arrow{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center}.breadcrumb__arrow svg{height:16px;width:16px;color:var(--gray300)}@media (max-width:1024px){.breadcrumb__wrapper{overflow-x:auto;overflow-y:hidden;padding-bottom:8px}.breadcrumb__wrapper::-webkit-scrollbar{height:3px}.breadcrumb__wrapper::-webkit-scrollbar-track{background:#fff0}.breadcrumb__wrapper::-webkit-scrollbar-thumb{background:var(--featured);border-radius:16px}.breadcrumb__path:last-child{min-width:auto}.breadcrumb__path:last-child .breadcrumb__route{width:max-content;min-width:auto;max-width:none}.breadcrumb__path:last-child .breadcrumb__label{display:block;-webkit-box-orient:initial;-webkit-line-clamp:initial;overflow:visible;text-overflow:initial;word-break:normal;white-space:nowrap}}  .cart{width:390px;height:auto;position:absolute;top:calc(100% + 13px);right:0;z-index:100;background-color:var(--white);box-shadow:0 8px 16px 0 rgb(0 0 0 / .1);border-radius:8px;overflow:hidden;transition:all .4s ease;visibility:hidden;opacity:0;pointer-events:none}.cart.active{visibility:visible;opacity:1;pointer-events:all}.cart__header{padding:8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color)}.cart__header--title{font:500 14px / 21px var(--title-font);color:var(--clean-text)}.cart__header--close{width:48px;height:48px;cursor:pointer;display:flex;justify-content:center;align-items:center}.cart__header--close svg{height:24px;width:24px;color:var(--gray900)}.cart__empty-cart{min-height:80px;padding:16px;display:flex;justify-content:center;align-items:center}.cart__empty-cart .cart__empty-cart--title{font:500 14px / 21px var(--title-font);color:var(--clean-text);text-align:center}.cart__scroll{height:calc(100vh - 450px);height:calc(100dvh - 450px);overflow-y:auto;overflow-x:hidden;position:relative;justify-content:space-between;flex-flow:column}.cart__scroll::-webkit-scrollbar{background:var(--gray300);max-width:5px}.cart__scroll::-webkit-scrollbar-thumb{background-color:var(--featured);border-radius:10px}.cart__shop-list--item{padding:16px;position:relative}.cart__shop-list--layout{display:flex;justify-content:flex-start;gap:16px}.cart__shop-list--layout>figure{margin:0}.cart__shop-list--layout>figure img{max-width:80px;height:auto}.cart__shop-list--layout.no-stock figure,.cart__shop-list--layout.no-stock .cart__shop-list--text .cart__shop-list--name h3,.cart__shop-list--layout.no-stock .cart__shop-list--text .cart__options,.cart__shop-list--layout.no-stock .cart__shop-list--text .cart__shop-list--price,.cart__shop-list--layout.no-stock .cart__shop-list--text .cart__shop-list--btn{filter:opacity(.5)}.cart__shop-list--layout.no-stock:before{content:'Sem estoque';position:absolute;right:15px;z-index:10;padding:2px 8px;background-color:var(--red300);border-radius:4px;font:600 12px / 16px var(--title-font);color:var(--red-300)}.cart__shop-list--info{width:100%;display:flex;flex-direction:column;gap:8px}.cart__shop-list--name{font:500 14px / 16.8px var(--title-font);color:var(--gray1000)}.cart__shop-list--info-bottom{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:30px;position:relative}.cart__itemlist-alert{position:relative;height:24px;width:24px}.cart__itemlist-alert svg{width:24px;height:24px;color:var(--yellow2)}.cart__tooltip{width:max-content;position:absolute;top:calc(100% + 5px);right:0;background-color:var(--yellow1);font:400 12px / 15px var(--title-font);color:var(--yellow2);padding:6px 12px;opacity:0;pointer-events:none;box-shadow:0 8px 16px 0 rgb(0 0 0 / .1);border-radius:4px}.cart__itemlist-alert:hover .cart__tooltip{opacity:1}.cart__shop-list--price{font:500 14px / 21px var(--title-font);color:var(--gray1000)}.cart__shop-list--btn{border:1px solid var(--border-color);background-color:var(--white);border-radius:4px;display:flex;align-items:center;width:99px;height:30px}.cart__shop-list--btn span{width:33px;height:100%;font:500 18px / 1 var(--title-font);color:var(--clean-text);display:flex;justify-content:center;align-items:center;cursor:pointer}.cart__shop-list--btn input{width:33px;height:100%;text-align:center;font:500 12px / 18px var(--title-font);color:var(--clean-text);border:0}.cart__shop-list--remove{width:18px;height:18px;position:absolute;top:50%;transform:translateY(-50%);right:0;cursor:pointer}.cart__shop-list--remove svg{width:18px;height:18px;color:var(--red0)}.cart__footer{width:100%;background-color:var(--white);border-top:1px solid var(--border-color)}.cart__totals{padding:16px;display:flex;align-items:center;column-gap:15px;row-gap:10px;flex-wrap:wrap}.cart__totals--item{width:max-content}.cart__totals--item.full{width:100%;display:flex;justify-content:center}.cart__totals--price{font:500 16px / 24px var(--title-font);color:var(--gray1000)}.cart__totals--installments{font:400 12px / 18px var(--title-font);color:var(--clean-text)}.cart__totals--button{width:100%;height:48px;background-color:var(--secondary);border:0;border-radius:4px;font:600 16px / 24px var(--title-font);color:var(--white);transition:all .3s ease}.cart__totals--button:hover{background-color:var(--secondary-hover)}.cart__totals--link{font:600 16px / 24px var(--site-font);color:var(--featured)}.cart__totals--link:hover{color:var(--featured)}@media (max-width:560px){.cart{width:calc(100vw - 32px)}.cart__scroll{height:calc(100vh - 400px);height:calc(100dvh - 400px)}}  .cookieinfo{position:fixed;left:0;right:0;height:auto;z-index:2147483647;background:#fff!important;color:var(--dark-primary);line-height:21px;padding:8px 18px;font-size:14px;text-align:center;bottom:0;opacity:1;box-shadow:0 0 15px -3px rgb(0 0 0 / 30%);min-height:100px!important;display:flex;flex-flow:row-reverse;align-items:center;justify-content:center;font-family:'muliregular'!important}.cookieinfo-close{float:right;padding:5px 8px;margin-left:5px;cursor:pointer;color:#ffffff!important;background:var(--dark-primary)!important;text-align:center;border-radius:0!important;min-width:200px!important;min-height:45px!important;display:flex!important;justify-content:center;align-items:center}@media (max-width:1024px){.cookieinfo{flex-flow:column-reverse!important}.cookieinfo-close{margin-top:15px!important;margin-left:0!important}.cookieinfo span{font-size:13px!important;line-height:20px!important}}  .page-error{max-width:1216px;margin-inline:auto;display:flex;flex-direction:column;justify-content:center;gap:50px;min-height:500px;padding:70px 16px 70px 16px}.page-error .title{font:500 32px / 38.4px var(--title-font);color:var(--gray1000)}.page-error .description{font:400 14px / 21px var(--site-font);color:var(--clean-text)}.page-error .description span{font-weight:700}.page-error .description a{color:var(--secondary)}.page-error .description a:hover{text-decoration:underline}  .footer__container{background-color:var(--purple);padding-block:48px!important;gap:64px}.footer__content{gap:64px;flex-wrap:nowrap}.footer__info{width:max-content;gap:24px}.footer__logo{width:170px;height:auto}.footer__socials{gap:8px}.footer__media{width:40px;height:40px;background-color:var(--primary);border-radius:4px;padding:8px}.footer__media-image{width:24px;height:24px}.footer__attendance{width:max-content;gap:8px}.footer__attendance-title{font:500 16px / 19.2px var(--title-font);color:var(--white)}.footer__attendance-link{width:max-content;gap:8px;align-items:center}.footer__attendance-image{width:24px;height:24px}.footer__attendance-text{font:400 14px / 21px var(--title-font);color:var(--white)}.footer__navigation{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.footer__navigation-column{gap:8px}.footer__navigation-column-title{font:500 16px / 19.2px var(--title-font);color:var(--white);margin-bottom:8px}.footer__navigation-column-link{font:400 14px / 21px var(--site-font);color:var(--purple2);transition:all .3s ease}.footer__navigation-column-link:hover{color:var(--white);text-decoration:underline}.footer__content-bottom{width:100%;align-items:center;padding-top:48px;border-top:1px solid rgb(146 129 211 / .2)}.footer__payment-flags{width:100%;max-width:320px;height:auto}.footer__seals{width:100%;max-width:340px;align-items:center;gap:16px}.footer__seal{width:100%;height:auto}.footer__copyright-container{background-color:var(--dark-primary);padding-block:64px!important;gap:40px}.footer__copyright-text{font:400 14px / 21px var(--site-font);color:var(--white)}.footer__copyright-row{align-items:center;padding-top:40px;border-top:1px solid rgb(146 129 211 / .2)}.footer__assign{width:max-content}.footer__assign svg{color:var(--white)}@media (max-width:900px){.footer__content{flex-direction:column;gap:45px}.footer__copyright-text.copyright{max-width:400px}}@media (max-width:768px){.footer__content{align-items:center}.footer__info{align-items:center}.footer__socials{justify-content:center}.footer__attendance{align-items:center}.footer__navigation{display:flex;flex-direction:column;align-items:center;gap:40px}.footer__navigation-column{align-items:center}.footer__content-bottom{flex-direction:column;gap:40px}.footer__copyright-row{flex-direction:column;gap:40px}.footer__copyright-text{text-align:center}}@media (max-width:400px){.footer__seals{justify-content:center}.footer__seal{max-width:93px}}  *{margin:0;padding:0;box-sizing:border-box;font-family:var(--site-font);list-style:none;-webkit-tap-highlight-color:#fff0}*:focus{outline:none}html{scroll-behavior:smooth}html.menu-open{overflow:hidden!important}body{-webkit-font-smoothing:antialiased}a,button{cursor:pointer}h1,h2,h3,h4,h5,h6,p{margin-bottom:0}input[type=number]{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--gray200)}::-webkit-scrollbar-thumb{background:var(--gray300)}::-webkit-scrollbar-thumb:hover{background:var(--gray300)}#page-content{background-color:var(--white)}.container{width:100%;padding-left:calc((100% - 1216px) / 2);padding-right:calc((100% - 1216px) / 2)}.container:after,.container:before{content:"";display:none!important}.isdesktop{display:flex!important}.ismobile{display:none!important}.section__margin{margin-bottom:5%}.section__padding{padding-top:5%}.section-title{flex-flow:column;align-items:center;padding-bottom:60px}.section-title h2{color:var(--title-text);font-weight:700;font-size:32px;line-height:36px;padding-bottom:10px;font-family:var(--title-font)}.section-title p{color:var(--text);font-weight:400;font-size:14px}.d-none{display:none}.d-contents{display:contents}@media (max-width:1224px){.container{width:100%;padding:0 16px}}@media (max-width:1024px){.isdesktop{display:none!important}.ismobile{display:flex!important}.section-title{padding-bottom:10px}}@media (max-width:860px){.section__margin{margin-bottom:10%}}@media (max-width:576px){.title-mobile h2{font-size:20px;margin-bottom:0}.title-mobile p{font-size:12px}}  .topbar{width:100%}.topbar__header{width:100%;background-color:var(--primary);padding-block:8px;display:flex;justify-content:center;align-items:center}.topbar__header-text{font:400 14px / 1 var(--site-font);color:var(--white);display:flex;align-items:center;gap:.5em}.topbar__header-text--highlighted{font-weight:700}.topbar__header-coupon{width:max-content;padding:2px 6px;display:flex;justify-content:center;align-items:center;gap:6px;background-color:#fff3;border-radius:4px;cursor:pointer;font:700 14px / 1 var(--site-font);color:var(--white)}.topbar__header-coupon svg{width:16px;height:16px;color:#aa5523}.topbar__info{height:37px;border-bottom:1px solid var(--border-color);display:flex;align-items:center}.topbar__info-wrapper{align-items:center}.topbar__phone{width:max-content;align-items:center;gap:10px}.topbar__phone svg{width:24px;height:24px;color:var(--clean-text)}.topbar__info-text{font:400 14px / 21px var(--site-font);color:var(--clean-text)}.topbar__info-phone{width:max-content;align-items:center}.topbar__info-phone-text{font:600 14px / 21px var(--site-font);color:var(--featured)}.topbar__info-phone-text:hover{text-decoration:underline}.topbar__navigation{width:max-content;gap:32px}.topbar__link{font:400 14px / 21px var(--site-font);color:var(--clean-text)}.topbar__link:hover{color:var(--featured)}@media (max-width:1024px){.topbar__info{display:none}}@media (max-width:560px){.topbar__header-text{font-size:12px}.topbar__header-coupon{font-size:12px}}.header{flex-flow:column;z-index:999;position:relative}.header__top{align-items:center;flex-wrap:nowrap;gap:32px;padding-top:24px;padding-bottom:24px;border-bottom:1px solid var(--border-color);z-index:3;position:relative;transition:all 0.3s ease}.header__top--fixed{height:max-content;position:fixed;top:0;left:0;right:0;background-color:var(--white);z-index:100;box-shadow:0 2px 8px rgb(0 0 0 / .1);animation:slideDown 0.3s ease-out}@keyframes slideDown{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.header__top .logo{display:flex}.header__top .logo__picture{display:flex}.header__top .logo img{width:136px;min-width:136px;height:auto;object-fit:contain}.header__top .search{flex-flow:column;width:100%;position:relative}.header__top .search .search-field{width:100%;height:47px;min-height:auto;position:relative;align-items:center;max-height:0;transition:all .4s;overflow:hidden}.fixed-searchbar .search-field{max-height:47px!important;transition:all .4s}.header__top .search .search-field input{width:100%;height:100%;padding:12px 40px 12px 16px;background-color:var(--white);border:1px solid var(--border-color);border-radius:4px;font:400 14px / 21px var(--site-font);color:var(--clean-text)}.header__top .search .search-field input:focus{border-color:var(--clean-text)}.header__top .search .search-field .search-btn{display:flex;position:absolute;right:16px;border:0;background-color:#fff0}.header__top .search .search-field .search-btn .search-icon{width:24px;height:24px;color:var(--featured)}.header__top .search .search-field .search-btn .loading-suggest{position:absolute;right:10px}#loader_suggest .loader,.header__top .search .search-field .search-btn .loading-suggest #loader_suggest .loader svg{width:31px!important;height:31px}.header__top .search .search-field .search-btn svg path:nth-child(2){fill:var(--primary)}.header__top .search .search-results{position:absolute;flex-flow:column;top:55px;box-shadow:0 5px 20px -3px rgb(0 0 0 / .1);background:var(--white);border-radius:4px;padding:16px}.header__top .search .search-results .card{padding:10px;border-radius:4px}.header__top .search .search-results .card:hover{background-color:var(--info-background)}.header__top .search .search-results .card img{width:70px;height:max-content}.header__top .search .search-results .card .info{width:max-content;margin-left:15px;gap:6px}.header__top .search .search-results .card .info .name{font:500 14px / 19px var(--title-font);color:var(--black)}.header__top .search .search-results .card .info .price{font:600 14px / 19px var(--title-font);color:var(--secondary)}.header__top .search .search-results .see-all{width:100%;height:auto;padding-block:10px;background-color:var(--green);font:600 14px / 19px var(--site-font);color:var(--white);border-radius:4px}.header__top .search .search-results .empty-text{width:100%;display:flex;justify-content:center;font:400 14px / 21px var(--title-font);color:var(--featured)}.header__top .actions{width:max-content;gap:32px;position:relative}.header__top .actions .action{width:max-content;position:relative;padding-block:5px;cursor:pointer}.header__top .actions .action svg{width:24px;height:24px;color:var(--featured)}.header__top .actions .action .label{font:600 14px / 21px var(--site-font);color:var(--featured);margin-left:8px}.header__top .actions .action .count{position:absolute;right:0;background:var(--featured);width:17px;height:17px;color:var(--white);display:flex;justify-content:center;align-items:center;font-size:10px;border-radius:4px;top:-5px;right:-15px}.headeraccount__menu{opacity:0;pointer-events:none;width:max-content;position:absolute;top:100%;left:0;gap:15px;box-shadow:0 8px 16px 0 rgb(0 0 0 / .1);border-radius:8px;background-color:var(--white);padding:16px;transition:all .3s ease}.header__top .actions .action.user-icon:hover .headeraccount__menu{pointer-events:all;opacity:1}.headeraccount__menu-item{width:max-content;font:400 14px / 21px var(--title-font);color:var(--clean-text);cursor:pointer}.headeraccount__menu-item:hover{text-decoration:underline;color:var(--clean-text)}.headeraccount__menu-item.button{width:100%;height:32px;padding:16px;font:600 12px / 16px var(--title-font);color:var(--white);background-color:var(--secondary);border-radius:4px;display:flex;justify-content:center;align-items:center}.headeraccount__menu-item.button:hover{background-color:var(--secondary-hover);color:var(--white);text-decoration:none}.headeraccount__menu-item.button.light{background-color:var(--light-orange);color:var(--secondary)}.headeraccount__menu-item.button.light:hover{background-color:var(--light-orange-hover)}@media (max-width:1024px){.header{position:relative;top:auto;left:auto;background-color:var(--white);z-index:100}.header__top{flex-wrap:wrap;row-gap:24px}.header__top .hamburger{width:24px;height:24px}.header__top .hamburger svg{width:24px;height:24px;color:var(--featured)}.search{min-width:100%;order:1}}@media (max-width:560px){.topbar__header{padding-inline:16px}.topbar__header-text{flex-wrap:wrap;justify-content:center}}.header__navigation{display:flex;align-items:center;padding-block:6px;border-bottom:1px solid var(--border-color)}.header__navigation-nav{height:100%;align-items:center;column-gap:25px;row-gap:5px}.header__navigation .items-trigger{height:100%;width:max-content;display:flex;align-items:center;gap:16px;cursor:pointer;position:relative;padding-block:8px}.header__navigation .items-trigger .menu-icon{width:20px;height:20px}.header__navigation .items-trigger .menu-icon,.header__navigation .items-trigger .trigger-arrow-icon{width:20px;height:20px;color:var(--clean-text);transition:all .3s ease}.header__navigation .items-trigger .trigger-arrow-icon{transform:rotate(-90deg)}.header__navigation .items-trigger .items-trigger-text{font:400 14px / 21px var(--title-font);color:var(--clean-text);transition:all .3s ease}.header__navigation .items{width:400px;position:absolute;top:100%;left:0;display:flex;flex-direction:column;background-color:var(--white);border-radius:4px;box-shadow:0 0 20px -3px rgb(0 0 0 / .1);z-index:2;opacity:0;visibility:none;pointer-events:none}.header__navigation .shortcuts-items{display:flex;flex-direction:row}.header__navigation .items .item,.header__navigation .shortcuts-items .item{width:100%;display:flex;align-items:center;justify-content:space-between;list-style:none;position:relative;padding:8px 16px;transition:all .3s ease}.header__navigation .items .item .link,.header__navigation .shortcuts-items .item .link{display:flex;align-items:center;height:100%;font:400 14px / 21px var(--title-font);color:var(--clean-text);transition:all .3s ease}.header__navigation .items .item .items-arrow-icon{width:20px;height:20px;color:var(--clean-text);transition:all .3s ease}.header__navigation .items .item svg{width:20px;height:20px;color:var(--clean-text);transform:rotate(180deg)}.header__navigation .items .subitems{position:absolute;top:0;left:100%;background:var(--white);border-radius:0 4px 4px 0;max-width:0;overflow:hidden}.header__navigation .items .subitems .subitem-title{font:500 20px / 24px var(--title-font);color:var(--black);padding:8px 16px}.header__navigation .items .subitems .subitem{list-style:none;padding:8px 16px;transition:all .3s ease}.header__navigation .items .subitems .subitem .sublink{font:400 14px / 21px var(--title-font);color:var(--clean-text);transition:all .3s ease}.header-overlay{display:none}.floating-whats{position:fixed;z-index:99999999;bottom:16px;right:16px;display:flex;flex-direction:column;align-items:flex-end;gap:7px}.floating-whats a svg{color:var(--footer-secondary-text);width:60px;height:60px}@media (max-width:560px){.floating-whats a svg{width:40px;height:40px}}@media (min-width:1025px){.header__navigation .items-trigger:hover .items{opacity:1;visibility:visible;pointer-events:all}.header__navigation .items-trigger:hover .trigger-arrow-icon,.header__navigation .items-trigger:hover .menu-icon,.header__navigation .items-trigger:hover .items-trigger-text{color:var(--featured)}.header__navigation .items .item:hover{background-color:#f2f2fb}.header__navigation .items .item:hover .subitems{width:300px;max-width:300px;box-shadow:0 0 20px -3px rgb(0 0 0 / .1)}.header__navigation .items .subitems .subitem:hover{background-color:#f2f2fb}.header__navigation .items .subitems .subitem:hover .sublink{color:var(--featured)}.header__navigation .items .item:hover .link,.header__navigation .shortcuts-items .item:hover .link,.header__navigation .items .item:hover svg{color:var(--featured)}}@media (max-width:1100px){.header__navigation{column-gap:0}}@media (max-width:1024px){.header-overlay{position:fixed;z-index:100;width:100%;background-color:var(--offset-color);left:0;bottom:0;top:0;right:0;cursor:pointer}.header-overlay.active{display:block!important}.header__navigation{position:fixed;top:0;left:0;z-index:999;height:100%;width:450px;padding:0;transform:translateX(-120%);background-color:var(--white);transition:all .5s ease;gap:0;align-items:flex-start}.header__navigation.active{transform:translateX(0)}.header__navigation-nav{height:calc(100vh - 121px);height:calc(100dvh - 121px);flex-direction:column;overflow-y:auto}.header__navigation-nav::-webkit-scrollbar{display:none}.header__navigation .close{position:fixed;top:0;left:448px;width:50px;height:50px;min-height:unset;background-color:var(--gray);cursor:pointer}.header__navigation .close svg{width:24px;height:24px}.header__navigation-header{width:100%;background-color:var(--gray);padding:16px;gap:20px}.header__navigation-header .logo{width:124px;height:auto}.header__navigation-header .user-icon{width:max-content;gap:8px;align-items:center}.header__navigation-header .user-icon svg{width:24px;height:24px;color:var(--featured)}.header__navigation-header .user-icon .label{font:500 14px / 17px var(--title-font);color:var(--featured)}.header__navigation .shortcuts-items{width:100%;flex-direction:column}.header__navigation .shortcuts-items .item{padding:10px 16px}.header__navigation .items-trigger{width:100%;justify-content:space-between;padding:10px 16px;height:max-content;order:1}.header__navigation .items-trigger.active{background-color:#f2f2fb}.header__navigation .items-trigger .menu-icon{display:none}.header__navigation .items-trigger.active .trigger-arrow-icon svg,.header__navigation .items-trigger.active .items-trigger-text{color:var(--featured)}.header__navigation .items-trigger.active .trigger-arrow-icon{transform:rotate(-270deg)}.header__navigation .items{width:100%;box-shadow:none;opacity:1;visibility:visible;pointer-events:none;overflow:hidden;max-height:0;transition:all 0.5s ease}.header__navigation .items.active{max-height:3000px;pointer-events:all}.header__navigation .items .item{flex-wrap:wrap;padding-inline:0;padding-block:0}.header__navigation .items .item.active{background-color:#f2f2fb}.header__navigation .items .item .items-arrow-icon{transform:rotate(90deg);margin-right:16px}.header__navigation .items .item .link{height:41px;padding-left:25px}.header__navigation .items .item.active .items-arrow-icon svg,.header__navigation .items .item.active .link{color:var(--featured)!important}.header__navigation .items .item.active .items-arrow-icon{transform:rotate(-90deg)}.header__navigation .items .subitems{width:100%;max-width:100%;position:unset;pointer-events:none;overflow:hidden;max-height:0;transition:all 0.5s ease}.header__navigation .items .subitems.active{max-height:2000px;pointer-events:all}.header__navigation .items .subitems .subitem-title{display:none}.header__navigation .items .subitems .subitem{padding:0 0 0 41px;height:41px;display:flex;align-items:center}}@media (max-width:560px){.header__navigation{width:calc(100% - 50px)}.header__navigation .close{left:unset;right:-50px}.header__navigation .items .item .link{max-width:80%}.header__top .search .search-results{max-height:400px;overflow-y:scroll}.header__top .search .search-results .see-all{min-height:39px}}  .loader_container{position:absolute;background-color:rgb(255 255 255 / .9);left:0;top:0;height:100%;width:100%;display:none!important;align-items:center;justify-content:center;z-index:-1;pointer-events:none}.loader_container[data-enabled="true"]{display:flex!important;z-index:1000}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.loader_container .loader svg,#loader_page svg{width:80px;height:80px;animation:rotating .7s linear infinite}@media (max-width:1024px){.loader_container .loader svg,#loader_page svg{width:40px;height:40px}}#loader_page{display:none;position:absulote;top:0;left:0}#loader_page[data-enabled="true"]{display:flex;width:100%;justify-content:center;align-items:center;height:100vh}  .policies{padding-top:50px;padding-bottom:100px}.policies .title{color:var(--title-text);margin-bottom:25px}.policies-content{flex-flow:column;max-width:900px;gap:30px}.policies-paragraph{font-size:17px;color:var(--bold-text);line-height:30px}  .pcard{display:flex;justify-content:flex-start;flex-direction:column;padding:24px;position:relative;box-shadow:0 16px 40px 0 rgb(0 0 0 / .04);border-radius:16px}.pcard .pcard__image img{width:100%;height:auto}.pcard .pcard__image .pcard__tags{position:absolute;top:24px;left:24px;gap:4px}.pcard.nostock .pcard__image .pcard__tags{display:none}.pcard__tag{padding:2px 8px;background:var(--green2);border-radius:4px;z-index:2;width:max-content;display:flex}.pcard__tag-text-desktop{font:400 12px / 16px var(--title-font);color:var(--white);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.pcard__tag-text-mobile{font:400 12px / 16px var(--title-font);color:var(--white);display:none}.pcard .pcard__no-stock{padding:2px 8px;background:var(--red300);border-radius:4px;z-index:2;width:max-content;font:600 12px / 16px var(--title-font);color:var(--red-300);position:absolute;top:24px;right:24px}.pcard .pcard__info{margin-top:16px;position:relative}.pcard .pcard__info .pcard__info-name{min-height:38.41px;font:500 16px / 19.2px var(--title-font);color:var(--gray900);margin-block:8px 16px;max-width:calc(100% - 25px);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pcard__favorite{position:absolute;right:0;top:28px;display:flex;width:20px;height:20px;cursor:pointer}.pcard__favorite>*{pointer-events:none}.pcard__favorite .heart-line,.pcard__favorite .heart-fill{width:24px;height:20px;color:var(--featured)}.pcard__favorite .heart-fill{display:none}.pcard__favorite[data-wished="true"] .heart-line{display:none!important}.pcard__favorite[data-wished="true"] .heart-fill{display:block!important}.pcard .pcard__info .pcard__prices{justify-content:flex-end;gap:3px;min-height:74px}.pcard .pcard__info .pcard__prices .pcard__old-price{font:400 12px / 18px var(--title-font);color:var(--gray300);text-decoration:line-through}.pcard .pcard__info .pcard__prices .pcard__price-line{gap:8px;align-items:center}.pcard .pcard__info .pcard__prices .pcard__price{font:600 20px / 1 var(--title-font);color:var(--featured)}.pcard .pcard__info .pcard__prices .pcard__discount-tag{width:max-content;background-color:var(--primary);border-radius:4px;padding:4px 12px;font:400 14px / 21px var(--site-font);color:var(--white)}.pcard .pcard__info .pcard__prices .pcard__installment{font:400 14px / 21px var(--title-font);color:var(--clean-text)}.pcard .pcard__addtocart{width:100%;display:flex;margin-top:16px}.pcard .pcard__addtocart .pcard__button{width:100%;padding:8px 16px;background-color:var(--secondary);border:0;border-radius:4px;display:flex;justify-content:center;align-items:center;gap:8px;transition:all .3s ease}.pcard .pcard__addtocart .pcard__button:hover{background-color:var(--secondary-hover)}.pcard .pcard__addtocart .pcard__button.no-stock{background-color:var(--gray300)}.pcard .pcard__addtocart .pcard__button svg{width:24px;height:24px;color:var(--white)}.pcard .pcard__addtocart .pcard__button .pcard__button-text{font:500 14px / 21px var(--title-font);color:var(--white)}@media (max-width:1220px){.pcard .pcard__addtocart .pcard__button{padding:8px;gap:4px}.pcard .pcard__addtocart .pcard__button svg{width:20px;height:20px}.pcard .pcard__addtocart .pcard__button .pcard__button-text{font-size:12px}}@media (max-width:1024px){.pcard{padding:8px}.pcard .pcard__image .pcard__tags{top:8px;left:8px}.pcard .pcard__no-stock{top:8px;right:8px}}@media (max-width:560px){.pcard__tag-text-desktop{display:none}.pcard__tag-text-mobile{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.pcard .pcard__info .pcard__info-name{min-height:34.41px;font-size:14px;line-height:17.2px}.pcard .pcard__info .pcard__prices{min-height:72px}.pcard .pcard__info .pcard__prices .pcard__price{font-size:14px}.pcard .pcard__info .pcard__prices .pcard__discount-tag{padding:4px 8px;font-size:12px;line-height:16px}.pcard .pcard__info .pcard__prices .pcard__installment{font-size:12px;line-height:19px}}  #toast{position:fixed;border-radius:5px;background-color:var(--toast-default);bottom:20px;left:-100vw;transition:1s;z-index:10000;box-shadow:0 0 20px -5px rgb(0 0 0 / 22%);display:flex;align-items:center;padding:0 0 0 20px;color:#fafafa;min-height:40px}#toast[data-enabled]{transition:1s;left:20px}#toast[data-color="blue"]{background-color:var(--toast-blue)}#toast[data-color="green"]{background-color:var(--toast-green)}#toast[data-color="yellow"]{background-color:var(--toast-yellow)}#toast[data-color="red"]{background-color:var(--toast-red)}#toast p{font-size:14px}#toast span{padding:0 20px;cursor:pointer;font-size:12px;font-family:system-ui;user-select:none;margin-left:10px}  .associateds{width:100%;display:flex;flex-flow:column;list-style:none}.associateds-items{display:flex;margin:6px 0;border-radius:8px;align-items:center;justify-content:space-around;padding:8px;background:var(--background)}.associateds-items img{width:calc(20% - 10px);margin-right:10px}.associeted-description{width:60%}.associeted-description p{padding-bottom:2px}.associeted-description .associateds-price__old{text-decoration:line-through;color:var(--clean-text);margin-right:10px;font-size:14px}.associeted-description .associateds-price__sale{font-family:var(--title-font);font-weight:700;line-height:46px;color:var(--title-text);font-size:20px}.associeted-description .info--buttons__actions--accumulator{width:20%}.product-details__info--buttons .info--buttons__actions--submitter{max-width:none}.no-stock-associateds{font-size:13px;color:var(--toast-red);pointer-events:none}  .product-kits__container .input-kit{display:none}.product-kits{margin-top:30px;background:#fff;padding:20px;border-radius:10px;position:relative;box-shadow:5px 5px 15px -9px rgb(0 0 0 / 15%)}.product-kits__item{flex-flow:nowrap;align-items:center}.product-kits__item.no-stock-kit{opacity:.5;pointer-events:none}.product-kits .product-kits__title{font-size:15px;margin-bottom:10px;color:var(--title-text)}.product-kits .product-kits__title .is-required{color:red}.product-kits .product-kits__item:not(:last-child){margin-bottom:15px}.product-kits__item .product-kits__item-label{justify-content:space-between;cursor:pointer;transition:all .2s;border:0 solid var(--dark-primary);border-radius:5px;align-items:center;gap:15px;position:relative;width:calc(100% - 98px)}.product-kits__item .product-kits__item-label>*{pointer-events:none}.product-kits__item .product-kits__item-label .product-kits__item-image{width:80px;height:auto}.product-kits__item .product-kits__item-label .product-kits__item-info{width:calc(100% - 127px)}.product-kits__item .product-kits__item-label .product-kits__item-info .product-kits__item-info-name{width:100%;font-size:16px;color:var(--title-text)}.product-kits__item .product-kits__item-label .product-kits__item-info .product-kits__item-info-price{margin-top:3px;color:var(--text)}.product-kits__item .info--buttons__actions--accumulator{width:98px!important;pointer-events:none;opacity:.5}.product-kits .product-kits__item input:checked~.info--buttons__actions--accumulator{pointer-events:unset;opacity:1}.product-kits.invalid{border:1px solid var(--toast-red)}.product-kits.invalid:before{content:'Kit obrigatório';color:var(--toast-red);font-size:13px;margin-bottom:10px}.product-kits .product-kits__item input[type="checkbox"]+.product-kits__item-label:before{content:'';width:16px;height:16px;border:2px solid var(--primary);border-radius:3px}.product-kits .product-kits__item input[type="checkbox"]:checked+.product-kits__item-label:after{content:'';width:9px;height:6px;background:#fff0;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(1px,-1px);position:absolute;left:4px}.product-kits .product-kits__item input[type="checkbox"]:checked+.product-kits__item-label:before{background:var(--primary)}.product-kits .product-kits__item input[type="radio"]+.product-kits__item-label:before{content:'';width:16px;height:16px;border:2px solid var(--primary);border-radius:50%}.product-kits .product-kits__item input[type="radio"]:checked+.product-kits__item-label:after{content:'';width:8px;height:8px;background:var(--primary);position:absolute;left:4px;border-radius:50%}  .pppanel__share{width:24px;height:24px;cursor:pointer}.pppanel__share svg{width:24px;height:24px;color:var(--featured)}.details-page .breadcrumb{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:nowrap}.details-page .breadcrumb .breadcrumb__wrapper{max-width:calc(100% - 78px)}.details-page .breadcrumb .favorite{display:flex;width:24px;height:24px;cursor:pointer}.details-page .breadcrumb .favorite>*{pointer-events:none}.details-page .breadcrumb .favorite .heart-line svg,.details-page .breadcrumb .favorite .heart-fill svg{width:24px;height:24px;color:var(--secondary)}.details-page .breadcrumb .favorite .heart-fill{display:none}.details-page .breadcrumb .favorite[data-wished="true"] .heart-line{display:none!important}.details-page .breadcrumb .favorite[data-wished="true"] .heart-fill{display:block!important}.product-details__wrapper{display:flex;width:100%;gap:55px}.ppimages{width:100%;max-width:600px;height:auto;display:flex;justify-content:space-between;gap:8px}.ppimages__thumbnails{display:flex;flex-direction:column;gap:5px;width:64px;min-width:64px;margin-inline:0;position:relative}.ppimages__thumbnails .ppimages__thumbnail{width:100%;height:64px;cursor:pointer;margin:0;display:flex;align-items:center;justify-content:center;border-radius:4px}.ppimages__thumbnails input{width:1px;height:1px;position:absolute;opacity:0}.ppimages__thumbnails .ppimages__thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:4px}.ppimages__thumbnails input:checked+.ppimages__thumbnail{cursor:auto;border:2px solid var(--featured)}.ppimages__gallery-container{width:100%;max-width:528px;height:auto;position:relative;overflow:hidden}.ppimages__gallery{width:100%;height:100%}.ppimages__inner{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center;gap:5px;will-change:transform;cursor:grab}.ppimages__inner img{width:100%;height:auto;flex-shrink:0;object-fit:cover;display:block;cursor:pointer}.ppimages__arrow{width:80px;height:100%;position:absolute;z-index:10;top:0;background-color:var(--white);opacity:.3;cursor:pointer;transition:all .3s ease}.ppimages__arrow--next{right:0;transform:translateX(120%)}.ppimages__arrow--prev svg{transform:rotate(180deg)}.ppimages__gallery-container:hover .ppimages__arrow--next{transform:translateX(0)}.ppimages__arrow--prev{left:0;transform:translateX(-120%)}.ppimages__gallery-container:hover .ppimages__arrow--prev{transform:translateX(0)}.ppimages__full-gallery-container{display:none;position:fixed;inset:0;z-index:999999;background-color:var(--white)}.ppimages__full-gallery-container.active{display:flex}.ppimages__full-gallery-wrapper{width:100%;height:100%;position:relative;user-select:none}.ppimages__full-gallery-icon{width:80px;height:80px;min-height:unset;position:absolute;cursor:pointer;transition:all .3s ease}.ppimages__full-gallery-icon:hover{background-color:var(--gray)}.ppimages__full-gallery-icon svg{width:50px;height:50px;color:var(--gray300)}.ppimages__full-gallery-icon.close{top:0;right:0}.ppimages__full-gallery-icon.plus{top:0;left:0}.ppimages__full-gallery-icon.minus{top:80px;left:0}.ppimages__full-gallery{width:calc(100% - 160px);max-width:700px;height:calc(100vh - 80px);height:calc(100dvh - 80px);overflow:hidden;margin-inline:auto}.ppimages__full-gallery-inner{width:100%;height:100%;display:flex;margin-inline:auto;gap:0}.ppimages__full-gallery-image{width:100%;height:auto;flex-shrink:0;object-fit:contain;cursor:default}.ppimages__full-gallery-arrow{width:80px;min-height:unset;position:absolute;cursor:pointer;transition:all .3s ease}.ppimages__full-gallery-arrow:hover{background-color:var(--gray)}.ppimages__full-gallery-arrow svg{width:50px;height:50px;color:var(--gray300)}.ppimages__full-gallery-arrow--prev{height:calc(100vh - 240px);height:calc(100dvh - 240px);left:0;top:160px}.ppimages__full-gallery-arrow--next{height:calc(100vh - 160px);height:calc(100dvh - 160px);right:0;top:80px}.ppimages__full-gallery-arrow--next svg{transform:rotate(180deg)}.ppimages__full-gallery-thumbnails{gap:5px;align-items:center;height:80px;min-height:80px;padding-inline:16px;width:100vw;min-width:100vw;position:relative}.ppimages__full-gallery-thumbnail{width:64px;min-width:64px;height:64px;cursor:pointer;margin:0;display:flex;align-items:center;justify-content:center;border-radius:4px;position:relative}.ppimages__full-gallery-thumbnails input{width:1px;height:1px;position:absolute;opacity:0}.ppimages__full-gallery-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:4px}.ppimages__full-gallery-thumbnails .ppimages__full-gallery-thumbnail:has(input:checked){cursor:auto;border:2px solid var(--featured)}.ppimages__full-gallery-pagination,.ppimages__pagination{width:max-content;display:none;align-items:center;flex-wrap:nowrap;gap:8px;height:20px;margin-inline:auto}.ppimages__full-gallery-pagination .increazy-carousel-bullet,.ppimages__pagination .increazy-carousel-bullet{width:16px;min-width:16px;height:16px;border:1px solid var(--gray200);border-radius:100%;transition:all .3s ease;background-color:var(--white)}.ppimages__full-gallery-pagination .increazy-carousel-bullet-active,.ppimages__pagination .increazy-carousel-bullet-active{background-color:var(--featured)}@media (max-width:1024px){.ppimages{width:100%;margin-inline:auto;flex-direction:column}.ppimages__arrow{display:none}.ppimages__thumbnails{display:none}.ppimages__pagination{display:flex}}@media (max-width:768px){.ppimages__full-gallery-icon{width:50px;height:50px}.ppimages__full-gallery-icon:hover{background-color:var(--white)}.ppimages__full-gallery-icon svg{width:24px;height:24px}.ppimages__full-gallery-icon.minus{top:50px}.ppimages__full-gallery-arrow{width:50px}.ppimages__full-gallery-arrow:hover{background-color:var(--white)}.ppimages__full-gallery-arrow svg{width:30px;height:30px}.ppimages__full-gallery-arrow--prev{top:100px;height:calc(100vh - 180px);height:calc(100dvh - 180px)}.ppimages__full-gallery-arrow--next{top:50px;height:calc(100vh - 130px);height:calc(100dvh - 130px)}.ppimages__full-gallery{width:calc(100vw - 100px);height:calc(100vh - 30px);height:calc(100dvh - 30px)}.ppimages__full-gallery-thumbnails{display:none}.ppimages__full-gallery-pagination{display:flex}}.product-details__info{width:100%;gap:16px}.product-details__info--title{gap:16px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}.product-details__info--title .sku{width:max-content;margin-left:auto;font:400 12px / 18px var(--site-font);color:var(--gray500)}.product-details__info--title h1{font:500 24px / 28.8px var(--title-font);color:var(--gray1000)}.product-details__info--title .stock-label{font:400 14px / 21px var(--site-font);color:var(--toast-green)}.no-stock__container{width:100%;padding:24px;gap:8px;background-color:var(--gray50)}.no-stock__title{font:600 18px / 1 var(--site-font);color:var(--red0)}.no-stock__description{font:400 14px / 21px var(--site-font);color:var(--gray500)}.no-stock__btn{width:100%;height:40px;font:500 14px / 24px var(--title-font);color:var(--secondary);background-color:var(--light-orange);border:0;margin-top:16px;position:relative}.no-stock__btn .loader_container{background-color:var(--light-orange)}.no-stock__btn .loader_container .loader svg{width:20px;height:20px;fill:var(--secondary)}.product-details__info--buttons{gap:16px}.product-details__info--buttons .short-description{font:400 14px / 21px var(--site-font);color:var(--gray500)}.product-details__info--buttons .price{gap:5px}.product-details__info--buttons .price .old-price,.product-details__info--buttons .price .old-price .value{font:400 14px / 21px var(--site-font);color:var(--gray500)}.product-details__info--buttons .price .old-price .value{text-decoration:line-through}.product-details__info--buttons .price .product-price{align-items:center;gap:8px}.product-details__info--buttons .price .product-price .value{font:600 20px / 1 var(--title-font);color:var(--gray1000)}.product-details__info--buttons .price .product-price .pix-tag{width:max-content;padding:4px 12px;display:flex;justify-content:center;align-items:center;background-color:var(--green2);border-radius:4px;font:400 14px / 21px var(--title-font);color:var(--white)}.product-details__info--buttons .price .product-price .discount-tag{width:max-content;padding:4px 12px;display:flex;justify-content:center;align-items:center;background-color:var(--primary);border-radius:4px;font:400 14px / 21px var(--title-font);color:var(--white)}.product-details__info--buttons .installments{font:400 14px / 21px var(--site-font);color:var(--gray500)}.product-details__info--buttons .info--buttons__actions--accumulator-title{width:max-content;font:600 16px / 24px var(--title-font);color:var(--gray1000);margin-bottom:8px}.product-details__info--buttons .info--buttons__actions--accumulator{background-color:var(--background);width:108px;min-width:108px;height:36px;border:1px solid var(--gray200);border-radius:4px;display:flex;align-items:center;margin-bottom:24px}.info--buttons__actions--accumulator span{width:36px;min-width:36px;height:36px;font:400 22px / 28px var(--title-font);color:var(--black);cursor:pointer;padding:6px;user-select:none;display:flex;justify-content:center;align-items:center}.info--buttons__actions--accumulator input{width:34px;height:34px;font:500 14px / 21px var(--title-font);color:var(--gray1000);outline:none;border:none;text-align:center}.product-details__info--buttons .info--buttons__actions--submitter{width:100%;max-width:260px;height:48px;padding-inline:24px;background-color:var(--secondary);font:600 16px / 24px var(--title-font);color:var(--white);border:none;border-radius:4px;transition:all ease .2s;display:flex;justify-content:center;align-items:center;gap:8px}.product-details__info--buttons .info--buttons__actions--submitter:hover{background-color:var(--secondary-hover)}.product-details__info--buttons .info--buttons__actions--submitter svg{width:24px;height:24px;color:var(--white)}.info--buttons__actions--cashback{display:flex;align-items:center;gap:4px;margin-top:16px}.info--buttons__actions--cashback svg{width:16px;height:16px;color:var(--blue)}.info--buttons__actions--cashback .value{font:400 14px / 1.5 var(--title-font);color:var(--blue)}@media (max-width:1224px){.product-details__wrapper{justify-content:space-between;gap:60px;padding:0 30px;padding-bottom:5%}.product-details__slider{max-width:590px;max-height:460px;overflow:hidden}.product-details__info{max-width:none}.product-details__info--buttons .info--buttons__actions,.product-details__info--cep .info--cep__submitter{max-width:425px}}@media (max-width:1024px){.product-panel{padding-top:0}.product-details__wrapper{flex-direction:column;padding-inline:16px;;padding-bottom:30px;gap:40px}.product-details__slider--thumbnails .swiper-slide{min-height:82px}.product-details__slider{max-width:none;min-height:420px;position:unset}.product-details__slider--gallery.swiper{height:auto;max-width:none}.product-details__slider--thumbnails{display:none!important}.product-details__slider{min-height:250px}.product-details__info{max-width:none}.product-details__info.padding-mobile{min-height:unset}.product-details__info--title h1{font-size:16px;font-weight:400;line-height:24px;font-family:var(--site-font)}.product-details__info--buttons h2{font-size:24px;line-height:27px}.product-details__info--buttons h2 span,.product-details__info--buttons p{font-size:14px}}  .options{display:flex;flex-flow:column;padding-bottom:0}.options__item{display:flex;flex-flow:column;padding:10px 0}.options .options__item .options__item-name{color:var(--clean-text);font-size:16px;font-weight:400;line-height:24px}.options__item select,.options__item input,.options__item textarea{padding:5px 8px;border:1px solid var(--border-color);border-radius:4px;background:#fff0;color:var(--text);font-size:13px;min-height:40px;background:var(--background)}.variations{display:flex;flex-flow:column;padding-bottom:0}.variations__item{display:flex;flex-flow:column;padding:10px 0;gap:5px}.variations__item-list{gap:16px}.variations__label{width:max-content!important;position:relative;transition:all .2s ease-in-out}.variations__label[data-stock-out="true"]{opacity:.4;cursor:not-allowed;background:var(--border-color)}.variations__radio{opacity:0;height:1px;width:1px;position:absolute}.variations__radio.invalid~.variations__select-msg{display:block!important}.variations__radio:checked+.variations__label>span{border:2px solid var(--featured)}.variations__label[data-stock-out]::before{content:'';width:100%;height:1px;background-color:#333;position:absolute}.variations__label[data-stock-out]::after{content:'';width:100%;height:100%;cursor:not-allowed;position:absolute;left:0;border-radius:4px}.variations__label>span,.variations__label>img{height:56px;width:max-content;padding:0 10px;border:1px solid #A7B3B3;border-radius:4px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:600;cursor:pointer}.variations__label>input:checked+span,.variations__label>input:checked+img{border:2px solid var(--featured)}.variations__item-name{padding-bottom:0px!important;font-size:14px;color:var(--clean-text)!important}.variations__select-msg{display:none!important;font-size:1.2rem;font-weight:600;color:red;overflow:hidden;text-transform:lowercase}.variations__select-msg.active-element{height:auto;overflow:auto}  .btn-default{width:max-content;min-width:150px;padding-inline:16px;height:48px;background-color:var(--secondary);font-family:var(--title-font);font-size:14px;font-weight:500;line-height:17px;text-align:center;color:#fff;border:none;transition:all 0.3s ease;border-radius:4px;overflow:hidden;position:relative}.btn-default .text{font-family:var(--title-font);font-size:14px;font-weight:500;line-height:17px;text-align:center;color:#fff}.btn-default:hover{background-color:var(--secondary-hover)}.btn-default.lock{pointer-events:none;opacity:.4}.btn-default .loader_container{width:100%;height:100%;background-color:var(--secondary)}.btn-default .loader_container .loader svg{height:34px}.btn-default .loader_container .loader{justify-content:center;align-items:center;display:flex}.btn-default .loader_container .loader svg g rect{fill:var(--white)!important}  .account__form{flex-flow:column;min-height:fit-content;row-gap:25px}.account__form .field .field-block{width:100%}.account__form .col--2,.account__form .col--3{display:flex;flex-direction:column;gap:25px}.account__form .col--2 .field,.account__form .col--3 .field{width:100%}.account__form .field .field-error{font:400 12px / 14px var(--site-font);color:var(--red0);width:max-content;display:none;margin-top:4px}.account__form .field .field-error.active{display:block!important}.account__form .back,.account__form .forgot,.account__form .has-account{width:max-content;min-height:max-content;height:max-content;font-family:var(--title-font);font-size:13px;color:#3E3E3F;text-decoration:underline}.accountregister__checkbox-block{position:relative}.accountregister__checkbox{position:absolute;opacity:0;width:20px;height:20px;top:0;left:0;margin:0;z-index:2;cursor:pointer}.accountregister__label{gap:8px}.accountregister__custom-checkbox{width:20px;min-width:20px;height:20px;border-radius:4px;background-color:var(--white);border:1px solid var(--gray200);display:flex;justify-content:center;align-items:center;margin-right:8px;transition:background-color 0.2s ease;cursor:pointer}.accountregister__custom-checkbox svg{width:15px;height:15px;color:var(--white);opacity:0;transition:opacity 0.2s ease}.accountregister__checkbox:checked+.accountregister__label .accountregister__custom-checkbox{background-color:var(--secondary);border:1px solid var(--secondary)}.accountregister__checkbox:checked+.accountregister__label .accountregister__custom-checkbox svg{opacity:1}.accountregister__custom-checkbox-text{font:400 16px / 24px var(--title-font);color:var(--gray1000)}.accountregister__custom-checkbox-text a,.accountregister__custom-checkbox-text a:hover{text-decoration:underline;color:var(--featured)}  .account__grid{width:100%;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start}.account__grid-container{box-sizing:border-box;min-height:500px;max-width:1216px;margin:70px auto 70px auto}.account__grid-container-form{width:100%;max-width:500px;flex-flow:column;align-items:center;background:#fff}.account__grid .title{min-width:100%;font-family:var(--title-font);font-size:33px;max-width:430px;text-align:center;color:var(--featured);margin-bottom:7px}.account__grid .description{font-family:var(--title-font);font-size:16px;font-weight:400;color:#828282;margin-bottom:35px;text-align:center}@media (max-width:1024px){.account__grid{min-height:auto;flex-flow:column}.account__grid-container{padding:24px;margin-top:70px}.account__grid-container-form{max-width:350px;padding:30px 0;box-shadow:none}}  .account__form .field{flex-flow:column;align-items:flex-start}.account__form .field .field-label{font:400 14px / 21px var(--title-font);color:var(--clean-text);letter-spacing:-.03em;text-align:center}.account__form .field .field-block{position:relative}.account__form .field.invalid .field-input{border-color:#d33131}.account__form .field.readonly .field-input{pointer-events:none;background:#f3f3f3}.account__form .field .field-input[readonly]{opacity:.7}.account__form .field .field-input{width:100%;height:40px;padding:0 15px;font-family:var(--title-font);font-size:14px;border:1px solid var(--border-color);background-color:#fff;color:var(--gray1000);border-radius:4px;margin-top:3px}.account__form .field .field-input::placeholder{font-family:var(--title-font);font-size:14px;color:var(--gray500)}.account__form .field .field-input::-webkit-outer-spin-button,.field-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.account__form .field .spy{position:absolute;width:auto;min-height:auto;right:12px;top:14px;cursor:pointer}.account__form .field .spy svg.eye-off{display:none}.account__form .field .spy svg.eye-off.active{display:block!important}.account__form .field .spy svg.eye-on{display:none}.account__form .field .spy svg.eye-on.active{display:block!important}.account__form .field .spy svg{width:17px}.account__form .field .field-error{font-size:12px;right:0;width:max-content;color:#d33131;display:none}.account__form .field .field-error.active{display:block!important}  .account__menu{max-width:224px;width:100%;max-height:100vh;margin-right:40px;transition:all 0.4s}.toggle-menu{display:none}.account__menu-list{flex-flow:column;justify-content:flex-start;row-gap:5px}.account__menu-list-item{flex-flow:nowrap;width:100%;height:35px;border-radius:4px;justify-content:flex-start;padding:0 20px;align-items:center;margin:0;font:400 14px / 21px var(--title-font);color:var(--clean-text);cursor:pointer}.account__menu-list-item:hover{background-color:var(--gray)}.account__menu-list-item.active{position:relative;background-color:var(--gray)}.account__menu-list-item.logout{color:#D24242}@media (max-width:1024px){.toggle-menu{position:fixed;left:0;top:144px;z-index:1001;width:40px;height:40px;background-color:#fff;border:1px solid #E6E6E6;border-radius:3px;display:flex;justify-content:center;align-items:center;box-shadow:2px 2px 15px -5px #00000014}.account__menu.active+.toggle-menu{display:none}.account__menu{transform:translate(-200%);height:100%;width:320px;max-width:320px;position:fixed;top:0;left:0;bottom:0;z-index:1002;transition:all .4s;background-color:#fff}.account__menu.active{transform:translate(0)}.account__menu svg{position:absolute;top:10px;right:10px}.account__menu-list{padding:60px 24px 24px 24px}.account__menu--overlay{position:fixed;z-index:1001;width:100%;background-color:rgb(0 0 0 / .5);backdrop-filter:blur(8px);left:0;bottom:0;top:0;right:0;display:none}.account__menu.active~.account__menu--overlay{display:block}}  .account{width:100%;max-width:1232px;padding-inline:16px;min-height:500px;margin:70px auto 70px auto;position:relative;display:flex}.account__page{width:100%;min-height:100%;position:relative}.accountaddress__backbutton{width:max-content;display:none;font:400 14px / 16px var(--title-font);color:var(--gray600);margin-bottom:30px;cursor:pointer;text-decoration:underline;align-items:center;gap:6px}.accountaddress__backbutton svg{width:16px;height:16px;color:var(--gray600)}.accountaddress__backbutton.active{display:flex}#form-account-address{justify-content:flex-start;display:none}#form-account-address.active{display:flex}.address-list{flex-flow:column;height:max-content;min-height:max-content}.address-list.hidden{display:none}.address-list .address-card:not(:last-child){margin-bottom:20px}.address-list .empty{font-family:var(--title-font);font-size:14px;font-weight:400;color:#adadad;text-align:center}.address-card{position:relative;justify-content:space-between;padding:10px 20px;border-radius:5px;transition:all 0.4s;background:#fff;border:1px solid var(--border-color)}.address-card-info{flex-flow:column;width:max-content}.address-card-info .street{width:max-content;font-family:var(--title-font);font-size:16px;text-align:center;color:var(--gray1000)}.address-card-info .city{width:max-content;font-family:var(--title-font);font-size:14px;font-weight:400;color:var(--gray800)}.address-card .remove{width:max-content;cursor:pointer}.address-card .remove svg{position:absolute;top:10px;right:20px;width:15px;color:#D24242}#btn-form-address{min-height:unset}.account__orders{flex-flow:column;align-items:center}.account__orders-list{flex-flow:column;align-items:center;row-gap:15px}.account__orders-list .btn-default{margin-top:30px;min-height:unset;width:fit-content}.account__orders-list-item{align-items:center;justify-content:space-between;padding:10px 20px;cursor:pointer;list-style:none;transition:all 0.4s;border-radius:5px;border:1px solid var(--border-color)}.account__orders-list-item:hover{background-color:var(--gray)}.account__orders-list-item.empty{cursor:auto;background:transparent!important;box-shadow:none;margin:0 auto;font-family:var(--title-font);font-size:14px;font-weight:400;color:#adadad;text-align:center;border:0}.account__orders-list-item.empty:hover{background:#fff0}.account__orders-list-item-info{width:max-content}.account__orders-list-item-info .info-column{width:max-content;align-items:flex-start}.account__orders-list-item-info .info-column:not(:last-child){margin-right:40px}.account__orders-list-item-info .info-column .text{font-family:var(--title-font);font-size:14px;font-weight:400;color:var(--clean-text)}.account__orders-list-item-info .info-column .value{font-family:var(--title-font);font-size:14px;text-align:center;color:var(--gray1000)}.account__orders-list-item-status{background:var(--secondary);border-radius:30px;color:#fff;padding:0 20px;min-height:30px;width:fit-content}.account__orders-list-item-status .text{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;width:85%;font-family:var(--title-font);font-size:12px;text-align:center;text-transform:uppercase;color:#fff}@media (max-width:1024px){.account__orders-list-item{flex-direction:column}.account__orders-list-item-info{width:80%;justify-content:space-between;margin-bottom:20px}.account__orders-list-item-info .info-column .text{font-size:11px}.account__orders-list-item-info .info-column .value{font-size:12px}.account__orders-list-item-status{padding:0 10px;font-size:10px;width:80%}}.account__orders .back{position:absolute;left:0;top:10px;text-decoration:underline;align-items:center;cursor:pointer;width:max-content;font-family:var(--title-font);font-size:14px;font-weight:500;line-height:17px;text-align:center;text-transform:uppercase;color:#828282}.account__orders .back svg{margin-right:10px}.order-id{font-family:var(--title-font);font-size:16px;font-weight:400;color:#828282;text-align:center;margin-bottom:30px}.account__orders-block{padding:20px 30px;box-sizing:border-box;flex-flow:column;align-items:flex-start}.account__orders-block.status .text{background:var(--secondary);padding:5px 20px;max-width:100%;border-radius:30px;min-height:30px;width:fit-content;font-family:var(--title-font);font-size:12px;text-align:center;text-transform:uppercase;color:#fff;margin:0 auto}.account__orders-block:not(:last-child){margin-bottom:10px}.account__orders-block .title{font-size:17px;margin-bottom:10px;color:#3E3E3F}.account__orders-block .text{font-family:var(--title-font);font-size:16px;font-weight:400;color:#828282;text-align:center;width:100%;overflow-x:auto}.account__orders-block .link{font-family:var(--title-font);font-size:16px;font-weight:400;color:#828282;text-decoration:underline;margin:10px auto 0 auto}.account__orders-block .product:not(:last-child){margin-bottom:10px}.account__orders-block .product .image{margin:0;margin-right:20px!important;width:120px;min-width:120px;height:120px}.account__orders-block .product .image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.account__orders-block .product .info{width:auto;min-height:auto;flex-flow:column;align-items:flex-start;gap:5px}.account__orders-block .product .info .name{font-family:var(--title-font);font-size:17px;color:#3E3E3F}.account__orders-block .product .info .text{font-family:var(--title-font);font-size:16px;font-weight:400;color:#828282;text-align:left}.account__orders-block .product .info .price{font-family:var(--title-font);font-size:17px;color:#3E3E3F;font-weight:700}.account__orders-block .resume-prices{align-items:center;justify-content:space-between}.account__orders-block .resume-prices:not(:last-child){margin-bottom:10px}.account__orders-block .resume-prices .text{width:auto;font-family:var(--title-font);font-size:16px;font-weight:400;color:#828282;text-align:left}.account__orders-block .resume-prices .value{font-family:var(--title-font);font-size:17px;color:#3E3E3F;font-weight:700}.account__orders-block .resume-prices .value.coupon-code{text-transform:uppercase}.account__orders-block .resume-prices.total .text{font-family:var(--title-font);font-size:26px;text-transform:uppercase;font-weight:700;color:#3E3E3F}.account__orders-block .resume-prices.total .value{font-size:26px;font-family:var(--title-font)}@media (max-width:1024px){.account__orders .back{position:absolute;top:10px;color:#fff0}}#form-account-new-card{display:none}#form-account-new-card.active{display:flex}#form-account-new-card .field .field-block .field-input{border:1px solid var(--border-color);width:100%;height:40px;border-radius:4px}#form-account-new-card .field .field-block .field-input.invalid{border-color:var(--red0)!important}#form-account-new-card .card-number{position:relative}#form-account-new-card .card-number img{position:absolute;right:25px;bottom:3px;width:40px}#form-account-new-card .cvv{width:100%!important}#form-account-new-card .cvv .cvv-info{display:flex;align-items:center;gap:8px;margin-top:8px}#form-account-new-card .cvv .cvv-info .cvv-info-text{width:100%;max-width:215px;font:400 12px / 14px var(--site-font);color:var(--gray500)}#form-account-new-card .document-user-check{display:flex;align-items:center;gap:16px;flex-wrap:wrap}#form-account-new-card .document-user-check .document-user-label{width:calc(100% - 36px);margin-left:-8px;font:400 16px / 18px var(--site-font);color:var(--gray600);cursor:pointer}#form-account-new-card .document-user-check input{appearance:auto;cursor:pointer;width:20px;height:20px;accent-color:var(--secondary-hover);border-radius:4px}#form-account-new-card .document-user-check .document-user-fields{width:100%}#form-account-new-card .document-user-check input:checked~.document-user-fields{display:none}#form-account-new-card .col--2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.accountcards__submit{margin-inline:auto;width:max-content;min-width:150px;padding-inline:16px;height:48px;background-color:var(--secondary);border-radius:4px;font:500 14px / 17px var(--site-font);color:var(--white);transition:all .3s ease;border:0}.accountcards__submit:hover{background-color:var(--secondary-hover)}.accountcards__addnew{grid-column:span 2;margin-inline:auto;margin-top:25px;width:max-content;padding-inline:16px;height:48px;background-color:var(--secondary);display:flex;flex-direction:row;gap:8px;justify-content:center;align-items:center;border-radius:4px;font:500 14px / 17px var(--site-font);color:var(--white);cursor:pointer;transition:all .3s ease;border:0}.accountcards__addnew svg{width:24px;height:24px;color:var(--white)}.accountcards__addnew:hover{background-color:var(--secondary-hover)}.accountcards__backbutton{width:max-content;display:none;font:400 14px / 16px var(--title-font);color:var(--gray600);margin-bottom:30px;cursor:pointer;text-decoration:underline;align-items:center;gap:6px}.accountcards__backbutton svg{width:16px;height:16px;color:var(--gray600)}.accountcards__backbutton.active{display:flex}.account__payments{flex-flow:column;align-items:center;display:none}.account__payments.active{display:flex}.account__payments-list{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.account__payments-list.empty{display:flex;flex-direction:column;align-items:center;gap:0}.account__payments-list-item{min-height:200px;align-items:flex-end;justify-content:flex-end;padding:10px 20px;list-style:none;transition:all 0.4s;border-radius:5px;border:1px solid var(--border-color);background:var(--gray);position:relative}.account__payments-list-item.empty{cursor:auto;pointer-events:none;background:transparent!important;box-shadow:none;margin:0 auto;font-family:var(--title-font);font-size:14px;font-weight:400;color:#adadad;text-align:center;border:0;min-height:unset;margin-bottom:0!important;padding:0}.account__payments-list-item:not(:last-child){margin-bottom:10px}.account__payments-list-item-info{width:max-content;height:fit-content}.account__payments-list-item-info .flag{width:45px;height:auto;position:absolute;left:20px;bottom:10px}.account__payments-list-item-info .info-column{width:max-content;align-items:flex-start;height:100%;justify-content:center}.account__payments-list-item-info .info-column:not(:last-child){margin-right:40px}.account__payments-list-item-info .info-column .flag{height:30px}.account__payments-list-item-info .info-column .text{font-family:var(--title-font);font-size:14px;font-weight:400;color:#828282}.account__payments-list-item-info .info-column .value{font-family:var(--title-font);font-size:16px;text-align:center;text-transform:uppercase;color:#3E3E3F}.account__payments-list-item .remove{width:max-content;height:max-content;cursor:pointer}.account__payments-list-item .remove svg{width:15px;color:#D24242;position:absolute;top:10px;right:20px}@media (max-width:1024px){.account__payments-list-item-info{width:max-content}.account__payments-list-item-info .info-column:not(:last-child){margin-right:15px}.account__payments-list-item-info .info-column .text{font-size:11px}.account__payments-list-item-info .info-column .value{font-size:12px}}@media (max-width:560px){.account__payments-list{grid-template-columns:1fr;gap:20px}.accountcards__addnew{grid-column:span 1}}.account__wishlist{display:flex;align-items:flex-start;flex-wrap:wrap;gap:30px;position:relative}.account__wishlist .empty{cursor:auto;pointer-events:none;background:transparent!important;box-shadow:none;margin:0 auto;font-family:var(--title-font);font-size:14px;font-weight:400;color:#adadad;text-align:center}.account__wishlist .remove{position:absolute;right:10px;top:10px;cursor:pointer}.account__wishlist .remove svg{color:var(--clean-text)}.account__wishlist .product{border:1px solid #E6E6E6;border-radius:3px;position:relative;background-color:#fff;width:calc(100% / 2 - 15px)}.wishlist__product-card{padding:20px;width:100%;height:100%;display:flex}.account__wishlist .product .image{margin:0;min-height:auto;width:130px;min-width:130px;height:130px;cursor:pointer}.account__wishlist .product .image img{width:100%;height:100%;object-fit:cover}.account__wishlist .product .info{width:60%;min-height:auto;align-items:flex-start;margin-left:15px;cursor:pointer}.account__wishlist .product .info .name{font-family:var(--title-font);font-size:14px;text-transform:uppercase;color:#3E3E3F;margin-bottom:10px}.account__wishlist .product .info .price{font-family:var(--title-font);font-size:14px;font-weight:400;color:#828282}@media (max-width:1024px){.account__wishlist .product{width:100%}.account__wishlist .product .image{width:90px;min-width:90px;height:90px}.account__wishlist .product .info{margin-left:15px}.account__wishlist .product .info .name{font-size:13px;max-width:110px}}  .main__banner-container{position:relative;max-width:1216px;margin-inline:auto;padding-block:30px}.main__banner{width:100%;height:auto;overflow:hidden}.main__banner-inner{display:flex;flex-direction:row;gap:40px;transition:transform 0.4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.main__banner-inner>a{flex-shrink:0;width:100%;display:block;text-decoration:none}.main__banner-picture{width:100%;display:block}.main__banner-picture img{width:100%;height:auto;display:block;max-width:100%}.main__banner-inner img.clone,.main__banner-inner .clone img{width:100%!important;height:auto!important}.main__banner-button-next,.main__banner-button-prev{background:var(--white);width:50px;height:50px;border-radius:4px;border:1px solid var(--border-color);position:absolute;top:calc(50% + 15px);z-index:10;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.main__banner-button-next{right:-66px}.main__banner-button-prev{left:-66px}.main__banner-button-next svg,.main__banner-button-prev svg{width:24px;height:24px;color:var(--gray900)}.main__banner-button-next svg{transform:rotate(180deg)}@media (max-width:1380px){.main__banner-button-next{right:-56px}.main__banner-button-prev{left:-56px}}@media (max-width:1360px){.main__banner-button-next{right:6px}.main__banner-button-prev{left:6px}}@media (max-width:1024px){.main__banner-container{padding-block:15px}}@media (max-width:768px){.main__banner-button-next,.main__banner-button-prev{display:none}}@media (max-width:650px){.main__banner-container{padding-block:0 15px}}  .benefits{padding-block:16px}.benefits__wrapper{width:100%;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:20px}.benefits__wrapper::-webkit-scrollbar{display:none}.benefits__benefit{min-width:max-content;display:flex;flex:1;align-items:center;gap:8px}.benefits__image-container{width:48px;min-width:48px;height:48px;background-color:var(--light-secondary);border-radius:4px;min-height:unset;margin:0}.benefits__benefit-image{width:20px;height:20px}.benefits__benefit-info{justify-content:center}.benefits__benefit-title{font:500 14px / 21px var(--title-font);color:var(--gray900)}.benefits__benefit-subtitle{font:400 12px / 18px var(--title-font);color:var(--clean-text)}  .bannersgrid{padding-block:48px}.bannersgrid__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.bannersgrid__image{width:100%;height:auto;border-radius:16px}@media (max-width:767px){.bannersgrid{padding-block:24px}.bannersgrid__wrapper{grid-template-columns:1fr}}  .showcase{background-color:var(--white);padding-block:40px;border-bottom:1px solid var(--border-color)}.showcase__wrapper{display:flex;flex-direction:column;gap:24px;position:relative}.showcase__header{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;position:relative;user-select:none}.showcase__icon{width:24px;height:24px}.showcase__title{max-width:calc(100% - 155px);font:500 24px / 28.8px var(--title-font);color:var(--gray900)}.showcase__link{width:max-content;display:flex;flex-wrap:nowrap;align-items:center;gap:5px;margin-left:auto;position:relative}.showcase__link::after{content:'';width:95%;height:1px;background-color:var(--featured);display:inline-flex;transition:all .5s ease;transform:scaleX(0);transform-origin:left;position:absolute;left:0;top:100%}.showcase__link-text{font:400 14px / 21px var(--site-font);color:var(--featured)}.showcase__link:hover::after{transform:scaleX(1)}.showcase__link svg{width:24px;height:24px;color:var(--featured);transform:rotate(180deg)}.showcase__gallery{width:100%;overflow:hidden;user-select:none}.showcase__inner{display:flex;justify-content:flex-start;gap:30px;transition:transform 0.4s cubic-bezier(.25,.46,.45,.94);will-change:transform;margin:0;padding:0}.showcase__slide{flex-shrink:0;width:calc((100% - 90px) / 4);box-sizing:border-box}.showcase__arrow{width:50px;height:50px;border-radius:4px;background-color:var(--white);border:1px solid var(--border-color);position:absolute;top:calc(50% - 12px);transform:translateY(-50%);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;user-select:none;-webkit-user-select:none}.showcase__arrow svg{width:24px;height:24px;color:var(--gray900)}.showcase__arrow--prev{left:-56px}.showcase__arrow--next{right:-56px}.showcase__arrow--next svg{transform:rotate(180deg)}.showcase__pagination{width:max-content;display:flex;align-items:center;flex-wrap:nowrap;gap:8px;height:20px;margin-inline:auto}.showcase__pagination .increazy-carousel-bullet{width:16px;min-width:16px;height:16px;border:1px solid var(--gray200);border-radius:100%;transition:all .3s ease;background-color:var(--white)}.showcase__pagination .increazy-carousel-bullet-active{background-color:var(--featured)}@media (max-width:1360px){.showcase__arrow--prev{left:0}.showcase__arrow--next{right:0}}@media (max-width:1024px){.showcase__inner{gap:15px}.showcase__slide{width:calc((100% - 30px) / 3)}.showcase__arrow{display:none}}@media (max-width:768px){.showcase__slide{width:calc((100% - 15px) / 2)}}@media (max-width:560px){.showcase__wrapper{gap:12px}.showcase__title{max-width:100%;font-size:18px;line-height:24px}.showcase__link{display:none}}  .brands{background-color:var(--white);padding-block:40px;border-bottom:1px solid var(--border-color)}.brands__wrapper{display:flex;flex-direction:column;gap:24px;position:relative}.brands__header{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;position:relative;user-select:none}.brands__icon{width:24px;height:24px}.brands__title{max-width:calc(100% - 155px);font:500 24px / 28.8px var(--title-font);color:var(--gray900)}.brands__gallery{width:100%;overflow:hidden;margin-bottom:8px}.brands__inner{display:flex;justify-content:flex-start;gap:16px;transition:transform 0.4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.brands__slide{flex-shrink:0;width:calc((100% - 80px) / 6)}.brands__brand-image{width:100%;height:auto}.brands__arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px!important;height:50px!important;border-radius:4px;background-color:var(--white);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:#fff0}.brands__arrow.brands__arrow--prev svg,.brands__arrow.brands__arrow--next svg{width:24px;height:24px;color:var(--gray900)}.brands__arrow.brands__arrow--prev{left:-56px}.brands__arrow.brands__arrow--next{right:-56px}.brands__arrow.brands__arrow--next svg{transform:rotate(180deg)}.brands__pagination{width:max-content;display:flex;align-items:center;flex-wrap:nowrap;gap:8px;height:20px;margin-inline:auto}.brands__pagination .increazy-carousel-bullet{width:16px;min-width:16px;height:16px;border:1px solid var(--gray200);border-radius:100%;transition:all .3s ease;background-color:var(--white)}.brands__pagination .increazy-carousel-bullet-active{background-color:var(--featured)}@media (max-width:1360px){.brands__arrow.brands__arrow--prev{left:0}.brands__arrow.brands__arrow--next{right:0}}@media (max-width:1024px){.brands__slide{width:calc((100% - 48px) / 4)}.brands__arrow{display:none}}@media(max-width:768px){.brands__slide{width:calc((100% - 32px) / 3)}}@media (max-width:560px){.brands__wrapper{gap:12px}.brands__title{max-width:100%;font-size:18px;line-height:24px}}@media (max-width:430px){.brands__slide{width:calc((100% - 16px) / 2)}}  .stores{background-color:var(--white);padding-block:40px 80px}.stores__wrapper{display:flex;flex-direction:column;gap:24px;position:relative}.stores__header{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;position:relative;user-select:none}.stores__icon{width:24px;height:24px}.stores__title{max-width:calc(100% - 155px);font:500 24px / 28.8px var(--title-font);color:var(--gray900)}.stores__description{width:max-content;margin-left:auto;font:400 14px / 21px var(--site-font);color:var(--gray800)}.stores__gallery{width:100%;overflow:hidden;margin-bottom:8px}.stores__gallery-inner{display:flex;justify-content:flex-start;gap:16px;transition:transform 0.4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.stores__card{flex-shrink:0;width:calc((100% - 48px) / 4);background-color:var(--white);border-radius:0 0 16px 16px;box-shadow:0 16px 40px 0 rgb(0 0 0 / .04)}.stores__card-image{width:100%;height:auto}.stores__card-info{padding:24px;gap:16px}.stores__card-title{font:600 18px / 21.6px var(--title-font);color:var(--gray900)}.stores__card-text{font:400 14px / 21px var(--site-font);color:var(--clean-text)}.stores__card-text:first-of-type{min-height:105px}.stores__card-phone{padding:12px 24px;border:1px solid var(--border-color);border-radius:8px;gap:8px;justify-content:center;align-items:center}.stores__card-phone svg{width:24px;height:24px;color:var(--primary)}.stores__card-phone-text{font:600 16px / 24px var(--site-font);color:var(--primary)}.stores__arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px!important;height:50px!important;border-radius:4px;background-color:var(--white);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:#fff0}.stores__arrow.stores__arrow--prev svg,.stores__arrow.stores__arrow--next svg{width:24px;height:24px;color:var(--gray900)}.stores__arrow.stores__arrow--prev{left:-56px}.stores__arrow.stores__arrow--next{right:-56px}.stores__arrow.stores__arrow--next svg{transform:rotate(180deg)}.stores__btn{width:max-content;position:relative;margin-inline:auto;align-items:center;gap:8px}.stores__btn::after{content:'';width:95%;height:1px;background-color:var(--primary);position:absolute;left:0;top:100%;transform:scaleX(0);transform-origin:left;transition:all .5s ease}.stores__btn:hover::after{transform:scaleX(1)}.stores__btn-text{font:600 16px / 24px var(--site-font);color:var(--primary)}.stores__btn svg{width:24px;height:24px;color:var(--primary);transform:rotate(180deg)}@media (max-width:1360px){.stores__arrow.stores__arrow--prev{left:0}.stores__arrow.stores__arrow--next{right:0}}@media (max-width:1024px){.stores__card{width:calc((100% - 32px) / 3)}.stores__arrow{display:none}}@media (max-width:768px){.stores__card{width:calc((100% - 16px) / 2)}}@media (max-width:560px){.stores__wrapper{gap:12px}.stores__title{max-width:100%;font-size:18px;line-height:24px}.stores__description{display:none}}@media (max-width:500px){.stores__card{width:100%}}  .newsletter{background-color:var(--yellow0);padding-block:48px}.newsletter__wrapper{flex-wrap:nowrap;justify-content:space-between;gap:30px}.newsletter__title{max-width:300px;font:500 24px / 28.8px var(--title-font);color:var(--gray900);letter-spacing:-.24px}.newsletter__form{width:100%;min-width:470px;justify-content:flex-end;flex-wrap:nowrap;gap:8px;align-items:center}.newsletter__form-input{width:100%;max-width:300px;background-color:var(--white);border:1px solid var(--border-color);border-radius:4px;padding:12px 16px;font:400 14px / 21px var(--site-font);color:var(--gray900)}.newsletter__form-input.select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='000000' height='10' viewBox='0 0 20 20' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.484 4.484-4.484z'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:20px;padding-right:16px}.newsletter__form-input::placeholder{color:var(--clean-text)}.newsletter__form-submit{width:max-content;gap:8px;align-items:center;justify-content:center;padding:12px 24px;background-color:var(--secondary);border:0;border-radius:4px}.newsletter__form-submit svg{width:23px;height:23px;color:var(--white)}.newsletter__form-submit-text{font:600 14px / 21px var(--site-font);color:var(--white)}@media (max-width:768px){.newsletter__wrapper{flex-direction:column;gap:15px}.newsletter__title{max-width:unset;text-align:center;font-size:18px;line-height:21.6px}.newsletter__form{flex-direction:column;min-width:unset}.newsletter__form-input{max-width:unset}.newsletter__form-submit{width:100%}}  .lppanel{margin-block:16px 70px;gap:32px}.lppanel__header{gap:40px}.lppanel__header-title{font:500 24px / 28.8px var(--title-font);color:var(--black)}.lppanel__products{position:relative}  .tabs-container{margin-block:80px;overflow:hidden}.tabs-header{display:flex}.tab-button{width:max-content;padding:20px 24px;background:var(--white);border:0;cursor:pointer;font:600 16px / 24px var(--site-font);color:var(--clean-text);transition:all 0.3s ease;position:relative;display:flex;justify-content:center;align-items:center;gap:8px}.tab-button.active{color:var(--featured)}.tab-button.active::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:1px;background:var(--featured)}.tab-button svg{width:20px;height:20px;color:var(--clean-text)}.tab-button.active svg{color:var(--featured)}.tabs-content{padding:16px}.tab-panel{display:none}.tab-panel.active{display:block;animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.description-content{font:400 16px / 24px var(--site-font);color:var(--clean-text)}.specifications-table{display:flex;flex-direction:column;overflow:hidden}.spec-row{display:flex;background:var(--white)}.spec-row:nth-child(even){background:var(--gray50)}.spec-label{flex:0 0 200px;padding:14px 24px;font:400 14px / 21px var(--title-font);color:var(--gray1000)}.spec-value{flex:1;padding:14px 24px;font:400 14px / 21px var(--title-font);color:var(--clean-text)}@media (max-width:1024px){.tabs-container{margin-block:0}}@media (max-width:600px){.spec-row{flex-direction:column}.spec-label{flex:1;border-bottom:1px solid var(--gray200)}}  .cartpage{padding-block:32px}.cartpage__wrapper{display:flex;position:relative}.cartpage__title{font:500 32px / 38.4px var(--title-font);color:var(--gray1000);margin-bottom:40px}.cartpage__panel{gap:32px}.cartpage__deadline{width:384px;gap:24px}@media (max-width:1024px){.cartpage__title{font-size:24px;line-height:28.8px;margin-bottom:24px}.cartpage__panel{flex-direction:column}.cartpage__deadline{width:100%}}.cartpage__cashbackalert{width:100%;padding:12px 16px;background-color:var(--yellow1);gap:8px;align-items:center;margin-bottom:16px}.cartpage__cashbackalert svg{width:20px;min-width:20px;height:20px;color:var(--yellow2);align-items:center}.cartpage__cashbackalert-text{font:400 14px / 21px var(--site-font);color:var(--yellow2)}.cartpage__cashbackalert-value{font-weight:700}.cartpage__cashbackalert-link,.cartpage__cashbackalert-link:hover{font-weight:600;color:var(--featured)}.cartpage__itemlist{width:calc(100% - 416px);height:fit-content;padding:24px;border:1px solid var(--border-color);border-radius:8px;position:sticky;top:110px}.cartpage__itemlist-header{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}.cartpage__itemlist-header-item{font:500 16px / 24px var(--title-font);color:var(--gray1000);text-align:center}.cartpage__itemlist-item{display:grid;grid-template-columns:repeat(6,1fr);padding-block:24px;gap:20px}.cartpage__itemlist-header-item:nth-of-type(1){grid-column:span 3;text-align:left}.cartpage__itemlist-item:not(:last-of-type){border-bottom:1px solid var(--border-color)}.cartpage__itemlist-details{grid-column:span 3;gap:15px}.cartpage__itemlist-image{width:64px;height:64px;object-fit:cover}.cartpage__itemlist-info{gap:4px}.cartpage__itemlist-title{font:400 14px / 16.8px var(--title-font);color:var(--gray1000);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.cartpage__itemlist-options{gap:4px}.cartpage__itemlist-option{font:400 12px / 1.4 var(--title-font);color:var(--gray500)}.cartpage__itemlist-item-column{align-items:center;justify-content:center;gap:4px;max-width:125px}.cartpage__itemlist-prices{gap:4px;align-items:center}.cartpage__itemlist-oldprice{width:max-content;font:400 12px / 1.5 var(--title-font);color:var(--gray400);text-decoration:line-through}.cartpage__itemlist-price{width:max-content;font:500 14px / 21px var(--title-font);color:var(--gray1000)}.cartpage__itemlist-item-column .accumulator{width:108px;min-width:108px;height:36px;background-color:var(--white);border:1px solid var(--gray200);border-radius:4px;display:flex;align-items:center}.cartpage__itemlist-item-column .accumulator span{width:36px;min-width:36px;height:36px;font:400 22px / 28px var(--title-font);color:var(--black);cursor:pointer;padding:6px;user-select:none;display:flex;justify-content:center;align-items:center}.cartpage__itemlist-item-column .accumulator input{width:34px;height:34px;font:500 14px / 21px var(--title-font);color:var(--gray1000);outline:none;border:none;text-align:center}.cartpage__itemlist-remove{width:max-content;gap:8px;align-items:center;cursor:pointer}.cartpage__itemlist-remove svg{width:16px;height:16px;color:var(--red200)}.cartpage__itemlist-remove-text{font:400 12px / 18px var(--title-font);color:var(--red200)}.cartpage__itemlist-alert{position:relative}.cartpage__itemlist-alert svg{width:24px;height:24px;color:var(--yellow2)}.cartpage__tooltip{width:max-content;position:absolute;bottom:calc(100% + 5px);left:0;background-color:var(--yellow1);font:400 12px / 15px var(--title-font);color:var(--yellow2);padding:6px 12px;opacity:0;pointer-events:none;box-shadow:0 8px 16px 0 rgb(0 0 0 / .1);border-radius:4px}.cartpage__itemlist-alert:hover .cartpage__tooltip{opacity:1}@media (max-width:1024px){.cartpage__itemlist{width:100%;position:unset}}@media (max-width:768px){.cartpage__itemlist-header{display:none}.cartpage__itemlist{padding:0 24px}.cartpage__itemlist-item{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.cartpage__itemlist-details{width:100%}.cartpage__itemlist-item-column.column-subtotal{display:none}.cartpage__itemlist-item-column.column-accumulator{max-width:unset;width:max-content;flex-direction:row;gap:8px}.cartpage__itemlist-remove-text{display:none}}.cartpage__empty{width:100%;max-width:900px;margin-inline:auto;margin-bottom:40px;padding:32px;border:1px solid var(--border-color);border-radius:8px;gap:24px;align-items:center}.cartpage__empty-icon{width:44px;height:44px;border-radius:4px;background-color:var(--gray);min-height:unset}.cartpage__empty-icon svg{width:24px;height:24px;color:var(--gray300)}.cartpage__empty-title{font:500 32px / 38.4px var(--title-font);color:var(--gray1000);text-align:center;letter-spacing:-.48px}.cartpage__empty-actions{justify-content:center;gap:16px;margin-top:24px}.cartpage__empty-action{width:max-content;padding-inline:24px;height:48px;min-height:unset;border-radius:4px;background-color:var(--light-orange);font:500 16px / 24px var(--title-font);color:var(--secondary);transition:all .3s ease}.cartpage__empty-action:hover{background-color:var(--light-orange-hover);color:var(--secondary)}.cartpage__empty-action.dark{background-color:var(--secondary);color:var(--white)}.cartpage__empty-action.dark:hover{background-color:var(--secondary-hover);color:var(--white)}@media (max-width:768px){.cartpage__empty-actions{flex-direction:column}.cartpage__empty-action{width:100%}}.cartpage__deliverysearch{background-color:var(--red400);padding:32px;border-radius:8px}.cartpage__deliverysearch-label{gap:8px;align-items:center;font:500 14px / 21px var(--title-font);color:var(--black);margin-bottom:8px}.cartpage__deliverysearch-label svg{width:24px;height:24px}.cartpage__deliverysearch-inputblock{width:100%;height:47px;position:relative;background-color:var(--white);border:1px solid var(--border-color);border-radius:4px;overflow:hidden;margin-bottom:12px}.cartpage__deliverysearch-input{height:100%;width:100%;padding:12px 16px;font:400 14px / 21px var(--title-font);color:var(--gray1000);border:none}.cartpage__deliverysearch-input::placeholder{color:var(--gray400)}.cartpage__deliverysearch-button{width:24px;height:24px;background-color:#fff0;border:none;position:absolute;right:16px;top:50%;transform:translateY(-50%);cursor:pointer}.cartpage__deliverysearch-button .loader_container{width:24px;height:24px;background-color:var(--white)}.cartpage__deliverysearch-button .loader_container .loader{width:24px;height:24px}.cartpage__deliverysearch-button .loader_container .loader svg{width:100%;height:100%;fill:var(--gray1000)}.cartpage__deliverysearch-button svg{width:24px;height:24px;color:var(--gray1000)}.cartpage__deliverysearch-find{font:400 14px / 21px var(--title-font);color:var(--featured)}.cartpage__deliverysearch-find:hover{text-decoration:underline;color:var(--featured)}.cartpage__deliverysearch-result{margin-top:12px;background-color:var(--white);border:1px solid var(--border-color);border-radius:4px;padding:16px}.cartpage__deliverysearch-result-text{font:400 14px / 21px var(--title-font);color:var(--gray1000);padding-block:8px}.cartpage__deliverysearch-result-text:not(:last-of-type){border-bottom:1px solid var(--border-color)}.cartpage__couponsearch{width:100%;padding:32px;border:1px solid var(--border-color);border-radius:8px}.cartpage__couponsearch-label{gap:8px;align-items:center;font:500 14px / 21px var(--title-font);color:var(--black);margin-bottom:8px}.cartpage__couponsearch-label svg{width:24px;height:24px;color:var(--black)}.cartpage__deliverysearch-trigger{width:24px;height:24px;margin-left:auto}.cartpage__deliverysearch-trigger svg{width:24px;height:24px;color:var(--secondary);cursor:pointer}.cartpage__couponsearch-inputblock{gap:8px;align-items:center}.cartpage__couponsearch-input{width:100%;height:47px;padding:12px 16px;font:400 14px / 21px var(--title-font);color:var(--gray1000);border:1px solid var(--border-color);border-radius:4px}.cartpage__couponsearch-input::placeholder{color:var(--gray400)}.cartpage__couponsearch-button{width:105px;min-width:105px;height:47px;background-color:var(--light-orange);font:500 16px / 24px var(--title-font);color:var(--secondary-hover);border:0;border-radius:4px;position:relative}.cartpage__couponsearch-button .loader_container{background-color:var(--light-orange);border-radius:4px}.cartpage__couponsearch-button .loader_container .loader{width:20px;height:20px}.cartpage__couponsearch-button .loader_container .loader svg{width:20px;height:20px;fill:var(--secondary-hover)}.cartpage__couponsearch-modal-overlay{position:fixed;inset:0;z-index:999;background-color:rgb(51 51 51 / .55);display:none}.cartpage__couponsearch-modal-overlay.active{display:block}.cartpage__couponsearch-modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;width:100%;max-width:581px;height:auto;max-height:80vh;background-color:var(--white);padding:32px;border-radius:4px}.cartpage__couponsearch-modal.active{display:flex}.cartpage__couponsearch-modal-wrapper{position:relative;gap:32px}.cartpage__couponsearch-modal-title{font:600 20px / 24px var(--title-font);color:var(--secondary)}.cartpage__couponsearch-modal-close{position:absolute;top:0;right:0;cursor:pointer}.cartpage__couponsearch-modal-close svg{width:24px;height:24px;color:var(--gray1000)}.cartpage__couponsearch-modal-items{gap:10px}.cartpage__couponsearch-modal-item-title{width:max-content;font:600 14px / 18.2px var(--title-font);color:var(--secondary)}.cartpage__couponsearch-modal-item-text{width:100%;font:400 14px / 18.2px var(--title-font);color:var(--gray600)}.cartpage__couponsearch-modal-btn{width:230px;height:48px;background-color:var(--secondary);font:600 16px / 24px var(--title-font);color:var(--white);border:0;border-radius:4px;margin-inline:auto}@media (max-width:650px){.cartpage__couponsearch-modal{max-width:calc(100% - 32px);overflow-y:auto}.cartpage__couponsearch-modal-wrapper{flex-wrap:nowrap;min-height:max-content}.cartpage__couponsearch-modal-title{width:90%}.cartpage__couponsearch-modal-item{width:100%}.cartpage__couponsearch-modal-item-title{width:100%}}.cartpage__totals{width:100%;border-radius:8px;background-color:var(--gray50);padding:32px;gap:8px}.cartpage__totals-title{font:500 24px / 28.8px var(--title-font);color:var(--gray1000);margin-bottom:24px}.cartpage__totals-line{align-items:center}.cartpage__totals-line-title{font:500 14px / 21px var(--title-font);color:var(--gray500)}.cartpage__totals-line-text{font:500 14px / 21px var(--title-font);color:var(--gray1000)}.cartpage__totals-line-title.total,.cartpage__totals-line-text.total{font:500 16px / 24px var(--title-font);color:var(--gray1000)}.cartpage__totals-gotocheckout{width:100%;height:48px;margin-top:24px;justify-content:center;align-items:center;gap:8px;background-color:var(--secondary);font:600 16px / 24px var(--title-font);color:var(--white);border:0;border-radius:4px;transition:all .3s ease}.cartpage__totals-gotocheckout svg{width:24px;height:24px;color:var(--white)}.cartpage__totals-gotocheckout:hover{background-color:var(--secondary-hover);color:var(--white)}.cartpage__totals-gotocheckout.empty{background-color:var(--gray400);pointer-events:none}  .about{padding-block:16px 122px;background-color:var(--secondary-background)}.about__wrapper{align-items:center}.about__title{font:700 48px / 1.25 var(--title-font);color:var(--featured);letter-spacing:-.48px;margin-block:30px 16px;text-align:center}.about__title.limited{max-width:485px}.about__description{font:400 20px / 1.25 var(--title-font);color:var(--gray1000);text-align:center}.about__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-block:38px 69px}.about__timeline{width:100%;padding-block:60px 64px;position:relative}.about__timeline-gallery{width:100%;overflow:hidden;user-select:none;border-bottom:1px solid var(--gray300)}.about__timeline-inner{display:flex;justify-content:flex-start;gap:48px;transition:transform 0.4s cubic-bezier(.25,.46,.45,.94);will-change:transform;padding-bottom:54px}.about__timeline-card{flex-shrink:0;width:calc((100% - 144px) / 4);align-items:center;justify-content:space-between;gap:48px;position:relative}.about__timeline-card::after{content:'';display:flex;width:1px;height:54px;background-color:var(--gray300);position:absolute;top:100%;left:50%;transform:translateX(-50%)}.about__timeline-card-title{font:700 16px / 1.64 var(--title-font);color:var(--secondary);text-align:center}.about__timeline-card-image{width:200px;min-width:200px;height:200px;object-fit:cover;object-position:top left;border:12px solid var(--white);border-radius:100%}.about__timeline-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:100%;background-color:var(--white);justify-content:center;align-items:center;box-shadow:0 1px 12px rgb(0 0 0 / .25);cursor:pointer;user-select:none}.about__timeline-arrow svg{color:var(--gray1000);width:24px;height:24px}.about__timeline-arrow--prev{left:-50px}.about__timeline-arrow--next{right:-50px}.about__timeline-arrow--next svg{transform:rotate(180deg)}.about__ourstores{width:100%;margin-block:57px 122px;flex-wrap:wrap;justify-content:center;column-gap:45px;row-gap:120px}.about__ourstores-card{width:calc((100% - 90px) / 3)}.about__ourstores-card-article{gap:22px;align-items:center}.about__ourstores-card-title{width:max-content;font:700 20px / 1.25 var(--title-font);color:var(--secondary)}.about__ourstores-card-image{width:100%;height:auto;border:1px solid var(--gray100)}.about__ourstores-card-description{font:400 16px / 1.64 var(--title-font);color:var(--gray600);text-align:center}.about__products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:26px}.about__products-card{background-color:var(--white)}.about__products-card-image{width:100%;height:auto}.about__products-card-info{width:100%;height:92px;background-color:var(--white);position:relative}.about__products-card-title{width:80%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 18px / 34px var(--title-font);color:var(--featured)}@media (max-width:1340px){.about__timeline-arrow--prev{left:0}.about__timeline-arrow--next{right:0}.about__timeline-gallery{width:calc(100% - 115px);margin-inline:auto}}@media (max-width:1150px){.about__timeline-card-image{width:170px;min-width:170px;height:170px}}@media (max-width:1024px){.about__title{font-size:40px}.about__description{font-size:16px}.about__gallery{grid-template-columns:repeat(2,1fr);gap:15px}.about__timeline-inner{gap:24px}.about__timeline-card{width:calc((100% - 48px) / 3)}.about__ourstores{column-gap:15px;row-gap:60px;margin-block:60px}.about__ourstores-card{width:calc((100% - 30px) / 2)}.about__products{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about__timeline-card{width:calc((100% - 24px) / 2)}}@media (max-width:560px){.about__gallery{grid-template-columns:1fr}.about__timeline-inner{gap:0}.about__timeline-card{width:100%}.about__ourstores-card{width:100%}.about__products{grid-template-columns:1fr}}  .donation{padding-block:16px 122px;background-color:var(--secondary-background)}.donation__wrapper{align-items:center}.donation__banner{width:100%;height:auto;display:flex;margin-top:16px}.donation__banner-image{width:100%;height:auto}.donation__video{margin-top:100px;gap:90px;align-items:center}.donation__video iframe{min-width:560px}.donation__video-description{font:400 16px / 1.64 var(--title-font);color:var(--gray1000)}.donations__blocks{gap:43px;margin-block:54px}.donations__block{width:50%;border-radius:8px;padding:50px;gap:24px;align-items:center}.donations__block:nth-of-type(1){background-color:#CFC8E3}.donations__block:nth-of-type(2){background-color:#FCD0B7}.donations__block-icon{width:55px;height:55px}.donations__block-title{font:700 33px / 1.25 var(--title-font);text-align:center}.donations__block:nth-of-type(1) .donations__block-title{color:var(--secondary)}.donations__block:nth-of-type(2) .donations__block-title{color:var(--featured)}.donations__block-description{font:400 24px / 1.5 var(--title-font)}.donations__block:nth-of-type(1) .donations__block-description{color:#3B2C59}.donations__block:nth-of-type(2) .donations__block-description{color:#BD5819}.donation__howtodo{gap:48px;margin-block:63px}.donation__howtodo-banner{width:50%;height:auto;object-fit:contain}.donation__howtodo-text{width:50%;font:400 16px / 1.64 var(--title-font);color:var(--gray1000)}.donation__howtodo-text span{font-weight:700;color:var(--primary)}.donation__steps-container{gap:30px;align-items:center;margin-block:57px}.donation__steps-title{font:700 40px / 1.25 var(--title-font);color:var(--secondary);text-align:center;margin-bottom:43px}.donation__steps{gap:30px;max-width:800px;margin-inline:auto}.donation__step{gap:30px;align-items:center}.donation__step-dot{width:150px;min-width:150px;height:150px;min-height:unset;border-radius:100%;background-color:#FFDFCB;font:700 52px / 1 var(--title-font);color:var(--secondary)}.donation__step-text{width:100%;font:400 22px / 39px var(--site-font);color:var(--clean-text)}.donation__steps-warn{max-width:800px;margin-inline:auto;font:400 22px / 39px var(--site-font);color:var(--clean-text);text-align:center}.donation__faq{margin-block:64px 82px;gap:24px}.donation__faq-title{font:700 40px / 1.25 var(--title-font);color:var(--featured);text-align:center}.donation__faq-items{gap:16px}.donation__faq-item{width:100%}.donation__faq-item-header{padding:24px 50px;align-items:center;background-color:var(--white);transition:all .3s ease;cursor:pointer}.donation__faq-item-title{font:500 16px / 34px var(--title-font);color:var(--secondary);transition:all .3s ease}.donation__faq-item-header svg{width:24px;min-width:24px;height:24px;color:var(--secondary);transform:rotate(90deg);transition:all .3s ease}.donation__faq-item-content{padding:0 40px;background-color:#f0f0f0;max-height:0;overflow:hidden;transition:all .3s ease}.donation__faq-item-text{font:400 16px / 27px var(--site-font);color:var(--clean-text)}.donation__faq-item-input:checked+.donation__faq-item-header{background-color:var(--secondary)}.donation__faq-item-input:checked+.donation__faq-item-header .donation__faq-item-title{color:var(--white)}.donation__faq-item-input:checked+.donation__faq-item-header svg{transform:rotate(-90deg);color:var(--white)}.donation__faq-item-input:checked~.donation__faq-item-content{max-height:500px;padding:50px 40px}.donation__products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:26px}.donation__products-title{font:700 40px / 1.25 var(--title-font);color:var(--featured);text-align:center}.donation__products-card{background-color:var(--white)}.donation__products-card-image{width:100%;height:auto}.donation__products-card-info{width:100%;height:92px;background-color:var(--white);position:relative}.donation__products-card-title{width:80%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 18px / 34px var(--title-font);color:var(--featured)}@media (max-width:1024px){.donation{padding-block:16px 60px}.donation__video{margin-top:60px;flex-direction:column;gap:45px}.donation__products{gap:15px;grid-template-columns:repeat(2,1fr)}.donation__faq{margin-block:0 60px}}@media (max-width:900px){.donation__howtodo{flex-direction:column;align-items:center;gap:24px;margin-block:0}.donation__howtodo-banner{width:100%;max-width:600px}.donation__howtodo-text{width:100%}}@media (max-width:768px){.donations__blocks{flex-direction:column}.donations__block{width:100%}.donation__steps-title{font-size:33px;margin-bottom:22px}.donation__step-dot{width:80px;min-width:80px;height:80px;font-size:28px}.donation__step-text,.donation__steps-warn{font-size:16px;line-height:27px}.donation__faq-title{font-size:33px}.donation__faq-item-header{padding:20px;gap:20px;flex-wrap:nowrap}.donation__products-title{font-size:33px}}@media (max-width:650px){.donation__banner-image{border-radius:8px}.donation__video iframe{min-width:unset;width:100%}.donations__block-title{font-size:25px}.donations__block-description{font-size:18px}}@media (max-width:560px){.donation__products{grid-template-columns:1fr}}  .delivery{padding-block:16px 122px;background-color:var(--secondary-background)}.delivery__wrapper{align-items:center}.delivery__banner{width:100%;height:auto;display:flex;margin-top:16px}.delivery__banner-image{width:100%;height:auto}.delivery__block{gap:138px;margin-top:90px;align-items:flex-start}.delivery__block.reverse{flex-direction:row-reverse}.delivery__block-content{width:50%;gap:15px}.delivery__block-title{font:700 33px / 1.25 var(--title-font);color:var(--featured)}.delivery__block-text{font:400 16px / 1.64 var(--title-font);color:var(--gray1000)}.delivery__block-image{width:50%;height:auto;object-fit:contain}.delivery__block-freigths{gap:15px;align-items:flex-start}.delivery__block-freights-text{font:400 14px / 21px var(--title-font);color:var(--clean-text)}.delivery__block-warn{font:700 20px / 1.25 var(--title-font);color:#BD5819}.delivery__block-warn-two{font:400 20px / 1.25 var(--title-font);color:#4F2409}.delivery__products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:26px}.delivery__products-title{max-width:485px;font:700 33px / 1.25 var(--title-font);color:var(--featured);text-align:center;margin-top:90px}.delivery__products-card{background-color:var(--white)}.delivery__products-card-image{width:100%;height:auto}.delivery__products-card-info{width:100%;height:92px;background-color:var(--white);position:relative}.delivery__products-card-title{width:80%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 18px / 34px var(--title-font);color:var(--featured)}@media (max-width:1024px){.delivery{padding-block:16px 60px}.delivery__block{gap:30px}.delivery__products{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.delivery__block,.delivery__block.reverse{flex-direction:column-reverse;margin-top:60px}.delivery__block-content{width:100%}.delivery__block-image{width:100%;max-width:600px;margin-inline:auto}.delivery__block-warn,.delivery__block-warn-two{font-size:16px}.delivery__products-title{margin-top:60px}}@media (max-width:560px){.delivery__products{grid-template-columns:1fr}}  .payments{padding-block:16px 122px;background-color:var(--secondary-background)}.payments__wrapper{align-items:center}.payments__banner{width:100%;height:auto;display:flex;margin-top:16px}.payments__banner-image{width:100%;height:auto}.payments__block{gap:138px;margin-top:90px;align-items:flex-start}.payments__block.flex-align-center{align-items:center}.payments__block.reverse{flex-direction:row-reverse}.payments__block-content{width:50%;gap:15px}.payments__block-title{font:700 33px / 1.25 var(--title-font);color:var(--featured)}.payments__block-text{font:400 16px / 1.64 var(--title-font);color:var(--gray1000)}.payments__block-image{width:50%;height:auto;object-fit:contain}.payments__block-items{gap:10px;list-style:none}.payments__block-item{font:400 14px / 21px var(--title-font);color:var(--clean-text);position:relative;margin-left:30px}.payments__block-item::after{content:">";width:24px;height:24px;position:absolute;left:-30px;top:-4px;color:var(--secondary);font:400 24px / 1 monospace}.payments__products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:26px}.payments__products-title{max-width:485px;font:700 33px / 1.25 var(--title-font);color:var(--featured);text-align:center;margin-top:90px}.payments__products-card{background-color:var(--white)}.payments__products-card-image{width:100%;height:auto}.payments__products-card-info{width:100%;height:92px;background-color:var(--white);position:relative}.payments__products-card-title{width:80%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 18px / 34px var(--title-font);color:var(--featured)}@media (max-width:1024px){.payments{padding-block:16px 60px}.payments__block{gap:30px}.payments__products{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.payments__block,.payments__block.reverse{flex-direction:column-reverse;margin-top:60px}.payments__block-content{width:100%}.payments__block-image{width:100%;max-width:600px;margin-inline:auto}.payments__products-title{margin-top:60px}}@media (max-width:560px){.payments__products{grid-template-columns:1fr}.payments__block-title{font-size:30px}}  .policy{padding-block:16px 122px;background-color:var(--secondary-background)}.policy__wrapper{align-items:center}.policy__banner{width:100%;height:auto;display:flex;margin-block:16px 50px}.policy__banner-image{width:100%;height:auto}.policy__content{padding-top:32px;border-top:5px solid var(--secondary);width:100%;max-width:830px;margin-inline:auto;gap:20px}.policy__title{font:700 33px / 1.25 var(--title-font);color:var(--secondary);text-transform:uppercase}.policy__text{font:400 16px / 1.64 var(--title-font);color:var(--gray1000)}.policy__text table{border-collapse:collapse;margin:24px 0}.policy__text table caption{font:400 14px / 21px var(--title-font);color:var(--clean-text)}.policy__text table thead tr th{border:1px solid #b2b2b2;background-color:#f0f0f0;font:700 16px / 1.64 var(--title-font);color:var(--secondary);padding:16px;vertical-align:middle;text-align:center}.policy__text table thead tr th.cabecalho{border:1px solid var(--secondary);background-color:var(--secondary);padding:16px;vertical-align:middle;font:700 20px / 1.25 var(--title-font);color:var(--white);text-align:center}.policy__text table.cookies thead tr th.cabecalho{background-color:#ADA0CD;border:1px solid #ADA0CD}.policy__text table tbody tr td{border:1px solid #b2b2b2;background-color:var(--white);padding:10px 13px;font:400 12px / 1.64 var(--title-font);color:#4f4f4f;text-align:center;vertical-align:middle}.policy__text .privacy__assing{width:100%;display:flex;justify-content:flex-end}.policy__products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:26px}.policy__products-title{max-width:485px;font:700 33px / 1.25 var(--title-font);color:var(--featured);text-align:center;margin-top:90px}.policy__products-card{background-color:var(--white)}.policy__products-card-image{width:100%;height:auto}.policy__products-card-info{width:100%;height:92px;background-color:var(--white);position:relative}.policy__products-card-title{width:80%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 18px / 34px var(--title-font);color:var(--featured)}@media (max-width:1024px){.policy{padding-block:16px 60px}.policy__products{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.policy__title{font-size:24px}.policy__products-title{margin-top:60px}}@media (max-width:560px){.policy__products{grid-template-columns:1fr}.policy__text{width:100%}.policy__text table{overflow-x:auto;display:block}.policy__text table::-webkit-scrollbar{height:5px}}  .changes{padding-block:16px 122px;background-color:var(--secondary-background)}.changes__wrapper{align-items:center}.changes__banner{width:100%;height:auto;display:flex;margin-block:16px 50px}.changes__banner-image{width:100%;height:auto}.changes__content{padding-top:32px;border-top:5px solid var(--secondary);width:100%;max-width:830px;margin-inline:auto;gap:20px}.change__content-text{font:400 16px / 1.64 var(--title-font);color:var(--gray1000)}.changes__products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:26px}.changes__products-title{max-width:485px;font:700 40px / 1.25 var(--title-font);color:var(--featured);text-align:center;margin-top:90px}.changes__products-card{background-color:var(--white)}.changes__products-card-image{width:100%;height:auto}.changes__products-card-info{width:100%;height:92px;background-color:var(--white);position:relative}.changes__products-card-title{width:80%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 18px / 34px var(--title-font);color:var(--featured)}@media (max-width:1024px){.changes{padding-block:16px 60px}.changes__products{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.changes__products-title{margin-top:60px;font-size:33px}}@media (max-width:560px){.changes__products{grid-template-columns:1fr}}  .coupons{padding-block:16px 122px;background-color:var(--secondary-background)}.coupons__wrapper{align-items:center}.coupons__banner{width:100%;height:auto;display:flex;margin-block:16px 50px}.coupons__banner-image{width:100%;height:auto}.coupons__block{gap:138px;margin-block:89px 60px;align-items:flex-start}.coupons__block-image{width:50%;height:auto;object-fit:contain}.coupons__block-text{width:50%;font:400 16px / 1.64 var(--title-font);color:var(--gray1000)}.coupons__warn{max-width:950px;margin-inline:auto;margin-bottom:60px;gap:15px;background-color:var(--primary);border-radius:10px;padding:36px 64px;box-shadow:0 38px 41px 0 rgb(0 0 0 / .25)}.coupons__warn-title{font:700 40px / 1.25 var(--title-font);color:var(--secondary)}.coupons__warn-text{font:400 28px / 1.25 var(--title-font);color:var(--white);text-align:center}.coupons__cards{gap:30px;align-items:center}.coupons__cards-title{font:700 40px / 1.25 var(--title-font);color:var(--secondary);text-align:center}.coupons__cards-items{gap:43px}.coupons__cards-item{width:50%;border-radius:8px;gap:24px;align-items:center;background-color:#cfc8e3;padding:50px}.coupons__cards-item:nth-of-type(2){background-color:#fcd0b7}.coupons__cards-item-title{font:700 33px / 1.25 var(--title-font);color:var(--secondary);text-align:center}.coupons__cards-item:nth-of-type(2) .coupons__cards-item-title{color:#6950A1}.coupons__cards-item-text{font:400 24px / 1.5 var(--title-font);color:#3b2c59}.coupons__cards-item:nth-of-type(2) .coupons__cards-item-text{color:#bd5819}.coupons__cards-item-coupon{width:max-content;padding:14px 5%;background-color:#f1eef7;border:1px dashed #8b78b7;border-radius:5px;font:700 30px / 1.25 var(--title-font);color:#6950a1}.coupons__cards-item:nth-of-type(2) .coupons__cards-item-coupon{background-color:#fef0e7;color:var(--secondary);border-color:#f37021}.coupons__cards-warn{width:100%;font:400 16px / 1.64 var(--title-font);color:#4f4f4f}.coupons__faq{margin-block:64px 82px;gap:24px}.coupons__faq-title{max-width:765px;margin-inline:auto;font:700 40px / 1.25 var(--title-font);color:var(--featured);text-align:center}.coupons__faq-items{gap:16px}.coupons__faq-item{width:100%}.coupons__faq-item-header{padding:24px 50px;align-items:center;background-color:var(--white);transition:all .3s ease;cursor:pointer}.coupons__faq-item-title{font:500 16px / 34px var(--title-font);color:var(--secondary);transition:all .3s ease}.coupons__faq-item-header svg{width:24px;min-width:24px;height:24px;color:var(--secondary);transform:rotate(90deg);transition:all .3s ease}.coupons__faq-item-content{padding:0 40px;background-color:#f0f0f0;max-height:0;overflow:hidden;transition:all .3s ease}.coupons__faq-item-text{font:400 16px / 27px var(--site-font);color:var(--clean-text)}.coupons__faq-item-input:checked+.coupons__faq-item-header{background-color:var(--secondary)}.coupons__faq-item-input:checked+.coupons__faq-item-header .coupons__faq-item-title{color:var(--white)}.coupons__faq-item-input:checked+.coupons__faq-item-header svg{transform:rotate(-90deg);color:var(--white)}.coupons__faq-item-input:checked~.coupons__faq-item-content{max-height:500px;padding:50px 40px}.coupons__products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:26px}.coupons__products-title{max-width:485px;font:700 40px / 1.25 var(--title-font);color:var(--featured);text-align:center}.coupons__products-card{background-color:var(--white)}.coupons__products-card-image{width:100%;height:auto}.coupons__products-card-info{width:100%;height:92px;background-color:var(--white);position:relative}.coupons__products-card-title{width:80%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 18px / 34px var(--title-font);color:var(--featured)}@media (max-width:1024px){.coupons{padding-block:16px 60px}.coupons__block{gap:30px}.coupons__faq{margin-block:60px}.coupons__products{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.coupons__banner{margin-block:16px 0}.coupons__block{flex-direction:column;margin-block:60px}.coupons__block-image{width:100%;max-width:600px;margin-inline:auto}.coupons__block-text{width:100%}.coupons__warn{padding:16px 34px}.coupons__warn-title{font-size:24px}.coupons__warn-text{font-size:20px}.coupons__cards-title{font-size:33px}.coupons__cards-items{flex-direction:column}.coupons__cards-item{width:100%}.coupons__faq-title{font-size:33px}.coupons__faq-item-header{padding:20px;gap:20px;flex-wrap:nowrap}.coupons__products-title{font-size:33px}}@media (max-width:650px){.coupons__cards-item-title{font-size:25px}.coupons__cards-item-text{font-size:18px}}@media (max-width:560px){.coupons__products{grid-template-columns:1fr}}  .drivethru{padding-block:16px 122px;background-color:var(--secondary-background)}.drivethru__wrapper{align-items:center}.drivethru__banner{width:100%;height:auto;display:flex;margin-block:16px 50px}.drivethru__banner-image{width:100%;height:auto}.drivethru__title{font:700 40px / 1.25 var(--title-font);color:var(--featured);margin-bottom:16px;text-align:center}.drivethru__text{max-width:830px;font:400 20px / 1.25 var(--title-font);color:var(--gray1000);text-align:center}.drivethru__steps-container{gap:40px;align-items:center;margin-block:60px}.drivethru__steps-title{font:400 30px / 1 var(--title-font);color:var(--featured);text-align:center}.drivethru__steps{gap:30px;max-width:800px;margin-inline:auto}.drivethru__step{gap:30px;align-items:center}.drivethru__step-dot{width:150px;min-width:150px;height:150px;min-height:unset;border-radius:100%;background-color:#FFDFCB;font:700 52px / 1 var(--title-font);color:var(--secondary)}.drivethru__step-text{width:100%;font:400 22px / 39px var(--site-font);color:var(--clean-text)}.drivethru__steps-opening-hours{font:400 20px / 1.25 var(--title-font);color:var(--clean-text);text-align:center}.drivethru__steps-opening-hours span{font-weight:700;line-height:50px;color:var(--featured)}.drivethru__cards{gap:30px;align-items:center;margin-top:60px}.drivethru__cards-title{font:700 40px / 1.25 var(--title-font);color:var(--secondary);text-align:center}.drivethru__cards-items{gap:43px}.drivethru__cards-item{width:50%;border-radius:8px;gap:24px;align-items:center;background-color:#cfc8e3;padding:50px}.drivethru__cards-item-title{font:700 33px / 1.25 var(--title-font);color:var(--featured);text-align:center}.drivethru__cards-item-text{font:400 24px / 1.5 var(--title-font);color:#3b2c59}.drivethru__warns{width:100%;margin-block:60px;gap:43px}.drivethru__warn{padding:24px;background-color:#ececec}.drivethru__warn-text{font:400 20px / 1.25 var(--title-font);color:#6d6d6d}.drivethru__faq{margin-block:64px 82px;gap:24px}.drivethru__faq-title{max-width:765px;margin-inline:auto;font:700 40px / 1.25 var(--title-font);color:var(--featured);text-align:center}.drivethru__faq-items{gap:16px}.drivethru__faq-item{width:100%}.drivethru__faq-item-header{padding:24px 50px;align-items:center;background-color:var(--white);transition:all .3s ease;cursor:pointer}.drivethru__faq-item-title{font:500 16px / 34px var(--title-font);color:var(--secondary);transition:all .3s ease}.drivethru__faq-item-header svg{width:24px;min-width:24px;height:24px;color:var(--secondary);transform:rotate(90deg);transition:all .3s ease}.drivethru__faq-item-content{padding:0 40px;background-color:#f0f0f0;max-height:0;overflow:hidden;transition:all .3s ease}.drivethru__faq-item-text{font:400 16px / 27px var(--site-font);color:var(--clean-text)}.drivethru__faq-item-input:checked+.drivethru__faq-item-header{background-color:var(--secondary)}.drivethru__faq-item-input:checked+.drivethru__faq-item-header .drivethru__faq-item-title{color:var(--white)}.drivethru__faq-item-input:checked+.drivethru__faq-item-header svg{transform:rotate(-90deg);color:var(--white)}.drivethru__faq-item-input:checked~.drivethru__faq-item-content{max-height:500px;padding:50px 40px}.drivethru__products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:26px}.drivethru__products-title{max-width:800px;font:700 40px / 1.25 var(--title-font);color:var(--featured);text-align:center}.drivethru__products-card{background-color:var(--white)}.drivethru__products-card-image{width:100%;height:auto}.drivethru__products-card-info{width:100%;height:92px;background-color:var(--white);position:relative}.drivethru__products-card-title{width:80%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 18px / 34px var(--title-font);color:var(--featured)}@media (max-width:1024px){.drivethru{padding-block:16px 60px}.drivethru__faq{margin-block:60px}.drivethru__products{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.drivethru__title{font-size:33px}.drivethru__text{font-size:16px}.drivethru__steps-title{font-size:33px}.drivethru__step-dot{width:80px;min-width:80px;height:80px;font-size:28px}.drivethru__step-text,.drivethru__steps-warn{font-size:16px;line-height:27px}.drivethru__cards{margin-top:0}.drivethru__cards-title{font-size:33px}.drivethru__cards-items{flex-direction:column}.drivethru__cards-item{width:100%}.drivethru__warn-text{font-size:16px}.drivethru__faq{margin-block:0 60px}.drivethru__faq-title{font-size:33px}.drivethru__faq-item-header{padding:20px;gap:20px;flex-wrap:nowrap}.drivethru__products-title{font-size:33px}}@media (max-width:650px){.drivethru__cards-item-title{font-size:25px}.drivethru__cards-item-text{font-size:18px}}@media (max-width:560px){.drivethru__products{grid-template-columns:1fr}}  .cashbackpage{padding-block:16px 122px;background-color:var(--secondary-background)}.cashbackpage__wrapper{align-items:center}.cashbackpage__block{background-color:var(--white);padding:30px;border-radius:5px;align-items:center;gap:24px}.cashbackpage__title{font:700 20px / 24px var(--title-font);color:var(--featured);text-align:center}.cashbackpage__banner{width:100%;height:auto;display:flex}.cashbackpage__banner-image{width:100%;height:auto}.cashbackpage__text{font:400 14px / 1.8 var(--title-font);color:var(--featured)}.cashbackpage__text.center{text-align:center}.cashbackpage__text.limited{max-width:650px;margin-inline:auto}.cashbackpage__video{margin-block:32px;align-items:center;gap:32px}.cashbackpage__video iframe{width:560px;margin-inline:auto;border-radius:10px}.cashbackpage__info{align-items:center;gap:24px}.cashbackpage__faq{margin-top:24px;align-items:center;gap:24px}.cashbackpage__products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:26px}.cashbackpage__products-title{max-width:800px;font:700 20px / 24px var(--title-font);color:var(--featured);text-align:center;margin-top:24px}.cashbackpage__products-card{background-color:var(--white)}.cashbackpage__products-card-image{width:100%;height:auto}.cashbackpage__products-card-info{width:100%;height:92px;background-color:var(--white);position:relative}.cashbackpage__products-card-title{width:80%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 18px / 34px var(--title-font);color:var(--featured)}.cashbackpage__subtitle{font:700 14px / 1.8 var(--title-font);color:var(--featured);text-align:center;margin-top:24px}.cashbackpage .showcase{background-color:#fff0}.cashbackpage .showcase .pcard{background-color:var(--white)}@media (max-width:1024px){.cashbackpage{padding-block:16px 60px}.cashbackpage__products{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.cashbackpage__video iframe{width:100%}}@media (max-width:560px){.cashbackpage__products{grid-template-columns:1fr}}  .work{padding-block:16px 122px;background-color:var(--secondary-background)}.work__wrapper{align-items:center}.work__content{max-width:900px;margin-top:20px;gap:24px}.work__title{font:500 24px / 1.2 var(--title-font);color:var(--gray1000);letter-spacing:-.01em}.work__description{font:400 16px / 1.5 var(--title-font);color:var(--clean-text)}.work__row{gap:30px}.work__form{gap:21px;width:100%}.work__form-input-block{gap:8px;position:relative}.work__form-label{font:500 16px / 1.5 var(--title-font);color:var(--gray1000)}.work__form-field{width:100%;height:48px;border:1px solid var(--border-color);border-radius:4px;padding-inline:16px;font:400 14px / 1.5 var(--title-font);color:var(--gray1000)}.work__form-field::placeholder{color:var(--gray300)}.work__file-field{width:100%;height:48px}.work__file-field-input{position:absolute;opacity:0;width:.1px;height:.1px;overflow:hidden;z-index:-1}.work__file-name{height:100%;width:calc(100% - 200px);display:flex;align-items:center;border:1px solid var(--border-color);border-radius:4px 0 0 4px;padding-inline:16px;font:400 14px / 1.5 var(--title-font);color:var(--gray300);background-color:var(--white);cursor:default}.work__file-name.has-name{color:var(--gray1000)}.work__file-btn,.work__remove-file{display:flex;align-items:center;justify-content:center;height:100%;width:200px;background-color:var(--light-orange);font:500 16px / 1.5 var(--title-font);color:var(--secondary);border-radius:0 4px 4px 0;transition:all .3s ease;cursor:pointer}.work__file-btn.hidden{display:none}.work__file-btn:hover,.work__remove-file:hover{background-color:var(--light-orange-hover)}.work__form-message{font:400 12px / 1.5 var(--title-font);color:var(--gray300)}.work__form-submit{width:100%;max-width:195px;height:48px;background-color:var(--secondary);font:500 16px / 1.5 var(--title-font);color:var(--white);border:0;border-radius:4px;transition:all .3s ease;position:relative}.work__form-submit .loader_container{width:100%;height:100%;border-radius:4px;background-color:var(--secondary)}.work__form-submit .loader_container .loader{width:20px;height:20px}.work__form-submit .loader_container .loader svg{width:20px;height:20px;fill:var(--white)}.work__form-submit:hover{background-color:var(--secondary-hover)}.work__info{width:max-content;min-width:max-content;height:fit-content;padding:32px;border:1px solid var(--border-color);border-radius:8px;gap:16px}.work__info-item{gap:8px}.work__info-item-icon{width:24px;height:24px}.work__info-item-content{gap:8px}.work__info-item-title{font:600 16px / 1.5 var(--title-font);color:var(--gray1000)}.work__info-description{font:400 14px / 1.5 var(--title-font);color:var(--clean-text);word-break:break-all}@media (max-width:1024px){.work{padding-block:16px 60px}}@media (max-width:900px){.work__row{flex-direction:column;gap:86px}.work__info{width:100%;min-width:unset}}@media (max-width:560px){.work__file-field{flex-direction:column;height:auto;gap:10px}.work__file-name,.work__file-btn,.work__remove-file{width:100%;height:48px;border-radius:4px}.work__form-submit{max-width:unset}}  .club{padding-block:16px 0;background-color:var(--white)}.club.section-two{padding-block:0 122px;background-color:var(--secondary-background);position:relative}.club__wrapper{align-items:center}.club__banner-container{width:100%;position:relative;display:flex;overflow:hidden}.club__banner{width:100%;height:auto;display:flex}@media (min-width:1925px){.club__banner-container{max-width:1216px;border-radius:16px;margin-inline:auto;margin-top:30px}}.club__banner-image{width:100%;height:auto;object-fit:cover}.club__banner-info{gap:18px;max-width:491px;position:absolute;left:10%;top:50%;transform:translateY(-50%)}.club__banner-info-img{width:98px;height:auto}.club__banner-info-title{font:700 33px / 1.25 var(--title-font);color:var(--featured)}.club__banner-info-description{font:400 16px / 1.64 var(--title-font);color:#795419}.club__banner-info-actions{gap:11px}.club__banner-info-action{width:50%;height:42px;background-color:var(--secondary);border-radius:4px;font:600 14px / 21px var(--title-font);color:var(--white);transition:all .3s ease}.club__banner-info-action:hover{background-color:var(--secondary-hover);color:var(--white)}.club__banner-info-action.rules{background-color:#5727051A;color:#a66e15}.club__banner-info-action.rules:hover{background-color:#5727054f;color:var(--white)}.club__content-one{margin-block:30px;border-radius:20px;overflow:hidden}.club__content-one-bg{width:52%;height:auto;object-fit:cover;object-position:left}.club__content-one-content{width:48%;min-width:calc(48% + 50px);border-radius:20px;background:linear-gradient(322.72deg,#6950A1 1.56%,#A582F5 98.56%);padding:14px;position:relative;left:-50px}.club__content-one-info{width:100%;height:100%;justify-content:flex-start;background-color:var(--white);border-radius:15px;gap:20px;padding:50px}.club__content-one-title{font:700 28px / 1.25 var(--title-font);color:var(--featured)}.club__content-one-description{font:400 16px / 1.64 var(--title-font);color:var(--gray800)}.club__content-one-description strong{color:var(--secondary)}.club__content-two{margin-block:30px;gap:18px}.club__content-two-title{font:700 48px / 1.25 var(--title-font);color:var(--featured)}.club__content-two-description{font:400 18px / 1 var(--title-font);color:var(--featured)}.club__content-two-items{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.club__content-two-item{border:1px solid var(--border-color);border-radius:20px;padding:20px 30px;gap:15px}.club__content-two-item-dot{width:55px;height:55px;min-height:unset;background-color:var(--secondary);border-radius:100%;font:400 24px / 1.25 var(--title-font);color:var(--white)}.club__content-two-item-title{min-height:75px;font:700 20px / 1.25 var(--title-font);color:var(--gray1000)}.club__content-two-item-description{font:400 16px / 1.64 var(--title-font);color:var(--gray800)}.club__content-three{margin-block:30px 90px;gap:85px}.club__content-three-title{max-width:380px;font:700 48px / 1.25 var(--title-font);color:var(--featured)}.club__content-three-items{width:100%;gap:30px}.club__content-three-item{gap:22px}.club__content-three-header{gap:22px;align-items:center}.club__content-three-header svg{width:24px;height:24px;color:var(--secondary)}.club__content-three-item-title{font:700 20px / 1.25 var(--title-font);color:var(--gray900)}.club__content-three-description{font:400 16px / 1.64 var(--title-font);color:var(--gray800)}.club__ellipse{position:absolute;top:0;left:0}.club__money{width:396px;height:auto;position:absolute;top:0;right:0}.club__content-four{gap:97px;padding-inline:15%;padding-block:65px;position:relative}.club__content-four-content{gap:18px;justify-content:center;position:relative;z-index:1}.club__content-four-title{font:500 30px / 1.25 var(--title-font);color:var(--featured)}.club__content-four-description{font:400 16px / 1.64 var(--title-font);color:var(--featured)}.club__content-four-qrcode{width:300px;height:auto;position:relative;z-index:1}.club__content-five{margin-block:30px;width:100%;max-width:725px;margin-inline:auto;gap:12px}.club__content-five-title{font:700 40px / 1.25 var(--title-font);color:var(--featured);text-align:center}.club__content-five-description{font:400 16px / 1.64 var(--title-font);color:var(--gray800);text-align:center}.club__content-five-items{width:100%;gap:20px;background-color:var(--white);border-radius:15px;padding:30px 50px;margin-top:20px}.club__content-five-item{gap:10px}.club__content-five-item svg{width:24px;min-width:24px;height:24px;color:var(--secondary)}.club__content-five-item-text{font:400 18px / 1.64 var(--title-font);color:var(--gray800)}.club__content-six{margin-block:60px 30px;gap:70px}.club__content-six-title{font:700 40px / 1.25 var(--title-font);color:var(--featured);align-self:center}.club__content-six-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.club__content-six-step{position:relative;background-color:var(--white);border-radius:20px;height:140px;padding-inline:36px}.club__content-six-step svg{position:absolute;left:80%}.club__content-six-step .step-arrow-one{top:100%}.club__content-six-step .step-arrow-two{bottom:100%}.club__content-six-step-dot{width:55px;height:55px;min-height:unset;background-color:var(--secondary);border-radius:100%;font:700 20px / 1.25 var(--title-font);color:var(--white);position:absolute;left:50%;transform:translateX(-50%);top:-27.5px}.club__content-six-step-text{font:700 14px / 1.64 var(--title-font);color:var(--gray800);text-align:center}.club__faq{width:100%;max-width:725px;margin:110px auto 0;gap:40px}.club__faq-title{font:700 40px / 1.25 var(--title-font);color:var(--featured);align-self:center}.club__faq-items{background-color:var(--white);border:1px solid var(--border-color);border-radius:20px}.club__faq-item{padding:30px 40px;gap:16px}.club__faq-item:not(:last-of-type){border-bottom:1px solid var(--border-color)}.club__faq-item-title{font:700 24px / 1.25 var(--title-font);color:var(--gray900)}.club__faq-item-text{font:400 16px / 1.64 var(--title-font);color:var(--gray800)}@media (max-width:1024px){.club.section-two{padding-block:0 60px}.club__banner{min-height:400px}.club__banner-info{max-width:380px;left:5%}.club__banner-info-title{font-size:28px}.club__content-one-info{padding:30px}.club__content-two-items{width:100%;padding-bottom:32px;overflow-x:auto}.club__content-two-items::-webkit-scrollbar{height:20px}.club__content-two-items::-webkit-scrollbar-track{background:#fcd0b7;border-radius:28px}.club__content-two-items::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:28px}.club__content-two-item{min-width:233.25px}.club__content-three{gap:32px}.club__money{width:300px}.club__content-four{padding-inline:0}.club__content-six-step{height:200px}.club__content-six-step svg{display:none}}@media (max-width:768px){.club__banner{min-height:unset;max-height:800px}.club__banner-image{object-position:bottom}.club__banner-info{top:18px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);align-items:center}.club__banner-info-title{text-align:center}.club__banner-info-description{text-align:center}.club__banner-info-actions{flex-direction:column}.club__banner-info-action{width:100%}.club__content-one{flex-direction:column;margin-block:30px 0}.club__content-one-bg{width:100%}.club__content-one-content{width:100%;left:0;top:-90px}.club__content-one-info{padding:28px 8px}.club__content-two{margin-block:0 30px}.club__content-two-title{font-size:24px;text-align:center}.club__content-two-description{text-align:center}.club__content-three{flex-direction:column}.club__content-three-title{font-size:24px;text-align:center;align-self:center}.club__money{width:250px}.club__content-four{padding-block:115px 65px;flex-direction:column;max-width:380px;margin-inline:auto;align-items:center;gap:32px}.club__content-four-title{text-align:center}.club__content-five-title{font-size:24px}.club__content-five-items{padding:30px 15px}.club__content-six-title{font-size:24px}.club__content-six-step{height:140px}.club__content-six-steps{grid-template-columns:1fr;gap:48px}.club__faq-title{font-size:24px}.club__faq-item{padding:40px 20px}.club__faq-item-title{font-size:20px}}@media (max-width:560px){.club__content-one-content{top:-30px}.club__ellipse{width:80vw}.club__money{width:50vw}}@media (max-width:410px){.club__banner{min-height:800px}.club__banner-info{top:4%}}  #html-body [data-content-type="row"]{display:flex;flex-wrap:wrap;width:100%;margin-bottom:20px}#html-body [data-content-type="column-group"]{display:flex;flex-wrap:wrap;width:100%}#html-body [data-content-type="column"]{display:flex;flex-direction:column;box-sizing:border-box}#html-body [data-content-type=divider]{height:1px;display:flex;margin-block:20px}#html-body [data-element=line]{border-color:#ddd!important;height:1px!important;border:0!important;background-color:#ddd!important;margin-block:20px}@media (max-width:768px){#html-body [data-content-type="column"]{width:100%!important;flex-basis:100%}#html-body [data-content-type="row"]{flex-direction:column}}.pagebuilder-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.pagebuilder-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.tabs-navigation{display:flex;flex-wrap:wrap;list-style:none;padding:0}@media (max-width:1024px){.tabs-navigation{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.tabs-navigation{display:flex;flex-direction:column}.tab-header{width:100%}}.tab-header a{display:block;padding:10px 20px;background:#f5f5f5;text-decoration:none;color:#333;outline:1px solid #ddd;border-bottom:none;cursor:pointer}.tab-header .tab-title{font-weight:600}.tab-header.active .tab-title{background:#fff}[data-content-type="tab-item"]{display:none;padding:20px 0}[data-content-type="tab-item"].active{display:block;animation:fadeIn 0.3s ease-in}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.tab-align-left .tabs-content{outline:1px solid #ddd;border-top:1px solid #fff;position:relative}.tab-align-left .tabs-content .active [data-content-type=divider]{display:none!important}#html-body [data-pb-style=EJBBXVW]{width:100%}.pagebuilder-mobile-only{display:none!important}@media (max-width:768px){.pagebuilder-mobile-only{display:block!important}.pagebuilder-mobile-hidden{display:none!important}}[data-content-type="tab-item"]{display:none!important;opacity:0;transition:opacity 0.3s ease}[data-content-type="tab-item"].active{display:block!important;opacity:1}.tab-header.active .tab-title{background:#fff;color:#000}