:root{--header-shop-middle-bg: var(--bs-white);--header-shop-hamburguer: var(--bs-primary);--header-shop-hamburguer-hover: var(--bs-terciary)}header.shop-header .middle-header{padding:10px 0 6px;background:var(--header-shop-middle-bg)}header.shop-header .middle-header .container .row{align-items:center}header.shop-header .middle-header .container .row .custom-logo-link{display:block}header.shop-header .middle-header .container .row .custom-logo-link img{max-height:90px;max-width:140px;height:auto;object-fit:contain}header.shop-header .middle-header .container .row .header-search #busca-caixa form{position:relative;width:100%;display:flex}header.shop-header .middle-header .container .row .header-search #busca-caixa form input{flex:1 1 300px;padding:5px 45px 5px 10px;height:45px;border:solid 1px var(--bs-gray-100);border-radius:4px}header.shop-header .middle-header .container .row .header-search #busca-caixa form button{right:0;top:0;height:45px;width:45px;border:none;background:var(--bs-primary);color:var(--bs-gray-100);border-radius:0px;display:flex;align-items:center;justify-content:center}header.shop-header .middle-header .container .row .header-search #busca-caixa form button:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}header.shop-header .middle-header .container .row .header-search #busca-caixa form button svg{width:16px;height:16px;fill:var(--bs-gray-100)}header.shop-header .middle-header .container .row .header-search #busca-caixa form button:hover{transition:all .369s linear;background:var(--bs-terciary)}header.shop-header .middle-header .container .row .header-btns{display:flex;justify-content:space-around;margin:10px 0}header.shop-header .middle-header .container .row .header-btns a{color:var(--bs-primary);font-size:.875rem;position:relative}header.shop-header .middle-header .container .row .header-btns a:not(:last-child){margin-right:33px}header.shop-header .middle-header .container .row .header-btns a.btn-wishlist:hover i.fa-heart{color:var(--bs-primary);animation:pulseHeart 1.3s infinite}header.shop-header .middle-header .container .row .header-btns a.btn-myaccount:hover i{color:var(--bs-terciary)}header.shop-header .middle-header .container .row .header-btns a i{position:relative;z-index:2;color:var(--bs-primary);font-size:1.875rem;vertical-align:bottom}header.shop-header .middle-header .container .row .header-btns a span.cart,header.shop-header .middle-header .container .row .header-btns a span.logout{position:absolute;font-size:11px;line-height:1.2;color:#fff;background-color:var(--bs-primary);font-weight:700;text-align:center;padding:1px;z-index:1;transition:top .3s,right .3s}header.shop-header .middle-header .container .row .header-btns a span.cart{top:-2px;right:3px;border-radius:50%;height:16.5px;width:16.5px;transform:scale(0.1)}header.shop-header .middle-header .container .row .header-btns a span.logout{width:33px;border-radius:15px;bottom:0;right:-6px;transform:scale(0)}header.shop-header .middle-header .container .row .header-btns a:hover{color:var(--bs-terciary)}header.shop-header .middle-header .container .row .header-btns a:hover span.cart,header.shop-header .middle-header .container .row .header-btns a:hover span.logout{background-color:var(--bs-terciary)}header.shop-header .middle-header .container .row .header-btns a:hover span.cart{animation:cartHoverAnimation .639s ease-in-out forwards}header.shop-header .middle-header .container .row .header-btns a:hover span.logout{animation:logoutHoverAnimation .639s ease-in-out forwards}header.shop-header .bottom-header .container .navigation nav .navbar-collapse ul[id^=menu-],header.shop-header .bottom-header .container-fluid .navigation nav .navbar-collapse ul[id^=menu-]{justify-content:space-between;width:100%}header.shop-header .bottom-header .container .navigation nav .navbar-collapse ul[id^=menu-] li.search-menu,header.shop-header .bottom-header .container-fluid .navigation nav .navbar-collapse ul[id^=menu-] li.search-menu{display:none}header.shop-header .bottom-header .container .navigation nav .navbar-collapse ul[id^=menu-]>li>a,header.shop-header .bottom-header .container-fluid .navigation nav .navbar-collapse ul[id^=menu-]>li>a{font-size:.9rem}header.shop-header.mobile-toggled .bottom-header{left:0}@media screen and (max-width: 991px){header.shop-header .middle-header{box-shadow:0px 1px 6px 0px rgba(0,0,0,.33)}header.shop-header .middle-header .container .row .menu-icon-col{display:flex;align-items:flex-end;justify-content:flex-start}header.shop-header .middle-header .container .row .menu-icon-col #menuToggle,header.shop-header .middle-header .container .row .menu-icon-col #searchToggle{display:inline-block}header.shop-header .middle-header .container .row .menu-icon-col #menuToggle{margin:0}header.shop-header .middle-header .container .row .menu-icon-col #menuToggle .toggle .bars{background-color:var(--header-shop-hamburguer)}header.shop-header .middle-header .container .row .menu-icon-col #menuToggle .toggle:hover .bars{background-color:var(--header-shop-hamburguer-hover)}header.shop-header .middle-header .container .row .menu-icon-col #searchToggle{margin:0 25px;color:var(--header-shop-hamburguer);cursor:pointer;transition:all .3s}header.shop-header .middle-header .container .row .menu-icon-col #searchToggle i{font-size:2.0625rem}header.shop-header .middle-header .container .row .menu-icon-col #searchToggle:hover{color:var(--header-shop-hamburguer-hover)}header.shop-header .middle-header .container .row .custom-logo-link img{margin:0 auto;display:block}header.shop-header .middle-header .container .row .header-btns a:not(:last-child){margin-right:15px}header.shop-header .middle-header .container .row .header-search-col{order:4}header.shop-header .middle-header .container .row .header-search-col .header-search{display:none;margin-top:10px}header.shop-header .bottom-header{position:fixed;z-index:99;padding:0 15px;top:0;bottom:0;height:100%;left:-300px;width:300px;min-height:100vh;max-height:100vh;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;transition:all .35s;transition-delay:.1s;display:flex;justify-content:center;align-items:center}header.shop-header .bottom-header #menuMobClose{position:absolute;top:10px;right:10px;z-index:999999}header.shop-header .bottom-header #menuMobClose i{width:36px;height:36px;font-size:2rem;text-align:center;border:2px solid var(--bs-terciary);border-radius:50px;color:var(--bs-gray-300);transition:all .333s linear}header.shop-header .bottom-header #menuMobClose i:hover{transform:scale(0.85);color:var(--bs-terciary)}header.shop-header .bottom-header .container .navigation .social{margin-top:15px;max-width:100%;flex-wrap:wrap}header.shop-header .bottom-header .container .navigation .social p{width:100%;color:var(--bs-gray-300)}header.shop-header .bottom-header .container .navigation .social a{color:#fff;opacity:.7}header.shop-header .bottom-header .container .navigation .social a i{color:#fff;margin-left:0;margin-right:7px;font-size:18px;width:20px}header.shop-header .bottom-header .container .navigation .social a:hover{opacity:1}header.shop-header .bottom-header .container .navigation .social a:hover i{color:#fff}}@media screen and (max-width: 576px){header.shop-header .middle-header .container .row .custom-logo-link img{max-width:85px}header.shop-header .middle-header .container .row .header-btns a:not(:last-child){margin-right:7px}header.shop-header .middle-header .container .row .header-btns a.btn-myaccount{display:none}}header.fixed-header{position:sticky;top:0;z-index:11;box-shadow:0 2px 4px rgba(0,0,0,.1)}header.fixed-header .top-header{display:none}.mobile-filter #mobile-filter-button{border:1px solid var(--bs-gray-300);text-align:center;padding:6px;cursor:pointer;display:none}.mobile-filter #mobile-filter-button i{margin-right:5px}.mobile-filter #mobile-filter-button:hover{background:var(--bs-terciary);border-color:var(--bs-terciary);color:#fff}@media screen and (max-width: 768px){.mobile-filter #mobile-filter-button{display:block}}@media screen and (max-width: 768px){aside#woocommerce{position:fixed;z-index:99;top:0;bottom:0;padding:0 15px;width:300px;height:100%;left:-300px;min-height:100vh;min-height:fill-available;min-height:-webkit-fill-available;max-height:100vh;overflow-y:auto;overflow-x:hidden;background-color:#fff;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-shadow:0 0 10px rgba(0,0,0,.15);transition:all .35s;transition-delay:.1s;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap}aside#woocommerce .widget{width:100%}aside#woocommerce #woocommerce-close-button{position:absolute;top:15px;right:15px;z-index:999999;display:block !important}aside#woocommerce #woocommerce-close-button i{width:36px;height:36px;font-size:2rem;text-align:center;border:2px solid var(--bs-terciary);border-radius:50px;color:var(--bs-gray-300);transition:all .333s linear;cursor:pointer}aside#woocommerce #woocommerce-close-button i:hover{transform:scale(0.85);color:var(--bs-terciary)}aside#woocommerce.show{left:0}}.woocommerce-notices-wrapper.custom-notice{position:fixed;top:50%;left:0;right:0;margin:0 auto;max-width:450px;background-color:rgba(0,0,0,.9) !important}.woocommerce-notices-wrapper.custom-notice .woocommerce-message{border-top-color:var(--bs-terciary);background-color:rgba(0,0,0,0);margin:0;color:#fff}.woocommerce-notices-wrapper.custom-notice .woocommerce-message::before{color:var(--bs-primary)}.woocommerce .wp-block-heading{font-size:1rem}.woocommerce .woocommerce-order-details__title{font-size:2rem;margin-bottom:20px}.woocommerce #place_order{background:#3bb54a}.woocommerce #place_order::before{background:#3bb54a}.woocommerce #place_order::after{background:#009245}.woocommerce span.onsale{background:var(--bs-terciary);left:-6px}@media screen and (max-width: 576px){.woocommerce span.onsale{left:10px;top:-12px}}.woocommerce a.wishlist{background:var(--bs-gray-200);color:#fff;padding:8px;min-width:39px;height:39px;display:inline-block;border-radius:50px;right:10px;bottom:70px;text-align:center;line-height:1.3;margin-bottom:10px;font-size:0px;transition:all .333s linear}.woocommerce a.wishlist i{font-size:22px;vertical-align:middle}.woocommerce a.wishlist:not(.summary a.wishlist){position:absolute;margin-bottom:0}.woocommerce a.wishlist.fav,.woocommerce a.wishlist:hover{background:var(--bs-terciary);font-size:16px}.woocommerce .widget{margin-bottom:14px}.woocommerce .widget p{margin-bottom:0}.woocommerce .widget .wp-block-woocommerce-customer-account{background:var(--bs-primary);color:#fff;padding:10px 2px}.woocommerce .widget .wp-block-woocommerce-customer-account a:hover{color:var(--bs-terciary)}.woocommerce .widget .wp-block-search .wp-block-search__inside-wrapper{display:flex;flex-wrap:wrap;gap:5px}.woocommerce .widget .wp-block-search .wp-block-search__inside-wrapper input{max-width:100%;flex:1 1 120px;height:38px;padding-left:5px;border:solid 1px var(--bs-gray-200)}.woocommerce .widget .wp-block-search .wp-block-search__inside-wrapper button{flex:1 0 40px;height:38px;border:none;background:var(--bs-primary);color:#fff}.woocommerce .widget .wp-block-search .wp-block-search__inside-wrapper button:hover{background:var(--bs-terciary)}.woocommerce .widget .filter-price{border-bottom:1px solid var(--bs-gray-200)}.woocommerce .widget .wp-block-woocommerce-filter-wrapper .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress{--range-color: var(--bs-terciary)}.woocommerce .widget .wp-block-woocommerce-filter-wrapper .wc-block-price-filter{margin-bottom:0}.woocommerce .widget .wp-block-woocommerce-filter-wrapper .wc-block-price-filter .wc-block-components-price-slider__controls{justify-content:flex-end;margin:5px 0}.woocommerce .widget .wp-block-woocommerce-filter-wrapper .wc-block-price-filter .wc-block-components-price-slider__controls input.wc-block-components-price-slider__amount{font-size:12px;line-height:2.1;border:none}.woocommerce .widget ul.wc-block-product-categories-list{list-style:none;padding-left:0}.woocommerce .widget .wc-block-mini-cart{width:100%;justify-content:center}.woocommerce .widget .wc-block-mini-cart__button{justify-content:center;background:var(--bs-primary);color:#fff;border:none;width:100%}.woocommerce .widget .wc-block-mini-cart__icon{--currentColor: #fff!important}.woocommerce .widget .wc-block-mini-cart__icon circle,.woocommerce .widget .wc-block-mini-cart__icon path{fill:var(--currentColor) !important}.woocommerce .widget .wc-block-mini-cart__quantity-badge{margin-right:10px}.woocommerce .widget .wc-block-mini-cart__badge{background:var(--bs-terciary);color:var(--bs-white)}.woocommerce .widget .wc-block-mini-cart:hover .wc-block-mini-cart__button{opacity:1 !important;background:var(--bs-terciary)}.woocommerce .widget .wc-block-mini-cart:hover .wc-block-mini-cart__badge{background:var(--bs-primary);color:#fff}.woocommerce .woocommerce-notices-wrapper{background-color:var(--bs-gray-200);border-radius:4px}.woocommerce form.woocommerce-ordering select{border:none;font-size:14px;background:rgba(0,0,0,0);padding:5px;color:var(--bs-primary);font-weight:600;border-bottom:1px solid var(--bs-gray-200)}.woocommerce form.woocommerce-ordering select:hover{border-color:var(--bs-terciary)}.woocommerce ul.products,.woocommerce div.products{display:flex;flex-wrap:wrap;align-items:stretch}.woocommerce ul.products li.product,.woocommerce ul.products div.product,.woocommerce div.products li.product,.woocommerce div.products div.product{position:relative;padding:10px 10px 60px;transition:all .333s}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products div.product .woocommerce-loop-product__title,.woocommerce div.products li.product .woocommerce-loop-product__title,.woocommerce div.products div.product .woocommerce-loop-product__title{color:var(--bs-primary);padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,.woocommerce ul.products div.product .woocommerce-loop-product__title:hover,.woocommerce div.products li.product .woocommerce-loop-product__title:hover,.woocommerce div.products div.product .woocommerce-loop-product__title:hover{color:var(--bs-terciary)}.woocommerce ul.products li.product .price,.woocommerce ul.products div.product .price,.woocommerce div.products li.product .price,.woocommerce div.products div.product .price{color:#009245;margin-bottom:3em;padding-bottom:10px;display:block;font-weight:500;font-size:.9em}.woocommerce ul.products li.product .price del,.woocommerce ul.products div.product .price del,.woocommerce div.products li.product .price del,.woocommerce div.products div.product .price del{opacity:1}.woocommerce ul.products li.product .price:hover,.woocommerce ul.products div.product .price:hover,.woocommerce div.products li.product .price:hover,.woocommerce div.products div.product .price:hover{color:#3bb54a}.woocommerce ul.products li.product a.button,.woocommerce ul.products div.product a.button,.woocommerce div.products li.product a.button,.woocommerce div.products div.product a.button{position:absolute;bottom:15px;left:0;right:0;margin:0 auto;display:none;max-width:90%;width:200px;text-align:center;background:#3bb54a}.woocommerce ul.products li.product a.button::before,.woocommerce ul.products div.product a.button::before,.woocommerce div.products li.product a.button::before,.woocommerce div.products div.product a.button::before{background:#3bb54a}.woocommerce ul.products li.product a.button::after,.woocommerce ul.products div.product a.button::after,.woocommerce div.products li.product a.button::after,.woocommerce div.products div.product a.button::after{background:#009245}.woocommerce ul.products li.product:hover,.woocommerce ul.products div.product:hover,.woocommerce div.products li.product:hover,.woocommerce div.products div.product:hover{transition:all .333s;box-shadow:0 0 10px rgba(0,0,0,.1)}.woocommerce ul.products li.product:hover a.button,.woocommerce ul.products div.product:hover a.button,.woocommerce div.products li.product:hover a.button,.woocommerce div.products div.product:hover a.button{display:block}.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{max-height:450px;height:450px}.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav{margin-top:5px}.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav li img{height:100px;object-fit:cover}.woocommerce div.product .product_title{font-size:1.875rem}.woocommerce div.product .woocommerce-product-rating .star-rating span::before{color:var(--bs-primary)}.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link{color:var(--bs-primary);font-weight:600;font-size:15px}.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link:hover{color:var(--bs-terciary)}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--bs-terciary)}.woocommerce div.product form.variations_form table tbody tr{display:flex;flex-wrap:wrap}.woocommerce div.product form.variations_form table tbody tr th.label{width:100%}.woocommerce div.product form.variations_form table tbody tr th.label label{font-size:1.618rem}.woocommerce div.product form.variations_form table tbody tr td.value{width:100%;display:flex;flex-wrap:wrap;gap:4px}.woocommerce div.product form.variations_form table tbody tr td.value select{flex:1 1 200px;height:40px;padding:0 30px 0 10px;margin-right:0;background:rgba(0,0,0,0);border:1px solid #e2e2e2;border-radius:3px;max-width:auto;min-width:auto}.woocommerce div.product form.variations_form table tbody tr td.value a.reset_variations{display:block;flex:1 1 200px;background:var(--bs-gray-50);color:#fff;text-align:center;border-radius:3px;line-height:40px;max-width:auto;min-width:auto;opacity:1}.woocommerce div.product form.variations_form table tbody tr td.value a.reset_variations:hover{background:var(--bs-terciary)}.woocommerce div.product .woocommerce-variation-add-to-cart{display:flex;align-items:center}.woocommerce div.product form.cart{display:flex;align-items:center;flex-wrap:wrap}.woocommerce div.product form.cart div.quantity{position:relative;margin:15px 0}.woocommerce div.product form.cart div.quantity p{width:100%;display:none;font-size:1.618rem;font-weight:700;margin-bottom:30px}.woocommerce div.product form.cart div.quantity span{display:block;width:50px;height:20px;color:var(--bs-terciary);font-weight:bold;font-size:20px;cursor:pointer;position:absolute;line-height:1;left:0px;right:0px;text-align:center;user-select:none}.woocommerce div.product form.cart div.quantity span.input-number-decrement{bottom:-20px}.woocommerce div.product form.cart div.quantity span.input-number-increment{top:-20px}.woocommerce div.product form.cart div.quantity span:hover{color:var(--bs-primary)}.woocommerce div.product form.cart div.quantity input[type=number]{width:50px;height:52px;padding:.5rem;border:1px solid #e2e2e2;background-color:#fff;font-size:17px;font-weight:400;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0;appearance:none;-moz-appearance:textfield}.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-inner-spin-button,.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.woocommerce div.product form.cart .button.single_add_to_cart_button{max-width:100%;width:300px;height:52px;background-color:#3bb54a;border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}.woocommerce div.product form.cart .button.single_add_to_cart_button:hover{background-color:#009245}.woocommerce div.product .product_meta span.sku_wrapper{display:none}.woocommerce div.product .product_meta span.posted_in a{color:var(--bs-primary);font-size:.9375rem;font-weight:600}.woocommerce div.product .product_meta span.posted_in a:hover{color:var(--bs-terciary)}.woocommerce div.product .info-messages{margin:20px 0 0;padding:15px;background:var(--bs-gray-50);border-radius:10px}.woocommerce div.product .info-messages img{max-width:50px}.woocommerce div.product .info-messages svg{max-width:50px;height:50px}.woocommerce div.product .info-messages svg path,.woocommerce div.product .info-messages svg circle{stroke:var(--bs-primary);fill:var(--bs-gray-50)}.woocommerce div.product .info-messages svg circle{fill:var(--bs-gray-50)}.woocommerce div.product .info-messages i{font-size:1.375rem;color:var(--bs-primary)}.woocommerce div.product .info-messages h3,.woocommerce div.product .info-messages h4,.woocommerce div.product .info-messages h5{color:var(--bs-primary);font-size:.875rem;margin-bottom:0}.woocommerce div.product .info-messages p{font-size:.75rem;color:var(--bs-gray-600)}.woocommerce div.product .woocommerce-tabs ul.tabs{float:none;width:100%;padding:15px 0;margin:0;border-top:1px solid #f8f8f8;text-align:center}.woocommerce div.product .woocommerce-tabs ul.tabs::before{content:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{position:relative;display:inline-block;margin:0 12px;border:0;background-color:rgba(0,0,0,0)}.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{content:none;border:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li a::before{display:block;position:absolute;top:calc(100% + 2px);left:0;width:100%;border-bottom:3px solid #ccc;content:"";transition:transform .6s cubic-bezier(0.28, 0.75, 0.22, 0.95);transform:scale(0, 1);transform-origin:right center}.woocommerce div.product .woocommerce-tabs ul.tabs li span{font-size:12px;position:absolute;bottom:7px;right:-25px;border-radius:50%;color:#fff;height:20px;width:20px;line-height:20px;display:inline-block;margin-bottom:4px;background-color:var(--bs-terciary);font-weight:700}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{font-weight:600}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before{transform:scale(1, 1);transform-origin:left center;border-color:var(--header-menu-hover)}.woocommerce table.shop_table{border:none}.woocommerce table.shop_table.woocommerce-checkout-review-order-table{flex:0 0 auto;width:50%}@media screen and (max-width: 992px){.woocommerce table.shop_table.woocommerce-checkout-review-order-table{flex:0 0 auto;width:100%}}.woocommerce table.shop_table:not(.shop_table.order_details):not(.account-orders-table):not(.woocommerce-checkout-review-order-table):not(.cart_totals .shop_table) th{display:none}.woocommerce table.shop_table thead{background:var(--bs-terciary)}.woocommerce table.shop_table thead th{color:#fff}.woocommerce table.shop_table tr:not(:last-child) td{border-bottom:1px solid #eee}.woocommerce table.shop_table tr td{border-top:none}.woocommerce table.shop_table tr td a{font-size:18px}.woocommerce table.shop_table tr td dl{font-size:17px}.woocommerce table.shop_table tr td.product-remove{border:none}.woocommerce table.shop_table tr td.product-thumbnail img{min-width:50px}.woocommerce table.shop_table tr td.product-price{display:none}.woocommerce table.shop_table tr td.product-name a{color:var(--bs-primary)}.woocommerce table.shop_table tr td.product-quantity .quantity{position:relative;width:55px}.woocommerce table.shop_table tr td.product-quantity .quantity span{display:block;width:50px;height:20px;color:var(--bs-terciary);font-weight:bold;font-size:20px;cursor:pointer;position:absolute;line-height:1;left:0px;right:0px;text-align:center;user-select:none}.woocommerce table.shop_table tr td.product-quantity .quantity span.input-number-decrement{top:15px;left:-7px;width:20px}.woocommerce table.shop_table tr td.product-quantity .quantity span.input-number-increment{top:17px;right:7;width:20px;left:inherit}.woocommerce table.shop_table tr td.product-quantity .quantity span:hover{color:var(--bs-primary)}.woocommerce table.shop_table tr td.product-quantity .quantity input[type=number]{width:50px;height:50px;padding:.5rem;font-size:14px;font-weight:400;border:none;appearance:none;-moz-appearance:textfield}.woocommerce table.shop_table tr td.product-quantity .quantity input[type=number]::-webkit-inner-spin-button,.woocommerce table.shop_table tr td.product-quantity .quantity input[type=number]::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.woocommerce table.shop_table tr td.actions{border-bottom:none}.woocommerce table.shop_table tr td .coupon input#coupon_code{width:200px}.woocommerce table.shop_table tfoot{background:var(--bs-gray-50);border-radius:5px;color:#fff}.woocommerce table.shop_table tfoot tr th,.woocommerce table.shop_table tfoot tr td{border-top:none;border-bottom:1px solid #eee}.woocommerce table.shop_table tfoot tr th{color:var(--bs-primary)}.woocommerce table.shop_table tfoot tr td{color:var(--bs-terciary)}.woocommerce table.shop_table tfoot ul.woocommerce-shipping-methods li{color:var(--text-color)}.woocommerce table.shop_table tfoot ul.woocommerce-shipping-methods li::before{content:none !important}.woocommerce nav.woocommerce-MyAccount-navigation ul{padding-left:0;list-style:none;background:var(--bs-gray-50);padding:25px}.woocommerce form.edit-account p.form-row{padding:0}.woocommerce form.edit-account fieldset{margin:20px 0;border:1px solid var(--bs-primary)}.woocommerce form.edit-account fieldset legend{padding:0}.woocommerce form.edit-account fieldset p.form-row{font-size:14px}.woocommerce form.edit-account fieldset p.form-row label{font-size:.8rem}.woocommerce #payment{background:var(--bs-gray-50);border-radius:5px}.woocommerce #payment div.payment_box{background:var(--bs-gray-100)}.woocommerce #payment div.payment_box::before{border:1em solid var(--bs-gray-100);border-top-color:#dcd7e3;border-right-color:#dcd7e3;border-left-color:#dcd7e3;border-right-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0)}.woocommerce .addresses{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}.woocommerce .addresses .woocommerce-column{margin-bottom:20px}.woocommerce .addresses .woocommerce-column h2{font-size:1.7rem;margin-bottom:15px;color:var(--bs-primary)}.woocommerce .addresses .woocommerce-column address{min-height:185px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.woocommerce form.comment-form p input[type=checkbox]{accent-color:var(--bs-terciary);width:20px;height:20px;margin-right:8px}.woocommerce form.comment-form p input[type=submit]{background-color:var(--bs-primary) !important}.woocommerce form.comment-form p input[type=submit]:hover{background-color:var(--bs-terciary) !important}.custom-title i{color:var(--bs-terciary);font-size:50px}.wishlist table.shop_table th{display:table-cell}.wishlist table.shop_table tr td.product-remove{min-width:45px;text-align:center}.wishlist table.shop_table tr td.product-thumbnail img{min-width:80px}@media screen and (min-width: 576px){.wishlist table.shop_table tr td.product-price{display:table-cell}}.wishlist table.shop_table tr td.product-add-to-cart{min-width:200px}.cart_totals h2{display:none}.cart_totals table.shop_table{border:1px solid #e2e2e2;table-layout:fixed;background-color:#f9f9f9;font-size:14px;border-radius:0}.cart_totals table.shop_table th{border-top:none !important;border-bottom:1px solid #eee}.cart_totals table.shop_table th,.cart_totals table.shop_table td{padding:1em 22px}.cart_totals .wc-proceed-to-checkout a.checkout-button{background:#3bb54a}.cart_totals .wc-proceed-to-checkout a.checkout-button::before{background:#3bb54a}.cart_totals .wc-proceed-to-checkout a.checkout-button::after{background:#009245}.checkout-wrap{margin:20px 0 75px 0}.checkout-wrap ul.checkout-bar{position:relative;display:flex;width:80%;height:2px;margin:0 auto 20px 10%;padding:0;border-radius:6px;background-size:35px 35px;background-color:#ececec;list-style:none;padding:0;display:flex;justify-content:space-between;margin-bottom:20px}.checkout-wrap ul.checkout-bar li{display:inline-block;width:100%;position:relative;margin:0;padding:0;background-color:rgba(0,0,0,0);font-size:14px;font-weight:400;text-align:center;vertical-align:top;counter-increment:counterIndex;cursor:pointer}.checkout-wrap ul.checkout-bar li span{position:absolute;bottom:-33px;left:0;margin:0 auto;right:0}.checkout-wrap ul.checkout-bar li span a{color:var(--bs-gray-200)}.checkout-wrap ul.checkout-bar li::before{content:counter(counterIndex) !important;position:absolute;z-index:3;top:-20px;left:50%;transform:translateX(-50%);width:26px;height:26px;border:3px solid var(--bs-gray-200);border-radius:50%;background-color:#fff;color:var(--bs-gray-200) !important;box-sizing:content-box;font-size:14px;font-weight:700;line-height:26px;text-align:center}.checkout-wrap ul.checkout-bar li::after{content:"";position:absolute;width:0;height:3px;left:0;background-color:#ececec;transition:transform .6s cubic-bezier(0.28, 0.75, 0.22, 0.95);transform:scale(0, 1);transform-origin:right center;width:100%}.checkout-wrap ul.checkout-bar li::after span{font-weight:600}.checkout-wrap ul.checkout-bar li::after:last-child::after{content:none}.checkout-wrap ul.checkout-bar li:hover span a,.checkout-wrap ul.checkout-bar li.active span a{color:var(--bs-primary) !important}.checkout-wrap ul.checkout-bar li:hover::before,.checkout-wrap ul.checkout-bar li.active::before{color:var(--bs-primary) !important;border:3px solid var(--bs-terciary)}.checkout-wrap ul.checkout-bar li:hover::after,.checkout-wrap ul.checkout-bar li.active::after{transform:scale(1, 1);transform-origin:center center;background-color:var(--bs-primary);transition-delay:500ms}@media screen and (max-width: 768px){.checkout-wrap ul.checkout-bar li span{bottom:-50px}.checkout-wrap ul.checkout-bar li span a{display:none}.checkout-wrap ul.checkout-bar li.active span a{display:block}}.checkout .checkout-content{display:none}.checkout .woocommerce-form-coupon-toggle .woocommerce-info{border-top-color:var(--bs-primary)}.checkout .woocommerce-form-coupon-toggle .woocommerce-info::before{color:var(--bs-terciary)}.checkout form .form-row select{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;background-color:#fff;font-size:16px}main section.compre-por-categoria{background:var(--gradient-custom-a);color:#fff}main section.compre-por-categoria h2{color:#fff}main section.compre-por-categoria .woocommerce ul.products{display:flex;align-items:center;justify-content:center}main section.compre-por-categoria .woocommerce ul.products li.product{position:relative;display:flex;align-items:center;justify-content:center;height:300px;padding:0;margin-bottom:10px;width:25%;margin:0}main section.compre-por-categoria .woocommerce ul.products li.product a{display:block;width:150px;height:150px;border-radius:50%;overflow:hidden;transition:width .52s ease,height .52s ease,border-radius 1s}main section.compre-por-categoria .woocommerce ul.products li.product a img{width:100%;height:100%;margin:0;object-fit:cover;object-position:center}main section.compre-por-categoria .woocommerce ul.products li.product a h2{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:rgba(0,0,0,.7);border-radius:5px;padding:9px 15px;color:#fff;text-align:center;transition:opacity 1s ease,transform 2s ease}main section.compre-por-categoria .woocommerce ul.products li.product a h2 mark.count{display:none}main section.compre-por-categoria .woocommerce ul.products li.product:hover{box-shadow:none}main section.compre-por-categoria .woocommerce ul.products li.product:hover a{width:300px;width:100%;height:300px;border-radius:6px}main section.compre-por-categoria .woocommerce ul.products li.product:hover a img{filter:grayscale(0)}main section.compre-por-categoria .woocommerce ul.products li.product:hover a h2{color:var(--bs-terciary);transform:translate(-50%, -50%) scale(1.2);transition:333ms linear}main section.compre-por-categoria .woocommerce ul.products li.product:hover a h2:hover{transform:translate(-50%, -50%) scale(1)}@media screen and (max-width: 1024px){main section.compre-por-categoria .woocommerce ul.products li.product{width:33.3333333333%}}@media screen and (max-width: 820px){main section.compre-por-categoria .woocommerce ul.products li.product{width:50%}}@media screen and (max-width: 576px){main section.compre-por-categoria .woocommerce ul.products li.product{width:100%;height:auto;margin:10px 0}}main section.newsletter{min-height:170px;background:var(--gradient-custom-a);box-shadow:0px 4px 6px rgba(0,0,0,.1);display:flex;justify-content:flex-start;align-items:center;color:#fff}main section.newsletter h2{color:#fff}main section.newsletter form{width:100%}main section.newsletter form input{width:100%;height:44px;margin-bottom:7px;padding:10px}main section.newsletter form input[type=submit]{background:var(--bs-primary);color:#fff;border:none;padding:10px;width:100%;transition:all .3s ease-in-out}main section.newsletter form input[type=submit]:hover{background:var(--bs-terciary)}main section.newsletter form input[type=checkbox]{height:auto;accent-color:var(--bs-terciary);width:20px;height:20px;margin-right:8px}.pswp__bg{background:rgba(0,0,0,.69)}.pswp__scroll-wrap .pswp__top-bar{background:rgba(0,0,0,.69)}.pswp__scroll-wrap .pswp__top-bar .pswp__counter{display:none}.pswp__scroll-wrap .pswp__caption{background:rgba(0,0,0,.69)}.pswp__scroll-wrap .pswp__caption.pswp__caption--fake .pswp__caption__center{text-align:center}footer#footer-shop{padding:33px 0 33px}.below-content .container .row svg{max-width:60px;height:60px}.below-content .container .row svg path,.below-content .container .row svg circle{stroke:var(--bs-white);fill:var(--bs-primary)}.below-content .container .row svg path circle,.below-content .container .row svg circle circle{fill:var(--bs-primary)}.below-content .container .row h3{font-size:1.125rem;font-weight:600;line-height:1;margin-bottom:0}@keyframes cartHoverAnimation{0%{top:-2px}50%{top:-15px}100%{top:-5px;transform:scale(1);z-index:3}}@keyframes logoutHoverAnimation{0%{right:-20px}30%{right:-25px}100%{right:-6px;transform:scale(1);z-index:3}}@keyframes pulseHeart{0%{transform:scale(1)}50%{transform:scale(1.2);color:var(--bs-terciary)}100%{transform:scale(1)}}