.header{background:transparent;box-shadow:none;padding:18px 22px 8px;position:relative}.header-container{max-width:none;margin:0;display:flex;justify-content:space-between;align-items:center;gap:18px}.header-menu{position:relative}.header-catDropdown{position:absolute;top:44px;left:auto;right:0;min-width:240px;background:#fffffff2;border:1px solid rgba(0,0,0,.06);border-radius:18px;box-shadow:0 18px 40px #00000024;padding:10px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:all .16s ease;z-index:100}.header-catDropdown:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.header-menu:hover .header-catDropdown,.header-menu:focus-within .header-catDropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.header-menu.is-open .header-catDropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.header-catItem{display:block;padding:8px 10px;border-radius:10px;font-weight:700}.header-catItem:hover{background:#0000000d}.header-cartWrap{position:relative}.mini-cart{position:absolute;top:54px;right:0;width:320px;background:#fffffff2;border:1px solid rgba(0,0,0,.06);border-radius:18px;box-shadow:0 18px 40px #00000029;padding:12px;z-index:100}.mini-cart-title{font-weight:900;margin-bottom:10px}.mini-cart-list{display:grid;gap:8px}.mini-cart-item{display:grid;grid-template-columns:50px 1fr auto 32px;gap:8px;align-items:center}.mini-cart-img{width:50px;height:50px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.12);overflow:hidden;display:flex;align-items:center;justify-content:center}.mini-cart-img img{width:100%;height:100%;object-fit:contain;object-position:center;padding:6px}.mini-cart-info{min-width:0}.mini-cart-name{font-weight:800;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-cart-qty{color:var(--text-secondary);font-size:.8rem}.mini-cart-price{font-weight:800;font-size:.85rem}.mini-cart-remove{justify-self:end;align-self:center;width:30px;height:30px;border-radius:50%;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);display:inline-flex;align-items:center;justify-content:center;color:#000000b3}.mini-cart-remove svg{width:16px;height:16px;display:block}.mini-cart-btn{margin-top:10px;display:inline-flex;width:100%;justify-content:center;padding:10px 12px;border-radius:12px;background:#b9ef66;font-weight:900}.header-left{display:flex;align-items:center;gap:2rem;flex:1}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.5rem;color:var(--text-primary)}.logo-text{background:linear-gradient(135deg,var(--theme-primary),var(--theme-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2rem}.logo-subtext{font-size:1.1rem;color:var(--text-primary)}.search-bar{flex:1;max-width:500px;position:relative}.search-input{width:100%;padding:14px 46px 14px 18px;border:2px solid transparent;border-radius:999px;background:#ffffffa6;font-size:1rem;transition:all .3s ease;box-shadow:0 6px 18px #0000000f}.search-input:focus{outline:none;border-color:var(--theme-primary);box-shadow:var(--shadow-md)}.search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:999px;background:#00000014;font-weight:900}.search-dropdown{position:absolute;top:52px;left:0;right:0;background:#fffffffa;border:1px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 18px 40px #00000024;padding:8px;z-index:120}.search-item{display:grid;grid-template-columns:44px 1fr;gap:10px;padding:8px;border-radius:12px}.search-item:hover{background:#0000000a}.search-item-img{width:44px;height:44px;border-radius:12px;background:#f5f5f5e6;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;overflow:hidden}.search-item-img img{width:100%;height:100%;object-fit:contain;padding:6px}.search-item-name{font-weight:800;font-size:.92rem}.search-item-price{color:var(--theme-primary);font-weight:800;font-size:.9rem}.search-empty{padding:10px 12px;color:var(--text-secondary);font-weight:700}.header-right{display:flex;align-items:center;gap:12px}.header-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffffbf;color:var(--text-primary);transition:all .3s ease;cursor:pointer;box-shadow:0 6px 18px #00000014;position:relative}.header-icon[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:-34px;left:50%;transform:translate(-50%);background:#141414e6;color:#fff;padding:6px 8px;border-radius:8px;font-size:.72rem;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease}.header-icon[data-tooltip]:hover:after{opacity:1;transform:translate(-50%) translateY(2px)}.header-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#000000d9;color:#fff;font-size:12px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #0000002e}.header-icon:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.favorite-icon{color:var(--accent-red)}.user-profile{display:flex;align-items:center;gap:.75rem;padding:8px 12px;border-radius:999px;background:#ffffffbf;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 18px #00000014}.user-profile:hover{box-shadow:var(--shadow-md)}.user-name{font-weight:500;color:var(--text-primary)}.user-avatar{width:38px;height:38px;border-radius:50%;background:var(--theme-primary);color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 768px){.header{padding:1rem}.header-container{flex-wrap:nowrap}.header-left{width:auto;order:0}.search-bar{max-width:220px}.header-right{order:0}.user-name{display:none}.header-menu{display:block}}@media (max-width: 540px){.header-container,.header-left{gap:12px}.logo-subtext{font-size:.95rem}.search-input{padding:12px 40px 12px 14px;font-size:.95rem}.header-right{gap:8px;flex-wrap:wrap}.header-icon{width:40px;height:40px}.user-profile{padding:6px 10px}.search-dropdown{position:fixed;top:70px;left:12px;right:12px;width:auto}.header-icon[data-tooltip]:after{display:none}.mini-cart{position:fixed;left:10px;right:10px;top:64px;width:auto}.header-catDropdown{position:fixed;top:70px;left:12px;right:12px;min-width:0;width:auto}}@media (max-width: 480px){.header-container{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:10px}.header-left{width:auto;flex:1;flex-direction:row;align-items:center;gap:10px}.header-right{width:auto;justify-content:flex-end;flex-wrap:wrap;gap:6px}.header-icon{width:34px;height:34px}.logo-subtext{display:none}.search-bar{max-width:150px}.search-input{padding:8px 30px 8px 10px;font-size:.85rem}.search-clear{width:22px;height:22px}.mini-cart{position:fixed;left:10px;right:10px;top:64px;width:auto}.header-catDropdown{right:0;left:auto;min-width:200px}.search-dropdown,.header-catDropdown{left:10px;right:10px}}@media (max-width: 420px){.logo-text{font-size:1.6rem}.search-bar{max-width:130px}.header-icon,.user-avatar{width:32px;height:32px}.user-profile{padding:4px 8px}}@media (max-width: 390px){.header-icon{width:34px;height:34px}.search-input{padding:9px 36px 9px 10px;font-size:.88rem}.logo-subtext{display:none}}@media (max-width: 360px){.header-right{gap:6px}.user-avatar{width:30px;height:30px}}.tp-footer{margin-top:18px;padding:18px;background:#ffffffbf;border:1px solid rgba(255,255,255,.7);border-radius:26px;box-shadow:0 14px 40px #0000001a}.tp-footerGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:start}.tp-footerTitle{font-weight:900;margin-bottom:8px}.tp-footerText{color:var(--text-secondary);font-weight:600;font-size:.92rem;line-height:1.5}.tp-footerList{display:grid;gap:6px;color:var(--text-secondary);font-weight:700;font-size:.9rem}.tp-footerList a{color:inherit}.tp-footerRightBlock{grid-column:3 / -1;display:flex;flex-direction:column;gap:10px;align-self:start}.tp-footerRightTop{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tp-footerPaymentWrap{display:flex}.tp-footerPaymentLogos{max-width:220px;height:auto;object-fit:contain}.tp-footerPaymentRow{display:none}.tp-footerPaymentMobile .tp-footerPaymentLogos{max-width:100%;width:100%}.tp-footerNote{margin-top:14px;font-size:.7rem;color:#00000059;text-align:right}@media (max-width: 720px){.tp-footerGrid{grid-template-columns:1fr;gap:8px}.tp-footerRightBlock{grid-column:1 / -1}.tp-footerRightTop{grid-template-columns:1fr;gap:8px}.tp-footerPaymentDesktop{display:none}.tp-footerPaymentRow.tp-footerPaymentMobile{display:flex;justify-content:center;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.tp-footerPaymentMobile .tp-footerPaymentLogos{max-width:280px;width:100%;height:auto}}@media (max-width: 540px){.tp-footer{padding:10px}.tp-footerPaymentDesktop{display:none}.tp-footerPaymentRow.tp-footerPaymentMobile{display:flex;justify-content:center;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.tp-footerPaymentMobile .tp-footerPaymentLogos{max-width:min(100%,320px);width:100%;height:auto}.tp-footerRightBlock{min-width:140px}.tp-footerGrid{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:hidden;padding-bottom:6px}.tp-footerGrid::-webkit-scrollbar{display:none}.tp-footerGrid{scrollbar-width:none;-ms-overflow-style:none}.tp-footerGrid>div{flex:1 1 0;min-width:0}.tp-footerTitle{margin-bottom:2px;font-size:.8rem}.tp-footerText{font-size:.72rem;line-height:1.25}.tp-footerList{gap:3px;font-size:.72rem}.tp-footerNote{margin-top:6px;font-size:.58rem;text-align:left}}@media (max-width: 420px){.tp-footer{padding:10px}.tp-footerTitle{font-size:.84rem}.tp-footerText,.tp-footerList{font-size:.76rem}.tp-footerNote{font-size:.6rem}}.tp-page{min-height:100vh;padding:28px;background:radial-gradient(1200px 800px at 20% 10%,#ffffffbf,#f5f5f500 60%),radial-gradient(1000px 700px at 80% 0%,#ffffff8c,#f5f5f500 55%),linear-gradient(135deg,#d6dfe0,#c9d2d4 35%,#bfc7ca)}.tp-shell{max-width:1500px;margin:0 auto;border-radius:34px;background:#ffffff8c;box-shadow:0 18px 60px #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.55);overflow:hidden}.tp-shellBody{padding:10px 18px 20px}@media (max-width: 1100px){.tp-page{padding:16px}.tp-shellBody{padding:10px 12px 16px}}@media (max-width: 600px){.tp-page{padding:10px}.tp-shell{border-radius:26px}.tp-shellBody{padding:8px 10px 14px}}@media (max-width: 420px){.tp-page{padding:8px}.tp-shell{border-radius:22px}.tp-shellBody{padding:6px 8px 12px}}.tp-dashboard{display:grid;grid-template-columns:1fr;gap:18px}.tp-mainOnly{display:flex;flex-direction:column;gap:18px;min-width:0}.tp-card{background:#ffffffbf;border:1px solid rgba(255,255,255,.7);border-radius:26px;box-shadow:0 14px 40px #0000001a;overflow:hidden;position:relative;transform:translateY(10px);opacity:0;animation:tpPop .52s cubic-bezier(.2,.8,.2,1) both}.tp-card:nth-child(2){animation-delay:60ms}.tp-card:nth-child(3){animation-delay:.12s}.tp-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:18px;padding:18px 18px 14px;min-height:300px}.tp-hero-left{display:flex;flex-direction:column;gap:14px;min-width:0}.tp-hero-copy{display:flex;flex-direction:column;gap:14px}.tp-pill{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:8px 12px;border-radius:999px;background:#ffffffbf;box-shadow:0 6px 18px #0000000f;color:var(--text-secondary);font-size:.85rem;font-weight:500}.tp-hero-title{font-size:2.6rem;line-height:1.05;margin:0;letter-spacing:-.04em}.tp-hero-lead{margin:0;color:var(--text-secondary);max-width:52ch;font-size:.95rem}.tp-hero-row{display:grid;grid-template-columns:auto 1fr;gap:10px 14px;align-items:center;margin-top:2px}.tp-hero-num{grid-row:span 2;font-size:2.4rem;font-weight:700;color:#0000001f;letter-spacing:-.06em}.tp-hero-line{height:1px;width:100%;background:#0000001f;align-self:center}.tp-hero-rowText{grid-column:2}.tp-hero-rowTitle{font-weight:600}.tp-hero-rowSub{color:var(--text-secondary);font-size:.92rem}.tp-hero-actions{margin-top:6px;display:flex;align-items:center;gap:12px}.tp-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;background:#b9ef66;box-shadow:0 10px 24px #0000001f;font-weight:700}.tp-btn.tp-btn-call{background:#63b5ff;color:#0b0b0b;font-size:1rem}.tp-btnIcon.tp-btnIcon-dark{background:#0b0b0b;color:#fff}.tp-btnIcon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#000000d9;color:#fff;font-weight:900}.tp-arrowIcon{width:18px;height:18px;display:block}.tp-hero-social{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid rgba(0,0,0,.06);color:var(--text-secondary);font-size:.9rem}.tp-socialDots{display:flex;align-items:center;gap:10px}.tp-dot{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fffc;box-shadow:0 6px 18px #00000014;color:#222;font-weight:700}.tp-hero-right{display:flex;align-items:center;justify-content:center}.tp-hero-art{width:100%;height:100%;max-height:260px;border-radius:22px;background:#fff9;border:1px solid rgba(255,255,255,.65);box-shadow:0 14px 40px #0000001a;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.tp-hero-ad{width:100%;height:100%;max-height:300px;min-height:240px;border-radius:22px;background:transparent;border:1px solid rgba(255,255,255,.25);box-shadow:0 18px 36px #0f172a2e;display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:hidden}.tp-hero-logo{width:100%;height:100%;object-fit:cover;position:relative;z-index:1;border-radius:22px;border:1px solid rgba(203,213,225,.7);padding:0;background:transparent}.tp-hero-ad:before{content:none}.tp-hero-adTitle{font-size:3rem;font-weight:900;letter-spacing:-.04em;text-transform:uppercase;position:relative;z-index:1;display:grid;gap:2px;text-align:left}.tp-hero-adLine{background:linear-gradient(135deg,#111827,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 8px 24px rgba(0,0,0,.14)}.tp-hero-adLineAlt{letter-spacing:.08em}.tp-hero-adInitial{display:inline-block;margin-right:2px}.tp-hero-art:before{content:"";position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(circle at 35% 35%,#4a90e238,#4a90e200 55%),radial-gradient(circle at 70% 55%,#00d4ff33,#00d4ff00 52%),radial-gradient(circle at 45% 80%,#b9ef662e,#b9ef6600 55%);filter:blur(2px);transform:rotate(8deg);opacity:.9}.tp-hero-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(800px 400px at 50% 40%,#ffffff8c,#fff0 60%);pointer-events:none}.tp-hero-art img{width:100%;height:100%;object-fit:contain;object-position:center;padding:10px;position:relative;z-index:1}.tp-bubble{position:absolute;border-radius:50%;background:#ffffff6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;animation:tpFloat 6.5s ease-in-out infinite}.tp-bubble.b1{width:72px;height:72px;top:18px;left:18px}.tp-bubble.b2{width:14px;height:14px;top:30px;right:54px;background:#00000024;animation-delay:-1.8s}.tp-bubble.b3{width:8px;height:8px;top:72px;right:28px;background:#00000024;animation-delay:-3.2s}.tp-bubble.b4{width:64px;height:64px;bottom:14px;left:40px;animation-delay:-.9s}.tp-bottom{display:grid;grid-template-columns:1.25fr .9fr 1.1fr;gap:18px}.tp-categoriesOnly{padding:18px}.tp-categoriesGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.tp-strip{padding:16px 16px 18px;background:radial-gradient(120% 140% at 10% 0%,#3c6eff2e,#0000 55%),radial-gradient(120% 140% at 90% 10%,#a0ff7824,#0000 60%),#0e1116;border:1px solid rgba(255,255,255,.06);position:relative}.tp-stripHead{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.tp-stripHead h2{margin:0;font-size:1.15rem;color:#f5f7f8}.tp-stripAll{font-weight:800;color:#b9ef66;font-size:.9rem}.tp-stripList{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;scroll-behavior:smooth;cursor:grab;-webkit-user-select:none;user-select:none}.tp-stripList::-webkit-scrollbar{display:none}.tp-stripList{scrollbar-width:none;-ms-overflow-style:none}.tp-stripList:active{cursor:grabbing}.tp-stripItem{flex:0 0 200px;scroll-snap-align:start;background:linear-gradient(160deg,#ffffff2e,#ffffff0f);border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:10px;box-shadow:0 18px 40px #00000073;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.tp-stripItem:hover{border-color:#ffffff57;box-shadow:0 22px 48px #00000080;transform:translateY(-2px)}.tp-stripImg{height:120px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.tp-stripImg img{width:100%;height:100%;object-fit:contain;object-position:center;padding:8px;pointer-events:none;-webkit-user-drag:none}.tp-stripBadge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:999px;background:#111827d9;color:#fff;font-size:.7rem;font-weight:600}.tp-stripName{margin-top:8px;font-weight:800;font-size:.9rem;line-height:1.2;color:#f5f7f8}.tp-stripPrice{margin-top:6px;color:#b9ef66;font-weight:800;font-size:.78rem;display:flex;flex-direction:column;gap:2px;align-items:flex-start;flex-wrap:nowrap;line-height:1.1}.tp-stripCurrent{color:#f5f7f8;white-space:nowrap;font-size:.78rem}.tp-stripOldRow{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.tp-stripOld{color:#ffffffa6;text-decoration:line-through;font-weight:700;font-size:.72rem;white-space:nowrap}.tp-stripDiscount{font-size:.68rem;font-weight:800;padding:3px 8px;border-radius:999px;background:#36c37c33;color:#8ff2bf;white-space:nowrap}.tp-strip:after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:#b9ef66;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 17l10-10M9 7h8v8' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:center;background-size:18px 18px;opacity:1;animation:stripHint 5s ease .3s forwards;pointer-events:none}.tp-stripEmpty{height:160px;display:grid;place-items:center;font-size:1.2rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#fff;background:transparent;border:0}.tp-categoriesOnly .tp-stripEmpty{color:#0f172a}@keyframes stripHint{0%{opacity:1;transform:translateY(-50%) translate(-6px)}20%{opacity:1;transform:translateY(-50%) translate(0)}80%{opacity:1}to{opacity:0}}.tp-rental{padding:18px;display:grid;grid-template-columns:1.1fr 1fr;gap:16px;align-items:center;background:linear-gradient(135deg,#c5f27a,#a8e063 45%,#9ad85a);border:none}.tp-rentalTitle{margin:6px 0 8px;font-size:1.6rem;color:#0f1a0f}.tp-rentalText{color:#0f1a0fcc;margin-bottom:12px}.tp-rentalCopy{display:flex;flex-direction:column;gap:8px}.tp-rentalArt{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 12px 28px #0000001a;overflow:hidden;height:220px;display:flex;align-items:center;justify-content:center}.tp-rentalArt img{width:100%;height:100%;object-fit:contain;object-position:center;padding:12px}.tp-rentalPlaceholder{width:100%;height:100%;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;background:#0f172a08;color:#0f172a8c;font-weight:700}.tp-rentalPhIcon{font-size:1.6rem}.tp-rentalPhText{font-size:.9rem;letter-spacing:.01em}.tp-categoryBox{position:relative;border-radius:20px;background:#ffffffc7;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 24px #0000001a;padding:12px 12px 14px;display:grid;gap:10px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-height:150px}.tp-categoryBox:hover{transform:translateY(-4px);border-color:#0000001f;box-shadow:0 16px 34px #00000024}.tp-categoryImg{height:104px;border-radius:16px;background:#ffffffd9;border:1px solid rgba(0,0,0,.05);overflow:hidden;display:flex;align-items:center;justify-content:center}.tp-categoryImg img{width:100%;height:100%;object-fit:contain;object-position:center;padding:6px}.tp-categoryName{font-weight:800;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-categoryGo{position:absolute;right:10px;top:10px;width:34px;height:34px;border-radius:14px;background:#ffffffe6;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #0000001a;font-weight:900}.tp-mini{padding:16px;animation-delay:.12s}.tp-miniHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.tp-miniTitle{font-weight:700}.tp-miniSub{color:var(--text-secondary);font-size:.9rem}.tp-miniFav{width:36px;height:36px;border-radius:50%;background:#fffc;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #00000014;color:var(--accent-red)}.tp-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.tp-cat{display:grid;grid-template-columns:44px 1fr;gap:10px;align-items:center;padding:8px 10px;border-radius:16px;background:#f5f5f599;border:1px solid rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.tp-cat:hover{transform:translateY(-2px);border-color:#0000001a;box-shadow:0 10px 22px #0000001a}.tp-catImg{width:44px;height:44px;border-radius:14px;background:#fffc;display:flex;align-items:center;justify-content:center;overflow:hidden}.tp-catImg img{width:100%;height:100%;object-fit:contain;object-position:center;padding:6px}.tp-catName{font-weight:600;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.tp-avatars{display:flex;align-items:center;margin-top:2px}.tp-av{width:40px;height:40px;border-radius:50%;background:#f5f5f5cc;border:3px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;margin-left:-10px}.tp-av:first-child{margin-left:0}.tp-statValue{font-size:2.2rem;font-weight:800;color:var(--theme-primary);letter-spacing:-.04em}.tp-statLabel{color:var(--text-secondary);font-weight:600}.tp-rating{display:flex;align-items:center;gap:6px;color:#111;font-weight:700}.tp-star{color:#ffc107}.tp-muted{color:var(--text-secondary);font-weight:600}.tp-release{padding:16px;cursor:pointer}.tp-releaseTop{display:flex;align-items:center;justify-content:space-between;gap:12px}.tp-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#ffffffd9;border:1px solid rgba(0,0,0,.06);font-weight:700;font-size:.85rem}.tp-out{width:38px;height:38px;border-radius:50%;background:#ffffffd9;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #00000014;font-weight:900}.tp-releaseTitle{font-weight:800;margin-top:10px}.tp-releaseGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.tp-rImg{height:92px;border-radius:18px;background:#f5f5f5b3;border:1px solid rgba(0,0,0,.05);overflow:hidden}.tp-rImgBig{grid-column:1 / -1;height:120px}.tp-rImg img{width:100%;height:100%;object-fit:contain;object-position:center;padding:10px}.tp-releaseRate{position:absolute;right:16px;bottom:16px;display:inline-flex;align-items:center;gap:6px;font-weight:800;background:#ffffffd9;border:1px solid rgba(0,0,0,.06);border-radius:999px;padding:6px 10px}.tp-colors{padding:16px}.tp-sideTitle{font-weight:800;margin-bottom:12px}.tp-swatches{display:flex;gap:10px;flex-wrap:wrap}.tp-swatch{width:46px;height:46px;border-radius:50%;border:3px solid rgba(255,255,255,.9);box-shadow:0 8px 18px #0000001f}.tp-swatch.is-active{border-color:#000000bf;transform:scale(1.06)}.tp-sideCard{padding:16px;display:grid;grid-template-rows:auto 1fr;gap:10px}.tp-sideCardTop{display:flex;flex-direction:column;gap:2px}.tp-sideCardTitle{font-weight:800}.tp-sideCardSub{color:var(--text-secondary);font-weight:700}.tp-sideImg{height:180px;border-radius:18px;background:#f5f5f5b3;border:1px solid rgba(0,0,0,.05);overflow:hidden;display:flex;align-items:center;justify-content:center}.tp-sideImg img{width:100%;height:100%;object-fit:contain;object-position:center;padding:12px}.tp-sideOut{position:absolute;left:16px;bottom:16px;width:44px;height:44px;border-radius:16px;background:#ffffffd9;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #0000001f;font-weight:900}.tp-sideBig{padding:0}.tp-sideBigImg{height:340px;background:#f5f5f5b3;overflow:hidden}.tp-sideBigImg img{width:100%;height:100%;object-fit:contain;object-position:center}.tp-sideBigImg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000073,#0000 55%);pointer-events:none}.tp-sideBigText{position:absolute;left:16px;right:16px;bottom:14px;padding:0;color:#fff;text-shadow:0 8px 20px rgba(0,0,0,.45)}.tp-sideBigTitle{font-weight:900;font-size:1.25rem}.tp-sideBigSub{color:#ffffffd9;font-weight:600;margin-top:2px}.tp-sideOutBig{left:auto;right:16px;bottom:16px;border-radius:50%;width:42px;height:42px}@media (max-width: 1100px){.tp-dashboard{grid-template-columns:1fr}.tp-categoriesGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 720px){.tp-hero{grid-template-columns:1.2fr .8fr;min-height:auto}.tp-hero-title{font-size:1.9rem}.tp-categoriesGrid{grid-template-columns:repeat(3,1fr)}.tp-rental{grid-template-columns:1fr 1fr;gap:12px}}@media (max-width: 540px){.tp-hero-title{font-size:1.35rem}.tp-hero{display:grid;grid-template-columns:1fr .9fr;grid-template-areas:"copy media" "row actions" "social social";gap:10px 12px;align-items:start}.tp-hero-left{display:contents}.tp-hero-copy{grid-area:copy;max-width:26ch}.tp-hero-row{grid-area:row}.tp-hero-actions{grid-area:actions;justify-self:end;align-self:center;width:100%}.tp-hero-social{grid-area:social}.tp-hero-right{grid-area:media;justify-content:flex-end}.tp-hero-ad{height:auto;min-height:0;max-height:none;border-radius:16px;width:100%;margin-top:10px;isolation:auto;padding:0;background:transparent;border:1px solid rgba(203,213,225,.7)}.tp-hero-logo{display:block;height:auto;max-height:none;border-radius:14px;padding:0;border:0;object-fit:contain;object-position:center;clip-path:none;mix-blend-mode:normal;background:transparent}.tp-hero-adTitle{font-size:1.25rem;text-align:center;line-height:1.1;letter-spacing:-.01em}.tp-hero-adLine,.tp-hero-adLineAlt{white-space:nowrap}.tp-hero-adLineAlt{letter-spacing:.02em}.tp-hero-actions{flex-direction:column;align-items:stretch}.tp-pill{font-size:.72rem;padding:6px 10px}.tp-hero-lead{font-size:.78rem;max-width:26ch}.tp-hero-rowTitle{font-size:.85rem}.tp-hero-rowSub{font-size:.76rem;max-width:24ch}.tp-btn{padding:8px 12px;font-size:.85rem;width:100%;justify-content:flex-start;text-align:left;min-height:44px}.tp-btnIcon{margin-left:auto}.tp-btn.tp-btn-call{font-size:.85rem}.tp-btnIcon{width:28px;height:28px}.tp-btn{width:100%;justify-content:center}.tp-stripHead{flex-direction:row;align-items:center}.tp-stripAll{margin-left:auto}.tp-categoriesOnly{padding:14px 12px;position:relative}.tp-categoriesGrid{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;scroll-behavior:smooth}.tp-categoriesGrid.is-scrollable{padding-right:24px}.tp-categoriesGrid::-webkit-scrollbar{display:none}.tp-categoriesGrid{scrollbar-width:none;-ms-overflow-style:none}.tp-categoriesHint{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:none;background:#000000bf;color:#fff;font-weight:900;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #0003;animation:catHint 3.8s ease .4s forwards}.tp-categoryBox{flex:0 0 calc((100% - 50px) / 6);min-height:auto;padding:2px;border-radius:999px;background:transparent;border:none;box-shadow:none;justify-items:center;gap:6px;scroll-snap-align:start}.tp-categoryImg{width:100%;aspect-ratio:1 / 1;height:auto;border-radius:50%;box-shadow:0 10px 24px #0000001f}.tp-categoryImg img{padding:8px}.tp-categoryName{width:100%;text-align:center;font-size:.68rem}.tp-categoryGo{display:none}.tp-stripItem{flex:0 0 calc((100% - 6px) / 3);padding:6px}.tp-stripList{gap:4px}.tp-stripImg{height:86px}.tp-stripName,.tp-stripPrice{font-size:.76rem}.tp-rentalArt{height:180px}.tp-rental{grid-template-columns:1fr 1fr;grid-template-areas:"copy media" "copy cta";align-items:start}.tp-rentalLeft{display:contents}.tp-rentalCopy{grid-area:copy}.tp-rentalRight{grid-area:media;align-self:start}.tp-rentalCta{grid-area:cta;justify-self:stretch}.tp-hero-social{flex-wrap:wrap}}@media (max-width: 480px){.tp-hero-title{font-size:1.35rem}.tp-hero-lead{font-size:.78rem}.tp-btn{padding:8px 10px;font-size:.82rem}.tp-btn.tp-btn-call{font-size:.82rem}.tp-btnIcon{width:26px;height:26px}.tp-categoryBox{flex-basis:calc((100% - 50px) / 6)}.tp-categoryName{font-size:.66rem}.tp-strip{padding:14px}.tp-stripItem{flex-basis:160px}.tp-stripImg{height:105px}.tp-rentalTitle{font-size:1.4rem}.tp-rental{grid-template-columns:1.1fr .9fr}.tp-rentalArt{height:160px}}@keyframes catHint{0%{opacity:1;transform:translateY(-50%) translate(-4px)}20%{opacity:1;transform:translateY(-50%) translate(0)}80%{opacity:1}to{opacity:0}}@media (max-width: 420px){.tp-card{border-radius:20px}.tp-pill{font-size:.7rem;padding:6px 8px}.tp-hero-title{font-size:1.3rem}.tp-hero-lead{font-size:.76rem}.tp-btn{padding:8px 10px;font-size:.8rem}.tp-btnIcon{width:26px;height:26px}.tp-hero-adTitle{font-size:.95rem}.tp-stripItem{flex-basis:150px}.tp-stripImg{height:100px}.tp-stripName,.tp-stripPrice{font-size:.82rem}.tp-rentalTitle{font-size:1.3rem}.tp-rentalText{font-size:.9rem}}@media (max-width: 390px){.tp-hero-title{font-size:1.25rem}.tp-hero-lead{font-size:.74rem}.tp-btn{padding:8px 10px;font-size:.78rem}.tp-btnIcon{width:24px;height:24px}.tp-hero-adTitle{font-size:.9rem}.tp-stripItem{flex-basis:140px}.tp-stripImg{height:92px}}@media (max-width: 360px){.tp-hero-title{font-size:1.4rem}.tp-hero-actions{gap:8px}.tp-categoryBox{min-height:110px}.tp-categoryImg{height:76px}}@keyframes tpPop{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes tpFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(10px,-10px,0)}}.category-content{max-width:1400px;margin:0 auto;padding:6px 4px 14px}.category-header{margin-bottom:3rem;text-align:left}.category-headRow{display:flex;align-items:center;justify-content:space-between;gap:14px}.category-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin-bottom:0}.category-sortWrap{position:relative}.category-sortBtn{height:38px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fff;padding:0 14px;font-weight:700;color:#0f172a;box-shadow:0 8px 16px #0f172a14}.category-sortMenu{position:absolute;right:0;top:calc(100% + 8px);width:190px;padding:8px;border-radius:14px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 16px 28px #0f172a29;z-index:12;display:grid;gap:4px}.category-sortOption{width:100%;text-align:left;border-radius:10px;padding:8px 10px;background:transparent;color:#0f172a;font-weight:600}.category-sortOption:hover,.category-sortOption.is-active{background:#0f172a14}.category-description{font-size:1.25rem;color:var(--text-secondary);margin-top:.75rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.category-empty{grid-column:1 / -1;height:180px;display:grid;place-items:center;font-size:1.2rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#0f172a;background:transparent;border:0}.product-card{background:var(--card-bg);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;cursor:pointer;position:relative}.product-skeleton{cursor:default}.product-skeleton .product-image{background:linear-gradient(90deg,#f2f2f2,#e9e9e9,#f2f2f2);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite;border:1px solid rgba(0,0,0,.06)}.product-skeleton .product-info{background:#fff}.skeleton-line{height:12px;border-radius:8px;background:#ececec;margin-bottom:8px}.skeleton-line.sm{width:70%}.skeleton-line.xs{width:45%;margin-bottom:0}@keyframes shimmer{0%{background-position:0 0}to{background-position:-200% 0}}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.product-image{position:relative;width:100%;height:300px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.12)}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-freeBadge{position:absolute;bottom:12px;left:12px;padding:4px 10px;border-radius:999px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.04em}.product-stockBadge{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:#111827d9;color:#fff;font-size:.75rem;font-weight:600;z-index:2}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-fav{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 12px 24px #0f172a2e;color:#1f2937;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;z-index:3}.product-card:hover .product-overlay{opacity:1}.quick-view-btn{padding:.75rem 1.5rem;background:var(--theme-accent);color:#fff;border-radius:var(--border-radius-sm);font-weight:600;font-size:.875rem;transition:all .3s ease}.quick-view-btn:hover{transform:scale(1.05)}.product-info{padding:1.5rem;background:#fff}.product-oldPrice{text-decoration:line-through;color:#7a7a7a;font-weight:600;margin-right:6px;font-size:.9rem}.product-currentPrice{color:#0f172a;font-weight:800;margin-right:6px}.product-discount{font-size:.7rem;font-weight:800;padding:2px 6px;border-radius:999px;background:#36c37c33;color:#0f7a42}.product-name{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;color:var(--text-secondary)}.product-price{font-size:1.5rem;font-weight:700;color:var(--theme-primary);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.product-shipSmall{width:100%;font-size:.8rem;font-weight:600;color:#64748b}@media (max-width: 768px){.category-content{padding:1rem}.category-title{font-size:2rem}.category-headRow{justify-content:space-between}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}@media (max-width: 600px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{padding:0}.product-image{height:110px}.product-name{font-size:.9rem}.product-price{font-size:1rem}.product-info{padding:10px}}@media (max-width: 420px){.category-title{font-size:1.5rem}.category-sortBtn{height:34px;padding:0 12px}.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-card{border-radius:18px;padding:0}.product-image{height:96px}.product-name{font-size:.85rem}.product-price{font-size:.95rem}.product-info{padding:8px}}.product-detail-content{max-width:1400px;margin:0 auto;padding:6px 4px 14px}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:var(--text-secondary)}.breadcrumb a{color:var(--theme-primary);transition:color .3s ease}.breadcrumb a:hover{color:var(--text-primary)}.breadcrumb span{color:var(--text-secondary)}.product-detail-main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;height:520px;border-radius:var(--border-radius);overflow:hidden;background:var(--card-bg);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;position:relative}.main-image img{width:100%;height:100%;object-fit:contain;object-position:center;padding:16px;cursor:grab}.main-video{width:100%;height:100%;object-fit:contain;object-position:center;padding:16px;background:#fff}.image-placeholder{color:var(--text-secondary);font-weight:600}.image-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:#ffffffe6;color:#111827;font-size:1.4rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-sm)}.image-nav svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.4;fill:none}.image-navPrev{left:14px}.image-navNext{right:14px}.image-counter{position:absolute;bottom:12px;right:12px;padding:4px 10px;border-radius:999px;background:#0f172acc;color:#fff;font-size:.75rem;font-weight:700}.thumbnail-images{display:flex;gap:1rem}.thumbnail{width:120px;height:120px;border-radius:var(--border-radius-sm);overflow:hidden;background:var(--card-bg);cursor:pointer;box-shadow:var(--shadow-sm);transition:all .3s ease;border:2px solid transparent}.thumbnail:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.thumbnail img{width:100%;height:100%;object-fit:contain;padding:10px}.thumb-video{width:100%;height:100%;position:relative;background:#fff}.thumb-video video{width:100%;height:100%;object-fit:contain;object-position:center;padding:6px;background:#fff;filter:saturate(.95) contrast(1.05)}.thumb-video img{width:100%;height:100%;object-fit:contain;object-position:center;padding:6px;background:#fff;display:block}.thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;font-size:.95rem;text-shadow:0 2px 10px rgba(0,0,0,.65);background:linear-gradient(180deg,#0000000d,#0006)}.thumb-play:before{content:"";width:34px;height:34px;border-radius:50%;background:#0f172abf;border:1px solid rgba(255,255,255,.35);box-shadow:0 6px 16px #00000059;position:absolute}.thumb-play:after{content:"▶";position:relative;font-size:.8rem}.thumbnail.is-active{border-color:var(--theme-primary)}.product-details{display:flex;flex-direction:column;gap:1rem}.product-title{font-size:2.2rem;font-weight:700;color:var(--text-primary);margin:0}.product-rating-section{display:flex;align-items:center;gap:.6rem;margin-top:-6px}.rating-stars{display:flex;gap:.25rem}.rating-value{font-size:1rem;font-weight:600;color:var(--text-primary)}.reviews-count{font-size:.82rem;color:var(--text-secondary)}.product-pricing{display:flex;align-items:center;gap:14px;justify-content:space-between;flex-wrap:wrap}.pricing-left{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;flex:1 1 auto}.pricing-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pricing-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end;margin-left:auto}.product-shipping-info{display:flex;flex-direction:column;gap:4px;font-size:.8rem;color:var(--text-secondary);max-width:100%}.shipping-line{display:flex;flex-wrap:wrap;gap:4px}.shipping-lead strong{color:#0f172a}.shipping-free-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#ef4444;color:#fff;font-weight:800;font-size:.8rem;letter-spacing:.03em}.current-price{font-size:2rem;font-weight:700;color:var(--theme-primary)}.kdv-badge{margin-top:6px;display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#ef4444;color:#fff;font-size:.74rem;font-weight:800;letter-spacing:.02em}.original-price{font-size:1.1rem;color:var(--text-secondary);text-decoration:line-through}.discount{padding:.35rem .75rem;background:var(--accent-red);color:#fff;border-radius:var(--border-radius-sm);font-size:.8rem;font-weight:600}.product-description,.product-features{padding:1rem;background:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}.product-description h3,.product-features h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.6rem}.product-description p{color:var(--text-secondary);line-height:1.6;font-size:.9rem;white-space:pre-line;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.product-features ul{list-style:none;padding:0}.product-features li{color:var(--text-secondary);position:relative;padding:.35rem 0 .35rem 1.5rem;font-size:.9rem}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--theme-accent);font-weight:700}.product-stock{font-size:1rem;font-weight:500}.in-stock{color:var(--theme-accent)}.out-of-stock{color:var(--accent-red)}.product-actions{display:flex;gap:1rem}.add-to-cart-btn{padding:1rem 2rem;background:#b9ef66;color:var(--text-primary);border-radius:var(--border-radius-sm);font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:var(--shadow-md)}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.add-to-cart-btn.is-disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}.add-to-favorites-btn{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.12);color:#1f2937;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;box-shadow:0 12px 26px #0f172a2e}.add-to-favorites-btn.is-on{background:linear-gradient(135deg,#ff4d6d,#ff7b93);color:#fff;border-color:transparent}.add-to-favorites-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 18px 32px #0f172a33;background:linear-gradient(135deg,#ff4d6d,#ff7b93);color:#fff}.add-to-favorites-btn svg{width:22px;height:22px;filter:drop-shadow(0 1px 2px rgba(15,23,42,.18))}.product-variants-compact{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;margin-bottom:16px}.variant-compact-group{position:relative;flex:0 0 auto}.variant-compact-trigger{display:flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #d6ddd9;border-radius:6px;background:#fff;color:#0f172a;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.variant-compact-trigger:hover{border-color:#0f2d1f;background:#f8f9fa}.variant-compact-trigger.has-selection{background:#f3f9f5;border-color:#1f7a4f;color:#0f2d1f}.variant-compact-trigger.is-required{border-color:#ef4444}.variant-compact-label{font-size:.75rem;opacity:.8}.variant-compact-value{font-weight:600;min-width:60px;text-align:left}.variant-compact-arrow{width:12px;height:12px;transition:transform .2s ease;flex-shrink:0}.required-asterisk{color:#ef4444;margin-left:2px}.variant-compact-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:1000;min-width:120px;max-width:200px;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #d6ddd9;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.variant-compact-option{display:block;width:100%;padding:8px 12px;border:none;background:#fff;color:#0f172a;font-size:.8rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s ease}.variant-compact-option:hover{background:#f8f9fa}.variant-compact-option.is-selected{background:#e9f5ee;color:#0f2d1f}@media (max-width: 768px){.product-variants-compact{gap:6px}.variant-compact-trigger{padding:5px 8px;font-size:.75rem}.variant-compact-value{min-width:50px}.variant-compact-dropdown{min-width:100px;max-width:160px}.variant-compact-option{padding:6px 10px;font-size:.75rem}}.related-products{margin-top:4rem}.related-products-empty{margin-top:12px;display:flex;justify-content:flex-start}.related-products-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;background:#0f2d1f;color:#fff;font-weight:700}.related-products h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem}.related-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.related-product-card{background:var(--card-bg);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;cursor:pointer}.related-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.related-product-image{width:100%;height:200px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.12);position:relative}.related-product-image img{width:100%;height:100%;object-fit:contain}.related-product-badge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:999px;background:#111827d9;color:#fff;font-size:.7rem;font-weight:600}.related-product-info{padding:1rem}.related-product-info h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.related-product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:var(--text-secondary)}.related-product-price{font-size:1.25rem;font-weight:700;color:var(--theme-primary)}@media (max-width: 1024px){.product-detail-main{grid-template-columns:1fr 1fr;gap:1.5rem}.main-image{height:320px}}@media (max-width: 768px){.product-detail-content{padding:1rem}.product-detail-main{grid-template-columns:1fr;gap:1.2rem}.main-image{height:260px}.product-title{font-size:1.75rem}.current-price{font-size:2rem}.pricing-actions{width:auto;margin-left:auto;justify-content:flex-end}.add-to-cart-btn{flex:0 0 auto}}@media (max-width: 540px){.product-detail-main{gap:1.1rem}.main-image{height:240px}.thumbnail-images{gap:.6rem;overflow-x:auto;padding-bottom:6px}.thumbnail{width:72px;height:72px}.product-pricing{gap:10px}.current-price{font-size:1.4rem}.related-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.related-product-image{height:96px}.related-product-info h4{font-size:.86rem}.related-product-rating{font-size:.78rem}.related-product-price{font-size:.95rem}.related-products h2{font-size:1.4rem;margin-bottom:1rem}}@media (max-width: 420px){.product-detail-content{padding:.6rem}.product-title{font-size:1.4rem}.rating-value{font-size:.9rem}.reviews-count{font-size:.75rem}.main-image{height:260px}.thumbnail{width:72px;height:72px}.current-price{font-size:1.4rem}.original-price{font-size:.9rem}.discount{font-size:.72rem}.add-to-cart-btn{font-size:.95rem;padding:.85rem 1.1rem}.add-to-favorites-btn{width:48px;height:48px}}@media (max-width: 390px){.product-title{font-size:1.3rem}.main-image{height:230px}.thumbnail{width:64px;height:64px}.current-price{font-size:1.3rem}}@media (max-width: 360px){.product-title{font-size:1.2rem}.main-image{height:210px}.add-to-cart-btn{font-size:.9rem;padding:.75rem 1rem}}.ap-container{padding:10px 4px 14px}.ap-headRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.ap-title{font-size:2rem;letter-spacing:-.03em;margin:6px 0 10px}.ap-sortWrap{position:relative}.ap-sortBtn{height:38px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fff;padding:0 14px;font-weight:700;color:#0f172a;box-shadow:0 8px 16px #0f172a14}.ap-sortMenu{position:absolute;right:0;top:calc(100% + 8px);width:190px;padding:8px;border-radius:14px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 16px 28px #0f172a29;z-index:12;display:grid;gap:4px}.ap-sortOption{width:100%;text-align:left;border-radius:10px;padding:8px 10px;background:transparent;color:#0f172a;font-weight:600}.ap-sortOption:hover,.ap-sortOption.is-active{background:#0f172a14}.ap-empty{height:180px;display:grid;place-items:center;font-size:1.2rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#0f172a;background:transparent;border:0}.ap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}.ap-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;box-shadow:0 14px 26px #0f172a1f;padding:12px;position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ap-card:hover{transform:translateY(-4px);box-shadow:0 18px 32px #0f172a29;border-color:#0f172a24}.ap-badges{position:absolute;left:12px;top:12px;z-index:3;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.ap-categoryTag{padding:4px 8px;border-radius:999px;font-size:.68rem;font-weight:700;background:#0f172a14;color:#334155}.ap-fav{position:absolute;right:10px;top:10px;width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 12px 24px #0f172a2e;color:#1f2937;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;z-index:3}.ap-fav.is-on{color:#fff;background:linear-gradient(135deg,#ff4d6d,#ff7b93);border-color:transparent}.ap-fav:hover{transform:translateY(-1px) scale(1.02);box-shadow:0 14px 28px #0000002e}.ap-fav svg{width:18px;height:18px;filter:drop-shadow(0 1px 2px rgba(15,23,42,.18))}.ap-img{height:150px;border-radius:18px;background:#fff;border:1px solid rgba(0,0,0,.05);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.ap-img img{width:100%;height:100%;object-fit:contain;object-position:center;padding:12px;pointer-events:none;-webkit-user-drag:none}.ap-freeBadge{position:absolute;bottom:8px;left:8px;padding:4px 8px;border-radius:999px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.04em}.ap-stockBadge{padding:4px 8px;border-radius:999px;background:#111827d9;color:#fff;font-size:.7rem;font-weight:600}.ap-name{margin-top:10px;font-weight:800;font-size:.95rem;line-height:1.2;color:#0f172a}.ap-meta{margin-top:8px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;color:#475569;font-weight:700;font-size:.82rem;line-height:1.1}.ap-price{color:#0f172a;display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;flex-wrap:nowrap;flex:1;min-width:0}.ap-ship{font-size:.72rem;font-weight:600;color:#64748b}.ap-oldRow{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.ap-rating{margin-left:auto;white-space:nowrap}.ap-old{text-decoration:line-through;color:#7a7a7a;font-weight:700;margin-right:6px;font-size:.72rem;white-space:nowrap}.ap-current{color:#0f172a;font-weight:800;font-size:.82rem;white-space:nowrap}.ap-discount{margin-left:6px;font-size:.64rem;font-weight:800;padding:2px 6px;border-radius:999px;background:#36c37c33;color:#0f7a42;white-space:nowrap}@media (max-width: 768px){.ap-container{padding:6px 2px 12px}.ap-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}}@media (max-width: 540px){.ap-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ap-card{padding:6px}.ap-img{height:86px}.ap-name,.ap-meta{font-size:.76rem}}@media (max-width: 420px){.ap-title{font-size:1.5rem}.ap-headRow{align-items:flex-start}.ap-sortBtn{height:34px;padding:0 12px}.ap-card{padding:6px}.ap-img{height:86px}.ap-name,.ap-meta{font-size:.76rem}}.fp-container{padding:10px 4px 14px}.fp-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:6px 0 18px}.fp-title{margin:0;font-size:2rem;letter-spacing:-.03em}.fp-clear{padding:10px 14px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 22px #0000001a;font-weight:800}.fp-empty{background:#ffffffe6;border:1px solid rgba(0,0,0,.06);border-radius:26px;box-shadow:0 14px 40px #0000001a;padding:22px}.fp-emptyTitle{font-weight:900;font-size:1.25rem}.fp-emptySub{color:var(--text-secondary);margin-top:6px}.fp-cta{display:inline-flex;margin-top:14px;padding:12px 16px;border-radius:999px;background:#b9ef66;font-weight:900}.fp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.fp-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.06);border-radius:22px;box-shadow:0 12px 32px #0000001a;padding:12px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.fp-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000024}.fp-fav{position:absolute;right:10px;top:10px;width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 12px 24px #0f172a2e;color:#1f2937;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;z-index:3}.fp-fav.is-on{color:#fff;background:linear-gradient(135deg,#ff4d6d,#ff7b93);border-color:transparent}.fp-fav svg{width:18px;height:18px;filter:drop-shadow(0 1px 2px rgba(15,23,42,.18))}.fp-img{height:150px;border-radius:18px;background:#fff;border:1px solid rgba(0,0,0,.12);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.fp-info{display:flex;flex-direction:column}.fp-old{text-decoration:line-through;color:#7a7a7a;font-weight:600;margin-right:6px;font-size:.85rem}.fp-current{font-weight:800;margin-right:6px}.fp-discount{font-size:.7rem;font-weight:800;padding:2px 6px;border-radius:999px;background:#36c37c33;color:#0f7a42}.fp-img img{width:100%;height:100%;object-fit:contain;object-position:center;padding:12px}.fp-stockBadge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:999px;background:#111827d9;color:#fff;font-size:.7rem;font-weight:600}.fp-name{margin-top:10px;font-weight:900;font-size:.95rem;line-height:1.2}.fp-meta{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text-secondary);font-weight:700;font-size:.9rem}.fp-price{color:var(--theme-primary);display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}@media (max-width: 768px){.fp-container{padding:6px 2px 12px}}@media (max-width: 480px){.fp-head{flex-direction:row;align-items:center}.fp-title{font-size:1.5rem}.fp-clear{padding:8px 12px;font-size:.9rem}.fp-grid{grid-template-columns:1fr}.fp-card{display:grid;grid-template-columns:86px 1fr;gap:10px;padding:10px}.fp-img{height:86px}.fp-name{font-size:.9rem}.fp-meta{font-size:.82rem;flex-direction:column;align-items:flex-start;gap:4px}}.cp-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:10px 4px 14px}.cp-title{margin:0;font-size:2rem;letter-spacing:-.03em}.cp-clear{padding:10px 14px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 22px #0000001a;font-weight:900}.cp-empty{margin:0 4px 14px;background:#ffffffe6;border:1px solid rgba(0,0,0,.06);border-radius:26px;box-shadow:0 14px 40px #0000001a;padding:22px}.cp-emptyTitle{font-weight:900;font-size:1.25rem}.cp-emptySub{color:var(--text-secondary);margin-top:6px}.cp-cta{display:inline-flex;margin-top:14px;padding:12px 16px;border-radius:999px;background:#b9ef66;font-weight:900}.cp-grid{display:grid;grid-template-columns:1fr 360px;gap:16px;padding:0 4px 14px}.cp-left{display:flex;flex-direction:column;gap:12px}.cp-item{background:#ffffffe6;border:1px solid rgba(0,0,0,.06);border-radius:22px;box-shadow:0 12px 32px #0000001a;padding:12px;display:grid;grid-template-columns:110px 1fr;gap:12px}.cp-img{height:110px;border-radius:18px;background:#fff;border:1px solid rgba(0,0,0,.12);overflow:hidden;display:flex;align-items:center;justify-content:center}.cp-img img{width:100%;height:100%;object-fit:contain;object-position:center;padding:10px}.cp-info{min-width:0}.cp-titleRow{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.cp-name{display:inline-block;font-weight:900;font-size:1.05rem;line-height:1.2}.cp-meta{margin-top:6px;display:flex;gap:10px;flex-wrap:wrap;color:var(--text-secondary);font-weight:700;font-size:.9rem}.cp-variant{margin-top:6px;display:flex;gap:10px;flex-wrap:wrap;color:var(--text-secondary);font-weight:700;font-size:.88rem}.cp-variant span{padding:4px 10px;background:#0000000d;border-radius:8px}.cp-ship{margin-top:6px;font-size:.88rem;font-weight:700;color:var(--text-secondary)}.cp-price{color:var(--theme-primary)}.cp-vatNote{margin-top:4px;font-size:.78rem;font-weight:700;color:#ef4444}.cp-actions{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cp-qty{display:grid;grid-template-columns:42px 56px 42px;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#ffffffe6}.cp-qty button{height:42px;background:#f5f5f5cc;font-size:18px;font-weight:900}.cp-qty input{height:42px;border:none;outline:none;text-align:center;font-weight:900;background:transparent}.cp-remove{width:38px;height:38px;border-radius:50%;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 22px #00000014;display:inline-flex;align-items:center;justify-content:center;color:#000000b3}.cp-trash{width:18px;height:18px;display:block}.cp-summary{position:sticky;top:18px;background:#ffffffe6;border:1px solid rgba(0,0,0,.06);border-radius:22px;box-shadow:0 12px 32px #0000001a;padding:14px}.cp-sTitle{font-weight:900;font-size:1.1rem;margin-bottom:10px}.cp-field{display:grid;gap:6px;margin-bottom:10px}.cp-field label{font-weight:800;color:var(--text-secondary);font-size:.85rem}.cp-select{height:44px;border-radius:14px;border:1px solid rgba(0,0,0,.08);padding:0 10px;background:#fffffff2;font-weight:700}.cp-couponRow{display:grid;grid-template-columns:1fr auto;gap:8px}.cp-couponInput{height:44px;border-radius:14px;border:1px solid rgba(0,0,0,.08);padding:0 12px;font-weight:700;background:#fffffff2}.cp-apply{height:44px;padding:0 16px;border-radius:14px;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);font-weight:900}.cp-couponMsg{font-weight:800;font-size:.85rem}.cp-couponMsg.ok{color:#0f7a42}.cp-couponMsg.bad{color:var(--accent-red)}.cp-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;color:var(--text-secondary);font-weight:700}.cp-row strong{color:#111}.cp-divider{height:1px;background:#00000014;margin:6px 0}.cp-total span,.cp-total strong{color:#111;font-weight:900}.cp-checkout{width:100%;margin-top:12px;padding:12px 16px;border-radius:999px;background:#b9ef66;font-weight:900;box-shadow:0 10px 24px #0000001f}.cp-note{margin-top:10px;color:var(--text-secondary);font-weight:600;font-size:.9rem}@media (max-width: 1024px){.cp-grid{grid-template-columns:1fr}.cp-summary{position:relative;top:0}}@media (max-width: 600px){.cp-grid{grid-template-columns:1fr;gap:12px}.cp-summary{max-width:320px;margin-left:auto}.cp-item{grid-template-columns:86px 1fr;gap:10px}.cp-img{height:86px}.cp-price{font-size:1rem}.cp-meta{flex-direction:column;gap:4px;font-size:.82rem}.cp-name{font-size:.95rem}.cp-titleRow{align-items:center}.cp-price{font-size:.95rem}.cp-actions{margin-top:8px;flex-direction:row;align-items:center}.cp-qty{grid-template-columns:36px 44px 36px}.cp-qty button,.cp-qty input{height:36px}.cp-remove{width:32px;height:32px}.cp-trash{width:16px;height:16px}.cp-summary{max-width:none;width:100%}.cp-couponRow{grid-template-columns:1fr}.cp-apply{width:100%}.cp-row{font-size:.9rem}}@media (max-width: 420px){.cp-title{font-size:1.4rem}.cp-item{grid-template-columns:74px 1fr;gap:8px}.cp-titleRow{gap:6px}.cp-name,.cp-price{font-size:.9rem}.cp-meta{font-size:.78rem}.cp-qty{flex-direction:column;align-items:flex-start}.cp-summary{padding:12px}.cp-checkout{padding:10px 12px}}.co-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.co-title{font-size:1.8rem;margin:0}.co-back{text-decoration:none;color:#0f2d1f;font-weight:600}.co-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}.co-card,.co-summary{background:#fff;border-radius:16px;padding:18px;box-shadow:0 12px 28px #0f1c1614}.co-cardTitle,.co-summaryTitle{font-size:1.1rem;font-weight:700;margin-bottom:12px}.co-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;font-size:.95rem}.co-field input,.co-field textarea,.co-select{border:1px solid #d6ddd9;border-radius:10px;padding:10px 12px;font:inherit}.co-row2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.co-help{grid-column:1 / -1;margin-top:-6px;font-size:.82rem;color:#6b7a73}.co-customerType{display:flex;gap:12px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #e4ebe7}.co-typeBtn{flex:1;padding:12px 16px;border:2px solid #d6ddd9;border-radius:10px;background:#fff;color:#5a6d62;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease}.co-typeBtn:hover{border-color:#0f2d1f;color:#0f2d1f}.co-typeBtn.is-active{background:#0f2d1f;border-color:#0f2d1f;color:#fff}.co-required{color:#ef4444;font-weight:700}.co-pay{width:100%;border:none;border-radius:12px;padding:12px 14px;background:#0f2d1f;color:#fff;font-weight:700;cursor:pointer}.co-pay:disabled{opacity:.7;cursor:default}.co-note{margin-top:8px;font-size:.85rem;color:#5a6d62}.co-row{display:flex;align-items:center;justify-content:space-between;margin:6px 0;font-size:.95rem}.co-items{display:grid;gap:10px;margin-bottom:10px}.co-item{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.9rem}.co-itemName{font-weight:700;color:#1f2937}.co-itemPrice{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.co-itemVat{font-size:.75rem;font-weight:700;color:#ef4444}.co-shipList{margin-top:8px;padding:8px 10px;border-radius:12px;background:#f4f7f5;border:1px solid #e4ebe7;display:grid;gap:6px}.co-shipTitle{font-size:.85rem;font-weight:700;color:#5a6d62}.co-shipItem{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.9rem}.co-divider{height:1px;background:#e4ebe7;margin:10px 0}.co-total{font-size:1.05rem}.co-coupon{margin-top:8px;font-size:.9rem;color:#0f2d1f;font-weight:600}.co-error{background:#ffe8e8;color:#8f1d1d;border-radius:10px;padding:10px 12px;margin:8px 0 12px;font-size:.9rem}.co-empty{background:#fff;border-radius:16px;padding:24px;text-align:center}.co-emptyTitle{font-size:1.2rem;font-weight:700;margin-bottom:6px}.co-emptySub{color:#5a6d62;margin-bottom:12px}.co-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;background:#0f2d1f;color:#fff;border-radius:10px;text-decoration:none;font-weight:600}.co-iyzico{margin-top:18px;background:#fff;border-radius:16px;padding:12px}@media (max-width: 900px){.co-grid{grid-template-columns:1fr}}@media (max-width: 600px){.co-row2{grid-template-columns:1fr}.co-title{font-size:1.5rem}.co-card,.co-summary{padding:12px}.co-field{margin-bottom:10px;font-size:.9rem}.co-field input,.co-field textarea,.co-select{padding:9px 10px}.co-pay{padding:10px 12px;font-size:.95rem}.co-summary{width:100%}.co-row{font-size:.9rem}.co-note{font-size:.8rem}}.pay-success{max-width:960px;margin:0 auto;padding:20px 12px 30px}.pay-card{background:#fff;border-radius:22px;padding:24px;box-shadow:0 18px 40px #0000001f;display:grid;gap:16px;text-align:center}.pay-icon{width:64px;height:64px;border-radius:50%;background:#16a34a26;color:#16a34a;display:grid;place-items:center;font-size:2rem;font-weight:900;margin:0 auto}.pay-summary{background:#f8fafc;border-radius:18px;padding:16px;display:grid;gap:12px;text-align:left}.pay-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700}.pay-itemsTitle{font-weight:900;margin-bottom:6px}.pay-item{display:grid;grid-template-columns:1fr auto auto;gap:10px;font-size:.95rem;padding:6px 0;border-bottom:1px dashed rgba(0,0,0,.08)}.pay-item:last-child{border-bottom:none}.pay-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.pay-btn{padding:12px 18px;border-radius:999px;background:#b9ef66;font-weight:900}.pay-btnGhost{padding:12px 18px;border-radius:999px;border:1px solid rgba(0,0,0,.12);font-weight:900}.pay-summaryEmpty{font-weight:600;color:#64748b}@media (max-width: 600px){.pay-card{padding:18px}.pay-item{grid-template-columns:1fr auto;row-gap:4px}}.contact-wrap{padding:10px 4px 16px}.contact-card{background:#ffffffbf;border:1px solid rgba(255,255,255,.7);border-radius:26px;box-shadow:0 14px 40px #0000001a;padding:20px}.contact-card h1{margin:0 0 6px}.contact-card p{color:var(--text-secondary);margin-bottom:18px}.contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.contact-label{font-weight:800;color:var(--text-secondary);font-size:.85rem}.contact-value{font-weight:800}.contact-phone{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;padding:10px 14px;border-radius:999px;background:#63b5ff;color:#fff;font-weight:900;box-shadow:0 10px 22px #0000001f}.contact-whatsapp{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;padding:10px 14px;border-radius:999px;background:#25d366;color:#fff;font-weight:900;box-shadow:0 10px 22px #0000001f}.contact-form{display:grid;gap:10px}.contact-form input,.contact-form textarea{border-radius:14px;border:1px solid rgba(0,0,0,.08);padding:12px;background:#ffffffe6}.contact-form button{border-radius:999px;padding:12px 16px;background:#b9ef66;font-weight:900}.contact-error{color:#ef4444;font-size:.85rem;font-weight:600}.contact-success{color:#16a34a;font-size:.85rem;font-weight:600}@media (max-width: 720px){.contact-grid{grid-template-columns:1fr}}@media (max-width: 420px){.contact-card{padding:14px}.contact-card h1{font-size:1.4rem}.contact-form input,.contact-form textarea{padding:10px}.contact-form button{padding:10px 12px}}.rental-content{max-width:1200px;margin:0 auto;padding:24px 16px}.rental-header{margin-bottom:32px;text-align:center}.rental-title{font-size:2rem;font-weight:800;margin:0 0 8px;color:#0f172a}.rental-description{font-size:1rem;color:#64748b;margin:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.product-image{width:100%;height:240px;background:#fff;border:1px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:12px}.product-stockBadge{position:absolute;top:12px;left:12px;background:#ef4444f2;color:#fff;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:700;z-index:2}.product-info{padding:16px}.product-name{font-size:1.1rem;font-weight:700;margin:0 0 8px;color:#0f172a}.product-price{display:flex;flex-direction:column;gap:4px;align-items:flex-start;margin-bottom:8px}.product-oldPrice{text-decoration:line-through;color:#94a3b8;font-size:.9rem}.product-currentPrice{font-size:1.2rem;font-weight:800;color:#0f172a}.product-discount{font-size:.85rem;color:#ef4444;font-weight:700}.product-rating{font-size:.9rem;color:#64748b}.product-fav{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(140deg,#ffffff47,#ffffff14);border:1px solid rgba(255,255,255,.42);box-shadow:0 10px 22px #00000038,inset 0 1px #ffffff59;color:#0f172ad9;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;z-index:3;cursor:pointer}.product-fav.is-on{color:#fff;background:linear-gradient(135deg,#ff4d6d,#ff7b93);border-color:transparent}.product-fav:hover{transform:translateY(-1px) scale(1.02);box-shadow:0 14px 28px #0000002e}.product-fav svg{width:18px;height:18px;filter:drop-shadow(0 1px 2px rgba(15,23,42,.18))}.rental-empty{grid-column:1 / -1;height:180px;border-radius:16px;border:1px dashed rgba(148,163,184,.6);display:grid;place-items:center;font-size:1.2rem;font-weight:800;color:#0f172a;background:transparent}@media (max-width: 600px){.products-grid{grid-template-columns:1fr;gap:16px}.rental-title{font-size:1.5rem}.product-image{height:200px}}.legal-page{padding:10px 4px 24px;max-width:720px;margin:0 auto}.legal-page h1{margin:0 0 16px;font-size:1.5rem}.legal-page h2{margin:20px 0 10px;font-size:1.15rem}.legal-page h3{margin:14px 0 6px;font-size:1rem}.legal-page p{color:var(--text-secondary);margin:0 0 10px;line-height:1.6;font-weight:600}.legal-page ul{margin:0 0 12px;padding-left:20px;color:var(--text-secondary);font-weight:600;line-height:1.55}.legal-page li{margin-bottom:6px}.legal-page strong{color:inherit}@media (max-width: 540px){.legal-page{padding:10px 4px 16px}.legal-page h1{font-size:1.3rem}.legal-page h2{font-size:1.05rem}}.app{min-height:100vh;background-color:var(--primary-bg)}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-bg: #f5f5f5;--card-bg: #ffffff;--text-primary: #1a1a1a;--text-secondary: #666666;--accent-green: #a8e063;--accent-blue: #4a90e2;--accent-orange: #ff6b6b;--accent-red: #e74c3c;--accent-cyan: #00d4ff;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .16);--border-radius: 16px;--border-radius-sm: 12px;--theme-primary: #4a90e2;--theme-secondary: #00d4ff;--theme-accent: #4a90e2}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--primary-bg);color:var(--text-primary);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea{font-family:inherit}.toast-viewport{position:fixed;right:22px;bottom:22px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{min-width:220px;padding:12px 14px;border-radius:14px;background:#141414e6;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 12px 28px #00000040;border:1px solid rgba(255,255,255,.08);font-size:.9rem}.toast.success{background:#0f7841eb}.toast-message{font-weight:700}.toast-close{width:28px;height:28px;border-radius:8px;background:#ffffff1f;color:#fff;font-weight:900}@media (max-width: 768px){html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}*::-webkit-scrollbar{display:none}}
