.cc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.cc-modal-overlay.hidden{display:none}.cc-modal{background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:var(--popup-corner-radius, 4px);padding:3rem;max-width:50rem;width:100%;position:relative;box-shadow:0 0 3rem #0003}.cc-modal__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;padding:.5rem;line-height:1;font-size:2rem;color:rgb(var(--color-foreground))}.cc-modal__title{margin:0 0 1.5rem;font-size:1.8rem}.cc-modal__message{line-height:1.6;margin:0}.cc-address-suggestions-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.cc-address-suggestion-btn{display:block;width:100%;text-align:left;padding:1rem 1.2rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;background:rgba(var(--color-foreground),.03);cursor:pointer;font-size:1.3rem;line-height:1.5;color:rgb(var(--color-foreground));transition:background .15s,border-color .15s}.cc-address-suggestion-btn:hover,.cc-address-suggestion-btn:focus{background:rgba(var(--color-foreground),.08);border-color:rgba(var(--color-foreground),.4);outline:none}.cc-address-bypass-btn{display:block;width:100%;margin-top:1rem;padding:.8rem 1rem;background:none;border:1px dashed rgba(var(--color-foreground),.3);border-radius:4px;cursor:pointer;font-size:1.2rem;color:rgba(var(--color-foreground),.6);text-align:center;transition:border-color .15s,color .15s}.cc-address-bypass-btn:hover,.cc-address-bypass-btn:focus{border-color:rgba(var(--color-foreground),.5);color:rgba(var(--color-foreground),.8);outline:none}.cc-loader{display:inline-block;width:2rem;height:2rem;border:3px solid rgba(var(--color-foreground),.2);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:cc-spin .8s linear infinite;vertical-align:middle}@keyframes cc-spin{to{transform:rotate(360deg)}}.cc-loading-wrapper{text-align:center;padding:2rem}.cc-account-page{padding-top:4rem!important;padding-bottom:4rem!important}.cc-account-login{max-width:50rem;margin:0 auto;padding:4rem 2rem}.cc-account-login h1{margin-bottom:2rem}.cc-account-dashboard{display:grid;gap:3rem}@media(min-width:990px){.cc-account-dashboard{grid-template-columns:1fr 2fr}}.cc-account-card{border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--text-boxes-radius, 4px);padding:2.5rem;background:rgba(var(--color-background),1)}.cc-account-card__title{font-size:1.6rem;font-weight:700;margin:0 0 2rem;padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-foreground),.1);text-transform:uppercase;letter-spacing:.1em}.cc-account-sidebar,.cc-account-main{display:flex;flex-direction:column;gap:2rem;width:90%}.cc-account-info-row{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.cc-account-info-row dt{font-weight:600;min-width:12rem;color:rgba(var(--color-foreground),.7);font-size:1.3rem;text-transform:uppercase;letter-spacing:.05em}.cc-account-info-row dd{margin:0;flex:1}.cc-account-subscription-status{display:inline-block;padding:.4rem 1rem;border-radius:2rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.cc-status--active{background:#00b46426;color:#00b464}.cc-status--trial{background:#0078ff26;color:#0078ff}.cc-status--cancelled,.cc-status--paused{background:#c832321a;color:#c83232}.cc-status--other{background:rgba(var(--color-foreground),.05);color:rgba(var(--color-foreground),.6)}.cc-orders-table{width:100%;border-collapse:collapse;font-size:1.3rem}.cc-orders-table th,.cc-orders-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(var(--color-foreground),.08)}.cc-orders-table th{font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.cc-youscribe-desc{margin-bottom:2rem;line-height:1.7;color:rgba(var(--color-foreground),.8)}.cc-youscribe-desc p{margin-bottom:1rem}.cc-account-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.cc-logout-btn{background:none;border:1px solid rgba(var(--color-foreground),.3);color:rgba(var(--color-foreground),.7);padding:.8rem 1.5rem;border-radius:var(--buttons-radius, 0);cursor:pointer;font-size:1.3rem;transition:all .2s}.cc-logout-btn:hover{border-color:rgba(var(--color-foreground),.6);color:rgb(var(--color-foreground))}.cc-delivery-form{padding:2rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1);margin-bottom:1.5rem}.cc-delivery-form__title{font-size:1.4rem;font-weight:700;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.08em}.cc-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cc-field-error{color:#c83232;font-size:1.2rem;margin-top:.4rem;display:none}.cc-field-error.visible{display:block}form#cc-cart-delivery-form .field{margin-bottom:1rem}.cart-drawer .totals{margin-bottom:10px}.cc-checkout-page{padding:4rem 0;min-height:70vh}.cc-checkout-layout{display:grid;gap:3rem;max-width:115rem;margin:0 auto;padding:0 1.5rem}@media(min-width:990px){.cc-checkout-layout{grid-template-columns:1fr 50rem}}.cc-checkout-col-left,.cc-checkout-col-right{display:flex;flex-direction:column;gap:2.5rem}.cc-checkout-section{border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--text-boxes-radius, 4px);padding:2.5rem}.cc-checkout-section__title{font-size:1.6rem;font-weight:700;margin:0 0 2rem;padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-foreground),.1);text-transform:uppercase;letter-spacing:.08em}.cc-checkout-products-list{display:flex;flex-direction:column;gap:1.5rem}.cc-checkout-product-row{display:flex;gap:1.5rem;align-items:flex-start}.cc-checkout-product-img{width:6rem;height:6rem;object-fit:cover;border-radius:4px;flex-shrink:0}.cc-checkout-product-info{flex:1}.cc-checkout-product-name{font-weight:600;margin-bottom:.4rem}.cc-checkout-product-qty{font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.cc-checkout-product-price{font-weight:600;white-space:nowrap}.cc-checkout-product-price s{color:rgba(var(--color-foreground),.4);font-weight:400;margin-right:.5rem}.cc-card-form{display:grid;gap:1.5rem}.cc-card-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.cc-browser-data{display:none!important}.cc-order-summary-line{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(var(--color-foreground),.06);font-size:1.4rem}.cc-order-summary-line:last-child{border-bottom:none}.cc-order-summary-total{display:flex;justify-content:space-between;padding:1.2rem 0 0;border-top:2px solid rgba(var(--color-foreground),.15);margin-top:.5rem;font-weight:700;font-size:1.6rem}.cc-discount-line,.cc-free-shipping{color:#00b464}.cc-abo-tooltip{display:inline-block;position:relative;margin-left:.5rem;vertical-align:middle;cursor:help}.cc-abo-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;background:rgba(var(--color-foreground),.15);border-radius:50%;font-size:1rem;font-weight:700}.cc-abo-tooltip-content{display:none;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:1rem;border-radius:4px;font-size:1.2rem;width:25rem;z-index:10;line-height:1.5}.cc-abo-tooltip:hover .cc-abo-tooltip-content{display:block}.cc-abo-benefits-desktop{display:none;font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin-top:.5rem;line-height:1.5}@media(min-width:990px){.cc-abo-benefits-desktop{display:block}.cc-abo-tooltip{display:none}}.cc-checkout-terms{font-size:1.2rem;color:rgba(var(--color-foreground),.55);line-height:1.5;margin-top:2rem;margin-bottom:0;text-align:center}.cc-checkout-terms a{color:rgba(var(--color-foreground),.7);text-decoration:underline}.cc-checkout-terms a:hover{color:rgb(var(--color-foreground))}.cc-payment-error{background:#c832321a;border:1px solid rgba(200,50,50,.3);color:#c83232;padding:1.5rem;border-radius:4px;margin-top:1rem;display:none}.cc-payment-error.visible{display:block}.cc-service-client{background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);border-radius:4px;padding:2rem}.cc-service-client__title{font-weight:700;margin-bottom:.8rem;font-size:1.4rem}.cc-service-client__item{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem;font-size:1.3rem;color:rgba(var(--color-foreground),.8)}.cc-upsell-page{padding:5rem 0}.cc-upsell-container{max-width:90rem;margin:0 auto;padding:0 1.5rem}.cc-upsell-hero{text-align:center;margin-bottom:4rem}.cc-upsell-hero h1{margin-bottom:1rem}.cc-upsell-hero p{font-size:1.7rem;color:rgba(var(--color-foreground),.7)}.cc-upsell-benefits{display:grid;gap:2rem;margin-bottom:4rem}@media(min-width:750px){.cc-upsell-benefits{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.cc-upsell-benefits{grid-template-columns:repeat(3,1fr)}}.cc-benefit-card{border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--text-boxes-radius, 4px);padding:2rem;text-align:center}.cc-benefit-card__icon{font-size:3rem;margin-bottom:1rem}.cc-benefit-card__title{font-weight:700;margin-bottom:.5rem;font-size:1.5rem}.cc-benefit-card__text{font-size:1.3rem;color:rgba(var(--color-foreground),.7);line-height:1.5}.cc-upsell-cta{text-align:center;margin-bottom:2rem}.cc-upsell-cta .button{min-width:25rem;margin:.5rem}.cc-upsell-price-highlight{font-size:2.4rem;font-weight:700;color:rgb(var(--color-button));margin-bottom:1rem;display:block}.cc-upsell-no-thanks{text-align:center}.cc-upsell-no-thanks a{color:rgba(var(--color-foreground),.5);font-size:1.3rem;text-decoration:underline}.cc-thankyou-page{padding:5rem 0}.cc-thankyou-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.cc-thankyou-header{text-align:center;margin-bottom:4rem}.cc-thankyou-icon{width:7rem;height:7rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:3rem}.cc-thankyou-header h1{margin-bottom:.5rem}.cc-thankyou-subtitle{color:rgba(var(--color-foreground),.6);font-size:1.5rem}.cc-thankyou-order-id{font-weight:700;font-size:1.8rem;margin:1rem 0 2rem}.cc-thankyou-sections{display:grid;gap:2rem}@media(min-width:750px){.cc-thankyou-sections{grid-template-columns:1fr 1fr}}.cc-thankyou-section{border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--text-boxes-radius, 4px);padding:2rem}.cc-thankyou-section__title{font-weight:700;font-size:1.4rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;color:rgba(var(--color-foreground),.6)}.cc-thankyou-info-line{display:flex;flex-direction:column;gap:.2rem;margin-bottom:1rem}.cc-thankyou-info-label{font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.5)}.cc-thankyou-info-value{font-weight:500}.cc-thankyou-actions{text-align:center;margin-top:3rem}.cc-member-price-badge{display:inline-block;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1rem;font-weight:700;padding:.2rem .6rem;border-radius:2px;text-transform:uppercase;letter-spacing:.05em;margin-left:.5rem;vertical-align:middle}.cc-abo-price-label{display:block;font-size:1.3rem;color:rgba(var(--color-foreground),.7);font-style:italic;margin-top:.3rem}@media screen and (min-width:990px){body.template-cart #MainContent{display:grid;grid-template-columns:1fr 46rem;align-items:start;gap:0 3rem;max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}body.template-cart cart-items>.page-width,body.template-cart #main-cart-footer>.page-width{max-width:100%;padding-left:0;padding-right:0}body.template-cart .cart__footer-wrapper{position:sticky;top:2rem}}.cc-cart-sidebar{display:flex;flex-direction:row;gap:2rem}@media screen and (max-width:989px){.cc-cart-sidebar{padding:2rem 0}body.template-cart #MainContent{padding:0}}@media(max-width:749px){.cc-cart-sidebar{flex-direction:column}}@media(min-width:750px){.cc-cart-sidebar .cc-account-card{width:67%}.cc-cart-sidebar .cc-account-card.js-contents{width:33%}}@media screen and (min-width:990px){body.template-cart cart-items>.page-width>.title-wrapper-with-link{padding-top:3rem}}@media(max-width:749px){.cc-account-dashboard{grid-template-columns:1fr}}.card--card,.card--standard .card__inner{background:#fff!important}.product__description figure.wp-block-table{margin:2rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.product__description figure.wp-block-table table{width:100%;border-collapse:collapse;border-radius:.8rem;overflow:hidden;font-size:1.4rem;box-shadow:0 .2rem 1.2rem rgba(var(--color-foreground),.08)}.product__description figure.wp-block-table table thead tr{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.product__description figure.wp-block-table table thead th{padding:1.2rem 1.6rem;text-align:left;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:1.2rem}.product__description figure.wp-block-table table tbody tr{border-bottom:.1rem solid rgba(var(--color-foreground),.08);transition:background .15s ease}.product__description figure.wp-block-table table tbody tr:last-child{border-bottom:none}.product__description figure.wp-block-table table tbody tr:nth-child(2n){background:rgba(var(--color-foreground),.03)}.product__description figure.wp-block-table table tbody tr:hover{background:rgba(var(--color-button),.06)}.product__description figure.wp-block-table table tbody td{padding:1.1rem 1.6rem;vertical-align:middle;color:rgb(var(--color-foreground));line-height:1.5}.product__description figure.wp-block-table table tbody td:first-child{font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap;width:35%}@media screen and (max-width:749px){.product__description figure.wp-block-table table tbody td:first-child{white-space:normal;width:auto}}.field__input:not(:placeholder-shown){padding:2rem 1.5rem .8rem 2rem!important}select.field__input{appearance:auto;-webkit-appearance:auto;padding-right:3.5rem;cursor:pointer}.shopify-policy__container{max-width:1000px!important;padding:4rem 2rem 8rem}.shopify-policy__title{margin-bottom:3rem;padding-bottom:2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.shopify-policy__title h1{font-size:clamp(2.4rem,4vw,3.6rem)}.shopify-policy__body .rte{font-size:1.5rem;line-height:1.8;color:rgb(var(--color-foreground))}.shopify-policy__body .rte h3{margin-top:2.4rem;margin-bottom:.8rem;font-size:1.7rem;color:rgba(var(--color-foreground),.85)}.shopify-policy__body .rte hr{border:none;border-top:.1rem solid rgba(var(--color-foreground),.1);margin:3rem 0}.shopify-policy__body .rte p{margin-bottom:1.2rem}.shopify-policy__body .rte ul,.shopify-policy__body .rte ol{margin:1rem 0 1.6rem 2.4rem;padding:0}.shopify-policy__body .rte li{margin-bottom:.4rem;padding-left:.4rem}.shopify-policy__body .rte li>p{margin:0;display:inline}.shopify-policy__body .rte a{color:rgb(var(--color-button));text-decoration:underline;text-underline-offset:.2em}.shopify-policy__body .rte a:hover{opacity:.75}@media screen and (max-width:749px){.shopify-policy__container{padding:2.4rem 1.6rem 6rem}}.condition-generale li>p,#shopify-section-template--27826385158521__main li>p{display:inline!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/main.css.map */
