@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Roboto:wght@300;400;500;700&display=swap";:root{--color-primary: #4e3b31;--color-secondary: #bfa06d;--color-red-promo: #9e2a2b;--color-bg-light: #f9f9f9;--color-text-dark: #333333;--color-text-light: #666666;--font-serif: "Playfair Display", serif;--font-sans: "Roboto", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-text-dark);background-color:#fff;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}.container{max-width:100%;margin:0 auto}@keyframes twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:.8;transform:scale(1.2)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-item{display:flex;padding:24px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:24px;gap:24px;font-family:var(--font-sans)}.cart-item-image-wrapper{position:relative;width:100px;flex-shrink:0}.cart-item-image-wrapper img{width:100%;height:auto;object-fit:contain}.discount-badge{position:absolute;top:-5px;left:-5px;background-color:#8b6c5c;color:#fff;font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:4px;z-index:1}.cart-item-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-header{margin-bottom:16px}.cart-item-brand{font-weight:700;font-size:.9rem;color:#000;display:block;margin-bottom:4px}.cart-item-title{font-size:1rem;color:#666;font-weight:400;line-height:1.4;margin:0 0 4px}.cart-item-code{font-size:.85rem;color:#666}.cart-item-footer{display:flex;justify-content:space-between;align-items:flex-end}.cart-item-controls{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.quantity-selector{display:flex;align-items:center;gap:12px}.qty-btn{width:32px;height:32px;border:1px solid #8e566e;background:#fff;color:#8e566e;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:default;border-radius:4px;line-height:1;padding-bottom:4px;opacity:.5;background-color:#f9f9f9}.qty-value{font-size:1rem;color:#000;font-weight:500}.remove-link{background:none;border:none;padding:0;color:#8e566e;text-decoration:underline;font-size:.9rem;cursor:pointer;margin-left:4px}.cart-item-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.original-price{text-decoration:line-through;color:#999;font-size:.9rem}.current-price{font-size:1.1rem;font-weight:700;color:#000;color:#8b6c5c}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.popup-content{background-color:#fff;padding:24px;border-radius:8px;width:90%;max-width:400px;box-shadow:0 4px 6px #0000001a;font-family:var(--font-sans);text-align:center;position:relative}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.popup-header h3{color:var(--color-primary);font-family:var(--font-serif);font-size:1.5rem;margin:0}.close-btn{font-size:1.5rem;color:#999;cursor:pointer;background:none;border:none;padding:0;line-height:1}.popup-body p{color:#666;font-size:1rem;line-height:1.5;margin-bottom:24px}.confirm-btn{background-color:var(--color-primary);color:#fff;border:none;padding:12px 32px;border-radius:4px;font-weight:700;cursor:pointer;text-transform:uppercase;font-size:.9rem;transition:opacity .2s}.confirm-btn:hover{opacity:.9}.cart-page-container{max-width:1200px;margin:0 auto;padding:20px 16px;font-family:var(--font-sans)}.cart-header h1{font-family:var(--font-sans);font-size:1.8rem;color:var(--color-text-dark);margin-bottom:24px}.cart-header h1 span{font-weight:300;font-size:1.2rem;color:#666}.cart-top-section{display:flex;gap:20px;margin-bottom:16px;align-items:center;flex-wrap:wrap}.shipping-progress{flex:1;min-width:300px}.progress-bar-container{height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-bar{height:100%;background-color:var(--color-secondary)}.promo-banner{background-color:#4a2c2a;color:#cbbba0;padding:12px 24px;font-size:.8rem;font-weight:700;text-transform:uppercase;text-align:center;letter-spacing:.5px;line-height:1.2}.progress-header{display:flex;justify-content:flex-end;margin-bottom:4px}.progress-100-label{font-size:.8rem;font-weight:700;color:#bfa06d}.free-shipping-text{font-size:.9rem;color:#333;margin-top:8px}.gold-text{color:#bfa06d;font-weight:700}.continue-shopping-link-top,.continue-shopping-link-bottom{margin-bottom:24px}.continue-shopping-link-top a,.continue-shopping-link-bottom a{text-decoration:underline;color:#666;font-size:.9rem}.cart-layout{display:flex;gap:40px;flex-wrap:wrap}.cart-left-col{flex:2;min-width:300px}.cart-right-col{flex:1;min-width:300px}.shipping-calculator{border:1px solid #e0e0e0;border-radius:8px;padding:24px;margin-bottom:32px}.shipping-calculator h3{font-size:1rem;font-weight:700;margin-bottom:16px;color:#000}.cep-input-group{display:flex;gap:12px;margin-bottom:12px}.cep-input-group input{flex:1;padding:10px 10px 10px 40px;border:1px solid #ccc;border-radius:4px;font-size:1rem;background:#fff url(data:image/svg+xml;utf8,<svg\ ...>) no-repeat 10px center}.cep-input-group{position:relative}.truck-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#8e6e48;font-size:1.2rem}.cep-input-group input{padding-left:45px}.ok-btn{padding:0 24px;border:1px solid #8E6E48;color:#333;border-radius:4px;background:#fff;font-weight:500}.forgot-cep{font-size:.85rem;color:#666;text-decoration:underline}.cart-products-list h2{font-size:1.2rem;margin-bottom:16px;color:var(--color-text-dark)}.cart-summary-header{border-bottom:1px solid #e0e0e0;padding-bottom:16px;margin-bottom:16px}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:#666}.summary-prices .old-price{text-decoration:line-through;margin-right:8px;color:#999}.subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.subtotal-row span:first-child{font-weight:700;font-size:1.1rem}.subtotal-value{font-size:1.5rem;font-weight:700;color:#000}.coupon-section{background-color:#f7f7f7;border:1px solid #e0e0e0;border-radius:4px;padding:16px;margin-bottom:24px}.coupon-header{display:flex;justify-content:space-between;cursor:pointer;font-weight:700;font-size:.9rem}.coupon-input-group{display:flex;gap:8px;margin-top:12px;position:relative}.ticket-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#8e6e48}.coupon-input-group input{flex:1;padding:10px 10px 10px 40px;border:1px solid #ccc;border-radius:4px}.apply-btn{padding:0 20px;border:1px solid #8E6E48;background:#fdfdfd;color:#5e4b35;border-radius:4px;font-weight:500}.checkout-btn{width:100%;padding:16px;background-color:#8e6e48;background:linear-gradient(to right,#8a6d4b,#70563b);color:#fff;font-weight:700;font-size:1rem;border-radius:4px;margin-bottom:16px;display:flex;justify-content:center;align-items:center}.checkout-btn:hover{opacity:.9}.continue-shopping-link-bottom{text-align:center;border:1px solid #8E6E48;border-radius:4px;padding:12px}.continue-shopping-link-bottom a{text-decoration:none;font-weight:700;color:#5e4b35}@media(max-width:768px){.cart-layout{flex-direction:column}.cart-left-col,.cart-right-col{min-width:100%}}.back-link{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#666;text-decoration:underline;font-weight:500}.back-link:hover{color:var(--color-primary)}.cart-limit-warning{background-color:#fff3cd;color:#856404;border:1px solid #ffeeba;padding:15px;margin-bottom:20px;border-radius:4px;font-size:.9rem;font-weight:700;text-align:center}.thank-you-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:20px;font-family:var(--font-sans);background-color:#f9f9f9}.thank-you-card{background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:center;max-width:500px;width:100%}.success-icon{color:#28a745;margin-bottom:24px}.thank-you-card h1{font-size:1.8rem;color:var(--color-text-dark);margin-bottom:16px}.confirmation-text{font-size:1.1rem;color:#333;margin-bottom:24px}.order-info{background-color:#f5f5f5;padding:16px;border-radius:4px;margin-bottom:24px;display:inline-block}.order-info span{color:#666;margin-right:8px}.order-info strong{color:#000;font-size:1.1rem}.email-text{font-size:.9rem;color:#666;margin-bottom:32px;line-height:1.5}.added-popup-overlay{position:fixed;right:20px;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease}.added-popup-content{background-color:#fff;padding:24px;border-radius:8px;width:90%;max-width:400px;position:relative;box-shadow:0 4px 12px #00000026;font-family:var(--font-sans)}.added-close-btn{position:absolute;top:10px;right:10px;font-size:1.5rem;color:#999;cursor:pointer;background:none;border:none;line-height:1}.added-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;justify-content:center}.added-header h3{font-size:1.1rem;color:var(--color-text-dark);margin:0;font-weight:700}.added-product-info{display:flex;gap:16px;margin-bottom:24px;align-items:center;text-align:left}.added-img-wrapper img{width:70px;height:70px;object-fit:contain;border:1px solid #eee;border-radius:4px}.added-details{display:flex;flex-direction:column}.added-name{font-size:.9rem;color:#333;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.added-prices{display:flex;gap:8px;align-items:center}.added-old-price{font-size:.8rem;color:#999;text-decoration:line-through}.added-new-price{font-size:1rem;font-weight:700;color:var(--color-text-dark)}.view-cart-btn{width:100%;padding:14px;background-color:var(--color-primary);color:#fff;border:none;border-radius:4px;font-weight:700;font-size:1rem;cursor:pointer;text-transform:uppercase}.view-cart-btn:hover{opacity:.9}.faq-container{padding:40px 20px;background-color:#fff;max-width:800px;margin:0 auto;font-family:var(--font-sans)}.faq-header{text-align:center;margin-bottom:30px}.faq-title{font-family:var(--font-serif);color:var(--color-primary);font-size:24px;font-weight:700;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.faq-subtitle{color:var(--color-text-light);font-size:14px;max-width:600px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:15px}.faq-item{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:all .3s ease;background-color:#fff}.faq-item.active{border-color:var(--color-secondary);box-shadow:0 4px 15px #bfa06d26}.faq-question{padding:20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.faq-question:hover{background-color:#fcfcfc}.faq-question h4{margin:0;font-size:16px;color:var(--color-text-dark);font-weight:500;flex:1;padding-right:20px;line-height:1.4}.faq-item.active .faq-question h4{color:var(--color-primary);font-weight:700}.faq-icon-wrapper{color:var(--color-secondary);display:flex;align-items:center;justify-content:center;font-size:20px;transition:transform .3s ease}.faq-item.active .faq-icon-wrapper{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(0,1,0,1);background-color:#fbfbfb}.faq-item.active .faq-answer{max-height:500px;transition:max-height .4s ease-in-out}.faq-answer-content{padding:0 20px 20px;color:var(--color-text-light);font-size:14px;line-height:1.6}.faq-divider{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:30px}.faq-divider-line{height:1px;width:60px;background-color:var(--color-secondary);opacity:.5}.faq-divider-dot{width:6px;height:6px;background-color:var(--color-secondary);transform:rotate(45deg)}@media(max-width:768px){.faq-container{padding:30px 15px}.faq-title{font-size:20px}.faq-question h4{font-size:15px}}.promo-batch-container{width:100%;max-width:1200px;margin:0 auto;padding:20px 15px;font-family:Roboto,sans-serif;text-align:center}.promo-batch-header{font-family:Roboto,sans-serif;font-size:15px;font-weight:900;color:#4e313d;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.promo-progress-wrapper{display:flex;align-items:center;gap:15px;margin-bottom:12px}.promo-progress-bar-container{flex:1;height:20px;background-color:#f0f0f0;border-radius:10px;overflow:hidden;border:2px solid #4E313D;position:relative}.promo-progress-bar{width:84%;height:100%;background:linear-gradient(90deg,#bfa06d,#d4b886,#bfa06d);position:relative;border-radius:8px 0 0 8px;box-shadow:0 0 10px #bfa06d80}.promo-progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#fff0 25%,#ffffff80,#fff0 75%);background-size:200% 100%;animation:shine 2s infinite linear}@keyframes shine{0%{background-position:200% 0}to{background-position:-200% 0}}.promo-batch-status-text{font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#4e313d;background-color:#f5f5f5;padding:4px 8px;border-radius:4px;border:1px solid #ddd;white-space:nowrap}.promo-batch-disclaimer{font-size:12px;color:#666;line-height:1.4;font-style:italic}.promo-batch-disclaimer strong{color:#4e313d;font-weight:700}
