@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:wght@300;400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}.card__container{display:flex;flex-direction:column;width:210px;border-radius:16px;margin:1rem;padding:1.1rem;background:#fff;border:1px solid #EDE6DC;box-shadow:0 1px 10px #1c160e1a;transition:box-shadow .25s ease,transform .25s ease}.card__container:hover{box-shadow:0 10px 20px #1c160e33;transform:translateY(-1px)}.card__image{text-align:center;margin-bottom:.9rem;background:linear-gradient(135deg,#f7f2ec,#eee6da);border-radius:12px;padding:1rem 0}.card__image img{width:100px;height:110px;object-fit:contain;transition:transform .35s ease}.card__container:hover .card__image img{transform:scale(1.07)}.card__title{margin-bottom:.6rem;flex:1}.card__title p{font-family:Playfair Display,serif;font-size:.85rem;font-weight:600;color:#1c1610;line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__price__rating{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;margin-bottom:.8rem;padding-top:.5rem;border-top:1px solid #EDE6DC}.card__price__rating p{font-size:1rem;font-weight:700;color:#1c1610;margin:0}.card__add_to_cart_btn{text-align:center}.card__add_to_cart_btn button{border:none;background:#c8916a;color:#fff;width:100%;padding:.55rem 0;border-radius:10px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.04em;transition:background .02s ease,transform .15s ease,box-shadow .2s ease}.card__add_to_cart_btn button:hover{background:#b07850;transform:scale(1.01);box-shadow:0 5px 16px #c8916a59}.card__add_to_cart_btn button:active{transform:translateY(0);box-shadow:none;background:#a06b3fae}.card{display:flex;justify-content:center;flex-wrap:wrap;margin:0 auto;padding:2rem 1rem;background:#f5f0ea;min-height:100vh}@keyframes loadingProduct{to{transform:rotate(360deg)}}.product__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:.5rem;font-family:DM Sans,sans-serif;text-align:center;padding:2rem}.product__error__title{font-family:Playfair Display,serif;font-size:1.2rem;color:#1c1610;margin:0}.product__error__msg{font-size:.85rem;color:#c0392b;margin:0}.product__error__status{font-size:.78rem;color:#a89080;margin:0}.cart__container{display:flex;flex-direction:row;align-items:center;gap:1.1rem;background:#fff;border:1px solid #EDE6DC;border-radius:16px;padding:1rem 1.2rem;font-family:DM Sans,sans-serif;box-shadow:0 2px 16px #1c160e0d;transition:box-shadow .25s ease,transform .25s ease}.cart__container:hover{box-shadow:0 6px 28px #1c160e17;transform:translateY(.1px)}.cart__image{flex-shrink:0;width:80px;height:88px;background:linear-gradient(135deg,#f7f2ec,#eee6da);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart__image img{width:64px;height:auto;object-fit:contain;transition:transform .35s ease}.cart__container:hover .cart__image img{transform:scale(1.08)}.cart__details{flex:1;display:flex;flex-direction:column;gap:.55rem;min-width:0}.cart__title p{font-family:Playfair Display,serif;font-size:.88rem;font-weight:600;color:#1c1610;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart__quantity{display:flex;align-items:center;width:fit-content;border:1.5px solid #C8916A;border-radius:30px;overflow:hidden}.cart__quantity__dec,.cart__quantity__add{width:30px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:300;color:#1c1610;cursor:pointer;transition:background .15s,color .15s;-webkit-user-select:none;user-select:none}.cart__quantity__dec:hover,.cart__quantity__add:hover{background:#c8916a;color:#fff}.cart__quantity__value{border-left:1.5px solid #C8916A;border-right:1.5px solid #C8916A;padding:0 10px}.cart__quantity__value p{font-size:.78rem;font-weight:500;color:#1c1610;margin:0;line-height:28px;white-space:nowrap}.cart__price__delete{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.cart__price p{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:#1c1610;margin:0;letter-spacing:-.01em;white-space:nowrap}.cart__delete p{font-size:.7rem;font-weight:500;color:#a89080;margin:0;cursor:pointer;letter-spacing:.03em;padding:3px 8px;border-radius:6px;transition:background .15s,color .15s}.cart__delete p:hover{background:#fff0ee;color:#c0392b}.cart__page__container{font-family:DM Sans,sans-serif;min-height:100vh;background:#f5f0ea;padding:2rem 2.5rem;box-sizing:border-box}.cart__header__title{font-family:Playfair Display,serif;font-size:1.9rem;font-weight:700;color:#1c1610;letter-spacing:-.02em;margin:0 0 1.8rem;padding-left:1rem;border-left:4px solid #c8916a;background-color:#deb88771;border-radius:0 10px 10px 0}.cart__body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem}.cart__items__list{flex:1;display:flex;flex-direction:column;gap:.1rem;padding-right:.5rem}.cart__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;justify-content:center;padding:9rem 2rem;background:#fff;border-radius:16px;border:1px dashed #c8916a}.cart__empty p{font-size:1.5rem;color:#a89080;margin:0}.cart__start__shopping{display:flex;font-size:1rem;color:#0000008b;text-decoration:none;letter-spacing:.04em;padding-top:.2rem;transition:color .2s;border-radius:10px;padding:.1rem .5rem}.cart__start__shopping:hover{border:1px solid rgba(135,16,16,.288);color:#871010}.cart__summary{min-width:250px;flex-shrink:0;background:#1c1610;border-radius:20px;padding:1.6rem;display:flex;flex-direction:column;gap:.7rem}.cart__summary__title{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;color:#ffffffe6;margin:0 0 .3rem;letter-spacing:.01em}.cart__summary__row{display:flex;justify-content:space-between;font-size:.82rem;color:#ffffff73;font-weight:300}.cart__summary__free{color:#c8916a;font-weight:500}.cart__summary__divider{border-top:1px solid rgba(255,255,255,.1);margin:.2rem 0}.cart__summary__total{font-size:1rem!important;font-weight:600!important;color:#fff!important}.cart__checkout__btn{width:100%;padding:.85rem;margin-top:.4rem;background:#c8916a;color:#fff;border:none;border-radius:12px;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:500;letter-spacing:.05em;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.cart__checkout__btn:hover{background:#b07850;transform:translateY(-1px);box-shadow:0 8px 24px #c8916a59}.cart__checkout__btn:active{transform:translateY(0);box-shadow:none}.cart__checkout__btn__disabled{width:100%;padding:.85rem;margin-top:.4rem;color:#fff;border:none;border-radius:12px;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:500;letter-spacing:.05em}.cart__continue{display:block;text-align:center;font-size:.75rem;font-weight:400;color:#ffffff59;text-decoration:none;letter-spacing:.04em;padding-top:.2rem;transition:color .2s}.cart__continue:hover{color:#c8916a}@media(max-width:768px){.cart__body{display:flex;flex-wrap:wrap;flex-direction:column;align-items:flex-start;gap:2rem}.cart__items__list,.cart__summary{width:100%}}.success__container{font-family:DM Sans,sans-serif;min-height:100vh;background:#f5f0ea;display:flex;align-items:center;justify-content:center;padding:2rem}.success__content{background:#fff;border:1px solid #EDE6DC;border-radius:24px;padding:3.5rem 3rem;text-align:center;box-shadow:0 4px 32px #1c160e12;max-width:440px;width:100%;display:flex;flex-direction:column;align-items:center;gap:.9rem;animation:successFadeUp .5s ease both}@keyframes successFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success__icon{width:64px;height:64px;border-radius:50%;background:#c8916a;color:#fff;font-size:1.8rem;display:flex;align-items:center;justify-content:center;margin-bottom:.4rem;box-shadow:0 8px 24px #c8916a59}.success__tag{font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#c8916a;background:#f7f2ec;background:#0f6814;padding:3px 12px;border-radius:20px;margin:0}.success__title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#1c1610;margin:0;letter-spacing:-.02em;line-height:1.3}.success__message{font-size:.87rem;font-weight:300;color:#a89080;margin:0;line-height:1.65;letter-spacing:.01em}.success__divider{width:100%;border:none;border-top:1px solid #EDE6DC;margin:.4rem 0}.success__actions{display:flex;flex-direction:column;gap:.7rem;width:100%}.success__btn__primary{display:block;padding:.8rem;background:#c8916a;color:#fff;border-radius:12px;text-decoration:none;font-size:.88rem;font-weight:500;letter-spacing:.05em;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.success__btn__primary:hover{background:#b07850;transform:translateY(-2px);box-shadow:0 8px 24px #c8916a59}.success__btn__primary:active{transform:translateY(0);box-shadow:none}.success__btn__secondary{display:block;padding:.8rem;background:transparent;color:#a89080;border:1.5px solid #EDE6DC;border-radius:12px;text-decoration:none;font-size:.88rem;font-weight:400;letter-spacing:.04em;transition:border-color .2s ease,color .2s ease}.success__btn__secondary:hover{border-color:#c8916a;color:#c8916a}.navbar__container{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:64px;background:#1c1610;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px #1c160e2e;border-bottom:1px solid rgba(200,145,106,.15)}.header__brand__name a{text-decoration:none;color:#c8916a}.header__brand__name{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;color:#c8916a;margin:0;-webkit-user-select:none;user-select:none}.header__nav__links{display:flex;gap:.3rem;list-style:none;margin:0;padding:0;align-items:center}.header__nav__links li a{font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.04em;color:#ffffff8c;text-decoration:none;padding:.4rem .85rem;border-radius:8px;transition:color .2s ease,background .2s ease}.header__nav__links li a:hover{color:#fff;background:#ffffff12}.header__cart__link{display:flex;align-items:center;gap:6px;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;text-decoration:none;padding:.4rem .9rem;border:1px solid rgba(200,145,106,.3);border-radius:30px;position:relative;transition:color .2s ease,border-color .2s ease,background .2s ease}.header__cart__link:hover{color:#fff;border-color:#c8916a;background:#c8916a1a}.header__cart__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;background:#c8916a;color:#fff;font-size:.65rem;font-weight:600;border-radius:20px}@media(max-width:768px){.header__nav__links{display:none}}.checkout__container{font-family:DM Sans,sans-serif;min-height:100vh;background:#f5f0ea;padding:2rem 2.5rem;box-sizing:border-box;width:100%}.product__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;font-family:DM Sans,sans-serif;color:#282522;font-size:.9rem;letter-spacing:.04em;font-weight:600}.product__loading__spinner{width:40px;height:40px;color:#000;border:2px solid black;border-radius:50%;border:3px solid #ede6dc;border-left-color:#ff00008c;animation-name:loadingProduct;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:infinite}.checkout__header__title{font-family:Playfair Display,serif;font-size:1.9rem;font-weight:700;color:#1c1610;margin:0 0 1.8rem;padding-left:1rem;border-left:4px solid #c8916a}.checkout__body{display:flex;gap:2rem;align-items:flex-start}.checkout__left_payment{flex:2}.checkout__right_summary{flex:1;padding:5px}@media(max-width:768px){.checkout__body{flex-direction:column-reverse}.checkout__right_summary,.checkout__left_payment{width:100%}}.order__summary{background:#1c1610;border-radius:20px;padding:1.8rem;font-family:DM Sans,sans-serif;display:flex;flex-direction:column;gap:.75rem}.order__summary__title{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;color:#ffffffe6;margin:0 0 .4rem;letter-spacing:.01em}.summary__items__list{display:flex;flex-direction:column;gap:.8rem;max-height:260px;overflow-y:auto;padding-right:2px;scrollbar-width:auto;scrollbar-color:#ffffff1a transparent}.summary__item{display:flex;align-items:center;gap:.8rem;width:100%}.summary__item__image{flex-shrink:0;width:44px;height:48px;background:linear-gradient(135deg,#f7f2ec,#eee6da);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.summary__item__image img{width:34px;height:auto;object-fit:contain}.summary__item__details{flex:1;min-width:0;overflow:hidden}.summary__item__title{font-size:.78rem;font-weight:400;color:#ffffffb3;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.summary__item__qty{font-size:.72rem;color:#ffffff59;margin:0;font-weight:300}.summary__item__subtotal{font-size:.82rem;font-weight:500;color:#ffffffb3;white-space:nowrap;flex-shrink:0;margin:0 0 0 auto}.summary__divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:.1rem 0}.summary__row{display:flex;justify-content:space-between;font-size:.82rem;color:#ffffff73;font-weight:300}.summary__free{color:#c8916a;font-weight:500}.summary__total{font-size:1rem!important;font-weight:600!important;color:#fff!important}.summary__total span{color:#fff}.checkout__form{background:#fff;border:1px solid #ede6dc;border-radius:20px;padding:2rem;box-shadow:0 4px 24px #1c160e0f;font-family:DM Sans,sans-serif;display:flex;flex-direction:column;gap:1.2rem}.checkout__form__title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:#1c1610;white-space:nowrap}.checkout__form__subtitle{font-size:.78rem;color:#a89080;margin:-.6rem 0 0;font-weight:400;letter-spacing:.02em;white-space:nowrap}.checkout__stripe__placeholder{background:#f7f2ec;border:1.5px dashed #c8916a;border-radius:12px;padding:2.5rem 1.5rem;text-align:center}.checkout__stripe__placeholder p{font-size:.82rem;color:#c8916a;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin:0}.checkout__errorMsg{color:red;margin:.5rem 0}.checkout__button{width:100%;white-space:nowrap;padding:.9rem;background:#c8916a;color:#fff;border:none;border-radius:12px;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.05em;cursor:pointer;margin-top:.5rem;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.checkout__button:hover{background:#b07850;transform:translateY(-2px);box-shadow:0 8px 24px #c8916a59}.checkout__button:active{transform:translateY(0);box-shadow:none}.notfound__container{font-family:DM Sans,sans-serif;min-height:100vh;background:#f5f0ea;display:flex;align-items:center;justify-content:center;padding:2rem;background-image:radial-gradient(ellipse at 15% 70%,rgba(200,145,106,.07) 0%,transparent 55%),radial-gradient(ellipse at 85% 15%,rgba(200,145,106,.05) 0%,transparent 50%)}.notfound__content{background:#fff;border:1px solid #EDE6DC;border-radius:24px;padding:3.5rem 3rem;text-align:center;box-shadow:0 4px 32px #1c160e12;max-width:420px;width:100%;display:flex;flex-direction:column;align-items:center;gap:.9rem}.notfound__code{font-family:Playfair Display,serif;font-size:5.5rem;font-weight:700;color:#ede6dc;line-height:1;margin:0;letter-spacing:-.04em}.notfound__title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#1c1610;margin:0;letter-spacing:-.02em}.notfound__message{font-size:.88rem;font-weight:300;color:#a89080;margin:0;line-height:1.6;letter-spacing:.01em}.notfound__btn{display:inline-block;margin-top:.6rem;padding:.75rem 2rem;background:#c8916a;color:#fff;border-radius:12px;text-decoration:none;font-size:.88rem;font-weight:500;letter-spacing:.05em;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.notfound__btn:hover{background:#b07850;transform:translateY(-2px);box-shadow:0 8px 24px #c8916a59}.notfound__btn:active{transform:translateY(0);box-shadow:none}
