.products-page{padding:3rem 4rem 2rem;max-width:1400px;margin:0 auto}.products-header{margin-bottom:2rem}.products-header h1{font-size:2.5rem;font-weight:700;color:#000;margin:0 0 .5rem}.breadcrumb{font-size:.9rem;color:#666}.breadcrumb a{color:#666;text-decoration:none}.breadcrumb a:hover{color:#000}.products-container{display:grid;grid-template-columns:280px 1fr;gap:2rem}.products-sidebar{background:#f9f9f9;padding:1.5rem;border-radius:.5rem;height:fit-content;position:sticky;top:2rem}.filter-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.filter-section:last-child{border-bottom:none;margin-bottom:0}.filter-section h3{font-size:1.1rem;font-weight:600;color:#000;margin:0 0 1rem}.price-filter{display:flex;flex-direction:column;gap:.75rem}.price-slider{width:100%;height:6px;border-radius:3px;background:#ddd;outline:none;-webkit-appearance:none}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#000;cursor:pointer}.price-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#000;cursor:pointer;border:none}.price-display{font-size:.9rem;color:#666;font-weight:500}.filter-btn{padding:.5rem 1rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.filter-btn:hover{background:#333}.checkbox-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;color:#666;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label:hover{color:#000}.color-filters{display:flex;flex-direction:column;gap:.75rem}.color-filter-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666;cursor:pointer}.color-filter-item input[type=checkbox]{width:18px;height:18px;cursor:pointer}.color-circle{width:20px;height:20px;border-radius:50%;border:1px solid #ddd;display:inline-block}.products-main{flex:1}.products-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:1rem;background:#f9f9f9;border-radius:.5rem}.view-toggle{display:flex;gap:.5rem}.view-toggle button{padding:.5rem;background:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:1.2rem;transition:all .2s}.view-toggle button.active{background:#000;color:#fff;border-color:#000}.products-info{font-size:.9rem;color:#666}.products-sort select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background:#fff;cursor:pointer}.products-loading{text-align:center;padding:4rem;font-size:1.1rem;color:#666}.products-grid{display:grid;gap:1.5rem}.products-grid.grid{grid-template-columns:repeat(3,1fr)}.products-grid.list{grid-template-columns:1fr}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card-shop{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card-shop:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.products-grid.list .product-card-shop{display:flex;flex-direction:row}.product-image-container{position:relative;width:100%;padding-top:100%;background:#f5f5f5;overflow:hidden}.products-grid.list .product-image-container{padding-top:0;width:300px;height:300px;flex-shrink:0}.product-image-shop{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-badge-shop{position:absolute;top:.75rem;right:.75rem;background:#dc2626;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.product-info-shop{padding:1rem}.product-description{font-size:.85rem;color:#666;margin:0 0 .5rem}.product-title-shop{font-size:1rem;font-weight:600;color:#000;margin:0 0 .5rem}.product-rating{display:flex;gap:2px;margin-bottom:.75rem}.product-rating .star-filled{color:#ffc107;font-size:.9rem}.product-rating .star-half{color:#ffc107;font-size:.9rem;opacity:.5}.product-rating .star-empty{color:#ddd;font-size:.9rem}.product-price-shop{display:flex;align-items:center;gap:.75rem}.price-current{font-size:1.1rem;font-weight:700;color:#000}.price-original{font-size:.9rem;color:#999;text-decoration:line-through}@media (max-width: 1200px){.products-grid.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.products-container{grid-template-columns:1fr}.products-sidebar{position:static}.products-grid.grid{grid-template-columns:1fr}}.product-detail-page{padding:2rem 4rem 4rem;max-width:1400px;margin:0 auto}.breadcrumb-nav{margin-bottom:2rem;font-size:.9rem;color:#666}.breadcrumb-nav a{color:#666;text-decoration:none}.breadcrumb-nav a:hover{color:#000}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.product-images{display:flex;flex-direction:column;gap:1rem}.product-main-image{position:relative;width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background:#fff}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-badge{position:absolute;top:1rem;left:1rem;background:#000;color:#fff;padding:.5rem 1rem;border-radius:.25rem;font-size:.85rem;font-weight:600;text-transform:uppercase}.product-thumbnails{display:flex;gap:1rem;justify-content:flex-start}.thumbnail{width:100px;height:100px;border-radius:.5rem;overflow:hidden;border:2px solid transparent;background:#fff;cursor:pointer;padding:0;transition:border-color .2s}.thumbnail.active{border-color:#000}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-details{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2.5rem;font-weight:700;color:#000;margin:0}.product-rating{display:flex;align-items:center;gap:.5rem}.product-rating .star-filled{color:#ffc107}.product-rating .star-half{color:#ffc107;opacity:.6}.product-rating .star-empty{color:#ddd}.rating-text{font-size:.9rem;color:#666;margin-left:.5rem}.product-price-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.price-current{font-size:2rem;font-weight:700;color:#000}.price-original{font-size:1.5rem;color:#3d0f0f;text-decoration:line-through}.sale-badge{background:#f44;color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.85rem;font-weight:600}.product-description{font-size:1rem;line-height:1.7;color:#fafafa;margin:0}.product-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item strong{font-size:.9rem;color:#666;font-weight:600}.info-item span{font-size:1rem;color:#000}.in-stock{color:#28a745;font-weight:600}.out-of-stock{color:#dc3545;font-weight:600}.quantity-selector{display:flex;align-items:center;gap:1rem}.quantity-selector label{font-weight:600;color:#000}.quantity-controls{display:flex;align-items:center;overflow:hidden}.quantity-controls button{width:40px;height:40px;border:none;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.quantity-controls input{width:60px;height:40px;border:none;background:none;text-align:center;font-size:1rem}.product-actions{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.btn-buy,.btn-cart,.btn-wishlist{padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-buy{background:#000;color:#fff}.btn-buy:hover:not(:disabled){background:#333}.btn-buy:disabled{background:#ccc;cursor:not-allowed}.btn-cart{background:transparent;color:#000;border:2px solid #000}.btn-cart:hover:not(:disabled){background:#000;color:#fff}.btn-cart:disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}.btn-wishlist{background:transparent;color:#000;border:2px solid #ddd}.btn-wishlist:hover:not(:disabled){border-color:#000;background:#f5f5f5}.btn-wishlist.wishlisted{background:#fee;border-color:#c33;color:#c33}.btn-wishlist.wishlisted:hover:not(:disabled){background:#fcc}.related-products{margin-top:4rem;padding-top:3rem;border-top:1px solid #e0e0e0}.section-title{font-size:2rem;font-weight:700;color:#000;margin:0 0 2rem;text-align:center}.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.related-product-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;background:#fff;border-radius:.5rem;overflow:hidden;transition:transform .2s,box-shadow .2s}.related-product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.related-product-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.related-product-image img{width:100%;height:100%;object-fit:cover}.related-product-badge{position:absolute;top:.5rem;left:.5rem;background:#000;color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.related-product-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.related-product-info h3{font-size:1rem;font-weight:600;color:#000;margin:0}.related-product-price{display:flex;align-items:center;gap:.5rem}.related-product-price .price-current{font-size:1.1rem;font-weight:700;color:#000}.related-product-price .price-original{font-size:.9rem;color:#999;text-decoration:line-through}.product-detail-loading,.product-detail-error{padding:4rem;text-align:center;font-size:1.2rem;color:#666}.product-detail-error{color:#dc3545}@media (max-width: 1024px){.product-detail-container{grid-template-columns:1fr;gap:2rem}.related-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.product-detail-page{padding:2rem 1.5rem}.related-products-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}.product-info-grid{grid-template-columns:1fr}}.auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:#f5f5f5}.auth-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:450px}.auth-container h1{font-size:2rem;margin-bottom:.5rem;color:#333;text-align:center}.auth-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.auth-button{padding:.875rem;background:#c8a979;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;margin-top:.5rem}.auth-button:hover:not(:disabled){background:#b8966a}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;text-align:center}.auth-switch{text-align:center;margin-top:1.5rem;color:#666;font-size:.9rem}.auth-switch a{color:#c8a979;text-decoration:none;font-weight:500}.auth-switch a:hover{text-decoration:underline}.cart-page{min-height:calc(100vh - 200px);padding:4rem 5rem;background:linear-gradient(to bottom,#fafafa,#f5f5f5)}.cart-loading,.cart-empty{text-align:center;padding:5rem 3rem;background:#fff;border-radius:16px;max-width:600px;margin:0 auto;box-shadow:0 2px 8px #0000000a}.cart-empty h2{font-size:1.75rem;margin-bottom:1rem;color:#1a1a1a;font-weight:500;letter-spacing:-.02em}.cart-empty p{color:#666;margin-bottom:2.5rem;font-size:1rem}.btn-shop{display:inline-block;padding:1rem 2.5rem;background:#c8a979;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:.95rem;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 2px 8px #c8a97933}.btn-shop:hover{background:#b8966a;transform:translateY(-1px);box-shadow:0 4px 12px #c8a9794d}.cart-container{max-width:1400px;margin:0 auto;min-width:0;width:100%;box-sizing:border-box;overflow:hidden}.cart-title{font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a;font-weight:400;letter-spacing:-.03em}.cart-content{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:3rem;align-items:start;min-width:0;max-width:100%}.cart-items{background:#fff;border-radius:16px;padding:0;display:flex;flex-direction:column;box-shadow:0 2px 12px #0000000f;overflow:hidden;min-width:0;max-width:100%}.cart-item{display:grid;grid-template-columns:140px minmax(0,1fr) minmax(140px,auto) minmax(100px,auto) 50px;gap:1.5rem;align-items:center;padding:2rem 2.5rem;border-bottom:1px solid #f0f0f0;min-width:0;width:100%;max-width:100%;box-sizing:border-box;transition:background .2s ease;overflow:hidden}.cart-item:hover{background:#fafafa}.cart-item:last-child{border-bottom:none}.cart-item>*{min-width:0;max-width:100%;overflow:hidden}.cart-item-image{width:140px;height:140px;border-radius:12px;overflow:hidden;flex-shrink:0;box-shadow:0 2px 8px #00000014;background:#f9f9f9}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{min-width:0;max-width:100%;overflow:hidden;padding-right:1rem;box-sizing:border-box}.cart-item-details h3{font-size:1.15rem;margin:0 0 .75rem;color:#1a1a1a;font-weight:500;line-height:1.4;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-item-price{color:#c8a979;font-weight:600;font-size:1.05rem;letter-spacing:.3px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-quantity{display:flex;align-items:center;justify-content:center;gap:1rem;white-space:nowrap;flex-shrink:0;min-width:140px;max-width:140px;box-sizing:border-box}.quantity-btn{width:36px;height:36px;border:1.5px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#333;font-weight:300}.quantity-btn:hover{border-color:#c8a979;background:#fafafa;color:#c8a979}.quantity-btn:active{transform:scale(.95)}.quantity-value{min-width:50px;text-align:center;font-weight:500;font-size:1rem;color:#1a1a1a}.cart-item-total{font-weight:600;font-size:1.2rem;color:#1a1a1a;text-align:right;white-space:nowrap;flex-shrink:0;letter-spacing:.3px;min-width:100px;max-width:120px;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.cart-item-total p{margin:0}.cart-item-remove{width:36px;height:36px;border:none;background:transparent;color:#999;border-radius:8px;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1;flex-shrink:0;font-weight:300}.cart-item-remove:hover{background:#fee;color:#c33;transform:scale(1.1)}.cart-summary{background:#fff;border-radius:16px;padding:2.5rem;height:fit-content;position:sticky;top:2rem;box-sizing:border-box;width:100%;max-width:420px;min-width:0;overflow:visible;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column}.cart-summary h2{font-size:1.5rem;margin:0 0 2rem;color:#1a1a1a;font-weight:500;letter-spacing:-.02em;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #f5f5f5;color:#666;font-size:.95rem;min-width:0;gap:1rem;width:100%;box-sizing:border-box}.summary-row span{min-width:0;overflow:visible;white-space:nowrap}.summary-row span:first-child{flex-shrink:0;font-weight:400;color:#666}.summary-row span:last-child{flex-shrink:0;text-align:right;font-weight:500;color:#1a1a1a}.summary-row:last-of-type{border-bottom:none}.summary-total{font-size:1.35rem;font-weight:600;color:#1a1a1a;margin-top:1rem;margin-bottom:0;padding-top:1.5rem;padding-bottom:0;border-top:2px solid #e0e0e0;letter-spacing:-.01em;min-width:0;gap:1rem;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.summary-total span:first-child{font-weight:600;color:#1a1a1a;font-size:1.35rem;flex-shrink:0}.summary-total span:last-child{font-weight:600;color:#c8a979;font-size:1.5rem;flex-shrink:0;text-align:right;white-space:nowrap;overflow:visible}.cart-summary-actions{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;width:100%}.btn-checkout{display:block;width:100%;padding:1.125rem 2rem;background:#1a1a1a;color:#fff;text-align:center;text-decoration:none;border-radius:10px;font-weight:500;font-size:1rem;letter-spacing:.5px;margin-top:0;transition:all .3s ease;box-sizing:border-box;border:none;cursor:pointer;box-shadow:0 4px 12px #00000026;white-space:nowrap;overflow:visible;min-width:0}.btn-checkout:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.btn-continue-shopping{display:block;width:100%;padding:1rem 2rem;background:transparent;color:#1a1a1a;text-align:center;text-decoration:none;border:1.5px solid #e0e0e0;border-radius:10px;font-weight:500;font-size:.95rem;letter-spacing:.3px;margin-top:0;transition:all .3s ease;box-sizing:border-box;white-space:nowrap;overflow:visible;min-width:0}.btn-continue-shopping:hover{border-color:#c8a979;color:#c8a979;background:#fafafa}@media (max-width: 1200px){.cart-content{grid-template-columns:minmax(0,1fr) 380px;gap:2.5rem}.cart-item{grid-template-columns:120px minmax(0,1fr) minmax(120px,auto) minmax(90px,auto) 40px;gap:1.5rem;padding:1.5rem 2rem}.cart-item-image{width:120px;height:120px}.cart-item-quantity{min-width:120px;max-width:120px}}@media (max-width: 968px){.cart-page{padding:3rem 2rem}.cart-content{grid-template-columns:1fr;gap:2rem}.cart-item{grid-template-columns:100px 1fr;gap:1.5rem;padding:1.5rem}.cart-item-image{width:100px;height:100px}.cart-item-quantity,.cart-item-total,.cart-item-remove{grid-column:2;justify-self:start;margin-top:.75rem}.cart-item-quantity{order:1}.cart-item-total{order:2;margin-left:auto;margin-right:1rem}.cart-item-remove{order:3;justify-self:end;margin-right:0}.cart-summary{position:static;margin-top:0;max-width:100%}}@media (max-width: 768px){.cart-page{padding:2rem 1.5rem}.cart-title{font-size:2rem;margin-bottom:2rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem;padding:1.25rem}.cart-item-image{width:80px;height:80px}.cart-item-details h3{font-size:1rem}.cart-item-price{font-size:.95rem}.cart-summary{padding:2rem 1.5rem}.btn-checkout,.btn-continue-shopping{font-size:.95rem;padding:1rem}}@media (max-width: 480px){.cart-page{padding:1.5rem 1rem}.cart-title{font-size:1.75rem}.cart-item{padding:1rem}.cart-summary{padding:1.5rem}}.wishlist-page{min-height:calc(100vh - 200px);padding:3rem 4rem;background:#f5f5f5}.wishlist-loading,.wishlist-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;max-width:600px;margin:0 auto}.wishlist-empty h2{font-size:1.5rem;margin-bottom:1rem;color:#333}.wishlist-empty p{color:#666;margin-bottom:2rem}.btn-shop{display:inline-block;padding:.875rem 2rem;background:#c8a979;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .3s}.btn-shop:hover{background:#b8966a}.wishlist-container{max-width:1400px;margin:0 auto}.wishlist-header{margin-bottom:2rem}.wishlist-title{font-size:2rem;margin-bottom:.5rem;color:#333}.wishlist-subtitle{color:#666;font-size:1rem}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.wishlist-item{background:#fff;border-radius:12px;padding:1.5rem;position:relative;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s;overflow:hidden}.wishlist-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.wishlist-remove{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:#ffffffe6;color:#c33;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s;line-height:1;z-index:10;box-shadow:0 2px 4px #0000001a}.wishlist-remove:hover{background:#fee;transform:scale(1.1)}.wishlist-item-link{text-decoration:none;color:inherit;display:block;flex:1}.wishlist-item-image{width:100%;height:280px;border-radius:8px;overflow:hidden;margin-bottom:1rem;position:relative;background:#f9f9f9}.wishlist-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.wishlist-item:hover .wishlist-item-image img{transform:scale(1.05)}.wishlist-item-badge{position:absolute;top:.75rem;left:.75rem;background:#c8a979;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.wishlist-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.wishlist-item-details h3{font-size:1.1rem;margin:0;color:#333;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-item-price{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.wishlist-item-price .price-current{font-size:1.25rem;font-weight:700;color:#c8a979}.wishlist-item-price .price-original{font-size:1rem;color:#999;text-decoration:line-through}.wishlist-item-category{font-size:.85rem;color:#666;margin:0;text-transform:capitalize}.wishlist-add-to-cart{width:100%;padding:.875rem;background:#c8a979;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s;margin-top:1rem}.wishlist-add-to-cart:hover{background:#b8966a}@media (max-width: 768px){.wishlist-page{padding:2rem 1rem}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.wishlist-item-image{height:240px}}@media (max-width: 480px){.wishlist-grid{grid-template-columns:1fr}}.checkout-page{min-height:calc(100vh - 200px);padding:3rem 4rem;background:#f5f5f5}.checkout-container{max-width:1400px;margin:0 auto}.checkout-title{font-size:2rem;margin-bottom:2rem;color:#333}.checkout-error{background:#fee;color:#c33;padding:1rem;border-radius:6px;margin-bottom:1.5rem;text-align:center}.checkout-form{background:#fff;border-radius:12px;padding:2rem}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:3rem}.checkout-forms{display:flex;flex-direction:column;gap:2.5rem}.address-section{border-bottom:1px solid #eee;padding-bottom:2rem}.address-section:last-child{border-bottom:none}.address-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.saved-addresses{margin-bottom:1.5rem;padding:1rem;background:#f9f9f9;border-radius:6px}.saved-addresses label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.saved-addresses select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group label{font-weight:500;color:#333;font-size:.9rem}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#c8a979}.form-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.form-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-checkbox label{cursor:pointer;color:#333}.checkout-summary{background:#f9f9f9;border-radius:12px;padding:2rem;height:fit-content;position:sticky;top:2rem}.checkout-summary h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.summary-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.summary-item{display:flex;gap:1rem;align-items:center;padding:1rem;background:#fff;border-radius:8px}.summary-item img{width:60px;height:60px;object-fit:cover;border-radius:6px}.summary-item-details{flex:1}.summary-item-details p{font-weight:500;margin-bottom:.25rem;color:#333;font-size:.9rem}.summary-item-details span{font-size:.85rem;color:#666}.summary-item-price{font-weight:600;color:#c8a979}.summary-totals{border-top:1px solid #ddd;padding-top:1rem;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;color:#666}.summary-total{font-size:1.25rem;font-weight:700;color:#333;margin-top:.5rem;padding-top:1rem;border-top:2px solid #333}.btn-place-order{width:100%;padding:1rem;background:#c8a979;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s}.btn-place-order:hover:not(:disabled){background:#b8966a}.btn-place-order:disabled{opacity:.6;cursor:not-allowed}.checkout-loading{text-align:center;padding:4rem;font-size:1.2rem;color:#666}.payment-methods{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.payment-method-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease}.payment-method-option:hover{border-color:#c8a979;background:#fafafa}.payment-method-option.disabled{opacity:.6;cursor:not-allowed;background:#f5f5f5}.payment-method-option.disabled:hover{border-color:#e0e0e0;background:#f5f5f5}.payment-method-option.checked{border-color:#c8a979;background:#fafafa}.payment-method-option input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#c8a979}.payment-method-option input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.payment-method-option label{cursor:pointer;font-weight:500;color:#333;flex:1}.payment-method-option.disabled label{cursor:not-allowed}.cod-disabled{color:#999;font-size:.85rem;font-weight:400;margin-left:.5rem}.payment-error{background:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-top:1rem;font-size:.9rem}.policy-checkboxes{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.policy-checkboxes h3{font-size:1.1rem;margin-bottom:1rem;color:#333;font-weight:600}.policy-checkboxes .form-checkbox{margin-bottom:1rem;padding:.75rem;background:#fafafa;border-radius:6px}.policy-checkboxes .form-checkbox label{font-size:.95rem}.policy-checkboxes .form-checkbox a{color:#c8a979;text-decoration:underline}.policy-checkboxes .form-checkbox a:hover{color:#b8966a}@media (max-width: 968px){.checkout-content{grid-template-columns:1fr}.checkout-summary{position:static}}.order-confirmation-page{min-height:calc(100vh - 200px);padding:3rem 4rem;background:#f5f5f5}.order-confirmation-container{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 2px 12px #0000000f}.confirmation-header{text-align:center;padding-bottom:2rem;border-bottom:2px solid #f0f0f0;margin-bottom:2rem}.success-icon{width:80px;height:80px;border-radius:50%;background:#27ae60;color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-weight:700}.confirmation-header h1{font-size:2rem;margin-bottom:1rem;color:#1a1a1a;font-weight:500}.order-number{font-size:1.1rem;color:#666}.order-number strong{color:#c8a979;font-weight:600}.confirmation-content{display:flex;flex-direction:column;gap:2rem}.confirmation-section{padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.confirmation-section:last-child{border-bottom:none}.confirmation-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#1a1a1a;font-weight:500}.order-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.order-item{display:flex;gap:1.5rem;align-items:center;padding:1rem;background:#fafafa;border-radius:8px}.order-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.item-details{flex:1}.item-details h3{font-size:1.1rem;margin-bottom:.5rem;color:#1a1a1a}.item-details p{font-size:.9rem;color:#666;margin:.25rem 0}.item-price{color:#c8a979;font-weight:600}.item-total{font-size:1.2rem;font-weight:600;color:#1a1a1a}.order-totals{display:flex;flex-direction:column;gap:.75rem}.total-row{display:flex;justify-content:space-between;padding:.75rem 0;color:#666}.total-final{font-size:1.25rem;font-weight:700;color:#1a1a1a;padding-top:1rem;border-top:2px solid #e0e0e0}.address-block{background:#fafafa;padding:1.5rem;border-radius:8px;line-height:1.8;color:#333}.address-block p{margin:.5rem 0}.payment-info{background:#fafafa;padding:1.5rem;border-radius:8px}.info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e0e0e0;color:#000}.info-row:last-child{border-bottom:none;color:#000}.info-row span:first-child{font-weight:500;color:#666}.payment-status{font-weight:600}.payment-status.paid{color:#27ae60}.payment-status.pending{color:#f39c12}.payment-status.failed{color:#e74c3c}.order-status{font-weight:600;text-transform:capitalize}.confirmation-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;display:inline-block}.btn-primary{background:#c8a979;color:#fff}.btn-secondary{background:transparent;color:#1a1a1a;border:2px solid #e0e0e0}.btn-secondary:hover{border-color:#c8a979;color:#c8a979}.order-loading,.order-error{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;max-width:600px;margin:0 auto}.order-error h2{color:#e74c3c;margin-bottom:1rem}@media (max-width: 768px){.order-confirmation-page{padding:2rem 1rem}.order-confirmation-container{padding:2rem 1.5rem}.confirmation-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}}.order-history-page{min-height:calc(100vh - 200px);padding:3rem 4rem;background:#f5f5f5}.order-history-container{max-width:1200px;margin:0 auto}.page-title{font-size:2.5rem;margin-bottom:2rem;color:#1a1a1a;font-weight:400;letter-spacing:-.03em}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.empty-orders{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f}.empty-orders h2{font-size:1.75rem;margin-bottom:1rem;color:#1a1a1a}.empty-orders p{color:#666;margin-bottom:2rem;font-size:1rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.order-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.order-info h3{font-size:1.25rem;margin-bottom:.5rem;color:#1a1a1a;font-weight:600}.order-date{color:#666;font-size:.9rem}.order-status-badges{display:flex;gap:.75rem;align-items:center}.status-badge,.payment-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;color:#fff}.payment-badge.paid{background:#27ae60}.payment-badge.pending{background:#f39c12}.payment-badge.failed{background:#e74c3c}.order-items-preview{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.item-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0}.more-items{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;font-weight:600;color:#666;font-size:.9rem}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #f0f0f0}.order-total{display:flex;gap:.5rem;align-items:center;font-size:1.1rem;color:#666}.order-total strong{font-size:1.35rem;color:#c8a979;font-weight:700}.btn-view-order{padding:.75rem 1.5rem;background:#c8a979;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease}.btn-view-order:hover{background:#b8966a;transform:translateY(-2px);box-shadow:0 4px 12px #c8a9794d}.btn-primary{padding:1rem 2rem;background:#c8a979;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;display:inline-block}.btn-primary:hover{background:#b8966a;transform:translateY(-2px);box-shadow:0 4px 12px #c8a9794d}.order-loading{text-align:center;padding:4rem;background:#fff;border-radius:16px;font-size:1.2rem;color:#666}@media (max-width: 968px){.order-history-page{padding:2rem 1.5rem}.order-header{flex-direction:column;gap:1rem}.order-status-badges{align-self:flex-start}.order-footer{flex-direction:column;gap:1rem;align-items:stretch}.btn-view-order{width:100%;text-align:center}}.blog-luxury{background:radial-gradient(circle at center,#1a1a1a,#050505);color:#f6f4f1;font-family:Playfair Display,serif;padding-bottom:120px;position:relative;overflow:hidden}.blog-luxury:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03;pointer-events:none;background-image:url(https://grainy-gradients.vercel.app/noise.svg)}.blog-hero{text-align:center;padding:160px 20px 100px;animation:luxuryFade 1.8s cubic-bezier(.16,1,.3,1) forwards}.blog-hero h1{font-size:clamp(48px,8vw,84px);font-weight:300;letter-spacing:-1px;margin-bottom:24px;background:linear-gradient(180deg,#fff,#ffffff80);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-hero p{font-family:Inter,sans-serif;max-width:580px;margin:auto;font-size:18px;font-weight:300;line-height:1.8;opacity:.6;letter-spacing:.5px}.blog-grid{max-width:1400px;margin:auto;padding:0 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.blog-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);padding:60px 50px;position:relative;display:flex;flex-direction:column;justify-content:space-between;transition:all .8s cubic-bezier(.22,1,.36,1);opacity:0;animation:luxuryFade 1.2s cubic-bezier(.16,1,.3,1) forwards}.blog-card:nth-child(1){animation-delay:.4s}.blog-card:nth-child(2){animation-delay:.6s}.blog-card:nth-child(3){animation-delay:.8s}.blog-card:hover{transform:translateY(-15px) scale(1.02);background:#ffffff0a;border-color:#c9a24d;box-shadow:0 40px 100px #00000080,0 0 40px #c9a24d1a}.blog-date{font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:3px;color:#c9a24d;margin-bottom:30px;display:block}.blog-card h2{font-size:32px;font-weight:400;margin:0 0 24px;line-height:1.2;transition:color .4s ease}.blog-card:hover h2{color:#fff}.blog-card p{font-family:Inter,sans-serif;line-height:1.8;font-size:16px;font-weight:300;opacity:.5;margin-bottom:40px}.blog-card button{background:transparent;border:none;color:#f6f4f1;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:2px;cursor:pointer;width:fit-content;padding:0;transition:all .4s ease}.blog-card button:after{content:"";display:block;width:30px;height:1px;background:#c9a24d;margin-top:8px;transition:width .6s cubic-bezier(.19,1,.22,1)}.blog-card:hover button{color:#c9a24d}.blog-card:hover button:after{width:100%}@keyframes luxuryFade{0%{opacity:0;transform:translateY(60px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media (max-width: 1100px){.blog-grid{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width: 700px){.blog-grid{grid-template-columns:1fr}.blog-hero h1{font-size:42px}.blog-card{padding:40px 30px}}.contact-luxury{font-family:Inter,sans-serif;background:#0f2f2e;color:#f5f5f5;overflow-x:hidden}.lux-info{padding:120px 20px;text-align:center}.lux-title{font-size:30px;letter-spacing:4px;margin-bottom:90px;animation:fadeUp 1.2s ease forwards}.lux-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:90px;max-width:1200px;margin:auto}.lux-card{opacity:0;animation:fadeUp 1.3s ease forwards;animation-delay:.3s}.lux-card h4{margin:28px 0;letter-spacing:2px}.lux-card p{line-height:2;opacity:.85}.lux-icon{font-size:36px}.lux-message{padding:140px 20px;display:grid;grid-template-columns:1fr 1fr;gap:90px;max-width:1200px;margin:auto}.lux-text h3{font-size:32px;margin-bottom:35px}.lux-text p{line-height:2.1;max-width:420px;opacity:.85}.lux-form{display:flex;flex-direction:column;gap:26px}.lux-row{display:flex;gap:26px}.lux-form input,.lux-form textarea{background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.3);padding:16px 4px;color:#fff;font-size:15px;transition:border .4s ease}.lux-form input:focus,.lux-form textarea:focus{outline:none;border-bottom:1px solid #c9d640}.lux-form textarea{min-height:130px}.lux-form button{margin-top:30px;background:transparent;border:1px solid #c9d640;color:#c9d640;padding:14px;cursor:pointer;letter-spacing:2px;transition:all .4s ease}.lux-form button:hover{background:#c9d640;color:#0f2f2e}.lux-map iframe{width:100%;height:480px;border:none;filter:grayscale(1) contrast(1.1)}@keyframes fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.lux-grid{grid-template-columns:1fr}.lux-message{grid-template-columns:1fr;gap:70px}.lux-row{flex-direction:column}}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;background:#e1d4c0;color:#fefbf5}.app{min-height:100vh;display:flex;flex-direction:column}.info-bar{background:#fff;padding:1.5rem 4.5rem;display:flex;align-items:center;justify-content:center;gap:6rem;border-bottom:1px solid rgba(0,0,0,.05)}.info-item{display:flex;align-items:center;gap:.75rem}.info-icon{font-size:1.5rem}.info-text{display:flex;flex-direction:column;gap:.2rem}.info-text strong{font-size:1.05rem;color:#000;font-weight:600}.info-text span{font-size:.9rem;color:#666}.info-divider{width:1px;height:40px;background:#0000001a}.hero-shell{background:#c8a979;background-image:linear-gradient(to right,#00000073,#00000026,#00000005),url(https://res.cloudinary.com/do5w3vlu0/image/upload/v1767001385/be1ed41a-c04f-46c7-9487-71fa8ee69e49_k4ntum.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:2rem 4rem 4rem;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 4rem;background:#5d2701}.header-transparent{background:transparent}.brand{display:flex;align-items:center;gap:1rem}.brand-logo-image{height:3.5rem;width:auto;display:block}.brand-logo{font-weight:700;font-family:Times New Roman,serif;font-size:2.5rem;letter-spacing:.04em;line-height:1}.header-icons{display:flex;align-items:center;gap:.75rem;font-size:.8rem}.header-user{display:flex;align-items:center;gap:1rem;margin-left:.5rem}.user-name{font-size:.9rem;color:#fff;font-weight:500}.logout-btn{padding:.5rem 1rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .3s}.logout-btn:hover{background:#ffffff4d}.login-link{padding:.5rem 1rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;text-decoration:none;font-size:.85rem;transition:all .3s;margin-left:.5rem}.login-link:hover{background:#ffffff4d}.icon-circle{position:relative;width:50px;height:50px;border-radius:999px;border:0px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:1.8rem;text-decoration:none;color:inherit;cursor:pointer;transition:background .3s}.icon-circle:hover{background:#ffffff1a}.icon-badge{position:absolute;top:-4px;right:-4px;background:#000;color:#fff;border-radius:999px;padding:0 4px;font-size:.6rem}.nav{display:flex;gap:1.75rem;font-size:.9rem;color:#fffc}.nav span,.nav a{cursor:pointer;color:inherit;text-decoration:none}.nav span:hover{color:#fff}.cart-summary{display:flex;gap:.75rem;font-size:.9rem;color:#e5e7eb}.main{flex:1;padding:2rem 3rem 3rem;max-width:1120px;margin:0 auto}.hero{display:flex;align-items:center;justify-content:center;margin-top:3rem}.hero-left{max-width:520px;margin:0 auto}.hero-tagline{font-size:2rem;font-family:Georgia,Times New Roman,serif;margin:0 0 1rem}.hero-title{font-size:5.2rem;line-height:1.03;margin:0 0 2rem}.primary-cta{margin-bottom:2.4rem;padding:.75rem 1.8rem;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:transparent;color:#fff;font-size:1.1rem;text-transform:uppercase;letter-spacing:.08em}.primary-cta:hover{background:#00000014}.hero-categories{display:flex;flex-direction:column;gap:.9rem;font-size:1.05rem}.hero-category{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;cursor:pointer}.hero-category.active{color:#fff}.hero-dot{width:22px;height:22px;border-radius:999px;border:2px solid rgba(255,255,255,.7)}.hero-dot.muted{opacity:.4}.hero-right{display:none}.promo-blocks{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 4rem;max-width:1400px;margin:0 auto;width:100%}.promo-left-column{display:flex;flex-direction:column;gap:2rem}.promo-bottom-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.promo-block{border-radius:1rem;padding:2.5rem;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.promo-ardeco{background:#e3e8eb;min-height:280px}.promo-tropical{background:#e8f5e9;min-height:268px}.promo-gold{background:#f5f1e8;min-height:268px}.promo-large{grid-row:1 / -1;min-height:580px;background-image:linear-gradient(to bottom,#0000004d,#0000001a),url(https://res.cloudinary.com/do5w3vlu0/image/upload/v1767001385/be1ed41a-c04f-46c7-9487-71fa8ee69e49_k4ntum.png);background-size:cover;background-position:center;align-items:flex-end;justify-content:flex-start}.promo-content{z-index:2}.promo-overlay{color:#fff}.promo-label{font-size:.85rem;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.promo-ardeco .promo-label{color:#5a6c7d}.promo-tropical .promo-label{color:#66bb6a}.promo-gold .promo-label{color:#8d6e63}.promo-large .promo-label{color:#ffffffe6}.promo-title{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#000;line-height:1.2}.promo-large .promo-title{color:#fff}.promo-cta{padding:.75rem 1.5rem;border-radius:.5rem;border:1px solid #000;background:transparent;color:#000;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.promo-cta:hover{background:#000;color:#fff}.promo-cta-dark{border-color:#333;background:#333;color:#fff}.promo-cta-dark:hover{background:#000;border-color:#000}.promo-image-placeholder{width:120px;height:120px;border-radius:50%;background:#0000000d;z-index:1}.image-text-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;max-width:1400px;margin:0 auto;width:100%;align-items:center}.image-text-image{width:100%}.image-placeholder{width:100%;height:500px;border-radius:1rem;background:linear-gradient(135deg,#e3e8eb,#c8a979);background-size:cover;background-position:center}.image-text-content{display:flex;flex-direction:column;gap:1.5rem}.image-text-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#8d6e63;font-weight:600;margin:0}.image-text-title{font-size:2.5rem;font-weight:700;color:#000;margin:0;line-height:1.2}.image-text-description{font-size:1rem;line-height:1.7;color:#555;margin:0}.image-text-cta{padding:.75rem 1.5rem;border-radius:.5rem;border:1px solid #000;background:transparent;color:#000;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s;align-self:flex-start;margin-top:.5rem}.image-text-cta:hover{background:#000;color:#fff}.category-section{padding:4rem 4rem 3rem;max-width:1400px;margin:0 auto}.category-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem;text-align:center}.category-header h2{margin:0;font-size:3rem;color:#5f2424;font-weight:700}.category-header p{margin:0;color:#5f2424;font-size:1.2rem}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.category-card{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:1 / 1}.category-image{width:100%;height:100%;object-fit:cover;background:linear-gradient(135deg,#f5f5f4,#e5e7eb)}.category-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.4),transparent);display:flex;flex-direction:column;gap:.75rem}.category-card h3{margin:0;font-size:1.5rem;color:#fff;font-weight:700}.category-card p{margin:0;font-size:1rem;color:#ffffffe6;line-height:1.6}.category-cta{margin-top:.5rem;align-self:flex-start;padding:.75rem 1.5rem;border-radius:999px;border:1px solid #fff;background:transparent;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.category-cta:hover{background:#fff;color:#000}.limited-edition-banner{position:relative;width:100%;min-height:500px;background-image:linear-gradient(to bottom,#0006,#0003),url(https://res.cloudinary.com/do5w3vlu0/image/upload/v1767001385/be1ed41a-c04f-46c7-9487-71fa8ee69e49_k4ntum.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;margin:4rem 0}.limited-edition-overlay{text-align:center;color:#fff;z-index:2;padding:2rem}.limited-edition-title{font-size:5rem;font-weight:700;margin:0 0 1rem;letter-spacing:.1em;text-transform:uppercase;text-shadow:2px 2px 8px rgba(0,0,0,.5);font-family:Georgia,Times New Roman,serif}.limited-edition-subtitle{font-size:1.3rem;margin:0 0 2rem;color:#fffffff2;font-weight:300;letter-spacing:.05em}.limited-edition-cta{padding:1rem 2.5rem;border-radius:999px;border:2px solid #fff;background:transparent;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.1em}.limited-edition-cta:hover{background:#fff;color:#000;transform:scale(1.05)}.countries-bar{background:#314013;color:#fff;padding:1.5rem 0;overflow:hidden;position:relative;width:100%}.countries-scroll{overflow:hidden;white-space:nowrap}.countries-track{display:inline-flex;align-items:center;gap:2rem;animation:scroll-countries 30s linear infinite}@keyframes scroll-countries{0%{transform:translate(0)}to{transform:translate(-50%)}}.country-item{font-size:1.5rem;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem}.country-separator{font-size:1.2rem;color:#ffffff80;margin:0 .5rem}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:#000;color:#fff;border:none;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;z-index:1000;transition:transform .2s,opacity .2s}.scroll-to-top:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.content{display:grid;grid-template-columns:2fr 1.15fr;gap:2.75rem}.products h2,.cart h2{font-size:1.1rem;margin-bottom:.9rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.2rem}.product-card{position:relative;border-radius:1rem;padding:1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.22);display:flex;flex-direction:column;gap:.5rem}.product-image{border-radius:.9rem;height:140px;background:#0000000d;margin-bottom:.4rem}.badge{position:absolute;top:.85rem;right:.85rem;padding:.15rem .55rem;border-radius:999px;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;background:#00000047;border:1px solid rgba(255,255,255,.5);color:#fefbf5}.product-card h3{margin:0;font-size:.98rem}.description{margin:0;font-size:.82rem;color:#ffffffbf}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.price{font-weight:600}button{border-radius:999px;padding:.35rem .95rem;border:none;cursor:pointer;font-size:.8rem;font-weight:500;background:#fdf5ea;color:#7a5331}button:hover{filter:brightness(1.05)}.cart{border-radius:1.1rem;padding:1.1rem;background:#0000001f;border:1px solid rgba(255,255,255,.32)}.cart ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.cart-item{display:flex;align-items:center;justify-content:space-between;font-size:.86rem}.cart-meta{color:#ffffffbf;font-size:.75rem}.cart-actions button{background:transparent;color:#fefbf5;border:1px solid rgba(255,255,255,.7);width:26px;height:26px;padding:0;margin-left:.25rem}.cart-footer{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.checkout{padding-inline:1.2rem}.checkout-message{margin-top:.85rem;font-size:.8rem;color:#fefbf5}.footer{background:#f5f5f5;color:#333;padding:3rem 4rem 0;width:100%}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.1)}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.4rem;margin-bottom:1rem}.footer-logo-image{height:3.5rem;width:auto;display:block}.footer-logo-text{font-size:1.5rem;font-weight:700;color:#333;line-height:1}.footer-question{font-size:.9rem;color:#666;margin:.5rem 0}.footer-phone{font-size:1.5rem;font-weight:700;color:#333;margin:.5rem 0}.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666;margin-top:.5rem}.footer-icon{font-size:1rem}.footer-title{font-size:1.1rem;font-weight:700;color:#333;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-links a{color:#666;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#333}.footer-subscribe{max-width:300px}.footer-subtitle{font-size:.9rem;color:#666;margin:0 0 1rem}.footer-email-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.footer-email-input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background:#fff}.footer-email-input::placeholder{color:#999}.footer-subscribe-btn{padding:.75rem 1.5rem;background:#333;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.footer-subscribe-btn:hover{background:#000}.footer-follow-title{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .75rem}.footer-social{display:flex;gap:.75rem}.social-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s}.social-icon:hover{background:#333;color:#fff;border-color:#333}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.85rem;color:#666}.footer-copyright{display:flex;align-items:center;gap:.25rem}.footer-payments{display:flex;gap:1rem;align-items:center}.payment-logo{font-size:.8rem;font-weight:600;color:#666;padding:.25rem .5rem;background:#fff;border-radius:4px;border:1px solid #ddd}@media (max-width: 900px){.header,.main{padding-inline:1.25rem}.content{grid-template-columns:1fr}}@media (max-width: 1200px){.info-bar{gap:2rem;padding:1rem 2rem}.hero-title{font-size:4rem}.promo-blocks{padding:2rem;gap:1.5rem}}@media (max-width: 992px){.info-bar{display:none}.header{padding:1rem 2rem}.brand-logo{font-size:1.8rem}.nav{display:none}.hero-shell{padding:2rem 1rem;min-height:80vh}.hero-title{font-size:3rem}.promo-blocks{grid-template-columns:1fr}.promo-large{min-height:400px;grid-row:auto}.image-text-section{grid-template-columns:1fr;gap:2rem;padding:2rem}.image-placeholder{height:350px}.footer-main{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.hero-tagline{font-size:1.5rem}.hero-title{font-size:2.5rem}.category-grid{grid-template-columns:1fr}.limited-edition-title{font-size:2.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.product-card{padding:.75rem}}@media (max-width: 480px){.header{flex-direction:column;gap:1rem;text-align:center}.header-icons{width:100%;justify-content:center}.promo-bottom-row{grid-template-columns:1fr}.promo-block{padding:1.5rem}.promo-title{font-size:1.5rem}.footer-main{grid-template-columns:1fr;text-align:center}.footer-logo,.footer-contact-item,.footer-social{justify-content:center}.footer-email-form{flex-direction:column}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.countries-track{animation-duration:15s}}img{max-width:100%;height:auto}html,body{overflow-x:hidden;position:relative}.admin-orders-page{padding:2.5rem 4rem;max-width:1400px;margin:0 auto}.admin-orders-shell h1{margin:0;font-size:2rem}.sub{margin:.25rem 0 0;color:#666}.admin-orders-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem}.admin-orders-filters{display:grid;grid-template-columns:1fr 180px 220px 120px;gap:.75rem;align-items:center;margin-bottom:1rem}.input,.select{width:100%;padding:.75rem .9rem;border:1px solid #e6e6e6;border-radius:10px;background:#fff;font-size:.95rem}.btn{padding:.75rem 1rem;border-radius:10px;border:1px solid #c8a979;background:#c8a979;color:#111;font-weight:700;cursor:pointer}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff}.admin-orders-error{background:#fff2f2;border:1px solid #ffd5d5;color:#8b1b1b;padding:.9rem;border-radius:12px;margin-bottom:1rem}.admin-orders-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:1rem;align-items:start}.admin-orders-list,.admin-orders-detail{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden}.empty{padding:1.5rem;color:#666}.table{width:100%;border-collapse:collapse}.table thead th{text-align:left;font-size:.85rem;color:#666;background:#fafafa;padding:.9rem 1rem;border-bottom:1px solid #eee}.table tbody td{padding:.9rem 1rem;border-bottom:1px solid #f1f1f1;vertical-align:top}.row{cursor:pointer}.row:hover{background:#fffdf8}.row.active{background:#fff6e6}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.muted{color:#666}.small{font-size:.85rem}.truncate{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{display:inline-flex;align-items:center;padding:.3rem .55rem;border-radius:999px;font-size:.8rem;border:1px solid #eee;background:#fafafa}.badge.pay.paid{background:#eaffea;border-color:#c6f2c6}.badge.pay.pending{background:#fff8e6;border-color:#ffe2a8}.badge.pay.failed{background:#fff2f2;border-color:#ffd5d5}.card{padding:1rem}.card-head{display:flex;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #eee;margin-bottom:1rem}.title{font-size:1.05rem;font-weight:700}.right{text-align:right}.big{font-size:1.2rem;font-weight:800}.section{display:grid;gap:.5rem;margin-bottom:1rem}.section label{font-weight:700;color:#333}.actions{display:flex;gap:.75rem}.hint{font-size:.85rem;color:#666}@media (max-width: 980px){.admin-orders-page{padding:1.5rem}.admin-orders-grid,.admin-orders-filters{grid-template-columns:1fr}}
