@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;700&display=swap";:root{--bg-dark:#000;--bg-pdp:#f4f4f4;--bg-card:#0c0c0e;--bg-surface:#141416;--text-main:#fff;--text-muted:#8e8e93;--border-subtle:#ffffff1f;--border-active:#fff;--accent:#e5e5e7;--accent-gold:#d4af37;--accent-green:#00b050;--font-main:"Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"Space Grotesk", sans-serif;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-main)}body{background:var(--bg-dark);overflow-x:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#333336;border-radius:3px}.announcement-bar{color:#a0a0a5;letter-spacing:1.5px;text-transform:uppercase;background:#111113;border-bottom:1px solid #ffffff0d;align-items:center;height:34px;font-size:11px;font-weight:700;display:flex;overflow:hidden}.announcement-ticker{white-space:nowrap;animation:30s linear infinite tickerSlide;display:flex}.announcement-item{cursor:pointer;align-items:center;padding:0 24px;transition:color .2s;display:flex}.announcement-item:hover{color:#fff}@keyframes tickerSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(16px);background:#000000e6;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:0 40px;display:flex;position:sticky;top:0}.logo{font-family:var(--font-main);letter-spacing:2px;color:#fff;cursor:pointer;align-items:center;gap:4px;font-size:26px;font-weight:900;text-decoration:none;display:flex}.logo-sub{border:1px solid #fff;border-radius:2px;margin-left:2px;padding:1px 3px;font-size:10px}.nav-menu{align-items:center;gap:28px;list-style:none;display:flex}.nav-link{color:#e0e0e0;letter-spacing:1.2px;text-transform:uppercase;align-items:center;gap:4px;font-size:12px;font-weight:800;text-decoration:none;transition:color .2s;display:flex}.nav-link:hover{color:#fff}.nav-actions{align-items:center;gap:20px;display:flex}.currency-select{color:#fff;cursor:pointer;font-size:11px;font-weight:700;font-family:var(--font-main);background:0 0;border:1px solid #fff3;border-radius:4px;outline:none;padding:6px 10px}.currency-select option{color:#fff;background:#111}.icon-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:opacity .2s;display:flex;position:relative}.icon-btn:hover{opacity:.8}.cart-badge{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:900;display:flex;position:absolute;top:0;right:-2px}.hero{min-height:calc(100vh - var(--header-height) - 34px);background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;padding:60px 40px;display:flex;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(#0006 0%,#0003 40%,#000000f2 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:900px;position:relative}.hero-tag{letter-spacing:2px;text-transform:uppercase;color:#a0a0a5;margin-bottom:12px;font-size:12px;font-weight:800}.hero-title{letter-spacing:-1px;text-transform:uppercase;color:#fff;margin-bottom:30px;font-size:clamp(48px,8vw,96px);font-weight:900;line-height:.95}.hero-buttons{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.btn-primary{color:#000;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:#fff;border:none;padding:16px 28px;font-size:12px;font-weight:900;transition:all .2s}.btn-primary:hover{background:#e0e0e0;transform:translateY(-1px)}.btn-outline{color:#fff;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #fffc;padding:16px 28px;font-size:12px;font-weight:900;transition:all .2s}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.trust-bar{background:#000;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;padding:24px 40px;display:grid}.trust-item{align-items:center;gap:12px;display:flex}.trust-icon{color:#fff;flex-shrink:0}.trust-text{letter-spacing:1px;text-transform:uppercase;font-size:11px;font-weight:800;line-height:1.3}.section{background:#000;padding:90px 40px}.section-header{text-align:center;margin-bottom:50px}.section-subtitle{letter-spacing:2.5px;text-transform:uppercase;color:#8e8e93;margin-bottom:8px;font-size:11px;font-weight:800}.section-title{letter-spacing:1px;text-transform:uppercase;font-size:clamp(28px,4vw,44px);font-weight:900}.styles-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=1024px){.styles-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.styles-grid{grid-template-columns:1fr}}.style-card{cursor:pointer;border-radius:2px;height:480px;position:relative;overflow:hidden}.style-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.style-card:hover .style-image{transform:scale(1.08)}.style-overlay{background:linear-gradient(#0000 40%,#000000eb 100%);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:0}.style-name{letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-size:24px;font-weight:900}.style-desc{color:#bbb;font-size:12px;font-weight:500;line-height:1.4}.marquee-bar{background:#0c0c0e;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:16px 0;overflow:hidden}.marquee-content{white-space:nowrap;animation:25s linear infinite marquee;display:flex}.marquee-item{letter-spacing:2px;text-transform:uppercase;color:#aaa;align-items:center;padding:0 20px;font-size:11px;font-weight:800;display:flex}.marquee-dot{background:#fff;border-radius:50%;width:4px;height:4px;margin-left:20px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.handcrafted{background:#000;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:100px 40px;display:grid}@media (width<=900px){.handcrafted{grid-template-columns:1fr}}.handcrafted-text{max-width:520px}.handcrafted-desc{color:#aaa;margin-top:20px;margin-bottom:30px;font-size:15px;line-height:1.7}.handcrafted-img{object-fit:cover;border-radius:2px;width:100%;height:440px;box-shadow:0 20px 40px #000c}.products-section{color:#000;background:#fff;padding:90px 40px}.products-section .section-subtitle{color:#666}.products-section .section-title{color:#000}.filter-tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px;display:flex}.filter-btn{color:#333;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ddd;padding:8px 20px;font-size:11px;font-weight:800;transition:all .2s}.filter-btn.active,.filter-btn:hover{color:#fff;background:#000;border-color:#000}.products-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.products-grid{grid-template-columns:1fr}}.product-card{background:#fff;border:1px solid #e5e5e5;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000014}.product-badge{color:#fff;letter-spacing:1px;text-transform:uppercase;clip-path:polygon(0 0,100% 0,88% 100%,0 100%);z-index:2;background:#000;padding:6px 12px;font-size:9px;font-weight:900;position:absolute;top:0;left:0}.product-img-wrapper{background:#fafafa;justify-content:center;align-items:center;height:280px;padding:30px;display:flex;position:relative;overflow:hidden}.product-img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .4s}.product-card:hover .product-img{transform:scale(1.06)}.product-info{flex-direction:column;flex-grow:1;padding:20px;display:flex}.product-name{letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-size:16px;font-weight:900}.product-specs{color:#555;margin-bottom:20px;font-size:12px;line-height:1.6;list-style:none}.product-specs li:before{content:"• ";color:#000;font-weight:700}.product-footer{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;display:flex}.product-price{font-size:14px;font-weight:900}.product-price span{color:#777;font-size:11px;font-weight:600;display:block}.table-strikethrough{margin-left:4px;text-decoration:line-through;color:#888!important;font-size:11px!important}.add-btn{color:#fff;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:#000;border:none;padding:10px 16px;font-size:11px;font-weight:800;transition:background .2s}.add-btn:hover{background:#333}.athletes-section{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:560px;padding:60px 40px;display:flex;position:relative}.athletes-overlay{background:linear-gradient(#00000080 0%,#000000b3 100%);position:absolute;inset:0}.athletes-card{z-index:2;-webkit-backdrop-filter:blur(20px);color:#fff;text-align:center;background:#0a0a0ee0;border:1px solid #fff3;border-radius:4px;max-width:680px;padding:50px;position:relative;box-shadow:0 20px 50px #000c}.athletes-title{letter-spacing:1.5px;text-transform:uppercase;color:#fff;margin-bottom:16px;font-size:28px;font-weight:900}.athletes-text{color:#ddd;margin-bottom:28px;font-size:14px;line-height:1.7}.footer{color:#888;z-index:10;background:#050507;border-top:1px solid #ffffff1a;padding:80px 40px 40px;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1400px;margin-bottom:60px;margin-left:auto;margin-right:auto;display:grid}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-col-title{letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px;font-size:12px;font-weight:900;color:#fff!important}.footer-links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-links li a,.footer a{font-size:13px;transition:color .2s;color:#aaa!important;text-decoration:none!important}.footer-links li a:hover,.footer a:hover{color:#fff!important}.footer-bottom{color:#666;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;max-width:1400px;margin-left:auto;margin-right:auto;padding-top:30px;font-size:12px;display:flex}.pdp-wrapper{color:#111;background:#f2f2f4;min-height:100vh}.pdp-breadcrumb{text-transform:uppercase;color:#666;background:#fff;border-bottom:1px solid #e0e0e4;align-items:center;gap:8px;padding:16px 40px;font-size:11px;font-weight:700;display:flex}.breadcrumb-link{cursor:pointer;color:#444}.breadcrumb-link:hover{color:#000}.breadcrumb-current{color:#000;font-weight:900}.back-to-home-btn{color:#333;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:2px;align-items:center;gap:6px;margin-left:auto;padding:4px 12px;font-size:11px;font-weight:800;display:flex}.back-to-home-btn:hover{color:#fff;background:#000}.pdp-container{grid-template-columns:1.2fr 1fr;gap:50px;max-width:1400px;margin:0 auto;padding:40px;display:grid}@media (width<=1024px){.pdp-container{grid-template-columns:1fr;padding:20px}}.pdp-gallery-col{gap:20px;display:flex}@media (width<=640px){.pdp-gallery-col{flex-direction:column-reverse}}.pdp-thumbnails{flex-direction:column;gap:12px;display:flex}@media (width<=640px){.pdp-thumbnails{flex-direction:row;overflow-x:auto}}.pdp-thumb-box{cursor:pointer;background:#fff;border:1px solid #ddd;justify-content:center;align-items:center;width:70px;height:70px;padding:4px;transition:border-color .2s;display:flex}.pdp-thumb-box.active,.pdp-thumb-box:hover{border:2px solid #000}.pdp-thumb-box img{object-fit:contain;max-width:100%;max-height:100%}.pdp-main-image-wrapper{background:#fff;border:1px solid #e5e5e8;flex-grow:1;justify-content:center;align-items:center;min-height:520px;padding:40px;display:flex}.pdp-main-image{object-fit:contain;max-width:100%;max-height:480px}.pdp-info-col{flex-direction:column;display:flex}.pdp-badge{color:#fff;letter-spacing:1px;text-transform:uppercase;background:#000;align-self:flex-start;margin-bottom:12px;padding:6px 12px;font-size:10px;font-weight:900;display:inline-block}.pdp-title{letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:36px;font-weight:900}.pdp-price{color:#111;margin-bottom:24px;font-size:18px;font-weight:900}.pdp-price-unit{color:#666;font-size:13px;font-weight:500}.pdp-bullet-specs{color:#333;margin-bottom:12px;font-size:13px;line-height:1.8;list-style:none}.pdp-bullet-specs li:before{content:"• ";color:#000;font-weight:700}.pdp-option-section{margin-bottom:20px}.pdp-option-label{text-transform:uppercase;color:#444;margin-bottom:8px;font-size:11px;font-weight:800}.pdp-swatches{gap:12px;display:flex}.pdp-swatch{cursor:pointer;border:1px solid #ccc;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:flex}.pdp-swatch.active{border:2px solid #000;transform:scale(1.08)}.pdp-select{background:#fff;border:1px solid #ccc;outline:none;width:100%;padding:12px;font-size:13px;font-weight:600}.pdp-green-btn{color:#fff;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:#00b050;border:none;width:100%;margin-top:10px;margin-bottom:24px;padding:18px;font-size:14px;font-weight:900;transition:background .2s,transform .1s}.pdp-green-btn:hover{background:#009644;transform:translateY(-1px)}.pdp-meta-list{border-top:1px solid #e0e0e4;flex-direction:column;gap:14px;padding-top:20px;display:flex}.pdp-meta-item{color:#333;align-items:center;gap:12px;font-size:12px;display:flex}.green-text{color:#00b050}.meta-link{color:#111;font-weight:700;text-decoration:underline}.meta-links-group a{font-size:11px;color:#333!important;text-decoration:underline!important}.auth-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1200;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.auth-card{background:#0d0d0f;border:1px solid #ffffff26;border-radius:4px;width:100%;max-width:440px;padding:36px;position:relative;box-shadow:0 20px 50px #000c}.auth-header{margin-bottom:24px}.auth-back-btn{color:#888;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:16px;font-size:11px;font-weight:700;display:flex}.auth-back-btn:hover{color:#fff}.auth-title{letter-spacing:1.5px;text-transform:uppercase;color:#fff;font-size:22px;font-weight:900}.auth-subtitle{color:#888;margin-top:4px;font-size:12px}.auth-tabs{border-bottom:1px solid #ffffff1a;margin-bottom:24px;display:flex}.auth-tab{color:#888;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:12px 0;font-size:12px;font-weight:800;transition:all .2s}.auth-tab.active{color:#fff;border-bottom-color:#fff}.auth-form{flex-direction:column;gap:16px;display:flex}.form-group label{text-transform:uppercase;color:#aaa;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.input-with-icon{background:#151518;border:1px solid #ffffff26;border-radius:4px;align-items:center;padding:0 12px;display:flex}.input-with-icon input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:12px;font-size:13px}.auth-presets{color:#777;flex-direction:column;gap:6px;margin-top:4px;font-size:11px;display:flex}.preset-btn{color:#ccc;cursor:pointer;text-align:left;background:#1a1a1e;border:1px solid #ffffff1a;border-radius:4px;padding:6px 10px;font-size:11px}.preset-btn:hover{color:#fff;background:#25252b}.auth-submit{width:100%;margin-top:10px;padding:14px}.auth-alert{border-radius:4px;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:12px;display:flex}.auth-alert.error{color:#ff453a;background:#ff453a26;border:1px solid #ff453a}.auth-alert.success{color:#34c759;background:#34c75926;border:1px solid #34c759}.auth-footer-links{text-align:center;margin-top:10px}.link-btn{color:#888;cursor:pointer;background:0 0;border:none;font-size:11px;text-decoration:underline}.link-btn:hover{color:#fff}.admin-container{color:#e0e0e0;background:#08080a;min-height:100vh;display:flex}.admin-sidebar{background:#0d0d0f;border-right:1px solid #ffffff14;flex-direction:column;flex-shrink:0;width:260px;padding:24px 16px;display:flex}.admin-sidebar-header{border-bottom:1px solid #ffffff14;margin-bottom:24px;padding-bottom:20px}.admin-logo{letter-spacing:1.5px;color:#fff;justify-content:space-between;align-items:center;font-size:18px;font-weight:900;display:flex}.admin-badge{color:#fff;background:#00b050;border-radius:2px;padding:2px 6px;font-size:9px;font-weight:900}.admin-user-info{color:#888;align-items:center;gap:6px;margin-top:8px;font-size:11px;display:flex}.admin-nav{flex-direction:column;flex-grow:1;gap:8px;display:flex}.admin-nav-btn{color:#a0a0a5;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.admin-nav-btn:hover{color:#fff;background:#ffffff0d}.admin-nav-btn.active{color:#000;background:#fff;font-weight:900}.admin-nav-btn.store-btn{color:#fff;border:1px solid #fff3;margin-bottom:8px}.admin-nav-btn.logout-btn{color:#ff453a}.admin-main{flex-grow:1;padding:40px;overflow-y:auto}.admin-page-header{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.admin-page-title{letter-spacing:1px;text-transform:uppercase;color:#fff;font-size:26px;font-weight:900}.admin-page-desc{color:#888;margin-top:4px;font-size:13px}.admin-filters-bar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.search-input-box{background:#141417;border:1px solid #ffffff26;border-radius:4px;flex-grow:1;align-items:center;max-width:360px;padding:0 12px;display:flex}.search-input-box input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:10px;font-size:12px}.admin-select{color:#fff;font-size:12px;font-family:var(--font-main);background:#141417;border:1px solid #ffffff26;border-radius:4px;outline:none;padding:10px 14px}.admin-icon-btn{color:#fff;cursor:pointer;background:#141417;border:1px solid #ffffff26;border-radius:4px;padding:10px}.admin-table{border-collapse:collapse;background:#101013;border:1px solid #ffffff14;border-radius:4px;width:100%;overflow:hidden}.admin-table th{color:#888;text-transform:uppercase;letter-spacing:1px;text-align:left;background:#16161a;border-bottom:1px solid #ffffff14;padding:14px 16px;font-size:10px;font-weight:900}.admin-table td{color:#ccc;vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:14px 16px;font-size:13px}.admin-table-img{object-fit:cover;background:#fff;border-radius:2px;width:48px;height:48px}.table-product-title{color:#fff;font-size:14px}.table-product-cat{color:#777;font-size:11px}.badge-type{text-transform:uppercase;border-radius:2px;padding:2px 8px;font-size:10px;font-weight:800}.badge-type.variable{color:#d4af37;background:#d4af3733;border:1px solid #d4af37}.badge-type.simple{color:#aaa;background:#ffffff1a}.badge-status{border-radius:2px;padding:4px 8px;font-size:10px;font-weight:900}.badge-status.active{color:#00b050;background:#00b05033;border:1px solid #00b050}.badge-status.draft{color:#ff9f0a;background:#ff9f0a33}.badge-status.hidden{color:#8e8e93;background:#8e8e9333}.stock-indicator.in-stock{color:#34c759;font-weight:700}.stock-indicator.out-of-stock{color:#ff453a;font-weight:700}.action-buttons{gap:8px;display:flex}.admin-btn-action{color:#fff;cursor:pointer;background:#1c1c20;border:1px solid #ffffff26;border-radius:4px;align-items:center;gap:4px;padding:6px 10px;font-size:11px;display:flex}.admin-btn-action:hover{background:#333}.admin-btn-action.danger{color:#ff453a}.editor-tabs{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.editor-tab{color:#888;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:12px 18px;font-size:12px;font-weight:800;display:flex}.editor-tab.active{color:#fff;border-bottom-color:#fff}.editor-section-card{background:#101013;border:1px solid #ffffff14;border-radius:4px;padding:30px}.form-grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-grid-3{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.admin-input,.admin-textarea{color:#fff;width:100%;font-size:13px;font-family:var(--font-main);background:#16161a;border:1px solid #ffffff26;border-radius:4px;outline:none;padding:12px}.admin-input-sm,.admin-select-sm{color:#fff;background:#18181c;border:1px solid #fff3;border-radius:2px;width:100%;padding:6px 8px;font-size:12px}.checkbox-group-box{background:#16161a;border:1px solid #ffffff26;flex-direction:column;gap:8px;max-height:140px;padding:12px;display:flex;overflow-y:auto}.checkbox-label{cursor:pointer;align-items:center;gap:8px;font-size:12px;display:flex}.attributes-selection-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.attribute-group-box{background:#16161a;border:1px solid #ffffff1a;border-radius:4px;padding:20px}.attr-title{text-transform:uppercase;margin-bottom:12px;font-size:14px;font-weight:800}.attr-type{color:#888;font-size:11px;font-weight:500}.attr-values-flex{flex-wrap:wrap;gap:8px;display:flex}.val-chip{color:#ccc;cursor:pointer;background:#202026;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:flex}.val-chip.selected{color:#000;background:#fff;border-color:#fff}.chip-color{border:1px solid #0000004d;border-radius:50%;width:12px;height:12px}.gallery-grid{flex-wrap:wrap;gap:16px;display:flex}.gallery-item-box{background:#fafafa;border:1px solid #ccc;border-radius:4px;width:110px;height:110px;position:relative;overflow:hidden}.gallery-item-box img{object-fit:cover;width:100%;height:100%}.gallery-item-box .main-tag{color:#fff;background:#000;padding:2px 4px;font-size:9px;font-weight:900;position:absolute;top:4px;left:4px}.admin-grid-2{grid-template-columns:1fr 1fr;gap:30px;display:grid}@media (width<=900px){.admin-grid-2{grid-template-columns:1fr}}.attribute-card-admin{background:#141418;border:1px solid #ffffff1a;border-radius:4px;margin-bottom:16px;padding:16px}.attr-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.attr-badge-type{color:#aaa;background:#25252d;margin-left:8px;padding:2px 6px;font-size:10px}.attr-values-chips{flex-wrap:wrap;gap:8px;display:flex}.val-admin-chip{background:#22222a;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;display:flex}.chip-delete-btn{color:#888;cursor:pointer;background:0 0;border:none;font-size:14px}.chip-delete-btn:hover{color:#ff453a}
