:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{background:#fff;box-shadow:0 2px 8px #0000000f;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .container{margin:0 auto;max-width:1400px;padding:0 2rem}.header .header-main .container{align-items:center;display:flex;height:70px;justify-content:space-between}.header .header-main .mobile-menu-btn{background:none;border:none;color:#333;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;z-index:1002}@media(max-width:768px){.header .header-main .mobile-menu-btn{display:block}}.header .header-main .logo{color:#000;font-size:1.5rem;font-weight:800;letter-spacing:.5px;padding:0 2.8rem 0 0;text-decoration:none;transition:transform .3s ease,color .3s ease;z-index:1002}.header .header-main .logo span{color:#000}.header .header-main .logo :hover{cursor:pointer;transform:scale(1.01)}.header .header-main .nav-icons{align-items:center;display:flex;gap:1.5rem}@media(max-width:768px){.header .header-main .nav-icons{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:none;flex-direction:column;gap:2rem;height:100vh;justify-content:center;padding:2rem;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:1001}.header .header-main .nav-icons.mobile-active{right:0}}.header .header-main .nav-icons .nav-icon{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:1.4rem;padding:.5rem;position:relative;text-decoration:none;transition:all .2s ease}@media(max-width:768px){.header .header-main .nav-icons .nav-icon{font-size:2rem;padding:1rem}}.header .header-main .nav-icons .nav-icon:hover{color:#000;transform:scale(1.1)}.header .header-main .nav-icons .nav-icon:hover:after{animation:fadeIn .2s ease;background:#333;border-radius:5px;bottom:-35px;color:#fff;content:attr(data-tooltip);font-size:.75rem;left:50%;padding:.4rem .8rem;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap}@media(max-width:768px){.header .header-main .nav-icons .nav-icon:hover:after{display:none}}.header .header-main .nav-icons .nav-icon.active{color:#f04676;transform:scale(1.1)}.header .header-main .nav-icons .nav-icon.active:before{background-color:#f04676;border-radius:50%;bottom:-5px;content:"";height:5px;left:50%;position:absolute;transform:translateX(-50%);width:5px}.header .header-main .nav-icons .nav-icon.cart-icon .cart-count{align-items:center;background:#000;border-radius:50%;color:#fff;display:flex;font-size:.65rem;font-weight:700;height:18px;justify-content:center;position:absolute;right:0;top:0;width:18px}@media(max-width:768px){.header .header-main .nav-icons .nav-icon.cart-icon .cart-count{font-size:.8rem;height:22px;right:5px;top:5px;width:22px}}.header .search-bar{animation:slideDown .3s ease;background:#f8f8f8;border-bottom:1px solid #eee;border-top:1px solid #eee}.header .search-bar .container{padding:1rem 2rem}@media(max-width:768px){.header .search-bar .container{padding:.8rem 1rem}}.header .search-bar .search-form{align-items:center;display:flex;gap:.5rem}.header .search-bar input{border:1px solid #ddd;border-radius:25px;flex:1 1;font-size:.95rem;outline:none;padding:.8rem 1rem}.header .search-bar input:focus{border-color:#000}.header .search-bar .search-btn{align-items:center;background:#000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:45px;justify-content:center;transition:all .3s ease;width:45px}.header .search-bar .search-btn:hover{background:#333;transform:scale(1.05)}.header .shipping-banner{background:linear-gradient(135deg,#f04676,#db234e 50%,#d68195);color:#fff;text-align:center}.header .shipping-banner .container{padding:.6rem 2rem}.header .shipping-banner p{font-size:.9rem;font-weight:500;letter-spacing:.5px;margin:0}@media(max-width:768px){.header .shipping-banner p{font-size:.8rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-container{align-items:center;display:flex;justify-content:center;padding:3rem}.loading-container.fullscreen{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffffff2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-container .loading-spinner{align-items:center;display:flex;height:120px;justify-content:center;position:relative;width:120px}.loading-container .loading-spinner .spinner-ring{animation:spin 2s linear infinite;border:4px solid #0000;border-radius:50%;height:100%;position:absolute;width:100%}.loading-container .loading-spinner .spinner-ring:first-child{animation-duration:1.5s;border-top-color:#667eea}.loading-container .loading-spinner .spinner-ring:nth-child(2){animation-direction:reverse;animation-duration:2s;border-right-color:#764ba2}.loading-container .loading-spinner .spinner-ring:nth-child(3){animation-duration:2.5s;border-bottom-color:#f093fb}.loading-container .loading-spinner .brand-text{animation:pulse 1.5s ease-in-out infinite;color:#667eea;font-size:.65rem;font-weight:700;letter-spacing:1px;text-align:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.home-bastard{background-color:#fff;color:#000;font-family:Inter,sans-serif;overflow-x:hidden;width:100%}.home-bastard .container{margin:0 auto;max-width:1320px;padding:0 2rem;position:relative}@media(max-width:768px){.home-bastard .container{padding:0 1.5rem}}.home-bastard .btn{align-items:center;border-radius:6px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;letter-spacing:.05em;padding:1rem 2.2rem;text-decoration:none;text-transform:uppercase;transition:all .15s cubic-bezier(.4,0,.2,1)}.home-bastard .btn.btn-primary{background:#000;border:2px solid #000;color:#fff}.home-bastard .btn.btn-primary:hover{box-shadow:4px 4px 0 #0003;transform:translate(-2px,-2px)}.home-bastard .btn.btn-primary:active{box-shadow:none;transform:translate(0)}.home-bastard .btn.btn-outline{background:#0000;border:2px solid #000;color:#000;margin-left:1rem}.home-bastard .btn.btn-outline:hover{background:#000;color:#fff}.home-bastard .btn.large{font-size:1.2rem;padding:1.4rem 3rem}.home-bastard .text-muted{color:#888}.home-bastard .highlight{display:inline-block;position:relative}.home-bastard .highlight:after{background:#0000001a;bottom:5px;content:"";height:15px;left:0;position:absolute;transform:skewX(-10deg);width:100%;z-index:-1}.home-bastard .section-header{margin-bottom:4rem}.home-bastard .section-header.split{align-items:flex-end;display:flex;justify-content:space-between}.home-bastard .section-header.center{text-align:center}.home-bastard .section-header .section-title{font-size:3.5rem;font-weight:900;letter-spacing:-.05em;line-height:.9;margin:0;text-transform:uppercase}@media(max-width:768px){.home-bastard .section-header .section-title{font-size:2.5rem}}.home-bastard .section-header .link-arrow{align-items:center;border-bottom:2px solid #000;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding-bottom:2px;text-transform:uppercase;transition:all .2s}.home-bastard .section-header .link-arrow:hover{background:#000;color:#fff;gap:1rem;padding-left:5px;padding-right:5px}.home-bastard .hero-section{overflow:hidden;padding:6rem 0 8rem;position:relative}.home-bastard .hero-section .hero-split{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr}@media(max-width:968px){.home-bastard .hero-section .hero-split{grid-template-columns:1fr;text-align:center}}.home-bastard .hero-section .hero-content{z-index:2}.home-bastard .hero-section .hero-content .hero-title{color:#000;font-size:clamp(3.5rem,8vw,7rem);font-weight:900;letter-spacing:-.04em;line-height:.95;margin-bottom:2rem}.home-bastard .hero-section .hero-content .hero-subtitle{color:#555;font-size:1.25rem;font-weight:500;line-height:1.5;margin-bottom:3rem;max-width:500px}@media(max-width:968px){.home-bastard .hero-section .hero-content .hero-subtitle{margin-left:auto;margin-right:auto}}@media(max-width:640px){.home-bastard .hero-section .hero-content .hero-actions{display:flex;flex-direction:column;gap:1rem}.home-bastard .hero-section .hero-content .hero-actions .btn-outline{margin-left:0}}.home-bastard .hero-section .hero-collage{align-items:center;display:flex;height:500px;justify-content:center;position:relative}@media(max-width:968px){.home-bastard .hero-section .hero-collage{display:none}}.home-bastard .hero-section .hero-collage .collage-bg-graphic{border:2px solid #eee;border-radius:50%;height:400px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:400px;z-index:0}.home-bastard .hero-section .hero-collage .collage-item{align-items:center;background:#fff;border:3px solid #000;border-radius:0;box-shadow:4px 4px 0 #0000001a;display:flex;flex-direction:column;height:auto;justify-content:center;min-width:160px;padding:1.5rem 1rem;position:absolute;transition:transform .2s ease;width:auto;z-index:1}.home-bastard .hero-section .hero-collage .collage-item:hover{background:#000;transform:scale(1.1) rotate(0deg)!important;z-index:10}.home-bastard .hero-section .hero-collage .collage-item:hover .item-tag{background:#0000;color:#fff;text-decoration:underline}.home-bastard .hero-section .hero-collage .collage-item .item-inner{display:none}.home-bastard .hero-section .hero-collage .collage-item .item-tag{background:#0000;color:#000;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:900;letter-spacing:-.05em;line-height:1;padding:0;text-align:center;text-transform:uppercase}.home-bastard .hero-section .hero-collage .collage-item.item-1{background:gold;transform:rotate(-12deg) translate(-140px,-30px)}.home-bastard .hero-section .hero-collage .collage-item.item-2{background:#d94769;padding:2rem 1.5rem;transform:rotate(6deg) translate(10px,-70px);z-index:2}.home-bastard .hero-section .hero-collage .collage-item.item-3{background:#ff4d4d;color:#fff;transform:rotate(18deg) translate(150px,50px)}.home-bastard .how-it-works-section{padding:120px 0}.home-bastard .how-it-works-section .steps-row{display:flex;gap:2rem;justify-content:space-between}@media(max-width:768px){.home-bastard .how-it-works-section .steps-row{flex-direction:column;gap:4rem}}.home-bastard .how-it-works-section .steps-row .step-block{border-top:2px solid #000;flex:1 1;padding-top:1.5rem}.home-bastard .how-it-works-section .steps-row .step-block .step-number{color:#eee;font-size:4rem;font-weight:900;line-height:1;margin-bottom:-1rem;position:relative;z-index:0}.home-bastard .how-it-works-section .steps-row .step-block h3{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;position:relative;z-index:1}.home-bastard .how-it-works-section .steps-row .step-block p{color:#555;font-size:1rem;line-height:1.5;max-width:300px}.home-bastard .marketplace-preview-section{background:#fafafa;padding:120px 0}.home-bastard .marketplace-preview-section .products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.home-bastard .marketplace-preview-section .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.home-bastard .marketplace-preview-section .products-grid{grid-template-columns:1fr}}.home-bastard .marketplace-preview-section .products-grid .raw-product-card{color:inherit;display:block;text-decoration:none}.home-bastard .marketplace-preview-section .products-grid .raw-product-card:hover .card-image img{transform:scale(1.05)}.home-bastard .marketplace-preview-section .products-grid .raw-product-card .card-image{aspect-ratio:1;background:#fff;border:1px solid #0000001a;border-radius:20px;overflow:hidden;position:relative}.home-bastard .marketplace-preview-section .products-grid .raw-product-card .card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.home-bastard .marketplace-preview-section .products-grid .raw-product-card .card-image .placeholder{align-items:center;background:#eee;color:#ccc;display:flex;font-size:2rem;height:100%;justify-content:center;width:100%}.home-bastard .marketplace-preview-section .products-grid .raw-product-card .card-details{padding-top:1rem}.home-bastard .marketplace-preview-section .products-grid .raw-product-card .card-details h3{font-size:1rem;font-weight:700;margin-bottom:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-bastard .marketplace-preview-section .products-grid .raw-product-card .card-details .card-meta{display:flex;font-size:.85rem;justify-content:space-between}.home-bastard .marketplace-preview-section .products-grid .raw-product-card .card-details .card-meta .value-est{font-weight:600}.home-bastard .value-props-section{padding:120px 0}.home-bastard .value-props-section .value-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.home-bastard .value-props-section .value-grid{grid-template-columns:1fr}}.home-bastard .value-props-section .value-grid .value-card{background:#fff;border:2px solid #000;box-shadow:4px 4px 0 #0000001a;padding:2rem;transition:transform .15s}.home-bastard .value-props-section .value-grid .value-card:hover{box-shadow:6px 6px 0 #0003;transform:translate(-3px,-3px)}.home-bastard .value-props-section .value-grid .value-card .value-icon{font-size:2rem;margin-bottom:1rem}.home-bastard .value-props-section .value-grid .value-card h3{font-size:1.25rem;font-weight:800;margin-bottom:.5rem;text-transform:uppercase}.home-bastard .value-props-section .value-grid .value-card p{color:#555;font-size:.95rem;line-height:1.5}.home-bastard .user-stories-section{overflow:hidden;padding:120px 0}.home-bastard .user-stories-section .stories-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem 0}.home-bastard .user-stories-section .stories-grid .polaroid-card{background:#fff;box-shadow:0 4px 20px #0000001a;padding:1rem 1rem 2.5rem;position:relative;transition:all .3s ease;width:300px}.home-bastard .user-stories-section .stories-grid .polaroid-card.rotate-left{transform:rotate(-3deg);z-index:1}.home-bastard .user-stories-section .stories-grid .polaroid-card.rotate-right{transform:rotate(2deg);z-index:1}.home-bastard .user-stories-section .stories-grid .polaroid-card.rotate-left-sm{transform:rotate(-1deg);z-index:1}.home-bastard .user-stories-section .stories-grid .polaroid-card:hover{box-shadow:0 10px 30px #00000026;transform:scale(1.05) rotate(0deg)!important;z-index:10}.home-bastard .user-stories-section .stories-grid .polaroid-card .polaroid-image{aspect-ratio:1;background:#333;margin-bottom:1rem;overflow:hidden}.home-bastard .user-stories-section .stories-grid .polaroid-card .polaroid-image .avatar-placeholder{align-items:center;color:#fff;display:flex;font-size:2rem;font-weight:700;height:100%;justify-content:center;width:100%}.home-bastard .user-stories-section .stories-grid .polaroid-card .polaroid-image .avatar-placeholder.bg-blue{background:#444}.home-bastard .user-stories-section .stories-grid .polaroid-card .polaroid-image .avatar-placeholder.bg-red{background:#666}.home-bastard .user-stories-section .stories-grid .polaroid-card .polaroid-image .avatar-placeholder.bg-yellow{background:#888}.home-bastard .user-stories-section .stories-grid .polaroid-card .polaroid-caption{font-family:Permanent Marker,cursive,sans-serif;text-align:center}.home-bastard .user-stories-section .stories-grid .polaroid-card .polaroid-caption p{color:#222;font-size:1rem;font-style:italic;line-height:1.4;margin-bottom:.5rem}.home-bastard .user-stories-section .stories-grid .polaroid-card .polaroid-caption span{color:#888;display:block;font-size:.9rem;font-weight:700;margin-top:.5rem}.home-bastard .final-cta-section{background:linear-gradient(180deg,#fff,#fafafa);padding:10rem 0 6rem;text-align:center}.home-bastard .final-cta-section .cta-content{margin:0 auto;max-width:900px}.home-bastard .final-cta-section .cta-content .giant-text{font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:.9;margin-bottom:3rem}.home-bastard .final-cta-section .cta-content .giant-text .outline-text{-webkit-text-stroke:2px #000;color:#fff}.products-page{background-color:#fcfcfc;min-height:80vh;padding:2rem 0}.products-page .container{margin:0 auto;max-width:1400px;padding:0 2rem}.products-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.products-header-actions .page-title{color:#111;font-size:2rem;font-weight:800;margin:0}.products-header-actions .header-controls{align-items:center;display:flex;gap:1rem}.filter-toggle-btn{align-items:center;background:#fff;border:1px solid #eee;border-radius:30px;box-shadow:0 2px 5px #00000008;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:.7rem 1.2rem;transition:all .2s}.filter-toggle-btn:hover{border-color:#000;transform:translateY(-1px)}.filter-toggle-btn .icon{font-size:1.1rem}.filter-toggle-btn .badge{background:#f04676;border-radius:10px;color:#fff;font-size:.75rem;min-width:18px;padding:2px 6px;text-align:center}.sort-dropdown select{background:#fff;border:1px solid #eee;border-radius:30px;cursor:pointer;font-size:.9rem;font-weight:500;outline:none;padding:.7rem 1rem}.sort-dropdown select:hover{border-color:#000}.filter-overlay{background:#0006;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:1001}.filter-overlay.open{opacity:1;visibility:visible}.filter-drawer{background:#fff;box-shadow:-5px 0 30px #0000001a;display:flex;flex-direction:column;height:100vh;position:fixed;right:-400px;top:0;transition:right .3s cubic-bezier(.4,0,.2,1);width:350px;z-index:1002}.filter-drawer.open{right:0}@media(max-width:400px){.filter-drawer{width:100%}}.filter-drawer .drawer-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.5rem}.filter-drawer .drawer-header h3{font-size:1.2rem;font-weight:700;margin:0}.filter-drawer .drawer-header .close-btn{background:none;border:none;color:#666;cursor:pointer;font-size:2rem;line-height:1}.filter-drawer .drawer-header .close-btn:hover{color:#000}.filter-drawer .drawer-content{flex:1 1;overflow-y:auto;padding:1.5rem}.filter-drawer .drawer-content .filter-group{margin-bottom:2rem}.filter-drawer .drawer-content .filter-group label{color:#333;display:block;font-size:.9rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.filter-drawer .drawer-footer{border-top:1px solid #f0f0f0;display:flex;gap:1rem;padding:1.5rem}.filter-drawer .drawer-footer button{border-radius:12px;cursor:pointer;flex:1 1;font-weight:600;padding:1rem;transition:all .2s}.filter-drawer .drawer-footer .clear-btn{background:#f5f5f5;border:none;color:#333}.filter-drawer .drawer-footer .clear-btn:hover{background:#eee}.filter-drawer .drawer-footer .apply-btn{background:#000;border:none;color:#fff}.filter-drawer .drawer-footer .apply-btn:hover{background:#333}.category-pills{display:flex;flex-wrap:wrap;gap:.5rem}.category-pills .pill{background:#fff;border:1px solid #eee;border-radius:20px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.category-pills .pill:hover{border-color:#000}.category-pills .pill.active{background:#000;border-color:#000;color:#fff}.size-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.size-grid .size-box{background:#fff;border:1px solid #eee;border-radius:8px;cursor:pointer;font-weight:600;padding:.8rem;transition:all .2s}.size-grid .size-box:hover{border-color:#000}.size-grid .size-box.active{background:#000;border-color:#000;color:#fff}.price-range{align-items:center;display:flex;gap:.5rem}.price-range input{border:1px solid #eee;border-radius:8px;flex:1 1;outline:none;padding:.8rem}.price-range input:focus{border-color:#000}.price-range .separator{color:#999}.products-grid-container{margin-top:2rem}.results-count{color:#666;font-size:.9rem;margin-bottom:1.5rem}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}@media(max-width:600px){.product-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.product-card{background:#fff;border-radius:16px;color:inherit;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card:hover .card-image img{transform:scale(1.05)}.product-card:hover .card-overlay{opacity:1}.product-card .card-image{aspect-ratio:3/4;background:#f4f4f4;overflow:hidden;position:relative}.product-card .card-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.product-card .card-image .placeholder{align-items:center;color:#ddd;display:flex;font-size:4rem;font-weight:800;height:100%;justify-content:center;width:100%}.product-card .card-image .rating-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:6px;font-size:.75rem;font-weight:700;left:10px;padding:4px 8px;position:absolute;top:10px}.product-card .card-image .card-overlay{align-items:center;background:#0003;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.product-card .card-image .card-overlay span{background:#fff;border-radius:30px;color:#000;font-size:.9rem;font-weight:600;padding:.8rem 1.5rem;transform:translateY(10px);transition:transform .3s ease}.product-card .card-image:hover .card-overlay span{transform:translateY(0)}.product-card .card-details{padding:1.2rem}.product-card .card-details .card-header{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:.5rem}.product-card .card-details .card-header h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.4;margin:0;overflow:hidden}.product-card .card-details .card-header .price{font-size:1rem;font-weight:700;white-space:nowrap}.product-card .card-details .category{color:#888;font-size:.85rem;margin:0}.no-products{background:#fff;border:2px dashed #eee;border-radius:20px;padding:4rem 2rem;text-align:center}.no-products .empty-state-icon{font-size:3rem;margin-bottom:1rem}.no-products h3{font-size:1.5rem;margin-bottom:.5rem}.no-products p{color:#666;margin-bottom:1.5rem}.no-products .reset-btn{background:#000;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .2s}.no-products .reset-btn:hover{background:#333}.rating{align-items:center;display:flex;gap:3px}.rating span{align-items:center;display:inline-flex}.rating .rating-text{color:#666;font-size:.9em;margin-left:8px}.review-section{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;margin-top:4rem;padding:2rem}.review-section h2{color:#333;font-size:2rem;margin-bottom:2rem}.review-section .overall-rating{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:10px;margin-bottom:2rem;padding:2rem}.review-section .overall-rating .rating-summary{align-items:center;display:flex;gap:2rem}.review-section .overall-rating .rating-summary .rating-number{color:#667eea;font-size:4rem;font-weight:700}.review-section .overall-rating .rating-summary .rating-details p{color:#666;font-size:1.1rem;margin-top:.5rem}.review-section .add-review{background:#f8f9fa;border-radius:10px;margin:2rem 0;padding:2rem;position:relative}.review-section .add-review .verified-badge{position:absolute;right:1rem;top:1rem}.review-section .add-review .verified-badge span{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:20px;box-shadow:0 2px 8px #4caf504d;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.review-section .add-review h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.review-section .add-review .star-rating-input{margin-bottom:1.5rem}.review-section .add-review .star-rating-input label{color:#333;display:block;font-weight:600;margin-bottom:.8rem}.review-section .add-review .star-rating-input .stars{display:flex;gap:5px}.review-section .add-review .star-rating-input .stars button{background:none;border:none;color:#ddd;cursor:pointer;font-size:2rem;padding:0;transition:all .2s ease}.review-section .add-review .star-rating-input .stars button.active,.review-section .add-review .star-rating-input .stars button:hover{color:#ffc107;transform:scale(1.1)}.review-section .add-review .form-group{margin-bottom:1.5rem}.review-section .add-review .form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.review-section .add-review .form-group textarea{border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.review-section .add-review .form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.review-section .add-review .submit-review-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.review-section .add-review .submit-review-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.review-section .add-review .submit-review-btn:disabled{cursor:not-allowed;opacity:.6}.review-section .login-prompt,.review-section .purchase-required{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:2px dashed #ff9800;border-radius:10px;margin:2rem 0;padding:3rem 2rem;text-align:center}.review-section .login-prompt .info-icon,.review-section .purchase-required .info-icon{font-size:3rem;margin-bottom:1rem}.review-section .login-prompt h3,.review-section .purchase-required h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.review-section .login-prompt p,.review-section .purchase-required p{color:#666;font-size:1.1rem;margin-bottom:.5rem}.review-section .login-prompt p.note,.review-section .purchase-required p.note{color:#999;font-size:.9rem;font-style:italic}.review-section .login-prompt{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#2196f3}.review-section .checking-purchase{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2rem}.review-section .checking-purchase .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}.review-section .checking-purchase p{color:#666}.review-section .reviews-list{margin-top:3rem}.review-section .reviews-list>h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.review-section .reviews-list .review-item{background:#f8f9fa;border-radius:10px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.review-section .reviews-list .review-item:hover{box-shadow:0 4px 15px #00000014}.review-section .reviews-list .review-item .review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.review-section .reviews-list .review-item .review-header .reviewer-info{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.review-section .reviews-list .review-item .review-header .reviewer-info h4{color:#333;font-size:1.1rem}.review-section .reviews-list .review-item .review-header .reviewer-info .verified-badge-small{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .6rem}.review-section .reviews-list .review-item .review-header .review-date{color:#999;font-size:.9rem}.review-section .reviews-list .review-item .review-comment{color:#666;font-size:1rem;line-height:1.6}.review-section .reviews-list .no-reviews{background:#f8f9fa;border-radius:10px;color:#999;font-size:1.1rem;padding:3rem;text-align:center}@media(max-width:768px){.review-section{padding:1.5rem}.review-section h2{font-size:1.5rem}.review-section .overall-rating{padding:1.5rem}.review-section .overall-rating .rating-summary{align-items:flex-start;flex-direction:column;gap:1rem}.review-section .overall-rating .rating-summary .rating-number{font-size:3rem}.review-section .add-review{padding:3rem 1.5rem 1.5rem}.review-section .add-review .verified-badge{right:.5rem;top:.5rem}.review-section .add-review .verified-badge span{font-size:.75rem;padding:.3rem .6rem}.review-section .add-review h3{font-size:1.2rem}.review-section .add-review .star-rating-input .stars button{font-size:1.5rem}.review-section .login-prompt,.review-section .purchase-required{padding:2rem 1rem}.review-section .login-prompt .info-icon,.review-section .purchase-required .info-icon{font-size:2rem}.review-section .login-prompt h3,.review-section .purchase-required h3{font-size:1.2rem}.review-section .login-prompt p,.review-section .purchase-required p{font-size:1rem}.review-section .reviews-list .review-item{padding:1rem}.review-section .reviews-list .review-item .review-header{flex-direction:column;gap:.5rem}.review-section .reviews-list .review-item .review-header .reviewer-info{flex-wrap:wrap}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.product-detail{padding:3rem 2rem}.product-detail .container{margin:0 auto;max-width:1400px}.product-detail .product-layout{grid-gap:4rem;animation:fadeIn .6s ease-out;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.product-detail .product-layout .product-images .main-image{align-items:center;background:#f5f5f5;border-radius:15px;display:flex;height:600px;justify-content:center;margin-bottom:1rem;overflow:hidden;width:100%}.product-detail .product-layout .product-images .main-image img{height:100%;object-fit:contain;width:100%}.product-detail .product-layout .product-images .main-image .image-placeholder{color:#ccc;font-size:8rem;font-weight:700}.product-detail .product-layout .product-images .thumbnail-images{display:flex;gap:1rem}.product-detail .product-layout .product-images .thumbnail-images .thumbnail{border:3px solid #0000;border-radius:10px;cursor:pointer;height:100px;overflow:hidden;transition:all .3s ease;width:100px}.product-detail .product-layout .product-images .thumbnail-images .thumbnail.active{border-color:#667eea}.product-detail .product-layout .product-images .thumbnail-images .thumbnail:hover{transform:scale(1.05)}.product-detail .product-layout .product-images .thumbnail-images .thumbnail img{height:100%;object-fit:cover;width:100%}.product-detail .product-layout .product-details h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.product-detail .product-layout .product-details .product-category{color:#666;font-size:1.1rem;margin-bottom:1rem}.product-detail .product-layout .product-details .product-rating{margin-bottom:1rem}.product-detail .product-layout .product-details .product-price{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.product-detail .product-layout .product-details .product-description{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:2rem}.product-detail .product-layout .product-details .product-description h3{color:#333;font-size:1.3rem;margin-bottom:.8rem}.product-detail .product-layout .product-details .product-description p{color:#666;line-height:1.6}.product-detail .product-layout .product-details .size-selector{margin-bottom:2rem}.product-detail .product-layout .product-details .size-selector h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.product-detail .product-layout .product-details .size-selector .sizes{display:flex;flex-wrap:wrap;gap:1rem}.product-detail .product-layout .product-details .size-selector .sizes .size-btn{background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;font-weight:600;height:60px;position:relative;transition:all .3s ease;width:60px}.product-detail .product-layout .product-details .size-selector .sizes .size-btn:hover:not(.disabled){border-color:#667eea;transform:scale(1.05)}.product-detail .product-layout .product-details .size-selector .sizes .size-btn.active{background:#667eea;border-color:#667eea;color:#fff}.product-detail .product-layout .product-details .size-selector .sizes .size-btn.disabled{cursor:not-allowed;opacity:.4}.product-detail .product-layout .product-details .size-selector .sizes .size-btn.disabled .out-of-stock{bottom:2px;color:#ff6b6b;font-size:.65rem;left:50%;position:absolute;transform:translateX(-50%)}.product-detail .product-layout .product-details .quantity-selector{margin-bottom:2rem}.product-detail .product-layout .product-details .quantity-selector h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.product-detail .product-layout .product-details .quantity-selector .quantity-controls{align-items:center;display:flex;gap:1rem}.product-detail .product-layout .product-details .quantity-selector .quantity-controls button{background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;font-size:1.5rem;font-weight:600;height:50px;transition:all .3s ease;width:50px}.product-detail .product-layout .product-details .quantity-selector .quantity-controls button:hover{border-color:#b03d74;color:#667eea}.product-detail .product-layout .product-details .quantity-selector .quantity-controls span{font-size:1.5rem;font-weight:600;min-width:40px;text-align:center}.product-detail .product-layout .product-details .add-to-cart-btn{background:linear-gradient(135deg,#f04676,#db234e 50%,#d68195);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1.2rem;transition:all .3s ease;width:100%}.product-detail .product-layout .product-details .add-to-cart-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.product-detail .product-layout .product-details .add-to-cart-btn:active{transform:translateY(0)}.product-detail .error,.product-detail .loading{color:#666;font-size:1.5rem;padding:4rem;text-align:center}@media(max-width:968px){.product-detail .product-layout{gap:2rem;grid-template-columns:1fr}}@media(max-width:768px){.product-detail{padding:1.5rem 1rem}.product-detail .product-layout .product-images .main-image{border-radius:12px;height:350px}.product-detail .product-layout .product-images .thumbnail-images{overflow-x:auto;padding-bottom:.5rem}.product-detail .product-layout .product-images .thumbnail-images .thumbnail{flex-shrink:0;height:80px;width:80px}.product-detail .product-layout .product-details h1{font-size:1.8rem;line-height:1.3}.product-detail .product-layout .product-details .product-price{font-size:2rem}.product-detail .product-layout .product-details .size-selector .sizes{gap:.8rem}.product-detail .product-layout .product-details .size-selector .sizes .size-btn{font-size:.9rem;height:50px;width:50px}.product-detail .product-layout .product-details .quantity-selector .quantity-controls button{height:45px;width:45px}.product-detail .product-layout .product-details .add-to-cart-btn{bottom:1rem;box-shadow:0 4px 20px #667eea80;font-size:1.1rem;padding:1rem;position:-webkit-sticky;position:sticky;z-index:100}}.cart-page{background:#f8f9fa;min-height:80vh;padding:4rem 0}.cart-page .container{margin:0 auto;max-width:1200px;padding:0 2rem}@media(max-width:768px){.cart-page .container{padding:0 1rem}}.cart-page .page-title{color:#111;font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:3rem}.cart-page.empty{align-items:center;display:flex;justify-content:center}.cart-page.empty .empty-cart{background:#fff;border-radius:24px;box-shadow:0 10px 40px #0000000d;padding:4rem;text-align:center}.cart-page.empty .empty-cart h2{color:#111;font-size:2rem;margin-bottom:1rem}.cart-page.empty .empty-cart p{color:#666;font-size:1.1rem;margin-bottom:2rem}.cart-page.empty .empty-cart .continue-shopping{background:#111;border-radius:30px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cart-page.empty .empty-cart .continue-shopping:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-3px)}.cart-page .cart-layout{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 380px}@media(max-width:1024px){.cart-page .cart-layout{gap:2rem;grid-template-columns:1fr}}.cart-page .cart-layout .cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-page .cart-layout .cart-items .cart-item{grid-gap:2rem;align-items:center;background:#fff;border:1px solid #0000;border-radius:20px;display:grid;gap:2rem;grid-template-columns:100px 1fr auto auto auto;padding:1.5rem;transition:all .3s ease}.cart-page .cart-layout .cart-items .cart-item:hover{border-color:#0000000d;box-shadow:0 10px 30px #0000000d;transform:translateY(-2px)}.cart-page .cart-layout .cart-items .cart-item .item-image{background:#f0f0f0;border-radius:12px;height:100px;overflow:hidden;width:100px}.cart-page .cart-layout .cart-items .cart-item .item-image img{height:100%;object-fit:cover;width:100%}.cart-page .cart-layout .cart-items .cart-item .item-image .image-placeholder{align-items:center;color:#ccc;display:flex;font-size:2rem;font-weight:700;height:100%;justify-content:center;width:100%}.cart-page .cart-layout .cart-items .cart-item .item-details h3{color:#111;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.cart-page .cart-layout .cart-items .cart-item .item-details .item-size{color:#888;font-size:.9rem;margin-bottom:.5rem}.cart-page .cart-layout .cart-items .cart-item .item-details .item-price{color:#111;font-size:1rem;font-weight:600}.cart-page .cart-layout .cart-items .cart-item .item-quantity{align-items:center;background:#f5f5f5;border-radius:30px;display:flex;padding:.3rem}.cart-page .cart-layout .cart-items .cart-item .item-quantity button{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 5px #0000000d;cursor:pointer;display:flex;font-size:1rem;font-weight:600;height:32px;justify-content:center;transition:all .2s;width:32px}.cart-page .cart-layout .cart-items .cart-item .item-quantity button:hover{transform:scale(1.1)}.cart-page .cart-layout .cart-items .cart-item .item-quantity span{font-size:1rem;font-weight:600;min-width:30px;text-align:center}.cart-page .cart-layout .cart-items .cart-item .item-total{color:#111;font-size:1.2rem;font-weight:700;min-width:100px;text-align:right}.cart-page .cart-layout .cart-items .cart-item .remove-btn{align-items:center;background:#fff0f0;border:none;border-radius:50%;color:#ff4d4d;cursor:pointer;display:flex;font-size:1rem;height:36px;justify-content:center;transition:all .2s;width:36px}.cart-page .cart-layout .cart-items .cart-item .remove-btn:hover{background:#ff4d4d;color:#fff;transform:rotate(90deg)}.cart-page .cart-layout .cart-summary{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000000d;height:-webkit-fit-content;height:fit-content;padding:2.5rem;position:-webkit-sticky;position:sticky;top:100px}.cart-page .cart-layout .cart-summary h3{color:#111;font-size:1.5rem;font-weight:800;margin-bottom:2rem}.cart-page .cart-layout .cart-summary .summary-row{color:#666;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:1.2rem}.cart-page .cart-layout .cart-summary .summary-row.total{border-top:2px dashed #eee;color:#111;font-size:1.5rem;font-weight:800;margin-top:1.5rem;padding-top:1.5rem}.cart-page .cart-layout .cart-summary .checkout-btn{background:#111;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:2rem;padding:1.2rem;transition:all .3s ease;width:100%}.cart-page .cart-layout .cart-summary .checkout-btn:hover{background:#000;box-shadow:0 10px 20px #0000001a;transform:translateY(-3px)}.cart-page .cart-layout .cart-summary .continue-shopping{color:#888;display:block;font-size:.9rem;font-weight:500;margin-top:1.5rem;text-align:center;text-decoration:none;transition:color .3s}.cart-page .cart-layout .cart-summary .continue-shopping:hover{color:#111}@media(max-width:768px){.cart-page{padding:2rem 0}.cart-page .page-title{font-size:2rem;margin-bottom:2rem;padding:0 1rem}.cart-page .cart-layout{gap:2rem}.cart-page .cart-layout .cart-items .cart-item{gap:1rem;grid-template-columns:80px 1fr;padding:1rem;position:relative}.cart-page .cart-layout .cart-items .cart-item .item-image{height:80px;width:80px}.cart-page .cart-layout .cart-items .cart-item .item-details{padding-right:2rem}.cart-page .cart-layout .cart-items .cart-item .item-details h3{font-size:1rem;margin-bottom:.3rem}.cart-page .cart-layout .cart-items .cart-item .item-quantity{background:#f8f9fa;grid-column:1/-1;justify-content:space-between;margin-top:.5rem;padding:.5rem 1rem;width:100%}.cart-page .cart-layout .cart-items .cart-item .item-quantity button{height:40px;width:40px}.cart-page .cart-layout .cart-items .cart-item .item-total{font-size:1.1rem;grid-column:1/-1;margin-top:.5rem;text-align:right}.cart-page .cart-layout .cart-items .cart-item .remove-btn{background:#fff;box-shadow:0 2px 5px #0000001a;height:30px;position:absolute;right:10px;top:10px;width:30px}.cart-page .cart-layout .cart-summary{border-radius:16px;margin:0 1rem;padding:1.5rem;position:static}.cart-page .cart-layout .cart-summary h3{font-size:1.3rem;margin-bottom:1.5rem}.cart-page .cart-layout .cart-summary .checkout-btn{bottom:1rem;box-shadow:0 5px 20px #0003;position:-webkit-sticky;position:sticky;z-index:100}}.checkout-page{min-height:70vh;padding:3rem 2rem}.checkout-page .container{margin:0 auto;max-width:1200px}.checkout-page .page-title{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.checkout-page .checkout-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 400px;margin-top:2rem}.checkout-page .checkout-layout .checkout-form{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:2rem}.checkout-page .checkout-layout .checkout-form h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.checkout-page .checkout-layout .checkout-form .form-group{margin-bottom:1.5rem}.checkout-page .checkout-layout .checkout-form .form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.checkout-page .checkout-layout .checkout-form .form-group input{border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;padding:.9rem;transition:all .3s ease;width:100%}.checkout-page .checkout-layout .checkout-form .form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.checkout-page .checkout-layout .checkout-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.checkout-page .checkout-layout .checkout-form .place-order-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;margin-top:1rem;padding:1.2rem;transition:all .3s ease;width:100%}.checkout-page .checkout-layout .checkout-form .place-order-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.checkout-page .checkout-layout .checkout-form .place-order-btn:disabled{cursor:not-allowed;opacity:.6}.checkout-page .checkout-layout .order-summary{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:90px}.checkout-page .checkout-layout .order-summary h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.checkout-page .checkout-layout .order-summary .summary-items{margin-bottom:1.5rem;max-height:300px;overflow-y:auto}.checkout-page .checkout-layout .order-summary .summary-items .summary-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1rem 0}.checkout-page .checkout-layout .order-summary .summary-items .summary-item .item-name{color:#333;font-weight:600;margin-bottom:.3rem}.checkout-page .checkout-layout .order-summary .summary-items .summary-item .item-details{color:#666;font-size:.9rem}.checkout-page .checkout-layout .order-summary .summary-items .summary-item .item-price{color:#667eea;font-weight:600}.checkout-page .checkout-layout .order-summary .summary-totals{border-top:2px solid #eee;padding-top:1rem}.checkout-page .checkout-layout .order-summary .summary-totals .summary-row{color:#666;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.8rem}.checkout-page .checkout-layout .order-summary .summary-totals .summary-row.total{border-top:2px solid #eee;color:#333;font-size:1.5rem;font-weight:700;margin-top:1rem;padding-top:1rem}.checkout-page .checkout-layout .order-summary .summary-totals .summary-row.total span:last-child{color:#667eea}@media(max-width:968px){.checkout-page .checkout-layout{gap:2rem;grid-template-columns:1fr}.checkout-page .checkout-layout .order-summary{margin-bottom:2rem;position:static}}@media(max-width:768px){.checkout-page{padding:2rem 1rem}.checkout-page .page-title{font-size:2rem;margin-bottom:1.5rem}.checkout-page .checkout-layout{margin-top:1rem}.checkout-page .checkout-layout .checkout-form{border-radius:12px;padding:1.5rem}.checkout-page .checkout-layout .checkout-form h3{font-size:1.3rem}.checkout-page .checkout-layout .checkout-form .form-row{gap:0;grid-template-columns:1fr}.checkout-page .checkout-layout .checkout-form .form-group{margin-bottom:1rem}.checkout-page .checkout-layout .checkout-form .form-group input{font-size:16px;padding:.8rem}.checkout-page .checkout-layout .checkout-form .place-order-btn{font-size:1.1rem;padding:1rem}.checkout-page .checkout-layout .order-summary{border-radius:12px;padding:1.5rem}.checkout-page .checkout-layout .order-summary h3{font-size:1.3rem}.checkout-page .checkout-layout .order-summary .summary-items{max-height:250px}}.divider{align-items:center;color:#999;display:flex;font-size:.8rem;font-weight:600;letter-spacing:1px;margin:2rem 0;text-align:center}.divider:after,.divider:before{border-bottom:1px solid #eee;content:"";flex:1 1}.divider span{padding:0 1rem}.google-btn{align-items:center;background:#fff;border:2px solid #eee;border-radius:12px;color:#333;cursor:pointer;display:flex;font-weight:600;gap:10px;justify-content:center;padding:.9rem;transition:all .3s ease;width:100%}.google-btn img{height:20px;width:20px}.google-btn:hover{background:#f9f9f9;border-color:#ddd}.bottom-text .toggle-btn{margin-left:5px}.admin-link{color:#aaa;display:block;font-size:.85rem;margin-top:1.5rem;text-align:center;text-decoration:none;transition:color .3s}.admin-link:hover{color:#666}.forgot-password-link{margin-bottom:1.5rem;text-align:right}.forgot-password-link a{color:#666;font-size:.9rem;font-weight:500;padding:5px 0;text-decoration:none}.forgot-password-link a:hover{color:#f04676}.bottom-text{color:#666;font-size:.95rem;margin-top:2rem;text-align:center}.bottom-text .toggle-btn{background:none;border:none;color:#f04676;cursor:pointer;font-weight:700;text-decoration:none}.bottom-text .toggle-btn:hover{text-decoration:underline}.auth-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:2rem}@media(max-width:768px){.auth-container{align-items:flex-start;padding:2rem 1rem 1rem}}.auth-wrapper{background:#fff;border-radius:24px;box-shadow:0 20px 60px #00000014;display:flex;max-width:1100px;min-height:650px;overflow:hidden;width:100%}@media(max-width:900px){.auth-wrapper{border-radius:16px;flex-direction:column;min-height:auto}}.auth-visual{align-items:center;background:linear-gradient(135deg,#f04676,#db234e);color:#fff;display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:3rem;position:relative}@media(max-width:900px){.auth-visual{display:none}}.auth-visual:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.auth-visual .visual-content{position:relative;text-align:center;z-index:2}.auth-visual .visual-content h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.auth-visual .visual-content h1 span{font-family:Playfair Display,serif;font-style:italic}.auth-visual .visual-content p{font-size:1.2rem;margin:0 auto;max-width:400px;opacity:.9}.auth-form-container{align-items:center;background:#fff;display:flex;flex:1 1;justify-content:center;padding:3rem}@media(max-width:500px){.auth-form-container{padding:2rem 1.5rem}}.auth-form-container .form-content{max-width:400px;width:100%}.title{color:#111;font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}@media(max-width:500px){.title{font-size:1.8rem}}.subtitle{color:#666;font-size:1rem;margin-bottom:2.5rem;text-align:center}@media(max-width:500px){.subtitle{margin-bottom:2rem}}.animated-input-box{margin-bottom:1.5rem}.animated-input-box label{color:#333;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.animated-input-box .input-with-check{position:relative}.animated-input-box .input-with-check .animated-input{background:#fcfcfc;border:2px solid #eee;border-radius:12px;font-size:1rem;padding:.9rem 1rem;transition:all .3s ease;width:100%}@media(max-width:500px){.animated-input-box .input-with-check .animated-input{font-size:16px;padding:.8rem}}.animated-input-box .input-with-check .animated-input:focus{background:#fff;border-color:#f04676;box-shadow:0 0 0 4px #f046761a;outline:none}.animated-input-box .input-with-check .password-toggle{background:none;border:none;color:#999;cursor:pointer;padding:5px;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:color .3s}.animated-input-box .input-with-check .password-toggle:hover{color:#333}.animated-input-box .input-with-check .check-svg{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.primary-btn{background:#111;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.primary-btn:hover{background:#333;box-shadow:0 10px 20px #0000001a;transform:translateY(-2px)}.primary-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.image-upload-section{display:flex;flex-direction:column;gap:.75rem}.upload-label{color:#333;font-size:1rem;font-weight:600}.upload-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.image-preview-box{aspect-ratio:1/1;background:#f4f4f4;border-radius:12px;overflow:hidden;position:relative}.preview-img{height:100%;object-fit:cover;width:100%}.remove-image-btn{background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:4px;position:absolute;right:5px;top:5px}.upload-box{align-items:center;aspect-ratio:1/1;border:2px dashed #ccc;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:1rem;transition:all .2s ease}.upload-box:hover{background-color:#f0f8ff;border-color:#007bff}.upload-icon{color:#007bff;font-size:2rem}.upload-text{color:#666;font-size:.9rem;margin-top:.5rem;text-align:center}.upload-info{color:#555;display:flex;flex-direction:column;font-size:.85rem}.admin-dashboard{min-height:70vh;padding:3rem 2rem}.admin-dashboard .container{margin:0 auto;max-width:1400px}.admin-dashboard .page-title{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.admin-dashboard .tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.admin-dashboard .tabs button{background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.admin-dashboard .tabs button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff}.admin-dashboard .tabs button:hover:not(.active){border-color:#667eea}.admin-dashboard .products-section .add-product-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-weight:600;margin-bottom:2rem;padding:1rem 2rem;transition:all .3s ease}.admin-dashboard .products-section .add-product-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.admin-dashboard .products-section .products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.admin-dashboard .products-section .products-grid .product-card{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;overflow:hidden}.admin-dashboard .products-section .products-grid .product-card .product-image{align-items:center;background:#f5f5f5;display:flex;height:250px;justify-content:center;width:100%}.admin-dashboard .products-section .products-grid .product-card .product-image img{height:100%;object-fit:cover;width:100%}.admin-dashboard .products-section .products-grid .product-card .product-image .placeholder{color:#ccc;font-size:5rem;font-weight:700}.admin-dashboard .products-section .products-grid .product-card .product-info{padding:1.5rem}.admin-dashboard .products-section .products-grid .product-card .product-info h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.admin-dashboard .products-section .products-grid .product-card .product-info p{color:#666;margin-bottom:.5rem}.admin-dashboard .products-section .products-grid .product-card .product-info .price{color:#667eea;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.admin-dashboard .products-section .products-grid .product-card .product-info .actions{display:flex;gap:.5rem}.admin-dashboard .products-section .products-grid .product-card .product-info .actions button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:.6rem;transition:all .3s ease}.admin-dashboard .products-section .products-grid .product-card .product-info .actions button:hover{transform:translateY(-2px)}.admin-dashboard .products-section .products-grid .product-card .product-info .actions button.delete{background:#ff6b6b}.admin-dashboard .products-section .products-grid .product-card .product-info .actions button.delete:hover{background:#ff5252}.admin-dashboard .orders-section .orders-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.admin-dashboard .orders-section .orders-header h2{color:#333;font-size:1.8rem;margin:0}.admin-dashboard .orders-section .orders-header .orders-count{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1.2rem}.admin-dashboard .orders-section .empty-state{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:4rem 2rem;text-align:center}.admin-dashboard .orders-section .empty-state p{color:#999;font-size:1.2rem}.admin-dashboard .orders-section .orders-list{display:flex;flex-direction:column;gap:1.5rem}.admin-dashboard .orders-section .orders-list .order-card{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #00000014;overflow:hidden;transition:all .3s ease}.admin-dashboard .orders-section .orders-list .order-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.admin-dashboard .orders-section .orders-list .order-card .order-header{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:2px solid #dee2e6;display:flex;justify-content:space-between;padding:1.5rem 2rem}.admin-dashboard .orders-section .orders-list .order-card .order-header .order-id{display:flex;flex-direction:column;gap:.3rem}.admin-dashboard .orders-section .orders-list .order-card .order-header .order-id h3{color:#333;font-size:1.4rem;font-weight:700;margin:0}.admin-dashboard .orders-section .orders-list .order-card .order-header .order-id .order-date{color:#666;font-size:.85rem;font-weight:500}.admin-dashboard .orders-section .orders-list .order-card .order-header .status{border-radius:25px;box-shadow:0 2px 8px #0000001a;font-size:.85rem;font-weight:700;letter-spacing:.5px;padding:.6rem 1.2rem;text-transform:uppercase}.admin-dashboard .orders-section .orders-list .order-card .order-header .status.pending{background:linear-gradient(135deg,#fff3cd,#ffe69c);color:#856404}.admin-dashboard .orders-section .orders-list .order-card .order-header .status.shipped{background:linear-gradient(135deg,#cce5ff,#99d1ff);color:#004085}.admin-dashboard .orders-section .orders-list .order-card .order-header .status.delivered{background:linear-gradient(135deg,#d4edda,#b3e5be);color:#155724}.admin-dashboard .orders-section .orders-list .order-card .order-header .status.cancelled{background:linear-gradient(135deg,#f8d7da,#f1b0b7);color:#721c24}.admin-dashboard .orders-section .orders-list .order-card .order-body{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1.5fr;padding:2rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-section h4{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin-bottom:1.2rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-section h4:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:20px;width:4px}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid{display:flex;flex-direction:column;gap:1rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:80px 1fr}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item.full-width{grid-template-columns:80px 1fr}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item .label{color:#666;font-size:.9rem;font-weight:600}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item .value{color:#333;font-size:.95rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;justify-content:space-between;padding:1rem;transition:all .3s ease}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item:hover{background:#e9ecef}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item .product-details{display:flex;flex-direction:column;gap:.3rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item .product-details .product-name{color:#333;font-size:1rem;font-weight:600}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item .product-details .product-meta{color:#666;font-size:.85rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item .product-price{color:#667eea;font-size:1.1rem;font-weight:700}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .order-total{align-items:center;background:linear-gradient(135deg,rgba(102,126,234,.082),rgba(118,75,162,.082));border-radius:10px;display:flex;justify-content:space-between;margin-top:1rem;padding:1.2rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .order-total span{color:#333;font-size:1.1rem;font-weight:700}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .order-total .total-price{color:#667eea;font-size:1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-footer{background:#f8f9fa;border-top:2px solid #e9ecef;padding:1.5rem 2rem}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions{align-items:center;display:flex;gap:1rem}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions label{color:#333;font-size:1rem;font-weight:600}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions select{background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;max-width:250px;padding:.8rem 1rem;transition:all .3s ease}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions select:hover{border-color:#667eea}@media(max-width:968px){.admin-dashboard .orders-section .orders-list .order-card .order-body{grid-template-columns:1fr}}@media(max-width:768px){.admin-dashboard .orders-section .orders-header{align-items:flex-start;flex-direction:column;gap:1rem}.admin-dashboard .orders-section .orders-header .orders-count{align-self:flex-start}.admin-dashboard .orders-section .orders-list .order-card .order-header{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem 1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-header .status{align-self:flex-start}.admin-dashboard .orders-section .orders-list .order-card .order-body{padding:1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item{grid-template-columns:70px 1fr}.admin-dashboard .orders-section .orders-list .order-card .order-footer{padding:1rem 1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions{align-items:flex-start;flex-direction:column}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions select{max-width:100%}}.admin-dashboard .modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.admin-dashboard .modal-overlay .modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:20px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:100%}.admin-dashboard .modal-overlay .modal-content h2{color:#333;font-size:2rem;margin-bottom:1.5rem}.admin-dashboard .modal-overlay .modal-content form .form-group{margin-bottom:1.5rem}.admin-dashboard .modal-overlay .modal-content form .form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.admin-dashboard .modal-overlay .modal-content form .form-group input,.admin-dashboard .modal-overlay .modal-content form .form-group select,.admin-dashboard .modal-overlay .modal-content form .form-group textarea{border:2px solid #ddd;border-radius:8px;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.admin-dashboard .modal-overlay .modal-content form .form-group input:focus,.admin-dashboard .modal-overlay .modal-content form .form-group select:focus,.admin-dashboard .modal-overlay .modal-content form .form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.admin-dashboard .modal-overlay .modal-content form .form-group textarea{resize:vertical}.admin-dashboard .modal-overlay .modal-content form .form-group.checkbox{align-items:center;display:flex}.admin-dashboard .modal-overlay .modal-content form .form-group.checkbox label{align-items:center;cursor:pointer;display:flex;margin-bottom:0}.admin-dashboard .modal-overlay .modal-content form .form-group.checkbox label input{margin-right:.5rem;width:auto}.admin-dashboard .modal-overlay .modal-content form .form-group .image-input{display:flex;gap:.5rem;margin-bottom:.5rem}.admin-dashboard .modal-overlay .modal-content form .form-group .image-input input{flex:1 1}.admin-dashboard .modal-overlay .modal-content form .form-group .image-input button{background:#ff6b6b;border:none;border-radius:8px;color:#fff;cursor:pointer;height:40px;transition:all .3s ease;width:40px}.admin-dashboard .modal-overlay .modal-content form .form-group .image-input button:hover{background:#ff5252}.admin-dashboard .modal-overlay .modal-content form .form-group .add-image-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:.5rem;padding:.6rem 1rem;transition:all .3s ease}.admin-dashboard .modal-overlay .modal-content form .form-group .add-image-btn:hover{background:#5568d3}.admin-dashboard .modal-overlay .modal-content form .form-group .sizes-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.admin-dashboard .modal-overlay .modal-content form .form-group .sizes-grid .size-input label{font-size:.9rem;margin-bottom:.3rem}.admin-dashboard .modal-overlay .modal-content form .form-group .sizes-grid .size-input input{padding:.6rem}.admin-dashboard .modal-overlay .modal-content form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.admin-dashboard .modal-overlay .modal-content form .modal-actions{display:flex;gap:1rem;margin-top:2rem}.admin-dashboard .modal-overlay .modal-content form .modal-actions button{background:#f0f0f0;border:none;border-radius:10px;color:#333;cursor:pointer;flex:1 1;font-weight:600;padding:1rem;transition:all .3s ease}.admin-dashboard .modal-overlay .modal-content form .modal-actions button:hover{background:#e0e0e0}.admin-dashboard .modal-overlay .modal-content form .modal-actions button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.admin-dashboard .modal-overlay .modal-content form .modal-actions button.primary:hover{box-shadow:0 4px 15px #667eea4d;transform:translateY(-2px)}@media(max-width:968px){.admin-dashboard .orders-section .orders-table .order-card .order-body{grid-template-columns:1fr}}@media(max-width:768px){.admin-dashboard{padding:2rem 1rem}.admin-dashboard .page-title{font-size:2rem}.admin-dashboard .modal-overlay{padding:1rem}.admin-dashboard .modal-overlay .modal-content{padding:1.5rem}.admin-dashboard .modal-overlay .modal-content form .form-row{grid-template-columns:1fr}.admin-dashboard .modal-overlay .modal-content form .form-group .sizes-grid{grid-template-columns:repeat(2,1fr)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.my-orders-page{min-height:calc(100vh - 180px);padding:40px 20px}.my-orders-page.empty{align-items:center;display:flex;justify-content:center;text-align:center}.my-orders-page.empty h1{margin-bottom:20px}.my-orders-page.empty p{color:#666;font-size:1.1rem}.my-orders-page .page-title{font-size:2rem;margin-bottom:30px;text-align:center}.my-orders-page .orders-list{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1000px}.my-orders-page .order-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:25px;transition:transform .2s,box-shadow .2s}.my-orders-page .order-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.my-orders-page .order-card .order-header{align-items:flex-start;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.my-orders-page .order-card .order-header h3{font-size:1.3rem;margin-bottom:5px}.my-orders-page .order-card .order-header .order-date{color:#666;font-size:.9rem}.my-orders-page .order-card .order-header .status{border-radius:20px;font-size:.85rem;font-weight:600;padding:6px 16px;text-transform:uppercase}.my-orders-page .order-card .order-header .status.pending{background:#fff3cd;color:#856404}.my-orders-page .order-card .order-header .status.shipped{background:#cce5ff;color:#004085}.my-orders-page .order-card .order-header .status.delivered{background:#d4edda;color:#155724}.my-orders-page .order-card .order-header .status.cancelled{background:#f8d7da;color:#721c24}.my-orders-page .order-card .order-products{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.my-orders-page .order-card .order-products .order-product{background:#f8f9fa;border-radius:8px;display:flex;gap:15px;padding:12px}.my-orders-page .order-card .order-products .order-product .product-image{border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.my-orders-page .order-card .order-products .order-product .product-image img{height:100%;object-fit:cover;width:100%}.my-orders-page .order-card .order-products .order-product .product-image .placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:2rem;font-weight:700;height:100%;justify-content:center;width:100%}.my-orders-page .order-card .order-products .order-product .product-details{flex:1 1}.my-orders-page .order-card .order-products .order-product .product-details h4{font-size:1.1rem;margin-bottom:5px}.my-orders-page .order-card .order-products .order-product .product-details p{color:#666;font-size:.9rem;margin-bottom:5px}.my-orders-page .order-card .order-products .order-product .product-details .price{color:#000;font-size:1rem;font-weight:600}.my-orders-page .order-card .order-products .order-product .product-details .review-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;margin-top:10px;padding:6px 16px;transition:background .2s}.my-orders-page .order-card .order-products .order-product .product-details .review-btn:hover{background:#5568d3}.my-orders-page .order-card .order-footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;padding-top:15px}.my-orders-page .order-card .order-footer .order-total{font-size:1.2rem}.my-orders-page .order-card .order-footer .order-total strong{margin-right:10px}.my-orders-page .order-card .order-footer .cancel-btn{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 24px;transition:background .2s}.my-orders-page .order-card .order-footer .cancel-btn:hover{background:#c82333}.my-orders-page .modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.my-orders-page .modal-content{background:#fff;border-radius:12px;max-height:90vh;max-width:500px;overflow-y:auto;padding:30px;width:100%}.my-orders-page .modal-content.review-modal h2{font-size:1.5rem;margin-bottom:10px}.my-orders-page .modal-content.review-modal .product-name{color:#666;font-size:1.1rem;margin-bottom:25px}.my-orders-page .modal-content.review-modal .form-group{margin-bottom:20px}.my-orders-page .modal-content.review-modal .form-group label{display:block;font-weight:600;margin-bottom:8px}.my-orders-page .modal-content.review-modal .form-group textarea{border:1px solid #ddd;border-radius:8px;font-family:inherit;padding:12px;resize:vertical;width:100%}.my-orders-page .modal-content.review-modal .form-group textarea:focus{border-color:#667eea;outline:none}.my-orders-page .modal-content.review-modal .star-rating{display:flex;font-size:2rem;gap:8px}.my-orders-page .modal-content.review-modal .star-rating .star{color:#ddd;cursor:pointer;transition:color .2s}.my-orders-page .modal-content.review-modal .star-rating .star.active{color:#ffc107}.my-orders-page .modal-content.review-modal .star-rating .star:hover{color:#ffb300}.my-orders-page .modal-content.review-modal .modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:25px}.my-orders-page .modal-content.review-modal .modal-actions button{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .2s}.my-orders-page .modal-content.review-modal .modal-actions button[type=button]{background:#f1f1f1;color:#333}.my-orders-page .modal-content.review-modal .modal-actions button[type=button]:hover{background:#e1e1e1}.my-orders-page .modal-content.review-modal .modal-actions button.primary{background:#667eea;color:#fff}.my-orders-page .modal-content.review-modal .modal-actions button.primary:hover{background:#5568d3}@media(max-width:768px){.my-orders-page{padding:20px 10px}.my-orders-page .page-title{font-size:1.5rem;margin-bottom:20px}.my-orders-page .order-card{padding:15px}.my-orders-page .order-card .order-header{align-items:flex-start;flex-direction:column;gap:10px}.my-orders-page .order-card .order-header .status{align-self:flex-start;font-size:.75rem}.my-orders-page .order-card .order-header h3{font-size:1.1rem}.my-orders-page .order-card .order-products .order-product{flex-direction:column;gap:10px}.my-orders-page .order-card .order-products .order-product .product-image{height:150px;width:100%}.my-orders-page .order-card .order-products .order-product .product-image img{object-position:top}.my-orders-page .order-card .order-products .order-product .product-details h4{font-size:1rem}.my-orders-page .order-card .order-footer{align-items:stretch;flex-direction:column;gap:15px}.my-orders-page .order-card .order-footer .order-total{font-size:1.1rem;text-align:right}.my-orders-page .order-card .order-footer .cancel-btn{padding:12px;width:100%}.my-orders-page .modal-content{margin:15px;max-height:85vh;padding:20px}.my-orders-page .modal-content.review-modal .star-rating{justify-content:center;margin-bottom:1rem}.my-orders-page .modal-content.review-modal .modal-actions{flex-direction:column-reverse}.my-orders-page .modal-content.review-modal .modal-actions button{padding:12px;width:100%}}.profile-page{background:#f8f8f8;min-height:70vh;padding:3rem 2rem}.profile-page .container{margin:0 auto;max-width:1200px}.profile-page .profile-header{margin-bottom:3rem}.profile-page .profile-header .welcome-section h1{color:#000;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.profile-page .profile-header .welcome-section p{color:#666;font-size:1.1rem}.profile-page .profile-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media(max-width:968px){.profile-page .profile-grid{grid-template-columns:1fr}}.profile-page .profile-grid .profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.profile-page .profile-grid .profile-card.addresses-card,.profile-page .profile-grid .profile-card.orders-card{grid-column:span 1}.profile-page .profile-grid .profile-card .card-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.profile-page .profile-grid .profile-card .card-header h2{color:#000;font-size:1.3rem;font-weight:700;margin:0}.profile-page .profile-grid .profile-card .card-header .view-all-link{color:#667eea;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s ease}.profile-page .profile-grid .profile-card .card-header .view-all-link:hover{transform:translateX(5px)}.profile-page .profile-grid .profile-card .card-body{padding:2rem}.profile-page .profile-grid .profile-card .card-body .info-item{align-items:center;background:#f8f8f8;border-radius:10px;display:flex;gap:1.5rem;margin-bottom:1rem;padding:1.2rem}.profile-page .profile-grid .profile-card .card-body .info-item:last-child{margin-bottom:0}.profile-page .profile-grid .profile-card .card-body .info-item .info-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.4rem;height:50px;justify-content:center;width:50px}.profile-page .profile-grid .profile-card .card-body .info-item .info-content{display:flex;flex-direction:column;gap:.3rem}.profile-page .profile-grid .profile-card .card-body .info-item .info-content .label{color:#999;font-size:.85rem;font-weight:500}.profile-page .profile-grid .profile-card .card-body .info-item .info-content .value{color:#000;font-size:1.05rem;font-weight:600}.profile-page .profile-grid .profile-card .card-body .empty-orders{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:3rem 2rem;text-align:center}.profile-page .profile-grid .profile-card .card-body .empty-orders svg{color:#ccc;font-size:4rem}.profile-page .profile-grid .profile-card .card-body .empty-orders p{color:#999;font-size:1.1rem;margin:0}.profile-page .profile-grid .profile-card .card-body .empty-orders .shop-now-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:transform .3s ease}.profile-page .profile-grid .profile-card .card-body .empty-orders .shop-now-btn:hover{transform:translateY(-2px)}.profile-page .profile-grid .profile-card .card-body .orders-list{display:flex;flex-direction:column;gap:.8rem}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item{align-items:center;background:#f8f8f8;border-radius:10px;display:flex;justify-content:space-between;padding:1rem 1.2rem;text-decoration:none;transition:all .3s ease}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item:hover{background:#eee;transform:translateX(5px)}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-info{display:flex;flex-direction:column;gap:.3rem}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-info .order-id{color:#000;font-size:1rem;font-weight:700}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-info .order-date{color:#666;font-size:.85rem}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details{align-items:center;display:flex;gap:1rem}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-total{color:#000;font-size:1.1rem;font-weight:700}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status{border-radius:15px;font-size:.75rem;font-weight:700;padding:.4rem .8rem;text-transform:uppercase}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status.pending{background:#fff3cd;color:#856404}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status.shipped{background:#cce5ff;color:#004085}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status.delivered{background:#d4edda;color:#155724}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status.cancelled{background:#f8d7da;color:#721c24}.profile-page .profile-grid .profile-card .card-body .addresses-list{margin-bottom:1.5rem}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item{background:#f8f8f8;border-radius:10px;display:flex;gap:1.5rem;padding:1.5rem}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item .address-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.4rem;height:50px;justify-content:center;width:50px}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item .address-content h4{color:#000;font-size:1.1rem;margin-bottom:.5rem}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item .address-content p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.profile-page .profile-grid .profile-card .card-body .add-address-btn{background:#fff;border:2px dashed #ddd;border-radius:10px;color:#667eea;cursor:pointer;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.profile-page .profile-grid .profile-card .card-body .add-address-btn:hover{background:#f8f9ff;border-color:#667eea}.profile-page .empty-state{padding:4rem 2rem;text-align:center}.profile-page .empty-state p{color:#999;font-size:1.2rem;margin-bottom:1.5rem}.profile-page .empty-state .login-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:transform .3s ease}.profile-page .empty-state .login-btn:hover{transform:translateY(-3px)}@media(max-width:768px){.profile-page{padding:2rem 1rem}.profile-page .profile-header{margin-bottom:2rem}.profile-page .profile-header .welcome-section h1{font-size:1.8rem}.profile-page .profile-header .welcome-section p{font-size:1rem}.profile-page .profile-grid{gap:1.5rem}.profile-page .profile-grid .profile-card .card-header{padding:1.2rem}.profile-page .profile-grid .profile-card .card-header h2{font-size:1.1rem}.profile-page .profile-grid .profile-card .card-body{padding:1.2rem}.profile-page .profile-grid .profile-card .card-body .info-item{align-items:flex-start;flex-direction:column;gap:.8rem;padding:1rem}.profile-page .profile-grid .profile-card .card-body .info-item .info-icon{font-size:1.2rem;height:40px;width:40px}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item{align-items:flex-start;flex-direction:column;gap:.8rem}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details{justify-content:space-between;width:100%}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item{flex-direction:column;gap:1rem;padding:1rem}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item .address-icon{font-size:1.2rem;height:40px;width:40px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.App main{flex:1 1}.loading{align-items:center;color:#666;display:flex;font-size:1.5rem;justify-content:center;min-height:60vh}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{margin:0 auto;max-width:1400px;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.footer{background:hsla(0,0%,87%,.988);color:#030303;display:block!important;padding:60px 0 30px;width:100%!important}@media(max-width:768px){.footer{padding:40px 0 20px}}.footer-container{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:60px;justify-content:space-between;margin:0 auto;max-width:1300px;padding:0 24px;width:100%}@media(max-width:900px){.footer-container{flex-direction:column;gap:40px}}@media(max-width:768px){.footer-container{gap:30px;padding:0 20px}}.footer-left{flex:1 1;min-width:260px}.footer-left .footer-logo{align-items:center;display:flex;gap:12px;margin-bottom:12px}.footer-left .footer-logo img{height:42px;object-fit:contain;width:42px}.footer-left .footer-logo h2{color:#af1a1a;font-size:22px;font-weight:700;margin:0}.footer-left p{color:#131010;font-size:14px;margin-bottom:5px}.footer-left p a{color:#4ea8ff}.footer-right{display:flex;flex:2 1;flex-wrap:wrap;gap:60px}@media(max-width:900px){.footer-right{gap:40px;width:100%}}@media(max-width:600px){.footer-right{gap:30px;justify-content:space-between}}.footer-col{display:flex;flex-direction:column;gap:8px;min-width:140px}@media(max-width:600px){.footer-col{min-width:45%}}.footer-col h4{color:#121212;font-size:15px;font-weight:600;margin-bottom:5px}.footer-col a{color:#111010e3;font-size:14px;padding:2px 0;transition:.2s}.footer-col a:hover{color:#b32525}.footer-bottom{border-top:1px solid #0000001a;color:#090909;font-size:13px;margin-top:50px;padding-top:20px;text-align:center}@media(max-width:768px){.footer-bottom{margin-top:30px}}.footer-bottom .legal-entity{color:#555;font-size:14px;font-weight:600;margin-bottom:8px}.payment-callback{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:2rem 0}.payment-callback .callback-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:500px;padding:3rem;text-align:center;width:100%}.payment-callback .callback-card .success-icon{background:#4caf50}.payment-callback .callback-card .error-icon,.payment-callback .callback-card .success-icon{align-items:center;animation:scaleIn .5s ease-in-out;border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.payment-callback .callback-card .error-icon{background:#f44336}.payment-callback .callback-card h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.payment-callback .callback-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.payment-callback .callback-card .retry-btn{background:#333;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:all .3s ease}.payment-callback .callback-card .retry-btn:hover{background:#555;transform:translateY(-2px)}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media(max-width:768px){.payment-callback{padding:1rem}.payment-callback .callback-card{padding:2rem 1.5rem}.payment-callback .callback-card .error-icon,.payment-callback .callback-card .success-icon{font-size:2rem;height:60px;width:60px}.payment-callback .callback-card h2{font-size:1.25rem}}.legal-page{background:#fff;min-height:80vh;padding:4rem 0}.legal-page .container{margin:0 auto;max-width:900px;padding:0 2rem}@media(max-width:768px){.legal-page .container{padding:0 1rem}}.legal-page h1{color:#111;font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.legal-page .content{color:#444;font-size:1.1rem;line-height:1.8}.legal-page .content h2{color:#222;font-size:1.8rem;font-weight:700;margin-bottom:1rem;margin-top:2.5rem}.legal-page .content h3{color:#333;font-size:1.4rem;font-weight:600;margin-bottom:.8rem;margin-top:1.5rem}.legal-page .content h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;margin-top:1.2rem}.legal-page .content p{margin-bottom:1.2rem}.legal-page .content ul{margin-bottom:1.5rem;padding-left:1.5rem}.legal-page .content ul li{margin-bottom:.5rem}.legal-page .content address{font-style:normal;margin-bottom:1.5rem}.legal-page .contact-details{background:#f9f9f9;border-radius:12px;margin-bottom:3rem;padding:2rem}.legal-page .contact-form-placeholder{margin-top:3rem}.legal-page .contact-form-placeholder .form-group{margin-bottom:1.5rem}.legal-page .contact-form-placeholder .form-group label{display:block;font-weight:600;margin-bottom:.5rem}.legal-page .contact-form-placeholder .form-group input,.legal-page .contact-form-placeholder .form-group textarea{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.8rem;width:100%}.legal-page .contact-form-placeholder .submit-btn{background:#111;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:background .3s}.legal-page .contact-form-placeholder .submit-btn:hover{background:#333}
/*# sourceMappingURL=main.0acdc9c4.css.map*/