@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--brand-primary:#002a8f;--brand-secondary:#001f6b;--brand-accent:#c00;--brand-accent-hover:#e60000;--brand-link:#2563eb;--bg-gray:#f8fafc;--text-main:#0f172a;--text-light:#64748b;--white:#fff;--border-radius-sm:6px;--border-radius-md:12px;--border-radius-lg:16px;--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000006;--border-color:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-gray);color:var(--text-main);-webkit-font-smoothing:antialiased;width:100%;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;overflow-x:hidden}html{overflow-x:hidden}a{color:var(--brand-link);text-decoration:none;transition:color .2s}a:hover{color:#1d4ed8;text-decoration:underline}.btn{border-radius:var(--border-radius-sm);cursor:pointer;text-align:center;box-shadow:var(--shadow-sm);border:none;padding:10px 20px;font-size:15px;font-weight:600;transition:all .2s;display:inline-block}.btn-primary{background-color:var(--brand-accent);color:#fff}.btn-primary:hover{background-color:var(--brand-accent-hover);transform:translateY(-1px)}.container{max-width:1500px;margin:0 auto;padding:0 20px}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.navbar-container{flex-direction:column;width:100%;display:flex}.navbar-main{background-color:var(--brand-primary);color:#fff;align-items:center;gap:20px;padding:12px 24px;display:flex}.nav-item{border-radius:var(--border-radius-sm);cursor:pointer;color:#fff;border:1px solid #0000;flex-direction:column;justify-content:center;padding:8px 12px;transition:background-color .2s;display:flex}.nav-item:hover{background-color:#ffffff1a}.nav-logo{letter-spacing:-.5px;color:#fff;font-size:26px;font-weight:700}.nav-logo-link{text-decoration:none}.nav-location{flex-direction:row;align-items:center;gap:8px}.location-text{flex-direction:column;display:flex}.text-small{color:#cbd5e1;font-size:12px;line-height:14px}.text-bold{font-size:14px;font-weight:700;line-height:16px}.nav-search{border-radius:var(--border-radius-sm);height:44px;box-shadow:var(--shadow-sm);flex-grow:1;display:flex;overflow:hidden}.nav-sell-btn{background-color:var(--brand-accent);color:#fff;border-radius:var(--border-radius-sm);white-space:nowrap;box-shadow:var(--shadow-sm);border:1px solid #0000001a;padding:10px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s}.nav-sell-btn:hover{background-color:var(--brand-accent-hover);color:#fff;text-decoration:none;transform:translateY(-1px)}.search-dropdown{color:#475569;cursor:pointer;background-color:#f1f5f9;border:none;border-right:1px solid #e2e8f0;padding:0 15px;font-family:inherit;font-size:13px;font-weight:500}.search-input{border:none;outline:none;flex-grow:1;padding:0 15px;font-family:inherit;font-size:16px}.search-btn{background-color:var(--brand-accent);cursor:pointer;border:none;justify-content:center;align-items:center;width:50px;transition:background-color .2s;display:flex}.search-btn:hover{background-color:var(--brand-accent-hover)}.nav-cart{flex-direction:row;align-items:flex-end;gap:8px;text-decoration:none;display:flex}.cart-icon-wrapper{align-items:center;display:flex;position:relative}.cart-count{width:100%;color:var(--brand-accent);text-align:center;font-size:16px;font-weight:800;position:absolute;top:-14px;left:0}.cart-label{margin-bottom:2px}.navbar-sub{background-color:var(--brand-secondary);color:#fff;white-space:nowrap;align-items:center;gap:20px;padding:8px 24px;font-size:14px;display:flex;overflow-x:auto}.navbar-sub::-webkit-scrollbar{display:none}.navbar-sub{-ms-overflow-style:none;scrollbar-width:none}.navbar-sub a{color:#f8fafc;border-radius:var(--border-radius-sm);padding:6px 12px;text-decoration:none;transition:background-color .2s}.navbar-sub a:hover{background-color:#ffffff1a;text-decoration:none}.sub-menu-btn{cursor:pointer;border-radius:var(--border-radius-sm);align-items:center;gap:6px;padding:6px 12px;font-weight:600;transition:background-color .2s;display:flex}.sub-menu-btn:hover{background-color:#ffffff1a}@media (width<=768px){.hide-mobile{display:none}.navbar-main{flex-wrap:wrap;gap:4px 8px;padding:6px 10px}.nav-logo{font-size:20px}.nav-item{padding:2px 4px}.nav-account .text-small{display:none}.nav-account .text-bold{font-size:12px}.cart-label{display:none}.cart-icon-wrapper svg{width:24px;height:24px}.cart-count{font-size:13px;top:-10px}.navbar-main.store-mode{grid-template-columns:auto 1fr auto auto;grid-template-areas:"logo space account cart""search search search search";gap:4px 8px;display:grid}.navbar-main.store-mode .nav-logo-link{grid-area:logo}.navbar-main.store-mode .nav-account{text-align:right;grid-area:account;align-items:flex-end;padding:0}.navbar-main.store-mode .nav-account .text-bold{display:none}.navbar-main.store-mode .nav-cart{grid-area:cart;margin:0;padding:0}.navbar-main.store-mode .nav-search{grid-area:search;width:100%;margin-top:0}.navbar-main.store-mode .nav-sell-btn{display:none}.navbar-main:not(.store-mode){justify-content:space-between;align-items:center}.navbar-main:not(.store-mode) .nav-location{margin-right:auto;padding:2px 4px}.navbar-main:not(.store-mode) .location-name{white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-size:11px;overflow:hidden}.navbar-main:not(.store-mode) .nav-search{order:3;width:100%;height:36px;margin-top:4px}.navbar-main:not(.store-mode) .nav-search .search-input{padding:0 10px;font-size:13px}.navbar-main:not(.store-mode) .nav-search .search-btn{width:38px}.navbar-main:not(.store-mode) .nav-search .search-btn svg{width:16px;height:16px}.navbar-main:not(.store-mode) .nav-cart{padding-right:0}.navbar-main:not(.store-mode) .nav-cubabnb-link{order:0;margin-left:2px}.navbar-main:not(.store-mode) .nav-cubabnb-link span{padding:4px 8px!important;font-size:11px!important}.navbar-main:not(.store-mode) .nav-sell-btn{order:0;align-items:center;width:auto;margin-top:0;margin-left:5px;padding:4px 8px;font-size:11px;display:flex}.navbar-sub{white-space:nowrap;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:10px;padding:4px 10px;font-size:12px;overflow-x:auto}.navbar-sub a,.sub-menu-btn{padding:3px 8px}}.location-modal-overlay{z-index:10000;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.location-modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:450px;overflow:hidden;box-shadow:0 4px 12px #00000026}.location-modal-header{background-color:#f0f2f2;border-bottom:1px solid #d5d9d9;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.location-modal-header h3{color:#111;margin:0;font-size:16px}.location-modal-header .close-btn{cursor:pointer;color:#555;background:0 0;border:none}.location-modal-desc{color:#565959;margin:0;padding:16px 20px 0;font-size:13px}.location-modal-body{padding:16px 20px 20px}.nav-location{cursor:pointer}.nav-location:hover{outline:1px solid #fff}.main-footer{color:#fff;background-color:#232f3e;margin-top:40px;padding:40px 20px 20px;font-family:inherit}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;display:flex}.footer-section{flex:1;min-width:250px}.footer-section h3{color:#fff;margin-bottom:20px;font-size:16px;font-weight:600}.footer-section p{color:#ddd;font-size:14px;line-height:1.5}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#ddd;font-size:14px;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#fff;text-decoration:underline}.footer-bottom{text-align:center;color:#aaa;border-top:1px solid #3a4553;margin-top:40px;padding-top:20px;font-size:13px}.hero-container{background-color:#e3e6e6;width:100%;height:300px;position:relative;overflow:hidden}.dynamic-hero{height:350px}.hero-slider{height:100%;transition:transform .5s ease-in-out;display:flex}.hero-slide{background-color:#111;min-width:100%;height:100%;position:relative;overflow:hidden}.hero-slide-blur-bg{filter:blur(20px)brightness(.6);z-index:0;background-position:50%;background-size:cover;position:absolute;inset:-20px}.hero-slide-bg{object-fit:contain;object-position:center;z-index:1;width:100%;height:100%;position:relative}.hero-slide-overlay{background:linear-gradient(90deg,#000000b3 0%,#0000001a 100%);position:absolute;inset:0}.hero-slide-content{color:#fff;text-align:center;z-index:2;width:90%;max-width:600px;position:absolute;bottom:45px;left:50%;transform:translate(-50%)}.hero-slide-content h1{text-shadow:0 2px 4px #00000080;margin-bottom:1rem;font-size:2.5rem}.hero-slide-content p{text-shadow:0 1px 2px #00000080;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.4}.hero-btn{color:#111;background-color:#f90;border-radius:4px;padding:10px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.hero-btn:hover{background-color:#e68a00}.hero-indicators{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;background-color:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;padding:0}.indicator.active{background-color:#fff;transform:scale(1.2)}.hero-images{height:100%}.hero-image{object-fit:cover;object-position:top center;width:100%}@media (width>=1000px){.hero-images{height:400px}}@media (width<=768px){.hero-container,.dynamic-hero{height:250px}.hero-slide-content{width:95%;bottom:35px}.hero-slide-content h1{margin-bottom:.5rem;font-size:1.5rem}.hero-slide-content p{margin-bottom:1rem;font-size:.9rem}.hero-slide-overlay{background:linear-gradient(#0009 0%,#0000004d 100%)}}.category-card{background-color:var(--white);z-index:2;border-radius:var(--border-radius-md);width:100%;height:200px;box-shadow:var(--shadow-sm);flex-direction:column;padding:10px;transition:transform .2s,box-shadow .2s;display:flex}@media (width>=576px){.category-card{height:420px;padding:24px}}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.category-card-inner{flex-direction:column;height:100%;display:flex}.category-card-title{color:var(--text-main);letter-spacing:-.5px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:13px;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}@media (width>=576px){.category-card-title{margin-bottom:20px;font-size:22px;line-height:28px}}.category-card-image-container{border-radius:var(--border-radius-sm);flex-grow:1;justify-content:center;align-items:flex-start;margin-bottom:10px;display:flex;overflow:hidden}@media (width>=576px){.category-card-image-container{margin-bottom:20px}}.category-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-card:hover .category-card-image{transform:scale(1.03)}.category-card-link{margin-top:auto;font-size:12px;font-weight:600}@media (width>=576px){.category-card-link{font-size:14px}}.quad-category-card{background-color:var(--white);z-index:1;flex-direction:column;padding:20px;display:flex;position:relative}@media (width>=576px){.quad-category-card{height:420px}}.quad-category-card-title{color:var(--text-main);margin-bottom:10px;font-size:21px;font-weight:700;line-height:1.2}.quad-grid{flex:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:15px;display:grid}.quad-item{flex-direction:column;text-decoration:none;display:flex}.quad-item:hover{text-decoration:none}.quad-image-container{aspect-ratio:1;background-color:#f8fafc;flex:1;justify-content:center;align-items:center;width:100%;margin-bottom:8px;display:flex}.quad-image{object-fit:cover;width:100%;height:100%}.quad-label{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;font-size:12px;text-decoration:none;overflow:hidden}.quad-category-card-link{color:var(--brand-link);margin-top:auto;font-size:13px;font-weight:500;text-decoration:none}.quad-category-card-link:hover{color:var(--brand-link-hover);text-decoration:underline}.product-card{background-color:var(--white);border-bottom:1px solid var(--border-color);flex-direction:column;width:100%;padding:16px;transition:background-color .15s;display:flex}.product-card:active{background-color:#f1f5f9}@media (width>=576px){.product-card{border-radius:var(--border-radius-md);height:420px;box-shadow:var(--shadow-sm);border-bottom:none;padding:20px}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}}.product-card-link{color:inherit;flex-direction:row;flex-grow:1;align-items:flex-start;gap:16px;text-decoration:none;display:flex}.product-card-link:hover{color:inherit;text-decoration:none}@media (width>=576px){.product-card-link{flex-direction:column;align-items:stretch;gap:0}}.product-card-image-container{background-color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:130px;height:130px;padding:8px;display:flex}@media (width>=576px){.product-card-image-container{border-radius:0;width:100%;height:200px;margin-bottom:15px;padding:0}}.product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}@media (width>=576px){.product-card:hover .product-card-image{transform:scale(1.05)}}.product-card-info{flex-direction:column;flex-grow:1;gap:4px;display:flex}.product-card-title{color:var(--text-main);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:2px;font-size:14px;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}@media (width>=576px){.product-card-title{margin-bottom:10px;font-size:16px;line-height:1.4}}.product-card-rating{align-items:center;gap:6px;margin:2px 0;display:flex}.stars{align-items:center;gap:1px;display:flex}.star-filled{color:#f59e0b;fill:#f59e0b}.star-empty{color:#d1d5db;fill:none}.review-count{color:var(--brand-link);font-size:12px}.product-card-price{color:var(--text-main);align-items:flex-start;margin-top:4px;font-weight:400;display:flex}.price-symbol{vertical-align:super;margin-top:2px;font-size:13px}.price-whole{font-size:28px;font-weight:400;line-height:1}.price-decimal{vertical-align:super;margin-top:2px;font-size:13px}@media (width>=576px){.price-whole{font-size:24px}}.product-card-delivery{color:var(--text-main);margin-top:2px;font-size:12px}.product-card-delivery:before{content:""}.add-to-cart-btn-mobile{color:#0f1111;cursor:pointer;background-color:#ffd814;border:1px solid #fcd200;border-radius:20px;align-self:flex-start;align-items:center;gap:6px;margin-top:8px;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background-color .15s;display:inline-flex}.add-to-cart-btn-mobile:hover{background-color:#f7ca00}.add-to-cart-btn-mobile:active{background-color:#e7b800}@media (width>=576px){.add-to-cart-btn-mobile{border-radius:8px;justify-content:center;width:100%;padding:10px;font-size:14px}}.home-page{background-color:var(--amazon-bg-gray);flex-direction:column;min-height:100vh;display:flex}.home-content{z-index:2;width:100%;max-width:1500px;margin:20px auto 0;padding:0 20px;position:relative}.home-row{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px;display:grid}@media (width>=576px){.home-row{gap:20px}}@media (width>=768px){.home-row{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.home-row{grid-template-columns:repeat(3,1fr)}}@media (width>=1300px){.home-row{grid-template-columns:repeat(4,1fr)}.home-content{margin-top:20px}}.home-section-title{background-color:var(--white);border-bottom:1px solid var(--border-color);margin:20px 0 0;padding:14px 16px}@media (width>=576px){.home-section-title{border-radius:var(--border-radius-sm);box-shadow:var(--shadow-sm);border-bottom:none;margin:30px 0 15px;padding:10px 20px}}.home-section-title h2{color:var(--text-main);font-size:18px;font-weight:700}@media (width>=576px){.home-section-title h2{font-size:24px}}.home-products-grid{background-color:var(--white);grid-template-columns:1fr;gap:0;margin-bottom:40px;display:grid}@media (width>=576px){.home-products-grid{background-color:#0000;gap:20px}}@media (width>=992px){.home-products-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.home-products-grid{grid-template-columns:repeat(4,1fr)}}.home-carousel-section{background-color:var(--white);margin-bottom:20px;padding:15px}@media (width>=576px){.home-carousel-section{margin-bottom:25px;padding:20px}}.home-carousel-title{color:var(--text-main);margin-bottom:15px;font-size:18px;font-weight:700}@media (width>=576px){.home-carousel-title{margin-bottom:20px;font-size:21px}}.home-carousel{scrollbar-width:none;gap:15px;padding-bottom:10px;display:flex;overflow-x:auto}.home-carousel::-webkit-scrollbar{display:none}.home-carousel .product-card{border:1px solid var(--border-color);border-radius:var(--border-radius-md);flex-shrink:0;width:250px;min-width:250px;margin-bottom:0}@media (width<=576px){.home-carousel .product-card{flex-direction:column;width:180px;min-width:180px;height:320px;padding:12px}.home-carousel .product-card .product-card-link{flex-direction:column;align-items:stretch}.home-carousel .product-card .product-card-image-container{width:100%;height:120px;margin-bottom:8px}}@media (width<=768px){.home-content{margin-top:10px;padding:0 10px}}.zelle-warning-overlay{z-index:9999;background-color:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.zelle-warning-content{text-align:center;background-color:#fff;border-radius:16px;width:100%;max-width:400px;padding:30px;animation:.3s ease-out modalPopIn;box-shadow:0 10px 25px #0003}@keyframes modalPopIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.zelle-warning-icon{margin-bottom:15px;font-size:40px}.zelle-warning-title{color:#b12704;margin-top:0;margin-bottom:15px;font-size:22px}.zelle-warning-text{color:#333;margin-bottom:25px;font-size:16px;line-height:1.5}.zelle-warning-actions{flex-direction:column;gap:12px;display:flex}.zelle-btn-whatsapp{color:#fff;background-color:#25d366;justify-content:center;align-items:center;gap:10px;font-weight:700;display:flex}.zelle-btn-whatsapp:hover{background-color:#20ba56}.zelle-btn-call{color:#fff;background-color:#007bff;justify-content:center;align-items:center;gap:10px;font-weight:700;display:flex}.zelle-btn-call:hover{background-color:#0069d9}.zelle-btn-close{color:#555;background-color:#0000;border:1px solid #ccc;margin-top:8px}.zelle-btn-close:hover{color:#333;background-color:#f5f5f5}.zelle-warning-nophone{color:#d9534f;margin-bottom:10px;font-size:14px;font-weight:700}.product-details-container{background-color:var(--white);min-height:calc(100vh - 110px);padding:40px 20px}.product-details-content{flex-direction:column;gap:30px;display:flex}@media (width>=992px){.product-details-content{flex-direction:row;align-items:flex-start}}.product-image-section{flex:0 0 100%;justify-content:center;max-width:100%;display:flex}@media (width>=992px){.product-image-section{flex:0 0 40%;align-items:flex-start;gap:20px;max-width:40%;display:flex;position:sticky;top:20px}}.product-thumbnails{flex-direction:column;gap:10px;width:50px;display:flex}.thumbnail{object-fit:cover;cursor:pointer;border:1px solid #ddd;border-radius:4px;width:50px;height:50px;transition:border-color .2s,box-shadow .2s}.thumbnail:hover,.thumbnail.active{border-color:var(--brand-blue);box-shadow:0 0 3px #00718580}.product-main-image-container{flex:1;justify-content:center;align-items:center;display:flex}.product-main-image{object-fit:contain;max-width:100%;height:auto;max-height:500px}.product-info-section{flex-direction:column;flex:1;display:flex}.product-title{color:var(--text-main);margin-bottom:10px;font-size:24px;font-weight:500;line-height:1.3}.divider{border:0;border-top:1px solid #e2e8f0;margin:15px 0}.product-price-large{color:var(--brand-accent);align-items:flex-start;display:flex}.price-symbol{margin-top:4px;font-size:14px}.price-whole{font-size:28px;font-weight:500}.price-fraction{margin-top:4px;font-size:14px}.product-description h3{margin-bottom:10px;font-size:18px}.product-buy-section{flex:0 0 100%;max-width:100%}@media (width>=992px){.product-buy-section{flex:0 0 250px;max-width:250px}}.buy-panel{border-radius:var(--border-radius-md);border:1px solid #e2e8f0;flex-direction:column;gap:15px;padding:15px;display:flex}.buy-panel-price{color:var(--brand-accent);font-size:24px;font-weight:700}.in-stock{color:#007600;font-size:18px;font-weight:500}.out-of-stock{color:#c00;font-size:18px;font-weight:500}.quantity-selector{border-radius:var(--border-radius-sm);background-color:#f1f5f9;border:1px solid #cbd5e1;align-items:center;gap:10px;padding:5px 10px;display:flex}.quantity-selector select{background:0 0;border:none;outline:none;font-family:inherit;font-size:14px}.btn-block{border-radius:20px;width:100%;padding:12px}.btn-secondary{color:#111;background-color:#ffa41c;border-color:#ff8f00}.btn-secondary:hover{background-color:#fa8900}.secure-transaction{color:var(--brand-link);align-items:center;gap:5px;font-size:14px;display:flex}.cart-container{background-color:var(--bg-gray);min-height:calc(100vh - 110px);padding:30px 20px}.cart-content{flex-direction:column;gap:20px;display:flex}@media (width>=992px){.cart-content{flex-direction:row;align-items:flex-start}}.cart-items-section{background-color:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);flex:1;padding:20px}.cart-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-end;margin-bottom:20px;padding-bottom:10px;display:flex}.cart-header h2{font-size:28px;font-weight:500}.price-label{color:var(--text-light);font-size:14px}.empty-cart{text-align:center;padding:40px 0}.cart-item{border-bottom:1px solid #e2e8f0;gap:20px;padding:20px 0;display:flex}.cart-item-image{flex:0 0 150px;justify-content:center;height:150px;display:flex}.cart-item-image img{object-fit:contain;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;display:flex}.cart-item-title{color:var(--text-main);margin-bottom:5px;font-size:18px;font-weight:500}.cart-item-stock{color:#007600;margin-bottom:10px;font-size:14px}.cart-item-actions{align-items:center;gap:15px;margin-top:auto;display:flex}.quantity-control select{border-radius:var(--border-radius-sm);background-color:#f1f5f9;border:1px solid #cbd5e1;outline:none;padding:5px}.separator{color:#cbd5e1}.action-link{color:var(--brand-link);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px}.action-link:hover{text-decoration:underline}.cart-item-price{font-size:18px;font-weight:700}.cart-subtotal-bottom{text-align:right;padding-top:15px;font-size:18px}.bold-price{font-weight:700}.cart-checkout-section{flex:0 0 100%}@media (width>=992px){.cart-checkout-section{flex:0 0 300px}}.checkout-panel{background-color:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);padding:20px}.checkout-subtotal{margin-bottom:20px;font-size:18px}.checkout-subtotal .bold-price{font-size:22px}.proceed-btn{border-radius:20px;padding:12px}@media (width<=768px){.cart-container,.cart-items-section{padding:15px 10px}.cart-item{gap:10px;padding:15px 0}.cart-item-image{flex:0 0 100px;height:100px}.cart-item-title{font-size:15px}.cart-item-price{font-size:16px}.cart-item-actions{flex-wrap:wrap;gap:10px}.cart-header h2{font-size:22px}.price-label{display:none}}.checkout-container{padding:40px 20px}.checkout-empty,.checkout-success{text-align:center;padding:60px 20px}.success-icon{color:#007600;margin-bottom:20px;font-size:60px}.checkout-content{flex-direction:column;gap:30px;display:flex}@media (width>=992px){.checkout-content{flex-direction:row;align-items:flex-start}}.checkout-form-section{flex:1}.checkout-form-section h2{border-bottom:1px solid #e2e8f0;margin-bottom:20px;padding-bottom:10px;font-size:24px}.form-group{margin-bottom:15px}.form-group label{color:#334155;margin-bottom:6px;font-size:14px;font-weight:500;display:block}.form-group input{border-radius:var(--border-radius-sm);background-color:#fff;border:1px solid #cbd5e1;outline:none;width:100%;padding:12px;font-size:16px;transition:border-color .2s}.form-group input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px #002a8f1a}.form-row{gap:15px;display:flex}.checkout-form-actions{gap:15px;margin-top:30px;display:flex}@media (width<=768px){.form-row{flex-direction:column;gap:0}.checkout-form-actions{flex-direction:column}}.payment-methods{margin-top:15px}.payment-option{border-radius:var(--border-radius-sm);background-color:var(--bg-gray);cursor:pointer;border:1px solid #cbd5e1;align-items:center;gap:10px;padding:15px;display:flex}.checkout-summary-section{flex:0 0 100%}@media (width>=992px){.checkout-summary-section{flex:0 0 350px}}.summary-card{border-radius:var(--border-radius-md);background-color:var(--white);border:1px solid #e2e8f0;padding:20px}.summary-totals{border-top:1px solid #e2e8f0;margin-top:20px;padding-top:20px}.summary-totals h3{margin-bottom:15px;font-size:18px}.summary-row{justify-content:space-between;margin-bottom:10px;font-size:14px;display:flex}.total-row{color:var(--brand-accent);border-top:1px solid #e2e8f0;margin-top:15px;padding-top:15px;font-size:18px;font-weight:700}.success-modal-overlay{z-index:100;background-color:#fffffff2;justify-content:center;align-items:flex-start;padding-top:50px;animation:.3s fadeIn;display:flex;position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.success-modal-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;width:100%;max-width:500px;padding:30px;box-shadow:0 10px 30px #0000001a}.order-summary-box{text-align:left;background:#f8f9fa;border-radius:8px;margin:20px 0;padding:20px}.order-summary-box h3{color:#333;border-bottom:1px solid #ddd;margin-top:0;margin-bottom:15px;padding-bottom:10px;font-size:16px}.modal-items-list{margin:0 0 15px;padding:0;list-style:none}.modal-items-list li{color:#555;justify-content:space-between;margin-bottom:8px;font-size:14px;display:flex}.modal-total{border-top:1px dashed #ccc;justify-content:space-between;margin-top:10px;padding-top:15px;font-size:16px;display:flex}.modal-customer-info{color:#666;border-top:1px solid #ddd;margin-top:15px;padding-top:15px;font-size:13px;line-height:1.5}.success-message-dynamic{color:#06c;margin-bottom:25px;font-size:15px}.modal-actions{gap:15px;display:flex}.modal-actions .btn{flex:1}.stores-list-page{background-color:var(--bg-gray);min-height:calc(100vh - 110px);padding-bottom:40px}.stores-header{background-color:var(--brand-primary);color:#fff;text-align:center;margin-bottom:30px;padding:40px 20px}.stores-header h1{margin-bottom:10px;font-size:32px}.stores-grid{grid-template-columns:repeat(1,1fr);gap:30px;display:grid}@media (width>=768px){.stores-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.stores-grid{grid-template-columns:repeat(3,1fr)}}.store-card{background-color:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);color:inherit;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.store-card:hover{box-shadow:var(--shadow-md);color:inherit;transform:translateY(-5px)}.store-card-banner{background-color:#e2e8f0;background-position:50%;background-size:cover;height:120px}.store-card-content{text-align:center;flex-direction:column;flex-grow:1;align-items:center;padding:0 20px 20px;display:flex}.store-logo-wrapper{border:4px solid var(--white);width:80px;height:80px;box-shadow:var(--shadow-sm);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;margin-top:-40px;margin-bottom:15px;display:flex;overflow:hidden}.store-logo{object-fit:contain;max-width:100%;max-height:100%}.store-title{color:var(--text-main);margin-bottom:10px;font-size:20px;font-weight:700}.store-desc{color:var(--text-light);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:14px;display:-webkit-box;overflow:hidden}.store-visit-btn{color:var(--brand-link);margin-top:auto;font-size:14px;font-weight:700}.store-details-page{background-color:var(--bg-gray);min-height:calc(100vh - 110px);padding-bottom:40px}.store-banner{background-position:50%;background-size:cover;height:250px;position:relative}.store-banner-overlay{background:linear-gradient(#0003,#000c);align-items:flex-end;padding-bottom:30px;display:flex;position:absolute;inset:0}.store-profile{color:#fff;align-items:center;gap:20px;display:flex}.store-profile-logo{object-fit:contain;background-color:#fff;border:4px solid #fff;border-radius:50%;width:100px;height:100px}.store-profile-info h1{text-shadow:1px 1px 3px #000c;margin-bottom:5px;font-size:32px}.store-profile-info p{text-shadow:1px 1px 3px #000c;max-width:600px;font-size:16px}.store-products-section{margin-top:30px}.store-section-title{color:#111;border-bottom:2px solid #f0f0f0;margin-top:0;margin-bottom:25px;padding-bottom:15px;font-size:24px}.store-slogan{color:#ffffffe6;margin-top:-5px;margin-bottom:10px;font-size:18px;font-style:italic;font-weight:400}.store-whatsapp-btn{color:#fff;background-color:#25d366;border-radius:20px;align-items:center;gap:8px;margin-top:10px;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.store-whatsapp-btn:hover{color:#fff;background-color:#128c7e;text-decoration:none}.store-products-grid{grid-template-columns:repeat(1,1fr);gap:20px;display:grid}@media (width>=576px){.store-products-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.store-products-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.store-products-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=575px){.store-banner{height:auto;min-height:280px;padding-top:0}.store-banner-overlay{justify-content:center;align-items:center;height:100%;min-height:280px;padding-top:30px;padding-bottom:30px;position:relative}.store-profile{text-align:center;flex-direction:column;gap:12px}.store-profile-logo{border-width:3px;width:80px;height:80px}.store-profile-info h1{font-size:24px;line-height:1.2}.store-profile-info p{-webkit-line-clamp:3;-webkit-box-orient:vertical;padding:0 10px;font-size:14px;display:-webkit-box;overflow:hidden}.store-whatsapp-btn{margin-top:15px;padding:10px 20px}}.search-results-page{background-color:var(--bg-gray);min-height:calc(100vh - 110px);padding:30px 0 50px}.search-header{background-color:var(--white);border-radius:var(--border-radius-sm);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;margin-bottom:25px;padding:20px;display:flex}.search-header h1{color:var(--text-main);font-size:24px}.results-count{color:var(--text-light);font-size:14px}.search-products-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (width>=576px){.search-products-grid{gap:20px}}@media (width>=992px){.search-products-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.search-products-grid{grid-template-columns:repeat(4,1fr)}}.search-grid-item{background-color:var(--white);border:1px solid #e2e8f0;border-radius:4px;flex-direction:column;height:100%;padding:10px;transition:box-shadow .2s;display:flex;overflow:hidden}@media (width>=576px){.search-grid-item{padding:15px}}.search-grid-item:hover{box-shadow:0 4px 12px #0000001a}.search-grid-image-container{background-color:#f8f8f8;justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:10px;padding:5px;display:flex}@media (width>=576px){.search-grid-image-container{height:200px;margin-bottom:15px;padding:10px}}.search-grid-image{object-fit:contain;width:100%;height:100%}.search-grid-details{flex-direction:column;flex:1;display:flex}.search-grid-title-link{text-decoration:none}.search-grid-title-link:hover .search-grid-title{color:#c45500;text-decoration:underline}.search-grid-title{color:#0f1111;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:5px;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}@media (width>=576px){.search-grid-title{font-size:16px;line-height:1.4}}.search-grid-rating{color:#ffa41c;align-items:center;gap:5px;margin-bottom:8px;font-size:14px;display:flex}.search-grid-rating .rating-count{color:#007185}.search-grid-price-block{align-items:flex-start;margin-bottom:8px;display:flex}.search-grid-price-block .price-symbol{margin-top:2px;font-size:13px}.search-grid-price-block .price-whole{font-size:18px;font-weight:500}@media (width>=576px){.search-grid-price-block .price-whole{font-size:24px}}.search-grid-price-block .price-fraction{margin-top:2px;font-size:13px}.search-grid-shipping{color:#565959;margin-bottom:15px;font-size:13px}.loading-state,.empty-state{text-align:center;background-color:var(--white);border-radius:var(--border-radius-sm);box-shadow:var(--shadow-sm);padding:50px 20px}.empty-state h2{color:var(--text-main);margin-bottom:10px}.empty-state p{color:var(--text-light)}.deal-card{border-radius:var(--border-radius-md);background-color:#fff;border:1px solid #e2e8f0;flex-direction:column;height:100%;padding:16px;transition:box-shadow .2s,transform .2s;display:flex}.deal-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.deal-card-link{color:inherit;flex-direction:column;flex-grow:1;text-decoration:none;display:flex}.deal-image-container{border-radius:var(--border-radius-sm);background-color:#0000;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:16px;padding:0;display:flex;overflow:hidden}.deal-image{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.deal-info{flex-direction:column;flex-grow:1;display:flex}.deal-badge-row{margin-bottom:8px}.deal-badge{color:#fff;text-transform:uppercase;white-space:normal;word-wrap:break-word;background-color:#cc0c39;border-radius:2px;padding:4px 8px;font-size:11px;font-weight:700;line-height:1.2;display:inline-block}.deal-price-row{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.deal-price-discount{color:#cc0c39;font-size:24px;font-weight:300}.deal-price-current{font-size:24px;font-weight:600}@media (width<=768px){.deal-price-discount,.deal-price-current{font-size:16px}}.deal-price-original{color:#565959;margin-bottom:8px;font-size:12px}.deal-price-original span{text-decoration:line-through}.deal-title{color:#0f1111;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:12px;font-size:16px;font-weight:400;display:-webkit-box;overflow:hidden}.add-to-cart-btn{width:100%;margin-top:auto}.daily-deals-container{flex-direction:column;width:100%;max-width:1200px;margin:0 auto;padding:20px;display:flex}.deals-header{margin-bottom:24px}.deals-header h1{color:var(--text-color);margin-bottom:8px;font-size:28px;font-weight:700}.deals-header p{color:#565959;font-size:14px}.deals-filters{scrollbar-width:none;gap:12px;margin-bottom:24px;padding-bottom:8px;display:flex;overflow-x:auto}.deals-filters::-webkit-scrollbar{display:none}.deal-filter-btn{color:#0f1111;cursor:pointer;white-space:nowrap;background-color:#fff;border:1px solid #d5d9d9;border-radius:8px;padding:8px 16px;font-size:14px;transition:all .2s}.deal-filter-btn:hover{background-color:#f7fafa}.deal-filter-btn.active{color:#007185;background-color:#edfdff;border-color:#007185;font-weight:700}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.deals-loading{color:#565959;flex-direction:column;justify-content:center;align-items:center;padding:60px 0;display:flex}.spinner{border:4px solid #0000001a;border-left-color:var(--brand-accent);border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-deals{text-align:center;border-radius:var(--border-radius-md);background-color:#fff;border:1px solid #e2e8f0;grid-column:1/-1;padding:40px}@media (width<=768px){.daily-deals-container{padding:12px}.deals-header h1{font-size:24px}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}}.customer-service-container{background-color:var(--background-color);flex-direction:column;min-height:calc(100vh - 120px);display:flex}.cs-hero{background-color:var(--brand-secondary);color:#fff;text-align:center;flex-direction:column;align-items:center;padding:40px 20px;display:flex}.cs-hero h1{margin-bottom:24px;font-size:28px;font-weight:700}.cs-search-bar{border-radius:var(--border-radius-sm);width:100%;max-width:600px;height:50px;box-shadow:var(--shadow-md);display:flex;overflow:hidden}.cs-search-bar input{border:none;outline:none;flex-grow:1;padding:0 20px;font-size:16px}.cs-search-bar button{background-color:var(--brand-accent);cursor:pointer;border:none;justify-content:center;align-items:center;width:60px;transition:background-color .2s;display:flex}.cs-search-bar button:hover{background-color:var(--brand-accent-hover)}.cs-content{width:100%;max-width:1000px;margin:0 auto;padding:40px 20px}.cs-content h2{color:var(--text-color);margin-bottom:24px;font-size:22px}.cs-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:60px;display:grid}.cs-card{border-radius:var(--border-radius-md);cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;flex-direction:column;align-items:flex-start;padding:24px;transition:transform .2s,box-shadow .2s;display:flex}.cs-card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1;transform:translateY(-2px)}.cs-icon{color:var(--brand-secondary);margin-bottom:16px}.cs-card h3{color:var(--brand-primary);margin-bottom:8px;font-size:18px}.cs-card p{color:#64748b;font-size:14px;line-height:1.5}.cs-faq-section{margin-bottom:60px}.cs-faqs{flex-direction:column;gap:12px;display:flex}.cs-faq-item{border-radius:var(--border-radius-md);background-color:#fff;border:1px solid #e2e8f0;transition:all .2s;overflow:hidden}.cs-faq-item.active{border-color:var(--brand-secondary);box-shadow:var(--shadow-sm)}.cs-faq-question{cursor:pointer;color:var(--text-color);justify-content:space-between;align-items:center;padding:20px;font-weight:600;display:flex}.cs-faq-answer{color:#475569;padding:0 20px 20px;font-size:15px;line-height:1.6}.cs-contact-box{border-radius:var(--border-radius-md);text-align:center;background-color:#f8fafc;border:1px solid #e2e8f0;padding:40px}.cs-contact-box p{color:#64748b;margin-bottom:24px}.cs-contact-btn{background-color:var(--brand-secondary);color:#fff;border-radius:var(--border-radius-sm);cursor:pointer;border:none;padding:12px 32px;font-size:16px;font-weight:600;transition:background-color .2s}.cs-contact-btn:hover{background-color:var(--brand-primary)}@media (width<=768px){.cs-grid{grid-template-columns:1fr}}.my-orders-container,.my-orders-empty{padding:40px 20px}.my-orders-empty{text-align:center}.empty-state-box{background:#f8f9fa;border-radius:12px;margin-top:20px;padding:40px 20px}.empty-state-box p{color:#666;margin-bottom:20px;font-size:16px}.orders-list{flex-direction:column;gap:20px;display:flex}.order-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.order-header{background:#f8f9fa;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.order-header-info{flex-direction:column;gap:5px;display:flex}.order-date{color:#666;font-size:13px}.order-id{color:#333;font-weight:600}.status-badge{border-radius:20px;padding:5px 12px;font-size:12px;font-weight:600}.status-pending{color:#856404;background-color:#fff3cd}.order-body{flex-direction:column;display:flex}@media (width>=768px){.order-body{flex-direction:row}}.order-products{border-bottom:1px solid #eee;flex:1;padding:20px}@media (width>=768px){.order-products{border-bottom:none;border-right:1px solid #eee}}.order-products h4{color:#555;margin-top:0;margin-bottom:15px;font-size:14px}.products-preview{flex-direction:column;gap:12px;display:flex}.product-preview-item{align-items:center;gap:15px;display:flex}.product-preview-item img{object-fit:cover;border:1px solid #eee;border-radius:6px;width:50px;height:50px}.product-preview-details{flex-direction:column;display:flex}.product-name{color:#333;font-size:14px;font-weight:500}.product-qty-price{color:#666;font-size:13px}.more-products{color:#007bff;margin-top:5px;font-size:13px;font-weight:500}.order-summary-mini{background:#fafafa;flex-direction:column;justify-content:space-between;width:100%;padding:20px;display:flex}@media (width>=768px){.order-summary-mini{width:250px}}.btn-download{color:#333;background-color:#fff;border:1px solid #ccc;width:100%;margin-top:20px}.btn-download:hover{background-color:#f0f0f0}.hostal-map-wrapper{z-index:1;border:1px solid #e2e8f0;border-radius:12px;width:100%;height:450px;margin-bottom:25px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.hostal-leaflet-map{width:100%;height:100%}.custom-hostal-marker .marker-pin{color:#fff;white-space:nowrap;background:#ff385c;border:2px solid #fff;border-radius:20px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:700;transition:transform .2s;display:flex;box-shadow:0 2px 8px #0000004d}.custom-hostal-marker:hover .marker-pin{background:#e00b41;transform:scale(1.1)}.leaflet-popup-content-wrapper{border-radius:12px;padding:0;overflow:hidden}.leaflet-popup-content{margin:0;width:220px!important}.map-popup-card{font-family:inherit}.map-popup-img{object-fit:cover;width:100%;height:110px}.map-popup-body{padding:10px 12px 14px}.map-popup-title{color:#1e293b;margin:0 0 4px;font-size:14px;font-weight:700}.map-popup-location{color:#64748b;margin:0 0 6px;font-size:12px}.map-popup-price{color:#ff385c;margin-bottom:8px;font-size:15px;font-weight:700}.map-popup-btn{text-align:center;background:#ff385c;border-radius:6px;width:100%;padding:6px 0;font-size:12px;font-weight:700;text-decoration:none;display:block;color:#fff!important}.map-popup-btn:hover{background:#e00b41}.cubabnb-container{background-color:#f8fafc;min-height:80vh;padding-bottom:50px}.cubabnb-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 50%,#ff385c 100%);margin-bottom:25px;padding:45px 20px;box-shadow:0 4px 20px #00000026}.cubabnb-hero-content{max-width:800px;margin:0 auto}.hero-badge{color:#ff859b;background:#ff385c40;border:1px solid #ff385c80;border-radius:25px;margin-bottom:12px;padding:6px 16px;font-size:14px;font-weight:700;display:inline-block}.cubabnb-hero h1{letter-spacing:-.5px;margin-bottom:10px;font-size:32px;font-weight:800}.cubabnb-hero p{color:#cbd5e1;max-width:600px;margin:0 auto;font-size:16px}.cubabnb-filter-card{background:#fff;border-radius:14px;margin-bottom:25px;padding:20px;box-shadow:0 4px 20px #0000000f}.filter-row{flex-wrap:wrap;align-items:flex-end;gap:15px;display:flex}.filter-group{flex-direction:column;flex:180px;gap:6px;display:flex}.search-group{flex:2 250px}.filter-group label{color:#475569;align-items:center;gap:5px;font-size:13px;font-weight:700;display:flex}.cubabnb-input,.cubabnb-select{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:11px 14px;font-size:14px;transition:all .2s}.cubabnb-input:focus,.cubabnb-select:focus{background:#fff;border-color:#ff385c;box-shadow:0 0 0 3px #ff385c26}.btn-toggle-map{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:44px;padding:11px 16px;font-weight:700;transition:all .2s;display:flex}.btn-toggle-map.active{color:#fff;background:#ff385c;border-color:#ff385c}.btn-toggle-map:hover{opacity:.9}.section-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px;display:flex}.section-title-row h2,.section-title-row h3{color:#0f172a;margin:0;font-size:20px;font-weight:700}.map-subtext{color:#64748b;font-size:13px}.location-pill{color:#3730a3;background:#e0e7ff;border-radius:15px;padding:4px 12px;font-size:13px;font-weight:700}.cubabnb-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.hostal-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.hostal-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #0000001a}.hostal-image-container{height:200px;position:relative;overflow:hidden}.hostal-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.hostal-card:hover .hostal-image{transform:scale(1.05)}.hostal-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0f172ad9;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.hostal-price-badge{color:#fff;background:#ff385c;border-radius:8px;padding:6px 12px;font-size:16px;font-weight:800;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 8px #00000040}.hostal-price-badge span{opacity:.9;font-size:11px;font-weight:400}.hostal-card-content{flex-direction:column;flex:1;padding:18px;display:flex}.hostal-location-text{color:#ff385c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;font-weight:700}.hostal-card-title{color:#0f172a;margin:0 0 8px;font-size:18px;font-weight:800;line-height:1.3}.hostal-rating-row{align-items:center;gap:8px;margin-bottom:10px;display:flex}.rating-score{color:#475569;font-size:13px;font-weight:600}.hostal-description{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.hostal-address{color:#475569;background:#f8fafc;border-left:3px solid #cbd5e1;border-radius:6px;margin-bottom:15px;padding:6px 10px;font-size:12px}.hostal-card-actions{gap:8px;margin-top:auto;display:flex}.btn-whatsapp-hostal{background:#25d366;border-radius:8px;justify-content:center;align-items:center;padding:10px;font-size:13px;font-weight:700;text-decoration:none;display:flex;color:#fff!important}.btn-whatsapp-hostal:hover{background:#1eb956}.btn-primary-hostal{text-align:center;background:#ff385c;border-radius:8px;flex:1;padding:10px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s;color:#fff!important}.btn-primary-hostal:hover{background:#e00b41}.cubabnb-empty{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:50px 20px;display:flex}.cubabnb-empty h3{color:#1e293b;margin:0}.cubabnb-empty p{color:#64748b;max-width:400px;margin:0;font-size:14px}.cubabnb-loading{text-align:center;color:#64748b;padding:50px;font-size:16px;font-weight:700}@media (width<=768px){.cubabnb-hero{margin-bottom:12px;padding:16px 12px}.cubabnb-hero h1{margin-bottom:4px;font-size:20px}.cubabnb-hero p{font-size:13px}.hero-badge{margin-bottom:6px;padding:3px 10px;font-size:11px}.cubabnb-filter-card{border-radius:10px;margin-bottom:12px;padding:10px 12px}.filter-row{grid-template-columns:1fr 1fr;align-items:flex-end;gap:6px 8px;display:grid}.search-group,.toggle-map-group{grid-column:1/-1;width:100%}.filter-group{gap:2px;width:100%}.filter-group label{font-size:11px;font-weight:700}.cubabnb-input,.cubabnb-select{border-radius:6px;height:36px;padding:6px 10px;font-size:13px}.btn-toggle-map{border-radius:6px;width:100%;height:36px;margin-top:2px;padding:6px 10px;font-size:13px}.section-title-row{margin-bottom:10px}.section-title-row h3{font-size:16px}}
