/* =====================================================
   Bootstrap x WooCommerce
   ===================================================== */

/* Remove clearfix padrão do WooCommerce */
div.woocommerce .col2-set::before,
div.woocommerce .col2-set::after,
div.woocommerce-page .col2-set::before,
div.woocommerce-page .col2-set::after {
    content: none !important;
    display: none !important;
}

/* Colunas do WooCommerce */
div.woocommerce .col2-set,
div.woocommerce-page .col2-set,
div.woocommerce-account .col2-set{
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
}

div.woocommerce .col-1,
div.woocommerce .col-2,{
    flex:1 1 auto !important;
    width:auto !important;
    max-width:none !important;
}

div.woocommerce .col2-set .col-1,
div.woocommerce .col2-set .col-2{
    flex:1 1 0;
    width:auto;
    max-width:none;
    padding:0;
    margin:0;
}

/* Login / Cadastro */
.woocommerce-account .u-columns{
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2{
    flex:0 0 100% !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
}

@media (min-width:768px){
    .woocommerce-account .u-column1,
    .woocommerce-account .u-column2{
        flex:0 0 calc(50% - 1rem) !important;
        width:calc(50% - 1rem) !important;
        max-width:calc(50% - 1rem) !important;
    }
}

/* Checkout */
.woocommerce-checkout .col2-set{
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
}

.woocommerce-checkout .col2-set > div{
    flex:1;
    width:auto;
    max-width:none;
}

/* Endereços */
.woocommerce-Addresses{
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
}

.woocommerce-Addresses .woocommerce-Address{
    flex:1;
    width:auto;
    max-width:none;
}

/* Bootstrap interfere no form-row */
div.woocommerce form .form-row,
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row{
    display:block;
    width:100%;
    margin:0 0 1rem;
    padding:0;
}

/* Wrapper dos inputs */
div.woocommerce .woocommerce-input-wrapper{
    display:block;
    width:100%;
}

/* Labels */
div.woocommerce form label{
    display:block;
    margin-bottom:.5rem;
}

/* Inputs */
div.woocommerce input:not([type="checkbox"]):not([type="radio"]),
div.woocommerce select,
div.woocommerce textarea{
    width:100%;
    max-width:100%;
}

/* Remove larguras herdadas do Bootstrap */
div.woocommerce [class*="col-"]{
    min-height:0;
}

/* Títulos dos endereços */
.woocommerce-Address-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:1rem;
}

.woocommerce-Address-title h2{
    margin:0;
}

/* Tabelas */
div.woocommerce table{
    width:100%;
}

/* Mensagens */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
    margin-bottom:1.5rem;
}

/* Botões */
div.woocommerce a.button,
div.woocommerce button.button,
div.woocommerce input.button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}


.woocommerce-variation-add-to-cart {
	display: flex;
    align-items: stretch;
    gap: 10px;
}
.woocommerce-variation-add-to-cart .quantity {
	display: flex;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
	width: 100%;
	max-width: 350px;
    height: 48px;
    border-radius: 9999rem;
}
.product-content h2 {
	font-size: 1.8rem;
}
.product-content h3 {
	font-size: 1.4rem;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.img-absolute-centered {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.img-absolute {
    position: absolute;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-indent: -9999px;
    z-index: 1;
}
.superfrete-calculator-wrapper {
	max-width: 100% !important;
}
.shop-sidebar{
    position:sticky;
    top:40px;
}
.shop-sidebar h6{
    letter-spacing:.08em;
    font-size:.8rem;
}
.shop-sidebar .form-check{
    margin-bottom:.7rem;
}
.shop-sidebar .form-check-label{
    cursor:pointer;
}
.shop-ordering{
    width:220px;
}
.shop-ordering select{
    font-size:.85rem;
	display: inline-block;
    text-align: left;
    border: 1px solid #2c2d33;
    border-radius: 2px;
    line-height: 1.5;
    padding: 7px 12px;
    background-color: transparent;
    color: #2c2d33;
    box-sizing: border-box;
    text-decoration: none !important;
    font-weight: 400;
    transition: none;
    position: relative;
}
.product-card{
    position:relative;
}
.product-image{
    overflow:hidden;
    background:#f5f5f5;
}
.product-image img{
    transition:.25s;
}
.color-bullet{
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #DDD;
    cursor:pointer;
    padding:0;
}
.color-bullet:hover{
    border:1px solid #222;
}
.btn-outline-dark:hover svg {
	fill: white;
}
.offcanvas-footer{
    position:sticky;
    bottom:0;
    background:#fff;
    padding:16px;
    border-top:1px solid #e5e5e5;
}
:root {
    --woocommerce: #111111;
    --wc-primary: #111111;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #111111 !important;
}
.quantity.quantity-customized {
	display: flex;
	align-items: center;
	width: 110px;
	height: 48px;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.quantity.quantity-customized button {
	width: 36px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quantity.quantity-customized button:hover {
	background: #f5f5f5;
}

.quantity.quantity-customized input.qty {
	flex: 1;
	width: 38px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	background: transparent;
	text-align: center;
	font-size: 15px;
	box-shadow: none;
	-moz-appearance: textfield;
}

.quantity.quantity-customized input.qty::-webkit-outer-spin-button,
.quantity.quantity-customized input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.checkout-back-cart a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.95rem;
	font-weight: 500;
	color: #000;
}

.checkout-back-cart a:hover {
	opacity: 0.7;
}


/* =====================================================
   Checkout - CEP antes do endereço
   ===================================================== */
.wc-block-components-address-form__country.wc-block-components-country-input,
.wc-block-components-address-form__phone {
	display: none;
}
.wc-block-components-address-form__postcode {
    order: 1;
}
.wc-block-components-address-form__address_1 {
    order: 2;
}
.wc-block-components-address-form__address_2-toggle {
    order: 3;
}
.wc-block-components-address-form__address_2 {
    order: 4;
}
.wc-block-components-address-form__shipping-number {
    order: 5;
}
.wc-block-components-address-form__shipping-neighborhood {
    order: 7;
}
.wc-block-components-address-form__city {
    order: 8;
}
.wc-block-components-address-form__state {
    order: 9;
}

.woocommerce-variation-price {
	display: none !important;
}