.tf-section,.tf-section *,.tf-section *:before,.tf-section *:after{box-sizing:border-box}.tf-section{width:100%;background:#fff;--tf-primary: #1b3a6b;--tf-badge-bg: #e3edf7;--tf-text: #1a1a1a;--tf-light: #f6f4f1}.tf-container{max-width:1280px;margin:0 auto;padding:0 16px}@media(min-width:768px){.tf-container{padding:0 32px}}.tf-title{font-size:22px;font-weight:700;color:var(--tf-text);text-align:center;line-height:1.2;margin:0 0 24px}@media(min-width:768px){.tf-title{font-size:30px;margin-bottom:32px}}.tf-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.tf-grid{grid-template-columns:1fr 1fr;gap:32px}}.tf-card{overflow:hidden}.tf-card-grid{display:grid;grid-template-columns:2fr 3fr;gap:12px;align-items:center}@media(min-width:768px){.tf-card-grid{grid-template-columns:1fr 1fr;gap:24px}}.tf-image-wrap{overflow:hidden;border-radius:16px;background:var(--tf-light)}.tf-image{width:100%;height:auto;display:block}.tf-content{display:flex;flex-direction:column;gap:14px;min-width:0}@media(min-width:768px){.tf-content{gap:16px}}.tf-badge{display:flex;flex-direction:row;align-items:center;gap:12px;background:var(--tf-badge-bg);border-radius:16px;padding:14px 16px;width:fit-content;max-width:100%}@media(min-width:768px){.tf-badge{padding:22px 28px;gap:16px}}.tf-number{font-size:44px;font-weight:900;color:var(--tf-primary);line-height:1}@media(min-width:768px){.tf-number{font-size:72px}}.tf-badge-labels{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.tf-primary-label{font-size:14px;font-weight:800;color:var(--tf-primary);text-transform:uppercase;letter-spacing:.5px}@media(min-width:768px){.tf-primary-label{font-size:18px}}.tf-secondary-label{font-size:10px;font-weight:700;color:var(--tf-primary);text-transform:uppercase;letter-spacing:.5px;margin-top:2px}@media(min-width:768px){.tf-secondary-label{font-size:12px}}.tf-description{font-size:14px;line-height:1.4;color:var(--tf-text)}.tf-description p{margin:0;color:var(--tf-text)}.tf-description p+p{margin-top:6px}.tf-description strong{font-weight:800;color:var(--tf-text)}@media(min-width:768px){.tf-description{font-size:16px}}.tf-highlight{font-size:14px;font-weight:700;color:var(--tf-primary);line-height:1.4}.tf-highlight p{margin:0;color:var(--tf-primary);font-weight:700}.tf-highlight strong{font-weight:800}@media(min-width:768px){.tf-highlight{font-size:16px}}.amatora-features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}@media(min-width:768px){.amatora-features{gap:14px}}.amatora-features__item{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.amatora-features__icon{width:28px;height:28px;object-fit:contain;display:block}.amatora-features__text{font-size:12px;font-weight:600;color:var(--am-color-black, #000);line-height:1.3}@media(min-width:768px){.amatora-features__text{font-size:13px}}.vc-section,.vc-section *,.vc-section *:before,.vc-section *:after{box-sizing:border-box}.vc-section{width:100%;background:#fff;--vc-primary: #1b3a6b;--vc-primary-hover: #122849;--vc-text: #1a1a1a;--vc-white: #ffffff;--vc-black: #000000}.vc-container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:768px){.vc-container{padding:0 32px}}.vc-grid{display:grid;grid-template-columns:1fr;grid-template-areas:"button" "title" "video";gap:16px;align-items:center;text-align:center}.vc-grid__text{display:contents}.vc-grid__video{grid-area:video}.vc-grid__title{grid-area:title}.vc-grid__button{grid-area:button}@media(min-width:768px){.vc-grid{grid-template-columns:1fr 1fr;grid-template-areas:"video text";column-gap:48px;row-gap:0}.vc-grid__text{display:flex;flex-direction:column;gap:20px;grid-area:text;align-items:center}}.vc-video-wrap{position:relative;width:100%;aspect-ratio:9 / 16;max-width:420px;margin:0 auto;background:var(--vc-black);border-radius:16px;overflow:hidden}@media(min-width:768px){.vc-video-wrap{aspect-ratio:4 / 3;max-width:none}}.vc-video-media{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:768px){.vc-video-media{object-fit:contain}}.vc-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:var(--vc-primary);color:var(--vc-white);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000059;z-index:2;transition:transform .2s ease,opacity .2s ease}.vc-play-btn:hover{transform:translate(-50%,-50%) scale(1.08)}.vc-play-btn svg{margin-left:3px}.vc-title{font-size:22px;font-weight:700;color:var(--vc-text);line-height:1.2;margin:0}@media(min-width:768px){.vc-title{font-size:28px;text-align:center}}.vc-button-wrap{width:100%;display:flex;justify-content:center}.vc-button{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:100%;padding:14px 28px;background:var(--vc-primary);color:var(--vc-white);font-weight:700;font-size:16px;border:none;border-radius:10px;text-decoration:none;cursor:pointer;transition:background .2s ease}.vc-button:hover{background:var(--vc-primary-hover);color:var(--vc-white)}@media(min-width:768px){.vc-button{width:auto;min-width:220px}}.bg-badge-pill{display:inline-flex;align-items:center;justify-content:center;font-weight:700;border-radius:12px;padding:12px 24px;font-size:16px;text-align:center;width:100%;text-decoration:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease}a.bg-badge-pill:hover{opacity:.9;transform:translateY(-1px)}.bg-section,.bg-section *,.bg-section *:before,.bg-section *:after{box-sizing:border-box}.bg-section{width:100%;background:#fff;--bg-primary: #1a1a1a;--bg-accent: #c89b3c;--bg-text: #1a1a1a;--bg-light: #f6f4ef;--bg-white: #ffffff}.bg-container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:768px){.bg-container{padding:0 32px}}.bg-layout{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}@media(min-width:768px){.bg-layout{grid-template-columns:1fr 3fr;gap:32px}}.bg-left{display:flex;flex-direction:column;gap:24px;text-align:center}@media(min-width:768px){.bg-left{text-align:left}}.bg-title{font-size:22px;font-weight:700;color:var(--bg-text);line-height:1.2;margin:0}@media(min-width:768px){.bg-title{font-size:28px}}.bg-badge{display:flex}.bg-badge--desktop{display:none}.bg-badge--mobile{display:flex;width:100%;justify-content:center}@media(min-width:768px){.bg-badge--desktop{display:flex}.bg-badge--mobile{display:none}}.bg-badge-pill{display:inline-flex;align-items:center;justify-content:center;font-weight:700;border-radius:12px;padding:12px 24px;font-size:16px;text-align:center;width:100%}.bg-badge-pill--dark{background:var(--bg-primary);color:var(--bg-white)}.bg-badge-pill--primary{background:var(--bg-accent);color:var(--bg-white);border-radius:9999px;font-size:17px}.bg-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:768px){.bg-grid{grid-template-columns:repeat(3,1fr);gap:16px}}.bg-item{background:var(--bg-light);border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:stretch;gap:12px;text-align:left}@media(min-width:768px){.bg-item{padding:18px;gap:14px}}.bg-item-icon{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;display:block}.bg-item-text{font-size:14px;font-weight:600;color:var(--bg-text);line-height:1.3}@media(min-width:768px){.bg-item-text{font-size:15px}}.featured-product-amatora{background:var(--am-bg-light)}.featured-product-amatora .featured-product__gallery{display:flex;flex-direction:column;gap:12px}.featured-product-amatora .featured-product__gallery-layout{display:flex;flex-direction:column-reverse;gap:12px}@media(min-width:768px){.featured-product-amatora .featured-product__gallery-layout{flex-direction:row;gap:16px}}.featured-product-amatora .featured-product__main-column{display:flex;flex-direction:column;flex:1;min-width:0}.featured-product-amatora .featured-product__top-banner{display:grid;grid-template-columns:1fr 1fr;background:var(--am-color-white);color:var(--am-color-primary);border:1px solid var(--am-bg-light);border-radius:12px 12px 0 0;overflow:hidden}.featured-product-amatora .featured-product__banner-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 10px;text-align:center;border-right:2px solid var(--am-bg-light)}.featured-product-amatora .featured-product__banner-cell:last-child{border-right:0}.featured-product-amatora .featured-product__banner-primary{font-size:24px;font-weight:900;line-height:1;letter-spacing:.5px;text-transform:uppercase}.featured-product-amatora .featured-product__banner-secondary{font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-top:4px;opacity:.85}@media(min-width:768px){.featured-product-amatora .featured-product__banner-primary{font-size:28px}.featured-product-amatora .featured-product__banner-secondary{font-size:10px}}.featured-product-amatora .featured-product__thumbs{display:flex;flex-direction:row;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px}.featured-product-amatora .featured-product__thumbs::-webkit-scrollbar{display:none}@media(min-width:768px){.featured-product-amatora .featured-product__thumbs{flex-direction:column;overflow-x:visible;overflow-y:auto;max-height:520px;flex-shrink:0;width:70px}}.featured-product-amatora .featured-product__thumb{flex-shrink:0;width:60px;height:60px;padding:0;border:2px solid transparent;border-radius:8px;background:var(--am-bg-light);cursor:pointer;overflow:hidden;transition:border-color .2s ease,opacity .2s ease;opacity:.7}@media(min-width:768px){.featured-product-amatora .featured-product__thumb{width:66px;height:66px}}.featured-product-amatora .featured-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.featured-product-amatora .featured-product__thumb:hover,.featured-product-amatora .featured-product__thumb[aria-current]{opacity:1;border-color:var(--am-color-primary)}.featured-product-amatora .featured-product__slideshow-wrapper{position:relative;width:100%;min-width:0;aspect-ratio:1 / 1;flex-shrink:0;flex-grow:0}.featured-product-amatora .featured-product__slideshow{display:block;border-radius:0 0 16px 16px;overflow:hidden;background:var(--am-bg-light);position:absolute;top:0;right:0;bottom:0;left:0;--slide-min-height: 0;--slide-min-height-desktop: 0}.featured-product-amatora .featured-product__slideshow slideshow-container,.featured-product-amatora .featured-product__slideshow slideshow-slides,.featured-product-amatora .featured-product__slideshow slideshow-slide{height:100%}.featured-product-amatora .featured-product__slideshow slideshow-slides{min-height:0!important}.featured-product-amatora .featured-product__slide-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--am-bg-light)}.featured-product-amatora .featured-product__image{width:100%;height:100%;object-fit:cover;display:block}.featured-product-amatora .featured-product__garantia{position:absolute;bottom:16px;right:16px;width:90px;height:90px;object-fit:contain;z-index:3;pointer-events:none}@media(min-width:768px){.featured-product-amatora .featured-product__garantia{width:110px;height:110px}}.featured-product-amatora .featured-product__stars{letter-spacing:1px}.featured-product-amatora .featured-product__feature-icon{width:28px;height:28px;object-fit:contain;display:block}.featured-product-amatora .featured-product__badge-icon{width:18px;height:18px;object-fit:contain}.featured-product-amatora .featured-product__qty{border:1px solid var(--am-border);border-radius:10px;background:var(--am-color-white)}.featured-product-amatora .featured-product__qty-btn{width:40px;height:44px;background:transparent;border:none;font-size:18px;font-weight:700;color:var(--am-text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center}.featured-product-amatora .featured-product__qty-input{width:50px;height:44px;border:none;text-align:center;font-size:15px;font-weight:600;font-family:var(--am-font-body);color:var(--am-text-primary);-moz-appearance:textfield;background:transparent}.featured-product-amatora .featured-product__qty-input::-webkit-outer-spin-button,.featured-product-amatora .featured-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.featured-product-amatora .featured-product__cta{width:100%;background:var(--am-color-primary);color:var(--am-color-white);font-family:var(--am-font-body);font-weight:700;font-size:17px;padding:14px 24px;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease,opacity .2s ease}.featured-product-amatora .featured-product__cta:hover:not([disabled]){background:var(--am-color-primary-hover)}.featured-product-amatora .featured-product__cta[disabled]{opacity:.5;cursor:not-allowed}.featured-product-amatora .featured-product__details-link{display:inline-block;text-decoration:underline}.featured-product-amatora .featured-product__details-link:hover{opacity:.8}.featured-product-amatora .featured-product__payment-icons{max-width:480px;height:auto;display:block}.fpp-section,.fpp-section *,.fpp-section *:before,.fpp-section *:after{box-sizing:border-box}.fpp-section{overflow-x:hidden;width:100%}.fpp-grid,.fpp-gallery,.fpp-info,.fpp-main-column{min-width:0;max-width:100%}.fpp-section img{max-width:100%;height:auto}.fpp-slideshow-wrapper{max-width:100%}.fpp-section{background:#f6f4ef;--fpp-primary: #1a1a1a;--fpp-primary-hover: #333333;--fpp-light: #f6f4ef;--fpp-white: #ffffff;--fpp-text: #1a1a1a;--fpp-muted: #6b6b6b;--fpp-border: #e5e5e5}.fpp-container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:768px){.fpp-container{padding:0 32px}}.fpp-empty{max-width:1200px;margin:0 auto;padding:32px 16px;text-align:center;color:#6b6b6b}.fpp-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media(min-width:768px){.fpp-grid{grid-template-columns:1fr 1fr;gap:32px}}.fpp-mobile-title{display:block;margin-bottom:16px}.fpp-desktop-title{display:none}@media(min-width:768px){.fpp-mobile-title{display:none}.fpp-desktop-title{display:block}}.fpp-title{font-size:24px;font-weight:700;color:var(--fpp-text);line-height:1.2;margin:0 0 12px}@media(min-width:768px){.fpp-title{font-size:30px}}.fpp-rating{display:inline-flex;align-items:center;gap:8px}.fpp-rating--mobile{background:#fff;border-radius:9999px;padding:4px 12px}.fpp-rating--mobile .fpp-rating-text{color:var(--fpp-primary);font-size:12px;font-weight:600}.fpp-stars{color:var(--fpp-primary);letter-spacing:1px;font-size:14px}.fpp-rating-pill{background:var(--fpp-primary);border-radius:9999px;padding:4px 12px}.fpp-rating-pill .fpp-rating-text{font-size:12px;font-weight:600;color:var(--fpp-white)}.fpp-gallery{display:flex;flex-direction:column;gap:12px}.fpp-gallery-layout{display:flex;flex-direction:column-reverse;gap:12px}@media(min-width:768px){.fpp-gallery-layout{flex-direction:row;gap:16px}}.fpp-main-column{display:flex;flex-direction:column;flex:1;min-width:0}.fpp-top-banner{display:grid;grid-template-columns:1fr 1fr;background:var(--fpp-white);color:var(--fpp-primary);border:1px solid var(--fpp-light);border-radius:12px 12px 0 0;overflow:hidden}.fpp-banner-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 10px;text-align:center;border-right:2px solid var(--fpp-light)}.fpp-banner-cell:last-child{border-right:0}.fpp-banner-primary{font-size:24px;font-weight:900;line-height:1;letter-spacing:.5px;text-transform:uppercase}.fpp-banner-secondary{font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-top:4px;opacity:.85}@media(min-width:768px){.fpp-banner-primary{font-size:28px}.fpp-banner-secondary{font-size:10px}}.fpp-thumbs{display:flex;flex-direction:row;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px}.fpp-thumbs::-webkit-scrollbar{display:none}@media(min-width:768px){.fpp-thumbs{flex-direction:column;overflow-x:visible;overflow-y:auto;max-height:520px;flex-shrink:0;width:70px}}.fpp-thumb{flex-shrink:0;width:60px;height:60px;padding:0;border:2px solid transparent;border-radius:8px;background:var(--fpp-light);cursor:pointer;overflow:hidden;opacity:.7;transition:border-color .2s ease,opacity .2s ease}@media(min-width:768px){.fpp-thumb{width:66px;height:66px}}.fpp-thumb img{width:100%;height:100%;object-fit:cover;display:block}.fpp-thumb:hover,.fpp-thumb.is-active{opacity:1;border-color:var(--fpp-primary)}.fpp-slideshow-wrapper{position:relative;width:100%;aspect-ratio:1 / 1}.fpp-slideshow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0 0 16px 16px;overflow:hidden;background:var(--fpp-light)}.fpp-slides{position:relative;width:100%;height:100%}.fpp-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--fpp-light);opacity:0;transition:opacity .3s ease;pointer-events:none}.fpp-slide.is-active{opacity:1;pointer-events:auto}.fpp-image{width:100%;height:100%;object-fit:cover;display:block}.fpp-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.fpp-dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff9;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.fpp-dot.is-active{background:var(--fpp-white);transform:scale(1.3)}.fpp-garantia{position:absolute;bottom:16px;right:16px;width:90px;height:90px;object-fit:contain;z-index:3;pointer-events:none}@media(min-width:768px){.fpp-garantia{width:110px;height:110px}}.fpp-info{display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.fpp-info{gap:20px}}.fpp-features{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media(min-width:768px){.fpp-features{gap:12px}}.fpp-feature{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.fpp-feature-icon{width:28px;height:28px;object-fit:contain;display:block}.fpp-feature-text{font-size:12px;font-weight:600;color:var(--fpp-text);line-height:1.2}@media(min-width:768px){.fpp-feature-text{font-size:14px}}.fpp-badges{display:flex;flex-direction:column;gap:8px}.fpp-badge{background:var(--fpp-white);border-radius:9999px;padding:8px 16px;display:inline-flex;align-items:center;gap:8px;width:fit-content}.fpp-badge-icon{width:18px;height:18px;object-fit:contain}.fpp-badge-text{font-size:14px;font-weight:600;color:var(--fpp-text)}.fpp-price{font-size:30px;font-weight:700;color:var(--fpp-text);line-height:1}@media(min-width:768px){.fpp-price{font-size:36px}}.fpp-price-subtitle{font-size:12px;color:var(--fpp-muted);margin-top:8px}@media(min-width:768px){.fpp-price-subtitle{font-size:14px}}.fpp-form{margin:0}.fpp-actions{display:flex;flex-direction:column;gap:12px}.fpp-qty{display:inline-flex;align-items:center;width:fit-content;border:1px solid var(--fpp-border);border-radius:10px;background:var(--fpp-white)}.fpp-qty-btn{width:40px;height:44px;background:transparent;border:none;font-size:18px;font-weight:700;color:var(--fpp-text);cursor:pointer;display:flex;align-items:center;justify-content:center}.fpp-qty-input{width:50px;height:44px;border:none;text-align:center;font-size:15px;font-weight:600;color:var(--fpp-text);-moz-appearance:textfield;background:transparent}.fpp-qty-input::-webkit-outer-spin-button,.fpp-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fpp-cta{width:100%;background:var(--fpp-primary);color:var(--fpp-white);font-weight:700;font-size:17px;padding:14px 24px;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease,opacity .2s ease}.fpp-cta:hover:not([disabled]){background:var(--fpp-primary-hover)}.fpp-cta[disabled]{opacity:.5;cursor:not-allowed}.fpp-form-message{margin-top:8px;font-size:14px;padding:8px 12px;border-radius:8px}.fpp-form-message.is-success{background:#e6f4ea;color:#137333}.fpp-form-message.is-error{background:#fce8e6;color:#c5221f}.fpp-details-link{display:inline-block;font-size:14px;font-weight:600;color:var(--fpp-text);text-decoration:underline}.fpp-details-link:hover{opacity:.8}.fpp-payment{border-top:1px solid var(--fpp-border);padding-top:16px;margin-top:8px}.fpp-payment-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.fpp-payment-header span{font-size:16px;font-weight:600;color:var(--fpp-text)}.fpp-payment-icons{max-width:480px;height:auto;display:block}.fpp-wrapper,.fpp-section{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}.fpp-container{width:100%!important;max-width:1200px!important;margin-left:auto!important;margin-right:auto!important;padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important}@media(max-width:767px){.fpp-section .fpp-grid{grid-template-columns:1fr!important;width:100%!important}.fpp-section .fpp-gallery,.fpp-section .fpp-info,.fpp-section .fpp-main-column,.fpp-section .fpp-slideshow-wrapper{width:100%!important;max-width:100%!important}.fpp-section .fpp-cta{width:100%!important;box-sizing:border-box!important}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
