.gallery-info-section{flex-direction:column;align-items:center;width:100%;display:flex}.gallery-info-menu{width:80%;max-width:1200px}.gallery-toggle-btn{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:none;border-bottom:2px solid #fff3;border-radius:12px 12px 0 0;justify-content:center;align-items:center;gap:1.5rem;width:100%;height:60px;transition:all .3s;display:flex}.gallery-toggle-btn:hover{background:#ffffff26;transform:translateY(-2px)}.gallery-toggle-btn:focus{outline-offset:2px}.toggle-label{color:#fff;letter-spacing:.5px;cursor:pointer;font-family:Abhaya Libre,serif;font-size:2rem;font-weight:600}.toggle-icon{color:#fff;font-size:3rem;transition:transform .5s}.toggle-icon.rotated{cursor:pointer;transform:rotate(180deg)}.gallery-info-container{grid-template-rows:0fr;width:80%;max-width:1200px;transition:grid-template-rows .5s;display:grid;overflow:hidden}.gallery-info-container.open{grid-template-rows:1fr}.gallery-info-content{background:linear-gradient(135deg,#2b2445,#0c0c1c);border-radius:0 0 16px 16px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.gallery-header{text-align:center;border-bottom:2px solid #ffffff1a;padding:3rem 2rem}.welcome-text p{color:#ffffffe6;max-width:800px;margin:0 auto;font-family:Abhaya Libre,serif;font-size:1.2rem;line-height:1.8}.gallery-main-content{padding:2rem}.content-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.content-column{flex-direction:column;gap:2rem;display:flex}.content-item{border-radius:12px;overflow:hidden}.image-item .image-container{border-radius:12px;width:100%;overflow:hidden;box-shadow:0 4px 20px #0000004d}.image-container img{width:100%;height:auto;display:block}.text-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border-radius:12px;padding:1.5rem}.text-content p{color:#ffffffe6;margin-bottom:1rem;font-family:Abhaya Libre,serif;font-size:1.1rem;line-height:1.6}.text-content p:last-child{margin-bottom:0}.contact-info .text-content{gap:2rem;display:flex}.contact-section h3{color:#4dbfff;margin-bottom:.5rem;font-family:Abhaya Libre,serif;font-size:1.3rem;font-weight:600}.contact-section p{color:#ffffffe6;font-size:1.1rem;line-height:1.6}.contact-section a{color:#4dbfff;text-decoration:none}.contact-section a:hover{text-decoration:underline}.social-section h3{color:#4dbfff;margin-bottom:1rem;font-family:Abhaya Libre,serif;font-size:1.3rem;font-weight:600}.social-icons{gap:1rem;margin-top:1rem;margin-bottom:1rem;display:flex}.social-link{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;text-decoration:none;transition:all .3s;display:inline-flex}.social-link:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4dbfff4d}.social-link.facebook:hover{background:#1877f2}.social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-link i{font-size:1.5rem}.additional-links{margin-top:1rem}.additional-links p{margin-bottom:.5rem}.additional-links a{color:#4dbfff;font-weight:600;text-decoration:none}.additional-links a:hover{text-decoration:underline}.gallery-footer{border-top:2px solid #ffffff1a;justify-content:center;padding:2rem;display:flex}.close-btn{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.close-btn:hover{background:#fff3;transform:translateY(-2px)}.close-btn:focus{outline-offset:2px}.close-btn i{color:#fff;cursor:pointer;font-size:2rem}@media (max-width:768px){.gallery-info-menu,.gallery-info-container{width:95%}.content-grid{grid-template-columns:1fr;gap:2rem}.toggle-label{font-size:1.5rem}.toggle-icon{font-size:2rem}.gallery-header{padding:2rem 1rem}.welcome-text p{font-size:1rem}.gallery-main-content{padding:1rem}.contact-info .text-content{flex-direction:column;gap:1rem}}@media (max-width:480px){.gallery-info-menu,.gallery-info-container{width:98%}.toggle-label{font-size:1.2rem}.text-content p{font-size:1rem}.social-link{width:40px;height:40px}.social-link i{font-size:1.2rem}.contact-section h3,.social-section h3{font-size:1.1rem}}
.product_options_list{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:50px;width:80%;margin-top:25px;padding-left:50px;display:flex}.dropdown_menu_container{flex-direction:column;display:flex}.dropdown_menu_container>span{letter-spacing:1px;margin-bottom:2px;margin-left:5px;font-family:Abhaya Libre,serif;font-size:18px}.filter_dropdown{z-index:1;min-width:220px;font-family:Abhaya Libre,serif;position:relative}.filter_dropdown[aria-expanded=true]{z-index:2}.dropdown_select{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#2bbfff;border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;padding:0 10px;transition:all .3s;display:flex}.dropdown_select span{letter-spacing:1px;color:#fff;cursor:pointer;margin-left:0;font-size:22px}.dropdown_select:hover{background-color:#4acaff}.dropdown_select:focus{outline:none;box-shadow:0 0 0 2px #2bbfff80}.dropdown_menu{box-sizing:border-box;color:#fff;opacity:0;pointer-events:none;background:#2bbfff;border-top:none;border-radius:0 0 10px 10px;width:100%;max-height:0;padding:4px 8px;list-style:none;transition:max-height .3s,opacity .3s;position:absolute;left:0;overflow:hidden}.dropdown_menu li{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;margin:.3em 0;padding:12px 8px;font-size:20px;transition:background-color .2s;display:flex}.dropdown_menu li:hover{background-color:#4acaff}.dropdown_menu li span{cursor:pointer}.active_option{background-color:#4acaff}.dropdown_menu.open{opacity:1;pointer-events:auto;max-height:300px}.frame_icon_container{cursor:pointer;flex-shrink:0;gap:10px;margin-left:10px;display:flex}.frame_icon{cursor:pointer;background:0 0;border:2px solid #fff;flex-shrink:0;width:15px;height:15px}.option_label{cursor:pointer;flex-grow:1}.small_dropdown_arrow{cursor:pointer;background:0 0;flex-shrink:0;width:40px;height:40px;position:relative}.small_dropdown_arrow:before,.small_dropdown_arrow:after{content:"";cursor:pointer;background:#fff;border-radius:10px;width:15px;height:4px;transition:transform .3s;position:absolute;top:18px}.small_dropdown_arrow:before{right:15px;transform:rotate(45deg)}.small_dropdown_arrow:after{right:7.5px;transform:rotate(-45deg)}.small_dropdown_arrow.active:before{transform:rotate(-45deg)}.small_dropdown_arrow.active:after{transform:rotate(45deg)}.social-media-icons{flex-shrink:0;align-items:center;gap:12px;margin-top:20px;margin-right:15px;display:flex}.social-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 6px #00000026;cursor:pointer!important}.social-icon svg{pointer-events:none}.social-icon:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.social-icon:focus{outline:none;box-shadow:0 0 0 2px #ffffff80}.facebook-icon,.instagram-icon,.website-icon{background-color:#2bbfff}.facebook-icon:hover .instagram-icon:hover,.website-icon:hover{background-color:#4acaff}.right-side-controls{align-items:center;margin-left:auto;display:flex}.save-shop-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:40px;margin-top:20px;margin-right:50px;padding:0;display:flex}.save-shop-button img{cursor:pointer;max-width:100%;max-height:100%}.save-shop-button:hover{filter:brightness(125%)}@media (max-width:768px){.product_options_list{flex-direction:column;align-items:stretch;gap:20px;width:95%;padding-left:20px;padding-right:20px}.filter_dropdown{width:100%;min-width:auto}.right-side-controls{flex-direction:column;align-items:center;gap:15px;margin-left:0}.social-media-icons{justify-content:center;margin-top:0;margin-right:0}.save-shop-button{margin-top:0;margin-right:0}}@media (max-width:480px){.product_options_list{gap:15px;width:98%;padding-left:15px;padding-right:15px}.dropdown_menu_container>span{font-size:16px}.dropdown_select span{font-size:20px}.dropdown_menu li{font-size:18px}.social-icon{width:32px;height:32px}.social-media-icons{gap:10px}}
.store_identity{flex-direction:column;justify-content:center;align-items:center;width:90%;margin:0 auto;padding:20px 15px 0;display:flex;position:relative}.profile_img{background-color:#17acff;border-radius:10px;justify-content:center;align-items:center;width:120px;height:auto;margin-bottom:15px;padding:8px 0;display:flex;position:relative}.shop_artist_name{text-align:center;width:100%;margin:0 0 20px}.shop_artist_name span{letter-spacing:1px;word-wrap:break-word;font-family:Courgette,cursive;font-size:22px;font-weight:700;line-height:1.2}.shop_contact_displayed,.shop_address_displayed{text-align:center;width:100%;margin:10px 0;padding:0 10px;position:static}.shop_address_displayed span,.shop_contact_displayed span{letter-spacing:.5px;word-wrap:break-word;font-family:Abhaya Libre,serif;font-size:16px;line-height:1.4;display:block}.store_identity img[alt="Early Platform Member"]{width:60px;height:90px;position:absolute;bottom:5px;left:5px}@media (min-width:481px) and (max-width:768px){.store_identity{width:80%;padding:30px 20px 60px}.profile_img{width:135px;padding:10px 0}.shop_artist_name span{font-size:24px}.shop_address_displayed span,.shop_contact_displayed span{font-size:18px}.store_identity img[alt="Early Platform Member"]{width:80px;height:120px;bottom:10px;left:10px}}@media (min-width:769px){.store_identity{width:80%;padding-top:50px}.profile_img{width:135px;padding:10px 0}.shop_artist_name span{font-size:25px}.shop_address_displayed,.shop_contact_displayed{text-align:left;width:auto;margin:0 25px;position:absolute;bottom:0}.shop_contact_displayed{right:0}.shop_address_displayed{left:0}.shop_address_displayed span,.shop_contact_displayed span{letter-spacing:1px;font-size:20px}.store_identity img[alt="Early Platform Member"]{width:100px;height:150px;bottom:0;left:0}}@media (max-width:768px){.store_identity{width:95%;padding:15px 10px 0}}@media (max-width:320px){.store_identity{width:95%;padding:15px 10px 40px}.profile_img{width:100px;padding:6px 0}.shop_artist_name span{font-size:20px}.shop_address_displayed span,.shop_contact_displayed span{font-size:14px}.store_identity img[alt="Early Platform Member"]{width:50px;height:75px;bottom:2px;left:2px}}
.order-list-container{border-radius:8px;max-width:1600px;margin:2rem auto;padding:2rem;box-shadow:0 2px 10px #0000000d}.order-list-header{border-bottom:2px solid #4b4b4b;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.order-list-header h2{color:#333;margin:0;font-family:Abhaya Libre,serif;font-size:1.8rem}.filter-container{align-items:center;gap:1rem;display:flex}.filter-container label{color:#666;font-family:Abhaya Libre,serif}.status-filter{cursor:pointer;border:2px solid #4b4b4b;border-radius:6px;padding:.5rem 1rem;font-family:Abhaya Libre,serif;font-size:1rem}.orders-list{flex-direction:column;display:flex}.no-orders{text-align:center;color:#666;border-radius:8px;padding:3rem;font-size:1.1rem;font-style:italic}@media (max-width:768px){.order-list-header{flex-direction:column;align-items:flex-start;gap:1rem}.filter-container{width:100%}.status-filter{flex-grow:1}}.error-container{text-align:center;background-color:#fff;border:1px solid #ffcdd2;border-radius:8px;margin:2rem;padding:2rem;box-shadow:0 2px 10px #0000001a}.retry-button{color:#fff;cursor:pointer;background-color:#4b4b4b;border:none;border-radius:4px;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem}.retry-button:hover{filter:brightness(110%)}.loading-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store-order{border:4px solid #4b4b4b;border-radius:25px;width:85%;margin:1rem 0;position:relative;overflow:hidden}.canceled-order{opacity:.8}.order-status-color{width:10px;height:100%;position:absolute}.canceled-order-content{padding:1.5rem 1.5rem 1.5rem 2rem}.canceled-order-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.canceled-order-header h3{color:#f44336;margin:0}.canceled-date{color:#777;font-style:italic}.canceled-product{gap:1.5rem;display:flex}.canceled-image{object-fit:cover;border-radius:4px;width:100px;height:100px}.canceled-product-info{flex-direction:column;gap:.5rem;display:flex}@media (max-width:768px){.store-order{width:95%}.canceled-product{flex-direction:column;gap:1rem}.canceled-image{width:100%;height:auto}}.order-loading{text-align:center;border:4px solid #4b4b4b;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;margin:2rem 0;padding:2rem;display:flex}.loading-spinner{border:4px solid #0000001a;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}.store-order-container{justify-content:center;width:100%;display:flex}.store-order{ggap:1rem;border:4px solid #4b4b4b;border-radius:25px;flex-wrap:wrap;width:85%;min-height:250px;margin:1.5rem 0;display:flex;position:relative;overflow:hidden}.cancel-order-button{cursor:pointer;z-index:10;background-color:#0000001a;border:none;border-radius:4px;padding:2.5px;font-size:.85rem;font-weight:700;transition:all .2s;position:absolute;top:0;right:10px;box-shadow:0 2px 4px #0003}.cancel-order-button:hover{background-color:#d32f2f;transform:translateY(-1px);box-shadow:0 3px 6px #00000040}.order-detail-group{flex-direction:column;gap:.2rem;display:flex}.order-detail-group:last-child{margin-bottom:0}.order-section-content{flex-direction:column;justify-content:space-between;height:100%;display:flex}.order-section{border-right:1px solid #4b4b4b;flex-direction:column;flex:150px;justify-content:space-between;min-width:120px;padding:1rem;display:flex}.order-section:last-child{border-right:none}.order-section.image-section{flex:none;justify-content:center;align-items:center;min-width:auto;padding:1rem;display:flex}.order-section-label{text-align:center;color:#818181;-webkit-user-select:none;user-select:none;border-bottom:1px solid #ffffff4d;margin-bottom:.5rem;font-family:Abhaya Libre,serif;font-size:1.125rem}.order-detail-label{color:#818181;-webkit-user-select:none;user-select:none;font-family:Abhaya Libre,serif;font-size:.9rem}.order-detail{cursor:text;margin-bottom:.3rem;font-size:.9rem}.order-image{object-fit:cover;border-radius:8px;max-width:300px;height:150px;margin:.5rem;box-shadow:0 2px 8px #0000001a}.order-status-form{flex-direction:column;justify-content:space-between;gap:.5rem;height:100%;display:flex}.order-checkbox-input{align-items:center;gap:.5rem;display:flex}.order-checkbox-input input{cursor:pointer}.order-button{cursor:pointer;border:none;border-radius:4px;width:fit-content;margin-top:1rem;padding:.5rem 1rem;transition:background-color .3s}.order-button:hover{filter:brightness(110%)}.order-status-color{grid-column:1/-1;width:10px;min-height:100%;position:absolute}.status-updated-message{color:#2e7d32;border-radius:4px;margin-bottom:1rem;padding:.5rem;font-size:.9rem}.address-loading,.address-missing,.pickup-missing{color:#666;padding:1rem 0;font-style:italic}@media (max-width:768px){.store-order{flex-direction:column;width:95%;margin:1rem}.order-section{border-bottom:1px solid #4b4b4b;border-right:none;min-width:auto}.order-section.image-section{width:auto}.order-image{width:100%;max-width:280px;height:auto;max-height:250px;margin:.5rem}}
.edit-container{flex-direction:column;gap:10px;width:100%;display:flex}.edit-actions{justify-content:center;gap:10px;margin-top:8px;display:flex}.edit-actions button{cursor:pointer;background-color:#b7b7b7;border:1px solid #ddd;border-radius:4px;padding:5px 10px;font-size:12px}.edit-actions button:first-child{color:#fff;background-color:#17acff;border-color:#17acff}.edit-actions button:first-child:hover{background-color:#1496e0}.edit-actions button:last-child:hover{background-color:#e9e9e9}.edit-actions button:disabled{opacity:.6;cursor:not-allowed}.edit-container input{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;width:100%;padding:8px;font-size:14px}.edit-container input:focus{border-color:#17acff;outline:none}.image-upload-area{cursor:pointer;background-color:#f9f9f9;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.upload-placeholder{color:#666;text-align:center;padding:10px;font-size:12px}.store_identity>.editable-element{cursor:pointer}.editable-element{cursor:pointer!important}.editable-element *{cursor:pointer}.store_identity>.editable-element:hover:after{content:"Click to edit";color:#fff;white-space:nowrap;opacity:0;opacity:1;background-color:#000000b3;border-radius:4px;padding:3px 8px;font-size:12px;transition:opacity .2s;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.profile_img:hover{cursor:default}.color-picker-container{flex-direction:column;gap:5px;margin-top:10px;display:flex}.color-picker-container label{margin-bottom:5px;font-size:14px}.color-input-container{align-items:center;gap:10px;display:flex}.color-input-container input[type=color]{cursor:pointer;border:none;width:40px;height:30px;padding:0}.color-input-container input[type=text]{border:1px solid #ddd;border-radius:4px;width:calc(100% - 50px);padding:5px}.color-preview{vertical-align:middle;border:1px solid #ddd;border-radius:4px;width:20px;height:20px;margin-right:5px;display:inline-block}
.popup{-webkit-backdrop-filter:blur(4px);z-index:1000;box-sizing:border-box;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;inset:0}.Add_product_container{box-sizing:border-box;background-color:#29294f;border:1px solid #4b4b4b;border-radius:8px;flex-direction:column;width:100%;max-width:500px;height:auto;max-height:90vh;padding:24px;display:flex;position:relative;overflow-y:auto;box-shadow:0 10px 25px #0000004d}.Add_product_information_container{flex-direction:column;flex:1;display:flex}.Add_product_information_content_container{box-sizing:border-box;column-gap:16px;width:100%;display:flex}.Add_product_information_content.dropdown{flex:1}.Add_product_information_content{flex-direction:column;margin:0 0 16px;display:flex;position:relative}.Add_product_information_content span{letter-spacing:.3px;color:#fff;cursor:default;margin:0 0 6px;font-family:Abhaya Libre,serif;font-size:14px;font-weight:600}.Add_product_information_content input[type=text],.Add_product_information_content input[type=number]{color:#fff;cursor:text;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:1px solid #ffffff1a;border-radius:6px;width:100%;height:38px;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;transition:all .2s ease-in-out}.Add_product_information_content input[type=text]:focus,.Add_product_information_content input[type=number]:focus{background:linear-gradient(100deg,#444467,#574e7a);border-color:#ffffff4d;outline:none}.Add_product_information_content textarea{color:#fff;cursor:text;resize:vertical;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:1px solid #ffffff1a;border-radius:6px;width:100%;min-height:70px;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;transition:all .2s ease-in-out}.Add_product_information_content textarea:focus{background:linear-gradient(100deg,#444467,#574e7a);border-color:#ffffff4d;outline:none}.Add_product_information_content input[type=file]{display:none}.Add_product_information_content label{color:#fff;cursor:pointer;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:100%;height:38px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;transition:all .2s ease-in-out;display:flex}.Add_product_information_content label:hover{background:linear-gradient(100deg,#444467,#574e7a);border-color:#ffffff4d}.add_icon{cursor:pointer;background:0 0;width:16px;height:16px;position:relative}.add_icon:before,.add_icon:after{content:"";cursor:pointer;background:#fff;border-radius:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.add_icon:before{width:100%;height:2px}.add_icon:after{width:2px;height:100%}.select_menu{color:#d2d2d2;letter-spacing:.3px;cursor:pointer;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:1px solid #ffffff1a;border-radius:6px;width:100%;height:38px;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:all .2s ease-in-out}.select_menu:focus{background:linear-gradient(100deg,#444467,#574e7a);border-color:#ffffff4d;outline:none}.select_menu.add_product_menu{width:100%;min-width:unset;text-align:left;display:block}.color-controls{margin-top:8px}.darkness-slider{width:100%;margin:8px 0}.darkness-slider input[type=range]{cursor:pointer;background:#444;border-radius:2px;outline:none;width:100%;height:4px}.color-slider-labels{color:#ffffffb3;justify-content:space-between;margin-top:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;display:flex}.color-preview{z-index:10;border:1px solid #ffffff4d;border-radius:3px;width:20px;height:20px;position:absolute;top:26px;right:10px}.error-message{color:#ff6b9d;background-color:#dc267f1a;border:1px solid #dc267f4d;border-radius:6px;margin:8px 0;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px}.success-message{color:#4ade80;background-color:#22c55e1a;border:1px solid #22c55e4d;border-radius:6px;margin:8px 0;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px}.commission-display{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;margin:5px 0;padding:5px 10px}.commission-info{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.commission-label{color:#fffc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px}.commission-amount{color:#4ade80;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600}.commission-explanation{color:#fff9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px}.submit-button-container{border-top:1px solid #ffffff1a;justify-content:center;margin-top:16px;padding-top:16px;display:flex}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:6px;min-width:120px;height:38px;padding:10px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;transition:all .2s ease-in-out}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.submit-button:disabled{cursor:not-allowed;box-shadow:none;background:#6b7280;transform:none}.exit{cursor:pointer;z-index:1001;background:0 0;border:none;width:28px;height:28px;position:absolute;top:12px;right:12px}.exit:before,.exit:after{content:"";background:#fff9;border-radius:1px;width:16px;height:2px;position:absolute;top:50%;left:50%}.exit:before{transform:translate(-50%,-50%)rotate(45deg)}.exit:after{transform:translate(-50%,-50%)rotate(-45deg)}.exit:hover:before,.exit:hover:after{background:#ffffffe6}.image-preview{margin-top:8px}.image-preview img{border:1px solid #ffffff1a;border-radius:6px;max-width:100px;max-height:100px}.loading{color:#fffc;justify-content:center;align-items:center;height:150px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;display:flex}body.modal-open{overflow:hidden}@media (max-width:768px){.popup{-webkit-backdrop-filter:blur(8px)!important;z-index:1000!important;box-sizing:border-box!important;touch-action:none!important;background:#00000080!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;padding:20px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.Add_product_container{-webkit-overflow-scrolling:touch!important;background-color:#29294f!important;border:1px solid #4b4b4b!important;border-radius:20px!important;flex-direction:column!important;flex-shrink:0!important;width:100%!important;max-width:400px!important;height:auto!important;min-height:60vh!important;max-height:85vh!important;margin:0!important;padding:40px 20px 20px!important;display:flex!important;position:relative!important;overflow-y:auto!important;box-shadow:0 10px 30px #0000004d!important}.Add_product_information_content{flex-direction:column;margin:0 0 12px;display:flex;position:relative}.Add_product_information_content span{letter-spacing:1px;color:#fff;cursor:default;margin:3px 0;font-family:Abhaya Libre,serif;font-size:14px;font-weight:700}.Add_product_information_content_container{box-sizing:border-box;gap:4%;width:100%;margin-bottom:8px;display:flex;overflow:hidden}.Add_product_information_content.dropdown{width:48%}.Add_product_information_content input[type=text],.Add_product_information_content input[type=number]{color:#fff;cursor:pointer;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:none;border-radius:12px;width:-webkit-fill-available;height:28px;padding:6px 10px;font-family:Abhaya Libre,serif;font-size:14px;font-weight:300;transition:all .1s ease-in-out}.Add_product_information_content textarea{color:#fff;cursor:pointer;resize:none;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:none;border-radius:12px;width:-webkit-fill-available;height:50px;padding:6px 10px;font-family:Abhaya Libre,serif;font-size:14px;font-weight:300;transition:all .1s ease-in-out}.Add_product_information_content label{color:#fff;cursor:pointer;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:none;border-radius:12px;justify-content:center;align-items:center;width:-webkit-fill-available;height:28px;font-family:Abhaya Libre,serif;font-size:14px;font-weight:300;transition:all .1s ease-in-out;display:flex}.image-preview img{max-width:80px!important;max-height:60px!important;margin-top:5px!important}.select_menu.add_product_menu{width:-webkit-fill-available;min-width:unset;display:unset;text-align:start;cursor:pointer;box-sizing:border-box;border-radius:12px;height:28px;padding:6px 8px;font-size:14px}.select_menu{text-align:center;min-width:unset;color:#d2d2d2;letter-spacing:1px;cursor:pointer;box-sizing:border-box;background:#29294f;border:1px solid #4b4b4b;border-radius:12px;width:fit-content;height:28px;padding:4px 12px;font-family:Abhaya Libre,serif;font-size:14px;display:flex}.color-controls{margin-top:4px}.darkness-slider{width:100%;margin:4px 0}.color-slider-labels{color:#fff;justify-content:space-between;margin-top:2px;font-family:Abhaya Libre,serif;font-size:11px;display:flex}.color-preview{border:1px solid #ccc!important;border-radius:50%!important;width:18px!important;height:18px!important;position:absolute!important;top:20px!important;right:0!important}.error-message,.success-message{border-radius:8px;margin:6px 0;padding:6px 10px;font-family:Abhaya Libre,serif;font-size:12px}.submit-button-container{justify-content:center;margin-top:8px;padding-bottom:15px;display:flex}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(100deg,#3e3e8a,#5f5fa5);border:none;border-radius:15px;margin-bottom:10px;padding:8px 20px;font-family:Abhaya Libre,serif;font-size:16px;transition:all .2s ease-in-out}.exit{z-index:1001;width:20px;height:20px;position:absolute;top:12px;right:12px}}@media (max-width:480px){.Add_product_container{max-width:350px;padding:35px 15px 15px}.Add_product_information_content span{margin:2px 0;font-size:13px}.Add_product_information_content input[type=text],.Add_product_information_content input[type=number],.select_menu.add_product_menu{height:26px;padding:5px 8px;font-size:13px}.Add_product_information_content textarea{height:45px;padding:5px 8px;font-size:13px}.Add_product_information_content_container{gap:3%}.submit-button{padding:7px 18px;font-size:15px}}@media (max-width:768px) and (orientation:landscape){.Add_product_container{height:90vh;max-height:500px}.Add_product_information_content{margin:0 0 8px}.Add_product_information_content span{margin:2px 0;font-size:13px}.Add_product_information_content input[type=text],.Add_product_information_content input[type=number],.select_menu.add_product_menu{height:26px;padding:5px 8px;font-size:13px}.Add_product_information_content textarea{height:40px}}.upload-layout-wrapper{gap:5%}@media screen and (min-width:1001px){.upload-layout-wrapper.with-image{flex-direction:row;justify-content:center;align-items:flex-start;gap:50px;max-width:1400px;margin:0 auto;display:flex}.Add_product_container{flex-shrink:0;width:100%;max-width:500px}.image-display-container{flex-shrink:0;width:500px}}@media screen and (max-width:1000px) and (min-width:769px){.upload-layout-wrapper.with-image{flex-direction:column;align-items:center;gap:25px;width:100%;display:flex}.Add_product_container{order:2;width:100%;max-width:600px}.image-display-container{width:100%;max-width:600px;min-width:unset;order:1;max-height:500px;height:auto!important}.image-preview-section{min-height:200px;max-height:350px}.colors-preview-section{max-height:150px}}@media screen and (max-width:768px){.popup{align-items:flex-start;display:flex;overflow-y:auto;padding:20px 10px 10px!important}.upload-layout-wrapper{width:100%;flex-direction:column!important;align-items:center!important;display:flex!important}.upload-layout-wrapper.with-image{padding:0;gap:15px!important}.Add_product_container{order:2;margin-bottom:20px;width:100%!important;max-width:400px!important}.image-display-container{margin-bottom:10px;width:100%!important;max-width:400px!important;min-width:unset!important;background:#29294f99!important;border:1px solid #ffffff1a!important;border-radius:12px!important;order:1!important;height:auto!important;max-height:300px!important;padding:12px!important}.image-preview-section{flex:unset!important;height:200px!important;min-height:120px!important;max-height:200px!important}.image-preview-section img{object-fit:contain!important;width:auto!important;height:auto!important;max-height:100%!important}.colors-preview-section{flex:unset!important;height:auto!important;min-height:60px!important;max-height:100px!important}.color-circles{justify-content:center!important;gap:10px!important}.color-circle{width:40px!important;height:40px!important}.color-rank{width:18px!important;height:18px!important;font-size:10px!important}.colors-label{margin-bottom:8px!important;font-size:12px!important}.colors-note{margin-top:5px!important;font-size:10px!important}.color-picker-point{display:none!important}.color-extraction-loading{padding:8px!important;font-size:12px!important}}@media screen and (max-width:480px){.popup{padding:5px!important}.Add_product_container{max-width:350px!important;padding:35px 15px 15px!important}.image-display-container{max-width:350px!important;max-height:250px!important;padding:10px!important}.image-preview-section{height:150px!important;min-height:100px!important;max-height:150px!important}.colors-preview-section{min-height:50px!important;max-height:80px!important}.color-circles{gap:8px!important}.color-circle{width:35px!important;height:35px!important}}@media screen and (max-width:768px) and (orientation:landscape){.popup{padding-top:10px!important}.upload-layout-wrapper.with-image{flex-direction:row!important;justify-content:center!important;align-items:flex-start!important;gap:20px!important}.Add_product_container{order:2!important;width:45%!important;max-width:45%!important;max-height:85vh!important}.image-display-container{order:1!important;width:45%!important;max-width:45%!important;max-height:85vh!important;margin-bottom:0!important}.image-preview-section{max-height:60vh!important}.colors-preview-section{max-height:20vh!important}}@media screen and (max-width:768px){.image-display-container.height-matched{height:auto!important}}@media (pointer:coarse){.color-circle{min-width:44px;min-height:44px}.color-circle:hover{transform:none!important}}@media screen and (max-width:768px){.popup{-webkit-overflow-scrolling:touch;overflow:hidden auto;touch-action:pan-y!important;align-items:flex-start!important;overflow-y:auto!important}.upload-layout-wrapper{max-width:100vw;margin-top:25px;margin-bottom:85px;overflow-x:hidden}.Add_product_container{align-self:auto!important}}.Add_product_container{background:#29294fcc!important}
.upload-layout-wrapper{justify-content:center;align-items:flex-start;width:100%;height:auto;display:flex}.upload-layout-wrapper.with-image{gap:50px}.upload-layout-wrapper.without-image{gap:0}.Add_product_container{flex-shrink:0;align-self:flex-start}.image-display-container{box-sizing:border-box;flex-direction:column;min-width:500px;max-height:100vh;display:flex;overflow:visible}.image-preview-section{flex:.95;justify-content:center;align-items:center;min-height:200px;display:flex}.image-preview-section img{object-fit:contain;width:-webkit-fill-available;max-width:100%;max-height:100%}.colors-preview-section{flex:.05;min-height:80px;max-height:200px}.extracted-colors-container{margin-top:15px}.colors-label{color:#ffffffe6;letter-spacing:.5px;margin-bottom:10px;font-family:Abhaya Libre,serif;font-size:13px;font-weight:600;display:block}.color-circles{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:8px;display:flex}.color-circle{border:3px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .2s;display:flex;position:relative;box-shadow:0 2px 8px #0000004d}.color-circle:hover{transform:scale(1.1)}.color-rank{color:#fff;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700;display:flex}.colors-note{text-align:center;color:#fff9;margin-top:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-style:italic}.color-extraction-loading{color:#60a5fa;text-align:center;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:6px;margin-top:10px;padding:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.height-matched{height:var(--form-height)}@media (max-width:768px){.color-circles{gap:12px}.color-circle{width:45px;height:45px}.color-rank{width:20px;height:20px;font-size:11px}.colors-label{font-size:12px}.colors-note{font-size:10px}}@media screen and (max-width:1200px){.upload-layout-wrapper.with-image{gap:30px}.image-display-container{width:400px;padding:20px}}@media screen and (max-width:1000px){.upload-layout-wrapper.with-image{flex-direction:column;align-items:center;gap:20px}.image-display-container{width:100%;max-width:500px;height:auto;max-height:none}.image-preview-section{max-height:50vh}}@media screen and (max-width:768px){.image-display-container{padding:16px}.image-preview-section{max-height:40vh;margin-bottom:12px}}@media screen and (max-width:480px){.upload-layout-wrapper.with-image{gap:16px}.image-display-container{padding:12px}.image-preview-section{max-height:35vh;margin-bottom:8px}}.image-container-with-points{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.color-picker-point{-webkit-user-select:none;user-select:none;transition:transform .2s,box-shadow .2s;cursor:grab!important}.color-picker-point:hover{transform:translate(-50%,-50%)scale(1.1)!important;box-shadow:0 4px 12px #0009!important}.color-picker-point:active{cursor:grabbing!important;transform:translate(-50%,-50%)scale(1.2)!important}.color-picker-point>div{opacity:0;transition:opacity .2s}.color-picker-point:hover>div{opacity:1}.color-picker-instructions{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:6px;margin-bottom:10px;padding:8px 12px}.image-preview-section{position:relative;overflow:visible}.upload-layout-wrapper.dragging{-webkit-user-select:none;user-select:none}.color-extraction-loading{animation:1.5s ease-in-out infinite colorPulse}@keyframes colorPulse{0%,to{background:#3b82f61a;border-color:#3b82f64d}50%{background:#3b82f633;border-color:#3b82f680}}.extracted-colors-container .color-circle{position:relative;overflow:visible}.extracted-colors-container .color-circle:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(45deg,#ffffff4d,#ffffff1a);border:2px solid #0000;border-radius:50%;transition:opacity .2s;position:absolute;inset:-2px}.extracted-colors-container .color-circle:hover:after{opacity:1}@media (max-width:768px){.color-picker-point{border-width:2px!important;width:24px!important;height:24px!important}.color-picker-point>div{padding:1px 4px;font-size:9px;top:-10px}.color-picker-instructions span{font-size:11px!important}}@media (pointer:coarse){.color-picker-point{width:28px!important;height:28px!important}.color-picker-point:hover{transform:translate(-50%,-50%)scale(1.15)!important}}@media (prefers-contrast:high){.color-picker-point{border-width:4px!important;border-color:#000!important}.color-picker-point>div{border:1px solid #fff;color:#fff!important;background:#000!important}}
.collection-product-selector{z-index:9999;box-sizing:border-box;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.selector-content{background:#fff;border-radius:10px;width:100%;max-width:800px;max-height:90vh;padding:20px;position:relative;overflow-y:auto;box-shadow:0 4px 20px #0003}.selector-content h2{text-align:center;color:#333;margin:0 0 20px;font-size:24px}.exit{color:#fff;cursor:pointer;z-index:10000;background:#f44;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:700;display:flex;position:absolute;top:15px;right:15px}.exit:hover{background:#c00}.product-selection-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px;margin-bottom:20px;padding:10px 0;display:grid}.product-selection-item{cursor:pointer;background:#f9f9f9;border:2px solid #0000;border-radius:8px;flex-direction:column;align-items:center;padding:10px;transition:all .3s;display:flex}.product-selection-item:hover{background:#f0f8ff;border-color:#17acff}.product-selection-item.selected{background:#e6f3ff;border-color:#17acff}.product-selection-image{border-radius:8px;width:100px;height:100px;margin-bottom:8px;position:relative;overflow:hidden}.selected-checkmark{color:#fff;background:#17acff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex;position:absolute;top:5px;right:5px}.product-selection-name{text-align:center;color:#333;font-size:12px;line-height:1.2}.no-products-message{text-align:center;color:#666;grid-column:1/-1;padding:40px 20px;font-style:italic}.selector-actions{border-top:1px solid #eee;justify-content:space-between;gap:15px;padding-top:15px;display:flex}.cancel-button,.save-button{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px 20px;font-size:14px;font-weight:500;transition:all .3s}.cancel-button{color:#333;background:#f5f5f5}.cancel-button:hover{background:#e9e9e9}.save-button{color:#fff;background:#17acff}.save-button:hover{background:#1496e0}.save-button:disabled{cursor:not-allowed;background:#ccc}@media (max-width:768px){.collection-product-selector{padding:10px}.selector-content{border-radius:8px;max-height:95vh;padding:15px}.selector-content h2{margin:0 0 15px;padding-right:40px;font-size:20px}.exit{width:28px;height:28px;font-size:16px;top:10px;right:10px}.product-selection-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-bottom:15px;padding:5px 0}.product-selection-item{padding:8px}.product-selection-image{width:80px;height:80px;margin-bottom:6px}.selected-checkmark{width:18px;height:18px;font-size:11px;top:3px;right:3px}.product-selection-name{font-size:11px}.no-products-message{padding:30px 15px;font-size:14px}.selector-actions{flex-direction:column-reverse;gap:10px;padding-top:12px}.cancel-button,.save-button{border-radius:8px;padding:14px 20px;font-size:16px}}@media (max-width:480px){.collection-product-selector{padding:5px}.selector-content{border-radius:6px;max-height:98vh;padding:12px}.selector-content h2{margin:0 0 12px;font-size:18px}.exit{width:26px;height:26px;font-size:14px;top:8px;right:8px}.product-selection-grid{grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:10px;margin-bottom:12px}.product-selection-item{padding:6px}.product-selection-image{width:70px;height:70px;margin-bottom:5px}.selected-checkmark{width:16px;height:16px;font-size:10px;top:2px;right:2px}.product-selection-name{font-size:10px;line-height:1.1}.no-products-message{padding:25px 10px;font-size:13px}.selector-actions{gap:8px;padding-top:10px}.cancel-button,.save-button{padding:12px 16px;font-size:15px}}body.modal-open{overflow:hidden}@media (max-width:768px){.product-selection-item,.cancel-button,.save-button,.exit{-webkit-tap-highlight-color:transparent;touch-action:manipulation}}
.large_popup{-webkit-backdrop-filter:blur(4px);z-index:9999;box-sizing:border-box;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;inset:0}.edit_product_container{box-sizing:border-box;background-color:#29294f;border:1px solid #4b4b4b;border-radius:8px;flex-direction:column;width:100%;max-width:500px;height:auto;max-height:90vh;padding:24px;display:flex;position:relative;overflow-y:auto;box-shadow:0 10px 25px #0000004d}.edit_product_information_container{flex-direction:column;flex:1;display:flex}.edit_product_information_content_container{box-sizing:border-box;flex-wrap:wrap;align-items:flex-end;column-gap:16px;width:100%;display:flex}.edit_product_information_content{flex-direction:column;flex:1;min-width:120px;margin:0 0 16px;display:flex;position:relative}.edit_product_information_content span,.edit_product_information_content_container span{letter-spacing:.3px;color:#fff;cursor:default;margin:0 0 6px;font-family:Abhaya Libre,serif;font-size:14px;font-weight:600}.edit_product_information_content input[type=text],.edit_product_information_content input[type=number]{color:#fff;cursor:text;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:1px solid #ffffff1a;border-radius:6px;width:100%;height:38px;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;transition:all .2s ease-in-out}.edit_product_information_content input[type=text]:focus,.edit_product_information_content input[type=number]:focus{background:linear-gradient(100deg,#444467,#574e7a);border-color:#ffffff4d;outline:none}.edit_product_information_content textarea{color:#fff;cursor:text;resize:vertical;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:1px solid #ffffff1a;border-radius:6px;width:100%;min-height:70px;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;transition:all .2s ease-in-out}.edit_product_information_content textarea:focus{background:linear-gradient(100deg,#444467,#574e7a);border-color:#ffffff4d;outline:none}.edit_product_image_container{background:linear-gradient(100deg,#39395b,#463e67);border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;height:150px;transition:all .2s ease-in-out;display:flex;position:relative}.edit_product_image_container:hover{background:linear-gradient(100deg,#444467,#574e7a);border-color:#ffffff4d}.edit_product_image_container img{object-fit:contain;border-radius:4px;max-width:100%;max-height:100%}.edit_product_information_content input[type=file]{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;position:absolute}.select_menu{color:#d2d2d2;letter-spacing:.3px;cursor:pointer;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:1px solid #ffffff1a;border-radius:6px;width:100%;height:38px;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:all .2s ease-in-out}.select_menu:focus{background:linear-gradient(100deg,#444467,#574e7a);border-color:#ffffff4d;outline:none}.select_menu.edit_product_menu,.select_menu.add_product_menu{width:100%;min-width:unset;text-align:left;display:block}.error-message{color:#ff6b9d;background-color:#dc267f1a;border:1px solid #dc267f4d;border-radius:6px;margin:8px 0;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px}.submit-button-container{border-top:1px solid #ffffff1a;justify-content:center;margin-top:16px;padding-top:16px;display:flex}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:6px;min-width:120px;height:38px;padding:10px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;transition:all .2s ease-in-out}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.submit-button:disabled{cursor:not-allowed;box-shadow:none;background:#6b7280;transform:none}.exit{cursor:pointer;z-index:1001;background:0 0;border:none;width:28px;height:28px;position:absolute;top:12px;right:12px}.exit:before,.exit:after{content:"";background:#fff9;border-radius:1px;width:16px;height:2px;position:absolute;top:50%;left:50%}.exit:before{transform:translate(-50%,-50%)rotate(45deg)}.exit:after{transform:translate(-50%,-50%)rotate(-45deg)}.exit:hover:before,.exit:hover:after{background:#ffffffe6}body.modal-open{overflow:hidden}@media (max-width:768px){.large_popup{-webkit-backdrop-filter:blur(8px)!important;z-index:9999!important;box-sizing:border-box!important;touch-action:none!important;background:#00000080!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;padding:20px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.edit_product_container{-webkit-overflow-scrolling:touch!important;background-color:#29294f!important;border:1px solid #4b4b4b!important;border-radius:20px!important;flex-direction:column!important;flex-shrink:0!important;width:100%!important;max-width:400px!important;height:auto!important;min-height:60vh!important;max-height:85vh!important;margin:0!important;padding:40px 20px 20px!important;display:flex!important;position:relative!important;overflow-y:auto!important;box-shadow:0 10px 30px #0000004d!important}.edit_product_information_content_container{box-sizing:border-box;flex-wrap:nowrap;align-items:flex-end;gap:4%;width:100%;margin-bottom:8px;display:flex;overflow:hidden}.edit_product_information_content{min-width:unset;flex-direction:column;flex:1;margin:0 0 12px;display:flex;position:relative}.edit_product_information_content span,.edit_product_information_content_container span{letter-spacing:1px;color:#fff;cursor:default;margin:3px 0;font-family:Abhaya Libre,serif;font-size:14px;font-weight:700}.edit_product_information_content input[type=text],.edit_product_information_content input[type=number]{color:#fff;cursor:pointer;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:none;border-radius:12px;width:100%;height:28px;padding:6px 10px;font-family:Abhaya Libre,serif;font-size:14px;font-weight:300;transition:all .1s ease-in-out}.edit_product_information_content textarea{color:#fff;cursor:pointer;resize:none;box-sizing:border-box;background:linear-gradient(100deg,#39395b,#463e67);border:none;border-radius:12px;width:100%;height:50px;min-height:50px;padding:6px 10px;font-family:Abhaya Libre,serif;font-size:14px;font-weight:300;transition:all .1s ease-in-out}.edit_product_image_container{background:linear-gradient(100deg,#39395b,#463e67);border:none;border-radius:12px;justify-content:center;align-items:center;height:120px;transition:all .1s ease-in-out;display:flex;position:relative}.edit_product_image_container:hover{background:linear-gradient(100deg,#444467,#574e7a);border:none}.edit_product_image_container img{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%}.select_menu{width:100%;min-width:unset;text-align:start;color:#d2d2d2;letter-spacing:1px;cursor:pointer;box-sizing:border-box;background:#29294f;border:1px solid #4b4b4b;border-radius:12px;height:28px;padding:6px 8px;font-family:Abhaya Libre,serif;font-size:14px;transition:none;display:block}.select_menu.edit_product_menu,.select_menu.add_product_menu{width:100%;min-width:unset;text-align:start;padding:6px 8px;display:block}.error-message{color:#ff8080;background-color:#f003;border:1px solid #f66;border-radius:8px;margin:6px 0;padding:6px 10px;font-family:Abhaya Libre,serif;font-size:12px}.submit-button-container{border-top:none;justify-content:center;margin-top:8px;padding-top:0;padding-bottom:15px;display:flex}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(100deg,#3e3e8a,#5f5fa5);border:none;border-radius:15px;min-width:auto;height:auto;margin-bottom:10px;padding:8px 20px;font-family:Abhaya Libre,serif;font-size:16px;font-weight:400;transition:all .2s ease-in-out}.submit-button:hover:not(:disabled){filter:brightness(120%);box-shadow:none;transform:none}.exit{z-index:1001;cursor:pointer;background:0 0;border:none;width:20px;height:20px;position:absolute;top:12px;right:12px}.exit:before,.exit:after{content:"";background:#fffc;border-radius:1px;width:14px;height:2px;position:absolute;top:50%;left:50%}.exit:before{transform:translate(-50%,-50%)rotate(45deg)}.exit:after{transform:translate(-50%,-50%)rotate(-45deg)}}@media (max-width:480px){.edit_product_container{max-width:350px;padding:35px 15px 15px}.edit_product_information_content span,.edit_product_information_content_container span{margin:2px 0;font-size:13px}.edit_product_information_content input[type=text],.edit_product_information_content input[type=number],.select_menu.edit_product_menu,.select_menu.add_product_menu{height:26px;padding:5px 8px;font-size:13px}.edit_product_information_content textarea{height:45px;padding:5px 8px;font-size:13px}.edit_product_information_content_container{gap:3%}.submit-button{padding:7px 18px;font-size:15px}.edit_product_image_container{height:100px}}@media (max-width:768px) and (orientation:landscape){.edit_product_container{height:90vh;max-height:500px}.edit_product_information_content{margin:0 0 8px}.edit_product_information_content span,.edit_product_information_content_container span{margin:2px 0;font-size:13px}.edit_product_information_content input[type=text],.edit_product_information_content input[type=number],.select_menu.edit_product_menu,.select_menu.add_product_menu{height:26px;padding:5px 8px;font-size:13px}.edit_product_information_content textarea{height:40px}.edit_product_image_container{height:80px}}@media (max-width:768px){.color-picker-grid{gap:20px!important;display:block!important}.color-picker-image-section{margin-bottom:20px}.color-picker-controls-section{margin-top:0!important}.color-picker-modal{width:90%!important;max-width:400px!important}.color-picker-header h3{font-size:16px!important}.color-comparison{gap:15px!important}.color-comparison-item{flex:1}.color-comparison-box{width:50px!important;height:50px!important}.color-input-section{margin-bottom:15px!important}.color-input{height:45px!important}.hex-input{padding:8px!important;font-size:14px!important}.eyedropper-hint{margin-bottom:12px!important;font-size:10px!important}.browser-support-note{padding:10px!important;font-size:11px!important}.color-picker-actions{flex-direction:column!important;gap:10px!important}.color-picker-button{width:100%!important;padding:10px 20px!important;font-size:14px!important}.product-image-overlay{max-width:150px!important;padding:6px 10px!important;font-size:11px!important}}@media (max-width:480px){.color-picker-modal{width:95%!important;max-width:350px!important}.color-picker-content,.color-picker-header{padding:15px!important}.color-picker-header h3{font-size:15px!important}.color-comparison{gap:12px!important;margin-bottom:20px!important}.color-comparison-box{width:45px!important;height:45px!important}.color-comparison-hex{font-size:11px!important}.product-image-container,.product-image{max-height:250px!important}}@media (max-width:768px) and (orientation:landscape){.color-picker-modal{max-height:85vh!important}.color-picker-content,.color-picker-header{padding:12px!important}.product-image-container,.product-image{max-height:200px!important}.color-comparison{margin-bottom:15px!important}.color-input-section{margin-bottom:12px!important}.browser-support-note{padding:8px!important;font-size:10px!important}}
.shop_management_container{flex-wrap:wrap;gap:50px;margin:25px 50px;display:flex}.shop_management_label img{cursor:pointer;width:30px;height:40px;margin-bottom:5px;display:block}.shop_management_label span{text-align:center;width:100%;display:block}.shop_management_feature[type=radio]{opacity:0;width:0;height:0;position:absolute}.shop_management_label{letter-spacing:1px;text-align:center;color:#fff;cursor:pointer;background-color:#626262;border-radius:5px;flex-direction:column;align-items:center;width:auto;min-width:150px;height:auto;padding:15px 10px 10px;font-family:Abhaya Libre,serif;font-size:18px;transition:all 1s linear;display:flex;position:relative}.shop_management_feature:checked+.shop_management_label,a .shop_management_label:hover{background:linear-gradient(90deg,#41b0ff 19%,#0ba6ff 100%)}@media (max-width:768px){.shop_management_container{justify-content:center;gap:20px;margin:20px}.shop_management_label{min-width:140px}}@media (max-width:480px){.shop_management_container{justify-content:center;gap:15px;margin:15px 10px}.shop_management_label{min-width:130px}}@media (max-width:320px){.shop_management_container{flex-direction:column;align-items:center;gap:10px;margin:10px 5px}.shop_management_label{width:90%;min-width:200px}}
.product{width:fit-content;height:240px}.product_size span,.product_price span{font-size:18px}.product_img{position:relative}.product_discount_tag{color:#fff;z-index:2;background-color:#51ff0080;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:700;position:absolute;bottom:0;right:0}.price_container{align-items:center;gap:10px;display:flex}.original_price{color:#888;font-size:.9em;text-decoration:line-through}.discounted_price{color:#e94e4e;font-weight:700}
.sold-separator-container{justify-content:center;align-items:center;width:100%;margin:25px 0;display:flex}.sold-separator{justify-content:center;align-items:center;width:80%;display:flex}.sold-separator-line{background:#fff;border-radius:50px;justify-content:center;align-items:center;width:100%;height:5px;display:flex}.sold-separator-text{letter-spacing:1px;white-space:nowrap;padding:0 20px;font-family:Abhaya Libre,serif}.sold-separator-text span{color:#fff;font-size:35px}@media (max-width:768px){.sold-separator-container{height:80px;margin:15px 0}.sold-separator{width:80%}.sold-separator-line{width:100%;height:4px}.sold-separator-text{letter-spacing:.5px;padding:0 15px}.sold-separator-text span{font-size:14px}}@media (max-width:480px){.sold-separator-container{height:60px;margin:10px 0}.sold-separator{width:80%}.sold-separator-line{width:100%;height:3px}.sold-separator-text{letter-spacing:.3px;padding:0 10px}.sold-separator-text span{font-size:12px}}
.sold-product{width:fit-content;position:relative}.sold-overlay{z-index:2;background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.sold-overlay-text{text-align:center;padding:20px;font-family:Abhaya Libre,serif;line-height:1.4}.sold-overlay-text span{font-size:16px!important}.sold-product-info{flex-direction:column;align-items:center;padding:5px 0 0;display:flex;position:relative}.sold-labels{flex-direction:column;align-items:center;gap:5px;display:flex}.original-label{font-family:Abhaya Libre,serif;font-size:14px}.sold-label{text-transform:uppercase;margin-top:-10px;font-family:Abhaya Libre,serif;font-size:26px;font-weight:700}.poster-available-active{color:#333;cursor:pointer;z-index:3;background:#ffffffe6;border:none;border-radius:5px;align-items:center;gap:5px;font-size:12px;display:flex;position:absolute}.poster-not-available{z-index:3;background:#ffffffb3;border-radius:5px;justify-content:center;align-items:center;display:flex;position:absolute;right:10px}.sold-product .poster_available_active{opacity:1}.sold-product .poster_available{opacity:0}.sold-product:hover .poster_available{opacity:1}@media (max-width:768px){.sold-product{box-sizing:border-box;max-width:90%;justify-content:center!important;width:100%!important;display:flex!important}.sold-overlay-text{padding:15px;font-size:14px}.original-label{font-size:14px}.sold-label{font-size:26px}.poster-available-active{padding:4px 8px;font-size:10px}.poster-tooltip{font-size:10px;bottom:-25px}}@media (max-width:480px){.sold-product{width:100%!important;max-width:100%!important}.sold-overlay-text{padding:12px;font-size:12px}.original-label{font-size:12px}.sold-label{font-size:22px}.poster-available-active{padding:3px 6px;font-size:9px}.poster-tooltip{font-size:9px;bottom:-22px}}
.gallery-editor{justify-content:center;width:100%;display:flex}.editor-container{border-radius:20px;flex-direction:column;gap:2rem;max-width:80%;display:flex}.save-section{justify-content:flex-end;display:flex}.btn-save{color:#fff;cursor:pointer;cursor:pointer;background:linear-gradient(135deg,#4dbfff,#09c);border:none;border-radius:12px;padding:1rem 2rem;font-family:Abhaya Libre,serif;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #4dbfff4d}.btn-save span{cursor:pointer}.btn-save:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4dbfff66}.btn-save:active{transform:translateY(0)}.settings-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;font-family:Abhaya Libre,serif}.section-title{color:#4dbfff;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.dual-section-header{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem;display:grid}.gallery-editor textarea{box-sizing:border-box;color:#fff;resize:vertical;background:linear-gradient(135deg,#2b2445,#151525);border:2px solid #fff3;border-radius:12px;width:100%;height:200px;padding:1rem;font-family:Abhaya Libre,serif;font-size:1rem;line-height:1.6;transition:border-color .3s}.gallery-editor textarea:focus{border-color:#4dbfff;outline:none;box-shadow:0 0 0 3px #4dbfff33}.gallery-editor textarea::placeholder{color:#fff9}.content-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.content-column{flex-direction:column;gap:2rem;display:flex}.content-item{width:100%}.image-upload-container{background:#ffffff1a;border-radius:12px;width:100%;transition:transform .3s;position:relative;overflow:hidden}.image-upload-container:hover{transform:translateY(-2px)}.image-preview{object-fit:cover;cursor:pointer;width:100%;min-height:200px;display:block}.file-input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.upload-overlay{color:#fff;opacity:0;pointer-events:none;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.image-upload-container:hover .upload-overlay{opacity:1}.contact-links-container{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact-fields,.social-fields{flex-direction:column;justify-content:space-between;gap:1.5rem;width:100%;height:100%;display:flex}.field-group{flex-direction:column;gap:.5rem;display:flex}.field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.field-group label{color:#4dbfff;letter-spacing:.5px;font-size:1rem;font-weight:600}.gallery-editor .field-group input,.gallery-editor .field-group textarea{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#2b2445,#151525);border:2px solid #fff3;border-radius:8px;width:100%;padding:.75rem;font-family:Abhaya Libre,serif;font-size:1rem;transition:border-color .3s}.gallery-editor .field-group input{height:45px}.gallery-editor .field-group textarea{resize:vertical;min-height:80px}.gallery-editor .field-group input:focus,.gallery-editor .field-group textarea:focus{border-color:#4dbfff;outline:none;box-shadow:0 0 0 3px #4dbfff33}.gallery-editor .field-group input::placeholder,.gallery-editor .field-group textarea::placeholder{color:#fff9}@media (max-width:768px){.editor-container{padding:1rem}.content-grid{grid-template-columns:1fr;gap:2rem}.contact-links-container,.field-row{grid-template-columns:1fr}.dual-section-header{grid-template-columns:1fr;gap:1rem}}@media (max-width:480px){.gallery-editor{padding:1rem .5rem}.settings-section{padding:1.5rem}.section-title{font-size:1.5rem}}
.store_inventory{flex-direction:column;justify-content:center;align-items:center;width:80%;display:flex;position:relative}.store_products{box-sizing:border-box;border:1px solid #4b4b4b;border-radius:25px;flex-wrap:wrap;gap:20px 35px;width:100%;margin:25px 0;padding:25px 0 25px 50px;display:flex;position:relative}.store_products span,.add_collection span{letter-spacing:1px;font-family:Abhaya Libre,serif;font-size:35px}.add_product{height:fit-content}.add_product img:hover{filter:brightness(150%);cursor:pointer}.add_collection{box-sizing:border-box;flex-direction:column;width:80%;min-height:200px;padding:30px 0;display:flex}.create_new_collection_button{justify-content:center;align-items:center;width:25%;height:50px;margin:25px 0;display:flex}.create_new_collection_button:hover{filter:brightness(125%)}.add_icon{cursor:pointer;background:0 0;width:25px;height:25px;position:relative}.add_icon:before,.add_icon:after{content:"";cursor:pointer;background:#fff;border-radius:15px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.add_icon:before{width:100%;height:20%}.add_icon:after{width:20%;height:100%}.products-container{flex-flow:wrap;gap:25px 35px;width:100%;display:flex}.store_product_list{width:100%}.store_product_list p{color:#4a4a4a;text-align:center;margin:20px 0;font-family:Abhaya Libre,serif}.product,.add_product{width:fit-content}.collection-product-wrapper{display:inline-block;position:relative}.remove-button-container{z-index:10;position:absolute;top:10px;right:10px}.remove-from-collection{color:#fff;cursor:pointer;opacity:0;background-color:#4b4b4bcc;border:none;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:18px;transition:opacity .2s,background-color .2s;display:flex}.collection-product-wrapper:hover .remove-from-collection{opacity:1}.remove-from-collection:hover{background-color:#ff3333e6}.empty-collection-message{color:#888;margin-left:20px}.collection-header{justify-content:space-between;align-items:center;width:100%;display:flex}.collection-name-container{align-items:center;gap:10px;width:100%;display:flex}.collection-name-input{letter-spacing:1px;width:100%;color:inherit;cursor:pointer;background:0 0;border:none;border-bottom:1px solid;outline:none;padding:2px 5px;font-family:Abhaya Libre,serif;font-size:35px;transition:filter .2s}.collection-name-input:hover{filter:brightness(125%)}.collection-name-input:focus{cursor:text}.save-collection-name{color:#fff;cursor:pointer;border:none;border-radius:4px;padding:5px 10px;font-size:16px;transition:background-color .2s}.save-collection-name:hover{background-color:#007bff}.collection-header span{letter-spacing:1px;font-family:Abhaya Libre,serif;font-size:35px}@media (max-width:768px){.store_inventory{width:95%;height:auto;min-height:auto}.store_products{box-sizing:border-box;border-radius:15px;gap:15px 20px;margin:15px 0;padding:15px 10px 15px 20px;overflow:hidden}.store_product_list{box-sizing:border-box;width:100%;overflow:hidden}.store_products span,.add_collection span{letter-spacing:.5px;font-size:24px}.add_collection{width:95%;min-height:150px;padding:20px 15px}.create_new_collection_button{width:50%;min-width:120px;height:45px;margin:20px auto}.add_icon{width:20px;height:20px}.products-container{box-sizing:border-box;justify-content:center;gap:15px 25px;width:100%;overflow:hidden}.product{box-sizing:border-box;max-width:90%;justify-content:center!important;width:100%!important;display:flex!important}.product-item{box-sizing:border-box;justify-content:center!important;width:100%!important;max-width:90%!important;display:flex!important}.product_img{max-width:100%;overflow:hidden}.product_img img{object-fit:contain;max-width:100%;height:auto}.product-link-wrapper{justify-content:center!important;width:100%!important;display:flex!important}.store_product_list p{margin:15px 0;font-size:16px}.remove-from-collection{width:22px;height:22px;font-size:16px}.remove-button-container{top:8px;right:8px}.collection-name-input,.collection-header span{letter-spacing:.5px;font-size:24px}.save-collection-name{padding:4px 8px;font-size:14px}.empty-collection-message{margin-left:15px;font-size:14px}}@media (max-width:480px){.store_inventory{width:98%}.store_products{border-radius:12px;gap:12px 15px;margin:10px 0;padding:12px 8px 12px 15px}.store_products span,.add_collection span{letter-spacing:.3px;font-size:20px}.add_collection{width:98%;min-height:120px;padding:15px 10px}.create_new_collection_button{width:60%;min-width:100px;height:40px;margin:15px auto}.add_icon{width:18px;height:18px}.products-container{gap:12px 15px}.product,.product-item{box-sizing:border-box;justify-content:center!important;width:100%!important;max-width:100%!important;display:flex!important}.product_img{max-width:100%;overflow:hidden}.product_img img{object-fit:contain;max-width:100%;height:auto}.product-link-wrapper{justify-content:center!important;width:100%!important;display:flex!important}.store_product_list p{margin:12px 0;font-size:14px}.remove-from-collection{width:20px;height:20px;font-size:14px}.remove-button-container{top:6px;right:6px}.collection-name-input,.collection-header span{letter-spacing:.3px;font-size:20px}.save-collection-name{padding:3px 6px;font-size:12px}.empty-collection-message{margin-left:10px;font-size:12px}.add_product{justify-content:center;width:100%;display:flex}}
.product-with-options{display:inline-block;position:relative}.product_options_container{opacity:0;flex-direction:column;gap:5px;transition:opacity .2s;display:flex;position:absolute;top:0;right:0}.product-with-options:hover .product_options_container{opacity:1}.product_option_delete_product,.product_option_edit_product,.product_option_drag_handle{cursor:pointer;background-color:#3c3c3ccc;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:background-color .2s;display:flex;position:relative}.product_option_delete_product:before,.product_option_delete_product:after{content:"";cursor:pointer;background-color:#fff;border-radius:15px;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product_option_delete_product:after{width:12.5%;height:60%;transform:translate(-50%,-50%)rotate(-45deg)}.product_option_delete_product:before{width:12.5%;height:60%;transform:translate(-50%,-50%)rotate(45deg)}.product_option_edit_product i,.product_option_drag_handle i{cursor:pointer;font-size:25px}.product_option_delete_product:hover,.product_option_edit_product:hover,.product_option_drag_handle:hover{background-color:#17acff}.product-with-options{position:relative}.product_options_container{flex-direction:column;gap:5px;display:flex;position:absolute;top:5px;right:5px}.product-with-options:hover .product_option_drag_handle{opacity:1}.store_header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.save-order-btn{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-weight:700;display:flex}.save-order-btn:hover{background-color:#45a049}.product-item{transition:transform .2s,box-shadow .2s;position:relative}.product-item.dragging{z-index:10;transform:scale(1.02);box-shadow:0 5px 15px #0003}.dragging-overlay{opacity:.8;pointer-events:none;transform:scale(1.05);box-shadow:0 10px 25px #00000026}
.admin_settings{flex-direction:column;align-items:center;width:100%;padding:2rem 0;display:flex}.admin_settings_content{color:#fff;grid-template-columns:280px 1fr;gap:2rem;width:80%;max-width:1400px;min-height:600px;display:grid}.admin_settings_menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;height:fit-content;padding:1.5rem 0;position:sticky;top:2rem;box-shadow:0 8px 32px #0000004d}.admin_settings_option{cursor:pointer;color:#cbd5e1;text-align:left;box-sizing:border-box;background:0 0;border:none;border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.admin_settings_option:last-child{border-bottom:none}.admin_settings_option span{letter-spacing:.5px;color:#cbd5e1;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem}.admin_settings_option span:first-child{opacity:.7;width:20px}.admin_settings_option:hover{color:#f8fafc;background:#ffffff1a;transform:translate(4px)}.active-admin_settings_option{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);position:relative}.active-admin_settings_option:before{content:"";background:#60a5fa;border-radius:0 4px 4px 0;width:4px;position:absolute;top:0;bottom:0;left:0}.active-admin_settings_option span{color:#fff}.active-admin_settings_option span:first-child{opacity:1}.admin_settings_options{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000004d}.admin_settings_option_label{background:linear-gradient(135deg,#3b82f61a 0%,#8b5cf61a 100%);border-bottom:1px solid #ffffff1a;padding:1.5rem 2rem}.admin_settings_option_label span{color:#fff;letter-spacing:1px;margin:0;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:600}.menu_option_gallerys,.menu_option_shippings,.menu_option_payments,.menu_option_infos{flex-direction:column;width:100%;display:none}.active_settings_option_list{display:flex}.admin_settings_options_container{flex:1;padding:2rem;overflow-y:auto}.form_section{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.form_section_title{color:#f8fafc;border-bottom:1px solid #ffffff1a;margin:0 0 1rem;padding-bottom:.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.form_row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.setting_option_inline{flex-direction:column;gap:.5rem;display:flex}.setting_option_inline span{letter-spacing:.5px;color:#cbd5e1;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.setting_option_inline input{color:#f8fafc;box-sizing:border-box;border:1px solid #fff3;border-radius:8px;width:100%;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;transition:all .3s;background:#ffffff05!important}.setting_option_inline input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a;background:#ffffff05!important}.setting_option_inline input::placeholder{color:#64748b}@media (max-width:768px){.form_row{grid-template-columns:1fr;gap:.5rem}}.settings_form{background:#ffffff03;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:1.5rem;padding:2rem;transition:all .3s;position:relative}.settings_form:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61a}.settings_form.danger-zone{background:#ef444405;border-color:#ef44444d}.gallery_settings_option_label{background:0 0;border:none;height:auto;margin-bottom:1.5rem;padding:0}.gallery_settings_option_label span{color:#f8fafc;align-items:center;gap:.5rem;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;display:flex}.setting_option{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:15px 0;display:flex}.setting_option:last-child{border-bottom:none}.setting_option span{letter-spacing:.5px;color:#cbd5e1;flex:1;min-width:200px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.setting_option input[type=text],.setting_option input[type=email],.setting_option input[type=tel],.setting_option input[type=number],.setting_option input[type=date]{color:#f8fafc;background:#ffffff05;border:1px solid #fff3;border-radius:8px;min-width:200px;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;transition:all .3s}.setting_option input:focus{background:#ffffff03;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.setting_option input::placeholder{color:#64748b}.setting_option input[type=color]{cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;width:60px;height:40px;transition:all .3s}.setting_option input[type=color]:hover{transform:scale(1.05)}input[type=color]::-webkit-color-swatch-wrapper{border-radius:8px;padding:0}input[type=color]::-webkit-color-swatch{border:none;border-radius:8px}.image_upload_container{align-items:center;display:flex}.profile_image_upload_label{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:108px;height:158px;transition:all .3s;display:flex;position:relative;overflow:hidden}.profile_image_upload_label:hover{background:#3b82f60d;border-color:#3b82f6}.profile-image{object-fit:cover;cursor:pointer;border-radius:8px;width:100%;height:100%;transition:all .3s;display:block}.image-overlay{opacity:0;color:#fff;text-align:center;cursor:pointer;background:#000000b3;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;transition:all .3s;display:flex;position:absolute;inset:0}.image-overlay span{color:#fff;text-align:center;cursor:pointer;margin:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.profile_image_upload_label:hover .image-overlay{opacity:1}.profile_image_upload_label:hover .profile-image{transform:scale(1.05)}.Switch{width:52px;height:28px;display:inline-block;position:relative}.Switch_checkbox{opacity:0;width:0;height:0}.Standard_Switch{cursor:pointer;background-color:#374151;border-radius:20px;transition:all .4s;position:absolute;inset:0}.Standard_Switch:before{content:"";background-color:#fff;border-radius:50%;width:24px;height:24px;transition:all .4s;position:absolute;bottom:2px;left:2px;box-shadow:0 2px 4px #0003}.Switch_checkbox:checked+.Standard_Switch{background-color:#3b82f6}.Switch_checkbox:checked+.Standard_Switch:before{transform:translate(24px)}.toggle_container{align-items:center;gap:1rem;padding:10px;display:flex}.method_info{flex:1}.method_info label{color:#f8fafc;margin-bottom:.25rem;font-weight:500;display:block}.method_info small{color:#94a3b8;font-size:.875rem;display:block}.Savebutton{cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:8px;align-self:flex-start;margin:20px 0 10px;padding:.875rem 1.5rem;transition:all .3s}.Savebutton span{color:#fff;cursor:pointer;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;display:inline-flex}.Savebutton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.Savebutton.Delete{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.Savebutton.Delete:hover{box-shadow:0 8px 25px #ef44444d}.status-form{position:relative}.status-badge-corner{z-index:10;position:absolute;top:1rem;right:1rem}.status_description{color:#94a3b8;margin:0 0 1rem;font-size:.875rem;line-height:1.4}.status-badge{border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.status-badge.online{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.status-badge.offline{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.shipping_method{background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:1rem;padding:1rem}.form_note{color:#93c5fd;background:#3b82f60d;border:1px solid #3b82f633;border-radius:8px;margin-top:1rem;padding:1rem;font-size:.875rem}.info_box{background:#3b82f60d;border:1px solid #3b82f633;border-radius:8px;margin-bottom:1rem;padding:1rem}.info_cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.info_card{border:1px solid #ffffff1a;border-radius:8px;padding:1.5rem}.info_card h4{margin:0 0 .5rem;font-weight:600}.info_card p{color:#cbd5e1;margin:0;font-size:.875rem}.info_card a{color:#60a5fa;text-decoration:none}.info_card a:hover{text-decoration:underline}.warning-text{color:#fca5a5;margin-bottom:1rem;font-size:.875rem}@media (max-width:1024px){.admin_settings_content{grid-template-columns:1fr;gap:1rem;width:95%}.admin_settings_menu{padding:1rem;display:flex;position:static;overflow-x:auto}.admin_settings_option{white-space:nowrap;flex-shrink:0;min-width:120px}.setting_option{flex-direction:column;align-items:flex-start;gap:10px}.setting_option span{min-width:auto}}@media (max-width:640px){.admin_settings{padding:1rem 0}.admin_settings_content{width:95%}.admin_settings_options_container,.settings_form{padding:1.5rem}.info_cards{grid-template-columns:1fr}}@keyframes success{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.Savebutton.success-animation{animation:.3s success}.Savebutton.loading{opacity:.7;cursor:not-allowed}.Savebutton.loading:after{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;margin-left:.5rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auto_payment_radio_option{margin:12px 0;transition:all .2s}.auto_payment_radio_option span{cursor:pointer}.auto_payment_radio_option label{cursor:pointer;border:2px solid #e2e8f0;border-radius:12px;align-items:center;padding:16px 20px;font-weight:500;transition:all .3s;display:flex;position:relative}.auto_payment_radio_option label:hover{cursor:pointer;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626}.auto_payment_radio_option input[type=radio]{opacity:0;width:0;height:0;position:absolute}.radio_custom{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-right:14px;transition:all .3s;position:relative}.radio_custom:after{content:"";background:#3b82f6;border-radius:50%;width:10px;height:10px;transition:transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.auto_payment_radio_option input[type=radio]:checked+.radio_custom{border-color:#3b82f6}.auto_payment_radio_option input[type=radio]:checked+.radio_custom:after{transform:translate(-50%,-50%)scale(1)}.auto_payment_radio_option input[type=radio]:checked~.radio_text{color:#1e40af;font-weight:600}.auto_payment_radio_option input[type=radio]:checked+.radio_custom+.radio_text,.auto_payment_radio_option input[type=radio]:checked~*{color:#1e40af}.auto_payment_radio_option input[type=radio]:checked~*{color:inherit}.auto_payment_radio_option input[type=radio]:checked+.radio_custom+.radio_text{color:#1e40af;font-weight:600}.auto_payment_radio_option:has(input[type=radio]:checked) label{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.radio_text{flex-grow:1;font-size:15px;line-height:1.4;transition:all .3s}.auto_payment_radio_option input[type=radio]:focus+.radio_custom{outline:none;box-shadow:0 0 0 3px #3b82f633}.weekday_select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;margin-left:12px;padding:8px 12px;font-size:14px;transition:border-color .2s}.weekday_select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.auto_payment_radio_option:first-child label:after{content:"ANBEFALET";color:#fff;letter-spacing:.5px;background:#10b981;border-radius:12px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:-6px;right:12px}.auto_payment_radio_option:first-child{position:relative}.auto_payment_radio_option{opacity:0;animation:.4s forwards slideInUp}.auto_payment_radio_option:first-child{animation-delay:.1s}.auto_payment_radio_option:nth-child(2){animation-delay:.2s}.auto_payment_radio_option:nth-child(3){animation-delay:.3s}.auto_payment_radio_option:nth-child(4){animation-delay:.4s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.balance_summary{margin-bottom:2rem}.balance_card{text-align:center;background:linear-gradient(135deg,#3b82f61a 0%,#10b9811a 100%);border:1px solid #3b82f633;border-radius:12px;padding:1.5rem;position:relative;overflow:hidden}.balance_card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.balance_amount{flex-direction:column;gap:.5rem;margin-bottom:.5rem;display:flex}.balance_label{color:#cbd5e1;font-size:.9rem;font-weight:500}.balance_value{color:#10b981;text-shadow:0 0 20px #10b9814d;font-size:2.25rem;font-weight:700}.balance_info small{color:#94a3b8;font-size:.875rem}.sales_records{margin-bottom:2rem}.sales_records_header{border-bottom:1px solid #ffffff1a;margin-bottom:1rem;padding-bottom:.5rem}.sales_records_header span{color:#f8fafc;font-size:1.125rem;font-weight:600}.sales_table{background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;overflow:hidden}.sales_table_header{background:#3b82f61a;border-bottom:1px solid #ffffff1a;grid-template-columns:100px 1fr 100px 120px;gap:1rem;padding:1rem;display:grid}.sales_table_header .table_cell{color:#f8fafc;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.sales_table_row{border-bottom:1px solid #ffffff0d;grid-template-columns:100px 1fr 100px 120px;gap:1rem;padding:.875rem 1rem;transition:all .2s;display:grid}.sales_table_row:hover{background:#ffffff05;transform:translate(2px)}.sales_table_row:last-child{border-bottom:none}.table_cell{color:#cbd5e1;align-items:center;font-size:.9rem;font-weight:500;display:flex}.price_cell{color:#10b981;justify-content:flex-end;font-weight:600}.pagination_container{justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem 0;display:flex}.pagination_arrow{cursor:pointer;color:#cbd5e1;background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.pagination_arrow:hover:not(:disabled){color:#f8fafc;background:#3b82f61a;border-color:#3b82f6;transform:scale(1.05)}.pagination_arrow:disabled{opacity:.3;cursor:not-allowed;transform:none}.pagination_arrow span{color:inherit;cursor:inherit;font-size:1.25rem;font-weight:600;line-height:1}.pagination_numbers{gap:.25rem;margin:0 .5rem;display:flex}.pagination_number{cursor:pointer;color:#cbd5e1;background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 .5rem;transition:all .3s;display:flex}.pagination_number:hover{color:#f8fafc;background:#3b82f61a;border-color:#3b82f6;transform:translateY(-1px)}.pagination_number.active{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.pagination_number.active:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.pagination_number span{color:inherit;cursor:inherit;font-size:.9rem;font-weight:600}.pagination_info{text-align:center;margin-top:.5rem}.pagination_info small{color:#94a3b8;font-size:.875rem}.payout_section{background:linear-gradient(135deg,#10b9810d 0%,#3b82f60d 100%);border:1px solid #10b98133;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.payout_info{flex:1}.payout_info span{color:#10b981;cursor:default;margin-bottom:.25rem;font-size:1.125rem;font-weight:600;display:block}.payout_info small{color:#94a3b8;font-size:.875rem;display:block}.payout_button{background:linear-gradient(135deg,#10b981 0%,#059669 100%);flex-shrink:0}.payout_button:hover{box-shadow:0 8px 25px #10b9814d}@media (max-width:768px){.balance_value{font-size:1.875rem}.sales_table_header,.sales_table_row{grid-template-columns:80px 1fr 80px 100px;gap:.5rem;padding:.75rem}.table_cell{font-size:.825rem}.sales_table_header .table_cell{font-size:.75rem}.payout_section{text-align:center;flex-direction:column;align-items:flex-start}.payout_button{width:100%}.pagination_container{gap:.25rem}.pagination_arrow,.pagination_number{min-width:32px;height:32px}.pagination_numbers{margin:0 .25rem}}@media (max-width:480px){.sales_table_header,.sales_table_row{text-align:left;grid-template-columns:1fr;gap:.25rem}.sales_table_header .table_cell{display:none}.sales_table_row{background:#ffffff05;border:1px solid #ffffff1a;border-radius:6px;margin-bottom:.5rem;padding:1rem;display:block}.table_cell{margin-bottom:.25rem;display:block}.table_cell:before{content:attr(data-label);color:#94a3b8;text-transform:uppercase;margin-right:.5rem;font-size:.75rem;font-weight:600}.price_cell{border-top:1px solid #ffffff1a;justify-content:flex-start;margin-top:.5rem;padding-top:.5rem;font-size:1.125rem}}.sales_table_row{animation:.3s forwards fadeInUp}.sales_table_row:nth-child(odd){animation-delay:.1s}.sales_table_row:nth-child(2n){animation-delay:50ms}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.coming_soon_overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#000000d9;border-radius:16px;justify-content:center;align-items:center;animation:.5s ease-out fadeInOverlay;display:flex;position:absolute;inset:0}@keyframes fadeInOverlay{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.coming_soon_content{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;width:90%;max-width:400px;padding:2rem;animation:.6s ease-out .2s both slideInUp;box-shadow:0 20px 40px #0000004d}.coming_soon_icon{margin-bottom:1.5rem;animation:2s infinite bounce}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.coming_soon_icon span{filter:drop-shadow(0 0 20px #ffa5004d);font-size:4rem;display:block}.coming_soon_text h3{color:#f8fafc;letter-spacing:.5px;text-shadow:0 2px 4px #0000004d;margin:0 0 1rem;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700}.coming_soon_text p{color:#cbd5e1;margin:0 0 1rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.5}.coming_soon_text small{color:#94a3b8;font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;line-height:1.4;display:block}.admin_settings_options_container{position:relative}.coming_soon_overlay:before{content:"";border-radius:inherit;background:linear-gradient(45deg,#0000,#3b82f608,#0000);animation:3s ease-in-out infinite shimmerOverlay;position:absolute;inset:0}@keyframes shimmerOverlay{0%,to{opacity:0}50%{opacity:1}}@media (max-width:768px){.coming_soon_content{margin:1rem;padding:1.5rem}.coming_soon_icon span{font-size:3rem}.coming_soon_text h3{font-size:1.5rem}.coming_soon_text p{font-size:1rem}.coming_soon_text small{font-size:.85rem}}@media (max-width:480px){.coming_soon_content{padding:1.25rem}.coming_soon_icon span{font-size:2.5rem}.coming_soon_text h3{font-size:1.25rem}.coming_soon_text p{font-size:.95rem}}
.exit{cursor:pointer;background:0 0;border:none;border-radius:50%;width:35px;height:35px;position:absolute;top:0;right:0}.exit:before,.exit:after{content:"";cursor:pointer;background-color:#fff;border-radius:15px;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.exit:before{width:12.5%;height:60%;transform:translate(-50%,-50%)rotate(45deg)}.exit:after{width:12.5%;height:60%;transform:translate(-50%,-50%)rotate(-45deg)}.exit:hover{background-color:#3c3c3c80}
.market_row_slider_container{flex-direction:column;justify-content:center;align-items:center;width:99vw;display:flex}.market_row_slider{mmargin-bottom:50px;bborder-bottom:solid 2px #3a3657;width:90%;height:240px;padding-bottom:10px;display:flex}.market_row_slider_container.fullwidth .market_row_slider{width:95%}.market_row_slider_products_container{z-index:1;width:100%;height:100%;overflow:hidden}.market_row_slider_products_list{gap:35px;width:fit-content;display:flex}
.market-slider-list{margin-top:50px}.Loadmarketrowssection{justify-content:center;align-items:center;height:50px;margin-bottom:50px;font-size:0;display:flex;position:relative}.Loadmarketrowssection:hover span{color:#fff;font-size:20px;position:absolute;bottom:-35px}.Marketrowloader{border-top:6px solid #68c8ff;border-right:6px solid #0000;border-radius:50%;width:60px;height:60px;animation:1.5s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.product{width:fit-content;height:auto}.product_img{filter:brightness(105%);contain:layout style;border-radius:5px;justify-content:center;align-items:center;width:auto;height:180px;display:flex;overflow:hidden;box-shadow:0 20px 20px 10px #0000001a}.product_img img{object-fit:contain;object-position:center;cursor:pointer;will-change:auto;backface-visibility:hidden;width:auto;height:100%;min-height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;border-radius:5px;display:block;transform:translateZ(0)}.product_img img[src]{height:180px!important;min-height:180px!important;max-height:180px!important}.product_info{flex-direction:column;justify-content:flex-start;min-height:50px;padding-top:5px;display:flex;position:relative}.product_title,.product_data{cursor:pointer;justify-content:center;align-items:center;min-height:20px;display:flex}.product_title span,.product_data span{color:#4a4a4a;letter-spacing:1px;cursor:pointer;text-align:center;font-family:Abhaya Libre,serif;font-size:15px;font-weight:700;line-height:1.2}.product_data{width:max-content;position:relative;left:50%;transform:translate(-50%)}.product:hover .product_title span,.product:hover .product_data span{color:#fff}.save_product{opacity:0;cursor:pointer;z-index:10;background:0 0;border:none;position:absolute;top:5px;left:0%}.save_product:hover{filter:brightness(125%)}.save_product img{cursor:pointer}.product:hover .save_product{opacity:1}.save_product span{color:#fff;letter-spacing:1px;opacity:0;width:100px;font-size:16px;font-weight:700;transition:all .5s;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.save_product:hover span{opacity:1}.poster_available,.poster_available_active{z-index:10;background:0 0;border:none;height:25px;position:absolute;top:5px;right:0%}.poster_available img,.poster_available_active img{cursor:pointer;width:auto;height:25px}.poster_available_active span{color:#fff;letter-spacing:1px;opacity:0;width:200px;font-size:16px;font-weight:700;transition:all .5s;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.poster_available_active:hover span{opacity:1}.poster_available_active{opacity:0}.poster_available_active:hover{filter:brightness(125%)}.product:hover .poster_available_active{opacity:1}.product:hover .poster_available{opacity:0}
.market_row_slider_profile_container{aalign-items:flex-end;filter:brightness(105%);z-index:2;justify-content:center;height:100%;margin-right:50px;display:flex}.profile_card{cursor:pointer;width:135px;position:relative}.profile_card_img_container{cursor:pointer;background-color:#17acff;border-radius:10px;justify-content:center;align-items:center;width:135px;height:180px;display:flex;position:relative}.profile_card_img_container img{cursor:pointer;border-radius:10px;max-width:80%;max-height:88%}.profile_card_banner{z-index:1;opacity:0;cursor:pointer;background-color:#17acff;border-radius:50%;justify-content:flex-end;align-items:center;width:260px;height:25%;transition:all .5s;display:flex;position:absolute;bottom:0%;left:0%}.profile_card_banner span{cursor:pointer;margin-right:35px;font-family:PlayBall;font-size:30px;font-weight:lighter}.profile_card:hover .profile_card_banner{opacity:1}.profile_artist_name{cursor:pointer;width:100%;height:40px;position:relative}.profile_name{text-align:center;cursor:pointer;width:150px;margin-top:5px;position:absolute;left:50%;transform:translate(-50%)}.profile_name span{color:#fff;letter-spacing:1px;cursor:pointer;font-family:Courgette;font-size:15px;font-weight:700}
.market_row_slider_button_left_container,.market_row_slider_button_right_container{flex-direction:column;justify-content:center;gap:20px;width:50px;height:100%;margin:10px 25px 0;display:flex}.market_slider_button{color:#cfcfcf;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:50px;transition:background-color .2s;display:flex}.market_slider_button i{cursor:pointer;justify-content:center;align-items:center;line-height:1;display:flex}.market_slider_button:hover{background-color:#d3d3d380}.market_slider_button:active{background-color:#d3d3d3b3;transform:scale(.95)}.button-disabled{opacity:.3;cursor:default;pointer-events:none}.button-disabled:hover{background-color:#0000;transform:none}.market_slider_button:focus{outline-offset:2px;outline:2px solid #17acff80}.market_slider_button:focus:not(:focus-visible){outline:none}@media screen and (max-width:1024px){.market_row_slider_button_left_container,.market_row_slider_button_right_container{width:45px;margin:0}.market_slider_button{width:45px;height:45px;font-size:45px}}@media screen and (max-width:768px){.market_row_slider_button_right_container,.market_row_slider_button_left_container{display:none!important}}@media screen and (min-width:769px) and (max-width:1024px){.market_row_slider_button_left_container,.market_row_slider_button_right_container{margin:0}}@media screen and (min-width:1025px) and (max-width:1200px){.market_row_slider_button_left_container,.market_row_slider_button_right_container{margin:0 15px}}@media screen and (min-width:1201px){.market_row_slider_button_left_container,.market_row_slider_button_right_container{margin:0 30px}.market_slider_button{width:55px;height:55px;font-size:55px}}@media screen and (-webkit-min-device-pixel-ratio:2){.market_slider_button:hover{background-color:#d3d3d399}}@media (prefers-reduced-motion:reduce){.market_slider_button{transition:none}.market_slider_button:active{transform:none}}@media (prefers-color-scheme:dark){.market_slider_button{color:#b4b4b4}.market_slider_button:hover{background-color:#ffffff1a}.market_slider_button:focus{outline-color:#17acffb3}}@media print{.market_row_slider_button_left_container,.market_row_slider_button_right_container{display:none}}
.product_page_container{flex-direction:column;align-items:center;gap:25px;width:100%;display:flex}.product_card_container{perspective:1000px;border-radius:25px;width:460px;min-height:60vh;position:relative}.product_card_inner{width:100%;min-height:60vh;transform-style:preserve-3d;border-radius:25px;transition:transform .8s;position:relative}.product_card_container.flipped .product_card_inner{transform:rotateY(180deg)}.product_card_front,.product_card_back{backface-visibility:hidden;background-color:#000;border:1px solid #4b4b4b;border-radius:25px;width:100%;min-height:60vh;position:relative;overflow:hidden}.product_card_back{height:100%;position:absolute;top:0;left:0;transform:rotateY(180deg)}.product_card_info_container{box-sizing:border-box;flex-direction:column;justify-content:space-between;min-height:60vh;padding:30px;display:flex;position:relative}.product_card_section{text-align:center;letter-spacing:1px;flex-direction:column;align-items:center;font-family:Abhaya Libre,serif;display:flex}.product_card_main_content{flex-direction:column;flex:1;justify-content:space-evenly;gap:25px;margin-bottom:0;display:flex;position:relative}.product_card_title{margin-bottom:5px;font-size:32px;font-weight:600;line-height:1.2}.product_card_subtitle{opacity:.8;font-size:16px;font-weight:400}.product_card_artist{margin-top:3px;font-size:15px;font-weight:500}.product_card_description{white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;text-align:center;max-width:90%;margin:0;font-size:16px;line-height:1.6}.product_card_materials{flex-flow:wrap;justify-content:center;align-items:center;gap:4px;font-size:16px;font-weight:500;display:flex}.product_card_details_container{box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;gap:30px;width:100%;display:flex}.product_card_size_section,.product_card_price_section{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.product_card_label{text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:14px;font-weight:600}.product_card_size_value{font-size:20px;font-weight:600}.product_card_size_note{font-size:13px}.product_card_price_container{flex-direction:column;align-items:center;gap:5px;display:flex}.product_card_original_price{opacity:.6;font-size:16px;text-decoration:line-through}.product_card_discount_price{font-size:20px;font-weight:600}.product_card_discount_text{margin-top:2px;font-size:13px;font-weight:600}.product_card_price_note{font-size:13px}
@media screen and (max-width:1024px){.product_page_card_container{width:400px}.product_page_titel{font-size:26px}.product_information_container{margin:20px 0;font-size:16px}.product_poster_text.product_page_titel{font-size:26px}}@media screen and (max-width:768px){.product_page_card_container{width:100%;height:60vh;min-height:400px}.product_page_titel{font-size:24px}.product_information_container{margin:15px 0;font-size:16px}.product_information_container.product_page_product_description{margin:10px 15px}.product_page_options_container{gap:15px;height:40px}.product_poster_text.product_page_titel{font-size:24px}.product_poster_text.material_description{font-size:15px}.product_poster_text.poster_size_label{font-size:16px}.btn_large{min-width:200px;max-height:45px;padding:2px 8px}.button_label{font-size:20px}.button_description{padding:0 12px;font-size:12px}.btn-large{height:36px;margin:12px 0}.product_page_buy_button{min-width:200px}.product_page_buy_button span{font-size:20px}.product_page_save_button img,.product_page_poster_available_active img{width:35px;height:35px}.product_page_save_button span,.product_page_poster_available_active span{width:150px;font-size:14px;top:40px}}@media screen and (max-width:480px){.product_page_card_container{height:50vh;min-height:350px}.product_page_information_container,.product_page_poster_container{padding:15px}.product_page_titel{font-size:20px;line-height:1.2}.product_information_container{letter-spacing:1px;margin:12px 0;font-size:14px}.product_information_container.product_page_product_description{margin:8px 10px;font-size:13px;line-height:1.4}.product_information_text.product_page_artist{font-size:12px}.product_page_options_container{gap:10px;height:35px}.product_poster_text.product_page_titel{font-size:20px}.product_poster_text.material_description{font-size:13px}.product_poster_text.poster_size_label{font-size:14px}.btn_large{min-width:160px;max-height:36px;padding:1px 5px}.button_label{font-size:16px}.button_description{letter-spacing:.2px;padding:0 8px;font-size:10px}.btn-large{height:30px;margin:8px 0;padding:1px 3px}.product_page_buy_button{flex:1;min-width:140px;max-width:200px}.product_page_buy_button span{font-size:16px}.product_page_save_button,.product_page_poster_available_active{flex:none;min-width:50px}.product_page_save_button img,.product_page_poster_available_active img{height:30px}.product_page_save_button span,.product_page_poster_available_active span{width:100px;font-size:11px;top:35px}.select_menu_container{width:100%;max-width:250px;margin-top:10px}.select_menu{border:1px solid #ccc;border-radius:5px;width:100%;padding:6px;font-size:12px}.price-container{flex-direction:column;align-items:center;gap:5px}.original-price{margin-right:0;font-size:.85em}.discount-text{font-size:.9em}}@media screen and (max-width:360px){.product_page_card_container{height:45vh;min-height:300px}.product_page_information_container,.product_page_poster_container{padding:10px}.product_page_titel{font-size:18px}.product_information_container{margin:10px 0;font-size:13px}.product_information_container.product_page_product_description{font-size:12px}.product_page_options_container{gap:8px;height:30px}.product_poster_text.product_page_titel{font-size:18px}.product_poster_text.material_description{font-size:12px}.product_poster_text.poster_size_label{font-size:13px}.btn_large{min-width:140px;max-height:32px;padding:1px 4px}.button_label{font-size:14px}.button_description{letter-spacing:.1px;margin-top:-1.5px;padding:0 6px;font-size:9px}.btn-large{border-radius:15px;height:26px;margin:6px 0;padding:1px 2px}.product_page_buy_button{min-width:120px}.product_page_buy_button span{font-size:14px}.product_page_save_button img,.product_page_poster_available_active img{width:25px;height:25px}.product_page_save_button span,.product_page_poster_available_active span{width:80px;font-size:10px;top:30px}.select_menu_container{max-width:200px}.select_menu{padding:5px;font-size:11px}}@media screen and (max-height:500px) and (orientation:landscape){.product_page_container{gap:15px}.product_page_card_container{width:50%;height:80vh;min-height:300px}.product_page_information_container,.product_page_poster_container{padding:15px}.product_information_container{margin:8px 0}.product_page_options_container{gap:10px;height:30px}.product_page_titel,.product_poster_text.product_page_titel{font-size:18px}.product_information_container{font-size:13px}.product_poster_text.material_description{font-size:12px}.product_poster_text.poster_size_label{font-size:13px}}
.product_page_product_image{flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:center;gap:25px;width:auto;height:auto;display:flex}.product_image_container{justify-content:center;align-items:center;width:auto;max-width:50vw;height:60vh;display:flex;position:relative}.product_image_container img{object-fit:contain;object-position:center;border-radius:8px;width:auto;max-width:none;height:100%;max-height:100%}.product_image_container.height-limited{width:auto}.product_image_container.height-limited img{border-radius:8px;width:auto;max-width:none;height:100%}.product_preview{color:#666;box-sizing:border-box;background:0 0;border-radius:8px;justify-content:center;align-items:center;height:50px;padding:5px;font-size:14px;transition:width .3s;display:flex}.product_preview_option_list{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.product_preview_option{cursor:pointer;object-fit:cover;border:2px solid #0000;border-radius:4px;width:40px;height:40px;transition:all .3s}.product_preview_option:hover{border-color:#17acff;transform:scale(1.05)}.product_preview_option.active{border-color:#17acff;box-shadow:0 0 8px #17acff4d}.frame_option{cursor:pointer;color:#333;white-space:nowrap;background-color:#f5f5f5;border:2px solid #0000;border-radius:4px;min-width:60px;height:40px;padding:0 8px;font-size:12px;font-weight:500;transition:all .3s}.frame_option:hover{background-color:#e8f4ff;border-color:#17acff;transform:scale(1.05)}.frame_option.active{color:#fff;background-color:#17acff;border-color:#17acff;box-shadow:0 0 8px #17acff4d}.product-overlay{pointer-events:auto;-webkit-user-select:none;user-select:none}.product-overlay:hover{box-shadow:0 3px 6px #0000004d!important}.product-overlay:active{transform:scale(1.02)}.product-image-container.dragging-product{pointer-events:none}.product-image-container.dragging-product .product-overlay{pointer-events:auto}.image-hint{color:#333;pointer-events:none;opacity:0;background-color:#ffffffb3;border-radius:20px;padding:8px 15px;font-size:14px;transition:opacity .3s;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 2px 5px #0000001a}.product_page_product_image:hover .image-hint{opacity:1}@media screen and (max-width:768px){.product_page_product_image{align-items:center;width:100%}.product_image_container{justify-content:center;align-items:center;width:100%;height:60vh;min-height:300px;max-height:500px}.product_image_container img{object-position:center;border-radius:8px;width:100%;height:auto;max-height:100%}.product_image_container.height-limited img{width:auto;max-width:100%;height:100%}}@media screen and (max-width:480px){.product_page_product_image{width:100%}.product_image_container{width:100%;max-width:100%;height:50vh;min-height:250px;max-height:400px}.product_image_container img{width:100%;height:auto;max-height:100%}.product_preview{height:40px;padding:3px;font-size:12px}.product_preview_option{width:34px;height:34px}.frame_option{min-width:50px;height:34px;padding:0 6px;font-size:10px}.image-hint{padding:6px 12px;font-size:12px;bottom:10px}}@media screen and (max-width:360px){.product_page_product_image{width:100%}.product_image_container{width:100%;max-width:100%;height:45vh;min-height:200px;max-height:300px}.product_image_container img{width:100%;height:auto;max-height:100%}.product_preview{height:35px;padding:2px;font-size:11px}.product_preview_option{width:30px;height:30px}.frame_option{min-width:40px;height:30px;padding:0 4px;font-size:9px}}@media screen and (max-height:500px) and (orientation:landscape){.product_page_product_image{width:50%}.product_image_container{width:100%;max-width:50vw;height:80vh}.product_image_container img{width:100%;height:auto;max-height:100%}.product_preview{height:35px;font-size:12px}.frame_option{height:35px;font-size:11px}}
.product_page{border:1px solid #4b4b4b;border-radius:25px;justify-content:center;align-items:flex-start;gap:5%;width:90%;height:auto;margin:50px 0;padding:50px 25px;display:flex}@media screen and (max-width:1024px){.product_page{gap:3%;width:95%}}@media screen and (max-width:768px){.product_page{flex-direction:column;gap:30px;width:95%;height:auto;margin:30px 0}}@media screen and (max-width:480px){.product_page{box-sizing:border-box;gap:20px;width:100%;margin:20px 0;padding:0 15px}}@media screen and (max-width:360px){.product_page{padding:0 10px}}@media screen and (max-height:500px) and (orientation:landscape){.product_page{flex-direction:row;height:80vh}}
.product_card_options_container{flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;margin:0;padding:0;display:flex;position:relative}.save_button_container{justify-content:flex-start;min-width:80px;display:flex}.buy_button_container{flex:1;justify-content:center;display:flex}.print_button_container{justify-content:flex-end;min-width:80px;display:flex}.btn_large{flex-direction:column;min-width:240px;max-height:50px;padding:3px 10px;display:flex}.button_label{cursor:pointer;margin-top:0;font-size:24px;font-weight:lighter}.button_description{letter-spacing:.5px;cursor:pointer;margin-top:-2.5px;padding:0 15px;font-size:14px;font-weight:700}.product_card_print_button{opacity:1;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-evenly;align-items:center;min-width:80px;display:flex;position:relative}.product_card_print_button img{cursor:pointer;width:auto;height:38px}.product_card_print_button span{letter-spacing:.5px;opacity:0;width:120px;font-family:Abhaya Libre,serif;font-size:14px;font-weight:600;transition:opacity .3s;position:absolute;top:45px;left:50%;transform:translate(-50%)}.product_card_print_button:hover span{opacity:1}.product_card_save_button{opacity:1;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;min-width:80px;height:100%;display:flex;position:relative}.product_card_save_button img{cursor:pointer;width:auto;height:40px;padding-top:5px}.product_card_save_button span{letter-spacing:.5px;width:120px;font-family:Abhaya Libre,serif;font-size:14px;font-weight:600;position:absolute;top:55px;left:50%;transform:translate(-50%)}.product_card_buy_button{min-width:250px;margin:0}.product_card_buy_button span{cursor:pointer;font-size:20px;font-weight:500}.product_card_buy_button.sold{cursor:not-allowed;background-color:#888}.product_card_buy_button.sold:hover{background-color:#888;transform:none}.select_menu_container{width:100%;max-width:320px;margin-top:15px}.select_menu{background:#fff;border-radius:8px;width:100%;font-family:Abhaya Libre,serif;font-size:15px}@media (max-width:600px){.product_card_details_container{flex-direction:column;align-items:center;gap:20px}.product_card_container{width:95%;min-width:320px}.product_card_info_container{padding:25px 20px}.product_card_description_section{margin:15px 0}.product_card_details_container{margin:20px 0 0}.product_card_options_container{height:70px;margin-bottom:80px}.product_card_buy_button{min-width:200px}.product_card_title{font-size:28px}}

.legal-container{max-width:800px;margin:0 auto;padding:2rem}.legal-box{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.legal-header{border-bottom:1px solid #e5e7eb;padding:2rem 2rem 1rem}.legal-title{color:#374151;margin:0;font-size:2rem;font-weight:600}.legal-nav{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:1rem;padding:1.5rem 2rem;display:flex}.legal-nav-button{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s}.legal-nav-button:hover{background:#e5e7eb;border-color:#9ca3af}.legal-nav-button--active{color:#fff;cursor:default;background:#3b82f6;border-color:#3b82f6}.legal-nav-button--active:hover{background:#3b82f6;border-color:#3b82f6}.legal-content{color:#374151;padding:2rem;line-height:1.6}.legal-content h1{margin:0 0 1rem;font-size:1.875rem;font-weight:600}.legal-content h2{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:600}.legal-content p{margin:0 0 1rem}.legal-content ul{margin:0 0 1rem;padding-left:2rem}.legal-content li{margin:.25rem 0}.legal-content em{color:#6b7280}@media (max-width:768px){.legal-container{padding:1rem}.legal-header{padding:1.5rem 1.5rem 1rem}.legal-title{font-size:1.5rem}.legal-nav{flex-direction:column;padding:1rem 1.5rem}.legal-content{padding:1.5rem}}
