.shopify-section-group-header-group{z-index:200!important}:root{--fc-dark: #1F2937;--fc-blue: #2563EB;--fc-blue-hover: #1D4ED8;--fc-success: #10B981;--fc-warning: #F59E0B;--fc-danger: #EF4444;--fc-gray-50: #F9FAFB;--fc-gray-100: #F3F4F6;--fc-gray-200: #E5E7EB;--fc-gray-300: #D1D5DB;--fc-gray-400: #9CA3AF;--fc-gray-500: #6B7280;--fc-gray-600: #4B5563;--fc-gray-700: #374151;--fc-gray-800: #1F2937;--fc-gray-900: #111827;--fc-radius: 12px;--fc-radius-sm: 8px;--fc-shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);--fc-shadow-md: 0 4px 16px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.06);--fc-shadow-lg: 0 20px 60px rgba(0,0,0,.16), 0 6px 20px rgba(0,0,0,.1)}.fc-profile-trigger{display:flex;align-items:center;gap:8px;padding:5px 12px 5px 5px;border-radius:40px;border:1.5px solid var(--fc-gray-200);background:transparent;cursor:pointer;font-family:inherit;transition:border-color .2s,background .2s;text-decoration:none;position:relative}.fc-profile-trigger:hover{border-color:var(--fc-gray-400);background:var(--fc-gray-50)}.fc-profile-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fc-profile-avatar--guest{background:var(--fc-gray-100)}.fc-profile-avatar--loggedin{background:var(--fc-dark)}.fc-profile-trigger-name{font-size:13px;font-weight:500;color:var(--fc-gray-700);white-space:nowrap}@media(max-width:749px){.fc-profile-trigger{padding:5px;border-radius:50%;gap:0;border-color:transparent;background:transparent;margin-left:5px}.fc-profile-trigger:hover{border-color:var(--fc-gray-200);background:var(--fc-gray-50)}.fc-profile-trigger .fc-profile-trigger-name,.fc-profile-trigger .fc-profile-chevron{display:none}.fc-profile-avatar{width:32px;height:32px}.fc-profile-avatar svg{width:22px;height:22px}}.fc-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:260px;background:#fff;border-radius:14px;box-shadow:var(--fc-shadow-lg);border:1px solid var(--fc-gray-200);z-index:9999;overflow:hidden;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s,transform .2s}.fc-dropdown.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.fc-dropdown-header{display:flex;align-items:center;gap:12px;padding:16px;background:var(--fc-gray-50);border-bottom:1px solid var(--fc-gray-200)}.fc-dropdown-avatar{width:42px;height:42px;border-radius:50%;background:var(--fc-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;flex-shrink:0}.fc-dropdown-name{font-size:14px;font-weight:600;color:var(--fc-gray-900);line-height:1.3}.fc-dropdown-email{font-size:12px;color:var(--fc-gray-500)}.fc-dropdown-divider{height:1px;background:var(--fc-gray-200)}.fc-dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;color:var(--fc-gray-700);cursor:pointer;text-decoration:none;transition:background .15s}.fc-dropdown-item:hover{background:var(--fc-gray-50);color:var(--fc-gray-900)}.fc-dropdown-item.is-danger{color:var(--fc-danger)}.fc-dropdown-item.is-danger:hover{background:#fef2f2}.fc-dropdown-icon{width:30px;height:30px;border-radius:7px;background:var(--fc-gray-100);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fc-dropdown-item.is-danger .fc-dropdown-icon{background:#fef2f2}.fc-dropdown-badge{margin-left:auto;background:var(--fc-blue);color:#fff;font-size:10px;font-weight:700;padding:1px 7px;border-radius:20px}.fc-profile-wrapper{position:relative;display:inline-flex;z-index:9999}.fc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .25s}.fc-modal-overlay.is-open{opacity:1;pointer-events:auto}.fc-modal{background:#fff;border-radius:20px;padding:36px 32px;width:100%;max-width:420px;position:relative;box-shadow:var(--fc-shadow-lg);transform:scale(.96) translateY(10px);transition:transform .25s}.fc-modal-overlay.is-open .fc-modal{transform:scale(1) translateY(0)}.fc-modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:var(--fc-gray-100);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--fc-gray-500);transition:background .15s}.fc-modal-close:hover{background:var(--fc-gray-200)}.fc-modal-step{display:none}.fc-modal-step.is-active{display:block}.fc-modal-logo{text-align:center;font-size:18px;font-weight:800;letter-spacing:-.4px;color:var(--fc-dark);margin-bottom:8px}.fc-modal-title{font-size:22px;font-weight:700;text-align:center;color:var(--fc-gray-900);margin-bottom:6px;line-height:1.3}.fc-modal-sub{font-size:14px;color:var(--fc-gray-500);text-align:center;margin-bottom:24px;line-height:1.6}.fc-modal-icon{width:52px;height:52px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.fc-form-group{margin-bottom:16px}.fc-form-row{display:flex;gap:12px}.fc-form-row .fc-form-group{flex:1}.fc-label{display:block;font-size:13px;font-weight:500;color:var(--fc-gray-700);margin-bottom:6px}.fc-input{width:100%;padding:11px 14px;border:1.5px solid var(--fc-gray-300);border-radius:var(--fc-radius-sm);font-size:14px;font-family:inherit;color:var(--fc-gray-900);outline:none;transition:border-color .2s,box-shadow .2s;background:#fff}.fc-input:focus{border-color:var(--fc-blue);box-shadow:0 0 0 3px #2563eb1a}.fc-input.is-readonly{background:var(--fc-gray-50);color:var(--fc-gray-500);cursor:not-allowed}.fc-input.is-error{border-color:var(--fc-danger)}.fc-input-error{font-size:12px;color:var(--fc-danger);margin-top:4px;display:none}.fc-input-error.is-visible{display:block}.fc-btn{width:100%;padding:13px;border:none;border-radius:var(--fc-radius-sm);font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,opacity .2s;display:flex;align-items:center;justify-content:center;gap:8px}.fc-btn:disabled{opacity:.6;cursor:not-allowed}.fc-btn-primary{background:var(--fc-dark);color:#fff}.fc-btn-primary:hover:not(:disabled){background:var(--fc-gray-700)}.fc-btn-blue{background:var(--fc-blue);color:#fff}.fc-btn-blue:hover:not(:disabled){background:var(--fc-blue-hover)}.fc-btn-outline{width:auto;padding:8px 18px;background:#fff;border:1.5px solid var(--fc-gray-300);color:var(--fc-gray-700);font-size:14px}.fc-btn-outline:hover:not(:disabled){border-color:var(--fc-gray-500);background:var(--fc-gray-50)}.fc-btn-sm{width:auto;padding:6px 14px;font-size:12px;font-weight:600;border-radius:6px}.fc-btn-danger-sm{background:#fef2f2;color:var(--fc-danger);border:none}.fc-divider{display:flex;align-items:center;gap:12px;margin:18px 0}.fc-divider:before,.fc-divider:after{content:"";flex:1;height:1px;background:var(--fc-gray-200)}.fc-divider span{font-size:12px;color:var(--fc-gray-400);font-weight:500}.fc-google-btn{width:100%;padding:12px;background:var(--fc-gray-100);border:1.5px solid var(--fc-gray-200);border-radius:var(--fc-radius-sm);font-size:14px;font-weight:500;font-family:inherit;color:var(--fc-gray-400);cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:10px}.fc-checkbox-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px}.fc-checkbox-row input[type=checkbox]{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:var(--fc-dark);cursor:pointer}.fc-checkbox-label{font-size:13px;color:var(--fc-gray-600);line-height:1.5;cursor:pointer}.fc-checkbox-label a{color:var(--fc-blue);text-decoration:none}.fc-back-link{text-align:center;margin-top:14px;font-size:13px}.fc-back-link a{color:var(--fc-gray-500);text-decoration:none;cursor:pointer}.fc-back-link a:hover{color:var(--fc-gray-800)}.fc-alert{padding:10px 14px;border-radius:var(--fc-radius-sm);font-size:13px;margin-bottom:16px;display:none}.fc-alert.is-visible{display:block}.fc-alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #FECACA}.fc-alert-success{background:#ecfdf5;color:#065f46;border:1px solid #A7F3D0}.fc-otp-row{display:flex;gap:8px;justify-content:center;margin:20px 0}.fc-otp-input{width:46px;height:54px;border:2px solid var(--fc-gray-300);border-radius:var(--fc-radius-sm);font-size:22px;font-weight:700;text-align:center;font-family:inherit;color:var(--fc-gray-900);outline:none;transition:border-color .2s,box-shadow .2s}.fc-otp-input:focus{border-color:var(--fc-blue);box-shadow:0 0 0 3px #2563eb1a}.fc-otp-input.is-filled{border-color:var(--fc-blue);background:#2563eb0a}.fc-otp-resend{text-align:center;font-size:13px;color:var(--fc-gray-500);margin-top:12px}.fc-otp-resend a{color:var(--fc-blue);text-decoration:none;font-weight:500;cursor:pointer}.fc-otp-resend a.is-disabled{color:var(--fc-gray-400);pointer-events:none}.fc-otp-timer{color:var(--fc-gray-400)}.fc-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:fc-spin .7s linear infinite}@keyframes fc-spin{to{transform:rotate(360deg)}}.fc-account-wrap{max-width:1100px;margin:0 auto;padding:40px 20px}.fc-account-layout{display:flex;gap:28px;align-items:flex-start}.fc-sidebar{width:220px;flex-shrink:0;background:#fff;border-radius:var(--fc-radius);box-shadow:var(--fc-shadow-sm);overflow:hidden;position:sticky;top:90px}.fc-sidebar-user{padding:20px 16px 16px;border-bottom:1px solid var(--fc-gray-100)}.fc-sidebar-avatar{width:44px;height:44px;border-radius:50%;background:var(--fc-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;margin-bottom:10px}.fc-sidebar-name{font-size:14px;font-weight:700;color:var(--fc-gray-900)}.fc-sidebar-email{font-size:12px;color:var(--fc-gray-500);margin-top:2px}.fc-sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;color:var(--fc-gray-600);cursor:pointer;text-decoration:none;transition:all .15s;border-right:3px solid transparent}.fc-sidebar-nav-item:hover{background:var(--fc-gray-50);color:var(--fc-gray-900)}.fc-sidebar-nav-item.is-active{color:var(--fc-blue);background:#2563eb0f;border-right-color:var(--fc-blue)}.fc-sidebar-nav-item.is-danger{color:var(--fc-danger)}.fc-sidebar-nav-item.is-danger:hover{background:#fef2f2}.fc-sidebar-divider{height:1px;background:var(--fc-gray-200)}.fc-main-content{flex:1;min-width:0}.fc-card{background:#fff;border-radius:var(--fc-radius);box-shadow:var(--fc-shadow-sm);padding:24px;margin-bottom:20px}.fc-card-title{font-size:15px;font-weight:700;color:var(--fc-gray-900);margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--fc-gray-100);display:flex;align-items:center;justify-content:space-between}.fc-verified-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--fc-success);background:#ecfdf5;padding:2px 8px;border-radius:20px;margin-left:8px}.fc-address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:14px}.fc-address-card{border:1.5px solid var(--fc-gray-200);border-radius:var(--fc-radius-sm);padding:16px;position:relative;transition:border-color .2s}.fc-address-card.is-default{border-color:var(--fc-blue)}.fc-default-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--fc-blue);background:#2563eb14;padding:2px 8px;border-radius:20px;margin-bottom:8px}.fc-address-name{font-size:14px;font-weight:600;color:var(--fc-gray-900);margin-bottom:4px}.fc-address-text{font-size:13px;color:var(--fc-gray-500);line-height:1.7}.fc-address-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.fc-btn-add-address{width:100%;padding:12px;border:2px dashed var(--fc-gray-300);background:#fff;border-radius:var(--fc-radius-sm);color:var(--fc-blue);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:border-color .2s,background .2s}.fc-btn-add-address:hover{border-color:var(--fc-blue);background:#2563eb0a}.fc-address-form{background:var(--fc-gray-50);border:1.5px solid var(--fc-gray-200);border-radius:var(--fc-radius-sm);padding:20px;margin-bottom:14px;display:none}.fc-address-form.is-open{display:block}.fc-address-form-title{font-size:14px;font-weight:700;color:var(--fc-gray-900);margin-bottom:16px}.fc-address-form-actions{display:flex;gap:10px;margin-top:4px}.fc-orders-page-title{font-size:22px;font-weight:700;color:var(--fc-gray-900);margin-bottom:20px}.fc-order-card{background:#fff;border-radius:var(--fc-radius);box-shadow:var(--fc-shadow-sm);padding:18px 20px;margin-bottom:12px;transition:box-shadow .2s}.fc-order-card:hover{box-shadow:var(--fc-shadow-md)}.fc-order-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.fc-order-num{font-size:14px;font-weight:700;color:var(--fc-gray-900);text-decoration:none}.fc-order-num:hover{color:var(--fc-blue)}.fc-order-date{font-size:12px;color:var(--fc-gray-500);margin-top:3px}.fc-status-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.3px;white-space:nowrap}.fc-status-processing,.fc-status-unfulfilled{background:#fffbeb;color:#b45309}.fc-status-shipped,.fc-status-partially_fulfilled{background:#eff6ff;color:#1d4ed8}.fc-status-delivered,.fc-status-fulfilled{background:#ecfdf5;color:#065f46}.fc-status-cancelled{background:#fef2f2;color:#b91c1c}.fc-status-refunded{background:#f5f3ff;color:#6d28d9}.fc-order-items-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.fc-order-thumb{width:52px;height:52px;border-radius:8px;object-fit:cover;border:1px solid var(--fc-gray-200);flex-shrink:0;background:var(--fc-gray-100)}.fc-order-thumb-placeholder{width:52px;height:52px;border-radius:8px;border:1px solid var(--fc-gray-200);background:var(--fc-gray-100);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px}.fc-order-items-info{flex:1;min-width:0}.fc-order-item-name{font-size:14px;font-weight:500;color:var(--fc-gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-order-items-more{font-size:12px;color:var(--fc-gray-500);margin-top:2px}.fc-order-total{font-size:15px;font-weight:700;color:var(--fc-gray-900);text-align:right;flex-shrink:0}.fc-order-card-footer{display:flex;justify-content:flex-end}.fc-btn-view-order{padding:8px 18px;background:var(--fc-dark);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s}.fc-btn-view-order:hover{background:var(--fc-gray-700);color:#fff}.fc-orders-empty{text-align:center;padding:60px 20px;color:var(--fc-gray-500)}.fc-orders-empty h3{font-size:18px;font-weight:700;color:var(--fc-gray-700);margin-bottom:8px}.fc-orders-empty p{font-size:14px;margin-bottom:20px}.fc-order-detail-wrap{max-width:1000px;margin:0 auto;padding:36px 20px}.fc-back-btn{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--fc-gray-600);text-decoration:none;margin-bottom:20px;cursor:pointer;background:none;border:none;font-family:inherit;padding:0}.fc-back-btn:hover{color:var(--fc-gray-900)}.fc-order-detail-header{margin-bottom:24px}.fc-order-detail-title{font-size:22px;font-weight:800;color:var(--fc-gray-900);display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:6px}.fc-order-meta{font-size:13px;color:var(--fc-gray-500)}.fc-order-meta strong{color:var(--fc-gray-700)}.fc-order-detail-grid{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}.fc-items-card{background:#fff;border-radius:var(--fc-radius);box-shadow:var(--fc-shadow-sm);overflow:hidden;margin-bottom:20px}.fc-items-card-title{font-size:14px;font-weight:700;color:var(--fc-gray-900);padding:16px 20px 14px;border-bottom:1px solid var(--fc-gray-100)}.fc-items-table{width:100%;border-collapse:collapse}.fc-items-table th{font-size:11px;font-weight:600;color:var(--fc-gray-400);text-transform:uppercase;letter-spacing:.5px;padding:10px 20px;text-align:left;background:var(--fc-gray-50)}.fc-items-table th:not(:first-child){text-align:right}.fc-items-table td{padding:14px 20px;border-top:1px solid var(--fc-gray-100);font-size:13px;color:var(--fc-gray-700);vertical-align:middle}.fc-items-table td:not(:first-child){text-align:right}.fc-product-cell{display:flex;align-items:center;gap:12px}.fc-product-img{width:48px;height:48px;border-radius:8px;object-fit:cover;border:1px solid var(--fc-gray-200);flex-shrink:0;background:var(--fc-gray-100)}.fc-product-name{font-size:13px;font-weight:600;color:var(--fc-gray-900);line-height:1.4}.fc-product-variant{font-size:12px;color:var(--fc-gray-500);margin-top:2px}.fc-mrp{text-decoration:line-through;color:var(--fc-gray-400);font-size:12px}.fc-sp{font-weight:600;color:var(--fc-gray-900)}.fc-summary{padding:4px 20px 20px;border-top:2px solid var(--fc-gray-100)}.fc-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px}.fc-summary-row+.fc-summary-row{border-top:1px solid var(--fc-gray-100)}.fc-summary-label{color:var(--fc-gray-500)}.fc-summary-value{font-weight:500;color:var(--fc-gray-800)}.fc-summary-discount{color:var(--fc-success);font-weight:600}.fc-summary-total{border-top:2px solid var(--fc-gray-200)!important;margin-top:4px;padding-top:12px}.fc-summary-total .fc-summary-label{font-weight:700;font-size:15px;color:var(--fc-gray-900)}.fc-summary-total .fc-summary-value{font-weight:800;font-size:15px;color:var(--fc-gray-900)}.fc-discount-code{background:#ecfdf5;color:var(--fc-success);font-size:11px;font-weight:700;padding:1px 7px;border-radius:4px;margin-left:6px}.fc-tracking-card{background:#fff;border-radius:var(--fc-radius);box-shadow:var(--fc-shadow-sm);padding:20px;margin-bottom:20px}.fc-tracking-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:6px}.fc-tracking-title{font-size:14px;font-weight:700;color:var(--fc-gray-900)}.fc-tracking-carrier{font-size:12px;color:var(--fc-gray-500);margin-top:2px}.fc-waybill-badge{font-size:12px;font-weight:600;color:var(--fc-blue);background:#2563eb14;padding:4px 10px;border-radius:20px;font-family:Courier New,monospace;white-space:nowrap}.fc-timeline{margin:20px 0}.fc-timeline-step{display:flex;gap:14px;position:relative}.fc-timeline-step:not(:last-child) .fc-step-line{position:absolute;left:11px;top:24px;width:2px;height:36px;background:var(--fc-gray-200)}.fc-timeline-step:not(:last-child) .fc-step-line.is-done{background:var(--fc-success)}.fc-step-icon{width:24px;height:24px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-top:2px;position:relative;z-index:1}.fc-step-icon.is-done{background:var(--fc-success);color:#fff}.fc-step-icon.is-active{background:var(--fc-blue);color:#fff;box-shadow:0 0 0 4px #2563eb26}.fc-step-icon.is-pending{background:var(--fc-gray-200);color:var(--fc-gray-400)}.fc-step-content{padding-bottom:28px}.fc-step-label{font-size:13px;font-weight:600;color:var(--fc-gray-900)}.fc-step-label.is-pending{color:var(--fc-gray-400)}.fc-step-time{font-size:12px;color:var(--fc-gray-400);margin-top:2px}.fc-step-msg{font-size:12px;color:var(--fc-gray-600);margin-top:4px;background:var(--fc-gray-50);padding:6px 10px;border-radius:6px}.fc-tracking-update{background:var(--fc-gray-50);border-radius:8px;padding:12px 14px;font-size:13px;color:var(--fc-gray-700);margin:16px 0;line-height:1.5}.fc-tracking-update span{font-size:11px;color:var(--fc-gray-400);display:block;margin-top:4px}.fc-btn-lwe-track{width:100%;padding:12px;border:1.5px solid var(--fc-blue);background:#fff;color:var(--fc-blue);border-radius:var(--fc-radius-sm);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;transition:background .2s}.fc-btn-lwe-track:hover{background:#2563eb0f}.fc-no-tracking{font-size:13px;color:var(--fc-gray-500);text-align:center;padding:20px 0}.fc-info-card{background:#fff;border-radius:var(--fc-radius);box-shadow:var(--fc-shadow-sm);padding:20px;margin-bottom:16px}.fc-info-title{font-size:14px;font-weight:700;color:var(--fc-gray-900);margin-bottom:10px}.fc-info-body{font-size:13px;color:var(--fc-gray-600);line-height:1.8}.fc-info-body strong{color:var(--fc-gray-900)}@media(max-width:900px){.fc-account-layout{flex-direction:column}.fc-sidebar{width:100%;position:static}.fc-order-detail-grid{grid-template-columns:1fr}.fc-items-table th:nth-child(2),.fc-items-table td:nth-child(2){display:none}}@media(max-width:640px){.fc-otp-input{width:40px;height:50px;font-size:20px}.fc-modal{padding:28px 20px}.fc-form-row{flex-direction:column;gap:0}.fc-account-wrap,.fc-order-detail-wrap{padding:20px 16px}.fc-items-table{display:block;overflow-x:auto}}.fc-gender-img-badge{position:absolute;top:10px;right:10px;z-index:3;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.02em;white-space:nowrap;font-family:inherit;line-height:1.4;pointer-events:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.fc-gender-img-badge svg{flex-shrink:0}.fc-gender-img-badge--him{background:#eff6ffeb;color:#1d4ed8;border:1px solid #93C5FD}.fc-gender-img-badge--her{background:#fdf2f8eb;color:#be185d;border:1px solid #F9A8D4}.underline-links-hover:hover .full-unstyled-link,.underline-links-hover:hover .card__heading a,.underline-links-hover:hover a{text-decoration:none!important}.card-wrapper--for-him .card__inner,.card-wrapper--for-her .card__inner{position:relative}.fc-pdp--for-him .swatch-input__input:checked+.swatch-input__label,.fc-pdp--for-him .swatch-input__input:checked+label,.fc-pdp--for-him .product-form__input input[type=radio]:checked+label,[data-fc-gender=him] .swatch-input__input:checked+.swatch-input__label,[data-fc-gender=him] .swatch-input__input:checked+label,[data-fc-gender=him] .product-form__input input[type=radio]:checked+label{outline-color:#1d4ed8!important;background-color:#eff6ff!important;color:#1d4ed8!important}.fc-pdp--for-him .swatch-input__input:not(:checked):hover+.swatch-input__label,.fc-pdp--for-him .product-form__input input[type=radio]:not(:checked):hover+label,[data-fc-gender=him] .swatch-input__input:not(:checked):hover+.swatch-input__label,[data-fc-gender=him] .product-form__input input[type=radio]:not(:checked):hover+label{outline-color:#1d4ed873!important}.fc-pdp--for-her .swatch-input__input:checked+.swatch-input__label,.fc-pdp--for-her .swatch-input__input:checked+label,.fc-pdp--for-her .product-form__input input[type=radio]:checked+label,[data-fc-gender=her] .swatch-input__input:checked+.swatch-input__label,[data-fc-gender=her] .swatch-input__input:checked+label,[data-fc-gender=her] .product-form__input input[type=radio]:checked+label{outline-color:#be185d!important;background-color:#fdf2f8!important;color:#be185d!important}.fc-pdp--for-her .swatch-input__input:not(:checked):hover+.swatch-input__label,.fc-pdp--for-her .product-form__input input[type=radio]:not(:checked):hover+label,[data-fc-gender=her] .swatch-input__input:not(:checked):hover+.swatch-input__label,[data-fc-gender=her] .product-form__input input[type=radio]:not(:checked):hover+label{outline-color:#be185d73!important}.fc-for-her-badge{display:inline-flex!important;align-items:center;gap:5px;background:#fdf2f8!important;color:#be185d!important;border:1px solid #F9A8D4!important;font-size:11px!important;font-weight:700;padding:3px 10px!important;border-radius:20px;letter-spacing:.02em;white-space:nowrap;font-family:inherit;line-height:1.5;text-transform:none}.fc-for-her-badge svg{flex-shrink:0}.fc-for-him-badge{display:inline-flex!important;align-items:center;gap:5px;background:#eff6ff!important;color:#1d4ed8!important;border:1px solid #93C5FD!important;font-size:11px!important;font-weight:700;padding:3px 10px!important;border-radius:20px;letter-spacing:.02em;white-space:nowrap;font-family:inherit;line-height:1.5;text-transform:none}.fc-for-him-badge svg{flex-shrink:0}.fc-pdp-label-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:10px}.fc-pdp-label-row .prod-cat-label{margin-bottom:0}.fc-for-her-pdp-tag{display:inline-flex;align-items:center;gap:6px;background:#fdf2f8;color:#be185d;border:1.5px solid #F9A8D4;font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.02em;font-family:inherit;line-height:1.5;text-transform:none}.fc-for-her-pdp-tag svg{flex-shrink:0}.fc-for-him-pdp-tag{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;color:#1d4ed8;border:1.5px solid #93C5FD;font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.02em;font-family:inherit;line-height:1.5;text-transform:none}.fc-for-him-pdp-tag svg{flex-shrink:0}.product__title--for-her h1,.product__title--for-her h2{background:linear-gradient(135deg,#1f2937 60%,#be185d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product__title--for-him h1,.product__title--for-him h2{background:linear-gradient(135deg,#1f2937 60%,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price--on-sale .price__sale{display:flex!important;align-items:center;flex-wrap:wrap;gap:4px 8px}.Pricing .price--on-sale .price__sale{display:contents!important}.price--on-sale .price__mrp{display:inline-flex!important;align-items:center}.price--on-sale .price__mrp .price-item--regular,.price--on-sale .price-item--regular{display:inline!important;visibility:visible!important;color:#9ca3af!important;text-decoration:line-through!important;font-size:1.3rem;font-weight:400}.fc-pdp--for-him .product-form__submit:not([disabled]):hover,[data-fc-gender=him] .product-form__submit:not([disabled]):hover{background-color:#1d4ed8!important;border-color:#1d4ed8!important;color:#fff!important}.card-wrapper--for-him .quick-add__submit:not([disabled]):hover{background-color:#1d4ed8!important;border-color:#1d4ed8!important;color:#fff!important}.fc-pdp--for-her .product-form__submit:not([disabled]):hover,[data-fc-gender=her] .product-form__submit:not([disabled]):hover{background-color:#be185d!important;border-color:#be185d!important;color:#fff!important}.card-wrapper--for-her .quick-add__submit:not([disabled]):hover{background-color:#be185d!important;border-color:#be185d!important;color:#fff!important}.buy-buttons--wrapper{display:flex;align-items:stretch;gap:10px}.buy-buttons--wrapper>div:not(.product-form__quantity){flex:1 1 auto}.buy-buttons--wrapper>.product-form__quantity{flex:0 0 100%}.buy-buttons--wrapper swymcs-wishlist-button{display:flex;align-items:stretch;flex-shrink:0}.buy-buttons--wrapper #swymcs-wishlist-button{height:calc(4.5rem + var(--buttons-border-width, 0px) * 2)!important;min-width:52px;display:flex!important;align-items:center;justify-content:center;border:1.5px solid rgb(var(--color-foreground))!important;border-radius:var(--buttons-radius, 4px);background:transparent!important;color:rgb(var(--color-foreground))!important;cursor:pointer;padding:0 14px}.buy-buttons--wrapper #swymcs-wishlist-button svg{width:22px;height:22px;flex-shrink:0}.buy-buttons--wrapper #swymcs-wishlist-button.swym-added-custom{color:#ef4444!important;border-color:#ef4444!important}
/*# sourceMappingURL=/cdn/shop/t/28/assets/fc-customer.css.map */
