:root{--ss-primary-color:#5897fb;--ss-bg-color:#fff;--ss-font-color:#4d4d4d;--ss-placeholder-color:#8d8d8d;--ss-disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-focus-color:var(--ss-primary-color);--ss-success-color:#00b755;--ss-error-color:#dc3545;--ss-main-height:40px;--ss-content-height:300px;--ss-search-height:40px;--ss-option-height:auto;--ss-spacing-l:9px;--ss-spacing-m:7px;--ss-spacing-s:5px;--ss-animation-timing:0.2s;--ss-border-radius:4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.ss-hide{display:none!important}.ss-main{display:flex;flex-direction:row;position:relative;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-dir-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-dir-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%;min-width:0;max-width:100%;overflow:hidden}.ss-main .ss-values .ss-placeholder{display:block;width:100%;min-width:0;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0 auto 0;line-height:1em;color:var(--ss-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;user-select:none;align-items:center;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:block;margin:auto 0 auto var(--ss-spacing-s);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;max-width:calc(100% - 20px)}.ss-main .ss-values .ss-value{display:flex;user-select:none;align-items:center;width:fit-content;max-width:100%;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{flex:1;min-width:0;font-size:12px;line-height:1;color:var(--ss-bg-color);padding:var(--ss-spacing-s) var(--ss-spacing-m);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{flex:0 1 auto;display:flex;align-items:center;justify-content:center;width:fit-content;height:auto;padding:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-fixed{position:fixed}.ss-content.ss-dir-above{transform-origin:center bottom;flex-direction:column-reverse;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-dir-below{transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content.ss-open{opacity:1;transform:scaleY(1)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;border-bottom:1px solid var(--ss-border-color)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:var(--ss-search-height);padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:none;background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::placeholder{color:var(--ss-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:none}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content.ss-dir-above .ss-search{border-bottom:none;border-top:1px solid var(--ss-border-color)}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-option{transition:max-height var(--ss-animation-timing) ease,opacity var(--ss-animation-timing) ease,padding-top var(--ss-animation-timing) ease,padding-bottom var(--ss-animation-timing) ease,margin-top var(--ss-animation-timing) ease,margin-bottom var(--ss-animation-timing) ease}.ss-content .ss-list .ss-optgroup.ss-open .ss-option{max-height:100px;opacity:1;overflow:visible}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;max-height:0;opacity:0;overflow:hidden}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:bold;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:flex;align-items:center;min-height:var(--ss-option-height);padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);white-space:normal;color:var(--ss-font-color);cursor:pointer;user-select:none}.ss-content .ss-list .ss-option:hover:not(.ss-disabled){color:var(--ss-bg-color);background-color:var(--ss-primary-color);border-left:5px solid var(--ss-primary-color);transition:border-left var(--ss-animation-timing) ease}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{display:inline-block;background-color:var(--ss-highlight-color)}.ss-content .ss-list .ss-search{display:flex;flex-direction:row;align-items:center;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.iconsax{display:inline-block;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:var(--size);vertical-align:middle}.iconsax svg{display:block;width:var(--size);height:var(--size)}.iconsax svg [stroke]{stroke:var(--color)}.iconsax svg [fill]{fill:var(--color)}@font-face{font-family:"remixicon";src:url(../../templates/assets/fonts/remix-icon/remixicon.eot?t=1769486070745);src:url(../../templates/assets/fonts/remix-icon/remixicon.eot?t=1769486070745#iefix) format('embedded-opentype'),url(../../templates/assets/fonts/remix-icon/remixicon.woff2?t=1769486070745) format("woff2"),url(../../templates/assets/fonts/remix-icon/remixicon.woff?t=1769486070745) format("woff"),url(../../templates/assets/fonts/remix-icon/remixicon.ttf?t=1769486070745) format('truetype'),url(../../templates/assets/fonts/remix-icon/remixicon.svg?t=1769486070745#remixicon) format('svg');font-display:swap}[class^="ri-"],[class*=" ri-"]{font-family:'remixicon'!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-lg{font-size:1.3333em;line-height:0.75em;vertical-align:-.0667em}.ri-xl{font-size:1.5em;line-height:0.6666em;vertical-align:-.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.ri-24-hours-fill:before{content:"\ea01"}.ri-24-hours-line:before{content:"\ea02"}.ri-4k-fill:before{content:"\ea03"}.ri-4k-line:before{content:"\ea04"}.ri-a-b:before{content:"\ea05"}.ri-account-box-fill:before{content:"\ea06"}.ri-account-box-line:before{content:"\ea07"}.ri-account-circle-fill:before{content:"\ea08"}.ri-account-circle-line:before{content:"\ea09"}.ri-account-pin-box-fill:before{content:"\ea0a"}.ri-account-pin-box-line:before{content:"\ea0b"}.ri-account-pin-circle-fill:before{content:"\ea0c"}.ri-account-pin-circle-line:before{content:"\ea0d"}.ri-add-box-fill:before{content:"\ea0e"}.ri-add-box-line:before{content:"\ea0f"}.ri-add-circle-fill:before{content:"\ea10"}.ri-add-circle-line:before{content:"\ea11"}.ri-add-fill:before{content:"\ea12"}.ri-add-line:before{content:"\ea13"}.ri-admin-fill:before{content:"\ea14"}.ri-admin-line:before{content:"\ea15"}.ri-advertisement-fill:before{content:"\ea16"}.ri-advertisement-line:before{content:"\ea17"}.ri-airplay-fill:before{content:"\ea18"}.ri-airplay-line:before{content:"\ea19"}.ri-alarm-fill:before{content:"\ea1a"}.ri-alarm-line:before{content:"\ea1b"}.ri-alarm-warning-fill:before{content:"\ea1c"}.ri-alarm-warning-line:before{content:"\ea1d"}.ri-album-fill:before{content:"\ea1e"}.ri-album-line:before{content:"\ea1f"}.ri-alert-fill:before{content:"\ea20"}.ri-alert-line:before{content:"\ea21"}.ri-aliens-fill:before{content:"\ea22"}.ri-aliens-line:before{content:"\ea23"}.ri-align-bottom:before{content:"\ea24"}.ri-align-center:before{content:"\ea25"}.ri-align-justify:before{content:"\ea26"}.ri-align-left:before{content:"\ea27"}.ri-align-right:before{content:"\ea28"}.ri-align-top:before{content:"\ea29"}.ri-align-vertically:before{content:"\ea2a"}.ri-alipay-fill:before{content:"\ea2b"}.ri-alipay-line:before{content:"\ea2c"}.ri-amazon-fill:before{content:"\ea2d"}.ri-amazon-line:before{content:"\ea2e"}.ri-anchor-fill:before{content:"\ea2f"}.ri-anchor-line:before{content:"\ea30"}.ri-ancient-gate-fill:before{content:"\ea31"}.ri-ancient-gate-line:before{content:"\ea32"}.ri-ancient-pavilion-fill:before{content:"\ea33"}.ri-ancient-pavilion-line:before{content:"\ea34"}.ri-android-fill:before{content:"\ea35"}.ri-android-line:before{content:"\ea36"}.ri-angularjs-fill:before{content:"\ea37"}.ri-angularjs-line:before{content:"\ea38"}.ri-anticlockwise-2-fill:before{content:"\ea39"}.ri-anticlockwise-2-line:before{content:"\ea3a"}.ri-anticlockwise-fill:before{content:"\ea3b"}.ri-anticlockwise-line:before{content:"\ea3c"}.ri-app-store-fill:before{content:"\ea3d"}.ri-app-store-line:before{content:"\ea3e"}.ri-apple-fill:before{content:"\ea3f"}.ri-apple-line:before{content:"\ea40"}.ri-apps-2-fill:before{content:"\ea41"}.ri-apps-2-line:before{content:"\ea42"}.ri-apps-fill:before{content:"\ea43"}.ri-apps-line:before{content:"\ea44"}.ri-archive-drawer-fill:before{content:"\ea45"}.ri-archive-drawer-line:before{content:"\ea46"}.ri-archive-fill:before{content:"\ea47"}.ri-archive-line:before{content:"\ea48"}.ri-arrow-down-circle-fill:before{content:"\ea49"}.ri-arrow-down-circle-line:before{content:"\ea4a"}.ri-arrow-down-fill:before{content:"\ea4b"}.ri-arrow-down-line:before{content:"\ea4c"}.ri-arrow-down-s-fill:before{content:"\ea4d"}.ri-arrow-down-s-line:before{content:"\ea4e"}.ri-arrow-drop-down-fill:before{content:"\ea4f"}.ri-arrow-drop-down-line:before{content:"\ea50"}.ri-arrow-drop-left-fill:before{content:"\ea51"}.ri-arrow-drop-left-line:before{content:"\ea52"}.ri-arrow-drop-right-fill:before{content:"\ea53"}.ri-arrow-drop-right-line:before{content:"\ea54"}.ri-arrow-drop-up-fill:before{content:"\ea55"}.ri-arrow-drop-up-line:before{content:"\ea56"}.ri-arrow-go-back-fill:before{content:"\ea57"}.ri-arrow-go-back-line:before{content:"\ea58"}.ri-arrow-go-forward-fill:before{content:"\ea59"}.ri-arrow-go-forward-line:before{content:"\ea5a"}.ri-arrow-left-circle-fill:before{content:"\ea5b"}.ri-arrow-left-circle-line:before{content:"\ea5c"}.ri-arrow-left-down-fill:before{content:"\ea5d"}.ri-arrow-left-down-line:before{content:"\ea5e"}.ri-arrow-left-fill:before{content:"\ea5f"}.ri-arrow-left-line:before{content:"\ea60"}.ri-arrow-left-right-fill:before{content:"\ea61"}.ri-arrow-left-right-line:before{content:"\ea62"}.ri-arrow-left-s-fill:before{content:"\ea63"}.ri-arrow-left-s-line:before{content:"\ea64"}.ri-arrow-left-up-fill:before{content:"\ea65"}.ri-arrow-left-up-line:before{content:"\ea66"}.ri-arrow-right-circle-fill:before{content:"\ea67"}.ri-arrow-right-circle-line:before{content:"\ea68"}.ri-arrow-right-down-fill:before{content:"\ea69"}.ri-arrow-right-down-line:before{content:"\ea6a"}.ri-arrow-right-fill:before{content:"\ea6b"}.ri-arrow-right-line:before{content:"\ea6c"}.ri-arrow-right-s-fill:before{content:"\ea6d"}.ri-arrow-right-s-line:before{content:"\ea6e"}.ri-arrow-right-up-fill:before{content:"\ea6f"}.ri-arrow-right-up-line:before{content:"\ea70"}.ri-arrow-up-circle-fill:before{content:"\ea71"}.ri-arrow-up-circle-line:before{content:"\ea72"}.ri-arrow-up-down-fill:before{content:"\ea73"}.ri-arrow-up-down-line:before{content:"\ea74"}.ri-arrow-up-fill:before{content:"\ea75"}.ri-arrow-up-line:before{content:"\ea76"}.ri-arrow-up-s-fill:before{content:"\ea77"}.ri-arrow-up-s-line:before{content:"\ea78"}.ri-artboard-2-fill:before{content:"\ea79"}.ri-artboard-2-line:before{content:"\ea7a"}.ri-artboard-fill:before{content:"\ea7b"}.ri-artboard-line:before{content:"\ea7c"}.ri-article-fill:before{content:"\ea7d"}.ri-article-line:before{content:"\ea7e"}.ri-aspect-ratio-fill:before{content:"\ea7f"}.ri-aspect-ratio-line:before{content:"\ea80"}.ri-asterisk:before{content:"\ea81"}.ri-at-fill:before{content:"\ea82"}.ri-at-line:before{content:"\ea83"}.ri-attachment-2:before{content:"\ea84"}.ri-attachment-fill:before{content:"\ea85"}.ri-attachment-line:before{content:"\ea86"}.ri-auction-fill:before{content:"\ea87"}.ri-auction-line:before{content:"\ea88"}.ri-award-fill:before{content:"\ea89"}.ri-award-line:before{content:"\ea8a"}.ri-baidu-fill:before{content:"\ea8b"}.ri-baidu-line:before{content:"\ea8c"}.ri-ball-pen-fill:before{content:"\ea8d"}.ri-ball-pen-line:before{content:"\ea8e"}.ri-bank-card-2-fill:before{content:"\ea8f"}.ri-bank-card-2-line:before{content:"\ea90"}.ri-bank-card-fill:before{content:"\ea91"}.ri-bank-card-line:before{content:"\ea92"}.ri-bank-fill:before{content:"\ea93"}.ri-bank-line:before{content:"\ea94"}.ri-bar-chart-2-fill:before{content:"\ea95"}.ri-bar-chart-2-line:before{content:"\ea96"}.ri-bar-chart-box-fill:before{content:"\ea97"}.ri-bar-chart-box-line:before{content:"\ea98"}.ri-bar-chart-fill:before{content:"\ea99"}.ri-bar-chart-grouped-fill:before{content:"\ea9a"}.ri-bar-chart-grouped-line:before{content:"\ea9b"}.ri-bar-chart-horizontal-fill:before{content:"\ea9c"}.ri-bar-chart-horizontal-line:before{content:"\ea9d"}.ri-bar-chart-line:before{content:"\ea9e"}.ri-barcode-box-fill:before{content:"\ea9f"}.ri-barcode-box-line:before{content:"\eaa0"}.ri-barcode-fill:before{content:"\eaa1"}.ri-barcode-line:before{content:"\eaa2"}.ri-barricade-fill:before{content:"\eaa3"}.ri-barricade-line:before{content:"\eaa4"}.ri-base-station-fill:before{content:"\eaa5"}.ri-base-station-line:before{content:"\eaa6"}.ri-basketball-fill:before{content:"\eaa7"}.ri-basketball-line:before{content:"\eaa8"}.ri-battery-2-charge-fill:before{content:"\eaa9"}.ri-battery-2-charge-line:before{content:"\eaaa"}.ri-battery-2-fill:before{content:"\eaab"}.ri-battery-2-line:before{content:"\eaac"}.ri-battery-charge-fill:before{content:"\eaad"}.ri-battery-charge-line:before{content:"\eaae"}.ri-battery-fill:before{content:"\eaaf"}.ri-battery-line:before{content:"\eab0"}.ri-battery-low-fill:before{content:"\eab1"}.ri-battery-low-line:before{content:"\eab2"}.ri-battery-saver-fill:before{content:"\eab3"}.ri-battery-saver-line:before{content:"\eab4"}.ri-battery-share-fill:before{content:"\eab5"}.ri-battery-share-line:before{content:"\eab6"}.ri-bear-smile-fill:before{content:"\eab7"}.ri-bear-smile-line:before{content:"\eab8"}.ri-behance-fill:before{content:"\eab9"}.ri-behance-line:before{content:"\eaba"}.ri-bell-fill:before{content:"\eabb"}.ri-bell-line:before{content:"\eabc"}.ri-bike-fill:before{content:"\eabd"}.ri-bike-line:before{content:"\eabe"}.ri-bilibili-fill:before{content:"\eabf"}.ri-bilibili-line:before{content:"\eac0"}.ri-bill-fill:before{content:"\eac1"}.ri-bill-line:before{content:"\eac2"}.ri-billiards-fill:before{content:"\eac3"}.ri-billiards-line:before{content:"\eac4"}.ri-bit-coin-fill:before{content:"\eac5"}.ri-bit-coin-line:before{content:"\eac6"}.ri-blaze-fill:before{content:"\eac7"}.ri-blaze-line:before{content:"\eac8"}.ri-bluetooth-connect-fill:before{content:"\eac9"}.ri-bluetooth-connect-line:before{content:"\eaca"}.ri-bluetooth-fill:before{content:"\eacb"}.ri-bluetooth-line:before{content:"\eacc"}.ri-blur-off-fill:before{content:"\eacd"}.ri-blur-off-line:before{content:"\eace"}.ri-body-scan-fill:before{content:"\eacf"}.ri-body-scan-line:before{content:"\ead0"}.ri-bold:before{content:"\ead1"}.ri-book-2-fill:before{content:"\ead2"}.ri-book-2-line:before{content:"\ead3"}.ri-book-3-fill:before{content:"\ead4"}.ri-book-3-line:before{content:"\ead5"}.ri-book-fill:before{content:"\ead6"}.ri-book-line:before{content:"\ead7"}.ri-book-marked-fill:before{content:"\ead8"}.ri-book-marked-line:before{content:"\ead9"}.ri-book-open-fill:before{content:"\eada"}.ri-book-open-line:before{content:"\eadb"}.ri-book-read-fill:before{content:"\eadc"}.ri-book-read-line:before{content:"\eadd"}.ri-booklet-fill:before{content:"\eade"}.ri-booklet-line:before{content:"\eadf"}.ri-bookmark-2-fill:before{content:"\eae0"}.ri-bookmark-2-line:before{content:"\eae1"}.ri-bookmark-3-fill:before{content:"\eae2"}.ri-bookmark-3-line:before{content:"\eae3"}.ri-bookmark-fill:before{content:"\eae4"}.ri-bookmark-line:before{content:"\eae5"}.ri-boxing-fill:before{content:"\eae6"}.ri-boxing-line:before{content:"\eae7"}.ri-braces-fill:before{content:"\eae8"}.ri-braces-line:before{content:"\eae9"}.ri-brackets-fill:before{content:"\eaea"}.ri-brackets-line:before{content:"\eaeb"}.ri-briefcase-2-fill:before{content:"\eaec"}.ri-briefcase-2-line:before{content:"\eaed"}.ri-briefcase-3-fill:before{content:"\eaee"}.ri-briefcase-3-line:before{content:"\eaef"}.ri-briefcase-4-fill:before{content:"\eaf0"}.ri-briefcase-4-line:before{content:"\eaf1"}.ri-briefcase-5-fill:before{content:"\eaf2"}.ri-briefcase-5-line:before{content:"\eaf3"}.ri-briefcase-fill:before{content:"\eaf4"}.ri-briefcase-line:before{content:"\eaf5"}.ri-bring-forward:before{content:"\eaf6"}.ri-bring-to-front:before{content:"\eaf7"}.ri-broadcast-fill:before{content:"\eaf8"}.ri-broadcast-line:before{content:"\eaf9"}.ri-brush-2-fill:before{content:"\eafa"}.ri-brush-2-line:before{content:"\eafb"}.ri-brush-3-fill:before{content:"\eafc"}.ri-brush-3-line:before{content:"\eafd"}.ri-brush-4-fill:before{content:"\eafe"}.ri-brush-4-line:before{content:"\eaff"}.ri-brush-fill:before{content:"\eb00"}.ri-brush-line:before{content:"\eb01"}.ri-bubble-chart-fill:before{content:"\eb02"}.ri-bubble-chart-line:before{content:"\eb03"}.ri-bug-2-fill:before{content:"\eb04"}.ri-bug-2-line:before{content:"\eb05"}.ri-bug-fill:before{content:"\eb06"}.ri-bug-line:before{content:"\eb07"}.ri-building-2-fill:before{content:"\eb08"}.ri-building-2-line:before{content:"\eb09"}.ri-building-3-fill:before{content:"\eb0a"}.ri-building-3-line:before{content:"\eb0b"}.ri-building-4-fill:before{content:"\eb0c"}.ri-building-4-line:before{content:"\eb0d"}.ri-building-fill:before{content:"\eb0e"}.ri-building-line:before{content:"\eb0f"}.ri-bus-2-fill:before{content:"\eb10"}.ri-bus-2-line:before{content:"\eb11"}.ri-bus-fill:before{content:"\eb12"}.ri-bus-line:before{content:"\eb13"}.ri-bus-wifi-fill:before{content:"\eb14"}.ri-bus-wifi-line:before{content:"\eb15"}.ri-cactus-fill:before{content:"\eb16"}.ri-cactus-line:before{content:"\eb17"}.ri-cake-2-fill:before{content:"\eb18"}.ri-cake-2-line:before{content:"\eb19"}.ri-cake-3-fill:before{content:"\eb1a"}.ri-cake-3-line:before{content:"\eb1b"}.ri-cake-fill:before{content:"\eb1c"}.ri-cake-line:before{content:"\eb1d"}.ri-calculator-fill:before{content:"\eb1e"}.ri-calculator-line:before{content:"\eb1f"}.ri-calendar-2-fill:before{content:"\eb20"}.ri-calendar-2-line:before{content:"\eb21"}.ri-calendar-check-fill:before{content:"\eb22"}.ri-calendar-check-line:before{content:"\eb23"}.ri-calendar-event-fill:before{content:"\eb24"}.ri-calendar-event-line:before{content:"\eb25"}.ri-calendar-fill:before{content:"\eb26"}.ri-calendar-line:before{content:"\eb27"}.ri-calendar-todo-fill:before{content:"\eb28"}.ri-calendar-todo-line:before{content:"\eb29"}.ri-camera-2-fill:before{content:"\eb2a"}.ri-camera-2-line:before{content:"\eb2b"}.ri-camera-3-fill:before{content:"\eb2c"}.ri-camera-3-line:before{content:"\eb2d"}.ri-camera-fill:before{content:"\eb2e"}.ri-camera-lens-fill:before{content:"\eb2f"}.ri-camera-lens-line:before{content:"\eb30"}.ri-camera-line:before{content:"\eb31"}.ri-camera-off-fill:before{content:"\eb32"}.ri-camera-off-line:before{content:"\eb33"}.ri-camera-switch-fill:before{content:"\eb34"}.ri-camera-switch-line:before{content:"\eb35"}.ri-capsule-fill:before{content:"\eb36"}.ri-capsule-line:before{content:"\eb37"}.ri-car-fill:before{content:"\eb38"}.ri-car-line:before{content:"\eb39"}.ri-car-washing-fill:before{content:"\eb3a"}.ri-car-washing-line:before{content:"\eb3b"}.ri-caravan-fill:before{content:"\eb3c"}.ri-caravan-line:before{content:"\eb3d"}.ri-cast-fill:before{content:"\eb3e"}.ri-cast-line:before{content:"\eb3f"}.ri-cellphone-fill:before{content:"\eb40"}.ri-cellphone-line:before{content:"\eb41"}.ri-celsius-fill:before{content:"\eb42"}.ri-celsius-line:before{content:"\eb43"}.ri-centos-fill:before{content:"\eb44"}.ri-centos-line:before{content:"\eb45"}.ri-character-recognition-fill:before{content:"\eb46"}.ri-character-recognition-line:before{content:"\eb47"}.ri-charging-pile-2-fill:before{content:"\eb48"}.ri-charging-pile-2-line:before{content:"\eb49"}.ri-charging-pile-fill:before{content:"\eb4a"}.ri-charging-pile-line:before{content:"\eb4b"}.ri-chat-1-fill:before{content:"\eb4c"}.ri-chat-1-line:before{content:"\eb4d"}.ri-chat-2-fill:before{content:"\eb4e"}.ri-chat-2-line:before{content:"\eb4f"}.ri-chat-3-fill:before{content:"\eb50"}.ri-chat-3-line:before{content:"\eb51"}.ri-chat-4-fill:before{content:"\eb52"}.ri-chat-4-line:before{content:"\eb53"}.ri-chat-check-fill:before{content:"\eb54"}.ri-chat-check-line:before{content:"\eb55"}.ri-chat-delete-fill:before{content:"\eb56"}.ri-chat-delete-line:before{content:"\eb57"}.ri-chat-download-fill:before{content:"\eb58"}.ri-chat-download-line:before{content:"\eb59"}.ri-chat-follow-up-fill:before{content:"\eb5a"}.ri-chat-follow-up-line:before{content:"\eb5b"}.ri-chat-forward-fill:before{content:"\eb5c"}.ri-chat-forward-line:before{content:"\eb5d"}.ri-chat-heart-fill:before{content:"\eb5e"}.ri-chat-heart-line:before{content:"\eb5f"}.ri-chat-history-fill:before{content:"\eb60"}.ri-chat-history-line:before{content:"\eb61"}.ri-chat-new-fill:before{content:"\eb62"}.ri-chat-new-line:before{content:"\eb63"}.ri-chat-off-fill:before{content:"\eb64"}.ri-chat-off-line:before{content:"\eb65"}.ri-chat-poll-fill:before{content:"\eb66"}.ri-chat-poll-line:before{content:"\eb67"}.ri-chat-private-fill:before{content:"\eb68"}.ri-chat-private-line:before{content:"\eb69"}.ri-chat-quote-fill:before{content:"\eb6a"}.ri-chat-quote-line:before{content:"\eb6b"}.ri-chat-settings-fill:before{content:"\eb6c"}.ri-chat-settings-line:before{content:"\eb6d"}.ri-chat-smile-2-fill:before{content:"\eb6e"}.ri-chat-smile-2-line:before{content:"\eb6f"}.ri-chat-smile-3-fill:before{content:"\eb70"}.ri-chat-smile-3-line:before{content:"\eb71"}.ri-chat-smile-fill:before{content:"\eb72"}.ri-chat-smile-line:before{content:"\eb73"}.ri-chat-upload-fill:before{content:"\eb74"}.ri-chat-upload-line:before{content:"\eb75"}.ri-chat-voice-fill:before{content:"\eb76"}.ri-chat-voice-line:before{content:"\eb77"}.ri-check-double-fill:before{content:"\eb78"}.ri-check-double-line:before{content:"\eb79"}.ri-check-fill:before{content:"\eb7a"}.ri-check-line:before{content:"\eb7b"}.ri-checkbox-blank-circle-fill:before{content:"\eb7c"}.ri-checkbox-blank-circle-line:before{content:"\eb7d"}.ri-checkbox-blank-fill:before{content:"\eb7e"}.ri-checkbox-blank-line:before{content:"\eb7f"}.ri-checkbox-circle-fill:before{content:"\eb80"}.ri-checkbox-circle-line:before{content:"\eb81"}.ri-checkbox-fill:before{content:"\eb82"}.ri-checkbox-indeterminate-fill:before{content:"\eb83"}.ri-checkbox-indeterminate-line:before{content:"\eb84"}.ri-checkbox-line:before{content:"\eb85"}.ri-checkbox-multiple-blank-fill:before{content:"\eb86"}.ri-checkbox-multiple-blank-line:before{content:"\eb87"}.ri-checkbox-multiple-fill:before{content:"\eb88"}.ri-checkbox-multiple-line:before{content:"\eb89"}.ri-china-railway-fill:before{content:"\eb8a"}.ri-china-railway-line:before{content:"\eb8b"}.ri-chrome-fill:before{content:"\eb8c"}.ri-chrome-line:before{content:"\eb8d"}.ri-clapperboard-fill:before{content:"\eb8e"}.ri-clapperboard-line:before{content:"\eb8f"}.ri-clipboard-fill:before{content:"\eb90"}.ri-clipboard-line:before{content:"\eb91"}.ri-clockwise-2-fill:before{content:"\eb92"}.ri-clockwise-2-line:before{content:"\eb93"}.ri-clockwise-fill:before{content:"\eb94"}.ri-clockwise-line:before{content:"\eb95"}.ri-close-circle-fill:before{content:"\eb96"}.ri-close-circle-line:before{content:"\eb97"}.ri-close-fill:before{content:"\eb98"}.ri-close-line:before{content:"\eb99"}.ri-closed-captioning-fill:before{content:"\eb9a"}.ri-closed-captioning-line:before{content:"\eb9b"}.ri-cloud-fill:before{content:"\eb9c"}.ri-cloud-line:before{content:"\eb9d"}.ri-cloud-off-fill:before{content:"\eb9e"}.ri-cloud-off-line:before{content:"\eb9f"}.ri-cloud-windy-fill:before{content:"\eba0"}.ri-cloud-windy-line:before{content:"\eba1"}.ri-cloudy-2-fill:before{content:"\eba2"}.ri-cloudy-2-line:before{content:"\eba3"}.ri-cloudy-fill:before{content:"\eba4"}.ri-cloudy-line:before{content:"\eba5"}.ri-code-box-fill:before{content:"\eba6"}.ri-code-box-line:before{content:"\eba7"}.ri-code-fill:before{content:"\eba8"}.ri-code-line:before{content:"\eba9"}.ri-code-s-fill:before{content:"\ebaa"}.ri-code-s-line:before{content:"\ebab"}.ri-code-s-slash-fill:before{content:"\ebac"}.ri-code-s-slash-line:before{content:"\ebad"}.ri-code-view:before{content:"\ebae"}.ri-codepen-fill:before{content:"\ebaf"}.ri-codepen-line:before{content:"\ebb0"}.ri-coin-fill:before{content:"\ebb1"}.ri-coin-line:before{content:"\ebb2"}.ri-coins-fill:before{content:"\ebb3"}.ri-coins-line:before{content:"\ebb4"}.ri-collage-fill:before{content:"\ebb5"}.ri-collage-line:before{content:"\ebb6"}.ri-command-fill:before{content:"\ebb7"}.ri-command-line:before{content:"\ebb8"}.ri-community-fill:before{content:"\ebb9"}.ri-community-line:before{content:"\ebba"}.ri-compass-2-fill:before{content:"\ebbb"}.ri-compass-2-line:before{content:"\ebbc"}.ri-compass-3-fill:before{content:"\ebbd"}.ri-compass-3-line:before{content:"\ebbe"}.ri-compass-4-fill:before{content:"\ebbf"}.ri-compass-4-line:before{content:"\ebc0"}.ri-compass-discover-fill:before{content:"\ebc1"}.ri-compass-discover-line:before{content:"\ebc2"}.ri-compass-fill:before{content:"\ebc3"}.ri-compass-line:before{content:"\ebc4"}.ri-compasses-2-fill:before{content:"\ebc5"}.ri-compasses-2-line:before{content:"\ebc6"}.ri-compasses-fill:before{content:"\ebc7"}.ri-compasses-line:before{content:"\ebc8"}.ri-computer-fill:before{content:"\ebc9"}.ri-computer-line:before{content:"\ebca"}.ri-contacts-book-2-fill:before{content:"\ebcb"}.ri-contacts-book-2-line:before{content:"\ebcc"}.ri-contacts-book-fill:before{content:"\ebcd"}.ri-contacts-book-line:before{content:"\ebce"}.ri-contacts-book-upload-fill:before{content:"\ebcf"}.ri-contacts-book-upload-line:before{content:"\ebd0"}.ri-contacts-fill:before{content:"\ebd1"}.ri-contacts-line:before{content:"\ebd2"}.ri-contrast-2-fill:before{content:"\ebd3"}.ri-contrast-2-line:before{content:"\ebd4"}.ri-contrast-drop-2-fill:before{content:"\ebd5"}.ri-contrast-drop-2-line:before{content:"\ebd6"}.ri-contrast-drop-fill:before{content:"\ebd7"}.ri-contrast-drop-line:before{content:"\ebd8"}.ri-contrast-fill:before{content:"\ebd9"}.ri-contrast-line:before{content:"\ebda"}.ri-copper-coin-fill:before{content:"\ebdb"}.ri-copper-coin-line:before{content:"\ebdc"}.ri-copper-diamond-fill:before{content:"\ebdd"}.ri-copper-diamond-line:before{content:"\ebde"}.ri-copyleft-fill:before{content:"\ebdf"}.ri-copyleft-line:before{content:"\ebe0"}.ri-copyright-fill:before{content:"\ebe1"}.ri-copyright-line:before{content:"\ebe2"}.ri-coreos-fill:before{content:"\ebe3"}.ri-coreos-line:before{content:"\ebe4"}.ri-coupon-2-fill:before{content:"\ebe5"}.ri-coupon-2-line:before{content:"\ebe6"}.ri-coupon-3-fill:before{content:"\ebe7"}.ri-coupon-3-line:before{content:"\ebe8"}.ri-coupon-4-fill:before{content:"\ebe9"}.ri-coupon-4-line:before{content:"\ebea"}.ri-coupon-5-fill:before{content:"\ebeb"}.ri-coupon-5-line:before{content:"\ebec"}.ri-coupon-fill:before{content:"\ebed"}.ri-coupon-line:before{content:"\ebee"}.ri-cpu-fill:before{content:"\ebef"}.ri-cpu-line:before{content:"\ebf0"}.ri-creative-commons-by-fill:before{content:"\ebf1"}.ri-creative-commons-by-line:before{content:"\ebf2"}.ri-creative-commons-fill:before{content:"\ebf3"}.ri-creative-commons-line:before{content:"\ebf4"}.ri-creative-commons-nc-fill:before{content:"\ebf5"}.ri-creative-commons-nc-line:before{content:"\ebf6"}.ri-creative-commons-nd-fill:before{content:"\ebf7"}.ri-creative-commons-nd-line:before{content:"\ebf8"}.ri-creative-commons-sa-fill:before{content:"\ebf9"}.ri-creative-commons-sa-line:before{content:"\ebfa"}.ri-creative-commons-zero-fill:before{content:"\ebfb"}.ri-creative-commons-zero-line:before{content:"\ebfc"}.ri-criminal-fill:before{content:"\ebfd"}.ri-criminal-line:before{content:"\ebfe"}.ri-crop-2-fill:before{content:"\ebff"}.ri-crop-2-line:before{content:"\ec00"}.ri-crop-fill:before{content:"\ec01"}.ri-crop-line:before{content:"\ec02"}.ri-css3-fill:before{content:"\ec03"}.ri-css3-line:before{content:"\ec04"}.ri-cup-fill:before{content:"\ec05"}.ri-cup-line:before{content:"\ec06"}.ri-currency-fill:before{content:"\ec07"}.ri-currency-line:before{content:"\ec08"}.ri-cursor-fill:before{content:"\ec09"}.ri-cursor-line:before{content:"\ec0a"}.ri-customer-service-2-fill:before{content:"\ec0b"}.ri-customer-service-2-line:before{content:"\ec0c"}.ri-customer-service-fill:before{content:"\ec0d"}.ri-customer-service-line:before{content:"\ec0e"}.ri-dashboard-2-fill:before{content:"\ec0f"}.ri-dashboard-2-line:before{content:"\ec10"}.ri-dashboard-3-fill:before{content:"\ec11"}.ri-dashboard-3-line:before{content:"\ec12"}.ri-dashboard-fill:before{content:"\ec13"}.ri-dashboard-line:before{content:"\ec14"}.ri-database-2-fill:before{content:"\ec15"}.ri-database-2-line:before{content:"\ec16"}.ri-database-fill:before{content:"\ec17"}.ri-database-line:before{content:"\ec18"}.ri-delete-back-2-fill:before{content:"\ec19"}.ri-delete-back-2-line:before{content:"\ec1a"}.ri-delete-back-fill:before{content:"\ec1b"}.ri-delete-back-line:before{content:"\ec1c"}.ri-delete-bin-2-fill:before{content:"\ec1d"}.ri-delete-bin-2-line:before{content:"\ec1e"}.ri-delete-bin-3-fill:before{content:"\ec1f"}.ri-delete-bin-3-line:before{content:"\ec20"}.ri-delete-bin-4-fill:before{content:"\ec21"}.ri-delete-bin-4-line:before{content:"\ec22"}.ri-delete-bin-5-fill:before{content:"\ec23"}.ri-delete-bin-5-line:before{content:"\ec24"}.ri-delete-bin-6-fill:before{content:"\ec25"}.ri-delete-bin-6-line:before{content:"\ec26"}.ri-delete-bin-7-fill:before{content:"\ec27"}.ri-delete-bin-7-line:before{content:"\ec28"}.ri-delete-bin-fill:before{content:"\ec29"}.ri-delete-bin-line:before{content:"\ec2a"}.ri-delete-column:before{content:"\ec2b"}.ri-delete-row:before{content:"\ec2c"}.ri-device-fill:before{content:"\ec2d"}.ri-device-line:before{content:"\ec2e"}.ri-device-recover-fill:before{content:"\ec2f"}.ri-device-recover-line:before{content:"\ec30"}.ri-dingding-fill:before{content:"\ec31"}.ri-dingding-line:before{content:"\ec32"}.ri-direction-fill:before{content:"\ec33"}.ri-direction-line:before{content:"\ec34"}.ri-disc-fill:before{content:"\ec35"}.ri-disc-line:before{content:"\ec36"}.ri-discord-fill:before{content:"\ec37"}.ri-discord-line:before{content:"\ec38"}.ri-discuss-fill:before{content:"\ec39"}.ri-discuss-line:before{content:"\ec3a"}.ri-dislike-fill:before{content:"\ec3b"}.ri-dislike-line:before{content:"\ec3c"}.ri-disqus-fill:before{content:"\ec3d"}.ri-disqus-line:before{content:"\ec3e"}.ri-divide-fill:before{content:"\ec3f"}.ri-divide-line:before{content:"\ec40"}.ri-donut-chart-fill:before{content:"\ec41"}.ri-donut-chart-line:before{content:"\ec42"}.ri-door-closed-fill:before{content:"\ec43"}.ri-door-closed-line:before{content:"\ec44"}.ri-door-fill:before{content:"\ec45"}.ri-door-line:before{content:"\ec46"}.ri-door-lock-box-fill:before{content:"\ec47"}.ri-door-lock-box-line:before{content:"\ec48"}.ri-door-lock-fill:before{content:"\ec49"}.ri-door-lock-line:before{content:"\ec4a"}.ri-door-open-fill:before{content:"\ec4b"}.ri-door-open-line:before{content:"\ec4c"}.ri-dossier-fill:before{content:"\ec4d"}.ri-dossier-line:before{content:"\ec4e"}.ri-douban-fill:before{content:"\ec4f"}.ri-douban-line:before{content:"\ec50"}.ri-double-quotes-l:before{content:"\ec51"}.ri-double-quotes-r:before{content:"\ec52"}.ri-download-2-fill:before{content:"\ec53"}.ri-download-2-line:before{content:"\ec54"}.ri-download-cloud-2-fill:before{content:"\ec55"}.ri-download-cloud-2-line:before{content:"\ec56"}.ri-download-cloud-fill:before{content:"\ec57"}.ri-download-cloud-line:before{content:"\ec58"}.ri-download-fill:before{content:"\ec59"}.ri-download-line:before{content:"\ec5a"}.ri-draft-fill:before{content:"\ec5b"}.ri-draft-line:before{content:"\ec5c"}.ri-drag-drop-fill:before{content:"\ec5d"}.ri-drag-drop-line:before{content:"\ec5e"}.ri-drag-move-2-fill:before{content:"\ec5f"}.ri-drag-move-2-line:before{content:"\ec60"}.ri-drag-move-fill:before{content:"\ec61"}.ri-drag-move-line:before{content:"\ec62"}.ri-dribbble-fill:before{content:"\ec63"}.ri-dribbble-line:before{content:"\ec64"}.ri-drive-fill:before{content:"\ec65"}.ri-drive-line:before{content:"\ec66"}.ri-drizzle-fill:before{content:"\ec67"}.ri-drizzle-line:before{content:"\ec68"}.ri-drop-fill:before{content:"\ec69"}.ri-drop-line:before{content:"\ec6a"}.ri-dropbox-fill:before{content:"\ec6b"}.ri-dropbox-line:before{content:"\ec6c"}.ri-dual-sim-1-fill:before{content:"\ec6d"}.ri-dual-sim-1-line:before{content:"\ec6e"}.ri-dual-sim-2-fill:before{content:"\ec6f"}.ri-dual-sim-2-line:before{content:"\ec70"}.ri-dv-fill:before{content:"\ec71"}.ri-dv-line:before{content:"\ec72"}.ri-dvd-fill:before{content:"\ec73"}.ri-dvd-line:before{content:"\ec74"}.ri-e-bike-2-fill:before{content:"\ec75"}.ri-e-bike-2-line:before{content:"\ec76"}.ri-e-bike-fill:before{content:"\ec77"}.ri-e-bike-line:before{content:"\ec78"}.ri-earth-fill:before{content:"\ec79"}.ri-earth-line:before{content:"\ec7a"}.ri-earthquake-fill:before{content:"\ec7b"}.ri-earthquake-line:before{content:"\ec7c"}.ri-edge-fill:before{content:"\ec7d"}.ri-edge-line:before{content:"\ec7e"}.ri-edit-2-fill:before{content:"\ec7f"}.ri-edit-2-line:before{content:"\ec80"}.ri-edit-box-fill:before{content:"\ec81"}.ri-edit-box-line:before{content:"\ec82"}.ri-edit-circle-fill:before{content:"\ec83"}.ri-edit-circle-line:before{content:"\ec84"}.ri-edit-fill:before{content:"\ec85"}.ri-edit-line:before{content:"\ec86"}.ri-eject-fill:before{content:"\ec87"}.ri-eject-line:before{content:"\ec88"}.ri-emotion-2-fill:before{content:"\ec89"}.ri-emotion-2-line:before{content:"\ec8a"}.ri-emotion-fill:before{content:"\ec8b"}.ri-emotion-happy-fill:before{content:"\ec8c"}.ri-emotion-happy-line:before{content:"\ec8d"}.ri-emotion-laugh-fill:before{content:"\ec8e"}.ri-emotion-laugh-line:before{content:"\ec8f"}.ri-emotion-line:before{content:"\ec90"}.ri-emotion-normal-fill:before{content:"\ec91"}.ri-emotion-normal-line:before{content:"\ec92"}.ri-emotion-sad-fill:before{content:"\ec93"}.ri-emotion-sad-line:before{content:"\ec94"}.ri-emotion-unhappy-fill:before{content:"\ec95"}.ri-emotion-unhappy-line:before{content:"\ec96"}.ri-empathize-fill:before{content:"\ec97"}.ri-empathize-line:before{content:"\ec98"}.ri-emphasis-cn:before{content:"\ec99"}.ri-emphasis:before{content:"\ec9a"}.ri-english-input:before{content:"\ec9b"}.ri-equalizer-fill:before{content:"\ec9c"}.ri-equalizer-line:before{content:"\ec9d"}.ri-eraser-fill:before{content:"\ec9e"}.ri-eraser-line:before{content:"\ec9f"}.ri-error-warning-fill:before{content:"\eca0"}.ri-error-warning-line:before{content:"\eca1"}.ri-evernote-fill:before{content:"\eca2"}.ri-evernote-line:before{content:"\eca3"}.ri-exchange-box-fill:before{content:"\eca4"}.ri-exchange-box-line:before{content:"\eca5"}.ri-exchange-cny-fill:before{content:"\eca6"}.ri-exchange-cny-line:before{content:"\eca7"}.ri-exchange-dollar-fill:before{content:"\eca8"}.ri-exchange-dollar-line:before{content:"\eca9"}.ri-exchange-fill:before{content:"\ecaa"}.ri-exchange-funds-fill:before{content:"\ecab"}.ri-exchange-funds-line:before{content:"\ecac"}.ri-exchange-line:before{content:"\ecad"}.ri-external-link-fill:before{content:"\ecae"}.ri-external-link-line:before{content:"\ecaf"}.ri-eye-2-fill:before{content:"\ecb0"}.ri-eye-2-line:before{content:"\ecb1"}.ri-eye-close-fill:before{content:"\ecb2"}.ri-eye-close-line:before{content:"\ecb3"}.ri-eye-fill:before{content:"\ecb4"}.ri-eye-line:before{content:"\ecb5"}.ri-eye-off-fill:before{content:"\ecb6"}.ri-eye-off-line:before{content:"\ecb7"}.ri-facebook-box-fill:before{content:"\ecb8"}.ri-facebook-box-line:before{content:"\ecb9"}.ri-facebook-circle-fill:before{content:"\ecba"}.ri-facebook-circle-line:before{content:"\ecbb"}.ri-facebook-fill:before{content:"\ecbc"}.ri-facebook-line:before{content:"\ecbd"}.ri-fahrenheit-fill:before{content:"\ecbe"}.ri-fahrenheit-line:before{content:"\ecbf"}.ri-feedback-fill:before{content:"\ecc0"}.ri-feedback-line:before{content:"\ecc1"}.ri-file-2-fill:before{content:"\ecc2"}.ri-file-2-line:before{content:"\ecc3"}.ri-file-3-fill:before{content:"\ecc4"}.ri-file-3-line:before{content:"\ecc5"}.ri-file-4-fill:before{content:"\ecc6"}.ri-file-4-line:before{content:"\ecc7"}.ri-file-add-fill:before{content:"\ecc8"}.ri-file-add-line:before{content:"\ecc9"}.ri-file-chart-2-fill:before{content:"\ecca"}.ri-file-chart-2-line:before{content:"\eccb"}.ri-file-chart-fill:before{content:"\eccc"}.ri-file-chart-line:before{content:"\eccd"}.ri-file-cloud-fill:before{content:"\ecce"}.ri-file-cloud-line:before{content:"\eccf"}.ri-file-code-fill:before{content:"\ecd0"}.ri-file-code-line:before{content:"\ecd1"}.ri-file-copy-2-fill:before{content:"\ecd2"}.ri-file-copy-2-line:before{content:"\ecd3"}.ri-file-copy-fill:before{content:"\ecd4"}.ri-file-copy-line:before{content:"\ecd5"}.ri-file-damage-fill:before{content:"\ecd6"}.ri-file-damage-line:before{content:"\ecd7"}.ri-file-download-fill:before{content:"\ecd8"}.ri-file-download-line:before{content:"\ecd9"}.ri-file-edit-fill:before{content:"\ecda"}.ri-file-edit-line:before{content:"\ecdb"}.ri-file-excel-2-fill:before{content:"\ecdc"}.ri-file-excel-2-line:before{content:"\ecdd"}.ri-file-excel-fill:before{content:"\ecde"}.ri-file-excel-line:before{content:"\ecdf"}.ri-file-fill:before{content:"\ece0"}.ri-file-forbid-fill:before{content:"\ece1"}.ri-file-forbid-line:before{content:"\ece2"}.ri-file-gif-fill:before{content:"\ece3"}.ri-file-gif-line:before{content:"\ece4"}.ri-file-history-fill:before{content:"\ece5"}.ri-file-history-line:before{content:"\ece6"}.ri-file-hwp-fill:before{content:"\ece7"}.ri-file-hwp-line:before{content:"\ece8"}.ri-file-info-fill:before{content:"\ece9"}.ri-file-info-line:before{content:"\ecea"}.ri-file-line:before{content:"\eceb"}.ri-file-list-2-fill:before{content:"\ecec"}.ri-file-list-2-line:before{content:"\eced"}.ri-file-list-3-fill:before{content:"\ecee"}.ri-file-list-3-line:before{content:"\ecef"}.ri-file-list-fill:before{content:"\ecf0"}.ri-file-list-line:before{content:"\ecf1"}.ri-file-lock-fill:before{content:"\ecf2"}.ri-file-lock-line:before{content:"\ecf3"}.ri-file-marked-fill:before{content:"\ecf4"}.ri-file-marked-line:before{content:"\ecf5"}.ri-file-music-fill:before{content:"\ecf6"}.ri-file-music-line:before{content:"\ecf7"}.ri-file-paper-2-fill:before{content:"\ecf8"}.ri-file-paper-2-line:before{content:"\ecf9"}.ri-file-paper-fill:before{content:"\ecfa"}.ri-file-paper-line:before{content:"\ecfb"}.ri-file-pdf-fill:before{content:"\ecfc"}.ri-file-pdf-line:before{content:"\ecfd"}.ri-file-ppt-2-fill:before{content:"\ecfe"}.ri-file-ppt-2-line:before{content:"\ecff"}.ri-file-ppt-fill:before{content:"\ed00"}.ri-file-ppt-line:before{content:"\ed01"}.ri-file-reduce-fill:before{content:"\ed02"}.ri-file-reduce-line:before{content:"\ed03"}.ri-file-search-fill:before{content:"\ed04"}.ri-file-search-line:before{content:"\ed05"}.ri-file-settings-fill:before{content:"\ed06"}.ri-file-settings-line:before{content:"\ed07"}.ri-file-shield-2-fill:before{content:"\ed08"}.ri-file-shield-2-line:before{content:"\ed09"}.ri-file-shield-fill:before{content:"\ed0a"}.ri-file-shield-line:before{content:"\ed0b"}.ri-file-shred-fill:before{content:"\ed0c"}.ri-file-shred-line:before{content:"\ed0d"}.ri-file-text-fill:before{content:"\ed0e"}.ri-file-text-line:before{content:"\ed0f"}.ri-file-transfer-fill:before{content:"\ed10"}.ri-file-transfer-line:before{content:"\ed11"}.ri-file-unknow-fill:before{content:"\ed12"}.ri-file-unknow-line:before{content:"\ed13"}.ri-file-upload-fill:before{content:"\ed14"}.ri-file-upload-line:before{content:"\ed15"}.ri-file-user-fill:before{content:"\ed16"}.ri-file-user-line:before{content:"\ed17"}.ri-file-warning-fill:before{content:"\ed18"}.ri-file-warning-line:before{content:"\ed19"}.ri-file-word-2-fill:before{content:"\ed1a"}.ri-file-word-2-line:before{content:"\ed1b"}.ri-file-word-fill:before{content:"\ed1c"}.ri-file-word-line:before{content:"\ed1d"}.ri-file-zip-fill:before{content:"\ed1e"}.ri-file-zip-line:before{content:"\ed1f"}.ri-film-fill:before{content:"\ed20"}.ri-film-line:before{content:"\ed21"}.ri-filter-2-fill:before{content:"\ed22"}.ri-filter-2-line:before{content:"\ed23"}.ri-filter-3-fill:before{content:"\ed24"}.ri-filter-3-line:before{content:"\ed25"}.ri-filter-fill:before{content:"\ed26"}.ri-filter-line:before{content:"\ed27"}.ri-filter-off-fill:before{content:"\ed28"}.ri-filter-off-line:before{content:"\ed29"}.ri-find-replace-fill:before{content:"\ed2a"}.ri-find-replace-line:before{content:"\ed2b"}.ri-finder-fill:before{content:"\ed2c"}.ri-finder-line:before{content:"\ed2d"}.ri-fingerprint-2-fill:before{content:"\ed2e"}.ri-fingerprint-2-line:before{content:"\ed2f"}.ri-fingerprint-fill:before{content:"\ed30"}.ri-fingerprint-line:before{content:"\ed31"}.ri-fire-fill:before{content:"\ed32"}.ri-fire-line:before{content:"\ed33"}.ri-firefox-fill:before{content:"\ed34"}.ri-firefox-line:before{content:"\ed35"}.ri-first-aid-kit-fill:before{content:"\ed36"}.ri-first-aid-kit-line:before{content:"\ed37"}.ri-flag-2-fill:before{content:"\ed38"}.ri-flag-2-line:before{content:"\ed39"}.ri-flag-fill:before{content:"\ed3a"}.ri-flag-line:before{content:"\ed3b"}.ri-flashlight-fill:before{content:"\ed3c"}.ri-flashlight-line:before{content:"\ed3d"}.ri-flask-fill:before{content:"\ed3e"}.ri-flask-line:before{content:"\ed3f"}.ri-flight-land-fill:before{content:"\ed40"}.ri-flight-land-line:before{content:"\ed41"}.ri-flight-takeoff-fill:before{content:"\ed42"}.ri-flight-takeoff-line:before{content:"\ed43"}.ri-flood-fill:before{content:"\ed44"}.ri-flood-line:before{content:"\ed45"}.ri-flow-chart:before{content:"\ed46"}.ri-flutter-fill:before{content:"\ed47"}.ri-flutter-line:before{content:"\ed48"}.ri-focus-2-fill:before{content:"\ed49"}.ri-focus-2-line:before{content:"\ed4a"}.ri-focus-3-fill:before{content:"\ed4b"}.ri-focus-3-line:before{content:"\ed4c"}.ri-focus-fill:before{content:"\ed4d"}.ri-focus-line:before{content:"\ed4e"}.ri-foggy-fill:before{content:"\ed4f"}.ri-foggy-line:before{content:"\ed50"}.ri-folder-2-fill:before{content:"\ed51"}.ri-folder-2-line:before{content:"\ed52"}.ri-folder-3-fill:before{content:"\ed53"}.ri-folder-3-line:before{content:"\ed54"}.ri-folder-4-fill:before{content:"\ed55"}.ri-folder-4-line:before{content:"\ed56"}.ri-folder-5-fill:before{content:"\ed57"}.ri-folder-5-line:before{content:"\ed58"}.ri-folder-add-fill:before{content:"\ed59"}.ri-folder-add-line:before{content:"\ed5a"}.ri-folder-chart-2-fill:before{content:"\ed5b"}.ri-folder-chart-2-line:before{content:"\ed5c"}.ri-folder-chart-fill:before{content:"\ed5d"}.ri-folder-chart-line:before{content:"\ed5e"}.ri-folder-download-fill:before{content:"\ed5f"}.ri-folder-download-line:before{content:"\ed60"}.ri-folder-fill:before{content:"\ed61"}.ri-folder-forbid-fill:before{content:"\ed62"}.ri-folder-forbid-line:before{content:"\ed63"}.ri-folder-history-fill:before{content:"\ed64"}.ri-folder-history-line:before{content:"\ed65"}.ri-folder-info-fill:before{content:"\ed66"}.ri-folder-info-line:before{content:"\ed67"}.ri-folder-keyhole-fill:before{content:"\ed68"}.ri-folder-keyhole-line:before{content:"\ed69"}.ri-folder-line:before{content:"\ed6a"}.ri-folder-lock-fill:before{content:"\ed6b"}.ri-folder-lock-line:before{content:"\ed6c"}.ri-folder-music-fill:before{content:"\ed6d"}.ri-folder-music-line:before{content:"\ed6e"}.ri-folder-open-fill:before{content:"\ed6f"}.ri-folder-open-line:before{content:"\ed70"}.ri-folder-received-fill:before{content:"\ed71"}.ri-folder-received-line:before{content:"\ed72"}.ri-folder-reduce-fill:before{content:"\ed73"}.ri-folder-reduce-line:before{content:"\ed74"}.ri-folder-settings-fill:before{content:"\ed75"}.ri-folder-settings-line:before{content:"\ed76"}.ri-folder-shared-fill:before{content:"\ed77"}.ri-folder-shared-line:before{content:"\ed78"}.ri-folder-shield-2-fill:before{content:"\ed79"}.ri-folder-shield-2-line:before{content:"\ed7a"}.ri-folder-shield-fill:before{content:"\ed7b"}.ri-folder-shield-line:before{content:"\ed7c"}.ri-folder-transfer-fill:before{content:"\ed7d"}.ri-folder-transfer-line:before{content:"\ed7e"}.ri-folder-unknow-fill:before{content:"\ed7f"}.ri-folder-unknow-line:before{content:"\ed80"}.ri-folder-upload-fill:before{content:"\ed81"}.ri-folder-upload-line:before{content:"\ed82"}.ri-folder-user-fill:before{content:"\ed83"}.ri-folder-user-line:before{content:"\ed84"}.ri-folder-warning-fill:before{content:"\ed85"}.ri-folder-warning-line:before{content:"\ed86"}.ri-folder-zip-fill:before{content:"\ed87"}.ri-folder-zip-line:before{content:"\ed88"}.ri-folders-fill:before{content:"\ed89"}.ri-folders-line:before{content:"\ed8a"}.ri-font-color:before{content:"\ed8b"}.ri-font-size-2:before{content:"\ed8c"}.ri-font-size:before{content:"\ed8d"}.ri-football-fill:before{content:"\ed8e"}.ri-football-line:before{content:"\ed8f"}.ri-footprint-fill:before{content:"\ed90"}.ri-footprint-line:before{content:"\ed91"}.ri-forbid-2-fill:before{content:"\ed92"}.ri-forbid-2-line:before{content:"\ed93"}.ri-forbid-fill:before{content:"\ed94"}.ri-forbid-line:before{content:"\ed95"}.ri-format-clear:before{content:"\ed96"}.ri-fridge-fill:before{content:"\ed97"}.ri-fridge-line:before{content:"\ed98"}.ri-fullscreen-exit-fill:before{content:"\ed99"}.ri-fullscreen-exit-line:before{content:"\ed9a"}.ri-fullscreen-fill:before{content:"\ed9b"}.ri-fullscreen-line:before{content:"\ed9c"}.ri-function-fill:before{content:"\ed9d"}.ri-function-line:before{content:"\ed9e"}.ri-functions:before{content:"\ed9f"}.ri-funds-box-fill:before{content:"\eda0"}.ri-funds-box-line:before{content:"\eda1"}.ri-funds-fill:before{content:"\eda2"}.ri-funds-line:before{content:"\eda3"}.ri-gallery-fill:before{content:"\eda4"}.ri-gallery-line:before{content:"\eda5"}.ri-gallery-upload-fill:before{content:"\eda6"}.ri-gallery-upload-line:before{content:"\eda7"}.ri-game-fill:before{content:"\eda8"}.ri-game-line:before{content:"\eda9"}.ri-gamepad-fill:before{content:"\edaa"}.ri-gamepad-line:before{content:"\edab"}.ri-gas-station-fill:before{content:"\edac"}.ri-gas-station-line:before{content:"\edad"}.ri-gatsby-fill:before{content:"\edae"}.ri-gatsby-line:before{content:"\edaf"}.ri-genderless-fill:before{content:"\edb0"}.ri-genderless-line:before{content:"\edb1"}.ri-ghost-2-fill:before{content:"\edb2"}.ri-ghost-2-line:before{content:"\edb3"}.ri-ghost-fill:before{content:"\edb4"}.ri-ghost-line:before{content:"\edb5"}.ri-ghost-smile-fill:before{content:"\edb6"}.ri-ghost-smile-line:before{content:"\edb7"}.ri-gift-2-fill:before{content:"\edb8"}.ri-gift-2-line:before{content:"\edb9"}.ri-gift-fill:before{content:"\edba"}.ri-gift-line:before{content:"\edbb"}.ri-git-branch-fill:before{content:"\edbc"}.ri-git-branch-line:before{content:"\edbd"}.ri-git-commit-fill:before{content:"\edbe"}.ri-git-commit-line:before{content:"\edbf"}.ri-git-merge-fill:before{content:"\edc0"}.ri-git-merge-line:before{content:"\edc1"}.ri-git-pull-request-fill:before{content:"\edc2"}.ri-git-pull-request-line:before{content:"\edc3"}.ri-git-repository-commits-fill:before{content:"\edc4"}.ri-git-repository-commits-line:before{content:"\edc5"}.ri-git-repository-fill:before{content:"\edc6"}.ri-git-repository-line:before{content:"\edc7"}.ri-git-repository-private-fill:before{content:"\edc8"}.ri-git-repository-private-line:before{content:"\edc9"}.ri-github-fill:before{content:"\edca"}.ri-github-line:before{content:"\edcb"}.ri-gitlab-fill:before{content:"\edcc"}.ri-gitlab-line:before{content:"\edcd"}.ri-global-fill:before{content:"\edce"}.ri-global-line:before{content:"\edcf"}.ri-globe-fill:before{content:"\edd0"}.ri-globe-line:before{content:"\edd1"}.ri-goblet-fill:before{content:"\edd2"}.ri-goblet-line:before{content:"\edd3"}.ri-google-fill:before{content:"\edd4"}.ri-google-line:before{content:"\edd5"}.ri-google-play-fill:before{content:"\edd6"}.ri-google-play-line:before{content:"\edd7"}.ri-government-fill:before{content:"\edd8"}.ri-government-line:before{content:"\edd9"}.ri-gps-fill:before{content:"\edda"}.ri-gps-line:before{content:"\eddb"}.ri-gradienter-fill:before{content:"\eddc"}.ri-gradienter-line:before{content:"\eddd"}.ri-grid-fill:before{content:"\edde"}.ri-grid-line:before{content:"\eddf"}.ri-group-2-fill:before{content:"\ede0"}.ri-group-2-line:before{content:"\ede1"}.ri-group-fill:before{content:"\ede2"}.ri-group-line:before{content:"\ede3"}.ri-guide-fill:before{content:"\ede4"}.ri-guide-line:before{content:"\ede5"}.ri-h-1:before{content:"\ede6"}.ri-h-2:before{content:"\ede7"}.ri-h-3:before{content:"\ede8"}.ri-h-4:before{content:"\ede9"}.ri-h-5:before{content:"\edea"}.ri-h-6:before{content:"\edeb"}.ri-hail-fill:before{content:"\edec"}.ri-hail-line:before{content:"\eded"}.ri-hammer-fill:before{content:"\edee"}.ri-hammer-line:before{content:"\edef"}.ri-hand-coin-fill:before{content:"\edf0"}.ri-hand-coin-line:before{content:"\edf1"}.ri-hand-heart-fill:before{content:"\edf2"}.ri-hand-heart-line:before{content:"\edf3"}.ri-hand-sanitizer-fill:before{content:"\edf4"}.ri-hand-sanitizer-line:before{content:"\edf5"}.ri-handbag-fill:before{content:"\edf6"}.ri-handbag-line:before{content:"\edf7"}.ri-hard-drive-2-fill:before{content:"\edf8"}.ri-hard-drive-2-line:before{content:"\edf9"}.ri-hard-drive-fill:before{content:"\edfa"}.ri-hard-drive-line:before{content:"\edfb"}.ri-hashtag:before{content:"\edfc"}.ri-haze-2-fill:before{content:"\edfd"}.ri-haze-2-line:before{content:"\edfe"}.ri-haze-fill:before{content:"\edff"}.ri-haze-line:before{content:"\ee00"}.ri-hd-fill:before{content:"\ee01"}.ri-hd-line:before{content:"\ee02"}.ri-heading:before{content:"\ee03"}.ri-headphone-fill:before{content:"\ee04"}.ri-headphone-line:before{content:"\ee05"}.ri-health-book-fill:before{content:"\ee06"}.ri-health-book-line:before{content:"\ee07"}.ri-heart-2-fill:before{content:"\ee08"}.ri-heart-2-line:before{content:"\ee09"}.ri-heart-3-fill:before{content:"\ee0a"}.ri-heart-3-line:before{content:"\ee0b"}.ri-heart-add-fill:before{content:"\ee0c"}.ri-heart-add-line:before{content:"\ee0d"}.ri-heart-fill:before{content:"\ee0e"}.ri-heart-line:before{content:"\ee0f"}.ri-heart-pulse-fill:before{content:"\ee10"}.ri-heart-pulse-line:before{content:"\ee11"}.ri-hearts-fill:before{content:"\ee12"}.ri-hearts-line:before{content:"\ee13"}.ri-heavy-showers-fill:before{content:"\ee14"}.ri-heavy-showers-line:before{content:"\ee15"}.ri-history-fill:before{content:"\ee16"}.ri-history-line:before{content:"\ee17"}.ri-home-2-fill:before{content:"\ee18"}.ri-home-2-line:before{content:"\ee19"}.ri-home-3-fill:before{content:"\ee1a"}.ri-home-3-line:before{content:"\ee1b"}.ri-home-4-fill:before{content:"\ee1c"}.ri-home-4-line:before{content:"\ee1d"}.ri-home-5-fill:before{content:"\ee1e"}.ri-home-5-line:before{content:"\ee1f"}.ri-home-6-fill:before{content:"\ee20"}.ri-home-6-line:before{content:"\ee21"}.ri-home-7-fill:before{content:"\ee22"}.ri-home-7-line:before{content:"\ee23"}.ri-home-8-fill:before{content:"\ee24"}.ri-home-8-line:before{content:"\ee25"}.ri-home-fill:before{content:"\ee26"}.ri-home-gear-fill:before{content:"\ee27"}.ri-home-gear-line:before{content:"\ee28"}.ri-home-heart-fill:before{content:"\ee29"}.ri-home-heart-line:before{content:"\ee2a"}.ri-home-line:before{content:"\ee2b"}.ri-home-smile-2-fill:before{content:"\ee2c"}.ri-home-smile-2-line:before{content:"\ee2d"}.ri-home-smile-fill:before{content:"\ee2e"}.ri-home-smile-line:before{content:"\ee2f"}.ri-home-wifi-fill:before{content:"\ee30"}.ri-home-wifi-line:before{content:"\ee31"}.ri-honor-of-kings-fill:before{content:"\ee32"}.ri-honor-of-kings-line:before{content:"\ee33"}.ri-honour-fill:before{content:"\ee34"}.ri-honour-line:before{content:"\ee35"}.ri-hospital-fill:before{content:"\ee36"}.ri-hospital-line:before{content:"\ee37"}.ri-hotel-bed-fill:before{content:"\ee38"}.ri-hotel-bed-line:before{content:"\ee39"}.ri-hotel-fill:before{content:"\ee3a"}.ri-hotel-line:before{content:"\ee3b"}.ri-hotspot-fill:before{content:"\ee3c"}.ri-hotspot-line:before{content:"\ee3d"}.ri-hq-fill:before{content:"\ee3e"}.ri-hq-line:before{content:"\ee3f"}.ri-html5-fill:before{content:"\ee40"}.ri-html5-line:before{content:"\ee41"}.ri-ie-fill:before{content:"\ee42"}.ri-ie-line:before{content:"\ee43"}.ri-image-2-fill:before{content:"\ee44"}.ri-image-2-line:before{content:"\ee45"}.ri-image-add-fill:before{content:"\ee46"}.ri-image-add-line:before{content:"\ee47"}.ri-image-edit-fill:before{content:"\ee48"}.ri-image-edit-line:before{content:"\ee49"}.ri-image-fill:before{content:"\ee4a"}.ri-image-line:before{content:"\ee4b"}.ri-inbox-archive-fill:before{content:"\ee4c"}.ri-inbox-archive-line:before{content:"\ee4d"}.ri-inbox-fill:before{content:"\ee4e"}.ri-inbox-line:before{content:"\ee4f"}.ri-inbox-unarchive-fill:before{content:"\ee50"}.ri-inbox-unarchive-line:before{content:"\ee51"}.ri-increase-decrease-fill:before{content:"\ee52"}.ri-increase-decrease-line:before{content:"\ee53"}.ri-indent-decrease:before{content:"\ee54"}.ri-indent-increase:before{content:"\ee55"}.ri-indeterminate-circle-fill:before{content:"\ee56"}.ri-indeterminate-circle-line:before{content:"\ee57"}.ri-information-fill:before{content:"\ee58"}.ri-information-line:before{content:"\ee59"}.ri-infrared-thermometer-fill:before{content:"\ee5a"}.ri-infrared-thermometer-line:before{content:"\ee5b"}.ri-ink-bottle-fill:before{content:"\ee5c"}.ri-ink-bottle-line:before{content:"\ee5d"}.ri-input-cursor-move:before{content:"\ee5e"}.ri-input-method-fill:before{content:"\ee5f"}.ri-input-method-line:before{content:"\ee60"}.ri-insert-column-left:before{content:"\ee61"}.ri-insert-column-right:before{content:"\ee62"}.ri-insert-row-bottom:before{content:"\ee63"}.ri-insert-row-top:before{content:"\ee64"}.ri-instagram-fill:before{content:"\ee65"}.ri-instagram-line:before{content:"\ee66"}.ri-install-fill:before{content:"\ee67"}.ri-install-line:before{content:"\ee68"}.ri-invision-fill:before{content:"\ee69"}.ri-invision-line:before{content:"\ee6a"}.ri-italic:before{content:"\ee6b"}.ri-kakao-talk-fill:before{content:"\ee6c"}.ri-kakao-talk-line:before{content:"\ee6d"}.ri-key-2-fill:before{content:"\ee6e"}.ri-key-2-line:before{content:"\ee6f"}.ri-key-fill:before{content:"\ee70"}.ri-key-line:before{content:"\ee71"}.ri-keyboard-box-fill:before{content:"\ee72"}.ri-keyboard-box-line:before{content:"\ee73"}.ri-keyboard-fill:before{content:"\ee74"}.ri-keyboard-line:before{content:"\ee75"}.ri-keynote-fill:before{content:"\ee76"}.ri-keynote-line:before{content:"\ee77"}.ri-knife-blood-fill:before{content:"\ee78"}.ri-knife-blood-line:before{content:"\ee79"}.ri-knife-fill:before{content:"\ee7a"}.ri-knife-line:before{content:"\ee7b"}.ri-landscape-fill:before{content:"\ee7c"}.ri-landscape-line:before{content:"\ee7d"}.ri-layout-2-fill:before{content:"\ee7e"}.ri-layout-2-line:before{content:"\ee7f"}.ri-layout-3-fill:before{content:"\ee80"}.ri-layout-3-line:before{content:"\ee81"}.ri-layout-4-fill:before{content:"\ee82"}.ri-layout-4-line:before{content:"\ee83"}.ri-layout-5-fill:before{content:"\ee84"}.ri-layout-5-line:before{content:"\ee85"}.ri-layout-6-fill:before{content:"\ee86"}.ri-layout-6-line:before{content:"\ee87"}.ri-layout-bottom-2-fill:before{content:"\ee88"}.ri-layout-bottom-2-line:before{content:"\ee89"}.ri-layout-bottom-fill:before{content:"\ee8a"}.ri-layout-bottom-line:before{content:"\ee8b"}.ri-layout-column-fill:before{content:"\ee8c"}.ri-layout-column-line:before{content:"\ee8d"}.ri-layout-fill:before{content:"\ee8e"}.ri-layout-grid-fill:before{content:"\ee8f"}.ri-layout-grid-line:before{content:"\ee90"}.ri-layout-left-2-fill:before{content:"\ee91"}.ri-layout-left-2-line:before{content:"\ee92"}.ri-layout-left-fill:before{content:"\ee93"}.ri-layout-left-line:before{content:"\ee94"}.ri-layout-line:before{content:"\ee95"}.ri-layout-masonry-fill:before{content:"\ee96"}.ri-layout-masonry-line:before{content:"\ee97"}.ri-layout-right-2-fill:before{content:"\ee98"}.ri-layout-right-2-line:before{content:"\ee99"}.ri-layout-right-fill:before{content:"\ee9a"}.ri-layout-right-line:before{content:"\ee9b"}.ri-layout-row-fill:before{content:"\ee9c"}.ri-layout-row-line:before{content:"\ee9d"}.ri-layout-top-2-fill:before{content:"\ee9e"}.ri-layout-top-2-line:before{content:"\ee9f"}.ri-layout-top-fill:before{content:"\eea0"}.ri-layout-top-line:before{content:"\eea1"}.ri-leaf-fill:before{content:"\eea2"}.ri-leaf-line:before{content:"\eea3"}.ri-lifebuoy-fill:before{content:"\eea4"}.ri-lifebuoy-line:before{content:"\eea5"}.ri-lightbulb-fill:before{content:"\eea6"}.ri-lightbulb-flash-fill:before{content:"\eea7"}.ri-lightbulb-flash-line:before{content:"\eea8"}.ri-lightbulb-line:before{content:"\eea9"}.ri-line-chart-fill:before{content:"\eeaa"}.ri-line-chart-line:before{content:"\eeab"}.ri-line-fill:before{content:"\eeac"}.ri-line-height:before{content:"\eead"}.ri-line-line:before{content:"\eeae"}.ri-link-m:before{content:"\eeaf"}.ri-link-unlink-m:before{content:"\eeb0"}.ri-link-unlink:before{content:"\eeb1"}.ri-link:before{content:"\eeb2"}.ri-linkedin-box-fill:before{content:"\eeb3"}.ri-linkedin-box-line:before{content:"\eeb4"}.ri-linkedin-fill:before{content:"\eeb5"}.ri-linkedin-line:before{content:"\eeb6"}.ri-links-fill:before{content:"\eeb7"}.ri-links-line:before{content:"\eeb8"}.ri-list-check-2:before{content:"\eeb9"}.ri-list-check:before{content:"\eeba"}.ri-list-ordered:before{content:"\eebb"}.ri-list-settings-fill:before{content:"\eebc"}.ri-list-settings-line:before{content:"\eebd"}.ri-list-unordered:before{content:"\eebe"}.ri-live-fill:before{content:"\eebf"}.ri-live-line:before{content:"\eec0"}.ri-loader-2-fill:before{content:"\eec1"}.ri-loader-2-line:before{content:"\eec2"}.ri-loader-3-fill:before{content:"\eec3"}.ri-loader-3-line:before{content:"\eec4"}.ri-loader-4-fill:before{content:"\eec5"}.ri-loader-4-line:before{content:"\eec6"}.ri-loader-5-fill:before{content:"\eec7"}.ri-loader-5-line:before{content:"\eec8"}.ri-loader-fill:before{content:"\eec9"}.ri-loader-line:before{content:"\eeca"}.ri-lock-2-fill:before{content:"\eecb"}.ri-lock-2-line:before{content:"\eecc"}.ri-lock-fill:before{content:"\eecd"}.ri-lock-line:before{content:"\eece"}.ri-lock-password-fill:before{content:"\eecf"}.ri-lock-password-line:before{content:"\eed0"}.ri-lock-unlock-fill:before{content:"\eed1"}.ri-lock-unlock-line:before{content:"\eed2"}.ri-login-box-fill:before{content:"\eed3"}.ri-login-box-line:before{content:"\eed4"}.ri-login-circle-fill:before{content:"\eed5"}.ri-login-circle-line:before{content:"\eed6"}.ri-logout-box-fill:before{content:"\eed7"}.ri-logout-box-line:before{content:"\eed8"}.ri-logout-box-r-fill:before{content:"\eed9"}.ri-logout-box-r-line:before{content:"\eeda"}.ri-logout-circle-fill:before{content:"\eedb"}.ri-logout-circle-line:before{content:"\eedc"}.ri-logout-circle-r-fill:before{content:"\eedd"}.ri-logout-circle-r-line:before{content:"\eede"}.ri-luggage-cart-fill:before{content:"\eedf"}.ri-luggage-cart-line:before{content:"\eee0"}.ri-luggage-deposit-fill:before{content:"\eee1"}.ri-luggage-deposit-line:before{content:"\eee2"}.ri-lungs-fill:before{content:"\eee3"}.ri-lungs-line:before{content:"\eee4"}.ri-mac-fill:before{content:"\eee5"}.ri-mac-line:before{content:"\eee6"}.ri-macbook-fill:before{content:"\eee7"}.ri-macbook-line:before{content:"\eee8"}.ri-magic-fill:before{content:"\eee9"}.ri-magic-line:before{content:"\eeea"}.ri-mail-add-fill:before{content:"\eeeb"}.ri-mail-add-line:before{content:"\eeec"}.ri-mail-check-fill:before{content:"\eeed"}.ri-mail-check-line:before{content:"\eeee"}.ri-mail-close-fill:before{content:"\eeef"}.ri-mail-close-line:before{content:"\eef0"}.ri-mail-download-fill:before{content:"\eef1"}.ri-mail-download-line:before{content:"\eef2"}.ri-mail-fill:before{content:"\eef3"}.ri-mail-forbid-fill:before{content:"\eef4"}.ri-mail-forbid-line:before{content:"\eef5"}.ri-mail-line:before{content:"\eef6"}.ri-mail-lock-fill:before{content:"\eef7"}.ri-mail-lock-line:before{content:"\eef8"}.ri-mail-open-fill:before{content:"\eef9"}.ri-mail-open-line:before{content:"\eefa"}.ri-mail-send-fill:before{content:"\eefb"}.ri-mail-send-line:before{content:"\eefc"}.ri-mail-settings-fill:before{content:"\eefd"}.ri-mail-settings-line:before{content:"\eefe"}.ri-mail-star-fill:before{content:"\eeff"}.ri-mail-star-line:before{content:"\ef00"}.ri-mail-unread-fill:before{content:"\ef01"}.ri-mail-unread-line:before{content:"\ef02"}.ri-mail-volume-fill:before{content:"\ef03"}.ri-mail-volume-line:before{content:"\ef04"}.ri-map-2-fill:before{content:"\ef05"}.ri-map-2-line:before{content:"\ef06"}.ri-map-fill:before{content:"\ef07"}.ri-map-line:before{content:"\ef08"}.ri-map-pin-2-fill:before{content:"\ef09"}.ri-map-pin-2-line:before{content:"\ef0a"}.ri-map-pin-3-fill:before{content:"\ef0b"}.ri-map-pin-3-line:before{content:"\ef0c"}.ri-map-pin-4-fill:before{content:"\ef0d"}.ri-map-pin-4-line:before{content:"\ef0e"}.ri-map-pin-5-fill:before{content:"\ef0f"}.ri-map-pin-5-line:before{content:"\ef10"}.ri-map-pin-add-fill:before{content:"\ef11"}.ri-map-pin-add-line:before{content:"\ef12"}.ri-map-pin-fill:before{content:"\ef13"}.ri-map-pin-line:before{content:"\ef14"}.ri-map-pin-range-fill:before{content:"\ef15"}.ri-map-pin-range-line:before{content:"\ef16"}.ri-map-pin-time-fill:before{content:"\ef17"}.ri-map-pin-time-line:before{content:"\ef18"}.ri-map-pin-user-fill:before{content:"\ef19"}.ri-map-pin-user-line:before{content:"\ef1a"}.ri-mark-pen-fill:before{content:"\ef1b"}.ri-mark-pen-line:before{content:"\ef1c"}.ri-markdown-fill:before{content:"\ef1d"}.ri-markdown-line:before{content:"\ef1e"}.ri-markup-fill:before{content:"\ef1f"}.ri-markup-line:before{content:"\ef20"}.ri-mastercard-fill:before{content:"\ef21"}.ri-mastercard-line:before{content:"\ef22"}.ri-mastodon-fill:before{content:"\ef23"}.ri-mastodon-line:before{content:"\ef24"}.ri-medal-2-fill:before{content:"\ef25"}.ri-medal-2-line:before{content:"\ef26"}.ri-medal-fill:before{content:"\ef27"}.ri-medal-line:before{content:"\ef28"}.ri-medicine-bottle-fill:before{content:"\ef29"}.ri-medicine-bottle-line:before{content:"\ef2a"}.ri-medium-fill:before{content:"\ef2b"}.ri-medium-line:before{content:"\ef2c"}.ri-men-fill:before{content:"\ef2d"}.ri-men-line:before{content:"\ef2e"}.ri-mental-health-fill:before{content:"\ef2f"}.ri-mental-health-line:before{content:"\ef30"}.ri-menu-2-fill:before{content:"\ef31"}.ri-menu-2-line:before{content:"\ef32"}.ri-menu-3-fill:before{content:"\ef33"}.ri-menu-3-line:before{content:"\ef34"}.ri-menu-4-fill:before{content:"\ef35"}.ri-menu-4-line:before{content:"\ef36"}.ri-menu-5-fill:before{content:"\ef37"}.ri-menu-5-line:before{content:"\ef38"}.ri-menu-add-fill:before{content:"\ef39"}.ri-menu-add-line:before{content:"\ef3a"}.ri-menu-fill:before{content:"\ef3b"}.ri-menu-fold-fill:before{content:"\ef3c"}.ri-menu-fold-line:before{content:"\ef3d"}.ri-menu-line:before{content:"\ef3e"}.ri-menu-unfold-fill:before{content:"\ef3f"}.ri-menu-unfold-line:before{content:"\ef40"}.ri-merge-cells-horizontal:before{content:"\ef41"}.ri-merge-cells-vertical:before{content:"\ef42"}.ri-message-2-fill:before{content:"\ef43"}.ri-message-2-line:before{content:"\ef44"}.ri-message-3-fill:before{content:"\ef45"}.ri-message-3-line:before{content:"\ef46"}.ri-message-fill:before{content:"\ef47"}.ri-message-line:before{content:"\ef48"}.ri-messenger-fill:before{content:"\ef49"}.ri-messenger-line:before{content:"\ef4a"}.ri-meteor-fill:before{content:"\ef4b"}.ri-meteor-line:before{content:"\ef4c"}.ri-mic-2-fill:before{content:"\ef4d"}.ri-mic-2-line:before{content:"\ef4e"}.ri-mic-fill:before{content:"\ef4f"}.ri-mic-line:before{content:"\ef50"}.ri-mic-off-fill:before{content:"\ef51"}.ri-mic-off-line:before{content:"\ef52"}.ri-mickey-fill:before{content:"\ef53"}.ri-mickey-line:before{content:"\ef54"}.ri-microscope-fill:before{content:"\ef55"}.ri-microscope-line:before{content:"\ef56"}.ri-microsoft-fill:before{content:"\ef57"}.ri-microsoft-line:before{content:"\ef58"}.ri-mind-map:before{content:"\ef59"}.ri-mini-program-fill:before{content:"\ef5a"}.ri-mini-program-line:before{content:"\ef5b"}.ri-mist-fill:before{content:"\ef5c"}.ri-mist-line:before{content:"\ef5d"}.ri-money-cny-box-fill:before{content:"\ef5e"}.ri-money-cny-box-line:before{content:"\ef5f"}.ri-money-cny-circle-fill:before{content:"\ef60"}.ri-money-cny-circle-line:before{content:"\ef61"}.ri-money-dollar-box-fill:before{content:"\ef62"}.ri-money-dollar-box-line:before{content:"\ef63"}.ri-money-dollar-circle-fill:before{content:"\ef64"}.ri-money-dollar-circle-line:before{content:"\ef65"}.ri-money-euro-box-fill:before{content:"\ef66"}.ri-money-euro-box-line:before{content:"\ef67"}.ri-money-euro-circle-fill:before{content:"\ef68"}.ri-money-euro-circle-line:before{content:"\ef69"}.ri-money-pound-box-fill:before{content:"\ef6a"}.ri-money-pound-box-line:before{content:"\ef6b"}.ri-money-pound-circle-fill:before{content:"\ef6c"}.ri-money-pound-circle-line:before{content:"\ef6d"}.ri-moon-clear-fill:before{content:"\ef6e"}.ri-moon-clear-line:before{content:"\ef6f"}.ri-moon-cloudy-fill:before{content:"\ef70"}.ri-moon-cloudy-line:before{content:"\ef71"}.ri-moon-fill:before{content:"\ef72"}.ri-moon-foggy-fill:before{content:"\ef73"}.ri-moon-foggy-line:before{content:"\ef74"}.ri-moon-line:before{content:"\ef75"}.ri-more-2-fill:before{content:"\ef76"}.ri-more-2-line:before{content:"\ef77"}.ri-more-fill:before{content:"\ef78"}.ri-more-line:before{content:"\ef79"}.ri-motorbike-fill:before{content:"\ef7a"}.ri-motorbike-line:before{content:"\ef7b"}.ri-mouse-fill:before{content:"\ef7c"}.ri-mouse-line:before{content:"\ef7d"}.ri-movie-2-fill:before{content:"\ef7e"}.ri-movie-2-line:before{content:"\ef7f"}.ri-movie-fill:before{content:"\ef80"}.ri-movie-line:before{content:"\ef81"}.ri-music-2-fill:before{content:"\ef82"}.ri-music-2-line:before{content:"\ef83"}.ri-music-fill:before{content:"\ef84"}.ri-music-line:before{content:"\ef85"}.ri-mv-fill:before{content:"\ef86"}.ri-mv-line:before{content:"\ef87"}.ri-navigation-fill:before{content:"\ef88"}.ri-navigation-line:before{content:"\ef89"}.ri-netease-cloud-music-fill:before{content:"\ef8a"}.ri-netease-cloud-music-line:before{content:"\ef8b"}.ri-netflix-fill:before{content:"\ef8c"}.ri-netflix-line:before{content:"\ef8d"}.ri-newspaper-fill:before{content:"\ef8e"}.ri-newspaper-line:before{content:"\ef8f"}.ri-node-tree:before{content:"\ef90"}.ri-notification-2-fill:before{content:"\ef91"}.ri-notification-2-line:before{content:"\ef92"}.ri-notification-3-fill:before{content:"\ef93"}.ri-notification-3-line:before{content:"\ef94"}.ri-notification-4-fill:before{content:"\ef95"}.ri-notification-4-line:before{content:"\ef96"}.ri-notification-badge-fill:before{content:"\ef97"}.ri-notification-badge-line:before{content:"\ef98"}.ri-notification-fill:before{content:"\ef99"}.ri-notification-line:before{content:"\ef9a"}.ri-notification-off-fill:before{content:"\ef9b"}.ri-notification-off-line:before{content:"\ef9c"}.ri-npmjs-fill:before{content:"\ef9d"}.ri-npmjs-line:before{content:"\ef9e"}.ri-number-0:before{content:"\ef9f"}.ri-number-1:before{content:"\efa0"}.ri-number-2:before{content:"\efa1"}.ri-number-3:before{content:"\efa2"}.ri-number-4:before{content:"\efa3"}.ri-number-5:before{content:"\efa4"}.ri-number-6:before{content:"\efa5"}.ri-number-7:before{content:"\efa6"}.ri-number-8:before{content:"\efa7"}.ri-number-9:before{content:"\efa8"}.ri-numbers-fill:before{content:"\efa9"}.ri-numbers-line:before{content:"\efaa"}.ri-nurse-fill:before{content:"\efab"}.ri-nurse-line:before{content:"\efac"}.ri-oil-fill:before{content:"\efad"}.ri-oil-line:before{content:"\efae"}.ri-omega:before{content:"\efaf"}.ri-open-arm-fill:before{content:"\efb0"}.ri-open-arm-line:before{content:"\efb1"}.ri-open-source-fill:before{content:"\efb2"}.ri-open-source-line:before{content:"\efb3"}.ri-opera-fill:before{content:"\efb4"}.ri-opera-line:before{content:"\efb5"}.ri-order-play-fill:before{content:"\efb6"}.ri-order-play-line:before{content:"\efb7"}.ri-organization-chart:before{content:"\efb8"}.ri-outlet-2-fill:before{content:"\efb9"}.ri-outlet-2-line:before{content:"\efba"}.ri-outlet-fill:before{content:"\efbb"}.ri-outlet-line:before{content:"\efbc"}.ri-page-separator:before{content:"\efbd"}.ri-pages-fill:before{content:"\efbe"}.ri-pages-line:before{content:"\efbf"}.ri-paint-brush-fill:before{content:"\efc0"}.ri-paint-brush-line:before{content:"\efc1"}.ri-paint-fill:before{content:"\efc2"}.ri-paint-line:before{content:"\efc3"}.ri-palette-fill:before{content:"\efc4"}.ri-palette-line:before{content:"\efc5"}.ri-pantone-fill:before{content:"\efc6"}.ri-pantone-line:before{content:"\efc7"}.ri-paragraph:before{content:"\efc8"}.ri-parent-fill:before{content:"\efc9"}.ri-parent-line:before{content:"\efca"}.ri-parentheses-fill:before{content:"\efcb"}.ri-parentheses-line:before{content:"\efcc"}.ri-parking-box-fill:before{content:"\efcd"}.ri-parking-box-line:before{content:"\efce"}.ri-parking-fill:before{content:"\efcf"}.ri-parking-line:before{content:"\efd0"}.ri-passport-fill:before{content:"\efd1"}.ri-passport-line:before{content:"\efd2"}.ri-patreon-fill:before{content:"\efd3"}.ri-patreon-line:before{content:"\efd4"}.ri-pause-circle-fill:before{content:"\efd5"}.ri-pause-circle-line:before{content:"\efd6"}.ri-pause-fill:before{content:"\efd7"}.ri-pause-line:before{content:"\efd8"}.ri-pause-mini-fill:before{content:"\efd9"}.ri-pause-mini-line:before{content:"\efda"}.ri-paypal-fill:before{content:"\efdb"}.ri-paypal-line:before{content:"\efdc"}.ri-pen-nib-fill:before{content:"\efdd"}.ri-pen-nib-line:before{content:"\efde"}.ri-pencil-fill:before{content:"\efdf"}.ri-pencil-line:before{content:"\efe0"}.ri-pencil-ruler-2-fill:before{content:"\efe1"}.ri-pencil-ruler-2-line:before{content:"\efe2"}.ri-pencil-ruler-fill:before{content:"\efe3"}.ri-pencil-ruler-line:before{content:"\efe4"}.ri-percent-fill:before{content:"\efe5"}.ri-percent-line:before{content:"\efe6"}.ri-phone-camera-fill:before{content:"\efe7"}.ri-phone-camera-line:before{content:"\efe8"}.ri-phone-fill:before{content:"\efe9"}.ri-phone-find-fill:before{content:"\efea"}.ri-phone-find-line:before{content:"\efeb"}.ri-phone-line:before{content:"\efec"}.ri-phone-lock-fill:before{content:"\efed"}.ri-phone-lock-line:before{content:"\efee"}.ri-picture-in-picture-2-fill:before{content:"\efef"}.ri-picture-in-picture-2-line:before{content:"\eff0"}.ri-picture-in-picture-exit-fill:before{content:"\eff1"}.ri-picture-in-picture-exit-line:before{content:"\eff2"}.ri-picture-in-picture-fill:before{content:"\eff3"}.ri-picture-in-picture-line:before{content:"\eff4"}.ri-pie-chart-2-fill:before{content:"\eff5"}.ri-pie-chart-2-line:before{content:"\eff6"}.ri-pie-chart-box-fill:before{content:"\eff7"}.ri-pie-chart-box-line:before{content:"\eff8"}.ri-pie-chart-fill:before{content:"\eff9"}.ri-pie-chart-line:before{content:"\effa"}.ri-pin-distance-fill:before{content:"\effb"}.ri-pin-distance-line:before{content:"\effc"}.ri-ping-pong-fill:before{content:"\effd"}.ri-ping-pong-line:before{content:"\effe"}.ri-pinterest-fill:before{content:"\efff"}.ri-pinterest-line:before{content:"\f000"}.ri-pinyin-input:before{content:"\f001"}.ri-pixelfed-fill:before{content:"\f002"}.ri-pixelfed-line:before{content:"\f003"}.ri-plane-fill:before{content:"\f004"}.ri-plane-line:before{content:"\f005"}.ri-plant-fill:before{content:"\f006"}.ri-plant-line:before{content:"\f007"}.ri-play-circle-fill:before{content:"\f008"}.ri-play-circle-line:before{content:"\f009"}.ri-play-fill:before{content:"\f00a"}.ri-play-line:before{content:"\f00b"}.ri-play-list-2-fill:before{content:"\f00c"}.ri-play-list-2-line:before{content:"\f00d"}.ri-play-list-add-fill:before{content:"\f00e"}.ri-play-list-add-line:before{content:"\f00f"}.ri-play-list-fill:before{content:"\f010"}.ri-play-list-line:before{content:"\f011"}.ri-play-mini-fill:before{content:"\f012"}.ri-play-mini-line:before{content:"\f013"}.ri-playstation-fill:before{content:"\f014"}.ri-playstation-line:before{content:"\f015"}.ri-plug-2-fill:before{content:"\f016"}.ri-plug-2-line:before{content:"\f017"}.ri-plug-fill:before{content:"\f018"}.ri-plug-line:before{content:"\f019"}.ri-polaroid-2-fill:before{content:"\f01a"}.ri-polaroid-2-line:before{content:"\f01b"}.ri-polaroid-fill:before{content:"\f01c"}.ri-polaroid-line:before{content:"\f01d"}.ri-police-car-fill:before{content:"\f01e"}.ri-police-car-line:before{content:"\f01f"}.ri-price-tag-2-fill:before{content:"\f020"}.ri-price-tag-2-line:before{content:"\f021"}.ri-price-tag-3-fill:before{content:"\f022"}.ri-price-tag-3-line:before{content:"\f023"}.ri-price-tag-fill:before{content:"\f024"}.ri-price-tag-line:before{content:"\f025"}.ri-printer-cloud-fill:before{content:"\f026"}.ri-printer-cloud-line:before{content:"\f027"}.ri-printer-fill:before{content:"\f028"}.ri-printer-line:before{content:"\f029"}.ri-product-hunt-fill:before{content:"\f02a"}.ri-product-hunt-line:before{content:"\f02b"}.ri-profile-fill:before{content:"\f02c"}.ri-profile-line:before{content:"\f02d"}.ri-projector-2-fill:before{content:"\f02e"}.ri-projector-2-line:before{content:"\f02f"}.ri-projector-fill:before{content:"\f030"}.ri-projector-line:before{content:"\f031"}.ri-psychotherapy-fill:before{content:"\f032"}.ri-psychotherapy-line:before{content:"\f033"}.ri-pulse-fill:before{content:"\f034"}.ri-pulse-line:before{content:"\f035"}.ri-pushpin-2-fill:before{content:"\f036"}.ri-pushpin-2-line:before{content:"\f037"}.ri-pushpin-fill:before{content:"\f038"}.ri-pushpin-line:before{content:"\f039"}.ri-qq-fill:before{content:"\f03a"}.ri-qq-line:before{content:"\f03b"}.ri-qr-code-fill:before{content:"\f03c"}.ri-qr-code-line:before{content:"\f03d"}.ri-qr-scan-2-fill:before{content:"\f03e"}.ri-qr-scan-2-line:before{content:"\f03f"}.ri-qr-scan-fill:before{content:"\f040"}.ri-qr-scan-line:before{content:"\f041"}.ri-question-answer-fill:before{content:"\f042"}.ri-question-answer-line:before{content:"\f043"}.ri-question-fill:before{content:"\f044"}.ri-question-line:before{content:"\f045"}.ri-question-mark:before{content:"\f046"}.ri-questionnaire-fill:before{content:"\f047"}.ri-questionnaire-line:before{content:"\f048"}.ri-quill-pen-fill:before{content:"\f049"}.ri-quill-pen-line:before{content:"\f04a"}.ri-radar-fill:before{content:"\f04b"}.ri-radar-line:before{content:"\f04c"}.ri-radio-2-fill:before{content:"\f04d"}.ri-radio-2-line:before{content:"\f04e"}.ri-radio-button-fill:before{content:"\f04f"}.ri-radio-button-line:before{content:"\f050"}.ri-radio-fill:before{content:"\f051"}.ri-radio-line:before{content:"\f052"}.ri-rainbow-fill:before{content:"\f053"}.ri-rainbow-line:before{content:"\f054"}.ri-rainy-fill:before{content:"\f055"}.ri-rainy-line:before{content:"\f056"}.ri-reactjs-fill:before{content:"\f057"}.ri-reactjs-line:before{content:"\f058"}.ri-record-circle-fill:before{content:"\f059"}.ri-record-circle-line:before{content:"\f05a"}.ri-record-mail-fill:before{content:"\f05b"}.ri-record-mail-line:before{content:"\f05c"}.ri-recycle-fill:before{content:"\f05d"}.ri-recycle-line:before{content:"\f05e"}.ri-red-packet-fill:before{content:"\f05f"}.ri-red-packet-line:before{content:"\f060"}.ri-reddit-fill:before{content:"\f061"}.ri-reddit-line:before{content:"\f062"}.ri-refresh-fill:before{content:"\f063"}.ri-refresh-line:before{content:"\f064"}.ri-refund-2-fill:before{content:"\f065"}.ri-refund-2-line:before{content:"\f066"}.ri-refund-fill:before{content:"\f067"}.ri-refund-line:before{content:"\f068"}.ri-registered-fill:before{content:"\f069"}.ri-registered-line:before{content:"\f06a"}.ri-remixicon-fill:before{content:"\f06b"}.ri-remixicon-line:before{content:"\f06c"}.ri-remote-control-2-fill:before{content:"\f06d"}.ri-remote-control-2-line:before{content:"\f06e"}.ri-remote-control-fill:before{content:"\f06f"}.ri-remote-control-line:before{content:"\f070"}.ri-repeat-2-fill:before{content:"\f071"}.ri-repeat-2-line:before{content:"\f072"}.ri-repeat-fill:before{content:"\f073"}.ri-repeat-line:before{content:"\f074"}.ri-repeat-one-fill:before{content:"\f075"}.ri-repeat-one-line:before{content:"\f076"}.ri-reply-all-fill:before{content:"\f077"}.ri-reply-all-line:before{content:"\f078"}.ri-reply-fill:before{content:"\f079"}.ri-reply-line:before{content:"\f07a"}.ri-reserved-fill:before{content:"\f07b"}.ri-reserved-line:before{content:"\f07c"}.ri-rest-time-fill:before{content:"\f07d"}.ri-rest-time-line:before{content:"\f07e"}.ri-restart-fill:before{content:"\f07f"}.ri-restart-line:before{content:"\f080"}.ri-restaurant-2-fill:before{content:"\f081"}.ri-restaurant-2-line:before{content:"\f082"}.ri-restaurant-fill:before{content:"\f083"}.ri-restaurant-line:before{content:"\f084"}.ri-rewind-fill:before{content:"\f085"}.ri-rewind-line:before{content:"\f086"}.ri-rewind-mini-fill:before{content:"\f087"}.ri-rewind-mini-line:before{content:"\f088"}.ri-rhythm-fill:before{content:"\f089"}.ri-rhythm-line:before{content:"\f08a"}.ri-riding-fill:before{content:"\f08b"}.ri-riding-line:before{content:"\f08c"}.ri-road-map-fill:before{content:"\f08d"}.ri-road-map-line:before{content:"\f08e"}.ri-roadster-fill:before{content:"\f08f"}.ri-roadster-line:before{content:"\f090"}.ri-robot-fill:before{content:"\f091"}.ri-robot-line:before{content:"\f092"}.ri-rocket-2-fill:before{content:"\f093"}.ri-rocket-2-line:before{content:"\f094"}.ri-rocket-fill:before{content:"\f095"}.ri-rocket-line:before{content:"\f096"}.ri-rotate-lock-fill:before{content:"\f097"}.ri-rotate-lock-line:before{content:"\f098"}.ri-rounded-corner:before{content:"\f099"}.ri-route-fill:before{content:"\f09a"}.ri-route-line:before{content:"\f09b"}.ri-router-fill:before{content:"\f09c"}.ri-router-line:before{content:"\f09d"}.ri-rss-fill:before{content:"\f09e"}.ri-rss-line:before{content:"\f09f"}.ri-ruler-2-fill:before{content:"\f0a0"}.ri-ruler-2-line:before{content:"\f0a1"}.ri-ruler-fill:before{content:"\f0a2"}.ri-ruler-line:before{content:"\f0a3"}.ri-run-fill:before{content:"\f0a4"}.ri-run-line:before{content:"\f0a5"}.ri-safari-fill:before{content:"\f0a6"}.ri-safari-line:before{content:"\f0a7"}.ri-safe-2-fill:before{content:"\f0a8"}.ri-safe-2-line:before{content:"\f0a9"}.ri-safe-fill:before{content:"\f0aa"}.ri-safe-line:before{content:"\f0ab"}.ri-sailboat-fill:before{content:"\f0ac"}.ri-sailboat-line:before{content:"\f0ad"}.ri-save-2-fill:before{content:"\f0ae"}.ri-save-2-line:before{content:"\f0af"}.ri-save-3-fill:before{content:"\f0b0"}.ri-save-3-line:before{content:"\f0b1"}.ri-save-fill:before{content:"\f0b2"}.ri-save-line:before{content:"\f0b3"}.ri-scales-2-fill:before{content:"\f0b4"}.ri-scales-2-line:before{content:"\f0b5"}.ri-scales-3-fill:before{content:"\f0b6"}.ri-scales-3-line:before{content:"\f0b7"}.ri-scales-fill:before{content:"\f0b8"}.ri-scales-line:before{content:"\f0b9"}.ri-scan-2-fill:before{content:"\f0ba"}.ri-scan-2-line:before{content:"\f0bb"}.ri-scan-fill:before{content:"\f0bc"}.ri-scan-line:before{content:"\f0bd"}.ri-scissors-2-fill:before{content:"\f0be"}.ri-scissors-2-line:before{content:"\f0bf"}.ri-scissors-cut-fill:before{content:"\f0c0"}.ri-scissors-cut-line:before{content:"\f0c1"}.ri-scissors-fill:before{content:"\f0c2"}.ri-scissors-line:before{content:"\f0c3"}.ri-screenshot-2-fill:before{content:"\f0c4"}.ri-screenshot-2-line:before{content:"\f0c5"}.ri-screenshot-fill:before{content:"\f0c6"}.ri-screenshot-line:before{content:"\f0c7"}.ri-sd-card-fill:before{content:"\f0c8"}.ri-sd-card-line:before{content:"\f0c9"}.ri-sd-card-mini-fill:before{content:"\f0ca"}.ri-sd-card-mini-line:before{content:"\f0cb"}.ri-search-2-fill:before{content:"\f0cc"}.ri-search-2-line:before{content:"\f0cd"}.ri-search-eye-fill:before{content:"\f0ce"}.ri-search-eye-line:before{content:"\f0cf"}.ri-search-fill:before{content:"\f0d0"}.ri-search-line:before{content:"\f0d1"}.ri-secure-payment-fill:before{content:"\f0d2"}.ri-secure-payment-line:before{content:"\f0d3"}.ri-seedling-fill:before{content:"\f0d4"}.ri-seedling-line:before{content:"\f0d5"}.ri-send-backward:before{content:"\f0d6"}.ri-send-plane-2-fill:before{content:"\f0d7"}.ri-send-plane-2-line:before{content:"\f0d8"}.ri-send-plane-fill:before{content:"\f0d9"}.ri-send-plane-line:before{content:"\f0da"}.ri-send-to-back:before{content:"\f0db"}.ri-sensor-fill:before{content:"\f0dc"}.ri-sensor-line:before{content:"\f0dd"}.ri-separator:before{content:"\f0de"}.ri-server-fill:before{content:"\f0df"}.ri-server-line:before{content:"\f0e0"}.ri-service-fill:before{content:"\f0e1"}.ri-service-line:before{content:"\f0e2"}.ri-settings-2-fill:before{content:"\f0e3"}.ri-settings-2-line:before{content:"\f0e4"}.ri-settings-3-fill:before{content:"\f0e5"}.ri-settings-3-line:before{content:"\f0e6"}.ri-settings-4-fill:before{content:"\f0e7"}.ri-settings-4-line:before{content:"\f0e8"}.ri-settings-5-fill:before{content:"\f0e9"}.ri-settings-5-line:before{content:"\f0ea"}.ri-settings-6-fill:before{content:"\f0eb"}.ri-settings-6-line:before{content:"\f0ec"}.ri-settings-fill:before{content:"\f0ed"}.ri-settings-line:before{content:"\f0ee"}.ri-shape-2-fill:before{content:"\f0ef"}.ri-shape-2-line:before{content:"\f0f0"}.ri-shape-fill:before{content:"\f0f1"}.ri-shape-line:before{content:"\f0f2"}.ri-share-box-fill:before{content:"\f0f3"}.ri-share-box-line:before{content:"\f0f4"}.ri-share-circle-fill:before{content:"\f0f5"}.ri-share-circle-line:before{content:"\f0f6"}.ri-share-fill:before{content:"\f0f7"}.ri-share-forward-2-fill:before{content:"\f0f8"}.ri-share-forward-2-line:before{content:"\f0f9"}.ri-share-forward-box-fill:before{content:"\f0fa"}.ri-share-forward-box-line:before{content:"\f0fb"}.ri-share-forward-fill:before{content:"\f0fc"}.ri-share-forward-line:before{content:"\f0fd"}.ri-share-line:before{content:"\f0fe"}.ri-shield-check-fill:before{content:"\f0ff"}.ri-shield-check-line:before{content:"\f100"}.ri-shield-cross-fill:before{content:"\f101"}.ri-shield-cross-line:before{content:"\f102"}.ri-shield-fill:before{content:"\f103"}.ri-shield-flash-fill:before{content:"\f104"}.ri-shield-flash-line:before{content:"\f105"}.ri-shield-keyhole-fill:before{content:"\f106"}.ri-shield-keyhole-line:before{content:"\f107"}.ri-shield-line:before{content:"\f108"}.ri-shield-star-fill:before{content:"\f109"}.ri-shield-star-line:before{content:"\f10a"}.ri-shield-user-fill:before{content:"\f10b"}.ri-shield-user-line:before{content:"\f10c"}.ri-ship-2-fill:before{content:"\f10d"}.ri-ship-2-line:before{content:"\f10e"}.ri-ship-fill:before{content:"\f10f"}.ri-ship-line:before{content:"\f110"}.ri-shirt-fill:before{content:"\f111"}.ri-shirt-line:before{content:"\f112"}.ri-shopping-bag-2-fill:before{content:"\f113"}.ri-shopping-bag-2-line:before{content:"\f114"}.ri-shopping-bag-3-fill:before{content:"\f115"}.ri-shopping-bag-3-line:before{content:"\f116"}.ri-shopping-bag-fill:before{content:"\f117"}.ri-shopping-bag-line:before{content:"\f118"}.ri-shopping-basket-2-fill:before{content:"\f119"}.ri-shopping-basket-2-line:before{content:"\f11a"}.ri-shopping-basket-fill:before{content:"\f11b"}.ri-shopping-basket-line:before{content:"\f11c"}.ri-shopping-cart-2-fill:before{content:"\f11d"}.ri-shopping-cart-2-line:before{content:"\f11e"}.ri-shopping-cart-fill:before{content:"\f11f"}.ri-shopping-cart-line:before{content:"\f120"}.ri-showers-fill:before{content:"\f121"}.ri-showers-line:before{content:"\f122"}.ri-shuffle-fill:before{content:"\f123"}.ri-shuffle-line:before{content:"\f124"}.ri-shut-down-fill:before{content:"\f125"}.ri-shut-down-line:before{content:"\f126"}.ri-side-bar-fill:before{content:"\f127"}.ri-side-bar-line:before{content:"\f128"}.ri-signal-tower-fill:before{content:"\f129"}.ri-signal-tower-line:before{content:"\f12a"}.ri-signal-wifi-1-fill:before{content:"\f12b"}.ri-signal-wifi-1-line:before{content:"\f12c"}.ri-signal-wifi-2-fill:before{content:"\f12d"}.ri-signal-wifi-2-line:before{content:"\f12e"}.ri-signal-wifi-3-fill:before{content:"\f12f"}.ri-signal-wifi-3-line:before{content:"\f130"}.ri-signal-wifi-error-fill:before{content:"\f131"}.ri-signal-wifi-error-line:before{content:"\f132"}.ri-signal-wifi-fill:before{content:"\f133"}.ri-signal-wifi-line:before{content:"\f134"}.ri-signal-wifi-off-fill:before{content:"\f135"}.ri-signal-wifi-off-line:before{content:"\f136"}.ri-sim-card-2-fill:before{content:"\f137"}.ri-sim-card-2-line:before{content:"\f138"}.ri-sim-card-fill:before{content:"\f139"}.ri-sim-card-line:before{content:"\f13a"}.ri-single-quotes-l:before{content:"\f13b"}.ri-single-quotes-r:before{content:"\f13c"}.ri-sip-fill:before{content:"\f13d"}.ri-sip-line:before{content:"\f13e"}.ri-skip-back-fill:before{content:"\f13f"}.ri-skip-back-line:before{content:"\f140"}.ri-skip-back-mini-fill:before{content:"\f141"}.ri-skip-back-mini-line:before{content:"\f142"}.ri-skip-forward-fill:before{content:"\f143"}.ri-skip-forward-line:before{content:"\f144"}.ri-skip-forward-mini-fill:before{content:"\f145"}.ri-skip-forward-mini-line:before{content:"\f146"}.ri-skull-2-fill:before{content:"\f147"}.ri-skull-2-line:before{content:"\f148"}.ri-skull-fill:before{content:"\f149"}.ri-skull-line:before{content:"\f14a"}.ri-skype-fill:before{content:"\f14b"}.ri-skype-line:before{content:"\f14c"}.ri-slack-fill:before{content:"\f14d"}.ri-slack-line:before{content:"\f14e"}.ri-slice-fill:before{content:"\f14f"}.ri-slice-line:before{content:"\f150"}.ri-slideshow-2-fill:before{content:"\f151"}.ri-slideshow-2-line:before{content:"\f152"}.ri-slideshow-3-fill:before{content:"\f153"}.ri-slideshow-3-line:before{content:"\f154"}.ri-slideshow-4-fill:before{content:"\f155"}.ri-slideshow-4-line:before{content:"\f156"}.ri-slideshow-fill:before{content:"\f157"}.ri-slideshow-line:before{content:"\f158"}.ri-smartphone-fill:before{content:"\f159"}.ri-smartphone-line:before{content:"\f15a"}.ri-snapchat-fill:before{content:"\f15b"}.ri-snapchat-line:before{content:"\f15c"}.ri-snowy-fill:before{content:"\f15d"}.ri-snowy-line:before{content:"\f15e"}.ri-sort-asc:before{content:"\f15f"}.ri-sort-desc:before{content:"\f160"}.ri-sound-module-fill:before{content:"\f161"}.ri-sound-module-line:before{content:"\f162"}.ri-soundcloud-fill:before{content:"\f163"}.ri-soundcloud-line:before{content:"\f164"}.ri-space-ship-fill:before{content:"\f165"}.ri-space-ship-line:before{content:"\f166"}.ri-space:before{content:"\f167"}.ri-spam-2-fill:before{content:"\f168"}.ri-spam-2-line:before{content:"\f169"}.ri-spam-3-fill:before{content:"\f16a"}.ri-spam-3-line:before{content:"\f16b"}.ri-spam-fill:before{content:"\f16c"}.ri-spam-line:before{content:"\f16d"}.ri-speaker-2-fill:before{content:"\f16e"}.ri-speaker-2-line:before{content:"\f16f"}.ri-speaker-3-fill:before{content:"\f170"}.ri-speaker-3-line:before{content:"\f171"}.ri-speaker-fill:before{content:"\f172"}.ri-speaker-line:before{content:"\f173"}.ri-spectrum-fill:before{content:"\f174"}.ri-spectrum-line:before{content:"\f175"}.ri-speed-fill:before{content:"\f176"}.ri-speed-line:before{content:"\f177"}.ri-speed-mini-fill:before{content:"\f178"}.ri-speed-mini-line:before{content:"\f179"}.ri-split-cells-horizontal:before{content:"\f17a"}.ri-split-cells-vertical:before{content:"\f17b"}.ri-spotify-fill:before{content:"\f17c"}.ri-spotify-line:before{content:"\f17d"}.ri-spy-fill:before{content:"\f17e"}.ri-spy-line:before{content:"\f17f"}.ri-stack-fill:before{content:"\f180"}.ri-stack-line:before{content:"\f181"}.ri-stack-overflow-fill:before{content:"\f182"}.ri-stack-overflow-line:before{content:"\f183"}.ri-stackshare-fill:before{content:"\f184"}.ri-stackshare-line:before{content:"\f185"}.ri-star-fill:before{content:"\f186"}.ri-star-half-fill:before{content:"\f187"}.ri-star-half-line:before{content:"\f188"}.ri-star-half-s-fill:before{content:"\f189"}.ri-star-half-s-line:before{content:"\f18a"}.ri-star-line:before{content:"\f18b"}.ri-star-s-fill:before{content:"\f18c"}.ri-star-s-line:before{content:"\f18d"}.ri-star-smile-fill:before{content:"\f18e"}.ri-star-smile-line:before{content:"\f18f"}.ri-steam-fill:before{content:"\f190"}.ri-steam-line:before{content:"\f191"}.ri-steering-2-fill:before{content:"\f192"}.ri-steering-2-line:before{content:"\f193"}.ri-steering-fill:before{content:"\f194"}.ri-steering-line:before{content:"\f195"}.ri-stethoscope-fill:before{content:"\f196"}.ri-stethoscope-line:before{content:"\f197"}.ri-sticky-note-2-fill:before{content:"\f198"}.ri-sticky-note-2-line:before{content:"\f199"}.ri-sticky-note-fill:before{content:"\f19a"}.ri-sticky-note-line:before{content:"\f19b"}.ri-stock-fill:before{content:"\f19c"}.ri-stock-line:before{content:"\f19d"}.ri-stop-circle-fill:before{content:"\f19e"}.ri-stop-circle-line:before{content:"\f19f"}.ri-stop-fill:before{content:"\f1a0"}.ri-stop-line:before{content:"\f1a1"}.ri-stop-mini-fill:before{content:"\f1a2"}.ri-stop-mini-line:before{content:"\f1a3"}.ri-store-2-fill:before{content:"\f1a4"}.ri-store-2-line:before{content:"\f1a5"}.ri-store-3-fill:before{content:"\f1a6"}.ri-store-3-line:before{content:"\f1a7"}.ri-store-fill:before{content:"\f1a8"}.ri-store-line:before{content:"\f1a9"}.ri-strikethrough-2:before{content:"\f1aa"}.ri-strikethrough:before{content:"\f1ab"}.ri-subscript-2:before{content:"\f1ac"}.ri-subscript:before{content:"\f1ad"}.ri-subtract-fill:before{content:"\f1ae"}.ri-subtract-line:before{content:"\f1af"}.ri-subway-fill:before{content:"\f1b0"}.ri-subway-line:before{content:"\f1b1"}.ri-subway-wifi-fill:before{content:"\f1b2"}.ri-subway-wifi-line:before{content:"\f1b3"}.ri-suitcase-2-fill:before{content:"\f1b4"}.ri-suitcase-2-line:before{content:"\f1b5"}.ri-suitcase-3-fill:before{content:"\f1b6"}.ri-suitcase-3-line:before{content:"\f1b7"}.ri-suitcase-fill:before{content:"\f1b8"}.ri-suitcase-line:before{content:"\f1b9"}.ri-sun-cloudy-fill:before{content:"\f1ba"}.ri-sun-cloudy-line:before{content:"\f1bb"}.ri-sun-fill:before{content:"\f1bc"}.ri-sun-foggy-fill:before{content:"\f1bd"}.ri-sun-foggy-line:before{content:"\f1be"}.ri-sun-line:before{content:"\f1bf"}.ri-superscript-2:before{content:"\f1c0"}.ri-superscript:before{content:"\f1c1"}.ri-surgical-mask-fill:before{content:"\f1c2"}.ri-surgical-mask-line:before{content:"\f1c3"}.ri-surround-sound-fill:before{content:"\f1c4"}.ri-surround-sound-line:before{content:"\f1c5"}.ri-survey-fill:before{content:"\f1c6"}.ri-survey-line:before{content:"\f1c7"}.ri-swap-box-fill:before{content:"\f1c8"}.ri-swap-box-line:before{content:"\f1c9"}.ri-swap-fill:before{content:"\f1ca"}.ri-swap-line:before{content:"\f1cb"}.ri-switch-fill:before{content:"\f1cc"}.ri-switch-line:before{content:"\f1cd"}.ri-sword-fill:before{content:"\f1ce"}.ri-sword-line:before{content:"\f1cf"}.ri-syringe-fill:before{content:"\f1d0"}.ri-syringe-line:before{content:"\f1d1"}.ri-t-box-fill:before{content:"\f1d2"}.ri-t-box-line:before{content:"\f1d3"}.ri-t-shirt-2-fill:before{content:"\f1d4"}.ri-t-shirt-2-line:before{content:"\f1d5"}.ri-t-shirt-air-fill:before{content:"\f1d6"}.ri-t-shirt-air-line:before{content:"\f1d7"}.ri-t-shirt-fill:before{content:"\f1d8"}.ri-t-shirt-line:before{content:"\f1d9"}.ri-table-2:before{content:"\f1da"}.ri-table-alt-fill:before{content:"\f1db"}.ri-table-alt-line:before{content:"\f1dc"}.ri-table-fill:before{content:"\f1dd"}.ri-table-line:before{content:"\f1de"}.ri-tablet-fill:before{content:"\f1df"}.ri-tablet-line:before{content:"\f1e0"}.ri-takeaway-fill:before{content:"\f1e1"}.ri-takeaway-line:before{content:"\f1e2"}.ri-taobao-fill:before{content:"\f1e3"}.ri-taobao-line:before{content:"\f1e4"}.ri-tape-fill:before{content:"\f1e5"}.ri-tape-line:before{content:"\f1e6"}.ri-task-fill:before{content:"\f1e7"}.ri-task-line:before{content:"\f1e8"}.ri-taxi-fill:before{content:"\f1e9"}.ri-taxi-line:before{content:"\f1ea"}.ri-taxi-wifi-fill:before{content:"\f1eb"}.ri-taxi-wifi-line:before{content:"\f1ec"}.ri-team-fill:before{content:"\f1ed"}.ri-team-line:before{content:"\f1ee"}.ri-telegram-fill:before{content:"\f1ef"}.ri-telegram-line:before{content:"\f1f0"}.ri-temp-cold-fill:before{content:"\f1f1"}.ri-temp-cold-line:before{content:"\f1f2"}.ri-temp-hot-fill:before{content:"\f1f3"}.ri-temp-hot-line:before{content:"\f1f4"}.ri-terminal-box-fill:before{content:"\f1f5"}.ri-terminal-box-line:before{content:"\f1f6"}.ri-terminal-fill:before{content:"\f1f7"}.ri-terminal-line:before{content:"\f1f8"}.ri-terminal-window-fill:before{content:"\f1f9"}.ri-terminal-window-line:before{content:"\f1fa"}.ri-test-tube-fill:before{content:"\f1fb"}.ri-test-tube-line:before{content:"\f1fc"}.ri-text-direction-l:before{content:"\f1fd"}.ri-text-direction-r:before{content:"\f1fe"}.ri-text-spacing:before{content:"\f1ff"}.ri-text-wrap:before{content:"\f200"}.ri-text:before{content:"\f201"}.ri-thermometer-fill:before{content:"\f202"}.ri-thermometer-line:before{content:"\f203"}.ri-thumb-down-fill:before{content:"\f204"}.ri-thumb-down-line:before{content:"\f205"}.ri-thumb-up-fill:before{content:"\f206"}.ri-thumb-up-line:before{content:"\f207"}.ri-thunderstorms-fill:before{content:"\f208"}.ri-thunderstorms-line:before{content:"\f209"}.ri-ticket-2-fill:before{content:"\f20a"}.ri-ticket-2-line:before{content:"\f20b"}.ri-ticket-fill:before{content:"\f20c"}.ri-ticket-line:before{content:"\f20d"}.ri-time-fill:before{content:"\f20e"}.ri-time-line:before{content:"\f20f"}.ri-timer-2-fill:before{content:"\f210"}.ri-timer-2-line:before{content:"\f211"}.ri-timer-fill:before{content:"\f212"}.ri-timer-flash-fill:before{content:"\f213"}.ri-timer-flash-line:before{content:"\f214"}.ri-timer-line:before{content:"\f215"}.ri-todo-fill:before{content:"\f216"}.ri-todo-line:before{content:"\f217"}.ri-toggle-fill:before{content:"\f218"}.ri-toggle-line:before{content:"\f219"}.ri-tools-fill:before{content:"\f21a"}.ri-tools-line:before{content:"\f21b"}.ri-tornado-fill:before{content:"\f21c"}.ri-tornado-line:before{content:"\f21d"}.ri-trademark-fill:before{content:"\f21e"}.ri-trademark-line:before{content:"\f21f"}.ri-traffic-light-fill:before{content:"\f220"}.ri-traffic-light-line:before{content:"\f221"}.ri-train-fill:before{content:"\f222"}.ri-train-line:before{content:"\f223"}.ri-train-wifi-fill:before{content:"\f224"}.ri-train-wifi-line:before{content:"\f225"}.ri-translate-2:before{content:"\f226"}.ri-translate:before{content:"\f227"}.ri-travesti-fill:before{content:"\f228"}.ri-travesti-line:before{content:"\f229"}.ri-treasure-map-fill:before{content:"\f22a"}.ri-treasure-map-line:before{content:"\f22b"}.ri-trello-fill:before{content:"\f22c"}.ri-trello-line:before{content:"\f22d"}.ri-trophy-fill:before{content:"\f22e"}.ri-trophy-line:before{content:"\f22f"}.ri-truck-fill:before{content:"\f230"}.ri-truck-line:before{content:"\f231"}.ri-tumblr-fill:before{content:"\f232"}.ri-tumblr-line:before{content:"\f233"}.ri-tv-2-fill:before{content:"\f234"}.ri-tv-2-line:before{content:"\f235"}.ri-tv-fill:before{content:"\f236"}.ri-tv-line:before{content:"\f237"}.ri-twitch-fill:before{content:"\f238"}.ri-twitch-line:before{content:"\f239"}.ri-twitter-fill:before{content:"\f23a"}.ri-twitter-line:before{content:"\f23b"}.ri-typhoon-fill:before{content:"\f23c"}.ri-typhoon-line:before{content:"\f23d"}.ri-u-disk-fill:before{content:"\f23e"}.ri-u-disk-line:before{content:"\f23f"}.ri-ubuntu-fill:before{content:"\f240"}.ri-ubuntu-line:before{content:"\f241"}.ri-umbrella-fill:before{content:"\f242"}.ri-umbrella-line:before{content:"\f243"}.ri-underline:before{content:"\f244"}.ri-uninstall-fill:before{content:"\f245"}.ri-uninstall-line:before{content:"\f246"}.ri-unsplash-fill:before{content:"\f247"}.ri-unsplash-line:before{content:"\f248"}.ri-upload-2-fill:before{content:"\f249"}.ri-upload-2-line:before{content:"\f24a"}.ri-upload-cloud-2-fill:before{content:"\f24b"}.ri-upload-cloud-2-line:before{content:"\f24c"}.ri-upload-cloud-fill:before{content:"\f24d"}.ri-upload-cloud-line:before{content:"\f24e"}.ri-upload-fill:before{content:"\f24f"}.ri-upload-line:before{content:"\f250"}.ri-usb-fill:before{content:"\f251"}.ri-usb-line:before{content:"\f252"}.ri-user-2-fill:before{content:"\f253"}.ri-user-2-line:before{content:"\f254"}.ri-user-3-fill:before{content:"\f255"}.ri-user-3-line:before{content:"\f256"}.ri-user-4-fill:before{content:"\f257"}.ri-user-4-line:before{content:"\f258"}.ri-user-5-fill:before{content:"\f259"}.ri-user-5-line:before{content:"\f25a"}.ri-user-6-fill:before{content:"\f25b"}.ri-user-6-line:before{content:"\f25c"}.ri-user-add-fill:before{content:"\f25d"}.ri-user-add-line:before{content:"\f25e"}.ri-user-fill:before{content:"\f25f"}.ri-user-follow-fill:before{content:"\f260"}.ri-user-follow-line:before{content:"\f261"}.ri-user-heart-fill:before{content:"\f262"}.ri-user-heart-line:before{content:"\f263"}.ri-user-line:before{content:"\f264"}.ri-user-location-fill:before{content:"\f265"}.ri-user-location-line:before{content:"\f266"}.ri-user-received-2-fill:before{content:"\f267"}.ri-user-received-2-line:before{content:"\f268"}.ri-user-received-fill:before{content:"\f269"}.ri-user-received-line:before{content:"\f26a"}.ri-user-search-fill:before{content:"\f26b"}.ri-user-search-line:before{content:"\f26c"}.ri-user-settings-fill:before{content:"\f26d"}.ri-user-settings-line:before{content:"\f26e"}.ri-user-shared-2-fill:before{content:"\f26f"}.ri-user-shared-2-line:before{content:"\f270"}.ri-user-shared-fill:before{content:"\f271"}.ri-user-shared-line:before{content:"\f272"}.ri-user-smile-fill:before{content:"\f273"}.ri-user-smile-line:before{content:"\f274"}.ri-user-star-fill:before{content:"\f275"}.ri-user-star-line:before{content:"\f276"}.ri-user-unfollow-fill:before{content:"\f277"}.ri-user-unfollow-line:before{content:"\f278"}.ri-user-voice-fill:before{content:"\f279"}.ri-user-voice-line:before{content:"\f27a"}.ri-video-add-fill:before{content:"\f27b"}.ri-video-add-line:before{content:"\f27c"}.ri-video-chat-fill:before{content:"\f27d"}.ri-video-chat-line:before{content:"\f27e"}.ri-video-download-fill:before{content:"\f27f"}.ri-video-download-line:before{content:"\f280"}.ri-video-fill:before{content:"\f281"}.ri-video-line:before{content:"\f282"}.ri-video-upload-fill:before{content:"\f283"}.ri-video-upload-line:before{content:"\f284"}.ri-vidicon-2-fill:before{content:"\f285"}.ri-vidicon-2-line:before{content:"\f286"}.ri-vidicon-fill:before{content:"\f287"}.ri-vidicon-line:before{content:"\f288"}.ri-vimeo-fill:before{content:"\f289"}.ri-vimeo-line:before{content:"\f28a"}.ri-vip-crown-2-fill:before{content:"\f28b"}.ri-vip-crown-2-line:before{content:"\f28c"}.ri-vip-crown-fill:before{content:"\f28d"}.ri-vip-crown-line:before{content:"\f28e"}.ri-vip-diamond-fill:before{content:"\f28f"}.ri-vip-diamond-line:before{content:"\f290"}.ri-vip-fill:before{content:"\f291"}.ri-vip-line:before{content:"\f292"}.ri-virus-fill:before{content:"\f293"}.ri-virus-line:before{content:"\f294"}.ri-visa-fill:before{content:"\f295"}.ri-visa-line:before{content:"\f296"}.ri-voice-recognition-fill:before{content:"\f297"}.ri-voice-recognition-line:before{content:"\f298"}.ri-voiceprint-fill:before{content:"\f299"}.ri-voiceprint-line:before{content:"\f29a"}.ri-volume-down-fill:before{content:"\f29b"}.ri-volume-down-line:before{content:"\f29c"}.ri-volume-mute-fill:before{content:"\f29d"}.ri-volume-mute-line:before{content:"\f29e"}.ri-volume-off-vibrate-fill:before{content:"\f29f"}.ri-volume-off-vibrate-line:before{content:"\f2a0"}.ri-volume-up-fill:before{content:"\f2a1"}.ri-volume-up-line:before{content:"\f2a2"}.ri-volume-vibrate-fill:before{content:"\f2a3"}.ri-volume-vibrate-line:before{content:"\f2a4"}.ri-vuejs-fill:before{content:"\f2a5"}.ri-vuejs-line:before{content:"\f2a6"}.ri-walk-fill:before{content:"\f2a7"}.ri-walk-line:before{content:"\f2a8"}.ri-wallet-2-fill:before{content:"\f2a9"}.ri-wallet-2-line:before{content:"\f2aa"}.ri-wallet-3-fill:before{content:"\f2ab"}.ri-wallet-3-line:before{content:"\f2ac"}.ri-wallet-fill:before{content:"\f2ad"}.ri-wallet-line:before{content:"\f2ae"}.ri-water-flash-fill:before{content:"\f2af"}.ri-water-flash-line:before{content:"\f2b0"}.ri-webcam-fill:before{content:"\f2b1"}.ri-webcam-line:before{content:"\f2b2"}.ri-wechat-2-fill:before{content:"\f2b3"}.ri-wechat-2-line:before{content:"\f2b4"}.ri-wechat-fill:before{content:"\f2b5"}.ri-wechat-line:before{content:"\f2b6"}.ri-wechat-pay-fill:before{content:"\f2b7"}.ri-wechat-pay-line:before{content:"\f2b8"}.ri-weibo-fill:before{content:"\f2b9"}.ri-weibo-line:before{content:"\f2ba"}.ri-whatsapp-fill:before{content:"\f2bb"}.ri-whatsapp-line:before{content:"\f2bc"}.ri-wheelchair-fill:before{content:"\f2bd"}.ri-wheelchair-line:before{content:"\f2be"}.ri-wifi-fill:before{content:"\f2bf"}.ri-wifi-line:before{content:"\f2c0"}.ri-wifi-off-fill:before{content:"\f2c1"}.ri-wifi-off-line:before{content:"\f2c2"}.ri-window-2-fill:before{content:"\f2c3"}.ri-window-2-line:before{content:"\f2c4"}.ri-window-fill:before{content:"\f2c5"}.ri-window-line:before{content:"\f2c6"}.ri-windows-fill:before{content:"\f2c7"}.ri-windows-line:before{content:"\f2c8"}.ri-windy-fill:before{content:"\f2c9"}.ri-windy-line:before{content:"\f2ca"}.ri-wireless-charging-fill:before{content:"\f2cb"}.ri-wireless-charging-line:before{content:"\f2cc"}.ri-women-fill:before{content:"\f2cd"}.ri-women-line:before{content:"\f2ce"}.ri-wubi-input:before{content:"\f2cf"}.ri-xbox-fill:before{content:"\f2d0"}.ri-xbox-line:before{content:"\f2d1"}.ri-xing-fill:before{content:"\f2d2"}.ri-xing-line:before{content:"\f2d3"}.ri-youtube-fill:before{content:"\f2d4"}.ri-youtube-line:before{content:"\f2d5"}.ri-zcool-fill:before{content:"\f2d6"}.ri-zcool-line:before{content:"\f2d7"}.ri-zhihu-fill:before{content:"\f2d8"}.ri-zhihu-line:before{content:"\f2d9"}.ri-zoom-in-fill:before{content:"\f2da"}.ri-zoom-in-line:before{content:"\f2db"}.ri-zoom-out-fill:before{content:"\f2dc"}.ri-zoom-out-line:before{content:"\f2dd"}.ri-zzz-fill:before{content:"\f2de"}.ri-zzz-line:before{content:"\f2df"}.ri-arrow-down-double-fill:before{content:"\f2e0"}.ri-arrow-down-double-line:before{content:"\f2e1"}.ri-arrow-left-double-fill:before{content:"\f2e2"}.ri-arrow-left-double-line:before{content:"\f2e3"}.ri-arrow-right-double-fill:before{content:"\f2e4"}.ri-arrow-right-double-line:before{content:"\f2e5"}.ri-arrow-turn-back-fill:before{content:"\f2e6"}.ri-arrow-turn-back-line:before{content:"\f2e7"}.ri-arrow-turn-forward-fill:before{content:"\f2e8"}.ri-arrow-turn-forward-line:before{content:"\f2e9"}.ri-arrow-up-double-fill:before{content:"\f2ea"}.ri-arrow-up-double-line:before{content:"\f2eb"}.ri-bard-fill:before{content:"\f2ec"}.ri-bard-line:before{content:"\f2ed"}.ri-bootstrap-fill:before{content:"\f2ee"}.ri-bootstrap-line:before{content:"\f2ef"}.ri-box-1-fill:before{content:"\f2f0"}.ri-box-1-line:before{content:"\f2f1"}.ri-box-2-fill:before{content:"\f2f2"}.ri-box-2-line:before{content:"\f2f3"}.ri-box-3-fill:before{content:"\f2f4"}.ri-box-3-line:before{content:"\f2f5"}.ri-brain-fill:before{content:"\f2f6"}.ri-brain-line:before{content:"\f2f7"}.ri-candle-fill:before{content:"\f2f8"}.ri-candle-line:before{content:"\f2f9"}.ri-cash-fill:before{content:"\f2fa"}.ri-cash-line:before{content:"\f2fb"}.ri-contract-left-fill:before{content:"\f2fc"}.ri-contract-left-line:before{content:"\f2fd"}.ri-contract-left-right-fill:before{content:"\f2fe"}.ri-contract-left-right-line:before{content:"\f2ff"}.ri-contract-right-fill:before{content:"\f300"}.ri-contract-right-line:before{content:"\f301"}.ri-contract-up-down-fill:before{content:"\f302"}.ri-contract-up-down-line:before{content:"\f303"}.ri-copilot-fill:before{content:"\f304"}.ri-copilot-line:before{content:"\f305"}.ri-corner-down-left-fill:before{content:"\f306"}.ri-corner-down-left-line:before{content:"\f307"}.ri-corner-down-right-fill:before{content:"\f308"}.ri-corner-down-right-line:before{content:"\f309"}.ri-corner-left-down-fill:before{content:"\f30a"}.ri-corner-left-down-line:before{content:"\f30b"}.ri-corner-left-up-fill:before{content:"\f30c"}.ri-corner-left-up-line:before{content:"\f30d"}.ri-corner-right-down-fill:before{content:"\f30e"}.ri-corner-right-down-line:before{content:"\f30f"}.ri-corner-right-up-fill:before{content:"\f310"}.ri-corner-right-up-line:before{content:"\f311"}.ri-corner-up-left-double-fill:before{content:"\f312"}.ri-corner-up-left-double-line:before{content:"\f313"}.ri-corner-up-left-fill:before{content:"\f314"}.ri-corner-up-left-line:before{content:"\f315"}.ri-corner-up-right-double-fill:before{content:"\f316"}.ri-corner-up-right-double-line:before{content:"\f317"}.ri-corner-up-right-fill:before{content:"\f318"}.ri-corner-up-right-line:before{content:"\f319"}.ri-cross-fill:before{content:"\f31a"}.ri-cross-line:before{content:"\f31b"}.ri-edge-new-fill:before{content:"\f31c"}.ri-edge-new-line:before{content:"\f31d"}.ri-equal-fill:before{content:"\f31e"}.ri-equal-line:before{content:"\f31f"}.ri-expand-left-fill:before{content:"\f320"}.ri-expand-left-line:before{content:"\f321"}.ri-expand-left-right-fill:before{content:"\f322"}.ri-expand-left-right-line:before{content:"\f323"}.ri-expand-right-fill:before{content:"\f324"}.ri-expand-right-line:before{content:"\f325"}.ri-expand-up-down-fill:before{content:"\f326"}.ri-expand-up-down-line:before{content:"\f327"}.ri-flickr-fill:before{content:"\f328"}.ri-flickr-line:before{content:"\f329"}.ri-forward-10-fill:before{content:"\f32a"}.ri-forward-10-line:before{content:"\f32b"}.ri-forward-15-fill:before{content:"\f32c"}.ri-forward-15-line:before{content:"\f32d"}.ri-forward-30-fill:before{content:"\f32e"}.ri-forward-30-line:before{content:"\f32f"}.ri-forward-5-fill:before{content:"\f330"}.ri-forward-5-line:before{content:"\f331"}.ri-graduation-cap-fill:before{content:"\f332"}.ri-graduation-cap-line:before{content:"\f333"}.ri-home-office-fill:before{content:"\f334"}.ri-home-office-line:before{content:"\f335"}.ri-hourglass-2-fill:before{content:"\f336"}.ri-hourglass-2-line:before{content:"\f337"}.ri-hourglass-fill:before{content:"\f338"}.ri-hourglass-line:before{content:"\f339"}.ri-javascript-fill:before{content:"\f33a"}.ri-javascript-line:before{content:"\f33b"}.ri-loop-left-fill:before{content:"\f33c"}.ri-loop-left-line:before{content:"\f33d"}.ri-loop-right-fill:before{content:"\f33e"}.ri-loop-right-line:before{content:"\f33f"}.ri-memories-fill:before{content:"\f340"}.ri-memories-line:before{content:"\f341"}.ri-meta-fill:before{content:"\f342"}.ri-meta-line:before{content:"\f343"}.ri-microsoft-loop-fill:before{content:"\f344"}.ri-microsoft-loop-line:before{content:"\f345"}.ri-nft-fill:before{content:"\f346"}.ri-nft-line:before{content:"\f347"}.ri-notion-fill:before{content:"\f348"}.ri-notion-line:before{content:"\f349"}.ri-openai-fill:before{content:"\f34a"}.ri-openai-line:before{content:"\f34b"}.ri-overline:before{content:"\f34c"}.ri-p2p-fill:before{content:"\f34d"}.ri-p2p-line:before{content:"\f34e"}.ri-presentation-fill:before{content:"\f34f"}.ri-presentation-line:before{content:"\f350"}.ri-replay-10-fill:before{content:"\f351"}.ri-replay-10-line:before{content:"\f352"}.ri-replay-15-fill:before{content:"\f353"}.ri-replay-15-line:before{content:"\f354"}.ri-replay-30-fill:before{content:"\f355"}.ri-replay-30-line:before{content:"\f356"}.ri-replay-5-fill:before{content:"\f357"}.ri-replay-5-line:before{content:"\f358"}.ri-school-fill:before{content:"\f359"}.ri-school-line:before{content:"\f35a"}.ri-shining-2-fill:before{content:"\f35b"}.ri-shining-2-line:before{content:"\f35c"}.ri-shining-fill:before{content:"\f35d"}.ri-shining-line:before{content:"\f35e"}.ri-sketching:before{content:"\f35f"}.ri-skip-down-fill:before{content:"\f360"}.ri-skip-down-line:before{content:"\f361"}.ri-skip-left-fill:before{content:"\f362"}.ri-skip-left-line:before{content:"\f363"}.ri-skip-right-fill:before{content:"\f364"}.ri-skip-right-line:before{content:"\f365"}.ri-skip-up-fill:before{content:"\f366"}.ri-skip-up-line:before{content:"\f367"}.ri-slow-down-fill:before{content:"\f368"}.ri-slow-down-line:before{content:"\f369"}.ri-sparkling-2-fill:before{content:"\f36a"}.ri-sparkling-2-line:before{content:"\f36b"}.ri-sparkling-fill:before{content:"\f36c"}.ri-sparkling-line:before{content:"\f36d"}.ri-speak-fill:before{content:"\f36e"}.ri-speak-line:before{content:"\f36f"}.ri-speed-up-fill:before{content:"\f370"}.ri-speed-up-line:before{content:"\f371"}.ri-tiktok-fill:before{content:"\f372"}.ri-tiktok-line:before{content:"\f373"}.ri-token-swap-fill:before{content:"\f374"}.ri-token-swap-line:before{content:"\f375"}.ri-unpin-fill:before{content:"\f376"}.ri-unpin-line:before{content:"\f377"}.ri-wechat-channels-fill:before{content:"\f378"}.ri-wechat-channels-line:before{content:"\f379"}.ri-wordpress-fill:before{content:"\f37a"}.ri-wordpress-line:before{content:"\f37b"}.ri-blender-fill:before{content:"\f37c"}.ri-blender-line:before{content:"\f37d"}.ri-emoji-sticker-fill:before{content:"\f37e"}.ri-emoji-sticker-line:before{content:"\f37f"}.ri-git-close-pull-request-fill:before{content:"\f380"}.ri-git-close-pull-request-line:before{content:"\f381"}.ri-instance-fill:before{content:"\f382"}.ri-instance-line:before{content:"\f383"}.ri-megaphone-fill:before{content:"\f384"}.ri-megaphone-line:before{content:"\f385"}.ri-pass-expired-fill:before{content:"\f386"}.ri-pass-expired-line:before{content:"\f387"}.ri-pass-pending-fill:before{content:"\f388"}.ri-pass-pending-line:before{content:"\f389"}.ri-pass-valid-fill:before{content:"\f38a"}.ri-pass-valid-line:before{content:"\f38b"}.ri-ai-generate:before{content:"\f38c"}.ri-calendar-close-fill:before{content:"\f38d"}.ri-calendar-close-line:before{content:"\f38e"}.ri-draggable:before{content:"\f38f"}.ri-font-family:before{content:"\f390"}.ri-font-mono:before{content:"\f391"}.ri-font-sans-serif:before{content:"\f392"}.ri-hard-drive-3-fill:before{content:"\f393"}.ri-hard-drive-3-line:before{content:"\f394"}.ri-kick-fill:before{content:"\f395"}.ri-kick-line:before{content:"\f396"}.ri-list-check-3:before{content:"\f397"}.ri-list-indefinite:before{content:"\f398"}.ri-list-ordered-2:before{content:"\f399"}.ri-list-radio:before{content:"\f39a"}.ri-openbase-fill:before{content:"\f39b"}.ri-openbase-line:before{content:"\f39c"}.ri-planet-fill:before{content:"\f39d"}.ri-planet-line:before{content:"\f39e"}.ri-prohibited-fill:before{content:"\f39f"}.ri-prohibited-line:before{content:"\f3a0"}.ri-quote-text:before{content:"\f3a1"}.ri-seo-fill:before{content:"\f3a2"}.ri-seo-line:before{content:"\f3a3"}.ri-slash-commands:before{content:"\f3a4"}.ri-archive-2-fill:before{content:"\f3a5"}.ri-archive-2-line:before{content:"\f3a6"}.ri-inbox-2-fill:before{content:"\f3a7"}.ri-inbox-2-line:before{content:"\f3a8"}.ri-shake-hands-fill:before{content:"\f3a9"}.ri-shake-hands-line:before{content:"\f3aa"}.ri-supabase-fill:before{content:"\f3ab"}.ri-supabase-line:before{content:"\f3ac"}.ri-water-percent-fill:before{content:"\f3ad"}.ri-water-percent-line:before{content:"\f3ae"}.ri-yuque-fill:before{content:"\f3af"}.ri-yuque-line:before{content:"\f3b0"}.ri-crosshair-2-fill:before{content:"\f3b1"}.ri-crosshair-2-line:before{content:"\f3b2"}.ri-crosshair-fill:before{content:"\f3b3"}.ri-crosshair-line:before{content:"\f3b4"}.ri-file-close-fill:before{content:"\f3b5"}.ri-file-close-line:before{content:"\f3b6"}.ri-infinity-fill:before{content:"\f3b7"}.ri-infinity-line:before{content:"\f3b8"}.ri-rfid-fill:before{content:"\f3b9"}.ri-rfid-line:before{content:"\f3ba"}.ri-slash-commands-2:before{content:"\f3bb"}.ri-user-forbid-fill:before{content:"\f3bc"}.ri-user-forbid-line:before{content:"\f3bd"}.ri-beer-fill:before{content:"\f3be"}.ri-beer-line:before{content:"\f3bf"}.ri-circle-fill:before{content:"\f3c0"}.ri-circle-line:before{content:"\f3c1"}.ri-dropdown-list:before{content:"\f3c2"}.ri-file-image-fill:before{content:"\f3c3"}.ri-file-image-line:before{content:"\f3c4"}.ri-file-pdf-2-fill:before{content:"\f3c5"}.ri-file-pdf-2-line:before{content:"\f3c6"}.ri-file-video-fill:before{content:"\f3c7"}.ri-file-video-line:before{content:"\f3c8"}.ri-folder-image-fill:before{content:"\f3c9"}.ri-folder-image-line:before{content:"\f3ca"}.ri-folder-video-fill:before{content:"\f3cb"}.ri-folder-video-line:before{content:"\f3cc"}.ri-hexagon-fill:before{content:"\f3cd"}.ri-hexagon-line:before{content:"\f3ce"}.ri-menu-search-fill:before{content:"\f3cf"}.ri-menu-search-line:before{content:"\f3d0"}.ri-octagon-fill:before{content:"\f3d1"}.ri-octagon-line:before{content:"\f3d2"}.ri-pentagon-fill:before{content:"\f3d3"}.ri-pentagon-line:before{content:"\f3d4"}.ri-rectangle-fill:before{content:"\f3d5"}.ri-rectangle-line:before{content:"\f3d6"}.ri-robot-2-fill:before{content:"\f3d7"}.ri-robot-2-line:before{content:"\f3d8"}.ri-shapes-fill:before{content:"\f3d9"}.ri-shapes-line:before{content:"\f3da"}.ri-square-fill:before{content:"\f3db"}.ri-square-line:before{content:"\f3dc"}.ri-tent-fill:before{content:"\f3dd"}.ri-tent-line:before{content:"\f3de"}.ri-threads-fill:before{content:"\f3df"}.ri-threads-line:before{content:"\f3e0"}.ri-tree-fill:before{content:"\f3e1"}.ri-tree-line:before{content:"\f3e2"}.ri-triangle-fill:before{content:"\f3e3"}.ri-triangle-line:before{content:"\f3e4"}.ri-twitter-x-fill:before{content:"\f3e5"}.ri-twitter-x-line:before{content:"\f3e6"}.ri-verified-badge-fill:before{content:"\f3e7"}.ri-verified-badge-line:before{content:"\f3e8"}.ri-armchair-fill:before{content:"\f3e9"}.ri-armchair-line:before{content:"\f3ea"}.ri-bnb-fill:before{content:"\f3eb"}.ri-bnb-line:before{content:"\f3ec"}.ri-bread-fill:before{content:"\f3ed"}.ri-bread-line:before{content:"\f3ee"}.ri-btc-fill:before{content:"\f3ef"}.ri-btc-line:before{content:"\f3f0"}.ri-calendar-schedule-fill:before{content:"\f3f1"}.ri-calendar-schedule-line:before{content:"\f3f2"}.ri-dice-1-fill:before{content:"\f3f3"}.ri-dice-1-line:before{content:"\f3f4"}.ri-dice-2-fill:before{content:"\f3f5"}.ri-dice-2-line:before{content:"\f3f6"}.ri-dice-3-fill:before{content:"\f3f7"}.ri-dice-3-line:before{content:"\f3f8"}.ri-dice-4-fill:before{content:"\f3f9"}.ri-dice-4-line:before{content:"\f3fa"}.ri-dice-5-fill:before{content:"\f3fb"}.ri-dice-5-line:before{content:"\f3fc"}.ri-dice-6-fill:before{content:"\f3fd"}.ri-dice-6-line:before{content:"\f3fe"}.ri-dice-fill:before{content:"\f3ff"}.ri-dice-line:before{content:"\f400"}.ri-drinks-fill:before{content:"\f401"}.ri-drinks-line:before{content:"\f402"}.ri-equalizer-2-fill:before{content:"\f403"}.ri-equalizer-2-line:before{content:"\f404"}.ri-equalizer-3-fill:before{content:"\f405"}.ri-equalizer-3-line:before{content:"\f406"}.ri-eth-fill:before{content:"\f407"}.ri-eth-line:before{content:"\f408"}.ri-flower-fill:before{content:"\f409"}.ri-flower-line:before{content:"\f40a"}.ri-glasses-2-fill:before{content:"\f40b"}.ri-glasses-2-line:before{content:"\f40c"}.ri-glasses-fill:before{content:"\f40d"}.ri-glasses-line:before{content:"\f40e"}.ri-goggles-fill:before{content:"\f40f"}.ri-goggles-line:before{content:"\f410"}.ri-image-circle-fill:before{content:"\f411"}.ri-image-circle-line:before{content:"\f412"}.ri-info-i:before{content:"\f413"}.ri-money-rupee-circle-fill:before{content:"\f414"}.ri-money-rupee-circle-line:before{content:"\f415"}.ri-news-fill:before{content:"\f416"}.ri-news-line:before{content:"\f417"}.ri-robot-3-fill:before{content:"\f418"}.ri-robot-3-line:before{content:"\f419"}.ri-share-2-fill:before{content:"\f41a"}.ri-share-2-line:before{content:"\f41b"}.ri-sofa-fill:before{content:"\f41c"}.ri-sofa-line:before{content:"\f41d"}.ri-svelte-fill:before{content:"\f41e"}.ri-svelte-line:before{content:"\f41f"}.ri-vk-fill:before{content:"\f420"}.ri-vk-line:before{content:"\f421"}.ri-xrp-fill:before{content:"\f422"}.ri-xrp-line:before{content:"\f423"}.ri-xtz-fill:before{content:"\f424"}.ri-xtz-line:before{content:"\f425"}.ri-archive-stack-fill:before{content:"\f426"}.ri-archive-stack-line:before{content:"\f427"}.ri-bowl-fill:before{content:"\f428"}.ri-bowl-line:before{content:"\f429"}.ri-calendar-view:before{content:"\f42a"}.ri-carousel-view:before{content:"\f42b"}.ri-code-block:before{content:"\f42c"}.ri-color-filter-fill:before{content:"\f42d"}.ri-color-filter-line:before{content:"\f42e"}.ri-contacts-book-3-fill:before{content:"\f42f"}.ri-contacts-book-3-line:before{content:"\f430"}.ri-contract-fill:before{content:"\f431"}.ri-contract-line:before{content:"\f432"}.ri-drinks-2-fill:before{content:"\f433"}.ri-drinks-2-line:before{content:"\f434"}.ri-export-fill:before{content:"\f435"}.ri-export-line:before{content:"\f436"}.ri-file-check-fill:before{content:"\f437"}.ri-file-check-line:before{content:"\f438"}.ri-focus-mode:before{content:"\f439"}.ri-folder-6-fill:before{content:"\f43a"}.ri-folder-6-line:before{content:"\f43b"}.ri-folder-check-fill:before{content:"\f43c"}.ri-folder-check-line:before{content:"\f43d"}.ri-folder-close-fill:before{content:"\f43e"}.ri-folder-close-line:before{content:"\f43f"}.ri-folder-cloud-fill:before{content:"\f440"}.ri-folder-cloud-line:before{content:"\f441"}.ri-gallery-view-2:before{content:"\f442"}.ri-gallery-view:before{content:"\f443"}.ri-hand:before{content:"\f444"}.ri-import-fill:before{content:"\f445"}.ri-import-line:before{content:"\f446"}.ri-information-2-fill:before{content:"\f447"}.ri-information-2-line:before{content:"\f448"}.ri-kanban-view-2:before{content:"\f449"}.ri-kanban-view:before{content:"\f44a"}.ri-list-view:before{content:"\f44b"}.ri-lock-star-fill:before{content:"\f44c"}.ri-lock-star-line:before{content:"\f44d"}.ri-puzzle-2-fill:before{content:"\f44e"}.ri-puzzle-2-line:before{content:"\f44f"}.ri-puzzle-fill:before{content:"\f450"}.ri-puzzle-line:before{content:"\f451"}.ri-ram-2-fill:before{content:"\f452"}.ri-ram-2-line:before{content:"\f453"}.ri-ram-fill:before{content:"\f454"}.ri-ram-line:before{content:"\f455"}.ri-receipt-fill:before{content:"\f456"}.ri-receipt-line:before{content:"\f457"}.ri-shadow-fill:before{content:"\f458"}.ri-shadow-line:before{content:"\f459"}.ri-sidebar-fold-fill:before{content:"\f45a"}.ri-sidebar-fold-line:before{content:"\f45b"}.ri-sidebar-unfold-fill:before{content:"\f45c"}.ri-sidebar-unfold-line:before{content:"\f45d"}.ri-slideshow-view:before{content:"\f45e"}.ri-sort-alphabet-asc:before{content:"\f45f"}.ri-sort-alphabet-desc:before{content:"\f460"}.ri-sort-number-asc:before{content:"\f461"}.ri-sort-number-desc:before{content:"\f462"}.ri-stacked-view:before{content:"\f463"}.ri-sticky-note-add-fill:before{content:"\f464"}.ri-sticky-note-add-line:before{content:"\f465"}.ri-swap-2-fill:before{content:"\f466"}.ri-swap-2-line:before{content:"\f467"}.ri-swap-3-fill:before{content:"\f468"}.ri-swap-3-line:before{content:"\f469"}.ri-table-3:before{content:"\f46a"}.ri-table-view:before{content:"\f46b"}.ri-text-block:before{content:"\f46c"}.ri-text-snippet:before{content:"\f46d"}.ri-timeline-view:before{content:"\f46e"}.ri-blogger-fill:before{content:"\f46f"}.ri-blogger-line:before{content:"\f470"}.ri-chat-thread-fill:before{content:"\f471"}.ri-chat-thread-line:before{content:"\f472"}.ri-discount-percent-fill:before{content:"\f473"}.ri-discount-percent-line:before{content:"\f474"}.ri-exchange-2-fill:before{content:"\f475"}.ri-exchange-2-line:before{content:"\f476"}.ri-git-fork-fill:before{content:"\f477"}.ri-git-fork-line:before{content:"\f478"}.ri-input-field:before{content:"\f479"}.ri-progress-1-fill:before{content:"\f47a"}.ri-progress-1-line:before{content:"\f47b"}.ri-progress-2-fill:before{content:"\f47c"}.ri-progress-2-line:before{content:"\f47d"}.ri-progress-3-fill:before{content:"\f47e"}.ri-progress-3-line:before{content:"\f47f"}.ri-progress-4-fill:before{content:"\f480"}.ri-progress-4-line:before{content:"\f481"}.ri-progress-5-fill:before{content:"\f482"}.ri-progress-5-line:before{content:"\f483"}.ri-progress-6-fill:before{content:"\f484"}.ri-progress-6-line:before{content:"\f485"}.ri-progress-7-fill:before{content:"\f486"}.ri-progress-7-line:before{content:"\f487"}.ri-progress-8-fill:before{content:"\f488"}.ri-progress-8-line:before{content:"\f489"}.ri-remix-run-fill:before{content:"\f48a"}.ri-remix-run-line:before{content:"\f48b"}.ri-signpost-fill:before{content:"\f48c"}.ri-signpost-line:before{content:"\f48d"}.ri-time-zone-fill:before{content:"\f48e"}.ri-time-zone-line:before{content:"\f48f"}.ri-arrow-down-wide-fill:before{content:"\f490"}.ri-arrow-down-wide-line:before{content:"\f491"}.ri-arrow-left-wide-fill:before{content:"\f492"}.ri-arrow-left-wide-line:before{content:"\f493"}.ri-arrow-right-wide-fill:before{content:"\f494"}.ri-arrow-right-wide-line:before{content:"\f495"}.ri-arrow-up-wide-fill:before{content:"\f496"}.ri-arrow-up-wide-line:before{content:"\f497"}.ri-bluesky-fill:before{content:"\f498"}.ri-bluesky-line:before{content:"\f499"}.ri-expand-height-fill:before{content:"\f49a"}.ri-expand-height-line:before{content:"\f49b"}.ri-expand-width-fill:before{content:"\f49c"}.ri-expand-width-line:before{content:"\f49d"}.ri-forward-end-fill:before{content:"\f49e"}.ri-forward-end-line:before{content:"\f49f"}.ri-forward-end-mini-fill:before{content:"\f4a0"}.ri-forward-end-mini-line:before{content:"\f4a1"}.ri-friendica-fill:before{content:"\f4a2"}.ri-friendica-line:before{content:"\f4a3"}.ri-git-pr-draft-fill:before{content:"\f4a4"}.ri-git-pr-draft-line:before{content:"\f4a5"}.ri-play-reverse-fill:before{content:"\f4a6"}.ri-play-reverse-line:before{content:"\f4a7"}.ri-play-reverse-mini-fill:before{content:"\f4a8"}.ri-play-reverse-mini-line:before{content:"\f4a9"}.ri-rewind-start-fill:before{content:"\f4aa"}.ri-rewind-start-line:before{content:"\f4ab"}.ri-rewind-start-mini-fill:before{content:"\f4ac"}.ri-rewind-start-mini-line:before{content:"\f4ad"}.ri-scroll-to-bottom-fill:before{content:"\f4ae"}.ri-scroll-to-bottom-line:before{content:"\f4af"}.ri-add-large-fill:before{content:"\f4b0"}.ri-add-large-line:before{content:"\f4b1"}.ri-aed-electrodes-fill:before{content:"\f4b2"}.ri-aed-electrodes-line:before{content:"\f4b3"}.ri-aed-fill:before{content:"\f4b4"}.ri-aed-line:before{content:"\f4b5"}.ri-alibaba-cloud-fill:before{content:"\f4b6"}.ri-alibaba-cloud-line:before{content:"\f4b7"}.ri-align-item-bottom-fill:before{content:"\f4b8"}.ri-align-item-bottom-line:before{content:"\f4b9"}.ri-align-item-horizontal-center-fill:before{content:"\f4ba"}.ri-align-item-horizontal-center-line:before{content:"\f4bb"}.ri-align-item-left-fill:before{content:"\f4bc"}.ri-align-item-left-line:before{content:"\f4bd"}.ri-align-item-right-fill:before{content:"\f4be"}.ri-align-item-right-line:before{content:"\f4bf"}.ri-align-item-top-fill:before{content:"\f4c0"}.ri-align-item-top-line:before{content:"\f4c1"}.ri-align-item-vertical-center-fill:before{content:"\f4c2"}.ri-align-item-vertical-center-line:before{content:"\f4c3"}.ri-apps-2-add-fill:before{content:"\f4c4"}.ri-apps-2-add-line:before{content:"\f4c5"}.ri-close-large-fill:before{content:"\f4c6"}.ri-close-large-line:before{content:"\f4c7"}.ri-collapse-diagonal-2-fill:before{content:"\f4c8"}.ri-collapse-diagonal-2-line:before{content:"\f4c9"}.ri-collapse-diagonal-fill:before{content:"\f4ca"}.ri-collapse-diagonal-line:before{content:"\f4cb"}.ri-dashboard-horizontal-fill:before{content:"\f4cc"}.ri-dashboard-horizontal-line:before{content:"\f4cd"}.ri-expand-diagonal-2-fill:before{content:"\f4ce"}.ri-expand-diagonal-2-line:before{content:"\f4cf"}.ri-expand-diagonal-fill:before{content:"\f4d0"}.ri-expand-diagonal-line:before{content:"\f4d1"}.ri-firebase-fill:before{content:"\f4d2"}.ri-firebase-line:before{content:"\f4d3"}.ri-flip-horizontal-2-fill:before{content:"\f4d4"}.ri-flip-horizontal-2-line:before{content:"\f4d5"}.ri-flip-horizontal-fill:before{content:"\f4d6"}.ri-flip-horizontal-line:before{content:"\f4d7"}.ri-flip-vertical-2-fill:before{content:"\f4d8"}.ri-flip-vertical-2-line:before{content:"\f4d9"}.ri-flip-vertical-fill:before{content:"\f4da"}.ri-flip-vertical-line:before{content:"\f4db"}.ri-formula:before{content:"\f4dc"}.ri-function-add-fill:before{content:"\f4dd"}.ri-function-add-line:before{content:"\f4de"}.ri-goblet-2-fill:before{content:"\f4df"}.ri-goblet-2-line:before{content:"\f4e0"}.ri-golf-ball-fill:before{content:"\f4e1"}.ri-golf-ball-line:before{content:"\f4e2"}.ri-group-3-fill:before{content:"\f4e3"}.ri-group-3-line:before{content:"\f4e4"}.ri-heart-add-2-fill:before{content:"\f4e5"}.ri-heart-add-2-line:before{content:"\f4e6"}.ri-id-card-fill:before{content:"\f4e7"}.ri-id-card-line:before{content:"\f4e8"}.ri-information-off-fill:before{content:"\f4e9"}.ri-information-off-line:before{content:"\f4ea"}.ri-java-fill:before{content:"\f4eb"}.ri-java-line:before{content:"\f4ec"}.ri-layout-grid-2-fill:before{content:"\f4ed"}.ri-layout-grid-2-line:before{content:"\f4ee"}.ri-layout-horizontal-fill:before{content:"\f4ef"}.ri-layout-horizontal-line:before{content:"\f4f0"}.ri-layout-vertical-fill:before{content:"\f4f1"}.ri-layout-vertical-line:before{content:"\f4f2"}.ri-menu-fold-2-fill:before{content:"\f4f3"}.ri-menu-fold-2-line:before{content:"\f4f4"}.ri-menu-fold-3-fill:before{content:"\f4f5"}.ri-menu-fold-3-line:before{content:"\f4f6"}.ri-menu-fold-4-fill:before{content:"\f4f7"}.ri-menu-fold-4-line:before{content:"\f4f8"}.ri-menu-unfold-2-fill:before{content:"\f4f9"}.ri-menu-unfold-2-line:before{content:"\f4fa"}.ri-menu-unfold-3-fill:before{content:"\f4fb"}.ri-menu-unfold-3-line:before{content:"\f4fc"}.ri-menu-unfold-4-fill:before{content:"\f4fd"}.ri-menu-unfold-4-line:before{content:"\f4fe"}.ri-mobile-download-fill:before{content:"\f4ff"}.ri-mobile-download-line:before{content:"\f500"}.ri-nextjs-fill:before{content:"\f501"}.ri-nextjs-line:before{content:"\f502"}.ri-nodejs-fill:before{content:"\f503"}.ri-nodejs-line:before{content:"\f504"}.ri-pause-large-fill:before{content:"\f505"}.ri-pause-large-line:before{content:"\f506"}.ri-play-large-fill:before{content:"\f507"}.ri-play-large-line:before{content:"\f508"}.ri-play-reverse-large-fill:before{content:"\f509"}.ri-play-reverse-large-line:before{content:"\f50a"}.ri-police-badge-fill:before{content:"\f50b"}.ri-police-badge-line:before{content:"\f50c"}.ri-prohibited-2-fill:before{content:"\f50d"}.ri-prohibited-2-line:before{content:"\f50e"}.ri-shopping-bag-4-fill:before{content:"\f50f"}.ri-shopping-bag-4-line:before{content:"\f510"}.ri-snowflake-fill:before{content:"\f511"}.ri-snowflake-line:before{content:"\f512"}.ri-square-root:before{content:"\f513"}.ri-stop-large-fill:before{content:"\f514"}.ri-stop-large-line:before{content:"\f515"}.ri-tailwind-css-fill:before{content:"\f516"}.ri-tailwind-css-line:before{content:"\f517"}.ri-tooth-fill:before{content:"\f518"}.ri-tooth-line:before{content:"\f519"}.ri-video-off-fill:before{content:"\f51a"}.ri-video-off-line:before{content:"\f51b"}.ri-video-on-fill:before{content:"\f51c"}.ri-video-on-line:before{content:"\f51d"}.ri-webhook-fill:before{content:"\f51e"}.ri-webhook-line:before{content:"\f51f"}.ri-weight-fill:before{content:"\f520"}.ri-weight-line:before{content:"\f521"}.ri-book-shelf-fill:before{content:"\f522"}.ri-book-shelf-line:before{content:"\f523"}.ri-brain-2-fill:before{content:"\f524"}.ri-brain-2-line:before{content:"\f525"}.ri-chat-search-fill:before{content:"\f526"}.ri-chat-search-line:before{content:"\f527"}.ri-chat-unread-fill:before{content:"\f528"}.ri-chat-unread-line:before{content:"\f529"}.ri-collapse-horizontal-fill:before{content:"\f52a"}.ri-collapse-horizontal-line:before{content:"\f52b"}.ri-collapse-vertical-fill:before{content:"\f52c"}.ri-collapse-vertical-line:before{content:"\f52d"}.ri-dna-fill:before{content:"\f52e"}.ri-dna-line:before{content:"\f52f"}.ri-dropper-fill:before{content:"\f530"}.ri-dropper-line:before{content:"\f531"}.ri-expand-diagonal-s-2-fill:before{content:"\f532"}.ri-expand-diagonal-s-2-line:before{content:"\f533"}.ri-expand-diagonal-s-fill:before{content:"\f534"}.ri-expand-diagonal-s-line:before{content:"\f535"}.ri-expand-horizontal-fill:before{content:"\f536"}.ri-expand-horizontal-line:before{content:"\f537"}.ri-expand-horizontal-s-fill:before{content:"\f538"}.ri-expand-horizontal-s-line:before{content:"\f539"}.ri-expand-vertical-fill:before{content:"\f53a"}.ri-expand-vertical-line:before{content:"\f53b"}.ri-expand-vertical-s-fill:before{content:"\f53c"}.ri-expand-vertical-s-line:before{content:"\f53d"}.ri-gemini-fill:before{content:"\f53e"}.ri-gemini-line:before{content:"\f53f"}.ri-reset-left-fill:before{content:"\f540"}.ri-reset-left-line:before{content:"\f541"}.ri-reset-right-fill:before{content:"\f542"}.ri-reset-right-line:before{content:"\f543"}.ri-stairs-fill:before{content:"\f544"}.ri-stairs-line:before{content:"\f545"}.ri-telegram-2-fill:before{content:"\f546"}.ri-telegram-2-line:before{content:"\f547"}.ri-triangular-flag-fill:before{content:"\f548"}.ri-triangular-flag-line:before{content:"\f549"}.ri-user-minus-fill:before{content:"\f54a"}.ri-user-minus-line:before{content:"\f54b"}.ri-account-box-2-fill:before{content:"\f54c"}.ri-account-box-2-line:before{content:"\f54d"}.ri-account-circle-2-fill:before{content:"\f54e"}.ri-account-circle-2-line:before{content:"\f54f"}.ri-alarm-snooze-fill:before{content:"\f550"}.ri-alarm-snooze-line:before{content:"\f551"}.ri-arrow-down-box-fill:before{content:"\f552"}.ri-arrow-down-box-line:before{content:"\f553"}.ri-arrow-left-box-fill:before{content:"\f554"}.ri-arrow-left-box-line:before{content:"\f555"}.ri-arrow-left-down-box-fill:before{content:"\f556"}.ri-arrow-left-down-box-line:before{content:"\f557"}.ri-arrow-left-up-box-fill:before{content:"\f558"}.ri-arrow-left-up-box-line:before{content:"\f559"}.ri-arrow-right-box-fill:before{content:"\f55a"}.ri-arrow-right-box-line:before{content:"\f55b"}.ri-arrow-right-down-box-fill:before{content:"\f55c"}.ri-arrow-right-down-box-line:before{content:"\f55d"}.ri-arrow-right-up-box-fill:before{content:"\f55e"}.ri-arrow-right-up-box-line:before{content:"\f55f"}.ri-arrow-up-box-fill:before{content:"\f560"}.ri-arrow-up-box-line:before{content:"\f561"}.ri-bar-chart-box-ai-fill:before{content:"\f562"}.ri-bar-chart-box-ai-line:before{content:"\f563"}.ri-brush-ai-fill:before{content:"\f564"}.ri-brush-ai-line:before{content:"\f565"}.ri-camera-ai-fill:before{content:"\f566"}.ri-camera-ai-line:before{content:"\f567"}.ri-chat-ai-fill:before{content:"\f568"}.ri-chat-ai-line:before{content:"\f569"}.ri-chat-smile-ai-fill:before{content:"\f56a"}.ri-chat-smile-ai-line:before{content:"\f56b"}.ri-chat-voice-ai-fill:before{content:"\f56c"}.ri-chat-voice-ai-line:before{content:"\f56d"}.ri-code-ai-fill:before{content:"\f56e"}.ri-code-ai-line:before{content:"\f56f"}.ri-color-filter-ai-fill:before{content:"\f570"}.ri-color-filter-ai-line:before{content:"\f571"}.ri-custom-size:before{content:"\f572"}.ri-fediverse-fill:before{content:"\f573"}.ri-fediverse-line:before{content:"\f574"}.ri-flag-off-fill:before{content:"\f575"}.ri-flag-off-line:before{content:"\f576"}.ri-home-9-fill:before{content:"\f577"}.ri-home-9-line:before{content:"\f578"}.ri-image-ai-fill:before{content:"\f579"}.ri-image-ai-line:before{content:"\f57a"}.ri-image-circle-ai-fill:before{content:"\f57b"}.ri-image-circle-ai-line:before{content:"\f57c"}.ri-info-card-fill:before{content:"\f57d"}.ri-info-card-line:before{content:"\f57e"}.ri-landscape-ai-fill:before{content:"\f57f"}.ri-landscape-ai-line:before{content:"\f580"}.ri-letter-spacing-2:before{content:"\f581"}.ri-line-height-2:before{content:"\f582"}.ri-mail-ai-fill:before{content:"\f583"}.ri-mail-ai-line:before{content:"\f584"}.ri-mic-2-ai-fill:before{content:"\f585"}.ri-mic-2-ai-line:before{content:"\f586"}.ri-mic-ai-fill:before{content:"\f587"}.ri-mic-ai-line:before{content:"\f588"}.ri-movie-ai-fill:before{content:"\f589"}.ri-movie-ai-line:before{content:"\f58a"}.ri-music-ai-fill:before{content:"\f58b"}.ri-music-ai-line:before{content:"\f58c"}.ri-notification-snooze-fill:before{content:"\f58d"}.ri-notification-snooze-line:before{content:"\f58e"}.ri-php-fill:before{content:"\f58f"}.ri-php-line:before{content:"\f590"}.ri-pix-fill:before{content:"\f591"}.ri-pix-line:before{content:"\f592"}.ri-pulse-ai-fill:before{content:"\f593"}.ri-pulse-ai-line:before{content:"\f594"}.ri-quill-pen-ai-fill:before{content:"\f595"}.ri-quill-pen-ai-line:before{content:"\f596"}.ri-speak-ai-fill:before{content:"\f597"}.ri-speak-ai-line:before{content:"\f598"}.ri-star-off-fill:before{content:"\f599"}.ri-star-off-line:before{content:"\f59a"}.ri-translate-ai-2:before{content:"\f59b"}.ri-translate-ai:before{content:"\f59c"}.ri-user-community-fill:before{content:"\f59d"}.ri-user-community-line:before{content:"\f59e"}.ri-vercel-fill:before{content:"\f59f"}.ri-vercel-line:before{content:"\f5a0"}.ri-video-ai-fill:before{content:"\f5a1"}.ri-video-ai-line:before{content:"\f5a2"}.ri-video-on-ai-fill:before{content:"\f5a3"}.ri-video-on-ai-line:before{content:"\f5a4"}.ri-voice-ai-fill:before{content:"\f5a5"}.ri-voice-ai-line:before{content:"\f5a6"}.ri-ai-generate-2:before{content:"\f5a7"}.ri-ai-generate-text:before{content:"\f5a8"}.ri-anthropic-fill:before{content:"\f5a9"}.ri-anthropic-line:before{content:"\f5aa"}.ri-apps-2-ai-fill:before{content:"\f5ab"}.ri-apps-2-ai-line:before{content:"\f5ac"}.ri-camera-lens-ai-fill:before{content:"\f5ad"}.ri-camera-lens-ai-line:before{content:"\f5ae"}.ri-clapperboard-ai-fill:before{content:"\f5af"}.ri-clapperboard-ai-line:before{content:"\f5b0"}.ri-claude-fill:before{content:"\f5b1"}.ri-claude-line:before{content:"\f5b2"}.ri-closed-captioning-ai-fill:before{content:"\f5b3"}.ri-closed-captioning-ai-line:before{content:"\f5b4"}.ri-dvd-ai-fill:before{content:"\f5b5"}.ri-dvd-ai-line:before{content:"\f5b6"}.ri-film-ai-fill:before{content:"\f5b7"}.ri-film-ai-line:before{content:"\f5b8"}.ri-font-size-ai:before{content:"\f5b9"}.ri-mixtral-fill:before{content:"\f5ba"}.ri-mixtral-line:before{content:"\f5bb"}.ri-movie-2-ai-fill:before{content:"\f5bc"}.ri-movie-2-ai-line:before{content:"\f5bd"}.ri-mv-ai-fill:before{content:"\f5be"}.ri-mv-ai-line:before{content:"\f5bf"}.ri-perplexity-fill:before{content:"\f5c0"}.ri-perplexity-line:before{content:"\f5c1"}.ri-poker-clubs-fill:before{content:"\f5c2"}.ri-poker-clubs-line:before{content:"\f5c3"}.ri-poker-diamonds-fill:before{content:"\f5c4"}.ri-poker-diamonds-line:before{content:"\f5c5"}.ri-poker-hearts-fill:before{content:"\f5c6"}.ri-poker-hearts-line:before{content:"\f5c7"}.ri-poker-spades-fill:before{content:"\f5c8"}.ri-poker-spades-line:before{content:"\f5c9"}.ri-safe-3-fill:before{content:"\f5ca"}.ri-safe-3-line:before{content:"\f5cb"}.ri-accessibility-fill:before{content:"\f5cc"}.ri-accessibility-line:before{content:"\f5cd"}.ri-alarm-add-fill:before{content:"\f5ce"}.ri-alarm-add-line:before{content:"\f5cf"}.ri-arrow-down-long-fill:before{content:"\f5d0"}.ri-arrow-down-long-line:before{content:"\f5d1"}.ri-arrow-left-down-long-fill:before{content:"\f5d2"}.ri-arrow-left-down-long-line:before{content:"\f5d3"}.ri-arrow-left-long-fill:before{content:"\f5d4"}.ri-arrow-left-long-line:before{content:"\f5d5"}.ri-arrow-left-up-long-fill:before{content:"\f5d6"}.ri-arrow-left-up-long-line:before{content:"\f5d7"}.ri-arrow-right-down-long-fill:before{content:"\f5d8"}.ri-arrow-right-down-long-line:before{content:"\f5d9"}.ri-arrow-right-long-fill:before{content:"\f5da"}.ri-arrow-right-long-line:before{content:"\f5db"}.ri-arrow-right-up-long-fill:before{content:"\f5dc"}.ri-arrow-right-up-long-line:before{content:"\f5dd"}.ri-arrow-up-long-fill:before{content:"\f5de"}.ri-arrow-up-long-line:before{content:"\f5df"}.ri-chess-fill:before{content:"\f5e0"}.ri-chess-line:before{content:"\f5e1"}.ri-diamond-fill:before{content:"\f5e2"}.ri-diamond-line:before{content:"\f5e3"}.ri-diamond-ring-fill:before{content:"\f5e4"}.ri-diamond-ring-line:before{content:"\f5e5"}.ri-figma-fill:before{content:"\f5e6"}.ri-figma-line:before{content:"\f5e7"}.ri-firefox-browser-fill:before{content:"\f5e8"}.ri-firefox-browser-line:before{content:"\f5e9"}.ri-jewelry-fill:before{content:"\f5ea"}.ri-jewelry-line:before{content:"\f5eb"}.ri-multi-image-fill:before{content:"\f5ec"}.ri-multi-image-line:before{content:"\f5ed"}.ri-no-credit-card-fill:before{content:"\f5ee"}.ri-no-credit-card-line:before{content:"\f5ef"}.ri-service-bell-fill:before{content:"\f5f0"}.ri-service-bell-line:before{content:"\f5f1"}.ri-ai-agent-fill:before{content:"\f5f2"}.ri-ai-agent-line:before{content:"\f5f3"}.ri-ai-generate-2-fill:before{content:"\f5f4"}.ri-ai-generate-2-line:before{content:"\f5f5"}.ri-ai-generate-3d-fill:before{content:"\f5f6"}.ri-ai-generate-3d-line:before{content:"\f5f7"}.ri-ai:before{content:"\f5f8"}.ri-apps-ai-fill:before{content:"\f5f9"}.ri-apps-ai-line:before{content:"\f5fa"}.ri-atom-fill:before{content:"\f5fb"}.ri-atom-line:before{content:"\f5fc"}.ri-book-ai-fill:before{content:"\f5fd"}.ri-book-ai-line:before{content:"\f5fe"}.ri-brain-3-fill:before{content:"\f5ff"}.ri-brain-3-line:before{content:"\f600"}.ri-brain-ai-3-fill:before{content:"\f601"}.ri-brain-ai-3-line:before{content:"\f602"}.ri-brush-ai-3-fill:before{content:"\f603"}.ri-brush-ai-3-line:before{content:"\f604"}.ri-camera-4-fill:before{content:"\f605"}.ri-camera-4-line:before{content:"\f606"}.ri-camera-ai-2-fill:before{content:"\f607"}.ri-camera-ai-2-line:before{content:"\f608"}.ri-chat-ai-2-fill:before{content:"\f609"}.ri-chat-ai-2-line:before{content:"\f60a"}.ri-chat-ai-3-fill:before{content:"\f60b"}.ri-chat-ai-3-line:before{content:"\f60c"}.ri-chat-ai-4-fill:before{content:"\f60d"}.ri-chat-ai-4-line:before{content:"\f60e"}.ri-chat-smile-ai-3-fill:before{content:"\f60f"}.ri-chat-smile-ai-3-line:before{content:"\f610"}.ri-deepseek-fill:before{content:"\f611"}.ri-deepseek-line:before{content:"\f612"}.ri-file-ai-2-fill:before{content:"\f613"}.ri-file-ai-2-line:before{content:"\f614"}.ri-file-ai-fill:before{content:"\f615"}.ri-file-ai-line:before{content:"\f616"}.ri-function-ai-fill:before{content:"\f617"}.ri-function-ai-line:before{content:"\f618"}.ri-game-2-fill:before{content:"\f619"}.ri-game-2-line:before{content:"\f61a"}.ri-goblet-broken-fill:before{content:"\f61b"}.ri-goblet-broken-line:before{content:"\f61c"}.ri-lightbulb-ai-fill:before{content:"\f61d"}.ri-lightbulb-ai-line:before{content:"\f61e"}.ri-loop-left-ai-fill:before{content:"\f61f"}.ri-loop-left-ai-line:before{content:"\f620"}.ri-loop-right-ai-fill:before{content:"\f621"}.ri-loop-right-ai-line:before{content:"\f622"}.ri-message-ai-3-fill:before{content:"\f623"}.ri-message-ai-3-line:before{content:"\f624"}.ri-painting-ai-fill:before{content:"\f625"}.ri-painting-ai-line:before{content:"\f626"}.ri-painting-fill:before{content:"\f627"}.ri-painting-line:before{content:"\f628"}.ri-pencil-ai-2-fill:before{content:"\f629"}.ri-pencil-ai-2-line:before{content:"\f62a"}.ri-pencil-ai-fill:before{content:"\f62b"}.ri-pencil-ai-line:before{content:"\f62c"}.ri-remix-fill:before{content:"\f62d"}.ri-remix-line:before{content:"\f62e"}.ri-search-ai-2-fill:before{content:"\f62f"}.ri-search-ai-2-line:before{content:"\f630"}.ri-search-ai-3-fill:before{content:"\f631"}.ri-search-ai-3-line:before{content:"\f632"}.ri-search-ai-4-fill:before{content:"\f633"}.ri-search-ai-4-line:before{content:"\f634"}.ri-search-ai-fill:before{content:"\f635"}.ri-search-ai-line:before{content:"\f636"}.ri-speech-to-text-fill:before{content:"\f637"}.ri-speech-to-text-line:before{content:"\f638"}.ri-target-fill:before{content:"\f639"}.ri-target-line:before{content:"\f63a"}.ri-text-to-speech-fill:before{content:"\f63b"}.ri-text-to-speech-line:before{content:"\f63c"}.ri-wrench-fill:before{content:"\f63d"}.ri-wrench-line:before{content:"\f63e"}.ri-area-chart-fill:before{content:"\f63f"}.ri-area-chart-line:before{content:"\f640"}.ri-baseball-fill:before{content:"\f641"}.ri-baseball-line:before{content:"\f642"}.ri-binoculars-fill:before{content:"\f643"}.ri-binoculars-line:before{content:"\f644"}.ri-cursor-hand:before{content:"\f645"}.ri-emotion-add-fill:before{content:"\f646"}.ri-emotion-add-line:before{content:"\f647"}.ri-file-scan-fill:before{content:"\f648"}.ri-file-scan-line:before{content:"\f649"}.ri-fiverr-fill:before{content:"\f64a"}.ri-fiverr-line:before{content:"\f64b"}.ri-font-serif:before{content:"\f64c"}.ri-ghost-3-fill:before{content:"\f64d"}.ri-ghost-3-line:before{content:"\f64e"}.ri-gitee-fill:before{content:"\f64f"}.ri-gitee-line:before{content:"\f650"}.ri-global-off-fill:before{content:"\f651"}.ri-global-off-line:before{content:"\f652"}.ri-image-download-fill:before{content:"\f653"}.ri-image-download-line:before{content:"\f654"}.ri-image-upload-fill:before{content:"\f655"}.ri-image-upload-line:before{content:"\f656"}.ri-issues-fill:before{content:"\f657"}.ri-issues-line:before{content:"\f658"}.ri-issues-reopen-fill:before{content:"\f659"}.ri-issues-reopen-line:before{content:"\f65a"}.ri-network-error-fill:before{content:"\f65b"}.ri-network-error-line:before{content:"\f65c"}.ri-network-fill:before{content:"\f65d"}.ri-network-line:before{content:"\f65e"}.ri-network-off-fill:before{content:"\f65f"}.ri-network-off-line:before{content:"\f660"}.ri-piano-fill:before{content:"\f661"}.ri-piano-grand-fill:before{content:"\f662"}.ri-piano-grand-line:before{content:"\f663"}.ri-piano-line:before{content:"\f664"}.ri-plug-3-fill:before{content:"\f665"}.ri-plug-3-line:before{content:"\f666"}.ri-send-ins-fill:before{content:"\f667"}.ri-send-ins-line:before{content:"\f668"}.ri-signal-cellular-1-fill:before{content:"\f669"}.ri-signal-cellular-1-line:before{content:"\f66a"}.ri-signal-cellular-2-fill:before{content:"\f66b"}.ri-signal-cellular-2-line:before{content:"\f66c"}.ri-signal-cellular-3-fill:before{content:"\f66d"}.ri-signal-cellular-3-line:before{content:"\f66e"}.ri-signal-cellular-off-fill:before{content:"\f66f"}.ri-signal-cellular-off-line:before{content:"\f670"}.ri-stacked-chart-fill:before{content:"\f671"}.ri-stacked-chart-line:before{content:"\f672"}.ri-upwork-fill:before{content:"\f673"}.ri-upwork-line:before{content:"\f674"}.ri-brain-4-fill:before{content:"\f675"}.ri-brain-4-line:before{content:"\f676"}.ri-certificate-2-fill:before{content:"\f677"}.ri-certificate-2-line:before{content:"\f678"}.ri-certificate-fill:before{content:"\f679"}.ri-certificate-line:before{content:"\f67a"}.ri-cookie-fill:before{content:"\f67b"}.ri-cookie-line:before{content:"\f67c"}.ri-cursor-ai-fill:before{content:"\f67d"}.ri-cursor-ai-line:before{content:"\f67e"}.ri-draw-fill:before{content:"\f67f"}.ri-draw-line:before{content:"\f680"}.ri-ghost-4-fill:before{content:"\f681"}.ri-ghost-4-line:before{content:"\f682"}.ri-gitbook-fill:before{content:"\f683"}.ri-gitbook-line:before{content:"\f684"}.ri-grok-ai-fill:before{content:"\f685"}.ri-grok-ai-line:before{content:"\f686"}.ri-hand-2:before{content:"\f687"}.ri-megaphone-2-fill:before{content:"\f688"}.ri-megaphone-2-line:before{content:"\f689"}.ri-microsoft-copilot-fill:before{content:"\f68a"}.ri-microsoft-copilot-line:before{content:"\f68b"}.ri-mosaic-fill:before{content:"\f68c"}.ri-mosaic-line:before{content:"\f68d"}.ri-qr-scan-ai-fill:before{content:"\f68e"}.ri-qr-scan-ai-line:before{content:"\f68f"}.ri-qwen-ai-fill:before{content:"\f690"}.ri-qwen-ai-line:before{content:"\f691"}.ri-reddit-2-fill:before{content:"\f692"}.ri-reddit-2-line:before{content:"\f693"}.ri-sim-card-warning-fill:before{content:"\f694"}.ri-sim-card-warning-line:before{content:"\f695"}.ri-space-ship-2-fill:before{content:"\f696"}.ri-space-ship-2-line:before{content:"\f697"}.ri-subreddit-fill:before{content:"\f698"}.ri-subreddit-line:before{content:"\f699"}.ri-zhipu-ai-fill:before{content:"\f69a"}.ri-zhipu-ai-line:before{content:"\f69b"}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0 - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0 - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0 - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}@charset "UTF-8";.shop-section .shop-category-box .shop-category-img img,.category-slider-section .category-box .category-image img,.seller-grid-section-2 .seller-grid-box .seller-content .seller-products .product-thumb img,.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list ul li img,.seller-list-section .seller-list-card .seller-products-preview .product-row .product-thumb img,.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-image img,.product-details-section .product-left-box .main-image .lightbox-image,.product-details-section .product-left-box .main-image img,.product-details-section .product-left-box .product-thumb-slider .thumbs-image img,.product-details-section .variant-box .image-swatch-list li .form-check-label img,.product-details-section .variant-box .image-options li .form-check-label img,.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header .gallery-preview .media-row .media-box img,.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-avatar img,.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-img-wrap img,.tracking-section .order-tracking-table tr td .tracking-order-box .order-images img,.compare-section .compare-product-card .compare-img-wrap img,.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-products .product-img img,.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .product-info .product-img img,.checkout-section .right-side .order-summary-box .product-summary-list .order-item .item-img img,.category-section.style-2 .category-box .category-img-box img,.category-section.style-3 .category-box .category-img img,.category-section.style-5 .category-box .category-img-box img,.home-section.style-3 .home-img .food-1 img,.home-section.style-3 .home-img .food-2 img,.home-section.style-4 .animation-txt img,.home-section.style-7 .left-box img,.home-section.style-7 .right-box .shoes-detail-box .shoes-img-box img,header.header-7 .style-7 .header-wrapper .contact-box .d-flex .icon img,.footer-section-4 .footer-item .social-link-box li a img,.footer-section-4 .sub-footer .social-link-box li a img,.banner-box .banner-img img,.banner-section.style-7 .banner-content .headphone-img img,.summary-table tbody tr td .summary-product .item-img img,.recently-purchased-box .product-image img,.product-box.style-2 .product-img-box .product-img img,.product-box.style-3 .product-img-box .product-img img,.product-box.style-4 .product-img-box .product-img img,.product-box-7 .product-img-box .product-img .swiper .swiper-wrapper .swiper-slide img,.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-image img,.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-image img,.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-logo-box img,.all-reviews-modal .reviews-wrapper .review-item-modal .review-body .review-gallery li img,.question-modal-modern .modal-side-banner .product-floating-img img,.notify-modal-modern .modal-side-banner .product-floating-img img,.quick-view-modal .quick-view-slider .quick-slider .swiper-wrapper .main-image img,.quick-view-modal .quick-view-slider .quick-slider-2 .swiper-wrapper .thumb-image img,.sticky-bottom-bar .sticky-product-info .product-image img{object-fit:contain;width:100%;height:100%}.top-banner-box img,.top-banner-box-2 img,.seller-header-section .seller-details-header .seller-header-content .seller-image img,.seller-grid-section-2 .seller-grid-box .seller-identity .seller-logo img,.seller-list-2-section .profile-box .profile-image img,.seller-list-2-section .seller-card-minimal .card-header-top .seller-brand .brand-logo img,.seller-list-section .seller-list-card .seller-card-top .seller-image img,.seller-details-popup .seller-popup-header .seller-img img,.about-intro .about-img-wrap .main-img,.team-section .team-box .team-img img,.coming-soon-section .coming-soon-image img,.user-dashboard-section .dashboard-sidebar .profile-info .profile-image img,.blog-section .blog-left-box-2 .post-box .post-list li a .recent-image img,.blog-section .right-blog-box .blog-box .blog-image img,.blog-section .right-blog-box .blog-box-list .blog-image img,.blog-section .blog-details-box .blog-image img,.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-image img,.authentication-section .authentication-image img,.newsletter-section .newsletter-image .shape,.navbar .home-demo-menu .home-box .card-img-wrap img,.navbar .home-demo-menu .menu-best-seller .best-seller-card .img-wrap img,.home-section h1 .home-img img,.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .wishlist-icon svg,.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-icon img,.home-section.style-4 .home-video .img-fluid,.article-section .wave,.article-section .article-box .article-img-box img,.full-banner-section .banner-details-box .banner-list .list-item .img-box svg,.full-banner-section-2 .banner-details-box .banner-list .list-item .img-box svg,.full-banner-section .wave,.full-banner-section .banner-content .banner-images li img,.banner-box.style-1 .img,.testimonial-box.style-1 .top-panel .user-info .user-img img,.product-review-box .product-review-tab .description-box .description-image img,.product-review-box .product-review-tab .description-box .contain-box .contain-image img,.review-modal .upload-container .upload-preview-list .preview-item img,.newsletter-modal .newsletter-wrapper .newsletter-img-box img,.exit-modal .exit-img-box img,.insta-box .insta-img img,.breadcrumb-section .b-wave,.blog-box.style-7 .blog-img img,.blog-img-box img{object-fit:cover;width:100%;height:100%}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner::before,.category-slider-section .category-box .category-image::before,.product-details-section .product-right-box .promo-banner-new::before,.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header .gallery-preview .media-row .media-box.more::after,.coming-soon-section .coming-soon-image::before,.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .cover-image::before,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .cover-image::before,.checkout-section .right-side .order-summary-box .product-summary-list .order-item .item-img::before,.newsletter-box.style-6 .news-letter-wrap .news-input-wrap::before,.navbar .home-demo-menu .category-box::before,.product-mega-menu .menu-banner-box .banner-img::after,.summary-table tbody tr td .summary-product .item-img::before,.product-box.style-6 .product-img-box::after,.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-image::before,.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-image::before,.coupon-modal .modal-body .coupon-list .coupon-item .btn-apply:before{top:0;left:0;content:"";position:absolute;width:100%;height:100%}@keyframes slide-left{from{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes drop{0%{top:-50%}100%{top:110%}}@keyframes zoom-in-out{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes arrowsvg{0%{transform:scale(0);transform-origin:left}50%{transform:scale(1);transform-origin:left}100%{transform:scale(0);transform-origin:left}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes identifier{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:translateZ(0)}}@keyframes rounded{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes bounce-effect{0%{transform:translateY(0);transition:0.5s}50%{transform:translateY(-5px);transition:0.5s}100%{transform:translateY(0);transition:0.5s}}@keyframes strokeAnimation{to{stroke-dashoffset:0}}@keyframes zoom-in-txt{0%{opacity:0}25%{opacity:1}50%{opacity:0}75%{opacity:1}100%{opacity:0}}@keyframes tada{0%{transform:scaleX(1)}10%{transform:scale3d(0.9,0.9,0.9) rotate(-3deg)}20%{transform:scale3d(0.9,0.9,0.9) rotate(-3deg)}30%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}50%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}70%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}60%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}100%{transform:scaleX(1)}}@keyframes stepUpDown{0%{transform:translateY(2px)}50%{transform:translateY(-0.5px)}100%{transform:translateY(2px)}}@keyframes shadowPulseSuccess{0%,100%{box-shadow:0 0 0 15px rgba(var(--success-color),0.15),0 0 0 30px rgba(var(--success-color),0.05)}50%{box-shadow:0 0 0 25px rgba(var(--success-color),0.1),0 0 0 45px rgba(var(--success-color),0.03)}}@keyframes shadowPulseError{0%,100%{box-shadow:0 0 0 15px rgba(var(--error),0.15),0 0 0 30px rgba(var(--error),0.05)}50%{box-shadow:0 0 0 25px rgba(var(--error),0.1),0 0 0 45px rgba(var(--error),0.03)}}@keyframes text-round{100%{transform:rotate(360deg)}}@keyframes bounce-effect{0%{transform:translateY(0);transition:0.5s}50%{transform:translateY(-5px);transition:0.5s}100%{transform:translateY(0);transition:0.5s}}@keyframes shoes{0%{transform:rotate(-2deg) translate(0,0)}50%{transform:rotate(5deg);transform-origin:left}75%{transform:rotate(-5deg);transform-origin:right}100%{transform:rotate(-2deg) translate(0,0)}}@keyframes error-float{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-54%) scale(1.05)}100%{transform:translate(-50%,-50%) scale(1)}}@keyframes food{0%{transform:rotate(-2deg) scale(0.9)}50%{transform:rotate(8deg) scale(1)}75%{transform:rotate(-8deg) scale(1)}100%{transform:rotate(-2deg) scale(0.9)}}@keyframes text-round{to{transform:rotate(360deg)}}@keyframes draw-stroke{from{stroke-dashoffset:3500}to{stroke-dashoffset:0}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes grow{0%,100%{transform:scale(0);opacity:0}50%{transform:scale(1);opacity:1}}@keyframes fadeLeftRight{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeRightLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes slideIn{from{width:0}}@keyframes progress{0%{width:0}100%{width:100%}}@keyframes pulse-primary-color{0%{box-shadow:0 0 0 0 rgba(var(--primary-color),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--primary-color),0)}100%{box-shadow:0 0 0 0 rgba(var(--primary-color),0)}}@keyframes pulse-black{0%{box-shadow:0 0 0 0 rgba(var(--black),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--black),0)}100%{box-shadow:0 0 0 0 rgba(var(--black),0)}}@keyframes pulse-white{0%{box-shadow:0 0 0 0 rgba(var(--white),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--white),0)}100%{box-shadow:0 0 0 0 rgba(var(--white),0)}}@keyframes pulse-star{0%{box-shadow:0 0 0 0 rgba(var(--star),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--star),0)}100%{box-shadow:0 0 0 0 rgba(var(--star),0)}}@keyframes pulse-border-color{0%{box-shadow:0 0 0 0 rgba(var(--border-color),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--border-color),0)}100%{box-shadow:0 0 0 0 rgba(var(--border-color),0)}}@keyframes pulse-title-color{0%{box-shadow:0 0 0 0 rgba(var(--title-color),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--title-color),0)}100%{box-shadow:0 0 0 0 rgba(var(--title-color),0)}}@keyframes pulse-content-color{0%{box-shadow:0 0 0 0 rgba(var(--content-color),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--content-color),0)}100%{box-shadow:0 0 0 0 rgba(var(--content-color),0)}}@keyframes pulse-background{0%{box-shadow:0 0 0 0 rgba(var(--background),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--background),0)}100%{box-shadow:0 0 0 0 rgba(var(--background),0)}}@keyframes pulse-error{0%{box-shadow:0 0 0 0 rgba(var(--error),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--error),0)}100%{box-shadow:0 0 0 0 rgba(var(--error),0)}}@keyframes pulse-theme-dark{0%{box-shadow:0 0 0 0 rgba(var(--theme-dark),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--theme-dark),0)}100%{box-shadow:0 0 0 0 rgba(var(--theme-dark),0)}}@keyframes pulse-success-color{0%{box-shadow:0 0 0 0 rgba(var(--success-color),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--success-color),0)}100%{box-shadow:0 0 0 0 rgba(var(--success-color),0)}}@keyframes pulse-theme-light-dark{0%{box-shadow:0 0 0 0 rgba(var(--theme-light-dark),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--theme-light-dark),0)}100%{box-shadow:0 0 0 0 rgba(var(--theme-light-dark),0)}}@keyframes pulse-yellow{0%{box-shadow:0 0 0 0 rgba(var(--yellow),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--yellow),0)}100%{box-shadow:0 0 0 0 rgba(var(--yellow),0)}}@keyframes pulse-theme-light{0%{box-shadow:0 0 0 0 rgba(var(--theme-light),0.4)}70%{box-shadow:0 0 0 10px rgba(var(--theme-light),0)}100%{box-shadow:0 0 0 0 rgba(var(--theme-light),0)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@keyframes shake-periodic{0%{transform:translateX(0)}2%{transform:translateX(-4px)}4%{transform:translateX(4px)}6%{transform:translateX(-4px)}8%{transform:translateX(4px)}10%{transform:translateX(0)}100%{transform:translateX(0)}}@keyframes flash{0%{opacity:0.8}100%{opacity:1}}@keyframes slideInDown{from{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:1000px}}@keyframes progress-animation{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}@keyframes stroke{0%{fill:rgba(72,138,204,0);stroke:rgba(var(--primary-color),1);stroke-dashoffset:25%;stroke-dasharray:0 50%;stroke-width:2}70%{fill:rgba(var(--primary-color),0);stroke:rgba(var(--primary-color),1)}80%{fill:rgba(var(--primary-color),0);stroke:rgba(var(--primary-color),1);stroke-width:3}100%{fill:rgba(var(--primary-color),1);stroke:rgba(var(--primary-color),0);stroke-dashoffset:-25%;stroke-dasharray:50% 0;stroke-width:0}}@keyframes stroke{0%{fill:rgba(72,138,204,0);stroke:rgba(var(--primary-color),1);stroke-dashoffset:25%;stroke-dasharray:0 50%;stroke-width:2}70%{fill:rgba(var(--primary-color),0);stroke:rgba(var(--primary-color),1)}80%{fill:rgba(var(--primary-color),0);stroke:rgba(var(--primary-color),1);stroke-width:3}100%{fill:rgba(var(--primary-color),1);stroke:rgba(var(--primary-color),0);stroke-dashoffset:-25%;stroke-dasharray:50% 0;stroke-width:0}}@keyframes stroke{0%{fill:rgba(72,138,204,0);stroke:rgba(var(--primary-color),1);stroke-dashoffset:25%;stroke-dasharray:0 50%;stroke-width:2}70%{fill:rgba(var(--primary-color),0);stroke:rgba(var(--primary-color),1)}80%{fill:rgba(var(--primary-color),0);stroke:rgba(var(--primary-color),1);stroke-width:3}100%{fill:rgba(var(--primary-color),1);stroke:rgba(var(--primary-color),0);stroke-dashoffset:-25%;stroke-dasharray:50% 0;stroke-width:0}}@keyframes float-base{0%{transform:translate(0,0) scale(1)}100%{transform:translate(40px,40px) scale(1.1)}}@keyframes float-organic{0%{transform:translate(0,0) scale(1)}100%{transform:translate(50px,50px) scale(1.1)}}@keyframes stroke{0%{fill:rgba(72,138,204,0);stroke:rgba(var(--primary-color),1);stroke-dashoffset:25%;stroke-dasharray:0 50%;stroke-width:calc(1px + 1 * (100vw - 320px) / 1600)}70%{fill:rgba(var(--primary-color),0);stroke:rgba(var(--primary-color),1)}80%{fill:rgba(var(--primary-color),0);stroke:rgba(var(--primary-color),1);stroke-width:calc(2px + 1 * (100vw - 320px) / 1600)}100%{fill:rgba(var(--primary-color),1);stroke:rgba(var(--primary-color),0);stroke-dashoffset:-25%;stroke-dasharray:50% 0;stroke-width:0}}@keyframes d6{12.5%{box-shadow:19px -19px 0 0,38px -19px 0 0,57px -19px 0 5px,19px 0 0 5px,38px 0 0 0,57px 0 0 5px,19px 19px 0 0,38px 19px 0 0,57px 19px 0 0}25%{box-shadow:19px -19px 0 5px,38px -19px 0 0,57px -19px 0 5px,19px 0 0 0,38px 0 0 0,57px 0 0 0,19px 19px 0 0,38px 19px 0 5px,57px 19px 0 0}50%{box-shadow:19px -19px 0 5px,38px -19px 0 5px,57px -19px 0 0,19px 0 0 0,38px 0 0 0,57px 0 0 0,19px 19px 0 0,38px 19px 0 0,57px 19px 0 5px}62.5%{box-shadow:19px -19px 0 0,38px -19px 0 0,57px -19px 0 0,19px 0 0 5px,38px 0 0 0,57px 0 0 0,19px 19px 0 0,38px 19px 0 5px,57px 19px 0 5px}75%{box-shadow:19px -19px 0 0,38px -19px 0 5px,57px -19px 0 0,19px 0 0 0,38px 0 0 0,57px 0 0 5px,19px 19px 0 0,38px 19px 0 0,57px 19px 0 5px}87.5%{box-shadow:19px -19px 0 0,38px -19px 0 5px,57px -19px 0 0,19px 0 0 0,38px 0 0 5px,57px 0 0 0,19px 19px 0 5px,38px 19px 0 0,57px 19px 0 0}}:root{--roboto:"Roboto",sans-serif;--play:"Playfair Display",serif;--black:0,0,0;--white:255,255,255;--star:252,211,77;--border-color:238,238,238;--primary-color:0,0,0;--title-color:35,35,35;--content-color:153,153,153;--background:248,248,248;--error:220,38,38;--success-color:25,149,136;--info-color:52,152,219;--size:20px;--color:rgba(var(--title-color),1)}:root .dark{--black:0,0,0;--white:16,17,13;--title-color:255,255,255;--border-color:64,64,64;--content-color:209,204,204;--bs-heading-color:rgba(var(--title-color),1);--background:32,32,32;--theme-light:38,38,34}.color-2{--primary-color:191,168,147}.color-2.dark{--white:21,18,15;--background:30,26,26;--border-color:38,33,29}.color-3{--primary-color:116,154,72;--secondary-color:206,224,182}.color-3.dark{--white:13,14,11;--background:18,20,16;--border-color:21,27,14}.color-4{--primary-color:252,209,0;--theme-dark:0,0,0;--theme-light:118,152,166}.color-4.dark{--white:25,32,36;--background:31,37,41;--border-color:39,45,48;--content-color:191,191,191;--theme-light:118,152,166}.color-5{--primary-color:144,148,119;--theme-dark:51,58,47;--theme-light:235,237,223}.color-5.dark{--border-color:27,28,23;--background:19,19,16}.color-6{--primary-color:106,115,109;--theme-dark:35,35,35;--theme-light:242,237,228;--theme-light-dark:217,212,204}.color-6.dark{--theme-dark:240,240,240;--white:20,21,20}.color-7{--primary-color:45,130,255;--theme-dark:35,35,35;--yellow:255,193,7}@media (min-width:1554px){.container{max-width:1535px}.container.custom-container{max-width:1700px}}@media (min-width:1554px){.container-2{max-width:1410px;margin:auto}}section,.section-t-space{padding-top:calc(25px + 65 * (100vw - 320px) / 1600)}.section-b-space{padding-bottom:calc(25px + 65 * (100vw - 320px) / 1600)}.mt-space{padding-top:calc(20px + 50 * (100vw - 320px) / 1600)}.mb-space{padding-bottom:calc(20px + 50 * (100vw - 320px) / 1600)}.st-space{padding-top:calc(15px + 35 * (100vw - 320px) / 1600)}.sb-space{padding-bottom:calc(15px + 35 * (100vw - 320px) / 1600)}.variant-light{background-color:rgb(242,237,228)}.variant-dark{background-color:rgb(35,35,35)}.scroll-bar{scrollbar-width:auto;scrollbar-color:rgba(var(--primary-color),1)}.scroll-bar::-webkit-scrollbar{width:5px}.scroll-bar::-webkit-scrollbar-track{background-color:rgba(var(--primary-color),0.1);border-radius:10px}.scroll-bar::-webkit-scrollbar-thumb{background-color:rgba(var(--primary-color),0.5);border-radius:6px}.scroll-bar-hide::-webkit-scrollbar{width:0}svg{height:100%}svg .start{stop-color:#f00}svg .end{stop-color:#00f}.brand-logo-wrap .swiper-slide{text-align:center}.brand-logo-wrap .swiper-slide a img{transition:all 0.2s ease-in-out}.brand-logo-wrap .swiper-slide a img:hover{filter:invert(0.6)}.line-full-effect{position:fixed;z-index:-1;pointer-events:none;user-select:none;width:100vw;height:100vh}.line-full-effect .line-list{padding-inline:calc(6px + 64 * (100vw - 320px) / 1600);pointer-events:none;user-select:none;display:flex;align-items:center;justify-content:space-between}.line-full-effect .line-list .body-line{background-color:rgba(var(--black),0.03);position:relative;width:1px;height:100vh}.line-full-effect .line-list .body-line::before{content:"";position:absolute;display:block;top:-50%;background:linear-gradient(to bottom,rgba(var(--white),0) 0%,rgba(var(--black),0.15) 75%,rgba(var(--black),0.15) 100%);animation:drop 7s infinite cubic-bezier(0.4,0.26,0,0.97);animation-fill-mode:forwards;left:0;width:1px;height:15vh}.line-full-effect .line-list .body-line:nth-child(1)::before{animation-delay:0s}.line-full-effect .line-list .body-line:nth-child(2)::before{animation-delay:1s}.line-full-effect .line-list .body-line:nth-child(3)::before{animation-delay:2s}.line-full-effect .line-list .body-line:nth-child(4)::before{animation-delay:3s}.line-full-effect .line-list .body-line:nth-child(5)::before{animation-delay:4s}.line-full-effect .line-list .body-line:nth-child(6)::before{animation-delay:5s}.line-full-effect .line-list .body-line:nth-child(7)::before{animation-delay:6s}[class^=ri-],[class*=" ri-"]{font-weight:normal}.marquee{overflow:hidden;display:flex;align-items:center;white-space:nowrap;gap:calc(15px + 25 * (100vw - 320px) / 1600)}.marquee .features{gap:calc(15px + 25 * (100vw - 320px) / 1600);height:50px;user-select:none;pointer-events:none;display:flex;flex-shrink:0;align-items:center;animation:slide-left 20s linear infinite}.marquee .features p{font-family:var(--play);font-weight:600;color:rgba(var(--content-color),0.4);font-size:calc(20px + 32 * (100vw - 320px) / 1600);line-height:calc(26px + 7 * (100vw - 320px) / 1600);letter-spacing:0.4px;width:max-content}.marquee .features p .ellipse{margin-right:calc(15px + 25 * (100vw - 320px) / 1600);width:calc(18px + 12 * (100vw - 320px) / 1600)}[dir=rtl] .marquee .features p .ellipse{margin-left:calc(15px + 25 * (100vw - 320px) / 1600);margin-right:unset}.text-primary-color{color:rgba(var(--primary-color),1)!important}.bg-primary-color{background-color:rgba(var(--primary-color),1)!important;border-color:rgba(var(--primary-color),1)!important;color:#fff!important}.bg-primary-color:hover{background-color:transparent!important;color:rgba(var(--primary-color),1)!important}.badge-primary-color{background-color:rgba(var(--primary-color),0.08);color:rgba(var(--primary-color),1)!important;border:1px solid rgba(var(--primary-color),0.2)}.bank-bg-primary-color{background-color:rgba(var(--primary-color),0.1)!important;box-shadow:2px 2px 15px rgba(var(--primary-color),0.1)!important;color:rgba(var(--primary-color),1)!important}.border-primary-color{border:1px solid rgba(var(--primary-color),1);color:rgba(var(--primary-color),1)!important;background-color:transparent!important}.border-primary-color:hover{background-color:rgba(var(--primary-color),1)!important;color:#fff!important}.text-black{color:rgba(var(--black),1)!important}.bg-black{background-color:rgba(var(--black),1)!important;border-color:rgba(var(--black),1)!important;color:#fff!important}.bg-black:hover{background-color:transparent!important;color:rgba(var(--black),1)!important}.badge-black{background-color:rgba(var(--black),0.08);color:rgba(var(--black),1)!important;border:1px solid rgba(var(--black),0.2)}.bank-bg-black{background-color:rgba(var(--black),0.1)!important;box-shadow:2px 2px 15px rgba(var(--black),0.1)!important;color:rgba(var(--black),1)!important}.border-black{border:1px solid rgba(var(--black),1);color:rgba(var(--black),1)!important;background-color:transparent!important}.border-black:hover{background-color:rgba(var(--black),1)!important;color:#fff!important}.text-white{color:rgba(var(--white),1)!important}.bg-white{background-color:rgba(var(--white),1)!important;border-color:rgba(var(--white),1)!important;color:#fff!important}.bg-white:hover{background-color:transparent!important;color:rgba(var(--white),1)!important}.badge-white{background-color:rgba(var(--white),0.08);color:rgba(var(--white),1)!important;border:1px solid rgba(var(--white),0.2)}.bank-bg-white{background-color:rgba(var(--white),0.1)!important;box-shadow:2px 2px 15px rgba(var(--white),0.1)!important;color:rgba(var(--white),1)!important}.border-white{border:1px solid rgba(var(--white),1);color:rgba(var(--white),1)!important;background-color:transparent!important}.border-white:hover{background-color:rgba(var(--white),1)!important;color:#fff!important}.text-star{color:rgba(var(--star),1)!important}.bg-star{background-color:rgba(var(--star),1)!important;border-color:rgba(var(--star),1)!important;color:#fff!important}.bg-star:hover{background-color:transparent!important;color:rgba(var(--star),1)!important}.badge-star{background-color:rgba(var(--star),0.08);color:rgba(var(--star),1)!important;border:1px solid rgba(var(--star),0.2)}.bank-bg-star{background-color:rgba(var(--star),0.1)!important;box-shadow:2px 2px 15px rgba(var(--star),0.1)!important;color:rgba(var(--star),1)!important}.border-star{border:1px solid rgba(var(--star),1);color:rgba(var(--star),1)!important;background-color:transparent!important}.border-star:hover{background-color:rgba(var(--star),1)!important;color:#fff!important}.text-border-color{color:rgba(var(--border-color),1)!important}.bg-border-color{background-color:rgba(var(--border-color),1)!important;border-color:rgba(var(--border-color),1)!important;color:#fff!important}.bg-border-color:hover{background-color:transparent!important;color:rgba(var(--border-color),1)!important}.badge-border-color{background-color:rgba(var(--border-color),0.08);color:rgba(var(--border-color),1)!important;border:1px solid rgba(var(--border-color),0.2)}.bank-bg-border-color{background-color:rgba(var(--border-color),0.1)!important;box-shadow:2px 2px 15px rgba(var(--border-color),0.1)!important;color:rgba(var(--border-color),1)!important}.border-border-color{border:1px solid rgba(var(--border-color),1);color:rgba(var(--border-color),1)!important;background-color:transparent!important}.border-border-color:hover{background-color:rgba(var(--border-color),1)!important;color:#fff!important}.text-title-color{color:rgba(var(--title-color),1)!important}.bg-title-color{background-color:rgba(var(--title-color),1)!important;border-color:rgba(var(--title-color),1)!important;color:#fff!important}.bg-title-color:hover{background-color:transparent!important;color:rgba(var(--title-color),1)!important}.badge-title-color{background-color:rgba(var(--title-color),0.08);color:rgba(var(--title-color),1)!important;border:1px solid rgba(var(--title-color),0.2)}.bank-bg-title-color{background-color:rgba(var(--title-color),0.1)!important;box-shadow:2px 2px 15px rgba(var(--title-color),0.1)!important;color:rgba(var(--title-color),1)!important}.border-title-color{border:1px solid rgba(var(--title-color),1);color:rgba(var(--title-color),1)!important;background-color:transparent!important}.border-title-color:hover{background-color:rgba(var(--title-color),1)!important;color:#fff!important}.text-content-color{color:rgba(var(--content-color),1)!important}.bg-content-color{background-color:rgba(var(--content-color),1)!important;border-color:rgba(var(--content-color),1)!important;color:#fff!important}.bg-content-color:hover{background-color:transparent!important;color:rgba(var(--content-color),1)!important}.badge-content-color{background-color:rgba(var(--content-color),0.08);color:rgba(var(--content-color),1)!important;border:1px solid rgba(var(--content-color),0.2)}.bank-bg-content-color{background-color:rgba(var(--content-color),0.1)!important;box-shadow:2px 2px 15px rgba(var(--content-color),0.1)!important;color:rgba(var(--content-color),1)!important}.border-content-color{border:1px solid rgba(var(--content-color),1);color:rgba(var(--content-color),1)!important;background-color:transparent!important}.border-content-color:hover{background-color:rgba(var(--content-color),1)!important;color:#fff!important}.text-background{color:rgba(var(--background),1)!important}.bg-background{background-color:rgba(var(--background),1)!important;border-color:rgba(var(--background),1)!important;color:#fff!important}.bg-background:hover{background-color:transparent!important;color:rgba(var(--background),1)!important}.badge-background{background-color:rgba(var(--background),0.08);color:rgba(var(--background),1)!important;border:1px solid rgba(var(--background),0.2)}.bank-bg-background{background-color:rgba(var(--background),0.1)!important;box-shadow:2px 2px 15px rgba(var(--background),0.1)!important;color:rgba(var(--background),1)!important}.border-background{border:1px solid rgba(var(--background),1);color:rgba(var(--background),1)!important;background-color:transparent!important}.border-background:hover{background-color:rgba(var(--background),1)!important;color:#fff!important}.text-error{color:rgba(var(--error),1)!important}.bg-error{background-color:rgba(var(--error),1)!important;border-color:rgba(var(--error),1)!important;color:#fff!important}.bg-error:hover{background-color:transparent!important;color:rgba(var(--error),1)!important}.badge-error{background-color:rgba(var(--error),0.08);color:rgba(var(--error),1)!important;border:1px solid rgba(var(--error),0.2)}.bank-bg-error{background-color:rgba(var(--error),0.1)!important;box-shadow:2px 2px 15px rgba(var(--error),0.1)!important;color:rgba(var(--error),1)!important}.border-error{border:1px solid rgba(var(--error),1);color:rgba(var(--error),1)!important;background-color:transparent!important}.border-error:hover{background-color:rgba(var(--error),1)!important;color:#fff!important}.text-theme-dark{color:rgba(var(--theme-dark),1)!important}.bg-theme-dark{background-color:rgba(var(--theme-dark),1)!important;border-color:rgba(var(--theme-dark),1)!important;color:#fff!important}.bg-theme-dark:hover{background-color:transparent!important;color:rgba(var(--theme-dark),1)!important}.badge-theme-dark{background-color:rgba(var(--theme-dark),0.08);color:rgba(var(--theme-dark),1)!important;border:1px solid rgba(var(--theme-dark),0.2)}.bank-bg-theme-dark{background-color:rgba(var(--theme-dark),0.1)!important;box-shadow:2px 2px 15px rgba(var(--theme-dark),0.1)!important;color:rgba(var(--theme-dark),1)!important}.border-theme-dark{border:1px solid rgba(var(--theme-dark),1);color:rgba(var(--theme-dark),1)!important;background-color:transparent!important}.border-theme-dark:hover{background-color:rgba(var(--theme-dark),1)!important;color:#fff!important}.text-success-color{color:rgba(var(--success-color),1)!important}.bg-success-color{background-color:rgba(var(--success-color),1)!important;border-color:rgba(var(--success-color),1)!important;color:#fff!important}.bg-success-color:hover{background-color:transparent!important;color:rgba(var(--success-color),1)!important}.badge-success-color{background-color:rgba(var(--success-color),0.08);color:rgba(var(--success-color),1)!important;border:1px solid rgba(var(--success-color),0.2)}.bank-bg-success-color{background-color:rgba(var(--success-color),0.1)!important;box-shadow:2px 2px 15px rgba(var(--success-color),0.1)!important;color:rgba(var(--success-color),1)!important}.border-success-color{border:1px solid rgba(var(--success-color),1);color:rgba(var(--success-color),1)!important;background-color:transparent!important}.border-success-color:hover{background-color:rgba(var(--success-color),1)!important;color:#fff!important}.text-theme-light-dark{color:rgba(var(--theme-light-dark),1)!important}.bg-theme-light-dark{background-color:rgba(var(--theme-light-dark),1)!important;border-color:rgba(var(--theme-light-dark),1)!important;color:#fff!important}.bg-theme-light-dark:hover{background-color:transparent!important;color:rgba(var(--theme-light-dark),1)!important}.badge-theme-light-dark{background-color:rgba(var(--theme-light-dark),0.08);color:rgba(var(--theme-light-dark),1)!important;border:1px solid rgba(var(--theme-light-dark),0.2)}.bank-bg-theme-light-dark{background-color:rgba(var(--theme-light-dark),0.1)!important;box-shadow:2px 2px 15px rgba(var(--theme-light-dark),0.1)!important;color:rgba(var(--theme-light-dark),1)!important}.border-theme-light-dark{border:1px solid rgba(var(--theme-light-dark),1);color:rgba(var(--theme-light-dark),1)!important;background-color:transparent!important}.border-theme-light-dark:hover{background-color:rgba(var(--theme-light-dark),1)!important;color:#fff!important}.text-yellow{color:rgba(var(--yellow),1)!important}.bg-yellow{background-color:rgba(var(--yellow),1)!important;border-color:rgba(var(--yellow),1)!important;color:#fff!important}.bg-yellow:hover{background-color:transparent!important;color:rgba(var(--yellow),1)!important}.badge-yellow{background-color:rgba(var(--yellow),0.08);color:rgba(var(--yellow),1)!important;border:1px solid rgba(var(--yellow),0.2)}.bank-bg-yellow{background-color:rgba(var(--yellow),0.1)!important;box-shadow:2px 2px 15px rgba(var(--yellow),0.1)!important;color:rgba(var(--yellow),1)!important}.border-yellow{border:1px solid rgba(var(--yellow),1);color:rgba(var(--yellow),1)!important;background-color:transparent!important}.border-yellow:hover{background-color:rgba(var(--yellow),1)!important;color:#fff!important}.text-theme-light{color:rgba(var(--theme-light),1)!important}.bg-theme-light{background-color:rgba(var(--theme-light),1)!important;border-color:rgba(var(--theme-light),1)!important;color:#fff!important}.bg-theme-light:hover{background-color:transparent!important;color:rgba(var(--theme-light),1)!important}.badge-theme-light{background-color:rgba(var(--theme-light),0.08);color:rgba(var(--theme-light),1)!important;border:1px solid rgba(var(--theme-light),0.2)}.bank-bg-theme-light{background-color:rgba(var(--theme-light),0.1)!important;box-shadow:2px 2px 15px rgba(var(--theme-light),0.1)!important;color:rgba(var(--theme-light),1)!important}.border-theme-light{border:1px solid rgba(var(--theme-light),1);color:rgba(var(--theme-light),1)!important;background-color:transparent!important}.border-theme-light:hover{background-color:rgba(var(--theme-light),1)!important;color:#fff!important}.bg-overlay{position:fixed;top:0;left:0;background-color:rgba(1,1,1,0.4);z-index:11;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;width:100%;height:100%}.bg-overlay.show{opacity:1;visibility:visible}.navbar-overlay{position:fixed;top:0;left:0;background-color:rgba(23,23,23,0.4);z-index:-1;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;width:100%;height:100%}.navbar-overlay.show{opacity:1;visibility:visible}.sticky{position:sticky;top:120px;left:0}.sticky.off-50{top:50px}.sticky.off-88{top:88px}.border-top,.border-end,.border-bottom,.border-start{border-color:rgba(var(--border-color),1)!important}.animation-none{animation:none!important}.bg-background-color{background-color:rgba(var(--background),0.7)}.hover-effect{width:100%;height:100%;margin:0;padding:0;background-color:#fff;overflow:hidden}.hover-effect:hover{opacity:1;animation:flash 1.5s}body{font-family:var(--roboto);background-color:rgba(var(--white),1);font-size:14px;font-weight:400;color:rgba(var(--title-color),1);padding-inline:0!important;position:relative}p{margin-bottom:0}ul,ol{margin:0;padding:0;list-style:none}li{display:inline-block}a{text-decoration:none;color:rgba(var(--primary-color),1)}h1{font-size:calc(36px + 40 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:0}h2,.h2{font-size:calc(25px + 15 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:0}h3,.h3{font-size:calc(20px + 16 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:0}h4,.h4{font-size:calc(18px + 6 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:0}h5,.h5{font-weight:500;font-size:calc(14px + 6 * (100vw - 320px) / 1600);margin-bottom:0}h6,.h6{font-size:calc(14px + 4 * (100vw - 320px) / 1600);margin-bottom:0;font-weight:500}p,a{font-size:calc(14px + 4 * (100vw - 320px) / 1600);line-height:1.5}span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1.2;color:rgba(var(--content-color),1)}.nm-page span{font-size:inherit;line-height:inherit;color:inherit}.blog-box{position:relative;padding:calc(8px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}.blog-box .blog-img{position:relative;margin-bottom:10px}.blog-box .blog-img img{aspect-ratio:9/5;border-radius:calc(7px + 5 * (100vw - 320px) / 1600);position:relative}.blog-box .blog-img .date{position:absolute;bottom:calc(6px + 4 * (100vw - 320px) / 1600);right:calc(6px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);color:rgba(var(--primary-color),1);border-radius:calc(4px + 6 * (100vw - 320px) / 1600);padding:10px;text-align:center;font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1;width:calc(44px + 6 * (100vw - 320px) / 1600);height:calc(44px + 6 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}[dir=rtl] .blog-box .blog-img .date{right:unset;left:calc(6px + 4 * (100vw - 320px) / 1600)}.blog-box .blog-content .blog-tag{color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400}.blog-box .blog-content h4{margin-block:calc(2px + 2 * (100vw - 320px) / 1600) calc(3px + 1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.blog-box .blog-content p{color:rgba(var(--content-color),1);margin-bottom:0;position:relative;font-size:calc(14px + 2 * (100vw - 320px) / 1600);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.blog-box .blog-content .btn{display:flex;align-items:center;gap:calc(6px + 4 * (100vw - 320px) / 1600);margin-top:calc(8px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--primary-color),1);font-size:calc(16px + 2 * (100vw - 320px) / 1600);border:none;line-height:1;padding:0;letter-spacing:unset}.blog-box .blog-content .btn svg{color:rgba(var(--primary-color),1);margin-top:calc(1px + 3 * (100vw - 320px) / 1600);width:calc(18px + 2 * (100vw - 320px) / 1600);height:calc(16px + 4 * (100vw - 320px) / 1600)}.blog-box .blog-content .read-more-btn{background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);border-radius:6px;gap:calc(4px + 2 * (100vw - 320px) / 1600);margin-top:calc(11px + 2 * (100vw - 320px) / 1600);font-weight:400;line-height:1;display:inline-flex;align-items:center}.blog-box .blog-content .read-more-btn svg{width:22px;height:22px}.blog-box .blog-content .read-more-btn i{line-height:1;font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.blog-box.style-6{padding:0;border:none;border-radius:0}.blog-box.style-6 .blog-img{overflow:hidden}.blog-box.style-6 .blog-img img{border-radius:0;aspect-ratio:unset}.blog-box.style-6 .blog-img .date{bottom:-60px;transition:all 0.2s ease-in-out}.blog-box.style-6 .blog-content h4{font-size:calc(14px + 6 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.blog-box.style-6 .blog-content p::after{display:none}.blog-box.style-6 .blog-content a{border-radius:0;background-color:transparent;color:rgba(var(--primary-color),1);padding:0;font-weight:500}.blog-box.style-6 .blog-content a svg{transition:all 0.2s ease-in-out}.blog-box.style-6:hover .blog-img .date{bottom:10px}.blog-box.style-6:hover .blog-content h5{color:rgba(var(--primary-color),1)}.blog-box.style-6:hover .blog-content a svg{margin-left:5px}.blog-box.style-7{padding:0;border:none;border-radius:0}.blog-box.style-7 .blog-img{display:block;overflow:hidden;border-radius:calc(10px + 10 * (100vw - 320px) / 1600);aspect-ratio:36/25}.blog-box.style-7 .blog-img .date{bottom:-60px;transition:all 0.2s ease-in-out}.blog-box.style-7 .blog-content a{margin:0}.blog-box.style-7 .blog-content h4{font-size:calc(14px + 6 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.blog-box.style-7 .blog-content p::after{display:none}.blog-box.style-7:hover .blog-img .date{bottom:10px}.blog-box.style-7:hover .blog-content h5{color:rgba(var(--primary-color),1)}.blog-dark-box{background-color:rgba(var(--white),1);padding:0 calc(18px + 62 * (100vw - 575px) / 1345);text-align:center;z-index:0;position:relative;transition:all 0.2s ease-in-out;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media (max-width:1199.98px){.blog-dark-box{background-color:rgba(var(--background),1)}}@media (max-width:575.98px){.blog-dark-box{padding:calc(12px + 6 * (100vw - 320px) / 255);background-color:#bfcfd9}}.blog-dark-box h4{font-size:calc(22px + 8 * (100vw - 320px) / 1600);font-family:var(--play);color:rgba(var(--primary-color),1);margin-bottom:calc(6px + 8 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}@media (max-width:575.98px){.blog-dark-box h4{color:rgba(var(--white),1)}}.blog-dark-box p{color:rgba(var(--content-color),1);margin-bottom:calc(10px + 2 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}@media (max-width:575.98px){.blog-dark-box p{color:rgba(var(--white),0.8)}}.blog-dark-box a{color:rgba(var(--theme-dark),1);font-weight:600;transform:scale(0);transition:all 0.2s ease-in-out}.blog-dark-box a svg{margin:0 2px;width:18px;height:18px}.blog-dark-box .blog-icon{position:absolute;top:4%;right:4%;color:rgba(var(--primary-color),0.2);z-index:-1;transition:all 0.2s ease-in-out;transform:scale(0);width:calc(68px + 72 * (100vw - 320px) / 1600);height:calc(68px + 72 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.blog-dark-box .blog-icon{transform:scale(1)}}.blog-dark-box:hover,.blog-dark-box.active{background-color:#bfcfd9}.blog-dark-box:hover h4,.blog-dark-box.active h4{color:#232323}.blog-dark-box:hover p,.blog-dark-box.active p{color:rgba(35,35,35,0.8)}.blog-dark-box:hover .blog-icon,.blog-dark-box.active .blog-icon{transform:scale(1);animation:zoom-in-out 4s linear infinite}.blog-dark-box:hover a,.blog-dark-box.active a{transform:scale(1)}.blog-img-box{overflow:hidden;position:relative;height:100%}.blog-img-box::before{inset:0;z-index:1;background-color:rgba(var(--white),0.1);backdrop-filter:blur(3px);transform:scale(0);transition:all 0.2s ease-in-out;content:"";position:absolute;width:100%;height:100%}@media (max-width:575.98px){.blog-img-box::before{top:50%;left:50%;right:unset;bottom:unset;transform:scale(1) translate(-50%,-50%);width:calc(100% - (30px + 14 * (100vw - 320px) / 255));height:calc(100% - (30px + 14 * (100vw - 320px) / 255))}}.blog-img-box .btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);z-index:2;transition:all 0.2s ease-in-out;border-radius:calc(15px + 15 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.blog-img-box .btn{transform:scale(1) translate(-50%,-50%)}}.blog-img-box img{transition:all 0.2s ease-in-out}.blog-img-box:hover img{transform:scale(1.1) rotate(3deg)}.blog-img-box:hover::before{transform:scale(1)}@media (max-width:575.98px){.blog-img-box:hover::before{transform:scale(1) translate(-50%,-50%)}}.blog-img-box:hover .btn{transform:translate(-50%,-50%) scale(1)}.sticky-bottom-bar{position:fixed;bottom:25px;left:50%;width:60%;background:rgba(var(--white),0.85);border:1px solid rgba(var(--white),0.4);border-radius:10px;z-index:9;padding:14px 18px;backdrop-filter:blur(20px) saturate(180%);transform:translateX(-50%) translateY(150%);box-shadow:0 calc(0 + 20 * (100vw - 320px) / 1600) calc(8px + 32 * (100vw - 320px) / 1600) rgba(var(--title-color),0.12);transition:all 0.6s cubic-bezier(0.34,1.56,0.64,1)}body.sticky_cart .sticky-bottom-bar{transform:translateX(-50%) translateY(0)}@media (max-width:767.98px){body.sticky_cart .sticky-bottom-bar{transform:translateX(0) translateY(0)}}@media (max-width:575.98px){body.sticky_cart .sticky-bottom-bar{transform:translateX(calc(-50% - 15px)) translateY(0)}}@media (max-width:1450px){.sticky-bottom-bar{width:70%}}@media (max-width:1250px){.sticky-bottom-bar{width:80%}}@media (max-width:991.98px){.sticky-bottom-bar{border-radius:calc(10px + 10 * (100vw - 320px) / 672);padding:calc(10px + 5 * (100vw - 320px) / 672);bottom:15px;width:max-content}}@media (max-width:767.98px){.sticky-bottom-bar{bottom:calc(82px + 8 * (100vw - 320px) / 448);transform:translateX(0) translateY(175%);left:unset;right:15px}}@media (max-width:575.98px){.sticky-bottom-bar{width:calc(100% - 30px);left:50%;right:unset;margin-inline:15px;transform:translateX(calc(-50% - 15px)) translateY(175%)}}.sticky-bottom-bar .sticky-bar-wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px}@media (max-width:991.98px){.sticky-bottom-bar .sticky-bar-wrapper{flex-direction:column;gap:12px;align-items:unset}}@media (max-width:575.98px){.sticky-bottom-bar .sticky-bar-wrapper{align-items:unset}}.sticky-bottom-bar .sticky-product-info{gap:calc(8px + 7 * (100vw - 320px) / 1600);display:flex;align-items:center}.sticky-bottom-bar .sticky-product-info .product-image{min-width:calc(56px + 14 * (100vw - 320px) / 1600);height:calc(56px + 14 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);border-radius:calc(7px + 3 * (100vw - 320px) / 1600);padding:calc(8px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1)}.sticky-bottom-bar .sticky-product-info .product-content h4{font-size:calc(16px + 4 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:5px;-webkit-line-clamp:1;word-break:break-all;line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.sticky-bottom-bar .sticky-product-info .product-content .price{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--primary-color),1);gap:calc(4px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center}.sticky-bottom-bar .sticky-product-info .product-content .price del{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--error),1);font-weight:400}.sticky-bottom-bar .sticky-product-info .product-content .price .discount{color:rgba(var(--title-color),1);text-transform:capitalize}.sticky-bottom-bar .sticky-product-action{display:flex;align-items:center;gap:15px}@media (max-width:575.98px){.sticky-bottom-bar .sticky-product-action{width:100%;flex-wrap:wrap;justify-content:space-between;gap:10px}}.sticky-bottom-bar .sticky-product-action .variant-box{margin:0}@media (max-width:575.98px){.sticky-bottom-bar .sticky-product-action .variant-box{display:none}}.sticky-bottom-bar .sticky-product-action .variant-box .custom-slim-select{padding:11px 16px;border-radius:6px}.sticky-bottom-bar .sticky-product-action .variant-box .custom-slim-select .ss-values .ss-single{font-weight:400}@media (max-width:575.98px){.sticky-bottom-bar .sticky-product-action .variant-box{width:100%}}.sticky-bottom-bar .sticky-product-action .qty-control{background-color:rgba(var(--white),0.5);border:1px solid rgba(var(--border-color),1);border-radius:calc(6px + 2 * (100vw - 576px) / 1344);overflow:hidden;width:100%;min-width:calc(122px + 30 * (100vw - 576px) / 1344);display:flex;justify-content:space-between}@media (max-width:575.98px){.sticky-bottom-bar .sticky-product-action .qty-control{display:none}}.sticky-bottom-bar .sticky-product-action .qty-control .qty-btn{transition:all 0.2s ease-in-out;width:40px;background:rgba(var(--background),1);border:none;font-size:20px;cursor:pointer;color:rgba(var(--title-color),1);display:grid;place-items:center;padding:0}.sticky-bottom-bar .sticky-product-action .qty-control .qty-btn:hover{color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.05)}.sticky-bottom-bar .sticky-product-action .qty-control .qty-btn i{font-size:18px}.sticky-bottom-bar .sticky-product-action .qty-control input{text-align:center;border:none;background-color:transparent;font-size:18px;font-weight:500;padding:0;color:rgba(var(--title-color),1);width:48px;height:calc(46px + 4 * (100vw - 767px) / 1153)}.sticky-bottom-bar .sticky-product-action .bag-btn{background-color:rgba(var(--primary-color),1);color:#fff;padding:13px 34px;font-size:calc(14px + 2 * (100vw - 320px) / 1600);gap:calc(6px + 2 * (100vw - 320px) / 1600);border:none;animation-delay:0.3s}.sticky-bottom-bar .sticky-product-action .bag-btn:hover{background-color:rgba(var(--primary-color),0.9)}.sticky-bottom-bar .sticky-product-action .bag-btn:active{transform:scale(0.98)}@media (max-width:575.98px){.sticky-bottom-bar .sticky-product-action .bag-btn{padding:calc(11px + 2 * (100vw - 320px) / 1600) 20px;display:flex;align-items:center;justify-content:center}}.breadcrumb-section{background-color:rgba(var(--background),1);position:relative;padding:calc(22px + 28 * (100vw - 320px) / 1600) 0;z-index:0}.breadcrumb-section .b-wave{position:absolute;top:0;left:0;color:rgba(var(--primary-color),1);z-index:-1}.breadcrumb-section nav{overflow:unset}.breadcrumb-section nav .breadcrumb{justify-content:center;align-items:center;margin-bottom:12px}.breadcrumb-section nav .breadcrumb .breadcrumb-item{line-height:1;font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);text-transform:capitalize}.breadcrumb-section nav .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:calc(4px + 4 * (100vw - 320px) / 1600)}[dir=rtl] .breadcrumb-section nav .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:0;padding-right:calc(4px + 4 * (100vw - 320px) / 1600)}.breadcrumb-section nav .breadcrumb .breadcrumb-item a{line-height:1;font-weight:500;font-size:calc(16px + 2 * (100vw - 320px) / 1600);gap:calc(4px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center}.breadcrumb-section nav .breadcrumb .breadcrumb-item a .iconsax{--size:calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--primary-color),1)}.breadcrumb-section nav .breadcrumb .breadcrumb-item::before{float:left;padding-left:0;color:rgba(var(--content-color),1);padding-right:calc(4px + 4 * (100vw - 320px) / 1600)}[dir=rtl] .breadcrumb-section nav .breadcrumb .breadcrumb-item::before{float:right;padding-right:0;padding-left:calc(4px + 4 * (100vw - 320px) / 1600)}.breadcrumb-section nav .breadcrumb+.breadcrumb{margin-bottom:0}.breadcrumb-section nav .breadcrumb+.breadcrumb .breadcrumb-item{font-size:calc(20px + 10 * (100vw - 320px) / 1600);font-weight:500;line-height:1}.breadcrumb-section nav .breadcrumb+.breadcrumb .breadcrumb-item.active{color:rgba(var(--title-color),0.9)}.btn{padding:calc(4px + 6 * (100vw - 320px) / 1600) calc(8px + 12 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;text-transform:capitalize;text-wrap:nowrap;transition:all 0.2s ease-in-out;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);letter-spacing:0.05em;color:rgba(var(--title-color),1);position:relative}.btn:active{border:2px solid transparent}.btn-lg{font-size:calc(14px + 4 * (100vw - 320px) / 1600);padding:calc(4px + 11 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600)}.btn-sm{padding:calc(4px + 3 * (100vw - 320px) / 1600) calc(8px + 22 * (100vw - 320px) / 1600)}.btn-load-more{margin-inline:auto;background-color:rgba(var(--primary-color),1);color:#fff;border-radius:100px;padding-inline:calc(28px + 27 * (100vw - 320px) / 1600);margin-top:calc(20px + 13 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.btn-load-more:hover{background-color:transparent;border-color:rgba(var(--primary-color),1);color:rgba(var(--primary-color),1)}.btn-load-more:disabled{border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),1);color:rgba(var(--white),1);cursor:not-allowed}.btn-light-background{background-color:rgba(var(--background),1);color:rgba(var(--title-color),0.8);border:1px solid rgba(var(--border-color),1)}.btn-light-background:hover{background-color:transparent;color:rgba(var(--title-color),0.8);border-color:rgba(var(--border-color),1)}.btn-hover{position:relative;overflow:hidden}.btn-hover::before,.btn-hover::after{content:"";position:absolute;display:block;background-color:rgba(255,255,255,0.2);width:60px;height:100%;left:0;top:0;opacity:0.5;filter:blur(30px);transform:translateX(-100px) skewX(-30deg)}.btn-hover::after{background-color:rgba(255,255,255,0.8);width:30px;left:30px;opacity:0;filter:blur(5px)}.btn-hover:hover{cursor:pointer;color:rgba(var(--white),1)}.btn-hover:hover::before,.btn-hover:hover::after{transform:translateX(300px) skewX(-35deg);opacity:0.6;transition:0.7s all ease-in-out}.btn-hover:hover:after{opacity:1}.dark-btn{background-color:rgba(var(--title-color),1);border:2px solid rgba(var(--title-color),1);color:rgba(var(--white),1)}.dark-btn:hover{background-color:rgba(var(--title-color),1)}.theme-btn{color:#fff;background-color:rgba(var(--primary-color),1);border:1px solid rgba(var(--primary-color),1)}.theme-btn:hover{background-color:transparent;color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.theme-btn:active{background-color:rgba(var(--primary-color),1)!important;color:#fff!important;border-color:rgba(var(--primary-color),1)!important}.theme-btn.disabled,.theme-btn:disabled,.theme-btn fieldset:disabled .btn{color:#fff;background-color:rgba(var(--primary-color),1)}.proceed-btn{margin-top:calc(12px + 8 * (100vw - 320px) / 1600);width:100%;font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;border-radius:calc(4px + 2 * (100vw - 320px) / 1600);letter-spacing:calc(0.4px + 0.4 * (100vw - 320px) / 1600);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);color:#fff}.proceed-btn::before,.proceed-btn::after{content:none}.proceed-btn:hover{background-color:transparent;border-color:rgba(var(--primary-color),1);color:rgba(var(--primary-color),1)}.buy-btn{width:100%;padding:calc(8px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);color:#fff;border:none;font-size:calc(16px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px;border-radius:calc(6px + 2 * (100vw - 320px) / 1600)}.buy-btn.disabled,.buy-btn:disabled,fieldset:disabled .buy-btn{background-color:rgba(var(--primary-color),1);color:#fff;border:none;cursor:not-allowed;opacity:0.5}.buy-btn:hover{background-color:rgba(var(--primary-color),0.85);color:#fff}.bag-btn{width:100%;padding:12px;background-color:rgba(var(--white),1);color:rgba(var(--title-color),1);border:1px solid rgba(var(--border-color),1);gap:8px;letter-spacing:0.3px;border-radius:8px;animation:shake-periodic 5s linear infinite;transition:all 0.15s ease-in-out;display:flex;align-items:center;justify-content:center}.bag-btn:hover{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff}.bag-btn i{font-size:18px;line-height:1}.cookie-bar-box{position:fixed;backdrop-filter:blur(16px);z-index:10;background-color:rgba(var(--white),1);border-radius:calc(10px + 6 * (100vw - 320px) / 1600);padding:20px;width:100%;max-width:500px;gap:20px;border:none;opacity:0;visibility:hidden;overflow:hidden;bottom:24px;right:24px;display:grid;transition:all 0.25s ease-in-out;box-shadow:0 10px 40px rgba(0,0,0,0.1)}[dir=rtl] .cookie-bar-box{right:unset;left:24px}.cookie-bar-box.show{opacity:1;visibility:visible}@media (max-width:991.98px){.cookie-bar-box{text-align:center;bottom:calc(15px + 5 * (100vw - 320px) / 672);padding:calc(16px + 9 * (100vw - 320px) / 672);gap:calc(12px + 8 * (100vw - 320px) / 672)}}@media (max-width:575.98px){.cookie-bar-box{left:50%;transform:translateX(-50%);width:calc(100% - (30px + 18 * (100vw - 320px) / 256))}[dir=rtl] .cookie-bar-box{left:50%}}.cookie-bar-box .cookie-text{z-index:1;width:100%}.cookie-bar-box .cookie-text h5{font-size:calc(20px + 2 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(5px + 2 * (100vw - 320px) / 1600);letter-spacing:0.5px}.cookie-bar-box .cookie-text p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.cookie-bar-box .cookie-text p a{color:#1e293b;text-decoration:underline;font-weight:600}.cookie-bar-box .cookie-icon-bg{position:absolute;top:calc(-42px + -8 * (100vw - 320px) / 1600);right:calc(-22px + -18 * (100vw - 320px) / 1600);font-size:calc(94px + 46 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.04);transform:rotate(15deg);z-index:0;pointer-events:none;display:block}[dir=rtl] .cookie-bar-box .cookie-icon-bg{right:unset;left:calc(-22px + -18 * (100vw - 320px) / 1600);transform:rotate(-15deg) scaleX(-1)}.cookie-bar-box .cookie-content{display:flex;align-items:center;gap:20px}@media (max-width:575.98px){.cookie-bar-box .cookie-content{flex-direction:column;gap:15px}}.cookie-bar-box .cookie-content .cookie-icon{min-width:50px;height:50px;background:rgba(var(--primary-color),0.1);border-radius:50%;font-size:24px;color:rgba(var(--primary-color),1);display:flex;align-items:center;justify-content:center}.cookie-bar-box .cookie-content p{font-weight:500;font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.cookie-bar-box .cookie-content p .text-dark{color:rgba(var(--primary-color),1);font-weight:700}.cookie-bar-box .cookie-content p a{color:rgba(var(--primary-color),1);font-weight:600;position:relative;font-size:14px;text-decoration:underline}.cookie-bar-box .cookie-btns{gap:calc(8px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center}.cookie-bar-box .cookie-btns button{width:100%;padding:calc(8px + 2 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.3px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.cookie-bar-box .cookie-btns button.btn-accept{background:rgba(var(--primary-color),1);color:#fff;border:2px solid rgba(var(--primary-color),1)}.cookie-bar-box .cookie-btns button.btn-accept:hover,.cookie-bar-box .cookie-btns button.btn-accept:active{background-color:transparent;color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),0.9)}.cookie-bar-box .cookie-btns button.btn-decline{background-color:transparent;border:2px solid rgba(var(--border-color),1);color:rgba(var(--content-color),1)}.cookie-bar-box .cookie-btns button.btn-decline:hover{background-color:rgba(var(--border-color),0.4);border-color:rgba(var(--border-color),1)}.cookie-bar-box.style-2{text-align:center;gap:12px;overflow:visible;bottom:-50px;opacity:0;visibility:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.1)}.cookie-bar-box.style-2.show{bottom:24px;opacity:1;visibility:visible}.cookie-bar-box.style-2 .cookie-img{margin-top:-65px;position:relative}.cookie-bar-box.style-2 .cookie-img img{width:85px;transition:all 0.15s ease-in-out}.cookie-bar-box.style-2 .cookie-img img:hover{transform:scale(1.05) rotate(5deg)}.cookie-bar-box.style-2 .cookie-content{text-align:center;display:flex;flex-direction:column;gap:12px}.cookie-bar-box.style-2 .cookie-content .cookie-icon{display:none}.cookie-bar-box.style-2 .cookie-content h5{font-size:22px;font-weight:800;color:#3f2a1d;font-family:var(--roboto);margin:0}.cookie-bar-box.style-2 .cookie-content p .text-dark{color:#000;font-weight:600}.cookie-bar-box.style-2 .cookie-links{width:100%;text-align:center}.cookie-bar-box.style-2 .cookie-links .btn-link{background-color:transparent;border:none;color:rgba(var(--title-color),1);font-size:15px;font-weight:500;letter-spacing:0.4px;padding:0;display:inline-block}.cookie-bar-box.style-2 .cookie-links .btn-link:hover{text-decoration:underline;color:rgba(var(--title-color),0.8)}.cookie-bar-box.style-2 .cookie-btns{justify-content:center;margin-top:10px}@media (max-width:575.98px){.cookie-bar-box.style-2 .cookie-btns{flex-direction:column}}.cookie-bar-box.style-2 .cookie-btns button{width:100%;max-width:150px;padding:12px 24px;border-radius:50px}.cookie-bar-box.style-2 .cookie-btns button.btn-customize{background-color:transparent;color:rgba(var(--primary-color),1);border:2px solid rgba(var(--primary-color),1);margin:0}.cookie-bar-box.style-2 .cookie-btns button.btn-customize:hover{background-color:rgba(var(--primary-color),1);color:#fff}.cookie-bar-box.style-2 .cookie-btns button.btn-decline{display:none}.cookie-bar-box.style-3{padding:calc(12px + 8 * (100vw - 320px) / 1600);max-width:450px;left:24px;right:unset;display:block;text-align:unset}[dir=rtl] .cookie-bar-box.style-3{left:unset;right:24px}@media (max-width:575.98px){.cookie-bar-box.style-3{max-width:calc(100% - (24px + 6 * (100vw - 320px) / 256));left:50%;transform:translateX(-50%)}[dir=rtl] .cookie-bar-box.style-3{right:unset;left:50%}}@media (max-width:480px){.cookie-bar-box.style-3{text-align:center}}.cookie-bar-box.style-3 .cookie-header{display:flex;align-items:center;gap:calc(6px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(8px + 7 * (100vw - 320px) / 1600)}@media (max-width:480px){.cookie-bar-box.style-3 .cookie-header{justify-content:center}}.cookie-bar-box.style-3 .cookie-header span{font-size:calc(16px + 4 * (100vw - 320px) / 1600)}.cookie-bar-box.style-3 .cookie-header h5{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:600}.cookie-bar-box.style-3 .cookie-content{margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600);display:block}.cookie-bar-box.style-3 .cookie-footer{display:flex;align-items:center;justify-content:space-between;gap:calc(10px + 5 * (100vw - 320px) / 1600)}.cookie-bar-box.style-3 .cookie-footer .btn-accept,.cookie-bar-box.style-3 .cookie-footer .manage-prefs{border:none;padding:calc(8px + 2 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:500;width:100%;font-size:calc(14px + 2 * (100vw - 320px) / 1600);cursor:pointer;transition:all 0.25s ease-in-out}.cookie-bar-box.style-3 .cookie-footer .manage-prefs{background-color:rgba(var(--border-color),0.5);color:rgba(var(--content-color),1)}.cookie-bar-box.style-3 .cookie-footer .btn-accept{background-color:rgba(var(--primary-color),1);color:#fff}.cookie-bar-box.style-3 .cookie-footer .btn-accept:hover{background-color:rgba(var(--primary-color),0.95)}.cookie-bar-box.style-4{left:50%;transform:translateX(-50%) translateY(30px);max-width:1100px;background-color:rgba(var(--title-color),0.95);backdrop-filter:blur(15px);border-radius:calc(10px + 4 * (100vw - 320px) / 1600);padding:15px 30px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 20px 50px rgba(var(--title-color),0.4);gap:calc(12px + 8 * (100vw - 320px) / 1600)}.cookie-bar-box.style-4.show{transform:translateX(-50%) translateY(0)}@media (max-width:991.98px){.cookie-bar-box.style-4{width:calc(100% - (24px + 6 * (100vw - 320px) / 672));padding:calc(14px + 6 * (100vw - 320px) / 672);flex-direction:column;text-align:center}}.cookie-bar-box.style-4 .cookie-content{display:flex;align-items:center;gap:calc(8px + 7 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.cookie-bar-box.style-4 .cookie-content{flex-direction:column}}.cookie-bar-box.style-4 .cookie-content .cookie-icon{color:#fff;background:linear-gradient(135deg,rgba(var(--primary-color),1),rgba(var(--primary-color),0.7));min-width:45px;height:45px;border-radius:100%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px rgba(var(--primary-color),0.3)}.cookie-bar-box.style-4 .cookie-content .cookie-text p{color:rgba(255,255,255,0.75);font-size:calc(14px + 2 * (100vw - 320px) / 672);font-weight:400;line-height:1.3}.cookie-bar-box.style-4 .cookie-content .cookie-text p a{color:rgb(255,255,255);text-decoration:underline;text-underline-offset:4px;font-weight:500;text-transform:capitalize}.cookie-bar-box.style-4 .cookie-btns{display:flex;align-items:center;gap:calc(8px + 7 * (100vw - 320px) / 1600)}.cookie-bar-box.style-4 .cookie-btns .btn-accept{background-color:rgba(var(--white),1);color:rgba(var(--title-color),1);border:none;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(16px + 9 * (100vw - 320px) / 1600);white-space:nowrap}.cookie-bar-box.style-4 .cookie-btns .btn-accept:hover{background:rgba(var(--primary-color),1);color:#fff}.cookie-bar-box.style-4 .cookie-btns .btn-close{background:hsla(0,0%,100%,0.18);border:none;color:#fff;height:calc(37px + 4 * (100vw - 320px) / 1600);min-width:calc(37px + 4 * (100vw - 320px) / 1600);padding:0;opacity:1;box-shadow:none;display:flex;align-items:center;justify-content:center}.cookie-bar-box.style-4 .cookie-btns .btn-close:hover{background:rgba(255,255,255,0.2)}.cookie-bar-box.style-4 .cookie-btns .btn-close i{font-size:20px}.cookie-bar-box.style-5{bottom:0;left:0;max-width:100%;background-color:rgba(var(--title-color),0.88);padding:15px 5%;border-radius:0;backdrop-filter:blur(5px);opacity:1;visibility:visible;display:flex;align-items:center;justify-content:space-between;transition:all 0.5s ease-in-out;transform:translateY(200px)}[dir=rtl] .cookie-bar-box.style-5{left:unset;right:0}.cookie-bar-box.style-5.show{transform:translateY(0)}@media (max-width:991.98px){.cookie-bar-box.style-5{flex-direction:column;text-align:center;padding:calc(14px + 6 * (100vw - 320px) / 672) calc(10px + 10 * (100vw - 320px) / 672)}}@media (max-width:575.98px){.cookie-bar-box.style-5{width:100%}}.cookie-bar-box.style-5 .cookie-content{display:flex;align-items:center;text-align:left}[dir=rtl] .cookie-bar-box.style-5 .cookie-content{text-align:right}@media (max-width:991.98px){.cookie-bar-box.style-5 .cookie-content{text-align:center}[dir=rtl] .cookie-bar-box.style-5 .cookie-content{text-align:center}}.cookie-bar-box.style-5 .cookie-content .cookie-icon{display:none}.cookie-bar-box.style-5 .cookie-content .cookie-text p{color:rgba(var(--white),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1.4;letter-spacing:0.3px;font-weight:400}.cookie-bar-box.style-5 .cookie-content .cookie-text p a{text-transform:capitalize;text-decoration:underline;text-underline-offset:1px;transition:all 0.2s ease-in-out}.cookie-bar-box.style-5 .cookie-content .cookie-text p a:hover{opacity:0.8}.cookie-bar-box.style-5 .cookie-btns{display:flex;align-items:center;flex-shrink:0}.cookie-bar-box.style-5 .cookie-btns .btn-decline{display:none}.cookie-bar-box.style-5 .cookie-btns .btn-accept{background-color:rgba(var(--primary-color),1);color:#fff;border:none;padding:8px 24px}.cookie-bar-box.style-5 .cookie-btns .btn-accept:hover{background-color:rgba(var(--primary-color),0.8);color:#fff}.cookie-bar-box.style-6{left:50%;transform:translateX(-50%) translateY(40px);width:100%;max-width:900px;background-color:rgba(var(--white),1);padding:12px 20px;border:1px solid rgba(var(--border-color),1);display:flex;align-items:center;justify-content:space-between;transition:all 0.6s cubic-bezier(0.23,1,0.32,1)}.cookie-bar-box.style-6.show{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}@media (max-width:991.98px){.cookie-bar-box.style-6{width:calc(100% - (30px + 10 * (100vw - 320px) / 672));border-radius:calc(8px + 4 * (100vw - 320px) / 672);text-align:center;padding:calc(12px + 8 * (100vw - 320px) / 672);flex-direction:column}}.cookie-bar-box.style-6 .cookie-content{display:flex;align-items:center;gap:calc(8px + 4 * (100vw - 320px) / 1600);text-align:left}[dir=rtl] .cookie-bar-box.style-6 .cookie-content{text-align:right}@media (max-width:991.98px){.cookie-bar-box.style-6 .cookie-content{flex-direction:column;text-align:center}[dir=rtl] .cookie-bar-box.style-6 .cookie-content{text-align:center}}.cookie-bar-box.style-6 .cookie-content .cookie-icon{font-size:24px;background:linear-gradient(180deg,rgb(243,243,243) 0%,rgb(252,252,252) 87%,rgb(244,244,244) 100%)}.cookie-bar-box.style-6 .cookie-content .cookie-text p{font-weight:400;font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1.3}.cookie-bar-box.style-6 .cookie-btns{display:flex;align-items:center;gap:10px;flex-shrink:0}.cookie-bar-box.style-6 .cookie-btns .btn-accept{background-color:rgba(var(--primary-color),1);color:#fff;border:none;padding:8px 20px;font-weight:500;white-space:nowrap}.cookie-bar-box.style-6 .cookie-btns .btn-accept:hover{background-color:rgba(var(--primary-color),0.8);color:#fff}.cookie-bar-box.style-6 .cookie-btns .btn-decline{background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1);color:rgba(var(--content-color),1);padding:8px 20px;transition:all 0.2s ease-in-out;white-space:nowrap}.cookie-bar-box.style-6 .cookie-btns .btn-decline:hover{background-color:#f9fafb;border-color:#d1d5db}.cookie-bar-box.style-7{bottom:30px;left:50%;transform:translateX(-50%) translateY(40px);width:100%;max-width:1100px;background-color:rgba(var(--white),1);padding:10px 25px;border-radius:100px;display:flex;align-items:center;justify-content:space-between}.cookie-bar-box.style-7.show{transform:translateX(-50%) translateY(0)}@media (max-width:991.98px){.cookie-bar-box.style-7{max-width:90%;border-radius:calc(12px + 8 * (100vw - 320px) / 672);padding:calc(14px + 6 * (100vw - 320px) / 672);flex-direction:column;text-align:center;bottom:calc(15px + 5 * (100vw - 320px) / 672)}}.cookie-bar-box.style-7 .cookie-content{display:flex;align-items:center;gap:calc(10px + 5 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.cookie-bar-box.style-7 .cookie-content{flex-direction:column}}.cookie-bar-box.style-7 .cookie-content .cookie-icon{font-size:calc(18px + 4 * (100vw - 320px) / 1600);line-height:1;min-width:calc(44px + 6 * (100vw - 320px) / 1600);height:calc(44px + 6 * (100vw - 320px) / 1600)}.cookie-bar-box.style-7 .cookie-content .cookie-text p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1.4;font-weight:400}.cookie-bar-box.style-7 .cookie-content .cookie-text p a{font-size:inherit}.cookie-bar-box.style-7 .cookie-btns{display:flex;align-items:center;gap:20px}@media (max-width:575.98px){.cookie-bar-box.style-7 .cookie-btns{width:100%;justify-content:center;gap:0}}.cookie-bar-box.style-7 .cookie-btns .btn-decline{background:transparent;border:none;color:rgba(var(--title-color),1);font-size:calc(14px + 1 * (100vw - 320px) / 672);font-weight:500;padding:0;cursor:pointer;transition:opacity 0.3s ease}.cookie-bar-box.style-7 .cookie-btns .btn-decline:hover{background-color:transparent}.cookie-bar-box.style-7 .cookie-btns .btn-accept{background-color:rgba(var(--primary-color),1);color:#fff;border:none;padding:9px 26px;border-radius:100px;font-size:16px;white-space:nowrap;transition:all 0.25s ease-in-out}.cookie-bar-box.style-7 .cookie-btns .btn-accept:hover{background-color:rgba(var(--primary-color),0.8);color:#fff;border:none}@media (max-width:575.98px){.cookie-bar-box.style-7 .cookie-btns .btn-accept{padding:10px 30px}}.product{display:flex;align-items:center;gap:10px}.counter{justify-content:space-between;gap:13px;border:1px solid rgba(var(--border-color),1);padding:calc(4px + 6 * (100vw - 320px) / 1600) calc(8px + 12 * (100vw - 320px) / 1600);border-radius:calc(15px + 15 * (100vw - 320px) / 1600)}.add-btn{border:1px solid rgba(var(--border-color),1);color:rgba(var(--title-color),1);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(16px + 4 * (100vw - 320px) / 1600);gap:30px;border-radius:100px;background-color:rgba(var(--primary-color),0.07);font-weight:500;font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1.65;display:flex;align-items:center;justify-content:space-between}@media (max-width:767.98px){.add-btn{padding:calc(8px + 4 * (100vw - 320px) / 448);background-color:transparent}}.add-btn span{color:inherit}.add-btn img{width:14px;height:14px}.increment,.decrement{background-color:transparent;cursor:pointer;border:none;padding:0}.increment img,.decrement img{width:14px;height:14px}.count{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),0.7);line-height:1.65}input:focus,input:focus-visible{outline:none}.theme-form .form-label{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);font-weight:500;letter-spacing:0.3px;margin-bottom:calc(2px + 1 * (100vw - 320px) / 1600)}.theme-form .form-label span{color:rgba(var(--error),1)}.theme-form .form-select{cursor:pointer}.theme-form .form-control,.theme-form .form-select{border-color:rgba(var(--border-color),1);padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);box-shadow:none;background-color:rgba(var(--white),1);color:rgba(var(--title-color),1);transition:all 0.25s ease-in-out;font-size:calc(14px + 2 * (100vw - 320px) / 1600);border-radius:8px}[dir=rtl] .theme-form .form-control,[dir=rtl] .theme-form .form-select{text-align:right}.theme-form .form-control::placeholder,.theme-form .form-select::placeholder{color:rgba(var(--content-color),0.9)}.theme-form .form-control.form-gray,.theme-form .form-select.form-gray{background-color:rgba(var(--background),1)}.theme-form .form-control:disabled,.theme-form .form-control.disabled,.theme-form .form-select:disabled,.theme-form .form-select.disabled{background-color:rgba(var(--border-color),0.56);color:rgba(var(--content-color),1);cursor:not-allowed}.theme-form .position-relative i{position:absolute;line-height:1;left:calc(12px + 4 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);--color:rgba(var(--content-color),1);--size:calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));font-size:18px;top:50%;transform:translateY(-50%);transition:color 0.15s ease-in-out}[dir=rtl] .theme-form .position-relative i{left:unset;right:calc(12px + 4 * (100vw - 320px) / 1600)}.theme-form .position-relative .form-control{padding-left:calc(38px + 10 * (100vw - 320px) / 1600)}[dir=rtl] .theme-form .position-relative .form-control{padding-right:calc(38px + 10 * (100vw - 320px) / 1600);padding-left:calc(12px + 4 * (100vw - 320px) / 1600)}.theme-form .position-relative .form-control:has(~.password-toggle){padding-inline:calc(38px + 10 * (100vw - 320px) / 1600)}.theme-form .position-relative:has(textarea.form-control) i{top:16px;transform:unset}.theme-form .form-control::-webkit-scrollbar{width:5px}.theme-form .form-control::-webkit-scrollbar-track{background-color:rgba(var(--primary-color),0.1);border-radius:10px}.theme-form .form-control::-webkit-scrollbar-thumb{background-color:rgba(var(--primary-color),0.5);border-radius:6px}.form-control.is-valid,.was-validated .form-control:valid,.form-control.is-invalid,.was-validated .form-control:invalid{background-image:none;border-color:rgba(var(--border-color),1);box-shadow:none}.form-control.is-valid:focus,.was-validated .form-control:valid:focus,.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{box-shadow:none}.form-check-label{cursor:pointer}.checkbox_animated{cursor:pointer;position:relative;width:calc(18px + 2 * (100vw - 320px) / 1600);height:calc(18px + 2 * (100vw - 320px) / 1600);border-radius:3px;appearance:none;border:1px solid rgba(var(--border-color),1);box-shadow:none;transition:all 0.2s ease-in-out}.checkbox_animated:before{transition:transform 0.4s cubic-bezier(0.45,1.8,0.5,0.75);transform:rotate(-45deg) scale(0,0);left:calc(4px + -1 * (100vw - 320px) / 1600);top:4px;z-index:1;border:2px solid rgba(var(--white),1);border-top-style:none;border-right-style:none;content:"";position:absolute;width:calc(9px + 3 * (100vw - 320px) / 1600);height:calc(5px + 2 * (100vw - 320px) / 1600)}.checkbox_animated:checked{border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),1)}.checkbox_animated:checked:before{border-color:#fff;transform:rotate(-45deg) scale(1,1)}.theme-checkbox{min-height:unset;padding:0;margin:0;display:flex;align-items:center;gap:calc(7px + 3 * (100vw - 320px) / 1600)}.theme-checkbox .form-check-label{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);font-weight:400;cursor:pointer;line-height:1.3;transition:all 0.4s cubic-bezier(0.45,1.8,0.5,0.75)}.theme-checkbox .radiobox_animated:checked~.form-check-label,.theme-checkbox .checkbox_animated:checked~.form-check-label{color:rgba(var(--title-color),1)}.invalid-feedback{letter-spacing:0.4px;font-size:12px;color:rgba(var(--error),1);margin-top:5px}.was-validated .position-relative:has(.form-control:invalid)+.invalid-feedback{display:block}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px rgba(var(--white),1) inset!important;-webkit-text-fill-color:rgba(var(--title-color),1)!important;caret-color:rgba(var(--title-color),1)!important}.radiobox_animated{cursor:pointer;position:relative;box-shadow:none;width:18px;height:18px;border-radius:100%;appearance:none;border:1px solid rgba(var(--border-color),1);transition:all 0.4s cubic-bezier(0.45,1.8,0.5,0.75);background-color:rgba(var(--white),1)}.radiobox_animated:before{transition:transform 0.4s cubic-bezier(0.45,1.8,0.5,0.75),-webkit-transform 0.4s cubic-bezier(0.45,1.8,0.5,0.75);transform:translate(-50%,-50%) scale(0);left:50%;top:50%;z-index:1;background-color:#fff;content:"";position:absolute;width:calc(100% - 8px);height:calc(100% - 8px);border-radius:100%}.radiobox_animated:checked{border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),1)}.radiobox_animated:checked:before{border-color:#fff;transform:translate(-50%,-50%) scale(1)}.radiobox_animated.radio-gray{background-color:rgba(var(--background),1)}.radiobox_animated.radio-gray:checked{background-color:rgba(var(--primary-color),1)}.insta-box{position:relative;transition:all 0.3s ease-in-out}.insta-box:hover .layout{opacity:1;visibility:visible}.insta-box .insta-img{aspect-ratio:23/20}.insta-box .layout{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(177deg,rgba(var(--primary-color),0.7) 23%,rgba(var(--white),0.5) 100%);opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;z-index:1}.insta-box .layout img{width:40px;height:40px}.live-collection-4{position:relative;z-index:0;overflow:hidden}.live-collection-4 .live-collection-wrapper{margin-bottom:-2.8125rem}.live-collection-4 .live-collection-wrapper .swiper-slide-shadow-left,.live-collection-4 .live-collection-wrapper .swiper-slide-shadow-right{opacity:0!important}.live-collection-4 .live-collection-wrapper .swiper{padding-top:30px}.live-collection-4 .live-collection-wrapper .swiper-slide .collection-box{transform:scaleY(1)}.live-collection-4 .live-collection-wrapper .swiper-slide.swiper-slide-active{padding-bottom:5.9375rem}.live-collection-4 .live-collection-wrapper .swiper-slide.swiper-slide-active .collection-box{transform:scaleY(1.18)}.live-collection-4 .live-collection-wrapper .swiper-slide.swiper-slide-prev .collection-box,.live-collection-4 .live-collection-wrapper .swiper-slide.swiper-slide-next .collection-box{transform:scaleY(1.1)}.live-collection-4 .live-collection-wrapper .collection-box{position:relative}.live-collection-4 .live-collection-wrapper .collection-box .swiper-3d .swiper-slide-shadow-left{opacity:0}.live-collection-4 .live-collection-wrapper .collection-box .collection-image .product-image{object-fit:cover;border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}.fashion-instagram{margin:-14px 0 0}.fashion-instagram .swiper-wrapper{padding-bottom:12px}.fashion-instagram .swiper-slide{transition:0.3s;transform:scale(0.87)}.fashion-instagram .swiper-slide .people__card{transition:0.3s}.fashion-instagram .swiper-slide:nth-child(even) .people__card{transform:rotate(-5deg) translateY(30px)}.fashion-instagram .swiper-slide:nth-child(odd) .people__card{transform:rotate(5deg)}.shoes-instagram .swiper-wrapper{transition-timing-function:linear}.main-collection .bags-slider{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;max-width:1535px;margin-inline:auto}.main-collection .bags-slider .slides{gap:10px;display:flex;align-items:center;justify-content:center;height:550px;margin:0 auto;transform:none!important;width:max-content;max-width:1535px}@media (max-width:1399.98px){.main-collection .bags-slider .slides{height:460px}}@media (max-width:1199.98px){.main-collection .bags-slider .slides{height:384px}}@media (max-width:991.98px){.main-collection .bags-slider .slides{height:100%}}.main-collection .bags-slider .slides img{object-fit:cover;border-radius:calc(10px + 8 * (100vw - 320px) / 1600);display:block;opacity:0;width:230px;height:470px}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:rgba(var(--primary-color),1)}@media (min-width:768px){.lg-outer .lg-thumb-item{border-color:rgba(var(--white),1)}}.lg-container{direction:ltr}.lg-backdrop.in{opacity:0.8;backdrop-filter:blur(5px)}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{padding-bottom:15px}.lg-outer .lg-thumb-outer{background-color:rgba(35,35,35,0.75)}@media (min-width:768px){.lg-outer .lg-thumb{padding:13px 0}}.lg-outer .lg-thumb-item{border-radius:8px;border:2px solid rgba(255,255,255,0.6)}.lg-outer .lg-thumb-item.active{border-color:rgba(var(--primary-color),1)}.lg-outer .lg-thumb-item.active img{opacity:1;filter:blur(0)}.lg-outer .lg-thumb-item img{opacity:0.6;filter:blur(1px);transition:all 0.2s ease-in-out}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{border-radius:12px}.lg-next,.lg-prev{color:rgba(var(--white),1);border-radius:6px;display:grid;place-items:center}.lg-next,.lg-prev{background-color:#232323;color:#fff}.lg-next::before,.lg-next::after,.lg-prev::before,.lg-prev::after{line-height:1;font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased}.lg-next:before{content:"\f5da"}.lg-prev:after{content:"\f5d4"}.theme-modal.fade .modal-dialog{transform:scale(0.95)}.theme-modal.show .modal-dialog{transform:scale(1)}.theme-modal .modal-content{background-color:rgba(var(--white),1);border-radius:calc(10px + 4 * (100vw - 320px) / 1600);overflow:hidden;border:none}.theme-modal .modal-header{position:relative;inset:unset;border-bottom:1px solid rgba(var(--border-color),1);background:linear-gradient(90deg,rgba(var(--primary-color),0.1) 0%,rgba(var(--primary-color),0.05) 100%);padding:calc(12px + 8 * (100vw - 320px) / 1600) calc(16px + 8 * (100vw - 320px) / 1600);justify-content:space-between}[dir=rtl] .theme-modal .modal-header{background:linear-gradient(-90deg,rgba(var(--primary-color),0.1) 0%,rgba(var(--primary-color),0.05) 100%)}.theme-modal .modal-header .modal-title{font-size:calc(20px + 2 * (100vw - 320px) / 1600);font-weight:600;line-height:1.2}.theme-modal .modal-header .btn-close{background-image:none;opacity:1;background-color:rgba(var(--primary-color),1);color:#fff;border-radius:calc(4px + 1 * (100vw - 320px) / 1600);padding:0;box-shadow:none;margin:0;display:block;font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1;width:calc(28px + 4 * (100vw - 320px) / 1600);height:calc(28px + 4 * (100vw - 320px) / 1600)}.theme-modal .modal-header .btn-close::before,.theme-modal .modal-header .btn-close::after{content:none}.theme-modal .modal-header .btn-close i{line-height:1;font-weight:normal}.theme-modal .modal-footer{display:flex;align-items:center;gap:10px;border-top:1px solid rgba(var(--border-color),1);padding:calc(12px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600)}.theme-modal .modal-footer>*{margin:0}.theme-modal .modal-footer .btn{display:block;border-radius:6px;font-weight:500;letter-spacing:0.6px;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(16px + 4 * (100vw - 320px) / 1600)}.theme-modal .modal-footer .btn-cancel{background-color:rgba(var(--border-color),0.7);color:rgba(var(--title-color),0.7);border:none;outline:1px solid rgba(var(--border-color),1)}.theme-modal .modal-footer .btn-outline-danger{background-color:rgba(var(--background),1);color:rgba(var(--title-color),0.8);border:1px solid rgba(var(--border-color),1)}.theme-modal .modal-footer .btn-conform{background-color:rgba(var(--primary-color),1);color:#fff}.theme-modal .modal-body{padding:calc(12px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600)}.theme-modal iframe{border-radius:20px;display:block;width:100%;height:450px}.remove-profile-modal .modal-content{padding:calc(16px + 4 * (100vw - 320px) / 1600);text-align:center}.remove-profile-modal .modal-content .modal-body{padding:0;background-color:transparent}.remove-profile-modal .modal-content .modal-body .remove-icon{background-color:rgba(var(--error),0.1);color:rgba(var(--error),1);border-radius:50%;margin:0 auto calc(8px + 12 * (100vw - 320px) / 1600);font-size:calc(26px + 6 * (100vw - 320px) / 1600);display:grid;place-items:center;width:calc(56px + 18 * (100vw - 320px) / 1600);height:calc(56px + 18 * (100vw - 320px) / 1600)}.remove-profile-modal .modal-content .modal-body .remove-icon i{line-height:1}.remove-profile-modal .modal-content .modal-body h4{line-height:1.3;font-size:calc(18px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.remove-profile-modal .modal-content .modal-body p{margin-top:4px;font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.remove-profile-modal .modal-content .modal-footer{border:none;padding:calc(12px + 3 * (100vw - 320px) / 1600) 0 0;margin-top:calc(12px + 3 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1);gap:calc(8px + 4 * (100vw - 320px) / 1600);background-color:transparent;display:flex;justify-content:center;flex-wrap:nowrap}.remove-profile-modal .modal-content .modal-footer .btn{padding:calc(8px + 4 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:500;margin:0;width:100%;display:flex;align-items:center;justify-content:center}.remove-profile-modal .modal-content .modal-footer .btn-light-background{background-color:rgba(var(--background),1);color:rgba(var(--title-color),0.8);border:1px solid rgba(var(--border-color),1)}.transaction-history-modal .modal-content,.reward-history-modal .modal-content{border-radius:16px;overflow:hidden;border:none;box-shadow:0 15px 50px rgba(var(--title-color),0.1)}.transaction-history-modal .modal-content .modal-header,.reward-history-modal .modal-content .modal-header{background-color:rgba(var(--background),1);padding:16px 24px;border-bottom:1px solid rgba(var(--border-color),1);position:relative;inset:unset;display:flex;align-items:center;justify-content:space-between}.transaction-history-modal .modal-content .modal-header .modal-title,.reward-history-modal .modal-content .modal-header .modal-title{font-size:20px;font-weight:600;color:rgba(var(--title-color),1);letter-spacing:0.3px}.transaction-history-modal .modal-content .modal-header .btn-close,.reward-history-modal .modal-content .modal-header .btn-close{background-color:rgba(var(--primary-color),1);box-shadow:none;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin:0;opacity:1;border-radius:5px}.transaction-history-modal .modal-content .modal-header .btn-close::before,.transaction-history-modal .modal-content .modal-header .btn-close::after,.reward-history-modal .modal-content .modal-header .btn-close::before,.reward-history-modal .modal-content .modal-header .btn-close::after{content:none}.transaction-history-modal .modal-content .modal-header .btn-close i,.reward-history-modal .modal-content .modal-header .btn-close i{font-size:20px;color:#fff;line-height:1}.transaction-history-modal .modal-content .transaction-modal-header,.reward-history-modal .modal-content .transaction-modal-header{padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;border-bottom:1px solid rgba(var(--border-color),0.6)}.transaction-history-modal .modal-content .transaction-modal-header .stat-boxes,.reward-history-modal .modal-content .transaction-modal-header .stat-boxes{display:flex;gap:12px}.transaction-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box,.reward-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box{padding:14px 18px;border-radius:6px;min-width:144px;background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1)}.transaction-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box h5,.reward-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box h5{font-size:14px;letter-spacing:0.6px;font-weight:400;opacity:0.8}.transaction-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box h6,.reward-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box h6{margin-top:3px;letter-spacing:0.3px;font-size:18px}.transaction-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box.in,.reward-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box.in{background-color:rgba(var(--success-color),0.08);color:rgba(var(--success-color),1);border:none}.transaction-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box.out,.reward-history-modal .modal-content .transaction-modal-header .stat-boxes .stat-box.out{background-color:rgba(var(--error),0.08);color:rgba(var(--error),1);border:none}.transaction-history-modal .modal-content .transaction-modal-header .filter-controls,.reward-history-modal .modal-content .transaction-modal-header .filter-controls{display:flex;gap:10px}.transaction-history-modal .modal-content .transaction-modal-header .filter-controls .form-select,.reward-history-modal .modal-content .transaction-modal-header .filter-controls .form-select{width:auto;color:rgba(var(--title-color),1);padding:10px 34px 10px 16px;font-size:15px;border-radius:6px;background-color:rgba(var(--background),1);border-color:rgba(var(--border-color),1);cursor:pointer;box-shadow:none}[dir=rtl] .transaction-history-modal .modal-content .transaction-modal-header .filter-controls .form-select,[dir=rtl] .reward-history-modal .modal-content .transaction-modal-header .filter-controls .form-select{padding:10px 16px 10px 34px}.transaction-history-modal .modal-content .transaction-table,.reward-history-modal .modal-content .transaction-table{margin-bottom:0}.transaction-history-modal .modal-content .transaction-table thead tr th,.reward-history-modal .modal-content .transaction-table thead tr th{background-color:rgba(var(--background),0.6);padding:12px 20px;font-weight:500;color:rgba(var(--title-color),1);font-size:16px;letter-spacing:0.5px;border:none;white-space:nowrap;text-align:center}.transaction-history-modal .modal-content .transaction-table tbody tr,.reward-history-modal .modal-content .transaction-table tbody tr{vertical-align:middle;transition:all 0.2s ease}.transaction-history-modal .modal-content .transaction-table tbody tr:hover,.reward-history-modal .modal-content .transaction-table tbody tr:hover{background-color:rgba(var(--background),0.15)}.transaction-history-modal .modal-content .transaction-table tbody tr td,.reward-history-modal .modal-content .transaction-table tbody tr td{padding:16px 24px;border-bottom:1px solid rgba(var(--border-color),1);font-size:16px;text-align:center;color:rgba(var(--title-color),0.9)}.transaction-history-modal .modal-content .transaction-table tbody tr td.date-cell h5,.reward-history-modal .modal-content .transaction-table tbody tr td.date-cell h5{font-size:16px;color:rgba(var(--title-color),0.8)}.transaction-history-modal .modal-content .transaction-table tbody tr td.date-cell h6,.reward-history-modal .modal-content .transaction-table tbody tr td.date-cell h6{color:rgba(var(--content-color),1);font-size:14px;font-weight:400;margin-top:5px}.transaction-history-modal .modal-content .transaction-table tbody tr td .txn-id,.reward-history-modal .modal-content .transaction-table tbody tr td .txn-id{background-color:rgba(var(--background),1);color:rgba(var(--title-color),0.7);padding:6px 8px;border-radius:6px;font-size:14px;border:1px solid rgba(var(--border-color),1)}.transaction-history-modal .modal-content .transaction-table tbody tr td.amount,.reward-history-modal .modal-content .transaction-table tbody tr td.amount{font-weight:500;font-size:18px}.transaction-history-modal .modal-content .transaction-table tbody tr td .status-badge,.reward-history-modal .modal-content .transaction-table tbody tr td .status-badge{padding:6px 13px;border-radius:4px;font-size:13px;font-weight:500;letter-spacing:0.8px;display:inline-block}.transaction-history-modal .modal-content .transaction-table tbody tr td .status-badge.completed,.reward-history-modal .modal-content .transaction-table tbody tr td .status-badge.completed{background-color:rgba(var(--success-color),0.1);color:rgba(var(--success-color),1);border:1px solid rgba(var(--success-color),0.3)}.transaction-history-modal .modal-content .transaction-table tbody tr td .status-badge.pending,.reward-history-modal .modal-content .transaction-table tbody tr td .status-badge.pending{background-color:rgba(var(--star),0.1);color:rgba(var(--star),1);border:1px solid rgba(var(--star),0.3)}.transaction-history-modal .modal-content .transaction-table tbody tr td .status-badge.failed,.reward-history-modal .modal-content .transaction-table tbody tr td .status-badge.failed{background-color:rgba(var(--error),0.1);color:rgba(var(--error),1);border:1px solid rgba(var(--error),0.3)}.transaction-history-modal .modal-content .transaction-table tbody tr:last-child td,.reward-history-modal .modal-content .transaction-table tbody tr:last-child td{border-bottom:none}.privacy-modal .legal-content h5{font-weight:600;margin-bottom:4px;color:rgba(var(--title-color),1);font-size:18px}.privacy-modal .legal-content h5~h6{margin-top:15px}.privacy-modal .legal-content p{color:rgba(var(--title-color),0.7);font-size:16px}.privacy-modal .legal-content p a{font-size:16px;text-decoration:underline;font-weight:500}.review-modal .modal-content{border-radius:16px;border:none;box-shadow:0 20px 50px rgba(0,0,0,0.1)}.review-modal .star-rating-input{gap:calc(4px + 4 * (100vw - 320px) / 1600);line-height:1;display:flex;justify-content:center}.review-modal .star-rating-input i{font-size:calc(26px + 6 * (100vw - 320px) / 1600);color:rgba(var(--border-color),1);cursor:pointer;transition:all 0.2s ease-in-out}.review-modal .star-rating-input i:hover,.review-modal .star-rating-input i.active{color:rgba(var(--star),1);transform:scale(1.1)}.review-modal .product-rating-box{padding:calc(6px + 10 * (100vw - 320px) / 1600);text-align:center;margin-bottom:calc(6px + 9 * (100vw - 320px) / 1600)}.review-modal .product-rating-box h4{letter-spacing:0.3px;margin-bottom:4px}.review-modal .product-rating-box p{margin-top:calc(6px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.review-modal .upload-container{display:flex;flex-wrap:wrap;gap:12px}.review-modal .upload-container .upload-box{width:100%;padding:calc(14px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border:calc(1px + 1 * (100vw - 320px) / 1600) dashed rgba(var(--border-color),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);cursor:pointer;color:rgba(var(--content-color),1);transition:all 0.15s ease-in-out;position:relative;overflow:hidden;flex-direction:column;display:flex;align-items:center;justify-content:center}.review-modal .upload-container .upload-box input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.review-modal .upload-container .upload-box .iconsax{--size:calc(22px + (24 - 22) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--content-color),1);margin-bottom:calc(6px + 2 * (100vw - 320px) / 1600)}.review-modal .upload-container .upload-box span{font-size:14px;font-weight:400;color:inherit}.review-modal .upload-container .upload-box:hover{border-color:rgba(var(--primary-color),1);color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.02)}.review-modal .upload-container .upload-box:hover .iconsax{--color:rgba(var(--primary-color),1)}.review-modal .upload-container .upload-preview-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.review-modal .upload-container .upload-preview-list:empty{display:none}.review-modal .upload-container .upload-preview-list .preview-item{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;border:1px solid rgba(var(--border-color),1)}.review-modal .upload-container .upload-preview-list .preview-item img{transition:all 0.15s ease-in-out}.review-modal .upload-container .upload-preview-list .preview-item:hover img{transform:scale(1.1)}.review-modal .upload-container .upload-preview-list .preview-item .remove-btn{position:absolute;top:4px;right:4px;width:22px;height:22px;background-color:rgba(var(--error),0.9);border:none;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;font-size:14px;transition:all 0.15s ease-in-out}.review-modal .upload-container .upload-preview-list .preview-item .remove-btn i{line-height:1}.review-modal .modal-footer .btn-primary{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.review-modal .modal-footer .btn-primary:hover{background-color:rgba(var(--primary-color),0.9)}.chat-modal .modal-dialog{max-width:450px}.chat-modal .modal-header{background-color:rgba(var(--white),1);border-bottom:1px solid rgba(var(--border-color),0.5)}.chat-modal .modal-header .seller-chat-profile{display:flex;align-items:center;gap:calc(8px + 4 * (100vw - 320px) / 1600)}.chat-modal .modal-header .seller-chat-profile img{width:calc(48px + 8 * (100vw - 320px) / 1600);height:calc(48px + 8 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);padding:10px;border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--white),1);object-fit:contain}.chat-modal .modal-header .seller-chat-profile .modal-title{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:500;letter-spacing:0.4px}.chat-modal .modal-header .seller-chat-profile .status{font-size:calc(12px + 2 * (100vw - 320px) / 1600);line-height:1;letter-spacing:0.3px;margin-top:5px;gap:6px;color:rgba(var(--content-color),1);display:flex;align-items:center}.chat-modal .modal-header .seller-chat-profile .status::before{content:"";width:calc(6px + 2 * (100vw - 320px) / 1600);height:calc(6px + 2 * (100vw - 320px) / 1600);border-radius:100%}.chat-modal .modal-header .seller-chat-profile .status.online{color:rgba(var(--success-color),1)}.chat-modal .modal-header .seller-chat-profile .status.online::before{background-color:rgba(var(--success-color),0.86);box-shadow:0 0 5px rgba(var(--success-color),0.5);animation:pulse-success-color 2s linear 1s infinite}.chat-modal .modal-header .seller-chat-profile .status.offline{color:rgba(var(--error),1)}.chat-modal .modal-header .seller-chat-profile .status.offline::before{background-color:rgba(var(--error),0.86);box-shadow:0 0 5px rgba(var(--error),0.5);animation:pulse-error 2s linear 1s infinite}.chat-modal .modal-body{padding:0}.chat-modal .modal-body .chat-container{height:400px;overflow-y:auto;padding:20px}.chat-modal .modal-body .chat-container::-webkit-scrollbar{width:4px}.chat-modal .modal-body .chat-container::-webkit-scrollbar-thumb{background:rgba(var(--title-color),0.1);border-radius:10px}.chat-modal .modal-body .message-list{display:grid;gap:calc(10px + 5 * (100vw - 320px) / 1600)}.chat-modal .modal-body .message{max-width:85%}.chat-modal .modal-body .message .message-content{padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);position:relative;box-shadow:0 2px 4px rgba(var(--border-color),0.5)}.chat-modal .modal-body .message .message-content p{font-size:calc(14px + 1 * (100vw - 320px) / 1600)}.chat-modal .modal-body .message .message-content .time{font-size:calc(11px + 1 * (100vw - 320px) / 1600);letter-spacing:0.3px;display:block;margin-top:7px;text-align:right}[dir=rtl] .chat-modal .modal-body .message .message-content .time{text-align:left}.chat-modal .modal-body .message.incoming{align-self:flex-start}.chat-modal .modal-body .message.incoming .message-content{background-color:rgba(var(--border-color),1);color:rgba(var(--title-color),1);border-bottom-left-radius:2px}[dir=rtl] .chat-modal .modal-body .message.incoming .message-content{border-bottom-left-radius:calc(8px + 4 * (100vw - 320px) / 1600);border-bottom-right-radius:2px}.chat-modal .modal-body .message.outgoing{margin-left:auto}[dir=rtl] .chat-modal .modal-body .message.outgoing{margin-left:unset;margin-right:auto}.chat-modal .modal-body .message.outgoing .message-content{background-color:rgba(var(--primary-color),1);color:#fff;border-bottom-right-radius:2px}[dir=rtl] .chat-modal .modal-body .message.outgoing .message-content{border-bottom-right-radius:calc(8px + 4 * (100vw - 320px) / 1600);border-bottom-left-radius:2px}.chat-modal .modal-body .message.outgoing .message-content .time{color:rgba(255,255,255,0.8)}.chat-modal .chat-footer .input-group{background-color:rgba(var(--background),1);border-radius:6px;padding:4px 6px;gap:5px;border:1px solid rgba(var(--border-color),1);display:flex;align-items:center}.chat-modal .chat-footer .input-group .form-control{background:transparent;border:none;padding:8px 6px;font-size:14px;color:rgba(var(--title-color),1);box-shadow:none}.chat-modal .chat-footer .input-group .form-control::placeholder{color:rgba(var(--content-color),1)}.chat-modal .chat-footer .input-group .form-control:focus{background:transparent}.chat-modal .chat-footer .input-group .btn{padding:0;width:36px;height:36px;border-radius:5px!important;color:rgba(var(--title-color),0.5);transition:all 0.2s ease-in-out;border:none;display:flex;align-items:center;justify-content:center}.chat-modal .chat-footer .input-group .btn i{font-size:20px;line-height:1}.chat-modal .chat-footer .input-group .btn:hover{color:rgba(var(--primary-color),1)}.chat-modal .chat-footer .input-group .btn.send-btn{background-color:rgba(var(--primary-color),1);color:#fff}.chat-modal .chat-footer .input-group .btn.send-btn:hover{background-color:rgba(var(--primary-color),0.9);color:#fff}.share-modal .social-share{gap:calc(15px + 10 * (100vw - 320px) / 1600);display:flex;justify-content:center;flex-wrap:wrap}.share-modal .social-share li a{gap:calc(5px + 3 * (100vw - 320px) / 1600);display:grid;text-align:center;transition:all 0.2s ease-in-out}.share-modal .social-share li a i{margin-inline:auto;width:calc(44px + 10 * (100vw - 320px) / 1600);height:calc(44px + 10 * (100vw - 320px) / 1600);border-radius:100%;font-size:calc(20px + 4 * (100vw - 320px) / 1600);color:#fff;transition:all 0.15s ease-in-out;display:flex;align-items:center;justify-content:center}.share-modal .social-share li a span{font-size:14px;color:rgba(var(--title-color),1);letter-spacing:0.4px}.share-modal .social-share li a.facebook i{background-color:#3b5998;box-shadow:0 4px 10px rgba(59,89,152,0.3)}.share-modal .social-share li a.twitter i{background-color:#000;box-shadow:0 4px 10px rgba(0,0,0,0.2)}.share-modal .social-share li a.whatsapp i{background-color:#25d366;box-shadow:0 4px 10px rgba(37,211,102,0.3)}.share-modal .social-share li a.pinterest i{background-color:#bd081c;box-shadow:0 4px 10px rgba(189,8,28,0.3)}.share-modal .social-share li a.linkedin i{background-color:#0077b5;box-shadow:0 4px 10px rgba(0,119,181,0.3)}.share-modal .copy-link-box{padding-top:calc(10px + 8 * (100vw - 320px) / 1600);margin-top:calc(10px + 8 * (100vw - 320px) / 1600);border-top:1px dashed rgba(var(--border-color),1)}.share-modal .copy-link-box .form-label{text-transform:capitalize}.share-modal .copy-link-box .share-form{gap:calc(8px + 2 * (100vw - 320px) / 1600);display:flex}.share-modal .copy-link-box .share-form .form-control{color:rgba(var(--title-color),1);padding:calc(6px + 2 * (100vw - 320px) / 1600) calc(10px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1);border-radius:calc(4px + 4 * (100vw - 320px) / 1600)}.share-modal .copy-link-box .share-form .form-control:focus{box-shadow:none}.share-modal .copy-link-box .share-form .copy-btn{background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);border:0;border-radius:calc(4px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px;gap:calc(4px + 2 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out;display:flex;align-items:center}.share-modal .copy-link-box .share-form .copy-btn i{line-height:1;font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.share-modal .copy-link-box .share-form .copy-btn:hover{background-color:rgba(var(--primary-color),0.9)}.report-modal .modal-header{border-bottom:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1)}.report-modal .report-reasons{display:grid;gap:12px;margin-bottom:20px}.report-modal .report-reasons .form-check{padding:12px 15px;border:1px solid rgba(var(--border-color),1);border-radius:6px;background-color:rgba(var(--background),0.5);cursor:pointer;margin:0;gap:8px;transition:all 0.2s ease-in-out;display:flex;align-items:center}.report-modal .report-reasons .form-check .radiobox_animated{margin:0;width:16px;height:16px;cursor:pointer}.report-modal .report-reasons .form-check .radiobox_animated::before{width:calc(100% - 5px);height:calc(100% - 5px)}.report-modal .report-reasons .form-check .radiobox_animated:checked{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.report-modal .report-reasons .form-check .radiobox_animated:checked~.form-check-label{color:rgba(var(--primary-color),1);font-weight:500}.report-modal .report-reasons .form-check .form-check-label{letter-spacing:0.3px;font-size:16px;color:rgba(var(--title-color),0.8);transition:all 0.3s ease-in-out}.report-modal .report-reasons .form-check:hover{border-color:rgba(var(--primary-color),0.4);background-color:rgba(var(--primary-color),0.05)}.report-modal .report-reasons .form-check:has(.radiobox_animated:checked){border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.05)}.all-reviews-modal{}.all-reviews-modal .modal-content{overflow:unset}.all-reviews-modal .review-summary-card{background-color:rgba(var(--background),0.56);padding:calc(12px + 2 * (100vw - 320px) / 1600) calc(14px + 4 * (100vw - 320px) / 1600);border-radius:calc(10px + 2 * (100vw - 320px) / 1600);position:sticky;top:0;border:1px solid rgba(var(--border-color),1)}@media (max-width:991.98px){.all-reviews-modal .review-summary-card{position:relative}}.all-reviews-modal .review-summary-card .rating-header{text-align:center;margin-bottom:calc(12px + 12 * (100vw - 320px) / 1600)}.all-reviews-modal .review-summary-card .rating-header .average-rating{font-size:calc(42px + 8 * (100vw - 320px) / 1600);font-weight:600;line-height:1}.all-reviews-modal .review-summary-card .rating-header .stars{color:rgba(var(--star),1);font-size:calc(18px + 4 * (100vw - 320px) / 1600)}.all-reviews-modal .review-summary-card .rating-header p{color:rgba(var(--content-color),1);font-size:0.875rem}.all-reviews-modal .review-summary-card .rating-list{display:grid;gap:calc(6px + 4 * (100vw - 320px) / 1600)}.all-reviews-modal .review-summary-card .rating-list li{display:flex;align-items:center;gap:calc(8px + 4 * (100vw - 320px) / 1600)}.all-reviews-modal .review-summary-card .rating-list li span{font-size:calc(14px + 1 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),0.7)}.all-reviews-modal .review-summary-card .rating-list li span:first-child{width:45px}.all-reviews-modal .review-summary-card .rating-list li span:last-child{width:35px;text-align:right}.all-reviews-modal .review-summary-card .rating-list li .progress{flex:1;height:calc(6px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--border-color),1);border-radius:100px}.all-reviews-modal .review-summary-card .rating-list li .progress .progress-bar{background-color:rgba(var(--primary-color),1);border-radius:100px}.all-reviews-modal .review-summary-card .write-review-btn{background-color:rgba(var(--title-color),1);color:rgba(var(--white),1);font-weight:600;padding:12px;border-radius:calc(8px + 4 * (100vw - 320px) / 1600);letter-spacing:0.4px;border-radius:8px;border:none;transition:all 0.2s ease-in-out}.all-reviews-modal .review-summary-card .write-review-btn:hover{background-color:rgba(var(--title-color),0.8);transform:translateY(calc(-0.5px + -1.5 * (100vw - 320px) / 1600));box-shadow:0 4px 12px rgba(0,0,0,0.1)}.all-reviews-modal .reviews-list-container .review-filters{margin-bottom:16px;gap:10px;flex-wrap:wrap;display:flex;align-items:center;justify-content:space-between}.all-reviews-modal .reviews-list-container .review-filters>h6{font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.all-reviews-modal .reviews-list-container .review-filters .custom-slim-select{padding:8px 14px;font-size:16px;font-weight:400;width:max-content}.all-reviews-modal .reviews-list-container .review-filters .custom-slim-select .ss-values .ss-single{letter-spacing:0.3px}.all-reviews-modal .reviews-wrapper{display:grid;gap:calc(16px + 4 * (100vw - 320px) / 1600)}.all-reviews-modal .reviews-wrapper .review-item-modal{padding:calc(12px + 6 * (100vw - 320px) / 1600);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.56);border:1px solid rgba(var(--border-color),1);transition:all 0.2s ease-in-out}.all-reviews-modal .reviews-wrapper .review-item-modal:hover{background-color:rgba(var(--background),1)}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header{margin-bottom:calc(8px + 8 * (100vw - 320px) / 1600)}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .user-meta{margin-bottom:calc(8px + 7 * (100vw - 320px) / 1600);padding-bottom:calc(8px + 7 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1);gap:calc(0 + 15 * (100vw - 320px) / 1600);display:flex;justify-content:space-between;align-items:flex-start}@media (max-width:480px){.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .user-meta{flex-direction:column;align-items:flex-start}}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .user-info{display:flex;align-items:center;gap:calc(8px + 4 * (100vw - 320px) / 1600)}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .user-info .avatar,.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .user-info .avatar-placeholder{width:calc(48px + 4 * (100vw - 320px) / 1600);height:calc(48px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.13);display:grid;place-items:center;font-weight:600;color:rgba(var(--primary-color),1);font-size:calc(16px + 2 * (100vw - 320px) / 1600);line-height:1;border-radius:calc(4px + 2 * (100vw - 320px) / 1600);letter-spacing:1px;object-fit:cover}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .user-info h6,.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .user-info .h6{margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .user-info .verified{font-size:calc(13px + 1 * (100vw - 320px) / 1600);color:rgba(var(--success-color),1);letter-spacing:0.2px;gap:4px;display:flex;align-items:center}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .user-info .verified::before{content:"✓";font-weight:700}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .review-rating{text-align:right}@media (max-width:480px){.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .review-rating{text-align:left;margin-top:10px}}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .review-rating .stars{color:rgba(var(--star),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1;margin-bottom:4px}.all-reviews-modal .reviews-wrapper .review-item-modal .review-header .review-rating .date{font-size:14px;font-weight:500}.all-reviews-modal .reviews-wrapper .review-item-modal .review-body h6 .h6{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);margin-bottom:4px}.all-reviews-modal .reviews-wrapper .review-item-modal .review-body p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);letter-spacing:0.2px}.all-reviews-modal .reviews-wrapper .review-item-modal .review-body .review-gallery{margin-top:16px;display:flex;gap:calc(10px + 2 * (100vw - 320px) / 1600);flex-wrap:wrap}.all-reviews-modal .reviews-wrapper .review-item-modal .review-body .review-gallery li{width:calc(66px + 14 * (100vw - 320px) / 1600);height:calc(66px + 14 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);padding:8px;border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--white),1)}.all-reviews-modal .reviews-wrapper .review-item-modal .review-body .review-gallery li img{transition:transform 0.3s}.all-reviews-modal .load-more-container{margin-top:calc(14px + 10 * (100vw - 320px) / 1600);text-align:center}.all-reviews-modal .load-more-container .btn-load-more{background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1);padding:calc(6px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);margin:0;letter-spacing:0.3px;color:rgba(var(--title-color),1);gap:calc(4px + 2 * (100vw - 320px) / 1600);transition:all 0.15s ease-in-out;display:inline-flex;align-items:center}.all-reviews-modal .load-more-container .btn-load-more span{color:inherit}.all-reviews-modal .load-more-container .btn-load-more:hover{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff}.all-reviews-modal .load-more-container .btn-load-more i{font-size:1.25rem}.all-reviews-modal .spin{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.all-reviews-modal .star-rating-input{display:flex;gap:8px;padding:0;list-style:none;margin-bottom:8px;justify-content:center}.all-reviews-modal .star-rating-input li i{font-size:2.25rem;color:#e5e7eb;cursor:pointer;transition:all 0.2s}.all-reviews-modal .star-rating-input li i.ri-star-fill{color:#f59e0b;transform:scale(1.1)}.all-reviews-modal .product-rating-box{text-align:center;margin-bottom:30px;padding-bottom:30px;border-bottom:1px dashed rgba(var(--border-color),0.5)}.all-reviews-modal .product-rating-box h4{font-weight:700;margin-bottom:15px;color:#111827}.all-reviews-modal .product-rating-box p{font-size:14px;color:#6b7280}.all-reviews-modal .theme-form label{font-weight:600;color:#374151;margin-bottom:8px}.all-reviews-modal .theme-form .form-control{border-radius:12px;padding:12px 16px;border:1px solid #e5e7eb;background-color:#f9fafb;transition:all 0.3s}.all-reviews-modal .theme-form .form-control:focus{background-color:#fff;border-color:rgba(var(--primary-color),1);box-shadow:0 0 0 4px rgba(var(--primary-color),0.1)}.all-reviews-modal .upload-container .upload-box{border:2px dashed #e5e7eb;border-radius:16px;padding:30px;text-align:center;background-color:#f9fafb;transition:all 0.3s;cursor:pointer}.all-reviews-modal .upload-container .upload-box:hover{border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.02)}.all-reviews-modal .upload-container .upload-box i{font-size:2rem;color:#9ca3af;display:block;margin-bottom:8px}.all-reviews-modal .upload-container .upload-box span{font-size:0.875rem;color:#6b7280;font-weight:500}.all-reviews-modal .btn-cancel{background-color:#f3f4f6;color:#4b5563;font-weight:600;padding:10px 24px;border-radius:10px;border:none}.all-reviews-modal .btn-cancel:hover{background-color:#e5e7eb}.all-reviews-modal .btn-conform{background-color:rgba(var(--primary-color),1);color:#fff;font-weight:600;padding:10px 24px;border-radius:10px;border:none}.all-reviews-modal .btn-conform:hover{background-color:rgba(var(--primary-color),0.9);box-shadow:0 4px 12px rgba(var(--primary-color),0.2)}.question-modal-modern .modal-content,.notify-modal-modern .modal-content{border:none}.question-modal-modern .modal-side-banner,.notify-modal-modern .modal-side-banner{background-color:rgba(var(--primary-color),1);height:100%;padding:28px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between}.question-modal-modern .modal-side-banner.notify-banner,.notify-modal-modern .modal-side-banner.notify-banner{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)}.question-modal-modern .modal-side-banner::before,.notify-modal-modern .modal-side-banner::before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,0.17) 0%,transparent 70%);border-radius:100%}.question-modal-modern .modal-side-banner .banner-content,.notify-modal-modern .modal-side-banner .banner-content{position:relative}.question-modal-modern .modal-side-banner .banner-content h4,.notify-modal-modern .modal-side-banner .banner-content h4{font-size:26px;font-weight:600;line-height:1.2;margin-bottom:6px;letter-spacing:0.4px}.question-modal-modern .modal-side-banner .banner-content p,.notify-modal-modern .modal-side-banner .banner-content p{font-size:16px;line-height:1.5}.question-modal-modern .modal-side-banner .product-floating-img,.notify-modal-modern .modal-side-banner .product-floating-img{margin-top:30px;position:relative;z-index:1;height:275px;transform:perspective(1000px) rotateY(-15deg) rotateX(10deg);filter:drop-shadow(0 20px 30px rgba(0,0,0,0.3));transition:transform 0.5s ease}.question-modal-modern .modal-side-banner .product-floating-img:hover,.notify-modal-modern .modal-side-banner .product-floating-img:hover{transform:perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.05)}.question-modal-modern .modal-body .modal-content>.w-100,.notify-modal-modern .modal-body .modal-content>.w-100{padding:calc(14px + 14 * (100vw - 320px) / 1600);height:100%}.question-modal-modern .modal-body .modal-content .modal-header,.notify-modal-modern .modal-body .modal-content .modal-header{align-items:flex-start}.question-modal-modern .modal-body .modal-content .modal-header p,.notify-modal-modern .modal-body .modal-content .modal-header p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);line-height:1.2;color:rgba(var(--content-color),1);margin-top:calc(1px + 1 * (100vw - 320px) / 1600);letter-spacing:0.3px}.question-modal-modern .modal-body .modal-content .product-mini-info,.notify-modal-modern .modal-body .modal-content .product-mini-info{gap:calc(12px + 3 * (100vw - 320px) / 1600);padding:calc(10px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);margin-bottom:calc(16px + 8 * (100vw - 320px) / 1600);display:flex;align-items:center}.question-modal-modern .modal-body .modal-content .product-mini-info img,.notify-modal-modern .modal-body .modal-content .product-mini-info img{width:64px;height:64px;background-color:rgba(var(--white),1);border-radius:8px;padding:10px;object-fit:contain}@media (max-width:991.98px){.question-modal-modern .modal-body .modal-content .product-mini-info img,.notify-modal-modern .modal-body .modal-content .product-mini-info img{width:calc(60px + 4 * (100vw - 320px) / 672);height:calc(60px + 4 * (100vw - 320px) / 672);border-radius:calc(6px + 2 * (100vw - 320px) / 672);padding:calc(6px + -2 * (100vw - 320px) / 672)}}.question-modal-modern .modal-body .modal-content .product-mini-info h6,.notify-modal-modern .modal-body .modal-content .product-mini-info h6{font-size:18px;font-weight:500}@media (max-width:991.98px){.question-modal-modern .modal-body .modal-content .product-mini-info h6,.notify-modal-modern .modal-body .modal-content .product-mini-info h6{font-size:calc(14px + 4 * (100vw - 320px) / 672)}}.question-modal-modern .modal-body .modal-content .product-mini-info span,.notify-modal-modern .modal-body .modal-content .product-mini-info span{font-weight:600;font-size:20px;color:rgba(var(--primary-color),1);margin-top:3px;display:block}@media (max-width:991.98px){.question-modal-modern .modal-body .modal-content .product-mini-info span,.notify-modal-modern .modal-body .modal-content .product-mini-info span{font-size:calc(18px + 2 * (100vw - 320px) / 672);margin-top:calc(2px + 1 * (100vw - 320px) / 672)}}.question-modal-modern .modal-body .modal-content .btn-send-modern,.notify-modal-modern .modal-body .modal-content .btn-send-modern{background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(8px + 2 * (100vw - 320px) / 1600);border-radius:6px;letter-spacing:0.5px;font-size:calc(16px + 2 * (100vw - 320px) / 1600);width:100%;gap:calc(5px + 2 * (100vw - 320px) / 1600);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);display:flex;align-items:center;justify-content:center;border:none}.question-modal-modern .modal-body .modal-content .btn-send-modern:hover,.notify-modal-modern .modal-body .modal-content .btn-send-modern:hover{background-color:rgba(var(--primary-color),0.9)}.question-modal-modern .modal-body .modal-content .btn-send-modern:active,.notify-modal-modern .modal-body .modal-content .btn-send-modern:active{transform:translateY(0)}.question-modal-modern .modal-body .modal-content .btn-send-modern i,.notify-modal-modern .modal-body .modal-content .btn-send-modern i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1;transition:all 0.2s ease-in-out}.question-modal-modern .modal-body .modal-content .btn-send-modern span,.notify-modal-modern .modal-body .modal-content .btn-send-modern span{color:inherit}.question-modal-modern .modal-body .custom-check .form-check-input,.notify-modal-modern .modal-body .custom-check .form-check-input{cursor:pointer;margin-top:0}.question-modal-modern .modal-body .custom-check .form-check-input:checked,.notify-modal-modern .modal-body .custom-check .form-check-input:checked{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.question-modal-modern .modal-body .custom-check .form-check-label,.notify-modal-modern .modal-body .custom-check .form-check-label{cursor:pointer;font-size:14px;color:rgba(var(--content-color),1)}.size-chart-modal .modal-header .modal-title{font-weight:700;color:rgba(var(--title-color),1);letter-spacing:0.5px}.size-chart-modal .modal-body{padding:calc(14px + 16 * (100vw - 320px) / 1600)}.size-chart-modal .how-to-measure-section{margin-top:24px}.size-chart-modal .how-to-measure-section>h6{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:500;position:relative;padding-left:calc(10px + 2 * (100vw - 320px) / 1600);padding-block:calc(2px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px;margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600)}[dir=rtl] .size-chart-modal .how-to-measure-section>h6{padding-right:calc(10px + 2 * (100vw - 320px) / 1600);padding-left:unset}.size-chart-modal .how-to-measure-section>h6::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:calc(2px + 1 * (100vw - 320px) / 1600);height:100%;background-color:rgba(var(--primary-color),1)}[dir=rtl] .size-chart-modal .how-to-measure-section>h6::before{left:unset;right:0}.size-chart-modal .how-to-measure-section .measure-item{padding:calc(12px + 3 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.6);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);height:100%;border:1px solid rgba(var(--border-color),1);transition:all 0.2s ease-in-out}.size-chart-modal .how-to-measure-section .measure-item:hover{border-color:rgba(var(--primary-color),0.3);background-color:rgba(var(--primary-color),0.02);transform:translateY(calc(0 + -2 * (100vw - 320px) / 1600))}.size-chart-modal .how-to-measure-section .measure-item h6{margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:0.3px}.size-chart-modal .how-to-measure-section .measure-item p{font-size:14px;color:rgba(var(--content-color),1);letter-spacing:0.3px;font-weight:400}@media (min-width:992px){.video-modal .modal-dialog{--bs-modal-width:1140px}}.video-modal .modal-content{background-color:transparent;border-radius:0}.video-modal .modal-content .modal-body{padding:0}.video-modal .modal-content .modal-body iframe{border-radius:0;height:unset;aspect-ratio:81/50}.quick-view-modal .modal-content{overflow:unset}.quick-view-modal .modal-content .modal-body{padding:calc(14px + 16 * (100vw - 320px) / 1600)}.quick-view-modal .quick-view-slider{position:sticky;top:20px}.quick-view-modal .quick-view-slider .quick-slider .swiper-wrapper .main-image{border-radius:calc(6px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);padding:42px;border:1px solid rgba(var(--border-color),1);aspect-ratio:119/100;overflow:hidden;margin-bottom:1px;display:flex;align-items:center;justify-content:center}.quick-view-modal .quick-view-slider .quick-slider-2 .swiper-wrapper .thumb-image{border-radius:calc(6px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);padding:18px;height:calc(100px + 8 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center}.quick-view-modal .quick-view-slider .quick-slider-2 .swiper-wrapper .swiper-slide-thumb-active .thumb-image{border-color:rgba(var(--primary-color),1)}.quick-view-modal .quick-view-details .quick-details h4{margin-bottom:calc(6px + 4 * (100vw - 320px) / 1600);font-size:calc(19px + 9 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.quick-view-modal .quick-view-details .quick-details .rating{margin-bottom:calc(12px + 3 * (100vw - 320px) / 1600);display:flex;gap:1px}.quick-view-modal .quick-view-details .quick-details .rating li{line-height:1}.quick-view-modal .quick-view-details .quick-details .rating li i{color:rgba(var(--star),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1}.quick-view-modal .quick-view-details .quick-details .rating li span{line-height:1;padding-left:calc(4px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;padding-top:calc(1px + 2 * (100vw - 320px) / 1600);display:flex}[dir=rtl] .quick-view-modal .quick-view-details .quick-details .rating li span{padding-left:unset;padding-right:calc(4px + 2 * (100vw - 320px) / 1600)}.quick-view-modal .quick-view-details .quick-details .totle-price{margin-bottom:calc(8px + 4 * (100vw - 320px) / 1600);gap:calc(6px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;font-size:calc(22px + 4 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);font-weight:700;text-decoration:none}.quick-view-modal .quick-view-details .quick-details .totle-price del{color:rgba(var(--error),1);font-size:calc(18px + 4 * (100vw - 320px) / 1600);font-weight:400}.quick-view-modal .quick-view-details .quick-details p{color:rgba(var(--content-color),1);margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px}.quick-view-modal .quick-view-details .quick-details .color-variant{display:flex;align-items:center;gap:10px;margin-bottom:calc(14px + 6 * (100vw - 320px) / 1600)}.quick-view-modal .quick-view-details .quick-details .color-variant h5{min-width:calc(50px + 10 * (100vw - 320px) / 1600);font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:500;margin:0}.quick-view-modal .quick-view-details .quick-details .color-variant .color-filter{display:flex;gap:calc(6px + 4 * (100vw - 320px) / 1600)}.quick-view-modal .quick-view-details .quick-details .color-variant .color-filter li{width:calc(26px + 4 * (100vw - 320px) / 1600);height:calc(26px + 4 * (100vw - 320px) / 1600);border-radius:100%;cursor:pointer;position:relative}.quick-view-modal .quick-view-details .quick-details .color-variant .color-filter li::after{content:"";position:absolute;inset:-3px;border:1px solid rgba(var(--title-color),0.5);border-radius:50%;opacity:0;transition:all 0.2s ease-in-out}.quick-view-modal .quick-view-details .quick-details .color-variant .color-filter li:hover::after,.quick-view-modal .quick-view-details .quick-details .color-variant .color-filter li.active::after{opacity:1}.quick-view-modal .quick-view-details .quick-details .size-box{display:flex;align-items:center;gap:10px;margin-bottom:calc(14px + 6 * (100vw - 320px) / 1600)}.quick-view-modal .quick-view-details .quick-details .size-box h6{min-width:calc(50px + 10 * (100vw - 320px) / 1600);font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:500;margin:0}.quick-view-modal .quick-view-details .quick-details .size-box ul{display:flex;gap:calc(6px + 4 * (100vw - 320px) / 1600);padding-left:0;margin:0;list-style:none}.quick-view-modal .quick-view-details .quick-details .size-box ul li a{width:42px;height:42px;border:1px solid rgba(var(--border-color),1);border-radius:6px;display:grid;place-items:center;cursor:pointer;background-color:rgba(var(--background),1);color:rgba(var(--title-color),0.8);font-size:calc(14px + 1 * (100vw - 320px) / 1600);text-transform:uppercase;font-weight:500;transition:all 0.15s ease-in-out}.quick-view-modal .quick-view-details .quick-details .size-box ul li.active a,.quick-view-modal .quick-view-details .quick-details .size-box ul li:hover a{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff}.quick-view-modal .quick-view-details .quick-details .size-box-2 ul li a{width:auto;height:auto;padding:calc(6px + 3 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600) calc(5px + 3 * (100vw - 320px) / 1600)}.quick-view-modal .quick-view-details .quick-details .more-details{margin-top:calc(16px + 8 * (100vw - 320px) / 1600)}.quick-view-modal .quick-view-details .quick-details .more-details .btn{letter-spacing:0.3px;padding:0;font-size:calc(16px + 2 * (100vw - 320px) / 1600);border:none}.quick-view-modal .quick-view-details .quick-details .more-details .btn:hover{text-decoration:underline;color:rgba(var(--primary-color),1)}.quick-view-modal .quick-view-details .quick-details .more-details .btn i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.quick-view-modal .quick-view-details .quick-details .counter{padding:calc(4px + 1 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);gap:10px;border:1px solid rgba(var(--border-color),1);margin-bottom:10px;display:inline-flex;align-items:center}.quick-view-modal .quick-view-details .quick-details .counter button{background:rgba(var(--background),1);border:none;padding:0;width:calc(30px + 6 * (100vw - 320px) / 1600);height:calc(30px + 6 * (100vw - 320px) / 1600);border-radius:4px;color:rgba(var(--title-color),1);cursor:pointer;transition:all 0.15s ease-in-out;display:flex;align-items:center;justify-content:center}.quick-view-modal .quick-view-details .quick-details .counter button:hover{background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1)}.quick-view-modal .quick-view-details .quick-details .counter button i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.quick-view-modal .quick-view-details .quick-details .counter .count{font-weight:400;font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);text-align:center;border:none;width:calc(44px + 16 * (100vw - 320px) / 1600);line-height:1.5;letter-spacing:0.3px}.quick-view-modal .quick-view-details .quick-details .quick-button{display:grid;grid-template-columns:1fr auto auto auto;gap:calc(8px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(14px + 6 * (100vw - 320px) / 1600)}.quick-view-modal .quick-view-details .quick-details .quick-button .btn{border-radius:100px;border:none;transition:all 0.15s ease-in-out}.quick-view-modal .quick-view-details .quick-details .quick-button .btn:first-child{background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(8px + 4 * (100vw - 320px) / 1600);font-weight:500;gap:calc(4px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;animation:shake-periodic 5s linear infinite}.quick-view-modal .quick-view-details .quick-details .quick-button .btn:first-child i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.quick-view-modal .quick-view-details .quick-details .quick-button .btn:first-child:hover{background-color:rgba(var(--primary-color),0.9)}.quick-view-modal .quick-view-details .quick-details .quick-button .btn:not(:first-child){width:calc(42px + 8 * (100vw - 320px) / 1600);height:calc(42px + 8 * (100vw - 320px) / 1600);padding:0;background-color:rgba(var(--background),1);color:rgba(var(--title-color),1);display:flex;align-items:center;justify-content:center}.quick-view-modal .quick-view-details .quick-details .quick-button .btn:not(:first-child) svg{fill:rgba(var(--title-color),1);transition:fill 0.3s ease;width:20px;height:20px}.quick-view-modal .quick-view-details .quick-details .quick-button .btn:not(:first-child) i{font-size:20px;line-height:1}.quick-view-modal .quick-view-details .quick-details .quick-button .btn:not(:first-child):hover{background-color:rgba(var(--primary-color),1);color:#fff}.quick-view-modal .quick-view-details .quick-details .quick-button .btn:not(:first-child):hover svg{fill:#fff}.quick-view-modal .quick-view-details .quick-details .quick-button .btn.wishlist-btn .fill{display:none}.quick-view-modal .quick-view-details .quick-details .quick-button .btn.wishlist-btn.active{background-color:rgba(var(--primary-color),0.15);outline:1px solid rgba(var(--primary-color),0.5)}.quick-view-modal .quick-view-details .quick-details .quick-button .btn.wishlist-btn.active .line{display:none}.quick-view-modal .quick-view-details .quick-details .quick-button .btn.wishlist-btn.active .fill{display:block;color:rgba(var(--primary-color),1)}.quick-view-modal .quick-view-details .quick-details .buy-box{padding:calc(10px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);border-radius:10px;background-color:rgba(var(--background),0.3);list-style:none}.quick-view-modal .quick-view-details .quick-details .buy-box li{width:100%;color:rgba(var(--title-color),0.8);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;display:flex;align-items:center}.quick-view-modal .quick-view-details .quick-details .buy-box li i{margin-right:10px;font-size:calc(18px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);line-height:1}[dir=rtl] .quick-view-modal .quick-view-details .quick-details .buy-box li i{margin-left:10px;margin-right:unset}.quick-view-modal .quick-view-details .quick-details .buy-box li+li{margin-top:calc(6px + 2 * (100vw - 320px) / 1600);padding-top:calc(6px + 2 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}.compare-modal .compare-container{padding:10px}.compare-modal .compare-product-box{position:relative;border:1px solid rgba(var(--border-color),1);border-radius:12px;padding:15px;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all 0.2s ease-in-out;background-color:rgba(var(--white),1)}.compare-modal .compare-product-box.empty-slot{border-style:dashed;background-color:rgba(var(--background),0.5);cursor:pointer;justify-content:center;min-height:200px}.compare-modal .compare-product-box.empty-slot:hover{border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.05)}.compare-modal .compare-product-box.empty-slot:hover .add-product-btn{color:rgba(var(--primary-color),1)}.compare-modal .compare-product-box .close-btn{position:absolute;top:10px;right:10px;width:24px;height:24px;background-color:rgba(var(--error),0.1);color:rgba(var(--error),1);border-radius:50%;cursor:pointer;display:grid;place-items:center;font-size:14px;transition:all 0.2s ease-in-out}.compare-modal .compare-product-box .close-btn:hover{background-color:rgba(var(--error),1);color:#fff}.compare-modal .compare-product-box .product-img{width:120px;height:120px;margin-bottom:15px;display:flex;align-items:center;justify-content:center}.compare-modal .compare-product-box .product-img img{max-width:100%;max-height:100%;object-fit:contain}.compare-modal .compare-product-box .product-content{width:100%}.compare-modal .compare-product-box .product-content h5{font-size:16px;margin-bottom:5px;color:rgba(var(--title-color),1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-modal .compare-product-box .product-content .price{color:rgba(var(--primary-color),1);font-weight:600;font-size:15px}.compare-modal .compare-product-box .add-product-btn{display:flex;flex-direction:column;align-items:center;gap:10px;color:rgba(var(--content-color),1);font-weight:500;transition:inherit}.compare-modal .compare-product-box .add-product-btn i{font-size:32px;opacity:0.7}.compare-modal-body{padding:10px}.compare-modal-body .modal-header-text{margin-bottom:24px}.compare-modal-body .modal-header-text h3{font-weight:600;color:rgba(var(--title-color),1);margin-bottom:5px}.compare-modal-body .modal-header-text p{color:rgba(var(--content-color),1);font-size:15px}.compare-modal-body .product-selection-row{display:flex;gap:15px;margin-bottom:30px;overflow-x:auto;padding-bottom:5px}.compare-modal-body .product-selection-row .product-thumb{min-width:100px;padding:10px;border:1px solid rgba(var(--border-color),1);border-radius:12px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all 0.2s ease;background-color:rgba(var(--white),1)}.compare-modal-body .product-selection-row .product-thumb .img-box{width:60px;height:60px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.compare-modal-body .product-selection-row .product-thumb .img-box img{max-width:100%;max-height:100%;object-fit:contain}.compare-modal-body .product-selection-row .product-thumb .img-box i{font-size:24px;color:rgba(var(--content-color),1)}.compare-modal-body .product-selection-row .product-thumb .name{font-size:12px;font-weight:500;color:rgba(var(--title-color),1);text-align:center;line-height:1.2}.compare-modal-body .product-selection-row .product-thumb.active{border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.05)}.compare-modal-body .product-selection-row .product-thumb.active .name{color:rgba(var(--primary-color),1)}.compare-modal-body .product-selection-row .product-thumb.add-new{background-color:rgba(var(--background),0.5);border-style:dashed;justify-content:center}.compare-modal-body .product-selection-row .product-thumb.add-new:hover{background-color:rgba(var(--background),1)}.compare-modal-body .comparison-table-wrap{margin-bottom:20px}.compare-modal-body .comparison-table-wrap .table{margin-bottom:0;vertical-align:middle}.compare-modal-body .comparison-table-wrap .table thead th{background-color:rgba(var(--background),0.5);font-weight:600;color:rgba(var(--title-color),1);border:none;font-size:14px;white-space:nowrap;padding:12px 16px}.compare-modal-body .comparison-table-wrap .table thead th.feature-label{border-radius:8px 0 0 8px}.compare-modal-body .comparison-table-wrap .table thead th:last-child{border-radius:0 8px 8px 0}.compare-modal-body .comparison-table-wrap .table tbody tr td{padding:14px 16px;font-size:14px;color:rgba(var(--content-color),1);border-bottom:1px solid rgba(var(--border-color),0.6)}.compare-modal-body .comparison-table-wrap .table tbody tr td.feature-label{font-weight:600;color:rgba(var(--title-color),1)}.compare-modal-body .comparison-table-wrap .table tbody tr td.price{font-weight:600}.compare-modal-body .comparison-table-wrap .table tbody tr td .rating{font-size:13px}.compare-modal-body .comparison-table-wrap .table tbody tr td .rating i{color:#fbbf24;margin-right:2px}.compare-modal-body .comparison-table-wrap .table tbody tr td .color-list{display:flex;gap:6px}.compare-modal-body .comparison-table-wrap .table tbody tr td .color-list li{width:16px;height:16px;border-radius:50%}.compare-modal-body .comparison-table-wrap .table tbody tr:last-child td{border-bottom:none}.modal-footer-actions{display:flex;gap:15px;padding-top:15px;border-top:1px solid rgba(var(--border-color),1)}.modal-footer-actions .btn{flex:1;padding:12px;border-radius:8px;font-weight:500}.delivery-modal .modal-content{border:none}.delivery-modal .delivery-content .delivery-section+.delivery-section{border-top:1px dashed rgba(var(--border-color),1);padding-top:calc(10px + 6 * (100vw - 320px) / 1600);margin-top:calc(10px + 6 * (100vw - 320px) / 1600)}.delivery-modal .delivery-content .delivery-section .section-title{display:flex;align-items:center;gap:calc(4px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600)}.delivery-modal .delivery-content .delivery-section .section-title i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.delivery-modal .delivery-content .delivery-section .delivery-list,.delivery-modal .delivery-content .delivery-section .warranty-list{display:grid;gap:calc(1px + 1 * (100vw - 320px) / 1600)}.delivery-modal .delivery-content .delivery-section .delivery-list li,.delivery-modal .delivery-content .delivery-section .warranty-list li{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;color:rgba(var(--title-color),1)}.delivery-modal .delivery-content .delivery-section .return-list{display:grid;gap:5px}.delivery-modal .delivery-content .delivery-section .return-list li{font-size:16px;font-weight:400}.delivery-modal .delivery-content .delivery-section .return-list li span{color:rgba(var(--title-color),1);font-size:calc(16px + 1 * (100vw - 320px) / 1600);font-weight:600;position:relative;gap:calc(6px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center}.delivery-modal .delivery-content .delivery-section .return-list li span::before{content:"";display:block;width:calc(4px + 1 * (100vw - 320px) / 1600);height:calc(4px + 1 * (100vw - 320px) / 1600);background-color:rgba(var(--title-color),0.75);border-radius:50%}.delivery-modal .delivery-content .delivery-section .return-list li p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);line-height:1.4}.delivery-modal .delivery-content .delivery-section .help-text{color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.delivery-modal .delivery-content .delivery-section .chat-button{background-color:rgba(var(--primary-color),1);color:#fff;border:none;margin-top:16px}.delivery-modal .delivery-content .delivery-section .chat-button i{font-size:18px}.newsletter-modal .modal-dialog{max-width:950px}.newsletter-modal .modal-content{border-radius:calc(10px + 14 * (100vw - 320px) / 1600);overflow:hidden;background-color:rgba(var(--white),0.85);backdrop-filter:blur(20px);border:1px solid rgba(var(--border-color),1);box-shadow:none}.newsletter-modal .modal-content .btn-close{position:absolute;top:calc(10px + 10 * (100vw - 320px) / 1600);right:calc(10px + 10 * (100vw - 320px) / 1600);background:none;background-color:rgba(var(--background),1);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);width:calc(28px + 8 * (100vw - 320px) / 1600);height:calc(28px + 8 * (100vw - 320px) / 1600);padding:0;z-index:1;color:rgba(var(--title-color),1);opacity:1;border:1px solid rgba(var(--border-color),1);transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);display:flex;align-items:center;justify-content:center;box-shadow:none}[dir=rtl] .newsletter-modal .modal-content .btn-close{right:unset;left:calc(10px + 10 * (100vw - 320px) / 1600)}.newsletter-modal .modal-content .btn-close:hover{background-color:rgba(var(--primary-color),1);color:#fff}.newsletter-modal .modal-content .btn-close i{font-size:calc(18px + 4 * (100vw - 320px) / 1600);line-height:1}.newsletter-modal .newsletter-wrapper{position:relative;background-color:rgba(var(--white),1);overflow:hidden;display:grid;grid-template-columns:repeat(2,1fr)}@media (max-width:767.98px){.newsletter-modal .newsletter-wrapper{grid-template-columns:repeat(1,1fr)}}.newsletter-modal .newsletter-wrapper .newsletter-img-box{aspect-ratio:91/100;position:relative;height:100%;overflow:hidden}@media (max-width:767.98px){.newsletter-modal .newsletter-wrapper .newsletter-img-box{display:none}}.newsletter-modal .newsletter-wrapper .newsletter-img-box img{transition:transform 0.8s cubic-bezier(0.4,0,0.2,1)}.newsletter-modal .newsletter-wrapper .newsletter-img-box:hover img{transform:scale(1.05)}.newsletter-modal .newsletter-wrapper .newsletter-content{padding:calc(18px + 22 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600);position:relative;background:linear-gradient(135deg,rgba(var(--white),1) 0%,#f9fafb 100%);display:flex;justify-content:center;flex-direction:column}@media (max-width:767.98px){.newsletter-modal .newsletter-wrapper .newsletter-content{width:100%}}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-header{margin-bottom:calc(18px + 17 * (100vw - 320px) / 1600)}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-header .logo{width:166px;margin-bottom:25px}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-header span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);text-transform:uppercase;letter-spacing:calc(0.4px + 0.2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);font-weight:500;display:block;margin-bottom:calc(1px + 3 * (100vw - 320px) / 1600)}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-header h2{font-family:var(--play);font-size:calc(28px + 10 * (100vw - 320px) / 1600);font-weight:800;line-height:1.2;margin-bottom:8px}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-header h2 span{color:rgba(var(--primary-color),1);display:block;font-size:inherit}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-header p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .input-wrap{position:relative;margin-bottom:calc(10px + 10 * (100vw - 320px) / 1600)}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .input-wrap i{position:absolute;left:calc(12px + 2 * (100vw - 320px) / 1600);top:50%;transform:translateY(-50%);--size:calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--content-color),1);transition:color 0.2s ease-in-out}[dir=rtl] .newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .input-wrap i{left:unset;right:calc(12px + 2 * (100vw - 320px) / 1600)}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .input-wrap .form-control{padding:calc(10px + 4 * (100vw - 320px) / 1600);padding-left:calc(36px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);box-shadow:none;transition:all 0.2s ease-in-out}[dir=rtl] .newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .input-wrap .form-control{text-align:right;padding-inline:calc(10px + 4 * (100vw - 320px) / 1600) calc(36px + 8 * (100vw - 320px) / 1600)}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .input-wrap .form-control::placeholder{color:rgba(var(--content-color),0.8)}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .input-wrap .form-control:focus+i{--color:rgba(var(--primary-color),1)}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .btn-submit{width:100%;padding:calc(8px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);color:#fff;border:none;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.4px;gap:4px;transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .btn-submit:hover{background-color:rgba(var(--primary-color),0.9)}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .btn-submit span{font-size:inherit;font-weight:inherit;color:inherit}.newsletter-modal .newsletter-wrapper .newsletter-content .newsletter-form .btn-submit i{line-height:1.3;font-size:20px}.newsletter-modal .newsletter-wrapper .newsletter-content .bottom-actions{margin-top:20px;padding-top:20px;border-top:1px solid rgba(var(--border-color),1);display:flex;align-items:center;justify-content:space-between}.newsletter-modal .newsletter-wrapper .newsletter-content .bottom-actions .checkbox_animated{background-color:rgba(var(--background),1)}.newsletter-modal .newsletter-wrapper .newsletter-content .bottom-actions .checkbox_animated:checked{background-color:rgba(var(--primary-color),1)}.newsletter-modal .newsletter-wrapper .newsletter-content .bottom-actions .form-check-label{line-height:1}.newsletter-modal .newsletter-wrapper .newsletter-content .bottom-actions .no-thanks{font-size:16px;color:rgba(var(--primary-color),1);font-weight:500;text-decoration:underline;cursor:pointer}.newsletter-modal .newsletter-wrapper .newsletter-content .bottom-actions .no-thanks:hover{text-decoration:none}.newsletter-modal .newsletter-wrapper .newsletter-footer{margin-top:calc(18px + 7 * (100vw - 320px) / 1600)}.exit-modal .modal-dialog{max-width:850px;margin:1.75rem auto}@media (max-width:991.98px){.exit-modal .modal-dialog{max-width:90%;margin:1rem auto}}.exit-modal .modal-content{background-color:rgba(var(--white),1);border-radius:calc(10px + 14 * (100vw - 320px) / 1600);overflow:hidden;border:1px solid rgba(var(--border-color),1)}.exit-modal .exit-wrapper{display:flex;min-height:500px}@media (max-width:767.98px){.exit-modal .exit-wrapper{flex-direction:column}}.exit-modal .exit-img-box{width:45%;aspect-ratio:17/25;position:relative;overflow:hidden}@media (max-width:767.98px){.exit-modal .exit-img-box{width:100%;height:calc(218px + 32 * (100vw - 320px) / 448)}}.exit-modal .exit-img-box img{transition:transform 1.5s ease}.exit-modal .exit-img-box .img-overlay{position:absolute;inset:0;background:linear-gradient(to right,transparent,rgba(255,255,255,0.1))}.exit-modal .exit-content{width:55%;padding:calc(22px + 38 * (100vw - 320px) / 1600) calc(16px + 34 * (100vw - 320px) / 1600);flex-direction:column;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;background:radial-gradient(circle at top right,rgba(var(--primary-color),0.05),transparent)}@media (max-width:767.98px){.exit-modal .exit-content{width:100%}}.exit-modal .exit-content .btn-close{position:absolute;top:calc(10px + 10 * (100vw - 320px) / 1600);right:calc(10px + 10 * (100vw - 320px) / 1600);background:none;background-color:rgba(var(--background),1);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);width:calc(28px + 8 * (100vw - 320px) / 1600);height:calc(28px + 8 * (100vw - 320px) / 1600);padding:0;z-index:1;color:rgba(var(--title-color),1);opacity:1;border:1px solid rgba(var(--border-color),1);box-shadow:none;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);display:flex;align-items:center;justify-content:center}[dir=rtl] .exit-modal .exit-content .btn-close{right:unset;left:calc(10px + 10 * (100vw - 320px) / 1600)}.exit-modal .exit-content .btn-close:hover{background-color:rgba(var(--primary-color),1);color:#fff}.exit-modal .exit-content .btn-close i{font-size:22px;line-height:1}.exit-modal .exit-content .exit-header{margin-bottom:calc(14px + 21 * (100vw - 320px) / 1600)}.exit-modal .exit-content .exit-header .badge-text{font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:1.4px;display:block;margin-bottom:calc(2px + 5 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7)}.exit-modal .exit-content .exit-header h2{font-size:calc(30px + 12 * (100vw - 320px) / 1600);font-weight:800;margin-bottom:calc(8px + 6 * (100vw - 320px) / 1600);line-height:1.3;font-family:var(--play)}.exit-modal .exit-content .exit-header .coupon-box .coupon-code{font-size:calc(30px + 24 * (100vw - 320px) / 1600);font-weight:800;color:rgba(var(--primary-color),1);margin-bottom:calc(4px + 6 * (100vw - 320px) / 1600);letter-spacing:calc(0.6px + 0.4 * (100vw - 320px) / 1600)}.exit-modal .exit-content .exit-header .coupon-box p{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);margin:0}.exit-modal .exit-content .exit-header .coupon-box p span{font-weight:700;font-size:inherit;color:rgba(var(--title-color),1)}.exit-modal .exit-content .countdown-wrapper .timer{gap:calc(4px + 4 * (100vw - 320px) / 1600);margin-bottom:12px;display:flex;align-items:center;justify-content:center}.exit-modal .exit-content .countdown-wrapper .timer .time-unit{display:flex;gap:calc(4px + 4 * (100vw - 320px) / 1600)}.exit-modal .exit-content .countdown-wrapper .timer .time-unit span{width:calc(42px + 14 * (100vw - 320px) / 1600);height:calc(42px + 14 * (100vw - 320px) / 1600);background-color:rgba(var(--title-color),1);color:rgba(var(--white),1);font-size:calc(20px + 10 * (100vw - 320px) / 1600);font-weight:600;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.exit-modal .exit-content .countdown-wrapper .timer .divider{font-size:calc(22px + 10 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1)}.exit-modal .exit-content .countdown-wrapper .timer-label{font-size:calc(14px + 1 * (100vw - 320px) / 1600);font-weight:400;color:rgba(var(--title-color),0.7);letter-spacing:calc(0.4px + 0.2 * (100vw - 320px) / 1600)}.exit-modal:hover .exit-img-box img{transform:scale(1.08)}.coupon-modal .modal-dialog{max-width:1320px}.coupon-modal .modal-content{background-color:rgba(var(--white),1)!important;border-radius:12px;border:none;overflow:hidden}.coupon-modal .modal-body .search-coupon input{border-top-left-radius:calc(6px + 2 * (100vw - 320px) / 1600);border-bottom-left-radius:calc(6px + 2 * (100vw - 320px) / 1600);border-color:rgba(var(--border-color),1);background-color:rgba(var(--background),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px;color:rgba(var(--title-color),1);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600)}.coupon-modal .modal-body .search-coupon input:focus{box-shadow:none}.coupon-modal .modal-body .search-coupon input::placeholder{color:rgba(var(--content-color),1)}.coupon-modal .modal-body .search-coupon .btn{border-top-right-radius:calc(6px + 2 * (100vw - 320px) / 1600);border-bottom-right-radius:calc(6px + 2 * (100vw - 320px) / 1600);padding:0 calc(12px + 4 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);z-index:unset;line-height:1.3}.coupon-modal .modal-body .coupon-list{border-top:1px solid rgba(var(--border-color),1);padding-top:calc(12px + 8 * (100vw - 320px) / 1600);margin-top:calc(12px + 8 * (100vw - 320px) / 1600)}.coupon-modal .modal-body .coupon-list::-webkit-scrollbar{width:4px}.coupon-modal .modal-body .coupon-list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.coupon-modal .modal-body .coupon-list>h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.coupon-modal .modal-body .coupon-list ul{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(14px + 12 * (100vw - 320px) / 1600)}@media (max-width:870px){.coupon-modal .modal-body .coupon-list ul{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.coupon-modal .modal-body .coupon-list ul{grid-template-columns:1fr}}.coupon-modal .modal-body .coupon-list .coupon-title{font-size:18px;margin-bottom:12px}.coupon-modal .modal-body .coupon-list .coupon-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.coupon-modal .modal-body .coupon-list .coupon-item{position:relative;overflow:hidden;border-radius:8px}.coupon-modal .modal-body .coupon-list .coupon-item::before{display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-50%);left:calc(-10px + -4 * (100vw - 320px) / 1600);z-index:1;width:calc(20px + 8 * (100vw - 320px) / 1600);height:calc(20px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border-radius:100%;border:1px dashed rgba(var(--border-color),1)}.coupon-modal .modal-body .coupon-list .coupon-item::after{display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-50%);right:-14px;z-index:1;width:28px;height:28px;background-color:rgba(var(--white),1);border-radius:100%;border:1px dashed rgba(var(--border-color),1)}.coupon-modal .modal-body .coupon-list .coupon-item .left{height:100%;padding:calc(10px + 5 * (100vw - 320px) / 1600) calc(10px + 5 * (100vw - 320px) / 1600) calc(10px + 5 * (100vw - 320px) / 1600) calc(52px + 24 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border:1px dashed rgba(var(--border-color),1);position:relative;overflow:hidden}[dir=rtl] .coupon-modal .modal-body .coupon-list .coupon-item .left{padding-right:calc(52px + 24 * (100vw - 320px) / 1600);padding-left:calc(10px + 5 * (100vw - 320px) / 1600)}.coupon-modal .modal-body .coupon-list .coupon-item .left h6{color:rgba(var(--title-color),0.7);font-size:calc(13px + 1 * (100vw - 320px) / 1600);font-weight:400}.coupon-modal .modal-body .coupon-list .coupon-item .left .code{font-weight:700;letter-spacing:0.3px;font-size:calc(18px + 2 * (100vw - 320px) / 1600);text-transform:uppercase;margin-top:calc(3px + 2 * (100vw - 320px) / 1600)}.coupon-modal .modal-body .coupon-list .coupon-item .left p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);line-height:1.4;margin-top:calc(4px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px}.coupon-modal .modal-body .coupon-list .coupon-item .btn-apply{border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--white),1);color:rgba(var(--title-color),1);font-weight:500;font-size:calc(15px + 1 * (100vw - 320px) / 1600);padding:calc(7px + 1 * (100vw - 320px) / 1600);width:100%;margin-top:calc(6px + 6 * (100vw - 320px) / 1600);border-radius:100px;letter-spacing:0.7px;position:relative;overflow:hidden;transition:all 0.2s ease-in-out}.coupon-modal .modal-body .coupon-list .coupon-item .btn-apply:before{background-color:rgba(var(--white),1);z-index:-1}.coupon-modal .modal-body .coupon-list .coupon-item .btn-apply:hover{background-color:rgba(var(--primary-color),0.08);color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),0.5)}.coupon-modal .modal-body .coupon-list .coupon-item .discount-box{background-color:rgba(var(--primary-color),1);color:#fff;height:100%;text-align:center;position:absolute;left:0;z-index:1;top:50%;transform:translateY(-50%);writing-mode:tb-rl}[dir=rtl] .coupon-modal .modal-body .coupon-list .coupon-item .discount-box{left:unset;right:0}.coupon-modal .modal-body .coupon-list .coupon-item .discount-box h5{transform:scale(-1);margin:0 calc(12px + 8 * (100vw - 320px) / 1600);letter-spacing:0.7px;font-size:calc(16px + 2 * (100vw - 320px) / 1600)}[dir=rtl] .coupon-modal .modal-body .coupon-list .coupon-item .discount-box h5{transform:unset}nav{overflow:auto}nav .nav-tabs{border:none;background-color:rgba(var(--background),1);gap:calc(6px + 4 * (100vw - 320px) / 1600);padding:5px;overflow-x:auto;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);display:flex;flex-wrap:nowrap}nav .nav-tabs .nav-link{border:none;background-color:rgba(var(--white),1);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);font-size:calc(14px + 4 * (100vw - 320px) / 1600);font-weight:500;line-height:1;padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);text-transform:capitalize;margin-bottom:0;letter-spacing:0.3px}nav .nav-tabs .nav-link.active{background-color:rgba(var(--primary-color),1);color:#fff}.product-review-box{border:1px solid rgba(var(--border-color),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);margin-top:calc(32px + 18 * (100vw - 320px) / 1600)}.product-review-box .product-review-nav{border-color:rgba(var(--border-color),1);background-color:rgba(var(--background),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600) 0 0;padding:calc(10px + 8 * (100vw - 320px) / 1600) calc(14px + 10 * (100vw - 320px) / 1600);gap:calc(8px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;flex-wrap:nowrap;overflow:auto}.product-review-box .product-review-nav .nav-item .nav-link{margin:0;border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--white),1);border-radius:calc(5px + 1 * (100vw - 320px) / 1600);font-size:calc(14px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);padding:calc(8px + 3 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.3px;white-space:nowrap;box-shadow:none}.product-review-box .product-review-nav .nav-item .nav-link.active{background-color:rgba(var(--primary-color),1);color:#fff}.product-review-box .product-review-tab{padding:calc(16px + 8 * (100vw - 320px) / 1600)}.product-review-box .product-review-tab .description-box p{font-size:calc(14px + 3 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.product-review-box .product-review-tab .description-box .title{margin-block:14px calc(0 + 14 * (100vw - 320px) / 1600);text-align:center;padding:0}.product-review-box .product-review-tab .description-box .title~p{margin-bottom:15px}.product-review-box .product-review-tab .description-box .title h4{font-size:calc(24px + 8 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--title-color),1);position:relative;display:inline-block;padding-bottom:8px;letter-spacing:0.4px}.product-review-box .product-review-tab .description-box .title h4::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:2px;background-color:rgba(var(--primary-color),1);border-radius:10px}.product-review-box .product-review-tab .description-box .title-2{text-align:left;line-height:1}[dir=rtl] .product-review-box .product-review-tab .description-box .title-2{text-align:right}.product-review-box .product-review-tab .description-box .title-2 h5{line-height:1}.product-review-box .product-review-tab .description-box .title-2 h5::after{left:0;transform:unset}[dir=rtl] .product-review-box .product-review-tab .description-box .title-2 h5::after{left:unset;right:0}.product-review-box .product-review-tab .description-box .description-list{display:grid;gap:4px;margin-bottom:calc(14px + 11 * (100vw - 320px) / 1600)}.product-review-box .product-review-tab .description-box .description-list li{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);font-weight:500;gap:6px;letter-spacing:0.3px;display:flex;align-items:center}.product-review-box .product-review-tab .description-box .description-list li i{color:rgba(var(--primary-color),1);font-size:16px;line-height:1}.product-review-box .product-review-tab .description-box .description-image{aspect-ratio:119/100;border-radius:calc(8px + 4 * (100vw - 320px) / 1600);overflow:hidden}@media (max-width:1199.98px){.product-review-box .product-review-tab .description-box .description-image{aspect-ratio:11/5}}.product-review-box .product-review-tab .description-box .description-image:hover img{transform:scale(1.1)}.product-review-box .product-review-tab .description-box .description-image img{transition:all 0.3s ease-in-out}.product-review-box .product-review-tab .description-box .contain-box{display:grid;gap:15px}.product-review-box .product-review-tab .description-box .contain-box .contain-image{border-radius:8px;overflow:hidden;aspect-ratio:77/50}.product-review-box .product-review-tab .description-box .contain-box .contain-image:hover img{transform:scale(1.1)}.product-review-box .product-review-tab .description-box .contain-box .contain-image img{transition:all 0.2s ease-in-out}.product-review-box .product-review-tab .description-box .contain-box .contain-details{text-align:center}.product-review-box .product-review-tab .description-box .contain-box .contain-details h5{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:calc(5px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.product-review-box .product-review-tab .description-box .contain-box .contain-details p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);line-height:1.5;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-review-box .product-review-tab .additional-info-box .product-specs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(calc(260px + 20 * (100vw - 320px) / 1600),1fr));gap:calc(14px + 6 * (100vw - 320px) / 1600)}.product-review-box .product-review-tab .additional-info-box .product-specs-grid .spec-item{gap:calc(10px + 2 * (100vw - 320px) / 1600);padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.5);border:1px solid rgba(var(--border-color),0.6);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);transition:all 0.15s ease-in-out;display:flex;align-items:center}.product-review-box .product-review-tab .additional-info-box .product-specs-grid .spec-item:hover{transform:translateY(calc(0 + -3 * (100vw - 320px) / 1600));border-color:rgba(var(--primary-color),0.3);background-color:rgba(var(--primary-color),0.05);box-shadow:0 10px 20px rgba(0,0,0,0.03)}.product-review-box .product-review-tab .additional-info-box .product-specs-grid .spec-item:hover .spec-icon{background-color:rgba(var(--primary-color),1);border-color:transparent;color:#fff}.product-review-box .product-review-tab .additional-info-box .product-specs-grid .spec-item .spec-icon{width:calc(42px + 8 * (100vw - 320px) / 1600);height:calc(42px + 8 * (100vw - 320px) / 1600);border-radius:calc(5px + 1 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),0.6);font-size:calc(22px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);line-height:1;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.product-review-box .product-review-tab .additional-info-box .product-specs-grid .spec-item .spec-details{width:calc(100% - (42px + 8 * (100vw - 320px) / 1600) - (10px + 2 * (100vw - 320px) / 1600))}.product-review-box .product-review-tab .additional-info-box .product-specs-grid .spec-item .spec-details .spec-label{display:block;font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px}.product-review-box .product-review-tab .additional-info-box .product-specs-grid .spec-item .spec-details .spec-value{color:rgba(var(--title-color),0.85);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner{border-radius:8px;padding:calc(12px + 8 * (100vw - 320px) / 1600) calc(16px + 9 * (100vw - 320px) / 1600);gap:calc(10px + 5 * (100vw - 320px) / 1600);background:linear-gradient(270deg,rgba(var(--primary-color),0.05) 0%,rgba(var(--primary-color),0.15) 100%);flex-wrap:wrap;display:flex;align-items:center;justify-content:space-between}[dir=rtl] .product-review-box .product-review-tab .vendor-card-new .vendor-header-banner{background:linear-gradient(-270deg,rgba(var(--primary-color),0.05) 0%,rgba(var(--primary-color),0.15) 100%)}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper{gap:calc(10px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center}@media (max-width:575.98px){.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper{flex-wrap:wrap}}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-logo-box{min-width:calc(52px + 18 * (100vw - 320px) / 1600);height:calc(52px + 18 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);overflow:hidden;padding:calc(10px + 4 * (100vw - 320px) / 1600);box-shadow:0 4px 15px 3px rgba(var(--border-color),0.1)}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-title-meta .vendor-identity{gap:calc(4px + 6 * (100vw - 320px) / 1600);margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);flex-wrap:wrap;display:flex;align-items:center}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-title-meta .vendor-identity .vendor-name{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:0.4px}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-title-meta .vendor-identity .verified-tag{background:rgba(var(--success-color),0.09);color:rgba(var(--success-color),1);font-size:12px;font-weight:500;padding:calc(4px + 2 * (100vw - 320px) / 1600) calc(6px + 4 * (100vw - 320px) / 1600) calc(3px + 2 * (100vw - 320px) / 1600);border-radius:100px;letter-spacing:0.2px;gap:calc(2px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-title-meta .vendor-identity .verified-tag i{font-size:calc(13px + 1 * (100vw - 320px) / 1600);line-height:1}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-title-meta .vendor-rating-row{gap:calc(4px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-title-meta .vendor-rating-row .rating{display:flex;align-items:center;gap:2px}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-title-meta .vendor-rating-row .rating li i{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--border-color),1);line-height:1}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-title-meta .vendor-rating-row .rating li i.fill{color:rgba(var(--star),1)}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-profile-wrapper .vendor-title-meta .vendor-rating-row .review-text{font-size:calc(12px + 2 * (100vw - 320px) / 1600);font-weight:500}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-action{display:flex;gap:10px}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-action .visit-btn{background-color:rgba(var(--primary-color),1);color:#fff;border:1px solid rgba(var(--border-color),1);padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);gap:calc(3px + 2 * (100vw - 320px) / 1600);border-radius:6px;display:flex;align-items:center}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-action .visit-btn:hover{background-color:transparent;border-color:rgba(var(--primary-color),1);color:rgba(var(--primary-color),1)}.product-review-box .product-review-tab .vendor-card-new .vendor-header-banner .vendor-action .visit-btn i{font-size:calc(16px + 2 * (100vw - 320px) / 1600);line-height:1}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body{padding-top:calc(16px + 9 * (100vw - 320px) / 1600)}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid{display:grid;gap:15px}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid .stat-card{gap:calc(10px + 5 * (100vw - 320px) / 1600);padding:calc(10px + 5 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);border-radius:6px;background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1);transition:all 0.2s ease-in-out;display:flex;align-items:center}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid .stat-card:hover{background-color:rgba(var(--white),1);border-color:rgba(var(--primary-color),0.3)}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid .stat-card .stat-icon{width:calc(42px + 8 * (100vw - 320px) / 1600);height:calc(42px + 8 * (100vw - 320px) / 1600);border-radius:6px;font-size:calc(20px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid .stat-card .stat-icon.r-bg{background:rgba(var(--success-color),0.1);color:rgba(var(--success-color),1)}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid .stat-card .stat-icon.s-bg{background:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1)}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid .stat-card .stat-icon.c-bg{background:rgba(var(--info-color),0.1);color:rgba(var(--info-color),1)}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid .stat-card .stat-icon i{line-height:1}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid .stat-card .stat-info .label{display:block;font-size:calc(14px + 1 * (100vw - 320px) / 1600);margin-bottom:2px;letter-spacing:0.3px}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-stat-grid .stat-card .stat-info .value{font-size:calc(18px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main{height:100%;display:flex;flex-direction:column;justify-content:space-between}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-bio h5{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:0.5px;margin-bottom:calc(8px + 2 * (100vw - 320px) / 1600);padding-left:calc(8px + 4 * (100vw - 320px) / 1600);padding-block:calc(1px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);border-left:calc(2px + 1 * (100vw - 320px) / 1600) solid rgba(var(--primary-color),1)}[dir=rtl] .product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-bio h5{padding-right:calc(8px + 4 * (100vw - 320px) / 1600);padding-left:unset;border-right:calc(2px + 1 * (100vw - 320px) / 1600) solid rgba(var(--primary-color),1);border-left:unset}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-bio p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-bio .vendor-features{display:grid;gap:calc(3px + 2 * (100vw - 320px) / 1600);margin-top:calc(12px + 4 * (100vw - 320px) / 1600)}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-bio .vendor-features li{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.9);gap:6px;display:flex;align-items:center}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-bio .vendor-features li i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);color:rgba(var(--success-color),1);line-height:1}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(12px + 8 * (100vw - 320px) / 1600);padding-top:calc(14px + 6 * (100vw - 320px) / 1600);margin-top:calc(10px + 10 * (100vw - 320px) / 1600);border-top:1px dashed rgba(var(--border-color),1)}@media (max-width:575.98px){.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-contact-grid{grid-template-columns:repeat(1,1fr)}}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-contact-grid .contact-box{display:flex;gap:calc(8px + 4 * (100vw - 320px) / 1600)}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-contact-grid .contact-box i{font-size:calc(20px + 2 * (100vw - 320px) / 1600);line-height:1.2;color:rgba(var(--primary-color),1)}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-contact-grid .contact-box .contact-text .label{font-weight:500;font-size:calc(13px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);letter-spacing:0.6px;margin-bottom:2px}.product-review-box .product-review-tab .vendor-card-new .vendor-content-body .vendor-details-main .vendor-contact-grid .contact-box .contact-text p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:500}.offcanvas{border:none;margin:calc(6px + 4 * (100vw - 320px) / 1600);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);overflow:hidden;border:none}.offcanvas .offcanvas-header{background-color:rgba(var(--border-color),0.5);border-bottom:1px solid rgba(var(--border-color),1);padding:calc(14px + 4 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600)}.offcanvas .offcanvas-header .offcanvas-title{font-size:calc(18px + 4 * (100vw - 320px) / 1600);line-height:1}.offcanvas .offcanvas-header .btn-close{padding:0;background:none;margin:0 0 0 auto;width:auto;height:auto;line-height:1;opacity:1;box-shadow:none;font-size:calc(20px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);display:flex}[dir=rtl] .offcanvas .offcanvas-header .btn-close{margin-left:unset;margin-right:auto}.offcanvas.cart-offcanvas{border:none;max-width:560px;width:calc(100% - (6px + 4 * (100vw - 320px) / 1600) - (6px + 4 * (100vw - 320px) / 1600));background-color:rgba(var(--white),1)}.offcanvas.cart-offcanvas .offcanvas-body{padding:0}.offcanvas.cart-offcanvas .cart-product-box{padding:calc(12px + 4 * (100vw - 320px) / 1600);height:calc(100vh - (147px + 40 * (100vw - 320px) / 1600));overflow:auto}.offcanvas.cart-offcanvas .cart-product-box:has(.no-cart[style="display: flex;"]){height:calc(100vh - 81px)}.offcanvas.cart-offcanvas .cart-product-box:has(.no-cart[style="display: flex;"])~.total-price-box{display:none}.offcanvas.cart-offcanvas .cart-product-box:empty{display:none}.offcanvas.cart-offcanvas .cart-product-box>li{width:100%}.offcanvas.cart-offcanvas .cart-product-box>li+li{margin-top:18px;padding-top:18px;border-top:1px solid rgba(var(--border-color),1)}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .edit-delete-buttons{position:absolute;top:0;right:0;display:grid;gap:4px}[dir=rtl] .offcanvas.cart-offcanvas .cart-product-box>li .product-box .edit-delete-buttons{right:unset;left:0}@media (max-width:480px){.offcanvas.cart-offcanvas .cart-product-box>li .product-box .edit-delete-buttons{position:relative;display:flex;inset:unset;margin-left:90px;margin-top:8px}[dir=rtl] .offcanvas.cart-offcanvas .cart-product-box>li .product-box .edit-delete-buttons{inset:unset;margin-left:unset;margin-right:90px}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .edit-delete-buttons li{width:100%}}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .edit-delete-buttons .btn{background-color:rgba(var(--border-color),0.5);border:1px solid rgba(var(--border-color),1);padding:0;width:34px;height:34px;border-radius:6px;color:rgba(var(--title-color),1);font-size:17px}@media (max-width:480px){.offcanvas.cart-offcanvas .cart-product-box>li .product-box .edit-delete-buttons .btn{width:100%}}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .edit-delete-buttons .btn.delete-btn{border-color:rgba(var(--error),0.3);background-color:rgba(var(--error),0.09);color:rgba(var(--error),1)}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box{display:flex;gap:10px;position:relative}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-image{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmIAAAIdCAMAAACp/OHAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEXRSTlMAcBBACCBgUDB4SDgYaFgogXdUmz4AABDwSURBVHja7N0LeoJADEXhecEAgnb/q+0K/Kq2nUlyz7+CWuMkJAHSR5bckrB1Sfhv95qE1SPhv5Vckq5lTfh3N+X/ctul64RR1i3pohgbYVH+JR/Spegwh3DNSzE2RMu62YJi7F00xyjGbBJOlXTGniNV/onlSniCVPk3KMaeI1X+ia7cFhyp5UfStPWEIc5ddFbZ9oTnmFXStvBkvSVJtC2GKfuZFC05YZCHaOcia/60pjjuSRHbFgNdkuUY2xY/oBz7NdV+zasox37tkDy8Z6mKSYNMOdSqWPsyCh+pZcGxMNeUQ52CN1aSKcfaBGNsZ075M0r+36hkyrG63GB4YaNnrHbJ/ajZ6BmsyF1WstEz2qm2fcAtu8M91C4rVRcyJ7qJxRitsfHqpZU6NJdMPsKCIq0xN7rUHYYU/K+iPfapVfVm5bcQYxT8zpSsFGPMwl9CjNHhd0Ypxij438S4kjepOCEUYzx6YJKSZcZ3rPS8gXqMvoUnOjFG3+JlxBi3LTijEmONx1tMU0RmSbRf52mrxN5Fk3xujBVdYkeRtbGZqsKuNVOk9xBj7+scYzNtAn2jwjE21SkwTOIY+wANMo4xR8p1j/4NcIzNdkQv+jnGpqvR38HLMTbdGbwgK7T4pyv5CP0l0OI3IHZB1kJ/Oi9ue+SV/iox87cudIesCYwxHCg9cDqRfY21MTXw/W/RGzNeBL6yXK4EC1rcK0se/mrFFrXqXxgjWVHWK+ZBxuvd7Kh7yJzCDW+GlNwjfhs0LiyJ2b6gcWFJyWu8g2xh48KUuscrj3mmnS0BB0ol3CfybgtX9lPxW1N6tLJ/DfZ5Aig5ViOWHr9BwbLlwdOg7ImVLRvNMYtCBRnNMZu2QJ1YUqVRcUoy9vjNqlGC7EGqtKr0ryNEkN1JlWaVnmuAICNVWhYjyEiVppUeoCbjqtK20r+8BxkNWOvK4f0kowFrXtny+kiOHfcE67bseqx0hbzNKprFc+XPBqwPpee713x54ykXTmxX3nyeBzT53Tj77vIoa9njXy2qbavHqmzhEQTf7N3rbtswDAVgkbrf/f5Puy3ZhmUrtqWNK4o+H9AfBYrCRU4lirLlnXCkvt2EiQeSNuNjDmmvjmZAObabNI6xU8pQjm2IU9gpZQ3l2I44jSPsUpfVS7whXSE3I3W7xd0MBW992JYvnaL8wcxhs3JnnEbuxcueijh784Nj9n6mlKp9kFKa3jeW/ZdclbfhCFZwzLge1cYYOuUjE4UwYozFPogxjnD7iYN6GMWm6cWPz1fifAlHKFNUzLilGkfPB339KjX95xjl2PtZbQyBDgqjVN8MyOBtyH3U9UsAnqkMytRjqbPdYhWjeQ/2s5bQjxyQNClaiv0IZVXOeNbYM/VYJ7vHkt+aD2B/S1ofFrOnCL7GfvTxmf/3riUbe6ZRUnPmDUzzBeXALCHnUCYGNAna/eMY9tzPw90KLnoI15satVfVnXZQFr2+uRLnUxn9oBDt9GxeXMuX0XPuo6TJ5t8SsXkZdys8Y8JwJkTz1Y6Q7wu06Zsz7+O4zWTj6HRQH6Wmp36TffVOUkuDaCBmkjQ/bRmh51vvKVpb7/1Odm8Hirl5n1K1JY5AdGTqI9qUGovZSeIUaYctjuvh5meyttz7nZSPb+iH+/eZiHoIMZZbFJnNRwVrznDf4ljfrIF/4p+cOYWjak7ibcgDgxkwJXMaTiOHisrs4hqdGwEfiQpSdmnnP5PUClJ2bW+1x85ImY4TTeE9LDlzvrbjI4HwIrY78xl8zGPnk43g/eIw/3TlZ+jh42I0n4Ut4fWFF+S6NZ9nDgxl1/PPjGEogw9yZM2nSmHXQ9rgnfi5jOGkedggY4YrBdyPcSFPZQyHgMMuGTMpIGTXwWs+bK/pLdnwd0zVPA+vYgfpcyVCdiX/nzGEDHbLGEJ2FQszZnggZFewMmPGE07UvoClGTMJt2FcAPenMoaQwdNcj2YhtmQN6ObicOZJWFzCU0p3ZqVJA7OlcpbYLJXI4lA83ZZnDLOlepXYrNWwtlRurm+D2oy1pWqNlr8tiePysRT+oKbRf5eooOxXjPv6Fz1zJDxEopgbYf0YMlH2q7a8efGVKxjINLMk4IxDj4pMs7l+YYmlpXISFpbGJBFXAefgLmGawkCmWhHx6VYJUzY8UFb0G0b7QrGZRYwgMqIOPygs+lH1a+ZGlzBLcccNsXpJ6PRjstRNSEE2MVnqxbT+1ov7ylJAow5O4YT0P2U06uAUVsZdD3X9bd9wliajEhJyGfCdxkqIu4jLgJ8UVkJCLgN+UNiaEnIZcAYv46YHIY06+IW2LUshlwFncGFIqLYlPIcHD9RtWbooYnce7lRmTMplwAM9J6sgY8oJOFnlm5TRvFBLyIquZRx3p5aQFZ2QqMMZ3BCxVYiMaVY6MgZ/ULiicx0Z00tKxqIBrYRkLCJjeq0/Qv0GGVMsIWPwFn0ddmRMMWQMfoeMwW6QMfgdMga7SVnEujKI2JqH7zT2LrCXpBkyBm9Q2OfHfReaydivZLz2WbEv7N2BbtpAEEXRxV5jsIH8/9+2kARomyhSE8Sdp3u+AInVevxmdj0y5sf2iEuqdJG5xg5eeBGMEUwx3jx0Jy6YWjeE3VRXgaHBeGxKNTDO8DKe2LrKe6GD7KZ6iAOi2DYeS8Z4oTO6SMaIxxgrXY+xIIrtcdsUi1FsnxAhna7yiu3OCFD0EAOi2Gb8Ct2JK7Z3dpKCMYrt5dQUi1Fsby3HcnVEyc/oZ+kmr9h+sRwLxii2GTmw7oUV2/1oORYM8e8Om6ZYA+KuC8I61x2LbZWCKMeUzGJbjzYgmpVKtnrgTB/Jala6kWbrm6e3CRHtUj3O9PTkYtjMbmTRluc/Kkc3smgd8LV6N7Js0763p3Mji4YI+afNAljpuop7VLbWF3PgXIhHZWs7L7TOBXirPBtmN7JUgAD21bq36g/1/AD2Fl9Afol+2AlTBln1h+qIKWur/mQr4g4Cs/5kpNP/jC826SwvHPNhGQwSjr0a7CcF6qxLTHyzDASq+M/WPaF1qh+1ZUXrfoQ3DybjfzMcT6wfpG+baduG6UUa3tHdFTHLpp8z4q6UO1iQZYEFF2fDhpTXKS24OOunI+3xre+gDCda9MeaeNtYayvifm1l5q+vJgeug0zIC35N+pMgtzHXWBJaG+lNP+IyO/2vLXS/mBGfNVfa/KvhRSTqNuYai4HdxlxjMUinkf6045z3VF42djEZ9GdgZmMXB4P+CBP4kw8H7+yMsAUOXLwbXGMJkAMXtzWGfR1R7bkxG5ZRgOOvrrEsfY8OOV1jAUb2qQxr/vo6c6bHNRYEdzTcNZZm2je2wZy/OnL8enGwX1ncCzq3cI0FAF2U/pkXdrSir4zwgv+3nTOKpXXs9OvN6horjTv9ejN6Lqky9LzFu7HCj9Rn+AX/b7NneAsrUPC31o8VfqU+NtAT/ovuiGJh+ITfdmV17MlEY/4AFaIxI9ja5iJlzggfb1PtaOxsOTXVVKbRjL1PSF9YqvxzRhdVga9Q+ctQohehf/G+WfOZydfKmko0kZy6qKzOk7K1mX34UxWvt7Dk/8Xe3SA1CARBFE4RSFLmz/ufVkjA0tID9GvedwItR3bonV0agFZKW34m0kp5eNryE2HSV4dgqTDpqyk/FWaf8mUAvZ5oA5noWU2ohV2oiR7WHKV+uMD+ZicTWBrK7KvtGBfjlEj8Z1uFvfjVGVg+VMD/cme9oYgV8C8GN5JgYLHF7Br8pTD948K7msTkgmVEXG7xy8iZCNcCeKL/aXKB8oFrxuaf2aWS5AIMmkZDfhJgM2bIDwNsxlwqWYjNmEslCrEZc6lEYVz7+sfDpZKDuekH+JCTNmfmlb1OWXNcoUsO4Ss7erlBRxcc6+GADfB/OyLfhXeJNsBvOIaDDF8Nx0iAY4mrh9dcMAy4MyJ2/DTUft8boTCo/b4dPwa23yceBN0nbr9vxg9BzfcXA7eR3BPkcLUDsCjkd/8Rd2fCLj2Y8zwGFxysq6sNLoDIr5S860R36cZOl7jR8X6gXynNXxHIr5TmrwiP54FsMn+NB96l9PtIDNRTSJubj7F0T/pJi7OPsXDcwVd3wyHGzwOcj7F08NTCx1i+O/4SEh9j4aB3p/gY46AHYz7G4l3RsxZmYwD4YMyIPx35hMhmYs+LtMNnr4sT/p2lGj57nU0Fj+Ji+OzV8dd0/Ox1NjnFHww+lLjyU5XB+PG+ZyrDFcT7s9H4NdcRPve6Ohq/xmKf1vUxBtCwg+R5t2gt7/stv0ehih0k49dkNSXmF95Swa+1sOEHaNgH51+WVq3mn9+xsVQVoxY2/Ml6SsyGP1RPidnwhypaXmz4MxWVmA1/pqISq/pdinSMvb5dS/b0y3SMvb6NfjQ8UVOJOdITqarEHOlJVFViPdthTbpKzGgsUFeJ+c2aQF0ldvALgnnKSqzk0F6VshJzEylPWYm5iZSnrcRcKeO0ldjgSpmmrcRcKeOciyYtXCkj1f3Tu1KmqSsx09c0fSXmXWNh+krMfcov9s4gqWEYCIKmSAGBJPD/10JBFUewcvFOT/cPFK/j0exoNQzOIbdfzrwlRQMsMcb8Wg7AEJ/Z11lgJvN4LHwqwBLz3q1RYKYkwi5yBUG4kFKDfzRMaazBPwhmiXkQaRCQ20MqXpxQmA09bYtBMEtse6Kl4ILBhV5/eDOXOAZe0OKbC9HuC+XKLDFi6zUVavDlxhQAiRBblPaQJoFsUaIXFgfXo6QqgDgo9zYrxsbC9Y+4KwuDG3PXGRsC1HnVGZvD9bJRsU05A6ot5viUKZDdI64fEwX5MZwM8E8AvbN/4OrMILiexRfP5MXFAPYs7ITP4Ez+liCPiKYBV8Sar8dD3lCyfeUY0BtK+GYmBPgzUO8fD3pDqd6fwAdbD8N3Mwng33L9/aN5waaq2Ufdg8B3WOA75gCoJ8ELDr+EcALnEflxuAjg3r4tpOMpSB7bQroLjVe3lCnAjVe3lIdTIMXcUq6jFHNLGUSBFEOfE50P3xWD3raZw3uBFNu2m1MH1rFBaegyhA5XUtfiLrxPT9cigZLfXtdiDaWY2eogOqSYrsUSSjFfpSQ6XDGzFovoF7nQICoalBpj69ig9O7zFBqyYiXHkafS8/nQe13AAIKJsSCKbtLTe92JXw9Hp0RR0gP3KqTjeH3catDeX0HjVXs/haZRD49F/9hzqLIjtff3odp3FGQUTWq/qFc2iSa1X+UBzqFJ7VtiS3hkwtVmUKZO7IPvxiSPsiCFoiSPUYsFHLdvieVQMOO11qKZQVX7yBLbje0jpWcObdEDA2P/41ttiWXRpk0ssT1oRRp7DaKuZ9emPY+nrENpie3DDqUlFkSdNLHEdqBnYYklUTf81BLbgwk9SyyHmlHVltgKehaWWBB9J1ctsb/xB3fFafQ1hS2xz/buIAdCGIah6G4Wc/8Dc4SkRUKy/P4NitxA7TSs0GdBYjHU2WIktoEtRmI51LXykNgGtpgDThBt149IbIduMRLLofDDpK576RhbmhMYReHzLlzyKZxXS06i7RKl4U87mPt2VQyN45sLd9UxZouJzHIozI8aC/cF/jllV6VQmB+R2AL5kcKdQ91Ai8rCfYGIUuGOoTCvK9xVZ5CYJWdRmNdJwQdITESZRWFeV7jkEzxvqWwYhXkdc3+AxJj7WRS+NTivI94arrglUSgxzusAibHFsuj79tVWPUBi6nYYfRIrnER0gfa8F/x5FhuYRPf8eBYDJKaVJ4s6iTlQjpCYA2UWX0jsAXlHUFNiuiCNAAAAAElFTkSuQmCCCg==);width:calc(80px + 24 * (100vw - 320px) / 1600);height:calc(80px + 16 * (100vw - 320px) / 1600);padding:10px;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);background-size:contain;background-position:center bottom;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-image::before{background:linear-gradient(174deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 100%);z-index:-1}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content{width:calc(100% - (126px + 22 * (100vw - 479px) / 1441))}@media (max-width:480px){.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content{width:calc(100% - (80px + 13 * (100vw - 320px) / 161) - 10px)}}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content h6{color:rgba(var(--content-color),1);font-size:14px;font-weight:400;letter-spacing:0.4px}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content h3{word-break:break-all;font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content h3 span{font-size:inherit;font-weight:500;color:rgba(var(--primary-color),1)}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content .price{font-size:calc(16px + 2 * (100vw - 320px) / 1600);margin-top:calc(4px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1)}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content .price del{font-size:calc(15px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content .price span{color:rgba(var(--error),1);font-weight:500}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content .variant-product{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content .variant-product li{background-color:rgba(var(--background),0.5);border:1px solid rgba(var(--border-color),1);padding:5px 12px;border-radius:4px;text-transform:capitalize;letter-spacing:0.3px;font-weight:500;color:rgba(var(--title-color),0.6)}.offcanvas.cart-offcanvas .cart-product-box>li .product-box .product-top-box .product-content .variant-product li span{font-size:14px;color:rgba(var(--title-color),1)}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box{margin-top:10px;padding-top:10px;border-top:1px solid rgba(var(--border-color),1);display:none}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box.active{display:block}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box .cart-slim-select{padding:6px 12px;font-size:16px;width:160px;font-weight:400;letter-spacing:0.3px;border-radius:6px}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width:480px){.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul{grid-template-columns:repeat(2,1fr);row-gap:calc(8px + 2 * (100vw - 320px) / 161)}}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul:not(:has(>li:nth-child(3))){grid-template-columns:repeat(2,1fr)}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul>li+li{margin-left:calc(8px + 6 * (100vw - 480px) / 1440);padding-left:calc(8px + 6 * (100vw - 480px) / 1440);border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul>li+li{margin-right:calc(8px + 6 * (100vw - 480px) / 1440);margin-left:unset;padding-right:calc(8px + 6 * (100vw - 480px) / 1440);padding-left:unset;border-right:1px solid rgba(var(--border-color),1);border-left:unset}@media (max-width:480px){.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul>li:last-child{margin:0;padding:0;border:none}[dir=rtl] .offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul>li:last-child{margin:0;padding:0;border:none}}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul .variant-title{margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600)}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul .variant-title h4{font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:400;letter-spacing:0.3px;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul .custom-slim-select{padding:7px 11px;border-radius:6px;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul .counter{display:flex;gap:6px;border-radius:4px;padding:0}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul .counter span{font-weight:400;line-height:1;height:calc(35px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.9);display:grid;place-items:center}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box>ul .counter button{background-color:rgba(var(--border-color),0.5);min-width:calc(32px + 4 * (100vw - 320px) / 1600);font-size:18px;color:rgba(var(--title-color),1)}.offcanvas.cart-offcanvas .cart-product-box>li .variant-main-box .save-variant-btn{margin-top:13px;letter-spacing:0.5px;border-radius:8px;font-size:18px;font-weight:400}.offcanvas.cart-offcanvas .cart-product-box>li.no-cart{height:100%;flex-direction:column;align-items:center;justify-content:center}.offcanvas.cart-offcanvas .cart-product-box>li.no-cart h4{color:rgba(var(--title-color),0.8);font-size:20px;margin-top:14px}.offcanvas.cart-offcanvas .cart-product-box>li.no-cart svg{height:175px}.offcanvas.cart-offcanvas .total-price-box{padding:calc(10px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--border-color),0.5);border-top:1px solid rgba(var(--border-color),1)}.offcanvas.cart-offcanvas .total-price-box .btn-group{display:flex;align-items:center;gap:calc(8px + 7 * (100vw - 320px) / 1600)}.offcanvas.cart-offcanvas .total-price-box .btn-group .btn{width:100%;border-color:rgba(var(--primary-color),1);transition:all 0.15s ease-in-out;line-height:1.3;font-size:calc(14px + 2 * (100vw - 320px) / 1600);padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 2 * (100vw - 320px) / 1600) calc(9px + 2 * (100vw - 320px) / 1600);border-radius:100px}.offcanvas.cart-offcanvas .total-price-box .btn-group .btn span{font-size:16px;transition:all 0.15s ease-in-out;color:#fff}.offcanvas.cart-offcanvas .total-price-box .btn-group .btn.cart-btn{background-color:transparent;color:rgba(var(--primary-color),1)}.offcanvas.cart-offcanvas .total-price-box .btn-group .btn.cart-btn:hover{background-color:rgba(var(--primary-color),1);color:#fff}.offcanvas.cart-offcanvas .total-price-box .btn-group .btn.checkout-btn{background-color:rgba(var(--primary-color),1);color:#fff}.offcanvas.cart-offcanvas .total-price-box h5{font-size:14px;text-align:center;margin-top:calc(8px + 4 * (100vw - 320px) / 1600);font-weight:400;color:rgba(var(--content-color),1)}.offcanvas.cart-offcanvas .total-price-box .cart-form{min-height:unset;margin:0;padding:0;display:flex;gap:6px;margin-top:15px}.offcanvas.cart-offcanvas .total-price-box .cart-form .form-check-input{float:unset;box-shadow:none;border-color:rgba(var(--border-color),1);filter:none;margin:3px 0 0}.offcanvas.cart-offcanvas .total-price-box .cart-form .form-check-label{font-size:15px}.offcanvas.cart-offcanvas .total-price-box .cart-form .form-check-label a{font-size:15px;display:inline-block;text-decoration:underline}.offcanvas.wishlist-offcanvas{max-width:500px;width:calc(100% - (6px + 4 * (100vw - 320px) / 1600) - (6px + 4 * (100vw - 320px) / 1600));border:none;background-color:rgba(var(--white),1)}.offcanvas.wishlist-offcanvas .offcanvas-header{background:linear-gradient(90deg,rgba(var(--primary-color),0.1) 0%,rgba(var(--primary-color),0.05) 100%)}[dir=rtl] .offcanvas.wishlist-offcanvas .offcanvas-header{background:linear-gradient(-90deg,rgba(var(--primary-color),0.1) 0%,rgba(var(--primary-color),0.05) 100%)}.offcanvas.wishlist-offcanvas .offcanvas-body{height:calc(100vh - 82px)}.offcanvas.wishlist-offcanvas .offcanvas-body::-webkit-scrollbar{width:4px}.offcanvas.wishlist-offcanvas .offcanvas-body::-webkit-scrollbar-thumb{background:rgba(var(--primary-color),0.1);border-radius:10px}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list{width:100%}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list+.product-list{margin-top:16px;padding-top:16px;border-top:1px solid rgba(var(--border-color),1)}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box{display:flex;gap:12px;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);position:relative}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box:hover{border-color:rgba(var(--primary-color),0.3)}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box:hover .product-image img{transform:scale(1.08)}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-image{width:94px;height:94px;border-radius:8px;overflow:hidden;border:1px solid rgba(var(--border-color),1);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmIAAAIdCAMAAACp/OHAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEXRSTlMAcBBACCBgUDB4SDgYaFgogXdUmz4AABDwSURBVHja7N0LeoJADEXhecEAgnb/q+0K/Kq2nUlyz7+CWuMkJAHSR5bckrB1Sfhv95qE1SPhv5Vckq5lTfh3N+X/ctul64RR1i3pohgbYVH+JR/Spegwh3DNSzE2RMu62YJi7F00xyjGbBJOlXTGniNV/onlSniCVPk3KMaeI1X+ia7cFhyp5UfStPWEIc5ddFbZ9oTnmFXStvBkvSVJtC2GKfuZFC05YZCHaOcia/60pjjuSRHbFgNdkuUY2xY/oBz7NdV+zasox37tkDy8Z6mKSYNMOdSqWPsyCh+pZcGxMNeUQ52CN1aSKcfaBGNsZ075M0r+36hkyrG63GB4YaNnrHbJ/ajZ6BmsyF1WstEz2qm2fcAtu8M91C4rVRcyJ7qJxRitsfHqpZU6NJdMPsKCIq0xN7rUHYYU/K+iPfapVfVm5bcQYxT8zpSsFGPMwl9CjNHhd0Ypxij438S4kjepOCEUYzx6YJKSZcZ3rPS8gXqMvoUnOjFG3+JlxBi3LTijEmONx1tMU0RmSbRf52mrxN5Fk3xujBVdYkeRtbGZqsKuNVOk9xBj7+scYzNtAn2jwjE21SkwTOIY+wANMo4xR8p1j/4NcIzNdkQv+jnGpqvR38HLMTbdGbwgK7T4pyv5CP0l0OI3IHZB1kJ/Oi9ue+SV/iox87cudIesCYwxHCg9cDqRfY21MTXw/W/RGzNeBL6yXK4EC1rcK0se/mrFFrXqXxgjWVHWK+ZBxuvd7Kh7yJzCDW+GlNwjfhs0LiyJ2b6gcWFJyWu8g2xh48KUuscrj3mmnS0BB0ol3CfybgtX9lPxW1N6tLJ/DfZ5Aig5ViOWHr9BwbLlwdOg7ImVLRvNMYtCBRnNMZu2QJ1YUqVRcUoy9vjNqlGC7EGqtKr0ryNEkN1JlWaVnmuAICNVWhYjyEiVppUeoCbjqtK20r+8BxkNWOvK4f0kowFrXtny+kiOHfcE67bseqx0hbzNKprFc+XPBqwPpee713x54ykXTmxX3nyeBzT53Tj77vIoa9njXy2qbavHqmzhEQTf7N3rbtswDAVgkbrf/f5Puy3ZhmUrtqWNK4o+H9AfBYrCRU4lirLlnXCkvt2EiQeSNuNjDmmvjmZAObabNI6xU8pQjm2IU9gpZQ3l2I44jSPsUpfVS7whXSE3I3W7xd0MBW992JYvnaL8wcxhs3JnnEbuxcueijh784Nj9n6mlKp9kFKa3jeW/ZdclbfhCFZwzLge1cYYOuUjE4UwYozFPogxjnD7iYN6GMWm6cWPz1fifAlHKFNUzLilGkfPB339KjX95xjl2PtZbQyBDgqjVN8MyOBtyH3U9UsAnqkMytRjqbPdYhWjeQ/2s5bQjxyQNClaiv0IZVXOeNbYM/VYJ7vHkt+aD2B/S1ofFrOnCL7GfvTxmf/3riUbe6ZRUnPmDUzzBeXALCHnUCYGNAna/eMY9tzPw90KLnoI15satVfVnXZQFr2+uRLnUxn9oBDt9GxeXMuX0XPuo6TJ5t8SsXkZdys8Y8JwJkTz1Y6Q7wu06Zsz7+O4zWTj6HRQH6Wmp36TffVOUkuDaCBmkjQ/bRmh51vvKVpb7/1Odm8Hirl5n1K1JY5AdGTqI9qUGovZSeIUaYctjuvh5meyttz7nZSPb+iH+/eZiHoIMZZbFJnNRwVrznDf4ljfrIF/4p+cOYWjak7ibcgDgxkwJXMaTiOHisrs4hqdGwEfiQpSdmnnP5PUClJ2bW+1x85ImY4TTeE9LDlzvrbjI4HwIrY78xl8zGPnk43g/eIw/3TlZ+jh42I0n4Ut4fWFF+S6NZ9nDgxl1/PPjGEogw9yZM2nSmHXQ9rgnfi5jOGkedggY4YrBdyPcSFPZQyHgMMuGTMpIGTXwWs+bK/pLdnwd0zVPA+vYgfpcyVCdiX/nzGEDHbLGEJ2FQszZnggZFewMmPGE07UvoClGTMJt2FcAPenMoaQwdNcj2YhtmQN6ObicOZJWFzCU0p3ZqVJA7OlcpbYLJXI4lA83ZZnDLOlepXYrNWwtlRurm+D2oy1pWqNlr8tiePysRT+oKbRf5eooOxXjPv6Fz1zJDxEopgbYf0YMlH2q7a8efGVKxjINLMk4IxDj4pMs7l+YYmlpXISFpbGJBFXAefgLmGawkCmWhHx6VYJUzY8UFb0G0b7QrGZRYwgMqIOPygs+lH1a+ZGlzBLcccNsXpJ6PRjstRNSEE2MVnqxbT+1ov7ylJAow5O4YT0P2U06uAUVsZdD3X9bd9wliajEhJyGfCdxkqIu4jLgJ8UVkJCLgN+UNiaEnIZcAYv46YHIY06+IW2LUshlwFncGFIqLYlPIcHD9RtWbooYnce7lRmTMplwAM9J6sgY8oJOFnlm5TRvFBLyIquZRx3p5aQFZ2QqMMZ3BCxVYiMaVY6MgZ/ULiicx0Z00tKxqIBrYRkLCJjeq0/Qv0GGVMsIWPwFn0ddmRMMWQMfoeMwW6QMfgdMga7SVnEujKI2JqH7zT2LrCXpBkyBm9Q2OfHfReaydivZLz2WbEv7N2BbtpAEEXRxV5jsIH8/9+2kARomyhSE8Sdp3u+AInVevxmdj0y5sf2iEuqdJG5xg5eeBGMEUwx3jx0Jy6YWjeE3VRXgaHBeGxKNTDO8DKe2LrKe6GD7KZ6iAOi2DYeS8Z4oTO6SMaIxxgrXY+xIIrtcdsUi1FsnxAhna7yiu3OCFD0EAOi2Gb8Ct2JK7Z3dpKCMYrt5dQUi1Fsby3HcnVEyc/oZ+kmr9h+sRwLxii2GTmw7oUV2/1oORYM8e8Om6ZYA+KuC8I61x2LbZWCKMeUzGJbjzYgmpVKtnrgTB/Jala6kWbrm6e3CRHtUj3O9PTkYtjMbmTRluc/Kkc3smgd8LV6N7Js0763p3Mji4YI+afNAljpuop7VLbWF3PgXIhHZWs7L7TOBXirPBtmN7JUgAD21bq36g/1/AD2Fl9Afol+2AlTBln1h+qIKWur/mQr4g4Cs/5kpNP/jC826SwvHPNhGQwSjr0a7CcF6qxLTHyzDASq+M/WPaF1qh+1ZUXrfoQ3DybjfzMcT6wfpG+baduG6UUa3tHdFTHLpp8z4q6UO1iQZYEFF2fDhpTXKS24OOunI+3xre+gDCda9MeaeNtYayvifm1l5q+vJgeug0zIC35N+pMgtzHXWBJaG+lNP+IyO/2vLXS/mBGfNVfa/KvhRSTqNuYai4HdxlxjMUinkf6045z3VF42djEZ9GdgZmMXB4P+CBP4kw8H7+yMsAUOXLwbXGMJkAMXtzWGfR1R7bkxG5ZRgOOvrrEsfY8OOV1jAUb2qQxr/vo6c6bHNRYEdzTcNZZm2je2wZy/OnL8enGwX1ncCzq3cI0FAF2U/pkXdrSir4zwgv+3nTOKpXXs9OvN6horjTv9ejN6Lqky9LzFu7HCj9Rn+AX/b7NneAsrUPC31o8VfqU+NtAT/ovuiGJh+ITfdmV17MlEY/4AFaIxI9ja5iJlzggfb1PtaOxsOTXVVKbRjL1PSF9YqvxzRhdVga9Q+ctQohehf/G+WfOZydfKmko0kZy6qKzOk7K1mX34UxWvt7Dk/8Xe3SA1CARBFE4RSFLmz/ufVkjA0tID9GvedwItR3bonV0agFZKW34m0kp5eNryE2HSV4dgqTDpqyk/FWaf8mUAvZ5oA5noWU2ohV2oiR7WHKV+uMD+ZicTWBrK7KvtGBfjlEj8Z1uFvfjVGVg+VMD/cme9oYgV8C8GN5JgYLHF7Br8pTD948K7msTkgmVEXG7xy8iZCNcCeKL/aXKB8oFrxuaf2aWS5AIMmkZDfhJgM2bIDwNsxlwqWYjNmEslCrEZc6lEYVz7+sfDpZKDuekH+JCTNmfmlb1OWXNcoUsO4Ss7erlBRxcc6+GADfB/OyLfhXeJNsBvOIaDDF8Nx0iAY4mrh9dcMAy4MyJ2/DTUft8boTCo/b4dPwa23yceBN0nbr9vxg9BzfcXA7eR3BPkcLUDsCjkd/8Rd2fCLj2Y8zwGFxysq6sNLoDIr5S860R36cZOl7jR8X6gXynNXxHIr5TmrwiP54FsMn+NB96l9PtIDNRTSJubj7F0T/pJi7OPsXDcwVd3wyHGzwOcj7F08NTCx1i+O/4SEh9j4aB3p/gY46AHYz7G4l3RsxZmYwD4YMyIPx35hMhmYs+LtMNnr4sT/p2lGj57nU0Fj+Ji+OzV8dd0/Ox1NjnFHww+lLjyU5XB+PG+ZyrDFcT7s9H4NdcRPve6Ohq/xmKf1vUxBtCwg+R5t2gt7/stv0ehih0k49dkNSXmF95Swa+1sOEHaNgH51+WVq3mn9+xsVQVoxY2/Ml6SsyGP1RPidnwhypaXmz4MxWVmA1/pqISq/pdinSMvb5dS/b0y3SMvb6NfjQ8UVOJOdITqarEHOlJVFViPdthTbpKzGgsUFeJ+c2aQF0ldvALgnnKSqzk0F6VshJzEylPWYm5iZSnrcRcKeO0ldjgSpmmrcRcKeOciyYtXCkj1f3Tu1KmqSsx09c0fSXmXWNh+krMfcov9s4gqWEYCIKmSAGBJPD/10JBFUewcvFOT/cPFK/j0exoNQzOIbdfzrwlRQMsMcb8Wg7AEJ/Z11lgJvN4LHwqwBLz3q1RYKYkwi5yBUG4kFKDfzRMaazBPwhmiXkQaRCQ20MqXpxQmA09bYtBMEtse6Kl4ILBhV5/eDOXOAZe0OKbC9HuC+XKLDFi6zUVavDlxhQAiRBblPaQJoFsUaIXFgfXo6QqgDgo9zYrxsbC9Y+4KwuDG3PXGRsC1HnVGZvD9bJRsU05A6ot5viUKZDdI64fEwX5MZwM8E8AvbN/4OrMILiexRfP5MXFAPYs7ITP4Ez+liCPiKYBV8Sar8dD3lCyfeUY0BtK+GYmBPgzUO8fD3pDqd6fwAdbD8N3Mwng33L9/aN5waaq2Ufdg8B3WOA75gCoJ8ELDr+EcALnEflxuAjg3r4tpOMpSB7bQroLjVe3lCnAjVe3lIdTIMXcUq6jFHNLGUSBFEOfE50P3xWD3raZw3uBFNu2m1MH1rFBaegyhA5XUtfiLrxPT9cigZLfXtdiDaWY2eogOqSYrsUSSjFfpSQ6XDGzFovoF7nQICoalBpj69ig9O7zFBqyYiXHkafS8/nQe13AAIKJsSCKbtLTe92JXw9Hp0RR0gP3KqTjeH3catDeX0HjVXs/haZRD49F/9hzqLIjtff3odp3FGQUTWq/qFc2iSa1X+UBzqFJ7VtiS3hkwtVmUKZO7IPvxiSPsiCFoiSPUYsFHLdvieVQMOO11qKZQVX7yBLbje0jpWcObdEDA2P/41ttiWXRpk0ssT1oRRp7DaKuZ9emPY+nrENpie3DDqUlFkSdNLHEdqBnYYklUTf81BLbgwk9SyyHmlHVltgKehaWWBB9J1ctsb/xB3fFafQ1hS2xz/buIAdCGIah6G4Wc/8Dc4SkRUKy/P4NitxA7TSs0GdBYjHU2WIktoEtRmI51LXykNgGtpgDThBt149IbIduMRLLofDDpK576RhbmhMYReHzLlzyKZxXS06i7RKl4U87mPt2VQyN45sLd9UxZouJzHIozI8aC/cF/jllV6VQmB+R2AL5kcKdQ91Ai8rCfYGIUuGOoTCvK9xVZ5CYJWdRmNdJwQdITESZRWFeV7jkEzxvqWwYhXkdc3+AxJj7WRS+NTivI94arrglUSgxzusAibHFsuj79tVWPUBi6nYYfRIrnER0gfa8F/x5FhuYRPf8eBYDJKaVJ4s6iTlQjpCYA2UWX0jsAXlHUFNiuiCNAAAAAElFTkSuQmCCCg==);background-size:contain;background-position:center bottom;padding:12px;position:relative;display:flex;align-items:center;justify-content:center}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-image::before{background:linear-gradient(174deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 100%);z-index:-1}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-image img{transition:transform 0.2s ease-in-out}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .edit-delete-buttons{gap:6px;margin-top:12px;align-items:center;display:flex;transition:all 0.2s ease-in-out}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .edit-delete-buttons li{width:100%}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .edit-delete-buttons li .btn{width:100%;border-radius:5px;background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);padding:6px;font-size:16px}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .edit-delete-buttons li .btn i{line-height:1}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .edit-delete-buttons li .btn.delete-button{color:rgba(var(--error),1);background-color:rgba(var(--error),0.06);border-color:rgba(var(--error),0.49)}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .edit-delete-buttons li .btn.delete-button:hover{background-color:rgba(var(--error),1);color:#fff;border-color:rgba(var(--error),1)}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .edit-delete-buttons li .btn.delete-btn{color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.06);border-color:rgba(var(--primary-color),0.49)}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .edit-delete-buttons li .btn.delete-btn:hover{background-color:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;width:auto}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content h3{font-size:18px;font-weight:500;color:rgba(var(--title-color),1);margin:0 0 4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all;width:calc(100% - 34px);transition:color 0.3s}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content h3:hover{color:rgba(var(--primary-color),1)}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content .price{font-size:18px;font-weight:500;color:rgba(var(--primary-color),1);margin:0 0 12px;gap:7px;display:flex;align-items:center}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content .price del{font-size:16px;font-weight:400;color:rgba(var(--content-color),1);text-decoration:line-through}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content .price .offer{font-size:14px;color:rgba(var(--error),1);font-weight:500;letter-spacing:0.3px}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content .add-cart-btn{width:100%;padding:8px 12px;border-radius:6px;background-color:rgba(var(--title-color),0.05);color:rgba(var(--title-color),1);border:1px solid transparent;font-size:16px;font-weight:500;gap:6px;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content .add-cart-btn i{font-size:16px;line-height:1}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content .add-cart-btn:hover{background-color:rgba(var(--primary-color),1);color:#fff}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content .delete-button{padding:0;font-size:16px;font-weight:500;display:grid;place-items:center;border-radius:7px;position:absolute;top:0;right:0;color:rgba(var(--error),1);background-color:rgba(var(--error),0.06);border:1px solid rgba(var(--error),0.49);width:34px;height:34px;transition:all 0.15s ease-in-out}[dir=rtl] .offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content .delete-button{right:unset;left:0}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .product-list .product-box .product-content .delete-button:hover{background-color:rgba(var(--error),1);color:#fff;border-color:rgba(var(--error),1)}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .no-wishlist{height:calc(100vh - 61px - 20px - 2rem);text-align:center;place-items:center}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .no-wishlist svg{height:170px;margin-bottom:20px}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .no-wishlist h3{font-size:22px;margin-bottom:3px;letter-spacing:0.3px}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .no-wishlist p{color:rgba(var(--content-color),1);font-size:16px;margin-bottom:24px;line-height:1.3}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .no-wishlist .btn{background-color:rgba(var(--primary-color),1);color:#fff;padding:12px;border-radius:8px;font-size:17px;transition:all 0.3s;width:100%}.offcanvas.wishlist-offcanvas .offcanvas-body .cart-product-box .no-wishlist .btn:hover{background-color:rgba(var(--primary-color),0.9)}.custom-pagination{margin-top:calc(20px + 20 * (100vw - 320px) / 1600);gap:calc(4px + 6 * (100vw - 320px) / 1600);justify-content:center;align-items:center}.custom-pagination .page-item.active .page-link{background-color:rgba(var(--primary-color),1);color:#fff}.custom-pagination .page-item:first-child .page-link,.custom-pagination .page-item:last-child .page-link{border-radius:100px;width:auto;height:auto;padding:10px 20px}@media (max-width:575.98px){.custom-pagination .page-item:first-child .page-link,.custom-pagination .page-item:last-child .page-link{padding:0;width:calc(36px + 4 * (100vw - 320px) / 1600);height:calc(36px + 4 * (100vw - 320px) / 1600)}}.custom-pagination .page-item.disabled .page-link{background-color:rgba(var(--background),1);color:rgba(var(--content-color),1)}.custom-pagination .page-item.disabled .page-link span{color:rgba(var(--content-color),1)}.custom-pagination .page-item .page-link{border:1px solid rgba(var(--border-color),1);border-radius:100%;padding:2px 0 0;line-height:1;color:rgba(var(--title-color),1);width:calc(36px + 4 * (100vw - 320px) / 1600);height:calc(36px + 4 * (100vw - 320px) / 1600);margin:0;background-color:rgba(var(--white),1);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.custom-pagination .page-item .page-link:focus{box-shadow:none;background-color:rgba(var(--background),1)}.custom-pagination .page-item .page-link:hover{background-color:rgba(var(--primary-color),1);color:#fff}.custom-pagination .page-item .page-link:hover span{color:#fff}.custom-pagination .page-item .page-link span{color:rgba(var(--title-color),1);transition:all 0.2s ease-in-out}.custom-pagination .pagination-number{overflow:auto;gap:calc(4px + 6 * (100vw - 320px) / 1600);display:flex;align-items:center}.custom-pagination .pagination-number .page-item{width:calc(36px + 4 * (100vw - 320px) / 1600);height:calc(36px + 4 * (100vw - 320px) / 1600)}.custom-pagination .pagination-number .page-item:first-child .page-link,.custom-pagination .pagination-number .page-item:last-child .page-link{padding:0;width:calc(36px + 4 * (100vw - 320px) / 1600);height:calc(36px + 4 * (100vw - 320px) / 1600)}.product-box{position:relative}.product-box:hover .product-img-box .cart-btn{transform:translate(-50%,-50%) scale(1);opacity:1;visibility:visible}.product-box:hover .product-img-box .option-box li:nth-child(2){animation:fadeInDown 400ms ease-in-out;opacity:1}@media (max-width:575.98px){.product-box:hover .product-img-box .option-box li:nth-child(2){animation:none}}.product-box:hover .product-img-box .option-box li:nth-child(3){animation:fadeInDown 600ms ease-in-out;opacity:1}@media (max-width:575.98px){.product-box:hover .product-img-box .option-box li:nth-child(3){animation:none}}.product-box .product-img-box{position:relative;overflow:hidden;padding:calc(5px + 5 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}.product-box .product-img-box label{position:absolute;top:calc(10px + 10 * (100vw - 320px) / 1600);left:calc(10px + 10 * (100vw - 320px) / 1600);color:#fff;line-height:1;padding:calc(5px + 2 * (100vw - 320px) / 1600) calc(6px + 4 * (100vw - 320px) / 1600);text-transform:capitalize;border-radius:calc(4px + 2 * (100vw - 320px) / 1600);z-index:2;font-size:calc(10px + 4 * (100vw - 320px) / 1600);letter-spacing:0.3px}[dir=rtl] .product-box .product-img-box label{left:unset;right:calc(10px + 10 * (100vw - 320px) / 1600)}.product-box .product-img-box label.label-black{background-color:#111}.product-box .product-img-box label.label-red{background-color:rgba(var(--error),1)}.product-box .product-img-box .product-img{border-radius:calc(6px + 4 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.product-box .product-img-box .cart-btn{position:absolute;top:50%;left:50%;width:calc(100% - (5px + 5 * (100vw - 320px) / 1600) - (5px + 5 * (100vw - 320px) / 1600));height:calc(100% - (5px + 5 * (100vw - 320px) / 1600) - (5px + 5 * (100vw - 320px) / 1600));opacity:0;visibility:hidden;z-index:1;gap:calc(6px + 4 * (100vw - 320px) / 1600);transform:translate(-50%,-50%) scale(0.8);transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(2px)}@media (max-width:575.98px){.product-box .product-img-box .cart-btn{backdrop-filter:blur(0);opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1);align-items:flex-end;padding-bottom:calc(0 + 5 * (100vw - 320px) / 256)}}.product-box .product-img-box .cart-btn .btn{background-color:rgba(var(--title-color),1);border:calc(1px + 1 * (100vw - 320px) / 1600) solid rgba(var(--title-color),1);color:rgba(var(--white),1)}@media (max-width:575.98px){.product-box .product-img-box .cart-btn .btn{width:calc(100% - 10px)}}.product-box .product-img-box .cart-btn .btn:hover,.product-box .product-img-box .cart-btn .btn:focus,.product-box .product-img-box .cart-btn .btn:active{background-color:rgba(var(--title-color),0.8);border-color:rgba(var(--title-color),0.8)}.product-box .product-img-box .cart-btn i{font-size:18px;line-height:1}@media (max-width:575.98px){.product-box .product-img-box .cart-btn i{display:none}}.product-box .product-img-box .option-box{position:absolute;top:calc(8px + 12 * (100vw - 320px) / 1600);right:calc(8px + 12 * (100vw - 320px) / 1600);transition:all 0.3s ease-in-out;z-index:2}[dir=rtl] .product-box .product-img-box .option-box{right:unset;left:calc(8px + 12 * (100vw - 320px) / 1600)}.product-box .product-img-box .option-box li{display:block;width:100%;transition:all 0.3s ease-in-out}.product-box .product-img-box .option-box li+li{margin-top:calc(4px + 4 * (100vw - 320px) / 1600)}.product-box .product-img-box .option-box li:nth-child(2),.product-box .product-img-box .option-box li:nth-child(3){opacity:0}@media (max-width:575.98px){.product-box .product-img-box .option-box li:nth-child(2),.product-box .product-img-box .option-box li:nth-child(3){opacity:1}}.product-box .product-img-box .option-box li a,.product-box .product-img-box .option-box li button{border:none;outline:unset;width:calc(26px + 14 * (100vw - 320px) / 1600);height:calc(26px + 14 * (100vw - 320px) / 1600);font-size:calc(14px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border-radius:100%;padding:0;color:rgba(var(--primary-color),1);line-height:1;display:grid;place-items:center}.product-box .product-img-box .option-box li a i,.product-box .product-img-box .option-box li button i{line-height:1}.product-box .product-img-box .option-box .toggle-img{width:calc(26px + 14 * (100vw - 320px) / 1600);height:calc(26px + 14 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;background-color:rgba(var(--white),1);border-radius:100%;z-index:1;cursor:pointer;transition:all 0.3s ease-in-out;position:relative}.product-box .product-img-box .option-box .toggle-img .form-check-input{margin:0;cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.product-box .product-img-box .option-box .toggle-img .form-check-input:checked~i.ri-heart-3-line{display:none}.product-box .product-img-box .option-box .toggle-img .form-check-input:checked~i.ri-heart-3-fill{display:block}.product-box .product-img-box .option-box .toggle-img i{font-size:calc(16px + 4 * (100vw - 320px) / 1600);line-height:1;color:rgba(var(--primary-color),1)}.product-box .product-img-box .option-box .toggle-img i.ri-heart-3-fill{display:none}.product-box .product-img-box .option-box .icon-box a{position:absolute;top:55px;right:calc(8px + 2 * (100vw - 320px) / 1600);width:calc(22px + 18 * (100vw - 320px) / 1600);height:calc(22px + 18 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;background-color:rgba(var(--white),1);border-radius:100%;z-index:1;cursor:pointer;opacity:0}.product-box .product-img-box .option-box .icon-box a+a{top:100px}.product-box .product-img-box .option-box .icon-box a svg{width:18px;height:18px;color:rgba(var(--primary-color),1)}.product-box .product-img-box .option-box .icon-box a i{font-size:calc(16px + 4 * (100vw - 320px) / 1600);line-height:1}.product-box .product-details{margin-top:calc(5px + 5 * (100vw - 320px) / 1600);gap:calc(2px + 8 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between}.product-box .product-details h4{color:rgba(var(--primary-color),1);font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:600}.product-box .product-details .name{font-size:calc(13.5px + 4.5 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1);-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (max-width:575.98px){.product-box .product-details{flex-direction:column}}.product-box.style-2:hover .product-img-box .size-box{bottom:10px}.product-box.style-2:hover .product-img-box .product-img{filter:none;transform:scale(1.05)}.product-box.style-2 .product-img-box{aspect-ratio:9/10;border:0;padding:0;background-color:rgba(var(--border-color),0.5)}.product-box.style-2 .product-img-box .size-box{position:absolute;bottom:-100%;left:10px;box-shadow:0 0 20px 0 rgba(115,97,81,0.1);padding:calc(10px + 10 * (100vw - 767px) / 1153);backdrop-filter:blur(20px);background-color:rgba(var(--white),0.5);border-radius:calc(10px + 4 * (100vw - 767px) / 1153);width:calc(100% - 20px);display:block;text-align:center;margin-bottom:0;z-index:1;transition:all 0.4s ease-in-out}@media (max-width:767.98px){.product-box.style-2 .product-img-box .size-box{display:none}}.product-box.style-2 .product-img-box .size-box .size-list{display:flex;align-items:center;justify-content:center;gap:10px;z-index:2}.product-box.style-2 .product-img-box .size-box .size-list .size.active a{background-color:rgba(var(--primary-color),1);color:#fff;font-weight:600;border-color:transparent}.product-box.style-2 .product-img-box .size-box .size-list .size a{cursor:pointer;width:calc(34px + 6 * (100vw - 767px) / 1153);height:calc(34px + 6 * (100vw - 767px) / 1153);display:flex;align-items:center;justify-content:center;border-radius:calc(6px + 4 * (100vw - 767px) / 1153);font-size:calc(14px + 2 * (100vw - 767px) / 1153);background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);color:rgba(var(--content-color),1);line-height:1;transition:all 0.3s ease-in-out}.product-box.style-2 .product-img-box .size-box .size-list .size a:hover{border:1px solid rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),1);color:#fff;font-weight:600}.product-box.style-2 .product-img-box .size-box .btn{margin-inline:auto;width:max-content;margin-top:calc(12px + 8 * (100vw - 767px) / 1153);text-align:center;color:rgba(var(--white),1)}.product-box.style-2 .product-img-box .size-box .btn:hover,.product-box.style-2 .product-img-box .size-box .btn:active{background-color:rgba(var(--title-color),0.9);border:2px solid rgba(var(--title-color),0.9)}.product-box.style-2 .product-img-box .size-box .btn i{font-size:calc(16px + 2 * (100vw - 767px) / 1153);line-height:1}.product-box.style-2 .product-img-box .product-img{width:100%;height:100%;padding:calc(10px + 30 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.product-box.style-2 .product-img-box .product-img img{transition:all 0.2s ease-in-out}.product-box.style-2 .product-details-wrap{padding-top:calc(12px + 8 * (100vw - 320px) / 1600)}.product-box.style-2 .product-details-wrap span{color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);padding-bottom:calc(2px + 8 * (100vw - 320px) / 1600);display:block;font-weight:400}.product-box.style-2 .product-details-wrap .product-name{display:flex;align-items:center;justify-content:space-between;gap:calc(2px + 8 * (100vw - 320px) / 1600);padding-bottom:calc(6px + 4 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.product-box.style-2 .product-details-wrap .product-name{flex-wrap:wrap}}.product-box.style-2 .product-details-wrap .product-name a{font-weight:500;color:rgba(var(--title-color),1);font-size:calc(18px + 2 * (100vw - 320px) / 1600);-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;line-height:1.3}.product-box.style-2 .product-details-wrap .product-name .rate-box{display:flex;align-items:center;gap:5px}.product-box.style-2 .product-details-wrap .product-name .rate-box h5{font-size:calc(15px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.product-box.style-2 .product-details-wrap .product-name .rate-box svg{fill:rgba(var(--star),1);width:calc(14px + 6 * (100vw - 320px) / 1600);height:calc(14px + 6 * (100vw - 320px) / 1600)}.product-box.style-2 .product-details-wrap .price{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;display:flex;align-items:center;gap:calc(4px + 4 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1)}@media (max-width:575.98px){.product-box.style-2 .product-details-wrap .price{flex-wrap:wrap}}.product-box.style-2 .product-details-wrap .price del{font-weight:400;color:rgba(var(--content-color),1)}.product-box.style-2 .product-details-wrap .price .offer{color:rgba(var(--error),1);padding:0;font-size:inherit}.product-box.style-3{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);padding:calc(6px + 4 * (100vw - 320px) / 1600);border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}.product-box.style-3:hover .product-img-box .product-img{filter:none;transform:rotate(3deg) scale(1.1)}.product-box.style-3:hover .product-img-box .size-box{bottom:5px}.product-box.style-3:hover .product-img-box .icon-box a{opacity:1;animation:fadeInDown 0.7s ease-in-out}.product-box.style-3:hover .product-img-box .icon-box a+a{animation:fadeInDown 1s ease-in-out}.product-box.style-3:hover .product-details .details-box a{color:rgba(var(--primary-color),1)}.product-box.style-3 .product-img-box{border:0;padding:0;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--border-color),0.5)}.product-box.style-3 .product-img-box label{top:calc(8px + 2 * (100vw - 320px) / 1600);left:calc(8px + 2 * (100vw - 320px) / 1600);font-size:12px}[dir=rtl] .product-box.style-3 .product-img-box label{right:calc(8px + 2 * (100vw - 320px) / 1600);left:unset}.product-box.style-3 .product-img-box .option-box{top:calc(5px + 5 * (100vw - 320px) / 1600);right:calc(5px + 5 * (100vw - 320px) / 1600)}[dir=rtl] .product-box.style-3 .product-img-box .option-box{right:unset;left:calc(5px + 5 * (100vw - 320px) / 1600)}.product-box.style-3 .product-img-box .product-img{width:100%;height:100%;aspect-ratio:6/5;padding:calc(10px + 30 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out;transform:rotate(0deg) scale(1);display:flex;align-items:center;justify-content:center}.product-box.style-3 .product-img-box .product-img img{transition:all 0.2s ease-in-out}.product-box.style-3 .product-details{display:block}.product-box.style-3 .product-details .food-label{color:rgba(var(--content-color),1);font-size:calc(13px + 3 * (100vw - 320px) / 1600);font-weight:400;padding-bottom:calc(5px + 5 * (100vw - 320px) / 1600)}.product-box.style-3 .product-details .details-box{padding-bottom:calc(5px + 5 * (100vw - 320px) / 1600);gap:16px;display:flex;align-items:center;justify-content:space-between}.product-box.style-3 .product-details .details-box a{line-height:1.3;font-size:calc(16px + 4 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.product-box.style-3 .product-details .details-box h4{display:flex;align-items:center;justify-content:center;gap:5px;color:rgba(var(--title-color),1);font-weight:400;font-size:calc(14px + 3 * (100vw - 320px) / 1600)}.product-box.style-3 .product-details .details-box h4 svg{width:calc(13px + 3 * (100vw - 320px) / 1600);height:calc(13px + 3 * (100vw - 320px) / 1600);fill:rgba(var(--star),1);margin-top:calc(-1px + -2 * (100vw - 320px) / 1600)}.product-box.style-3 .product-details .details-box h4 i{font-size:18px;color:rgba(var(--star),1)}.product-box.style-3 .product-details .price{flex-wrap:wrap;font-size:calc(15px + 5 * (100vw - 320px) / 1600);font-weight:500;display:flex;align-items:center;gap:calc(5px + 3 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1)}.product-box.style-3 .product-details .price span,.product-box.style-3 .product-details .price del{font-weight:400;color:rgba(var(--content-color),1);line-height:1;font-size:calc(14px + 4 * (100vw - 320px) / 1600)}.product-box.style-3 .product-details .bottom-panel .counter{padding:calc(3px + 2 * (100vw - 320px) / 1600);border-radius:100px}.product-box.style-3 .product-details .bottom-panel .counter>button{font-size:calc(18px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--border-color),0.5);min-width:calc(28px + 6 * (100vw - 320px) / 1600);height:calc(28px + 6 * (100vw - 320px) / 1600);border-radius:100%;color:rgba(var(--title-color),0.75);display:grid;place-items:center}.product-box.style-3 .product-details .bottom-panel .counter>button i{line-height:1;font-size:calc(16px + 4 * (100vw - 320px) / 1600)}.product-box.style-3 .product-details .bottom-panel .counter span{width:100%;display:flex;align-items:center;justify-content:center}.product-box.style-4 .product-img-box{padding:0;border:none;aspect-ratio:9/10;background:linear-gradient(180deg,rgb(243,243,243) 0%,rgb(252,252,252) 87%,rgb(244,244,244) 100%)}.product-box.style-4 .product-img-box .product-img{width:100%;height:100%;padding:calc(14px + 38 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.product-box.style-4 .product-details{display:block;text-align:center}.product-box.style-4 .product-details a{font-size:calc(16px + 4 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1)}.product-box.style-4 .product-details h4,.product-box.style-4 .product-details .h4{font-size:calc(16px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.product-box.style-4 .product-details h4 del,.product-box.style-4 .product-details .h4 del{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;color:rgba(var(--content-color),1)}.product-box.style-5 .product-img-box .size-box{gap:8px;padding:10px;display:grid;grid-template-columns:auto auto 1fr}@media (max-width:575.98px){.product-box.style-5 .product-img-box .size-box{bottom:calc(4px + 6 * (100vw - 320px) / 256);gap:0;padding:0;width:calc(100% - (12px + 8 * (100vw - 320px) / 1600));left:50%;transform:translateX(-50%)}}.product-box.style-5 .product-img-box .size-box .btn{border-color:rgba(var(--primary-color),1);color:#fff;margin:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-box.style-5 .product-img-box .size-box .btn:hover{border-width:1px;color:rgba(var(--primary-color),1);background-color:transparent;border-color:rgba(var(--primary-color),1)}.product-box.style-5 .product-img-box .size-box .btn i{font-size:20px;line-height:1}.product-box.style-5 .product-img-box .size-box .btn:first-child,.product-box.style-5 .product-img-box .size-box .btn:nth-child(2){padding:calc(4px + 6 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.product-box.style-5 .product-img-box .size-box .btn:first-child,.product-box.style-5 .product-img-box .size-box .btn:nth-child(2){display:none}}.product-box.style-5 .product-details-wrap .product-name{padding-bottom:calc(1px + 3 * (100vw - 320px) / 1600);justify-content:center}.product-box.style-5 .product-details-wrap .product-name a{word-break:break-all;font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.product-box.style-5 .product-details-wrap .price{justify-content:center;font-weight:600;font-size:calc(18px + 4 * (100vw - 320px) / 1600)}.product-box.style-5 .product-details-wrap .price del{font-size:calc(16px + 4 * (100vw - 320px) / 1600)}.product-box.style-6 .product-img-box{border-radius:0}.product-box.style-6 .product-img-box .like-box{border-radius:0}.product-box.style-6 .product-img-box .label-red{border-radius:0}.product-box.style-6 .product-img-box .btn{border-radius:0}.product-box.style-6 .product-img-box::after{background-color:rgba(var(--theme-dark),0.35);opacity:0;transition:all 0.2s ease-in-out}.product-box.style-6 .product-details{text-align:left}.product-box.style-6 .product-details .product-name{display:flex;align-items:center;justify-content:space-between}@media (max-width:480px){.product-box.style-6 .product-details .product-name{gap:4px;flex-direction:column-reverse;align-items:unset}}.product-box.style-6 .product-details .product-name .name{color:rgba(var(--theme-dark),1)}.product-box.style-6 .product-details .product-name .color-variant{display:flex;align-items:center;gap:6px}.product-box.style-6 .product-details .product-name .color-variant li{width:20px;height:20px;display:block;position:relative}.product-box.style-6 .product-details .product-name .color-variant li::after{border:2px solid rgba(var(--white),1);content:"";position:absolute;height:100%;opacity:0;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 0.2s ease-in-out;visibility:hidden;width:100%}.product-box.style-6 .product-details .product-name .color-variant li.active::after{opacity:1;visibility:visible;width:calc(100% - 5px);height:calc(100% - 5px)}.product-box.style-6 .product-details h3{font-size:calc(14px + 6 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1)}.product-box.style-6 .product-details h3 del{color:rgba(var(--content-color),1)}.product-box.style-6:hover .product-img-box::after{opacity:1}@media (max-width:767.98px){.product-box.style-6:hover .product-img-box::after{opacity:0}}.product-box.style-6:hover .product-img-box .product-img{filter:blur(0)}.product-box-7{border:1px solid rgba(var(--border-color),1);padding:calc(6px + 9 * (100vw - 320px) / 1600);border-radius:calc(8px + 4 * (100vw - 320px) / 1600)}.product-box-7:hover .product-img-box .cart-info a:first-child{animation:fadeInDown 400ms ease-in-out;opacity:1}.product-box-7:hover .product-img-box .cart-info a:nth-child(2){animation:fadeInDown 600ms ease-in-out;opacity:1}.product-box-7:hover .product-img-box .cart-info a:nth-child(3){animation:fadeInDown 800ms ease-in-out;opacity:1}.product-box-7:hover .product-img-box .cart-info a:last-child{animation:fadeInDown 1100ms ease-in-out;opacity:1}.product-box-7:hover .product-img-box .product-img{transform:none}.product-box-7:hover .product-img-box .product-img .swiper-pagination{visibility:visible;opacity:1}.product-box-7 .product-img-box{position:relative;overflow:hidden;border:0;padding:0;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--border-color),0.5)}.product-box-7 .product-img-box .cart-info{position:absolute;top:14px;right:12px;z-index:1;display:grid;gap:8px}[dir=rtl] .product-box-7 .product-img-box .cart-info{right:unset;left:12px}.product-box-7 .product-img-box .cart-info a{width:36px;height:36px;background-color:rgba(var(--white),1);display:flex;align-items:center;justify-content:center;border-radius:calc(6px + 4 * (100vw - 320px) / 1600)}.product-box-7 .product-img-box .cart-info a i{font-size:18px;line-height:1}.product-box-7 .product-img-box .cart-info a img{filter:invert(66%) sepia(53%) saturate(2532%) hue-rotate(202deg) brightness(103%) contrast(102%)}.product-box-7 .product-img-box .cart-info a:first-child{opacity:0;transition:all 0.2s ease-in-out}.product-box-7 .product-img-box .cart-info a:nth-child(2){opacity:0;transition:all 0.2s ease-in-out}.product-box-7 .product-img-box .cart-info a:nth-child(3){opacity:0}.product-box-7 .product-img-box .cart-info a:last-child{opacity:0}.product-box-7 .product-img-box .product-img{position:relative;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:all 0.2s ease-in-out;transform:rotate(0deg) scale(1);aspect-ratio:6/5;padding:calc(10px + 24 * (100vw - 320px) / 1600)}.product-box-7 .product-img-box .product-img .swiper{z-index:unset;width:100%;height:100%}.product-box-7 .product-img-box .product-img .swiper .swiper-wrapper{z-index:unset}.product-box-7 .product-img-box .product-img .swiper .swiper-wrapper .swiper-slide{text-align:center;aspect-ratio:9/5}.product-box-7 .product-img-box .product-img .swiper-pagination{bottom:5px;visibility:hidden;opacity:0;z-index:0;transition:all 0.2s ease-in-out}.product-box-7 .product-img-box .product-img .swiper-pagination .swiper-pagination-bullet{background-color:rgba(var(--black),0.5);outline:2px solid rgba(var(--border-color),1);width:8px;height:8px;transition:all 0.2s ease-in-out}.product-box-7 .product-img-box .product-img .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(var(--primary-color),1);outline:2px solid rgba(var(--primary-color),0.4)}.product-box-7 label{position:absolute;top:calc(6px + 4 * (100vw - 320px) / 1600);left:calc(6px + 4 * (100vw - 320px) / 1600);font-size:calc(10px + 2 * (100vw - 320px) / 1600);color:#fff;line-height:0.9;padding:calc(6px + 1 * (100vw - 320px) / 1600) calc(6px + 4 * (100vw - 320px) / 1600);text-transform:capitalize;border-radius:calc(4px + 2 * (100vw - 320px) / 1600);z-index:1}[dir=rtl] .product-box-7 label{right:calc(6px + 4 * (100vw - 320px) / 1600);left:unset}.product-box-7 label.label-black{background-color:rgba(var(--black),1)}.product-box-7 label.label-red{background-color:rgba(var(--error),1)}.product-box-7 .product-details{margin-top:calc(5px + 5 * (100vw - 320px) / 1600);display:block}.product-box-7 .product-details .label{color:rgba(var(--content-color),1);font-size:calc(13px + 2 * (100vw - 320px) / 1600);font-weight:400;padding-bottom:5px;letter-spacing:0.3px;display:block;line-height:1}.product-box-7 .product-details .price{font-size:calc(16px + 4 * (100vw - 320px) / 1600);font-weight:500;gap:calc(5px + 3 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);display:flex;align-items:center}.product-box-7 .product-details .price span,.product-box-7 .product-details .price del{font-weight:400;color:rgba(var(--content-color),1);font-size:calc(14px + 4 * (100vw - 320px) / 1600)}.product-box-7 .product-details .details-box{padding-bottom:calc(5px + 5 * (100vw - 320px) / 1600);gap:15px;display:flex;justify-content:space-between}@media (max-width:400px){.product-box-7 .product-details .details-box{gap:calc(1px + 3 * (100vw - 320px) / 1600);display:grid;align-items:unset;justify-content:unset}}.product-box-7 .product-details .details-box a{font-size:calc(15px + 3 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),0.9);line-height:1.3;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;word-break:break-all;transition:all 0.2s ease-in-out}.product-box-7 .product-details .details-box h4{font-size:calc(15px + 3 * (100vw - 320px) / 1600);gap:5px;font-weight:400;display:flex;align-items:center;justify-content:center}@media (max-width:400px){.product-box-7 .product-details .details-box h4{justify-content:unset}}.product-box-7 .product-details .details-box h4 svg{width:calc(14px + 2 * (100vw - 320px) / 1600);height:16px;fill:rgba(var(--star),1);margin-top:-3px}.bottom-panel{display:flex;align-items:center;justify-content:space-between;gap:calc(6px + 4 * (100vw - 320px) / 1600);padding-top:calc(14px + 6 * (100vw - 320px) / 1600);position:relative}@media (max-width:767.98px){.bottom-panel{display:grid;grid-template-columns:repeat(2,1fr)}}.bottom-panel .product{width:50%;position:relative}@media (max-width:767.98px){.bottom-panel .product{width:auto}}.bottom-panel .product .add-btn,.bottom-panel .product .counter{width:100%}.bottom-panel .product .add-btn{position:relative}.bottom-panel .product .add-btn i{line-height:1;font-size:calc(18px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);width:calc(28px + 7 * (100vw - 320px) / 1600);height:calc(28px + 7 * (100vw - 320px) / 1600);border-radius:100%;color:rgba(var(--title-color),0.9);position:absolute;right:5px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}[dir=rtl] .bottom-panel .product .add-btn i{right:unset;left:5px}@media (max-width:767.98px){.bottom-panel .product .add-btn i{position:relative;inset:unset;width:unset;height:unset;transform:unset;background-color:transparent}}.bottom-panel .btn{font-weight:400;border-radius:100px;width:50%;padding:8px;text-align:center;font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:#fff;background-color:rgba(var(--primary-color),1);border:1px solid rgba(var(--primary-color),1)}@media (max-width:767.98px){.bottom-panel .btn{width:-webkit-fill-available}}.bottom-panel .btn.cart-btn{gap:4px;display:flex;align-items:center;justify-content:center}.bottom-panel .btn:hover{color:rgba(var(--primary-color),1);background-color:transparent}.bottom-panel .btn:hover>*{color:rgba(var(--primary-color),1);--color:rgba(var(--primary-color),1)}.bottom-panel .btn i{font-size:calc(16px + 2 * (100vw - 320px) / 1600)}@media (max-width:767.98px){.bottom-panel .btn i{line-height:1}}.bottom-panel .btn span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:#fff;transition:all 0.2s ease-in-out}@media (max-width:767.98px){.bottom-panel .btn span{display:none}}.pwa-install-app{position:fixed;bottom:-150px;left:50%;transform:translateX(-50%);width:400px;background-color:rgba(var(--white),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);box-shadow:0 8px 30px rgba(0,0,0,0.12);padding:calc(12px + 4 * (100vw - 320px) / 1600);z-index:1050;visibility:hidden;opacity:0;display:flex;align-items:center;justify-content:space-between;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);border:1px solid rgba(var(--border-color),1)}.pwa-install-app.show{visibility:visible;opacity:1;bottom:20px}.pwa-install-app .pwa-header{display:flex;align-items:flex-start;justify-content:space-between}.pwa-install-app .pwa-header .pwa-title{display:flex;align-items:center;gap:calc(8px + 7 * (100vw - 320px) / 1600)}.pwa-install-app .pwa-header .pwa-title img{width:calc(38px + 7 * (100vw - 320px) / 1600);height:calc(38px + 7 * (100vw - 320px) / 1600);object-fit:cover}.pwa-install-app .pwa-header .pwa-title h5{letter-spacing:0.3px;font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--primary-color),1)}.pwa-install-app .pwa-header .pwa-title p{font-size:calc(13px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-top:calc(0 + 2 * (100vw - 320px) / 1600)}.pwa-install-app .pwa-footer{display:flex;gap:6px}.pwa-install-app .pwa-footer .pwa-close{background:none;border:none;font-size:22px;color:rgba(var(--content-color),1);cursor:pointer;padding:0;transition:0.3s;display:flex;align-items:center;justify-content:center}.pwa-install-app .pwa-footer .pwa-close:hover{color:rgba(var(--primary-color),1);transform:scale(1.1)}.pwa-install-app .pwa-footer .btn-install{letter-spacing:0.3px;padding:8px 12px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all 0.3s ease-in-out;outline:none;background-color:rgba(var(--primary-color),1);color:#fff;border:1px solid rgba(var(--primary-color),1)}.pwa-install-app .pwa-footer .btn-install:hover{background-color:rgba(var(--primary-color),0.9)}@media (max-width:575.98px){.pwa-install-app{right:15px;width:calc(100% - 30px);display:block}.pwa-install-app.show{bottom:15px}.pwa-install-app .pwa-footer{margin-top:10px}.pwa-install-app .pwa-footer .btn-install{width:100%}.pwa-install-app .pwa-footer .pwa-close{position:absolute;top:calc(12px + 4 * (100vw - 320px) / 1600);right:calc(12px + 4 * (100vw - 320px) / 1600)}.pwa-install-app .pwa-footer .pwa-close i{line-height:1}}.ratio_30 .bg-size:before{padding-top:30%;content:"";display:block}.ratio_35 .bg-size:before{padding-top:35%;content:"";display:block}.ratio_40 .bg-size:before{padding-top:40%;content:"";display:block}.ratio_45 .bg-size:before{padding-top:45%;content:"";display:block}.ratio50 .bg-size:before{padding-top:50%;content:"";display:block}.ratio_55 .bg-size:before{padding-top:55%;content:"";display:block}.ratio2_3 .bg-size:before{padding-top:60%;content:"";display:block}.ratio3_2 .bg-size:before{padding-top:66.66%;content:"";display:block}.ratio_68 .bg-size:before{padding-top:68%;content:"";display:block}.ratio_70 .bg-size:before{padding-top:70%;content:"";display:block}.ratio_landscape .bg-size:before{padding-top:75%;content:"";display:block}.ratio_80 .bg-size:before{padding-top:80%;content:"";display:block}.ratio_landscape_1 .bg-size:before{padding-top:85%;content:"";display:block}.ratio_landscape_2 .bg-size:before{padding-top:55%;content:"";display:block}.ratio_90 .bg-size:before{padding-top:90%;content:"";display:block}.ratio_product .bg-size:before{padding-top:115%;content:"";display:block}.ratio_120 .bg-size:before{padding-top:120%;content:"";display:block}.ratio_112 .bg-size:before{padding-top:112%;content:"";display:block}.ratio_product_2 .bg-size:before{padding-top:111%;content:"";display:block}.ratio_square .bg-size:before{padding-top:100%;content:"";display:block}.ratio_102 .bg-size:before{padding-top:102%;content:"";display:block}.ratio_110 .bg-size:before{padding-top:110%;content:"";display:block}.ratio_apos .bg-size:before{padding-top:127.7777778%;content:"";display:block}.ratio_130 .bg-size:before{padding-top:130%;content:"";display:block}.ratio_133 .bg-size:before{padding-top:133%;content:"";display:block}.ratio_portrait .bg-size:before{padding-top:150%;content:"";display:block}.ratio1_2 .bg-size:before{padding-top:200%;content:"";display:block}.b-top{background-position:top!important}.b-bottom{background-position:bottom!important}.b-center{background-position:center!important}.b-left{background-position:left!important}.b-right{background-position:right!important}.b_size_content{background-size:contain!important}.recently-purchased-box{position:fixed;bottom:20px;left:20px;background-color:rgba(var(--white),1);border-radius:10px;padding:calc(8px + 6 * (100vw - 320px) / 1600);padding-right:calc(24px + 4 * (100vw - 320px) / 1600);gap:calc(8px + 4 * (100vw - 320px) / 1600);z-index:12;width:350px;opacity:0;visibility:hidden;box-shadow:0 10px 40px rgba(var(--black),0.1);display:flex;transition:all 0.5s cubic-bezier(0.68,-0.55,0.27,1.55);transform:translateY(100px)}[dir=rtl] .recently-purchased-box{padding-right:calc(8px + 6 * (100vw - 320px) / 1600);padding-left:calc(24px + 4 * (100vw - 320px) / 1600);left:unset;right:20px}@media (max-width:767.98px){.recently-purchased-box{bottom:calc(78px + 12 * (100vw - 320px) / 448)}}@media (max-width:575.98px){.recently-purchased-box{left:50%;transform:translateX(-50%) translateY(100px);width:calc(100% - 20px)}[dir=rtl] .recently-purchased-box{left:50%;right:unset}}.recently-purchased-box.show{transform:translateY(0);opacity:1;visibility:visible}@media (max-width:575.98px){.recently-purchased-box.show{transform:translateX(-50%) translateY(0)}}.recently-purchased-box.show .progress-bar{animation:progress-animation 10s linear forwards}.recently-purchased-box:hover .progress-bar{animation-play-state:paused;opacity:1}.recently-purchased-box .product-image{width:calc(70px + 18 * (100vw - 320px) / 1600);height:calc(70px + 18 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.6);border:1px solid rgba(var(--border-color),0.7);border-radius:calc(5px + 1 * (100vw - 320px) / 1600);padding:calc(8px + 2 * (100vw - 320px) / 1600)}.recently-purchased-box .product-info{width:calc(100% - (70px + 18 * (100vw - 320px) / 1600) - (8px + 4 * (100vw - 320px) / 1600));display:flex;flex-direction:column;justify-content:space-between}.recently-purchased-box .product-info .product-name{font-size:calc(16px + 2 * (100vw - 320px) / 1600);word-break:break-all;font-weight:500;color:rgba(var(--title-color),1);margin-bottom:calc(2px + 4 * (100vw - 320px) / 1600);line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.recently-purchased-box .product-info .product-price{font-size:calc(15px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--primary-color),1)}.recently-purchased-box .product-info .product-price del{letter-spacing:0.2px;color:rgba(var(--error),1);font-weight:400;font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-left:1px}.recently-purchased-box .product-info .time-ago{font-size:calc(11px + 2 * (100vw - 320px) / 1600);letter-spacing:0.2px}.recently-purchased-box .close-btn{position:absolute;top:-8px;right:-8px;background:none;border:none;font-size:18px;line-height:1;color:#fff;cursor:pointer;padding:4px;background-color:rgba(var(--primary-color),1);z-index:1;border-radius:4px}[dir=rtl] .recently-purchased-box .close-btn{right:unset;left:8px}.recently-purchased-box .progress-box{position:absolute;bottom:0;left:0;background-color:rgba(var(--content-color),0.3);width:100%;height:3px}.recently-purchased-box .progress-box .progress-bar{background-color:rgba(var(--primary-color),1);width:100%;height:100%;transform-origin:left;transform:scaleX(0)}[dir=rtl] .recently-purchased-box .progress-box .progress-bar{transform-origin:right}.service-section{padding-block:calc(26px + 30 * (100vw - 320px) / 1600)}.service-box{gap:calc(8px + 6 * (100vw - 320px) / 1600);display:flex;align-items:center}.service-box svg{color:rgba(var(--primary-color),1);width:calc(46px + 8 * (100vw - 320px) / 1600);height:calc(46px + 8 * (100vw - 320px) / 1600)}.service-box .service-content h3{font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.service-box .service-content h4{color:rgba(var(--content-color),1);padding-top:calc(3px + 3 * (100vw - 320px) / 1600);font-weight:400;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.service-box{flex-direction:column}.service-box .service-content{text-align:center}}.service-box-2{color:rgba(var(--primary-color),1);display:flex;align-items:center;gap:calc(8px + 6 * (100vw - 320px) / 1600);padding:calc(14px + 2 * (100vw - 320px) / 1600) calc(14px + 8 * (100vw - 320px) / 1600);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);background:linear-gradient(150deg,rgba(var(--primary-color),0.23) 0%,rgba(var(--white),0) 100%)}[dir=rtl] .service-box-2{background:linear-gradient(-150deg,rgba(var(--primary-color),0.23) 0%,rgba(var(--white),0) 100%)}.service-box-2 svg{color:rgba(var(--primary-color),1);width:calc(40px + 16 * (100vw - 320px) / 1600);height:calc(40px + 16 * (100vw - 320px) / 1600)}.service-box-2 .service-content h3{letter-spacing:0.3px;font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.service-box-2 .service-content h4{color:rgba(var(--content-color),1);padding-top:calc(3px + 3 * (100vw - 320px) / 1600);font-weight:400;font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1.3;letter-spacing:0.3px}.swiper{z-index:unset}[dir=rtl] .swiper{direction:ltr}[dir=rtl] .swiper .swiper-slide>*{direction:rtl}.swiper .swiper-wrapper{z-index:unset}.swiper-pagination.swiper-pagination-progressbar{margin-top:calc(16px + 16 * (100vw - 320px) / 1600);height:calc(2px + 2 * (100vw - 320px) / 1600);inset:unset;position:relative;background-color:transparent;z-index:unset}.swiper-pagination.swiper-pagination-progressbar::before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:1px;background-color:rgba(var(--border-color),1)}.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:rgba(var(--primary-color),1);border-radius:5px}.swiper-pagination.style-1{z-index:unset;position:relative;inset:unset;line-height:1;margin-top:calc(6px + 16 * (100vw - 320px) / 1600);transition:all 0.3s ease-in-out}.swiper-pagination.style-1 .swiper-pagination-bullet{width:calc(14px + 6 * (100vw - 320px) / 1600);height:calc(4px + 1 * (100vw - 320px) / 1600);border-radius:100px;background-color:rgba(var(--primary-color),1);transition:all 0.3s ease-in-out}.swiper-pagination.style-1 .swiper-pagination-bullet-active{width:calc(32px + 8 * (100vw - 320px) / 1600)}.arrow-style-1 .swiper-button-prev,.arrow-style-1 .swiper-button-next{width:calc(30px + 20 * (100vw - 320px) / 1600);height:calc(30px + 20 * (100vw - 320px) / 1600);border-radius:100%;box-shadow:0 0 20px rgba(47,47,47,0.1);border:none;padding:0;background-color:rgba(var(--white),1);font-size:26px;color:rgba(var(--title-color),1)}.arrow-style-1 .swiper-button-prev .swiper-navigation-icon,.arrow-style-1 .swiper-button-next .swiper-navigation-icon{width:20px;height:20px}.arrow-style-1 .swiper-button-next{left:auto;right:calc(-19px + -6 * (100vw - 576px) / 1344);top:50%}@media (max-width:575.98px){.arrow-style-1 .swiper-button-next{display:none}}.arrow-style-1 .swiper-button-prev{left:calc(-19px + -6 * (100vw - 576px) / 1344);top:50%;right:auto}@media (max-width:575.98px){.arrow-style-1 .swiper-button-prev{display:none}}.arrow-style-1 .creators-slider{position:relative}.arrow-style-1 .creators-slider .swiper-slide{padding:calc(14px + 6 * (100vw - 320px) / 1600) 0}.grocery-testimonial .swiper-slide-active .testimonial-box.style-1{border-color:rgba(var(--primary-color),1);background-color:rgba(var(--white),1)}.grocery-testimonial .swiper-slide-active .testimonial-box.style-1::before{opacity:1}.swiper-fade .swiper-wrapper .swiper-slide{opacity:0!important;visibility:hidden}.swiper-fade .swiper-wrapper .swiper-slide-active{opacity:1!important;visibility:visible}.classic-watch-box.swiper-fade .swiper-wrapper .swiper-slide{opacity:0!important;visibility:hidden}@media (max-width:575.98px){.classic-watch-box.swiper-fade .swiper-wrapper .swiper-slide{opacity:1!important;visibility:visible!important}}.classic-watch-box.swiper-fade .swiper-wrapper .swiper-slide-active{opacity:1!important;visibility:visible}.custom-swiper-pagination{position:relative;inset:unset!important;margin-top:15px}.custom-swiper-pagination .swiper-pagination-bullet{border-radius:100px;transition:all 0.3s ease-in-out;background-color:rgba(var(--border-color),1);opacity:1}.custom-swiper-pagination .swiper-pagination-bullet-active{width:30px;background-color:rgba(var(--primary-color),1)}@media (max-width:767.98px){.product-full-box .main-image{height:calc(130px + 110 * (100vw - 320px) / 448)!important;aspect-ratio:unset!important}}.product-full-box .swiper-pagination{position:relative;inset:unset;margin-top:calc(8px + 4 * (100vw - 320px) / 1600)}.product-full-box .swiper-pagination .swiper-pagination-bullet{border-radius:100px;transition:all 0.3s ease-in-out;background-color:rgba(var(--border-color),1);opacity:1}.product-full-box .swiper-pagination .swiper-pagination-bullet-active{width:30px;background-color:rgba(var(--primary-color),1)}.ss-main{min-height:unset;padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);border-color:rgba(var(--border-color),1);font-size:calc(16px + 1 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.55);font-weight:500;align-items:center;gap:calc(6px + 4 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8)}[dir=rtl] .ss-main{direction:rtl}.ss-main.slim-light{background-color:rgba(var(--white),1)}.ss-main:focus{box-shadow:none}.ss-main.ss-disabled{background-color:rgba(var(--background),0.35);cursor:not-allowed;opacity:0.6}.ss-main.ss-disabled .ss-values .ss-single{color:rgba(var(--content-color),0.6)}.ss-main .ss-values{display:block}.ss-main .ss-values .ss-single{line-height:1.5;margin:0;max-width:100%}.ss-main .ss-arrow{margin:0}.ss-main .ss-arrow path{stroke:rgba(var(--content-color),1)}.ss-content{border-color:rgba(var(--border-color),1);background-color:rgba(var(--white),1)}.ss-content.ss-dir-above .ss-search{border-color:rgba(var(--border-color),1)}.ss-content .ss-search{border-color:rgba(var(--border-color),1)}.ss-content .ss-search input{background-color:rgba(var(--background),1)}.ss-content .ss-list{scrollbar-width:auto;scrollbar-color:rgba(var(--primary-color),1)}.ss-content .ss-list::-webkit-scrollbar{width:5px}.ss-content .ss-list::-webkit-scrollbar-track{background-color:rgba(var(--primary-color),0.1);border-radius:10px}.ss-content .ss-list::-webkit-scrollbar-thumb{background-color:rgba(var(--primary-color),0.5);border-radius:6px}.ss-content .ss-list .ss-option{display:block;font-size:calc(14px + 2 * (100vw - 320px) / 1600);padding:calc(6px + 3 * (100vw - 320px) / 1600) calc(10px + 2 * (100vw - 320px) / 1600);font-weight:400;border:none;color:rgba(var(--title-color),0.85)}.ss-content .ss-list .ss-option:has(img.country){display:flex;align-items:center;gap:10px}.ss-content .ss-list .ss-option img{width:32px}.ss-content .ss-list .ss-option+.ss-option{border-top:1px solid rgba(var(--border-color),1)}.ss-content .ss-list .ss-option:hover:not(.ss-disabled){background-color:rgba(var(--primary-color),0.09);border-left:none;color:rgba(var(--primary-color),1);transition:all 0.2s ease-in-out}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{font-weight:500;background-color:rgba(var(--primary-color),1);color:#fff}.ss-content .ss-list .ss-option.ss-disabled{background-color:rgba(var(--border-color),1);color:rgba(var(--content-color),1)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:rgba(var(--content-color),1)}.countries{--ss-main-height:50px;--ss-option-height:40px;--ss-spacing-l:12px;--ss-spacing-m:8px;--ss-spacing-s:4px;--ss-border-radius:8px}.ss-main .ss-values .ss-single:has(img.country){display:flex;align-items:center;gap:calc(6px + 4 * (100vw - 320px) / 1600)}.ss-main .ss-values .ss-single img{width:32px}.table{margin:0}.table>:not(caption)>*>*{border-color:rgba(var(--border-color),1);background-color:transparent}.summary-table thead tr th{font-size:20px;font-weight:600;color:rgba(var(--title-color),1);padding-top:0;letter-spacing:0.4px}.summary-table thead tr th:first-child{padding-left:0}[dir=rtl] .summary-table thead tr th:first-child{padding-left:8px;padding-right:0}.summary-table thead tr th:last-child{text-align:center;padding-right:0}[dir=rtl] .summary-table thead tr th:last-child{padding-right:8px;padding-left:0}.summary-table tbody tr:last-child td{padding-bottom:0;border-bottom:none}.summary-table tbody tr td{padding:14px;vertical-align:top}.summary-table tbody tr td:first-child{padding-left:0}[dir=rtl] .summary-table tbody tr td:first-child{padding-left:14px;padding-right:0}.summary-table tbody tr td:last-child{padding-right:0;text-align:center}[dir=rtl] .summary-table tbody tr td:last-child{padding-right:14px;padding-left:0}.summary-table tbody tr td.price{font-size:20px;font-weight:600;color:rgba(var(--primary-color),1)}.summary-table tbody tr td .summary-product{display:flex;align-items:flex-start;gap:12px}.summary-table tbody tr td .summary-product .item-img{width:94px;height:94px;position:relative;border:1px solid rgba(var(--border-color),1);border-radius:5px;padding:12px;background-color:rgba(var(--white),1);overflow:hidden;z-index:0}.summary-table tbody tr td .summary-product .item-img::before{background:linear-gradient(174deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 60%);z-index:-1;opacity:0.2}.summary-table tbody tr td .summary-product .item-img .badge{position:absolute;top:-8px;right:-8px;line-height:1;padding:0;font-size:34px;font-weight:normal;color:rgba(var(--primary-color),1);opacity:0.15}[dir=rtl] .summary-table tbody tr td .summary-product .item-img .badge{right:unset;left:-8px}.summary-table tbody tr td .summary-product .item-details{flex:1}.summary-table tbody tr td .summary-product .item-details h4{font-size:18px;font-weight:600;margin-bottom:2px;color:rgba(var(--title-color),1)}.summary-table tbody tr td .summary-product .item-details .category-list{display:grid;gap:4px;margin-top:6px}.summary-table tbody tr td .summary-product .item-details .category-list li{font-size:16px;letter-spacing:0.3px;color:rgba(var(--title-color),0.6);margin:0;line-height:1;width:100%}.summary-table tbody tr td .summary-product .item-details .category-list li span{color:rgba(var(--title-color),1);font-weight:500}.summary-table tbody tr td .summary-product .item-details p{font-size:15px;color:rgba(var(--title-color),0.6);margin:0;font-weight:500;line-height:1}.summary-table tbody tr td .summary-product .item-details p+p{margin-top:2px}.summary-table tbody tr td .summary-product .item-details p span{color:rgba(var(--title-color),1)}.size-chart-table{border-radius:calc(8px + 2 * (100vw - 320px) / 1600);border-color:rgba(var(--border-color),1);border:1px solid rgba(var(--border-color),1)}.size-chart-table .table{overflow:hidden;border:none}.size-chart-table .table thead{background-color:rgba(var(--background),1)}.size-chart-table .table thead th{color:rgba(var(--title-color),1);font-weight:500;padding:calc(10px + 3 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);white-space:nowrap;letter-spacing:0.4px}.size-chart-table .table thead th+th{border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .size-chart-table .table thead th+th{border-left:unset;border-right:1px solid rgba(var(--border-color),1)}.size-chart-table .table tbody td{padding:calc(10px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.58);vertical-align:middle;border:none;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.size-chart-table .table tbody td+td{border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .size-chart-table .table tbody td+td{border-left:unset;border-right:1px solid rgba(var(--border-color),1)}.size-chart-table .table tbody tr{transition:all 0.2s ease-in-out}.size-chart-table .table tbody tr+tr{border-top:1px solid rgba(var(--border-color),1)}.size-chart-table .table tbody tr:last-child td{border-bottom:none}.size-chart-table .table tbody tr:hover{background-color:rgba(var(--primary-color),0.03)}.tap-to-top{position:fixed;bottom:calc(16px + 14 * (100vw - 320px) / 1600);right:calc(16px + 14 * (100vw - 320px) / 1600);width:calc(38px + 12 * (100vw - 320px) / 1600);height:calc(38px + 12 * (100vw - 320px) / 1600);border-radius:100%;cursor:pointer;z-index:5;opacity:0;visibility:hidden;background-color:rgba(var(--white),1);transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px rgba(var(--title-color),0.1)}[dir=rtl] .tap-to-top{right:unset;left:calc(16px + 14 * (100vw - 320px) / 1600)}@media (max-width:767.98px){.tap-to-top{bottom:calc(82px + 8 * (100vw - 320px) / 448)}}.tap-to-top.show{opacity:1;visibility:visible}.tap-to-top svg{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.2s ease-in-out}.tap-to-top svg path{fill:none;stroke-width:4;transition:all 0.2s ease-in-out}.tap-to-top svg path.progress-background{stroke:rgba(var(--primary-color),0.1);transition:all 0.2s ease-in-out}.tap-to-top svg path.progress-path{stroke:rgba(var(--primary-color),1);transition:all 0.2s ease-in-out;stroke-linecap:round}.tap-to-top i{position:relative;font-size:calc(18px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);transition:all 0.2s ease-in-out;z-index:1}.tap-to-top:hover{transform:translateY(-3px);background-color:rgba(var(--primary-color),1)}.tap-to-top:hover i{color:#fff}.tap-to-top:hover svg{transform:scale(0.85)}.tap-to-top:hover svg path.progress-background{stroke:transparent}.tap-to-top:hover svg path.progress-path{stroke:#fff}.testimonial-box{padding:calc(16px + 14 * (100vw - 320px) / 1600);border:1px solid rgba(var(--primary-color),0.3);border-radius:calc(10px + 10 * (100vw - 320px) / 1600);position:relative;background:linear-gradient(177deg,rgba(242,232,223,0.4) 0%,rgba(var(--white),0) 100%);z-index:0}.testimonial-box::before{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:100%;border-radius:0 0 calc(10px + 10 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600);opacity:0;transition:all 0.2s ease-in-out;border-bottom:6px solid rgba(var(--primary-color),1);z-index:-1}.testimonial-box svg{width:calc(34px + 6 * (100vw - 320px) / 1600);height:calc(34px + 6 * (100vw - 320px) / 1600);fill:rgba(var(--primary-color),1);margin-bottom:calc(8px + 12 * (100vw - 320px) / 1600);object-fit:cover}[dir=rtl] .testimonial-box svg{transform:scaleX(-1)}.testimonial-box .name{font-size:calc(16px + 4 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1);display:flex;align-items:center;line-height:1;margin-bottom:calc(6px + 14 * (100vw - 320px) / 1600)}.testimonial-box .name span{position:relative;padding-left:calc(8px + 8 * (100vw - 320px) / 1600);margin-left:calc(8px + 8 * (100vw - 320px) / 1600);font-size:calc(16px + 4 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1)}[dir=rtl] .testimonial-box .name span{padding-right:calc(8px + 8 * (100vw - 320px) / 1600);padding-left:unset;margin-right:calc(8px + 8 * (100vw - 320px) / 1600);margin-left:unset}.testimonial-box .name span::after{content:"";position:absolute;width:2px;height:calc(100% - 4px);background-color:rgba(var(--content-color),0.5);display:block;border-radius:100px;top:50%;transform:translateY(-50%);left:0}[dir=rtl] .testimonial-box .name span::after{left:unset;right:0}.testimonial-box .content{color:rgba(var(--content-color),1);font-size:calc(14px + 4 * (100vw - 320px) / 1600);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.testimonial-box.style-1{transition:all 0.3s ease-in-out;overflow:hidden;background-color:rgba(var(--white),1);position:relative;z-index:4}.testimonial-box.style-1 .top-panel{padding-bottom:calc(12px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between}.testimonial-box.style-1 .top-panel .user-info{display:flex;align-items:center;gap:10px}.testimonial-box.style-1 .top-panel .user-info .user-img{width:calc(48px + 22 * (100vw - 320px) / 1600);height:calc(48px + 22 * (100vw - 320px) / 1600);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);overflow:hidden}.testimonial-box.style-1 .top-panel .user-info .user-name{width:calc(100% - (48px + 22 * (100vw - 320px) / 1600) - 10px)}.testimonial-box.style-1 .top-panel .user-info .user-name h4{color:rgba(var(--title-color),1);font-size:calc(18px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(3px + 3 * (100vw - 320px) / 1600);-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.testimonial-box.style-1 .top-panel .user-info .user-name span{color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400}.testimonial-box.style-1 .top-panel svg{transform:scale(-1) rotate(15deg);width:calc(100px + 25 * (100vw - 320px) / 1600);height:calc(100px + 25 * (100vw - 320px) / 1600);fill:rgba(var(--primary-color),0.1);margin-bottom:0;position:absolute;top:-30px;right:-20px;opacity:0.6}[dir=rtl] .testimonial-box.style-1 .top-panel svg{right:unset;left:-20px;transform:scale(1) rotate(-15deg)}.testimonial-box.style-1 .content{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.title-timer{display:flex;align-items:center;justify-content:center;padding:5px;background-color:rgba(var(--primary-color),0.1);border-radius:100px;gap:calc(4px + 6 * (100vw - 320px) / 1600)}.title-timer .counter{gap:0;line-height:1;border:none;padding:0;display:flex;align-items:center;justify-content:center}.title-timer .counter>div{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--primary-color),1)}.title-timer li{width:calc(40px + 10 * (100vw - 320px) / 1600);height:calc(40px + 10 * (100vw - 320px) / 1600);border-radius:100%;background:rgba(var(--primary-color),0.12);display:flex;align-items:center;justify-content:center}.title-timer li.dots{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--primary-color),1);width:unset;height:unset;background-color:transparent}.title-timer li span{line-height:1;font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--primary-color),1)}.countdown-box .title-timer{background-color:transparent;padding:0}.countdown-box .title-timer li{background-color:rgb(248,248,248)}.countdown-box .title-timer li.dots{background-color:transparent;color:#999}.countdown-box .title-timer li .counter>div,.countdown-box .title-timer li .counter span{color:rgb(153,153,153)}.title-flex{gap:calc(7px + 3 * (100vw - 320px) / 1600);position:relative;flex-wrap:wrap;display:flex;align-items:center;justify-content:space-between}.title-flex p{color:rgba(var(--content-color),1)}.title-flex.title-b-space{padding-bottom:16px}.title-flex>.title{padding:0}.title{font-size:calc(24px + 16 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-family:var(--play);font-weight:600;padding-bottom:calc(14px + 12 * (100vw - 320px) / 1600);text-transform:capitalize}.title span{font-size:calc(16px + 14 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);font-style:italic;font-weight:400;text-transform:lowercase}.title-link{gap:7px;font-weight:500;line-height:1;font-size:calc(14px + 4 * (100vw - 320px) / 1600);letter-spacing:0.3px;display:flex;align-items:center}.title-link svg{width:16px;height:16px;fill:rgba(var(--primary-color),1)}.title-link i{font-size:21px;line-height:1}.title-2{margin-bottom:calc(10px + 24 * (100vw - 320px) / 1600)}.title-2 h4{font-size:calc(20px + 20 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);font-family:var(--play);font-weight:600;text-transform:capitalize}.title-2 p{margin-top:12px;color:rgba(var(--content-color),1)}.color-4 .title{color:rgba(var(--primary-color),1)}.become-title-box{text-align:center;margin-bottom:36px;width:60%;margin-inline:auto}@media (max-width:1554px){.become-title-box{width:80%}}@media (max-width:1199.98px){.become-title-box{width:100%}}.become-title-box span{color:rgba(var(--primary-color),1);font-weight:500;letter-spacing:calc(0.3px + 0.4 * (100vw - 320px) / 1600);font-size:calc(14px + 1 * (100vw - 320px) / 1600);display:inline-block;margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600);border-radius:100px;padding:calc(7px + 2 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600) calc(6px + 2 * (100vw - 320px) / 1600);background:linear-gradient(90deg,rgba(var(--primary-color),0.11) 20%,rgba(var(--primary-color),0) 100%)}.become-title-box h2{font-size:calc(26px + 10 * (100vw - 320px) / 1600);font-family:var(--play);font-weight:600;color:rgba(var(--title-color),1)}.become-title-box p{color:rgba(var(--content-color),1);margin-top:calc(8px + 2 * (100vw - 320px) / 1600)}.about-section .about-img img{border-radius:calc(10px + 10 * (100vw - 320px) / 1600);object-fit:cover}@media (max-width:1199.98px){.about-section .about-img img{width:100%}}.about-section .lg-img{aspect-ratio:91/100;width:450px}.about-section .sm-img{aspect-ratio:173/100;width:295px}.about-section .md-img{aspect-ratio:181/100;width:400px}.about-section .about-detail{position:relative}.about-section .about-detail>p{font-size:calc(14px + 4 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-top:calc(0 + 13 * (100vw - 320px) / 1600);font-weight:400}.about-section .about-detail>.btn{margin-top:calc(10px + 12 * (100vw - 320px) / 1600);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(16px + 4 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.3px;border-radius:calc(7px + 3 * (100vw - 320px) / 1600)}.about-section .about-detail .arrow-container{position:absolute;transform:scale(-1) rotate(4deg);bottom:28px;left:276px;width:84px}[dir=rtl] .about-section .about-detail .arrow-container{left:unset;right:276px;transform:scaleX(-1) rotate(190deg)}.about-section .shoes-detail-box{position:absolute;top:unset;left:unset;bottom:0;right:0;z-index:1;gap:20px;padding:5px 5px 5px 20px;border-radius:100px;min-width:290px;backdrop-filter:blur(5px);background-color:rgba(var(--white),0.1);border:2px solid rgba(var(--white),1);width:auto;box-shadow:0 0 20px 0 rgba(115,97,81,0.1019607843);object-fit:cover;display:inline-flex;align-items:center}[dir=rtl] .about-section .shoes-detail-box{right:unset;left:0}.about-section .shoes-detail-box .shoes-img-box{width:110px;height:110px;display:flex;align-items:center;justify-content:center;border-radius:100%;padding:10px;overflow:hidden;background-color:rgba(var(--primary-color),0.3)}.about-section .shoes-detail-box .shoes-detail h5{font-size:20px;font-weight:500;letter-spacing:0.3px;color:rgba(var(--title-color),1);line-height:1.3}.about-section .shoes-detail-box .shoes-detail h6{padding-top:4px;font-weight:600;font-size:20px;color:rgba(var(--primary-color),1)}.banner-img-box{height:100%}.banner-img-box .banner-img{height:100%}.banner-img-box .banner-img img{height:100%;object-fit:cover;border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}@media (max-width:1199.98px){.banner-img-box .banner-img img{width:100%;height:calc(120px + 280 * (100vw - 320px) / 879)}}.full-banner-section{position:relative;z-index:1;display:flex;align-items:center;gap:calc(16px + 54 * (100vw - 320px) / 1600);overflow:hidden}.full-banner-section .wave{position:absolute;top:93px;right:-32%;z-index:-1;fill:none;stroke:rgba(var(--primary-color),1)}@media (max-width:767.98px){.full-banner-section .wave{right:0}}.full-banner-section .banner-img img{border-radius:0 calc(10px + 10 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600) 0}[dir=rtl] .full-banner-section .banner-img img{border-radius:calc(10px + 10 * (100vw - 320px) / 1600) 0 0 calc(10px + 10 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.full-banner-section .banner-img img{border-radius:calc(10px + 10 * (100vw - 320px) / 1600);width:100%;height:calc(160px + 240 * (100vw - 320px) / 671);object-fit:cover}[dir=rtl] .full-banner-section .banner-img img{border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}}.full-banner-section .banner-content{width:100%;padding-left:calc(10px + 35 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.full-banner-section .banner-content{padding-left:0}}.full-banner-section .banner-content h3{font-family:var(--play);font-weight:700;font-size:calc(22px + 18 * (100vw - 320px) / 1600);width:65%;padding-bottom:calc(5px + 15 * (100vw - 320px) / 1600);line-height:1.3}.full-banner-section .banner-content h3 i{font-size:inherit;color:rgba(var(--primary-color),1)}@media (max-width:1436px){.full-banner-section .banner-content h3{width:75%}}@media (max-width:1050px){.full-banner-section .banner-content h3{width:85%}}@media (max-width:991.98px){.full-banner-section .banner-content h3{width:100%}}.full-banner-section .banner-content p{color:rgba(var(--content-color),1);font-size:calc(15px + 3 * (100vw - 320px) / 1600);padding-bottom:calc(14px + 16 * (100vw - 320px) / 1600);width:80%;line-height:1.4}@media (max-width:1050px){.full-banner-section .banner-content p{width:95%;line-height:1.3}}@media (max-width:991.98px){.full-banner-section .banner-content p{width:76%;line-height:1.5;margin-inline:auto}}@media (max-width:767.98px){.full-banner-section .banner-content p{width:100%}}.full-banner-section .banner-content .banner-images{display:flex;gap:calc(8px + 22 * (100vw - 320px) / 1600);padding-bottom:calc(15px + 35 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.full-banner-section .banner-content .banner-images{justify-content:center}}.full-banner-section .banner-content .banner-images li{width:calc(80px + 80 * (100vw - 320px) / 1600);height:calc(60px + 70 * (100vw - 320px) / 1600);border-radius:calc(10px + 10 * (100vw - 320px) / 1600);overflow:hidden}.full-banner-section .banner-content .banner-images li:hover img{transform:scale(1.1) rotate(5deg)}.full-banner-section .banner-content .banner-images li img{transition:all 0.3s ease-in-out}.full-banner-section .banner-content .btn{background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);display:flex;align-items:center;width:fit-content}@media (max-width:991.98px){.full-banner-section .banner-content .btn{margin-inline:auto}}.full-banner-section .banner-content .btn i{padding-right:calc(4px + 2 * (100vw - 320px) / 1600);font-size:calc(17px + 3 * (100vw - 320px) / 1600);line-height:1}[dir=rtl] .full-banner-section .banner-content .btn i{padding-left:calc(4px + 2 * (100vw - 320px) / 1600);padding-right:unset}.banner-box{aspect-ratio:159/100;background-color:rgba(var(--border-color),1);border-radius:calc(10px + 10 * (100vw - 320px) / 1600);position:relative;overflow:hidden}.banner-box:hover .banner-tag{height:calc(54px + 46 * (100vw - 320px) / 1600)}.banner-box:hover .banner-tag span{margin-top:0}.banner-box.style-1{aspect-ratio:21/10;background-color:transparent;border-radius:calc(10px + 10 * (100vw - 320px) / 1600);overflow:hidden}[dir=rtl] .banner-box.style-1 .img{transform:scaleX(-1)}.banner-box.style-1 .banner-content{padding:calc(12px + 38 * (100vw - 320px) / 1600) calc(15px + 45 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.banner-box.style-1 .banner-content{display:flex;align-items:center!important}}.banner-box.style-1 .banner-content span{color:#999;font-weight:400;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.banner-box.style-1 .banner-content h3{padding-block:calc(5px + 15 * (100vw - 320px) / 1600) calc(10px + 20 * (100vw - 320px) / 1600);width:70%;color:#232323;font-size:calc(15px + 21 * (100vw - 320px) / 1600)}.banner-box.style-1 .banner-content .btn{border-radius:calc(15px + 15 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.banner-box.style-1{aspect-ratio:5/2}}.banner-box.style-2{aspect-ratio:unset;background-color:transparent;border-radius:calc(10px + 10 * (100vw - 320px) / 1600);overflow:hidden}.banner-box.style-2 img{aspect-ratio:28/5;object-fit:cover}.banner-box.style-2 .banner-content span{font-size:16px;color:rgba(var(--content-color),1);font-weight:400}.banner-box.style-2 .banner-content h3{padding-block:10px 20px;width:70%;margin:0 auto}.banner-box.style-2 .banner-content .btn{border-radius:calc(15px + 15 * (100vw - 320px) / 1600)}.banner-box.style-3{aspect-ratio:unset;background-color:transparent;border-radius:calc(10px + 10 * (100vw - 320px) / 1600);overflow:hidden}.banner-box.style-3 img{aspect-ratio:28/5;object-fit:cover}.banner-box.style-3 .banner-content{position:relative}.banner-box.style-3 .banner-content span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:#999;font-weight:400}.banner-box.style-3 .banner-content h3{color:#232323;padding-block:calc(6px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);width:70%;margin:0 auto}@media (max-width:480px){.banner-box.style-3 .banner-content h3{width:100%}}.banner-box.style-3 .banner-content .btn{border-radius:100px;padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(20px + 10 * (100vw - 320px) / 1600);display:block;margin-inline:auto;width:max-content}@media (min-width:768px){.banner-box.style-3 .banner-content .btn{margin-inline:auto}}.banner-box.style-3 .banner-content .btn i{font-size:calc(17px + 3 * (100vw - 320px) / 1600);line-height:1}@media (max-width:991.98px){.banner-box.style-4{aspect-ratio:21/10}}.banner-box.style-4 .banner-img{aspect-ratio:4/5;bottom:unset;top:50%;transform:translateY(-50%);width:auto;height:100%;right:0;padding:calc(12px + 8 * (100vw - 1199px) / 721)}[dir=rtl] .banner-box.style-4 .banner-img{right:unset;left:0}@media (max-width:1199.98px){.banner-box.style-4 .banner-img{display:block}}.banner-box.style-4 .banner-img img{width:auto;height:100%;animation:bounce-effect 3s infinite ease-in}.banner-box.style-4 .banner-content h3{color:rgba(var(--primary-color),1);font-size:calc(16px + 20 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.banner-box.style-4 .banner-content span{display:block}}.banner-box.style-4 .banner-content .theme-btn{color:#fff;background-color:rgba(var(--theme-dark),1);border-color:rgba(var(--theme-dark),1);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);letter-spacing:0.3px;border-radius:100px}.banner-box.style-4 .banner-content .theme-btn:hover{background-color:transparent;color:rgba(var(--theme-dark),1)}.banner-box.style-7{overflow:hidden;aspect-ratio:unset;background:rgba(var(--primary-color),0.08) url(../../templates/assets/images/layout-7/banner/bg-1.png);background-size:cover;background-repeat:no-repeat;background-position:bottom;padding:calc(20px + 8 * (100vw - 1199px) / 721) calc(32px + 18 * (100vw - 1199px) / 721);display:flex;align-items:center}@media (max-width:1199.98px){.banner-box.style-7{padding:calc(14px + 34 * (100vw - 320px) / 880) calc(16px + 34 * (100vw - 320px) / 880)}}.banner-box.style-7 .banner-content{padding:0;height:auto;position:relative;inset:unset}.banner-box.style-7 .banner-content span{color:rgba(var(--primary-color),1);text-transform:uppercase;font-weight:500;letter-spacing:calc(0.6px + 0.4 * (100vw - 320px) / 1600);font-size:calc(13px + 3 * (100vw - 320px) / 1600)}.banner-box.style-7 .banner-content h3{padding-block:calc(3px + 3 * (100vw - 320px) / 1600) calc(4px + 2 * (100vw - 320px) / 1600);font-size:calc(20px + 10 * (100vw - 320px) / 1600);font-weight:600}.banner-box.style-7 .banner-content p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:calc(8px + 14 * (100vw - 320px) / 1600)}.banner-box.style-7 .banner-content .btn{gap:calc(4px + 2 * (100vw - 320px) / 1600);padding:calc(7px + 5 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600);width:fit-content;display:flex;align-items:center}.banner-box.style-7 .banner-content .btn i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.banner-box.style-7 .banner-img{min-width:calc(176px + 66 * (100vw - 1199px) / 721);width:calc(176px + 66 * (100vw - 1199px) / 721);position:relative;inset:unset;transform:unset;display:block}@media (max-width:1199.98px){.banner-box.style-7 .banner-img{min-width:176px;width:176px}}@media (max-width:767.98px){.banner-box.style-7 .banner-img{display:none}}.banner-box.style-7.light-bg{background:rgba(var(--background),1) url(../../templates/assets/images/layout-7/banner/bg-2.png);height:100%}.banner-box.style-7.light-bg .banner-content p{width:78%}@media (max-width:1199.98px){.banner-box.style-7.light-bg .banner-content p{width:100%}}.banner-box.style-7.light-bg .banner-img{position:absolute;bottom:-9px;right:0;min-width:calc(206px + 86 * (100vw - 1199px) / 721);width:calc(206px + 86 * (100vw - 1199px) / 721)}[dir=rtl] .banner-box.style-7.light-bg .banner-img{right:unset;left:0;transform:scaleX(-1)}@media (max-width:1199.98px){.banner-box.style-7.light-bg .banner-img{width:calc(154px + 52 * (100vw - 767px) / 433);min-width:calc(154px + 52 * (100vw - 767px) / 433)}}.banner-box .banner-tag{position:absolute;top:0;left:20px;width:calc(48px + 32 * (100vw - 320px) / 1600);height:calc(48px + 32 * (100vw - 320px) / 1600);background-color:rgba(var(--black),1);border-radius:0 0 50px 50px;text-transform:capitalize;z-index:1;transition:all 0.3s ease-in-out;display:flex;align-items:center;justify-content:center}.banner-box .banner-tag span{color:rgba(var(--white),1);font-size:calc(18px + 6 * (100vw - 320px) / 1600);margin-top:-10px;transition:all 0.3s ease-in-out}.banner-box .back-name{user-select:none;font-size:calc(80px + 118 * (100vw - 320px) / 1600);text-align:center;font-family:var(--play);background:-webkit-linear-gradient(-86deg,rgba(199,199,199,0.7607843137) 5%,rgba(227,227,227,0.54) 61%,rgba(var(--white),0.3215686275) 91%);-webkit-background-clip:text;-webkit-text-stroke:4px transparent;color:rgba(235,235,235,0.61);z-index:0;position:absolute;top:0;left:15px;text-transform:capitalize;width:calc(100% - 30px);margin:auto;line-height:1}.banner-box .content-title{font-size:calc(20px + 16 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:700;line-height:1.3}.banner-box .banner-content-box{display:flex;align-items:center;position:relative;width:100%;height:100%}.banner-box .banner-img{position:absolute;right:calc(12px + 8 * (100vw - 1199px) / 721);bottom:calc(22px + 13 * (100vw - 1199px) / 721);width:calc(200px + 63 * (100vw - 1199px) / 721)}@media (max-width:1199.98px){.banner-box .banner-img{display:none}}.banner-box .banner-content{overflow:hidden;padding:calc(10px + 20 * (100vw - 320px) / 1600);width:100%;height:100%;position:absolute;top:0;left:0;display:flex}.banner-box .banner-content.p-left-center{align-items:center}.banner-box .banner-content.p-left-bottom{align-items:flex-end}.banner-box .banner-content.p-center-top{justify-content:center}.banner-box .banner-content.p-center-center{align-items:center;justify-content:center}.banner-box .banner-content.p-center-bottom{align-items:flex-end;justify-content:center}.banner-box .banner-content.p-right-top{justify-content:flex-end}.banner-box .banner-content.p-right-center{align-items:center;justify-content:flex-end}.banner-box .banner-content.p-right-bottom{align-items:flex-end;justify-content:flex-end}@media (max-width:1199.98px){.banner-box.shoes-banner-box{width:100%;height:302px}}@media (max-width:1199.98px){.banner-box.shoes-banner-box{height:235px}}@media (max-width:450px){.banner-box.shoes-banner-box{height:calc(172px + 33 * (100vw - 320px) / 131)}}.banner-box.shoes-banner-box .banner-img{width:363px;bottom:30px;right:30px;display:block}[dir=rtl] .banner-box.shoes-banner-box .banner-img{right:unset;left:30px}@media (max-width:1553.98px){.banner-box.shoes-banner-box .banner-img{width:306px;bottom:22px;right:22px}[dir=rtl] .banner-box.shoes-banner-box .banner-img{right:unset;left:22px}}@media (max-width:1399.98px){.banner-box.shoes-banner-box .banner-img{width:250px;bottom:40px}}@media (max-width:1199.98px){.banner-box.shoes-banner-box .banner-img{bottom:16px}}@media (max-width:575.98px){.banner-box.shoes-banner-box .banner-img{position:relative;inset:unset;min-width:250px;padding:calc(10px + 20 * (100vw - 320px) / 1600)}[dir=rtl] .banner-box.shoes-banner-box .banner-img{inset:unset}}@media (max-width:450.98px){.banner-box.shoes-banner-box .banner-img{display:none}}@media (max-width:575.98px){.banner-box.shoes-banner-box .banner-content-box{align-items:flex-end}.banner-box.shoes-banner-box .banner-content-box .banner-content{position:relative;inset:unset}}.banner-box.shoes-banner-box .banner-content-box .content-title+.content-title{padding-bottom:calc(10px + 14 * (100vw - 320px) / 1600)}.slider-banner{background-color:rgba(var(--border-color),0.2)}.slider-banner .banner-list div{text-align:center}.slider-banner .banner-list div .img-box{width:calc(66px + 34 * (100vw - 320px) / 1600);height:calc(66px + 34 * (100vw - 320px) / 1600);border-radius:calc(8px + 12 * (100vw - 320px) / 1600);background-color:rgba(var(--theme-light),0.1);margin:0 auto calc(8px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.slider-banner .banner-list div .img-box svg{width:calc(38px + 12 * (100vw - 320px) / 1600);height:calc(38px + 12 * (100vw - 320px) / 1600);color:rgba(var(--theme-light),1);fill:rgba(var(--theme-light),1);transition:all 0.2s ease-in-out}.slider-banner .banner-list div h5{color:rgba(var(--primary-color),1);font-size:calc(16px + 4 * (100vw - 320px) / 1600)}.slider-banner .banner-list div p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.slider-banner .banner-list div:hover .img-box{background-color:rgba(var(--theme-light),1)}.slider-banner .banner-list div:hover .img-box svg{color:#fff}.slider-banner .classic-watch .swiper-slide{text-align:center}.slider-banner .classic-watch .swiper-slide img{width:72%;margin:auto}.full-banner{position:relative}.full-banner .banner-txt{position:absolute;top:15%;right:-7%}.full-banner .banner-txt h2{width:60%;margin-left:auto;text-align:end;color:rgba(var(--white),1);font-family:var(--play);font-size:calc(22px + 38 * (100vw - 320px) / 1600)}.full-banner .banner-txt h2 span{color:rgba(var(--primary-color),1);margin-left:5px;font-size:calc(22px + 38 * (100vw - 320px) / 1600);font-weight:600}@media (min-width:1200px){.full-banner-section-3>.container{max-width:100%}}.full-banner-section-3 .full-banner-slider{margin-left:100px}@media (max-width:1199.98px){.full-banner-section-3 .full-banner-slider{margin-left:0}}.full-banner-section-3 .full-banner{position:relative}.full-banner-section-3 .full-banner img{border-radius:0 20px 20px 0;width:808px;height:676px;object-fit:cover}@media (max-width:1199.98px){.full-banner-section-3 .full-banner img{border-radius:calc(12px + 8 * (100vw - 320px) / 880);width:unset;height:unset;aspect-ratio:107/50}}.full-banner-section-3 .full-banner .banner-txt{position:absolute;top:15%;right:-7%}@media (max-width:1199.98px){.full-banner-section-3 .full-banner .banner-txt{position:absolute;top:unset;right:calc(6px + 4 * (100vw - 320px) / 880);bottom:calc(6px + 4 * (100vw - 320px) / 880);width:50%;background-color:rgba(var(--title-color),0.4);padding:calc(12px + 12 * (100vw - 320px) / 880);border-radius:calc(8px + 6 * (100vw - 320px) / 880);backdrop-filter:blur(7px)}}@media (max-width:1199.98px){.full-banner-section-3 .full-banner .banner-txt{width:70%}}@media (max-width:575.98px){.full-banner-section-3 .full-banner .banner-txt{width:calc(100% - (12px + 8 * (100vw - 320px) / 880))}}.full-banner-section-3 .full-banner .banner-txt h2{width:60%;margin-left:auto;text-align:end;color:#fff;font-family:var(--play);font-size:calc(22px + 38 * (100vw - 320px) / 1600)}[dir=rtl] .full-banner-section-3 .full-banner .banner-txt h2{margin-left:unset;margin-right:auto}@media (max-width:1199.98px){.full-banner-section-3 .full-banner .banner-txt h2{width:100%}}.full-banner-section-3 .full-banner .banner-txt h2 span{color:rgba(var(--primary-color),1);margin-left:5px;font-size:calc(22px + 38 * (100vw - 320px) / 1600);font-weight:600}@media (max-width:1199.98px){.full-banner-section-3 .full-banner .banner-txt h2 span{color:inherit}}.bag-banner{background-color:rgba(var(--theme-light),0.4)}.bag-banner .text-wrap .text-line{left:-4%;top:-4%}@media (max-width:1399.98px){.bag-banner .banner-img{height:calc(280px + 190 * (100vw - 320px) / 1080)}}.bag-banner .banner-img img{border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}@media (max-width:1399.98px){.bag-banner .banner-img img{width:100%;height:100%;object-fit:cover}}.bag-banner .banner-bag-2{position:absolute;top:calc(106px + 94 * (100vw - 1399px) / 521);right:calc(60px + 85 * (100vw - 1399px) / 521);width:350px;border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}[dir=rtl] .bag-banner .banner-bag-2{left:calc(60px + 85 * (100vw - 1399px) / 521);right:unset}.bag-banner .banner-content h2{font-family:var(--play);font-size:calc(28px + 32 * (100vw - 320px) / 1600);margin-bottom:12px}.bag-banner .banner-content h2 span{color:rgba(var(--primary-color),1);font-weight:600;font-size:inherit}.bag-banner .banner-content p{color:rgba(var(--content-color),1);margin-bottom:calc(12px + 28 * (100vw - 320px) / 1600)}.bag-banner .banner-content .btn{margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600);gap:6px;padding:calc(12px + 4 * (100vw - 320px) / 1600) calc(16px + 7 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);line-height:1;letter-spacing:0.3px;display:inline-flex;align-items:center}.bag-banner .banner-content .btn i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.bag-banner .banner-content>img{border-radius:calc(10px + 10 * (100vw - 320px) / 1600);position:absolute;bottom:calc(48px + 52 * (100vw - 1399px) / 521);right:calc(434px + 91 * (100vw - 1399px) / 521);width:calc(164px + 36 * (100vw - 1399px) / 521)}[dir=rtl] .bag-banner .banner-content>img{left:calc(434px + 91 * (100vw - 1399px) / 521);right:unset}@media (max-width:1399.98px){.bag-banner .banner-content>img{display:none}}.bag-banner.style-1 h2{margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600)}.bag-banner.style-1 p{width:70%}@media (max-width:991.98px){.bag-banner.style-1 p{width:100%}}.bag-banner.style-1 .btn{width:fit-content;margin-bottom:calc(12px + 28 * (100vw - 320px) / 1600)}.bag-banner.style-1 .banner-img img{transform:translateX(-28%)}[dir=rtl] .bag-banner.style-1 .banner-img img{transform:translateX(28%) scaleX(-1)}@media (max-width:1553.98px){.bag-banner.style-1 .banner-img img{transform:unset;max-width:100%;height:auto}[dir=rtl] .bag-banner.style-1 .banner-img img{transform:unset}}@media (max-width:991.98px){.bag-banner.style-1 .banner-img img{width:100%;height:100%}}.collection-banner .right-banner{float:right}@media (max-width:767.98px){.collection-banner .right-banner{display:grid;float:unset}}.collection-banner .right-banner .banner-img{aspect-ratio:22/25}.collection-banner .banner-content{padding:calc(16px + 14 * (100vw - 320px) / 1600) 0}.collection-banner .banner-content p{color:rgba(var(--content-color),1)}.collection-banner .banner-content h4{color:rgba(var(--primary-color),1);font-size:calc(20px + 10 * (100vw - 320px) / 1600);width:74%}@media (max-width:480px){.collection-banner .banner-content h4{width:100%}}.style-banner{position:relative}.style-banner .wave-text{position:absolute;top:66%;right:13%;z-index:-1;transform:translateY(-50%)}[dir=rtl] .style-banner .wave-text{right:unset;left:13%}@media (max-width:991.98px){.style-banner .banner-img{height:calc(188px + 232 * (100vw - 320px) / 672)}.style-banner .banner-img img{width:100%;height:100%;object-fit:cover}}.style-banner .banner-content{display:flex;justify-content:space-between;position:relative}.style-banner .banner-content h2{font-family:var(--play);font-size:calc(28px + 42 * (100vw - 320px) / 1600);margin-bottom:calc(6px + 14 * (100vw - 320px) / 1600);margin-left:-27%}[dir=rtl] .style-banner .banner-content h2{margin-left:unset;margin-right:-27%}@media (max-width:991.98px){.style-banner .banner-content h2{margin-left:unset}[dir=rtl] .style-banner .banner-content h2{margin-right:unset}}.style-banner .banner-content p{color:rgba(var(--content-color),1);margin-bottom:calc(14px + 36 * (100vw - 320px) / 1600)}.style-banner .banner-content .btn{width:fit-content;border-radius:0}.style-banner .banner-content .star{position:absolute;bottom:32%;animation:rounded 2.5s infinite linear;z-index:-1}@media (max-width:767.98px){.style-banner .banner-content .star{display:none}}.style-banner .banner-content .star-2{position:absolute;top:-15%;right:4%;animation:rounded 2.5s infinite linear;z-index:-1}[dir=rtl] .style-banner .banner-content .star-2{right:unset;left:4%}@media (max-width:767.98px){.style-banner .banner-content .star-2{display:none}}.banner-slider .banner-img-box{padding:calc(15px + 17 * (100vw - 320px) / 1600) calc(15px + 17 * (100vw - 320px) / 1600) 0;background:rgba(var(--background),1) url(../../templates/assets/images/layout-7/banner-bg.png);background-size:cover;background-repeat:no-repeat;border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}.banner-slider .banner-img-box p{color:rgba(var(--primary-color),1);text-transform:uppercase;font-weight:500;margin-bottom:4px}.banner-slider .banner-img-box h4{font-size:calc(22px + 8 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:8px}.banner-slider .banner-img-box span{color:rgba(var(--content-color),1);font-weight:400;width:85%;display:block;font-size:calc(14px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600)}.banner-slider .banner-img-box .btn{border-radius:calc(15px + 15 * (100vw - 320px) / 1600);margin-bottom:calc(10px + 20 * (100vw - 320px) / 1600);gap:6px;width:fit-content;display:flex;align-items:center}.banner-slider .banner-img-box .btn i{font-size:20px;line-height:1}.banner-slider .banner-img-box img{display:flex;margin:auto}.banner-slider .best-deal{position:relative}.banner-slider .best-deal .swiper-button-next,.banner-slider .best-deal .swiper-button-prev{width:calc(34px + 16 * (100vw - 320px) / 1600);height:calc(34px + 16 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border-radius:50%;box-shadow:0 0 10px 0 rgba(var(--theme-dark),0.08);z-index:2}.banner-slider .best-deal .swiper-button-next::after,.banner-slider .best-deal .swiper-button-prev::after{font-size:22px;color:rgba(var(--title-color),1)}.banner-slider .best-deal .swiper-button-next svg,.banner-slider .best-deal .swiper-button-prev svg{display:none}.banner-slider .best-deal .swiper-button-next i,.banner-slider .best-deal .swiper-button-prev i{font-size:calc(22px + 3 * (100vw - 320px) / 1600);line-height:1;color:rgba(var(--title-color),1)}.banner-slider .best-deal .swiper-button-prev{left:calc(6px + -31 * (100vw - 320px) / 1600)}.banner-slider .best-deal .swiper-button-next{right:calc(6px + -31 * (100vw - 320px) / 1600)}.banner-section.style-7 .banner-content{padding:calc(17px + 33 * (100vw - 320px) / 1600);background:#232323 url(../../templates/assets/images/layout-7/banner/bg-img.png);background-size:cover;background-repeat:no-repeat;background-position:bottom;overflow:hidden;position:relative}@media (max-width:1199.98px){.banner-section.style-7 .banner-content{display:block}}@media (max-width:767.98px){.banner-section.style-7 .banner-content>.text-left{text-align:center!important}}.banner-section.style-7 .banner-content span{color:rgba(var(--primary-color),1);text-transform:uppercase;font-weight:500;letter-spacing:1px}.banner-section.style-7 .banner-content h3{padding-bottom:6px;color:#fff;margin:unset;width:90%}@media (max-width:1199.98px){.banner-section.style-7 .banner-content h3{width:100%}}.banner-section.style-7 .banner-content p{color:rgba(var(--content-color),1);width:65%;padding-bottom:16px}@media (max-width:1199.98px){.banner-section.style-7 .banner-content p{width:100%}}@media (min-width:768px){.banner-section.style-7 .banner-content .btn{margin:unset}}.banner-section.style-7 .banner-content .headphone-img{position:absolute;top:50%;transform:translateY(-50%);right:0;width:604px}[dir=rtl] .banner-section.style-7 .banner-content .headphone-img{right:unset;left:0;transform:translateY(-50%) scaleX(-1)}@media (max-width:1399.98px){.banner-section.style-7 .banner-content .headphone-img{width:416px}}@media (max-width:1199.98px){.banner-section.style-7 .banner-content .headphone-img{display:none}}.banner-section.style-7 .banner-content .headphone-img img{aspect-ratio:unset}.shoes-home-banner .swiper-wrapper .swiper-slide{opacity:0!important}.shoes-home-banner .swiper-wrapper .swiper-slide-active{opacity:1!important}.footer-section{padding:calc(34px + 26 * (100vw - 320px) / 1600) 0 0;position:relative;background:linear-gradient(135deg,rgba(var(--theme-dark),1) 30%,rgba(var(--theme-dark),0.95) 100%);border-color:rgba(255,255,255,0.05)}@media (max-width:767.98px){.footer-section{padding-bottom:calc(69px + 5 * (100vw - 320px) / 448)}}.footer-section.footer-section-5{background:#232323}.footer-section .footer-blobs{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;overflow:hidden}.footer-section .footer-blobs .blob{position:absolute;background:rgba(var(--primary-color),0.15);filter:blur(100px);border-radius:50%;animation:float-base 20s infinite alternate ease-in-out}.footer-section .footer-blobs .blob:nth-child(1){width:400px;height:400px;top:-100px;left:-50px;background:rgba(var(--primary-color),0.1)}.footer-section .footer-blobs .blob:nth-child(2){width:500px;height:500px;bottom:-150px;right:-100px;background:rgba(var(--theme-light),0.1)}.footer-section .brand-section .footer-logo{margin-bottom:calc(14px + 11 * (100vw - 320px) / 1600);display:block}.footer-section .brand-section .footer-logo img{height:calc(28px + 8 * (100vw - 320px) / 1600)}.footer-section .brand-section p{color:rgba(255,255,255,0.5);font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(4px + 26 * (100vw - 320px) / 1600);width:100%}.footer-section .footer-title{font-size:calc(18px + 4 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:calc(0.5px + 0.6 * (100vw - 320px) / 1600);color:#fff;margin-bottom:calc(8px + 12 * (100vw - 575px) / 1345);font-family:var(--play)}@media (max-width:575.98px){.footer-section .footer-title{cursor:pointer;margin-bottom:0;padding-bottom:calc(8px + 2 * (100vw - 320px) / 256);border-bottom:1px solid rgba(255,255,255,0.08);gap:4px;display:flex;align-items:center;justify-content:space-between}.footer-section .footer-title::after{content:"\ea4e";font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased}}.footer-section .contact-title{font-size:calc(18px + 4 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:calc(0.5px + 0.6 * (100vw - 320px) / 1600);color:#fff;margin-bottom:calc(8px + 12 * (100vw - 575px) / 1345);font-family:var(--play)}@media (max-width:575.98px){.footer-section .contact-title{margin-bottom:calc(8px + 2 * (100vw - 320px) / 256);padding-bottom:calc(8px + 2 * (100vw - 320px) / 256);border-bottom:1px solid rgba(255,255,255,0.08);gap:4px;display:flex;align-items:center;justify-content:space-between}}.footer-section .footer-nav-list{display:grid;gap:calc(4px + 8 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.footer-section .footer-nav-list{margin-left:4px;display:none;margin-top:calc(8px + 2 * (100vw - 320px) / 256)}[dir=rtl] .footer-section .footer-nav-list{margin-left:unset;margin-right:4px}.footer-section .footer-nav-list.active{display:grid}}.footer-section .footer-nav-list li a{color:rgba(255,255,255,0.5);font-size:calc(15px + 2 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out;font-weight:400}.footer-section .footer-nav-list li a:hover{color:#fff;padding-left:5px}@media (max-width:575.98px){.footer-section .footer-nav-list li a{color:rgba(255,255,255,0.8);display:flex;align-items:center;gap:6px}.footer-section .footer-nav-list li a:hover{padding-left:0}.footer-section .footer-nav-list li a::before{content:"";display:block;width:4px;height:4px;border-radius:100%;background-color:#fff}}.footer-section .newsletter-section .newsletter-box h5,.footer-section .newsletter-section .newsletter-box .h5{font-size:calc(18px + 4 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:calc(0.5px + 0.6 * (100vw - 320px) / 1600);color:#fff;margin-bottom:calc(5px + 15 * (100vw - 320px) / 1600);font-family:var(--play)}.footer-section .newsletter-section .newsletter-box p{margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600);color:rgba(255,255,255,0.5);font-size:calc(15px + 2 * (100vw - 320px) / 1600);font-weight:400;transition:all 0.2s ease-in-out}.footer-section .newsletter-section .newsletter-box .newsletter-form{display:flex;border:1px solid rgba(255,255,255,0.08);padding:calc(4px + 2 * (100vw - 320px) / 1600);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);transition:0.3s;background-color:rgba(255,255,255,0.03)}.footer-section .newsletter-section .newsletter-box .newsletter-form:focus-within{border-color:rgba(var(--primary-color),1);box-shadow:0 5px 15px rgba(var(--primary-color),0.1)}.footer-section .newsletter-section .newsletter-box .newsletter-form input{width:100%;border:none;outline:none;background:rgba(0,0,0,0);padding:calc(6px + 2 * (100vw - 320px) / 1600) calc(10px + 5 * (100vw - 320px) / 1600);font-size:14px;color:#fff}[dir=rtl] .footer-section .newsletter-section .newsletter-box .newsletter-form input{text-align:right}.footer-section .newsletter-section .newsletter-box .newsletter-form input::placeholder{color:rgba(255,255,255,0.3)}.footer-section .newsletter-section .newsletter-box .newsletter-form button{background:rgba(var(--primary-color),1);color:#fff;border:none;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:600;transition:0.3s;white-space:nowrap}.footer-section .newsletter-section .newsletter-box .newsletter-form button:hover{background-color:rgba(var(--primary-color),0.9)}.footer-section .newsletter-section .newsletter-box .offer-text{margin-block:calc(8px + 7 * (100vw - 320px) / 1600) 0;font-weight:500;color:rgba(255,255,255,0.7);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.footer-section .footer-bottom{margin-top:calc(16px + 34 * (100vw - 320px) / 1600);padding-block:calc(16px + 14 * (100vw - 320px) / 1600);border-top:1px solid rgba(255,255,255,0.08);gap:calc(12px + 8 * (100vw - 320px) / 1600);background-color:transparent;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}@media (max-width:767.98px){.footer-section .footer-bottom{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}}@media (max-width:500.98px){.footer-section .footer-bottom{grid-template-columns:1fr}}.footer-section .footer-bottom .copyright{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(255,255,255,0.7)}@media (max-width:767.98px){.footer-section .footer-bottom .copyright{grid-area:1/1/2/3;text-align:center}}@media (max-width:500.98px){.footer-section .footer-bottom .copyright{grid-area:unset}}.footer-section .footer-bottom .copyright b{color:#fff;font-weight:600}.footer-section .footer-bottom .payment-list{gap:calc(4px + 2 * (100vw - 320px) / 1600);display:flex}@media (max-width:500.98px){.footer-section .footer-bottom .payment-list{justify-content:center}}.footer-section .footer-bottom .payment-list li img{height:calc(20px + 5 * (100vw - 320px) / 1600)}.footer-section .social-links{display:flex;gap:calc(6px + 4 * (100vw - 320px) / 1600)}@media (max-width:500.98px){.footer-section .social-links{justify-content:center}}.footer-section .social-links li a{width:calc(34px + 4 * (100vw - 320px) / 1600);height:calc(34px + 4 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);background-color:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:#fff;transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center}.footer-section .social-links li a:hover{color:#fff;transform:translateY(calc(0 + -3 * (100vw - 320px) / 1600));background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.footer-section .footer-selectors{display:flex;gap:12px;align-items:center}.footer-section .footer-selectors .form-select{background-color:rgba(var(--white),0.05);border:1px solid rgba(var(--white),0.1);border-radius:6px;padding:5px 10px;min-width:100px;transition:all 0.2s ease-in-out;color:rgba(var(--white),1)}.footer-section .footer-selectors .form-select .ss-values .ss-single{color:rgba(var(--white),0.8);font-size:16px;letter-spacing:0.4px;font-weight:400}.footer-section .footer-selectors .form-select .ss-arrow{margin-left:8px}.footer-section .footer-selectors .form-select .ss-arrow path{stroke:rgb(255,255,255)}.footer-section .footer-selectors .form-select:hover{border-color:rgba(var(--primary-color),0.5);background-color:rgba(var(--white),0.08)}.footer-section .footer-selectors .form-select.ss-open-below,.footer-section .footer-selectors .form-select.ss-open-above{border-color:rgba(var(--primary-color),1);background-color:rgba(var(--white),0.1)}.footer-section .footer-selectors .form-select:focus{box-shadow:none}.footer-section .footer-selectors .form-select option{background-color:rgb(35,35,35)}.footer-section .footer-selectors .ss-content{background-color:rgba(var(--title-color),1);border:1px solid rgba(var(--white),0.1);border-radius:6px}.footer-section .footer-selectors .ss-content .ss-list .ss-option{color:rgba(var(--white),0.7);padding:8px 12px;font-size:13px}.footer-section .footer-selectors .ss-content .ss-list .ss-option:hover,.footer-section .footer-selectors .ss-content .ss-list .ss-option.ss-highlighted{background-color:rgba(var(--primary-color),1);color:#fff}.footer-section .footer-selectors .ss-content .ss-list .ss-option.ss-selected{background-color:rgba(var(--primary-color),0.2);color:rgba(var(--primary-color),1)}.footer-section .text-wrap{z-index:-1;height:calc(64px + 284 * (100vw - 320px) / 1600);position:relative}.footer-section .text-wrap svg{font-family:"Ramabhadra",sans-serif;width:100%;height:100%}.footer-section .text-wrap svg text{animation:stroke 5s infinite alternate;stroke-width:2;stroke:rgba(var(--primary-color),1);font-size:calc(85px + 395 * (100vw - 320px) / 1600);opacity:0.4}.footer-section .text-wrap .wrapper{height:100%}.footer-section-1{background-color:#232323;color:#fff;padding:0}.footer-section-1 .brand-section p{width:90%;margin-bottom:calc(14px + 16 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.footer-section-1 .brand-section p{width:100%}}@media (max-width:500.98px){.footer-section-1 .brand-section .social-links{justify-content:unset}}.footer-section-1 .footer-logo{display:block;margin-bottom:22px}.footer-section-1 .footer-logo img{height:36px}.footer-section-1 .footer-selectors .form-select{color:#fff;background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.1)}.footer-section-1 .social-links li a{width:calc(38px + 4 * (100vw - 320px) / 1600);height:calc(38px + 4 * (100vw - 320px) / 1600);font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.footer-section-1 .social-links li a i{line-height:1}.footer-section-1 .footer-nav-list{gap:10px}.footer-section-1 .footer-nav-list li a{position:relative}.footer-section-1 .footer-nav-list li a:hover{color:rgba(var(--primary-color),1);padding-left:0}.footer-section-1 .footer-nav-list li a:hover::after{width:100%}.footer-section-1 .footer-nav-list li a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,rgba(var(--primary-color),1) 0%,rgba(var(--primary-color),0) 100%);transition:all 0.2s ease-in-out}[dir=rtl] .footer-section-1 .footer-nav-list li a::after{left:unset;right:0;background:linear-gradient(-90deg,rgba(var(--primary-color),1) 0%,rgba(var(--primary-color),0) 100%)}@media (max-width:575.98px){.footer-section-1 .footer-nav-list li a::after{content:none}}.footer-section-1 .contact-info{display:grid;gap:10px}.footer-section-1 .contact-info li a{gap:calc(6px + 4 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(255,255,255,0.5);display:flex}.footer-section-1 .contact-info li a .iconsax{--color:rgba(255,255,255,0.5);--size:calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));margin-top:2px}.footer-section-1 .footer-bottom{margin-top:calc(20px + 25 * (100vw - 320px) / 1600);padding:calc(14px + 16 * (100vw - 320px) / 1600) 0;border-top:1px solid rgba(255,255,255,0.08)}.footer-section-1 .footer-bottom-content{gap:calc(8px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.footer-section-1 .newsletter-section{padding-block:calc(24px + 36 * (100vw - 320px) / 1600);margin-bottom:calc(24px + 36 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(238,238,238,0.1)}.footer-section-1 .newsletter-section>.row{align-items:center;justify-content:space-between}.footer-section-1 .newsletter-section .newsletter-content h2{font-family:var(--play);font-size:calc(28px + 8 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(4px + 3 * (100vw - 320px) / 1600);letter-spacing:0.5px}.footer-section-1 .newsletter-section .newsletter-content p{color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.footer-section-1 .newsletter-section .newsletter-form{display:flex;gap:10px}.footer-section-1 .newsletter-section .newsletter-form button{background-color:rgba(var(--primary-color),1);color:#fff;border:1px solid rgba(var(--primary-color),1);font-size:calc(15px + 1 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:400;letter-spacing:0.3px;padding:calc(8px + 6 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.footer-section-1 .newsletter-section .newsletter-form button:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.footer-section-1 .newsletter-section .newsletter-form input{width:100%;background-color:rgba(255,255,255,0.05);border:1px solid rgba(38,33,29,0.1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);color:#fff;outline:none;font-size:calc(15px + 1 * (100vw - 320px) / 1600);box-shadow:none;transition:all 0.2s ease-in-out}[dir=rtl] .footer-section-1 .newsletter-section .newsletter-form input{text-align:right}.footer-section-1 .newsletter-section .newsletter-form input:focus{border-color:rgba(var(--primary-color),1);background-color:rgba(var(--white),0.1)}.footer-section-1 .newsletter-section .newsletter-form input::placeholder{color:rgba(var(--content-color),1)}@media (max-width:991.98px){.footer-section-1 .newsletter-content{text-align:center;margin-bottom:calc(14px + 16 * (100vw - 320px) / 672)}.footer-section-1 .newsletter-content h2{font-size:28px}}@media (max-width:575.98px){.footer-section-1 .footer-bottom-content{flex-direction:column;text-align:center}.footer-section-1 .newsletter-form{flex-direction:column;height:auto;gap:15px}.footer-section-1 .newsletter-form button{padding:15px}}.footer-section-2{background-color:#0e0e0e;overflow:hidden;z-index:1}.footer-section-2 .organic-shape{position:absolute;top:0;left:0;width:100%;line-height:0;transform:rotate(180deg);z-index:-1}.footer-section-2 .organic-shape svg{position:relative;display:block;width:calc(100% + 1.3px);height:150px}.footer-section-2 .organic-shape svg path{fill:#0e0e0e}.footer-section-2 .newsletter-organic{background-color:rgba(255,255,255,0.03);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,0.08);border-radius:calc(16px + 10 * (100vw - 320px) / 1600);padding:calc(18px + 22 * (100vw - 320px) / 1600);margin-bottom:calc(28px + 32 * (100vw - 320px) / 1600);position:relative;overflow:hidden}.footer-section-2 .newsletter-organic::before{content:"";position:absolute;top:-50%;left:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(var(--primary-color),0.15) 0%,transparent 70%);border-radius:50%;z-index:-1}.footer-section-2 .newsletter-organic .newsletter-content h3{font-family:var(--play);font-size:calc(24px + 12 * (100vw - 320px) / 1600);color:#fff;margin-bottom:10px}.footer-section-2 .newsletter-organic .newsletter-content p{color:rgba(255,255,255,0.65);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.footer-section-2 .newsletter-organic .newsletter-form-organic{position:relative}.footer-section-2 .newsletter-organic .newsletter-form-organic input{width:100%;font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:#fff;background:rgba(255,255,255,0.05);padding:calc(14px + 6 * (100vw - 320px) / 1600) calc(108px + 32 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600) calc(18px + 8 * (100vw - 320px) / 1600);border-radius:100px;line-height:1;border:1px solid rgba(255,255,255,0.1)}[dir=rtl] .footer-section-2 .newsletter-organic .newsletter-form-organic input{text-align:right;padding-inline:calc(108px + 32 * (100vw - 320px) / 1600) calc(18px + 8 * (100vw - 320px) / 1600)}.footer-section-2 .newsletter-organic .newsletter-form-organic input::placeholder{color:rgba(255,255,255,0.4)}.footer-section-2 .newsletter-organic .newsletter-form-organic button{background-color:rgba(var(--primary-color),1);color:#fff;border:none;padding:0 calc(18px + 12 * (100vw - 320px) / 1600);border-radius:50px;font-weight:500;font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-top:calc(0 + -1 * (100vw - 320px) / 1600);height:calc(100% - (8px + 4 * (100vw - 320px) / 1600));position:absolute;right:calc(4px + 2 * (100vw - 320px) / 1600);outline:1px solid rgba(var(--primary-color),1);top:50%;transform:translateY(-50%);transition:all 0.2s ease-in-out}[dir=rtl] .footer-section-2 .newsletter-organic .newsletter-form-organic button{right:unset;left:calc(4px + 2 * (100vw - 320px) / 1600)}.footer-section-2 .newsletter-organic .newsletter-form-organic button:hover{background-color:transparent;color:#fff}.footer-section-2 .footer-features-organic{border-bottom:1px solid rgba(255,255,255,0.08);padding-bottom:calc(20px + 18 * (100vw - 320px) / 1600);margin-bottom:calc(20px + 18 * (100vw - 320px) / 1600);gap:calc(10px + 5 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between}@media (max-width:991.98px){.footer-section-2 .footer-features-organic{display:grid;grid-template-columns:repeat(2,1fr)}}.footer-section-2 .footer-features-organic .feature-item{display:flex;align-items:center;gap:calc(10px + 5 * (100vw - 320px) / 1600)}@media (max-width:480px){.footer-section-2 .footer-features-organic .feature-item{display:grid;justify-items:center}}.footer-section-2 .footer-features-organic .feature-item .feature-icon{width:calc(46px + 9 * (100vw - 320px) / 1600);height:calc(46px + 9 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1);border-radius:50%;font-size:calc(22px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--primary-color),0.2);transition:all 0.15s ease-in-out;display:flex;align-items:center;justify-content:center}.footer-section-2 .footer-features-organic .feature-item .feature-icon i{line-height:1}.footer-section-2 .footer-features-organic .feature-item:hover .feature-icon{background-color:rgba(var(--primary-color),1);color:#fff;box-shadow:0 10px 20px rgba(var(--primary-color),0.3)}@media (max-width:480px){.footer-section-2 .footer-features-organic .feature-item .feature-text{text-align:center}}.footer-section-2 .footer-features-organic .feature-item .feature-text h4{color:#fff;letter-spacing:0.5px;margin-bottom:3px;font-size:calc(15px + 3 * (100vw - 320px) / 1600)}.footer-section-2 .footer-features-organic .feature-item .feature-text span{color:rgba(255,255,255,0.5);font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-top:calc(4px + 1 * (100vw - 320px) / 1600);display:block}.footer-section-2 .brand-section p{margin-bottom:calc(18px + 12 * (100vw - 320px) / 1600)}@media (max-width:500.98px){.footer-section-2 .brand-section .social-links{justify-content:unset}}.footer-section-2 .brand-section .social-links li a{width:calc(38px + 7 * (100vw - 320px) / 1600);height:calc(38px + 7 * (100vw - 320px) / 1600);font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.footer-section-2 .brand-section .social-links li a:hover{transform:translateY(-5px) rotate(8deg)}[dir=rtl] .footer-section-2 .brand-section .social-links li a:hover{transform:translateY(-5px) rotate(-8deg)}.footer-section-2 .footer-title{margin-bottom:calc(14px + 11 * (100vw - 320px) / 1600);position:relative}@media (max-width:575.98px){.footer-section-2 .footer-title{margin-bottom:0}}.footer-section-2 .footer-title::before{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:rgba(var(--primary-color),1);border-radius:10px}[dir=rtl] .footer-section-2 .footer-title::before{left:unset;right:0}@media (max-width:575.98px){.footer-section-2 .footer-title::before{content:none}}.footer-section-2 .footer-nav-list{gap:calc(4px + 6 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.footer-section-2 .footer-nav-list{margin-top:calc(8px + 2 * (100vw - 320px) / 256)}}.footer-section-2 .footer-nav-list li a{color:rgba(255,255,255,0.6)}.footer-section-2 .footer-nav-list li a:hover{padding-left:0;letter-spacing:0.5px}@media (max-width:575.98px){.footer-section-2 .footer-contact-organic .contact-list-organic{margin-top:calc(8px + 2 * (100vw - 320px) / 256)}}.footer-section-2 .footer-contact-organic .contact-list-organic li+li{margin-top:calc(6px + 8 * (100vw - 320px) / 1600)}.footer-section-2 .footer-contact-organic .contact-list-organic li a{gap:calc(8px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center}.footer-section-2 .footer-contact-organic .contact-list-organic li .icon-box{width:calc(36px + 10 * (100vw - 320px) / 1600);height:calc(36px + 10 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.15);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.footer-section-2 .footer-contact-organic .contact-list-organic li .icon-box:hover{background-color:rgba(var(--primary-color),1)}.footer-section-2 .footer-contact-organic .contact-list-organic li .icon-box:hover i{--color:#fff}.footer-section-2 .footer-contact-organic .contact-list-organic li .icon-box i{--size:calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--primary-color),1);transition:all 0.2s ease-in-out}.footer-section-2 .footer-contact-organic .contact-list-organic li span{color:rgba(255,255,255,0.6);font-size:calc(14px + 4 * (100vw - 320px) / 1600);line-height:1.4;width:calc(100% - 48px - 10px)}@media (max-width:767.98px){.footer-section-2 .footer-bottom{grid-template-columns:1fr}}.footer-section-2 .footer-bottom .copyright{font-size:calc(16px + 2 * (100vw - 320px) / 1600);line-height:1.3}@media (max-width:575.98px){.footer-section-2 .footer-bottom .copyright{text-align:center}}.footer-section-2 .footer-bottom .payment-list{justify-content:flex-end}@media (max-width:767.98px){.footer-section-2 .footer-bottom .payment-list{justify-content:center;margin-top:calc(8px + 7 * (100vw - 320px) / 1600)}}.footer-section-2 .footer-bottom .payment-list li img{height:calc(18px + 10 * (100vw - 320px) / 1600);opacity:0.5;transition:0.3s;filter:grayscale(1)}.footer-section-2 .footer-bottom .payment-list li img:hover{opacity:1;filter:grayscale(0)}.footer-section-2 .organic-blobs{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;overflow:hidden;pointer-events:none}.footer-section-2 .organic-blobs .blob{position:absolute;border-radius:50%;filter:blur(60px);animation:float-organic 20s infinite alternate linear}.footer-section-2 .organic-blobs .blob:nth-child(1){width:300px;height:300px;top:10%;left:-10%;background-color:rgba(var(--primary-color),0.12);animation-duration:25s}.footer-section-2 .organic-blobs .blob:nth-child(2){width:400px;height:400px;bottom:-10%;right:-10%;background-color:rgba(var(--primary-color),0.08);animation-duration:30s}.footer-section-2 .organic-blobs .blob:nth-child(3){width:250px;height:250px;top:40%;right:20%;background-color:rgba(var(--primary-color),0.08);animation-duration:20s}.footer-section-3{background-color:#232323;padding:calc(32px + 68 * (100vw - 320px) / 1600) 0 0;color:#fff;position:relative;overflow:hidden;z-index:0}@media (max-width:767.98px){.footer-section-3{padding-bottom:calc(69px + 5 * (100vw - 320px) / 448)}}.footer-section-3::before{content:"";position:absolute;top:-150px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(var(--primary-color),0.05) 0%,transparent 70%);z-index:-1}@media (max-width:500.98px){.footer-section-3 .brand-section .social-links{justify-content:unset}}.footer-section-3 .brand-section .brand-text{width:94%}@media (max-width:575.98px){.footer-section-3 .brand-section .brand-text{width:100%}}.footer-section-3 .social-links .social-item{width:calc(36px + 4 * (100vw - 320px) / 1600);height:calc(36px + 4 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.footer-section-3 .footer-title{margin-bottom:0}}@media (max-width:575.98px){.footer-section-3 .footer-nav-list{margin-top:calc(8px + 4 * (100vw - 320px) / 1600)}}.footer-section-3 .footer-nav-list li a{line-height:1.3}.footer-section-3 .footer-nav-list li a:hover{padding-left:0;letter-spacing:0.3px}@media (max-width:575.98px){.footer-section-3 .footer-nav-list li a{display:flex;align-items:center;gap:6px}.footer-section-3 .footer-nav-list li a:hover{padding-left:0}.footer-section-3 .footer-nav-list li a::before{content:"";margin-top:-3px;width:calc(4px + 2 * (100vw - 320px) / 256);height:calc(4px + 2 * (100vw - 320px) / 256);border-radius:100%;background-color:#fff;display:block}}.footer-section-3 .footer-bottom{border-color:rgba(255,255,255,0.05)}@media (max-width:767.98px){.footer-section-3 .footer-bottom{grid-template-columns:1fr}}.footer-section-3 .footer-bottom .copyright{color:#fff}.footer-section-3 .footer-bottom .copyright i{color:rgba(var(--primary-color),1)}@media (max-width:767.98px){.footer-section-3 .footer-bottom .payment-list{justify-content:center}}.footer-section-3 .footer-bottom .payment-list li img{transition:all 0.2s ease-in-out}.footer-section-3 .footer-bottom .payment-list li img:hover{transform:translateY(calc(-1px + -1 * (100vw - 320px) / 1600))}.footer-section-4{background-color:rgba(var(--theme-dark),1);padding:0;color:rgba(255,255,255,0.6)}.footer-section-4 .footer-selectors .form-select{color:#fff;background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.1)}.footer-section-4 .footer-item{text-align:center;border-block:1px solid rgba(255,255,255,0.08)}.footer-section-4 .footer-item .logo{margin-bottom:calc(10px + 20 * (100vw - 320px) / 1600)}.footer-section-4 .footer-item p{width:40%;margin:auto;padding-bottom:calc(10px + 8 * (100vw - 320px) / 1600)}@media (max-width:1399px){.footer-section-4 .footer-item p{width:60%}}@media (max-width:991.98px){.footer-section-4 .footer-item p{width:80%}}@media (max-width:575.98px){.footer-section-4 .footer-item p{width:100%}}.footer-section-4 .footer-item .social-link-box{gap:calc(10px + 10 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.footer-section-4 .footer-item .social-link-box li a{width:calc(28px + 8 * (100vw - 320px) / 1600);height:calc(28px + 8 * (100vw - 320px) / 1600);padding:calc(5px + 5 * (100vw - 320px) / 1600);background-color:transparent;border:1px solid rgba(var(--white),0.4);border-radius:100%;line-height:1;transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center}.footer-section-4 .footer-item .social-link-box li:hover a{background-color:rgba(var(--primary-color),1);border-color:transparent}.footer-section-4 .footer-link-wrapper{padding-block:calc(28px + 32 * (100vw - 320px) / 1600)}.footer-section-4 .footer-link-wrapper .footer-nav-list{gap:calc(4px + 6 * (100vw - 320px) / 1600)}.footer-section-4 .social-links{justify-content:center}.footer-section-4 .social-links li a{width:calc(36px + 6 * (100vw - 320px) / 1600);height:calc(36px + 6 * (100vw - 320px) / 1600);font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.footer-section-4 .social-links li a i{line-height:1}.footer-section-4 .sub-footer{border:none;margin:0}.footer-section-4 .sub-footer .d-flex{position:relative}.footer-section-4 .sub-footer .d-flex .form-select{background-color:transparent;border:none;color:rgba(var(--white),1);line-height:1;padding:6px 30px 6px 0;border-radius:0}.footer-section-4 .sub-footer .d-flex .form-select option{background-color:rgba(var(--theme-dark),1);border-color:rgba(var(--white),0.04)}.footer-section-4 .sub-footer .d-flex .form-select option:hover{box-shadow:0 0 10px 100px #000 inset}.footer-section-4 .sub-footer .d-flex .form-select:focus{box-shadow:none}.footer-section-4 .sub-footer .d-flex .icon{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.footer-section-4 .sub-footer p{width:unset;margin:unset;padding:0;font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:#fff}@media (max-width:767.98px){.footer-section-4 .sub-footer p{text-align:center}}.footer-section-4 .sub-footer .social-link-box{display:flex;align-items:center;gap:calc(10px + 10 * (100vw - 320px) / 1600)}.footer-section-4 .sub-footer .social-link-box li a{width:calc(28px + 8 * (100vw - 320px) / 1600);height:calc(28px + 8 * (100vw - 320px) / 1600);padding:calc(5px + 5 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);display:flex;align-items:center;justify-content:center;border-radius:100%;line-height:1}@media (max-width:575.98px){.footer-section-4 .sub-footer{flex-direction:column;gap:10px}}.footer-section-4 .footer-link-wrapper .footer-link li a{color:rgba(var(--white),0.6)}.footer-section-4 .nav-header{gap:calc(12px + 38 * (100vw - 320px) / 1600);padding-bottom:calc(15px + 15 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}@media (max-width:767.98px){.footer-section-4 .nav-header{display:none}}.footer-section-4 .nav-header li a{color:#fff;transition:all 0.2s ease-in-out}.footer-section-4 .nav-header li a.active,.footer-section-4 .nav-header li a:hover{color:rgba(var(--primary-color),1)}.footer-section-5{overflow:hidden;background-color:#232323;position:relative;z-index:0}.footer-section-5 .brand-section p{margin:0;padding:0}.footer-section-5 .footer-bottom{background-color:rgba(var(--black),0.15);padding-block:18px}@media (max-width:767.98px){.footer-section-5 .footer-bottom{display:grid;grid-template-columns:1fr}}.footer-section-5 .footer-bottom .sub-footer{display:flex;align-items:center;justify-content:space-between}@media (max-width:480.98px){.footer-section-5 .footer-bottom .sub-footer{display:grid;gap:10px;grid-template-columns:1fr}}.footer-section-5 .footer-bottom .sub-footer p{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:#fff}@media (max-width:480.98px){.footer-section-5 .footer-bottom .sub-footer p{text-align:center}}.footer-section-5 .footer-bottom .sub-footer .social-links li a{background-color:rgba(var(--primary-color),1);color:#fff;line-height:1;font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.footer-section-5 .footer-bottom .sub-footer .social-links li a i{line-height:1}.footer-section-5 .contact-list-organic li a{gap:calc(6px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(8px + 12 * (100vw - 320px) / 1600);display:flex;align-items:center}.footer-section-5 .contact-list-organic li a .icon-box{width:calc(36px + 12 * (100vw - 320px) / 1600);height:calc(36px + 12 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.15);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.footer-section-5 .contact-list-organic li a .icon-box:hover{background-color:rgba(var(--primary-color),1)}.footer-section-5 .contact-list-organic li a .icon-box:hover i{--color:#fff}.footer-section-5 .contact-list-organic li a .icon-box i{--size:calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--primary-color),1);transition:all 0.2s ease-in-out}.footer-section-5 .contact-list-organic li a span{color:rgba(255,255,255,0.6);font-size:calc(15px + 3 * (100vw - 320px) / 1600);line-height:1.4;width:calc(100% - (36px + 12 * (100vw - 320px) / 1600) - (6px + 4 * (100vw - 320px) / 1600))}.footer-section-6{background-color:rgba(var(--title-color),1)}.footer-section-6 .news-letter-wrap{display:block;border-bottom:0}.footer-section-6 .news-letter-wrap .news-input-wrap{width:80%;margin-top:calc(8px + 10 * (100vw - 320px) / 1600);justify-content:space-between}.footer-section-6 .news-letter-wrap .news-input-title{font-size:calc(18px + 12 * (100vw - 320px) / 1600);font-family:var(--play);color:#fff;font-weight:600;letter-spacing:0.5px}.footer-section-6 .news-letter-wrap .news-input-wrap{position:relative;width:100%}@media (max-width:450px){.footer-section-6 .news-letter-wrap .news-input-wrap{position:relative;margin-bottom:calc(6px + 24 * (100vw - 320px) / 130)}}.footer-section-6 .news-letter-wrap .news-input-wrap input{background-color:rgba(var(--white),1);border:0;padding:calc(14px + 6 * (100vw - 320px) / 1600) calc(134px + 36 * (100vw - 767px) / 1153) calc(14px + 6 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);font-size:calc(14px + 4 * (100vw - 320px) / 1600);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);line-height:1;width:100%;box-shadow:none}[dir=rtl] .footer-section-6 .news-letter-wrap .news-input-wrap input{padding-left:calc(134px + 36 * (100vw - 767px) / 1153);padding-right:calc(14px + 6 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.footer-section-6 .news-letter-wrap .news-input-wrap input{padding-right:calc(48px + 8 * (100vw - 320px) / 256)}[dir=rtl] .footer-section-6 .news-letter-wrap .news-input-wrap input{padding-left:calc(48px + 8 * (100vw - 320px) / 256)}}.footer-section-6 .news-letter-wrap .news-input-wrap input::placeholder{color:rgba(153,153,153,0.7)}.footer-section-6 .news-letter-wrap .news-input-wrap .btn{color:#fff;position:absolute;height:calc(100% - (6px + 4 * (100vw - 320px) / 1600));right:calc(3px + 2 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);gap:6px;padding-block:0 1px;line-height:1;top:50%;transform:translateY(-50%);box-shadow:none;display:flex;align-items:center}.footer-section-6 .news-letter-wrap .news-input-wrap .btn:hover span{color:rgba(var(--primary-color),1)}.footer-section-6 .news-letter-wrap .news-input-wrap .btn:hover i{color:rgba(var(--primary-color),1)}[dir=rtl] .footer-section-6 .news-letter-wrap .news-input-wrap .btn{left:calc(3px + 2 * (100vw - 320px) / 1600);right:unset}.footer-section-6 .news-letter-wrap .news-input-wrap .btn span{font-size:inherit;font-weight:inherit;color:inherit}.footer-section-6 .news-letter-wrap .news-input-wrap .btn i{font-size:calc(20px + 2 * (100vw - 320px) / 1600);line-height:1}.footer-section-6 .news-letter-wrap .news-input-wrap .btn span{line-height:1;color:#fff}@media (max-width:575.98px){.footer-section-6 .news-letter-wrap .news-input-wrap .btn span{display:none}}.footer-section-6 .footer-selectors .form-select{background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.1);color:#fff}.footer-section-6 .social-link-box{margin-top:12px}@media (max-width:500px){.footer-section-6 .social-link-box{justify-content:unset}}.footer-section-6 .sub-footer{display:flex;align-items:center;justify-content:space-between;padding-block:calc(14px + 8 * (100vw - 320px) / 1600);border-top:1px solid rgba(238,238,238,0.1)}@media (max-width:767.98px){.footer-section-6 .sub-footer{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.footer-section-6 .sub-footer>*:first-child{grid-area:1/1/2/3}.footer-section-6 .sub-footer>*:nth-child(2){grid-area:2/1/3/2}.footer-section-6 .sub-footer>*:last-child{grid-area:2/2/3/3}}@media (max-width:575.98px){.footer-section-6 .sub-footer{gap:10px;flex-direction:column;display:flex}}.footer-section-6 .sub-footer p{width:unset;margin:unset;padding:0;font-size:calc(14px + 4 * (100vw - 320px) / 1600);color:#fff}.footer-section-6 .sub-footer .d-flex{position:relative}.footer-section-6 .sub-footer .d-flex .form-select{background-color:transparent;border:none;color:rgba(var(--white),1);line-height:1;padding:6px 30px 6px 0;border-radius:0}.footer-section-6 .sub-footer .d-flex .form-select option{background-color:rgba(var(--theme-dark),1);border-color:rgba(var(--white),0.04)}.footer-section-6 .sub-footer .d-flex .form-select option:hover{box-shadow:0 0 10px 100px #000 inset}.footer-section-6 .sub-footer .d-flex .form-select:focus{box-shadow:none}.footer-section-6 .sub-footer .d-flex .icon{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.footer-section-6 .sub-footer .footer-logo{gap:4px;display:flex;align-items:center}.footer-section-6 .sub-footer .footer-logo li img{height:24px}header.sticky{position:sticky;top:0;left:0;z-index:3;transition:all 0.2s ease-in-out;background-color:rgba(var(--white),1);box-shadow:0 5px 11px rgba(119,119,119,0.0705882353)}header.header-2{background-color:#f2e8df;border-bottom:1px solid rgba(var(--white),1);padding:0}header.header-2.sticky{width:100%;position:fixed;box-shadow:0 8px 10px rgba(var(--black),0.04);background-color:rgba(var(--white),1)}header.header-2.sticky .header-wrapper .logo::after,header.header-2.sticky .header-wrapper .header-option::after{background-color:rgba(var(--border-color),1)}@media (max-width:991.98px){header.header-2{overflow:auto}}header.header-2 .header-wrapper{padding:calc(14px + 11 * (100vw - 320px) / 1600) 0;position:relative}header.header-2 .header-wrapper .logo,header.header-2 .header-wrapper .header-option{position:relative;padding-right:25px}[dir=rtl] header.header-2 .header-wrapper .logo,[dir=rtl] header.header-2 .header-wrapper .header-option{padding-right:unset;padding-left:25px}@media (max-width:767.98px){header.header-2 .header-wrapper .logo,header.header-2 .header-wrapper .header-option{padding-right:0}[dir=rtl] header.header-2 .header-wrapper .logo,[dir=rtl] header.header-2 .header-wrapper .header-option{padding-left:0}}header.header-2 .header-wrapper .logo.header-option,header.header-2 .header-wrapper .header-option.header-option{padding-left:25px;padding-right:0}[dir=rtl] header.header-2 .header-wrapper .logo.header-option,[dir=rtl] header.header-2 .header-wrapper .header-option.header-option{padding-left:0;padding-right:25px}@media (max-width:767.98px){header.header-2 .header-wrapper .logo.header-option,header.header-2 .header-wrapper .header-option.header-option{padding-left:0}[dir=rtl] header.header-2 .header-wrapper .logo.header-option,[dir=rtl] header.header-2 .header-wrapper .header-option.header-option{padding-right:0}}header.header-2 .header-wrapper .logo::after,header.header-2 .header-wrapper .header-option::after{content:"";position:absolute;bottom:0;width:0.8px;height:calc(58px + 30 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);top:calc(-13px + -12 * (100vw - 320px) / 1600)}@media (max-width:991.98px){header.header-2 .header-wrapper .logo::after,header.header-2 .header-wrapper .header-option::after{content:none}}header.header-2 .header-wrapper .logo.logo::after,header.header-2 .header-wrapper .header-option.logo::after{right:0}[dir=rtl] header.header-2 .header-wrapper .logo.logo::after,[dir=rtl] header.header-2 .header-wrapper .header-option.logo::after{right:unset;left:0}header.header-2 .header-wrapper .logo.header-option::after,header.header-2 .header-wrapper .header-option.header-option::after{left:0;top:calc(-22px + -9 * (100vw - 320px) / 1600)}[dir=rtl] header.header-2 .header-wrapper .logo.header-option::after,[dir=rtl] header.header-2 .header-wrapper .header-option.header-option::after{left:unset;right:0}@media (max-width:991.98px){header.header-2 .header-wrapper .logo{position:absolute}}header.header-3{overflow-x:clip;position:absolute;z-index:12;width:100%}header.header-3.sticky{position:fixed;padding-bottom:10px;box-shadow:0 8px 10px rgba(var(--black),0.04)}header.header-3.sticky .header-wrapper .search-input .iconsax{--color:rgba(var(--title-color),1)}header.header-3.sticky .header-wrapper .search-input input{background-color:rgba(var(--border-color),0.5);border-color:rgba(var(--border-color),1);color:rgba(var(--title-color),1)}header.header-3.sticky .header-wrapper .search-input input::placeholder{color:rgba(var(--content-color),1)}header.header-3.sticky .header-wrapper .header-option li a{color:rgba(var(--title-color),1)}header.header-3.sticky .header-wrapper .header-option li a i{color:rgba(var(--title-color),1);--color:rgba(var(--title-color),1)}header.header-3 .header-wrapper .search-input .iconsax{position:absolute;left:20px;--size:20px;opacity:0.5;top:50%;transform:translateY(-50%);--color:rgba(var(--content-color),1)}[dir=rtl] header.header-3 .header-wrapper .search-input .iconsax{left:unset;right:20px}header.header-3 .header-wrapper .search-input input{background-color:rgba(var(--white),1);padding:10px 15px 10px 50px;border:1px solid rgba(var(--border-color),1);border-radius:100px;min-width:calc(250px + 150 * (100vw - 991px) / 929)}[dir=rtl] header.header-3 .header-wrapper .search-input input{padding-inline:50px 10px}header.header-3 .header-wrapper .logo{position:absolute;left:50%;transform:translateX(-50%)}@media (max-width:767.98px){header.header-3 .header-wrapper .logo{position:relative;inset:unset;transform:unset}}@media (max-width:767.98px){header.header-3 .header-wrapper .header-option li:last-child{display:none}}header.header-3 .header-wrapper .header-option li a i{color:#232323;--color:#232323}@media (max-width:767.98px){header.header-3 .header-wrapper .header-option li a i{color:rgba(var(--title-color),1);--color:rgba(var(--title-color),1)}}header.header-3 .navbar .mega-menu,header.header-3 .navbar .dropdown .dropdown-menu{top:39px}header.header-4 .header-wrapper .header-option li a i{color:rgba(var(--title-color),1);--color:rgba(var(--title-color),1)}header .header-wrapper{display:flex;align-items:center;justify-content:space-between;padding:calc(14px + 11 * (100vw - 320px) / 1600) 0;position:relative}@media (max-width:991.98px){header .header-wrapper .logo{position:absolute;left:50%;transform:translateX(-50%)}}header .header-wrapper .navbar-toggler .navbar-toggler-icon{width:calc(30px + 15 * (100vw - 320px) / 1600);height:calc(30px + 15 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1)}header .header-wrapper .header-option{display:flex;align-items:center;gap:10px}@media (max-width:767.98px){header .header-wrapper .header-option li:nth-child(2),header .header-wrapper .header-option li:nth-child(3),header .header-wrapper .header-option li:nth-child(4){display:none}}header .header-wrapper .header-option li svg{width:calc(18px + 6 * (100vw - 320px) / 1600);height:calc(18px + 6 * (100vw - 320px) / 1600);color:rgba(var(--black),1)}header .header-wrapper .header-option li a{color:#232323;line-height:1;display:block}@media (max-width:991.98px){header .header-wrapper .header-option li a{color:rgba(var(--title-color),1)}}header .header-wrapper .header-option li a i{--size:calc(23px + (26 - 23) * ((100vw - 575px) / (1920 - 575)));--color:rgba(var(--title-color),1);font-size:calc(21px + 5 * (100vw - 575px) / 1345);color:rgba(var(--title-color),1)}@media (max-width:991.98px){header .header-wrapper .header-option li a i{color:rgba(var(--title-color),1);--color:rgba(var(--title-color),1)}}header .header-wrapper .header-option li.cart-option{position:relative}header .header-wrapper .header-option li.cart-option span{position:absolute;top:calc(-6px + -4 * (100vw - 575px) / 1345);right:calc(-6px + -4 * (100vw - 575px) / 1345);background-color:rgba(var(--primary-color),1);line-height:1;border-radius:100%;color:#fff;font-size:calc(11px + 1 * (100vw - 574px) / 1346);width:calc(16px + 4 * (100vw - 574px) / 1346);height:calc(16px + 4 * (100vw - 574px) / 1346);display:flex;align-items:center;justify-content:center}[dir=rtl] header .header-wrapper .header-option li.cart-option span{right:unset;left:calc(-6px + -4 * (100vw - 575px) / 1345)}header .header-wrapper .header-option li.user-option{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:400;text-transform:capitalize}@media (max-width:991.98px){header .header-wrapper .header-option li.user-option{font-size:0;gap:0}}header.header-5 .header-wrapper .header-option li a i{color:rgba(var(--title-color),1);--color:rgba(var(--title-color),1)}header.header-6 .sub-header{background-color:rgba(var(--primary-color),1);padding:8px 0;position:relative}@media (max-width:991.98px){header.header-6 .sub-header>.container{display:flex;align-items:center;justify-content:space-between}}header.header-6 .sub-header .sub-header-dropdown{display:flex;align-items:center;gap:calc(10px + 4 * (100vw - 320px) / 1600);position:absolute;right:14%;top:50%;transform:translateY(-50%)}@media (max-width:991.98px){header.header-6 .sub-header .sub-header-dropdown{position:relative;inset:unset;transform:unset}}@media (max-width:575.98px){header.header-6 .sub-header .sub-header-dropdown{margin-left:auto}[dir=rtl] header.header-6 .sub-header .sub-header-dropdown{margin-left:unset;margin-right:auto}}header.header-6 .sub-header .sub-header-dropdown .d-flex{position:relative}header.header-6 .sub-header .sub-header-dropdown .d-flex .form-select{padding:0 calc(24px + 6 * (100vw - 320px) / 1600) 0 0;background:none;border:none;color:#fff;line-height:1;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}[dir=rtl] header.header-6 .sub-header .sub-header-dropdown .d-flex .form-select{padding:0 0 0 calc(24px + 6 * (100vw - 320px) / 1600)}header.header-6 .sub-header .sub-header-dropdown .d-flex .form-select option{background-color:rgba(var(--theme-dark),1);border-color:rgba(var(--white),0.04)}header.header-6 .sub-header .sub-header-dropdown .d-flex .form-select option:hover{box-shadow:0 0 10px 100px #000 inset}header.header-6 .sub-header .sub-header-dropdown .d-flex .form-select:focus{box-shadow:none}header.header-6 .sub-header .sub-header-dropdown .d-flex .icon{position:absolute;right:calc(5px + 5 * (100vw - 320px) / 1600);top:50%;transform:translateY(-50%)}[dir=rtl] header.header-6 .sub-header .sub-header-dropdown .d-flex .icon{right:unset;left:calc(5px + 5 * (100vw - 320px) / 1600)}header.header-6 .sub-header .sub-header-dropdown .d-flex .icon i{color:#fff}@media (max-width:575.98px){header.header-6 .sub-header p{display:none}}body.dark header.header-6 .side-menu-header img{filter:invert(1)}header.header-7{box-shadow:0 0 20px 0 rgba(var(--black),0.07)}header.header-7.sticky .sub-header{display:none}header.header-7.sticky .header-wrapper{padding:16px 0}header.header-7 .sub-header{background-color:rgba(var(--theme-dark),1);padding:8px 0}header.header-7 .sub-header>div{display:flex;align-items:center;justify-content:space-between}header.header-7 .sub-header .sub-header-dropdown{display:flex;align-items:center;gap:calc(10px + 4 * (100vw - 320px) / 1600)}header.header-7 .sub-header .sub-header-dropdown .d-flex{position:relative}header.header-7 .sub-header .sub-header-dropdown .d-flex .form-select{background:none;border:none;color:#fff;line-height:1;padding:calc(2px + 4 * (100vw - 320px) / 1600) calc(26px + 10 * (100vw - 320px) / 1600) calc(2px + 4 * (100vw - 320px) / 1600) calc(6px + 6 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}[dir=rtl] header.header-7 .sub-header .sub-header-dropdown .d-flex .form-select{padding-left:calc(26px + 10 * (100vw - 320px) / 1600);padding-right:calc(6px + 6 * (100vw - 320px) / 1600)}header.header-7 .sub-header .sub-header-dropdown .d-flex .form-select option{background-color:rgba(var(--theme-dark),1);border-color:rgba(var(--white),0.04)}header.header-7 .sub-header .sub-header-dropdown .d-flex .form-select option:hover{box-shadow:0 0 10px 100px #000 inset}header.header-7 .sub-header .sub-header-dropdown .d-flex .form-select:focus{box-shadow:none}header.header-7 .sub-header .sub-header-dropdown .d-flex .icon{position:absolute;top:50%;transform:translateY(-50%);right:calc(13px + -3 * (100vw - 320px) / 1600);font-size:calc(12px + 2 * (100vw - 320px) / 1600)}[dir=rtl] header.header-7 .sub-header .sub-header-dropdown .d-flex .icon{left:calc(13px + -3 * (100vw - 320px) / 1600);right:unset}header.header-7 .sub-header .sub-header-dropdown .d-flex .icon i{color:#fff}@media (max-width:575.98px){header.header-7 .sub-header p{display:none}}@media (max-width:767.98px){header.header-7 .sub-header .flash-fire{display:none}}header.header-7 .sub-header .flash-fire img{width:20px;filter:invert(78%) sepia(62%) saturate(1778%) hue-rotate(300deg) brightness(101%) contrast(102%)}header.header-7 .sub-header .flash-fire span{color:rgba(var(--yellow),1)}header.header-7 .style-7{border-bottom:1px solid rgba(var(--border-color),1)}header.header-7 .style-7 .header-wrapper .search-input{border:1px solid rgba(var(--border-color),1);border-radius:calc(15px + 15 * (100vw - 320px) / 1600);max-width:650px;width:100%;padding:10px 30px}header.header-7 .style-7 .header-wrapper .search-input .d-flex{align-items:center}header.header-7 .style-7 .header-wrapper .search-input .d-flex .dropdown-category{position:relative}header.header-7 .style-7 .header-wrapper .search-input .d-flex .dropdown-category a{padding:6px 10px 6px 0;color:rgba(var(--theme-dark),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);cursor:pointer;border-right:1px solid rgba(var(--border-color),1)}[dir=rtl] header.header-7 .style-7 .header-wrapper .search-input .d-flex .dropdown-category a{padding:6px 0 6px 10px;border-right:unset;border-left:1px solid rgba(var(--border-color),1)}header.header-7 .style-7 .header-wrapper .search-input .d-flex .dropdown-category .active~.category-list{visibility:visible;opacity:1;top:100%}header.header-7 .style-7 .header-wrapper .search-input .d-flex .dropdown-category .category-list{position:absolute;top:120%;width:200px;background-color:rgba(var(--white),1);box-shadow:0 2px 8px 0 rgba(var(--black),0.1);padding:12px 0;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);visibility:hidden;opacity:0;transition:all 0.2s ease-in-out;z-index:2}header.header-7 .style-7 .header-wrapper .search-input .d-flex .dropdown-category .category-list li{width:100%}header.header-7 .style-7 .header-wrapper .search-input .d-flex .dropdown-category .category-list li a{padding:8px 20px;line-height:1.1;color:rgba(var(--theme-dark),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}header.header-7 .style-7 .header-wrapper .search-input .d-flex .dropdown-category .category-list li a:hover{color:rgba(var(--primary-color),1);letter-spacing:1px}header.header-7 .style-7 .header-wrapper .search-input .d-flex .iconsax{position:absolute;right:20px;--size:20px;--color:rgba(var(--primary-color),1);top:50%;transform:translateY(-50%)}[dir=rtl] header.header-7 .style-7 .header-wrapper .search-input .d-flex .iconsax{right:unset;left:20px}header.header-7 .style-7 .header-wrapper .search-input .d-flex input{padding:0 15px;border:none;color:rgba(var(--title-color),1);background-color:transparent;width:calc(100% - 126px)}header.header-7 .style-7 .header-wrapper .search-input .d-flex input::placeholder{color:rgba(var(--black),0.2);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}header.header-7 .style-7 .header-wrapper .contact-box .d-flex{align-items:center;gap:calc(6px + 4 * (100vw - 767px) / 1153)}header.header-7 .style-7 .header-wrapper .contact-box .d-flex .icon{width:calc(36px + 4 * (100vw - 767px) / 1153);height:calc(36px + 4 * (100vw - 767px) / 1153);border-radius:calc(6px + 4 * (100vw - 767px) / 1153);padding:calc(5px + 2 * (100vw - 767px) / 1153);background-color:rgba(var(--primary-color),1);display:flex;align-items:center;justify-content:center}header.header-7 .style-7 .header-wrapper .contact-box .d-flex .icon img{animation:tada 1.5s ease infinite}header.header-7 .style-7 .header-wrapper .contact-box .d-flex .contact a h6{font-size:calc(14px + 2 * (100vw - 767px) / 1153);color:rgba(var(--theme-dark),1)}header.header-7 .style-7 .header-wrapper .contact-box .d-flex .contact p{font-size:calc(13px + 2 * (100vw - 767px) / 1153);line-height:1.2;color:rgba(var(--content-color),1)}header.header-7 .navbar{position:relative;overflow:unset;padding-block:20px}header.header-7 .navbar .dropdown-category{position:relative}header.header-7 .navbar .dropdown-category a{color:rgba(var(--theme-dark),1);font-size:calc(14px + 4 * (100vw - 320px) / 1600);cursor:pointer;gap:10px;display:flex}header.header-7 .navbar .dropdown-category .active~.category-list{visibility:visible;opacity:1;top:100%}header.header-7 .navbar .dropdown-category .category-list{position:absolute;top:120%;width:200px;background-color:rgba(var(--white),1);box-shadow:0 2px 8px 0 rgba(var(--black),0.1);padding:12px 0;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);visibility:hidden;opacity:0;transition:all 0.2s ease-in-out;z-index:2}header.header-7 .navbar .dropdown-category .category-list li{width:100%}header.header-7 .navbar .dropdown-category .category-list li a{padding:8px 20px;line-height:1.1;color:rgba(var(--title-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}header.header-7 .navbar .dropdown-category .category-list li a:hover{color:rgba(var(--primary-color),1);letter-spacing:1px}header.header-7 .navbar .mega-menu{top:50px}header.header-7 .navbar .header-option li.cart-option{position:relative}header.header-7 .navbar .header-option li.cart-option span{position:absolute;top:-10px;right:-10px;background-color:rgba(var(--primary-color),1);line-height:1;border-radius:100%;color:#fff;font-size:12px;width:calc(16px + 4 * (100vw - 320px) / 1600);height:calc(16px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}header.header-7 .navbar .header-option li.user-option{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:400;text-transform:capitalize}@media (max-width:991.98px){header.header-7 .navbar .header-option li.user-option{font-size:0;gap:0}}@media (max-width:575.98px){header.header-7 .navbar .header-option{display:none}}.sub-header{padding:calc(8px + 2 * (100vw - 320px) / 1600) 0;background-color:rgba(var(--theme-dark),1)}.sub-header p{display:flex;align-items:center;color:rgba(var(--white),1);font-size:calc(13px + 3 * (100vw - 320px) / 1600);gap:6px;justify-content:center;animation:zoom-in-txt 4s linear infinite}.sub-header p a{font-weight:500;color:rgba(var(--white),1);text-decoration:underline;text-underline-offset:4px;font-size:calc(13px + 3 * (100vw - 320px) / 1600)}.logo img,.logo svg{height:calc(22px + 16 * (100vw - 320px) / 1600)}.text-fill{width:100%;height:auto}.text-fill text{stroke:rgba(var(--primary-color),0.6);stroke-width:0.5;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:strokeAnimation 35s ease infinite}header{}header .sticky{position:sticky;top:0;z-index:999}header .navbar{padding:calc(14px + 8 * (100vw - 320px) / 1600) 0}header .navbar>.container{position:relative}header .navbar .logo{text-decoration:none;color:#fff;font-weight:700;text-transform:uppercase;font-size:20px}header .navbar .menu-btn__lines i{font-size:20px}header .navbar .header-option{display:flex;align-items:center;gap:calc(8px + 6 * (100vw - 320px) / 1600)}header .navbar .header-option li svg{width:calc(18px + 6 * (100vw - 320px) / 1600);height:calc(18px + 6 * (100vw - 320px) / 1600);color:rgba(var(--black),1)}header .navbar .header-option li a{color:rgba(var(--title-color),1);line-height:1}header .navbar .header-option li a i{font-size:calc(21px + 5 * (100vw - 575px) / 1345);--size:calc(21px + (26 - 21) * ((100vw - 575px) / (1920 - 575)));--color:rgba(var(--title-color),1);line-height:1}header .navbar .header-option li.cart-option{position:relative}header .navbar .header-option li.cart-option span{position:absolute;top:-10px;right:-10px;background-color:rgba(var(--primary-color),1);line-height:1;border-radius:100%;color:rgba(var(--white),1);font-size:calc(11px + 1 * (100vw - 574px) / 1346);display:flex;align-items:center;justify-content:center;width:calc(16px + 4 * (100vw - 574px) / 1346);height:calc(16px + 4 * (100vw - 574px) / 1346)}header .navbar .header-option li.user-option{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:400;text-transform:capitalize}@media (max-width:991.98px){header .navbar .header-option li.user-option{font-size:0;gap:0}}@media (max-width:575.98px){header .navbar .header-option{display:none}}header .menu-btn{position:relative;display:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;cursor:pointer;z-index:2}header .navbar .menu-items{gap:calc(20px + 25 * (100vw - 320px) / 1600);display:flex;align-items:center}header .navbar .menu-items>.dropdown>.menu-item:hover{color:rgba(var(--primary-color),1)}header .navbar ul li{list-style:none;transition:0.3s ease}header .navbar ul li a{text-decoration:none;color:#fff}header .navbar ul li .arrow{transition:all 0.3s ease-out}header .navbar .expand-btn{transition:all 0.3s ease-out}header .navbar .expand-btn::after{content:"\ea4e";font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased;line-height:1;margin-left:5px}.logo .light{display:inline-block}.logo .dark{display:none}body.dark .logo .light{display:none}body.dark .logo .dark{display:inline-block}.home-section{position:relative}.home-section .wave{position:absolute;width:100%;height:100%;top:-24%;left:0;z-index:-1;fill:none;stroke:rgba(var(--primary-color),1)}@media (max-width:1299.98px){.home-section .wave{top:-28%}}@media (max-width:991.98px){.home-section .wave{top:-32%}}@media (max-width:776px){.home-section .wave{top:-38%}}@media (max-width:575.98px){.home-section .wave{top:-48%}}.home-section h1{text-align:center;font-family:var(--play);margin:auto;width:76%;line-height:1.5;font-size:calc(26px + 50 * (100vw - 320px) / 1600)}.home-section h1 .home-img{width:calc(60px + 240 * (100vw - 320px) / 1600);border-radius:100px;display:inline-block;overflow:hidden;margin-bottom:calc(-17px + -13 * (100vw - 1199px) / 721)}@media (max-width:1199.98px){.home-section h1 .home-img{display:none}}.home-section h1 .home-img:hover{animation:bounce-effect 0.5s linear}.home-section h1 .home-img:hover img{transform:scale(1.1)}.home-section h1 .home-img img{transition:transform 0.8s cubic-bezier(0.4,0,0.2,1)}.home-section h1 span{color:rgba(var(--primary-color),1);font-size:inherit;font-weight:600}@media (max-width:991.98px){.home-section h1{width:90%}}@media (max-width:575.98px){.home-section h1{width:100%;line-height:1.3}}.home-section .home-slider-main-box{position:relative;border-radius:calc(10px + 10 * (100vw - 320px) / 1600);overflow:hidden}.home-section .home-slider-main-box .home-banner2{position:relative}.home-section .home-slider-main-box .home-banner2 .home-slider-box{aspect-ratio:16/9;width:100%;max-width:1920px;margin:0 auto;background:#000;position:relative}.home-section .home-slider-main-box .home-banner2 .home-slider-box img{width:100%;height:100%;object-fit:cover;display:block}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content{position:absolute;bottom:0;left:0;backdrop-filter:blur(10px);border-radius:0 calc(10px + 10 * (100vw - 320px) / 1600) 0 0;padding:calc(8px + 12 * (100vw - 320px) / 1600);color:#fff;background:linear-gradient(90deg,rgba(35,35,35,0.3) 0%,rgba(255,255,255,0.06) 100%)}@media (max-width:767.98px){.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content{width:100%}}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content h2{color:#fff;font-size:calc(15px + 9 * (100vw - 320px) / 1600)}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content p{font-size:calc(12px + 4 * (100vw - 320px) / 1600);width:69%;padding-block:calc(5px + 10 * (100vw - 320px) / 1600);color:rgba(255,255,255,0.7)}@media (max-width:480px){.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content p{width:100%}}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .slider-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}@media (max-width:767.98px){.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .slider-bottom{justify-content:flex-start}}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .slider-bottom a{color:#fff;text-decoration:underline;font-weight:500}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .slider-bottom .rating{display:flex;align-items:center;gap:6px}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .slider-bottom .rating span{font-size:calc(13px + 5 * (100vw - 320px) / 1600);color:#fff;font-weight:500}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .slider-bottom .rating svg{width:18px;height:18px;fill:rgba(var(--primary-color),1)}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .wishlist-icon{position:absolute;top:calc(8px + 12 * (100vw - 320px) / 1600);right:calc(8px + 12 * (100vw - 320px) / 1600);width:calc(30px + 10 * (100vw - 320px) / 1600);height:calc(30px + 10 * (100vw - 320px) / 1600);background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:100%;padding:calc(5px + 2 * (100vw - 320px) / 1600)}[dir=rtl] .home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .wishlist-icon{right:unset;left:calc(8px + 12 * (100vw - 320px) / 1600)}@media (max-width:480.98px){.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .wishlist-icon{top:calc(-15px + -5 * (100vw - 320px) / 1600)}}.home-section .home-slider-main-box .home-banner2 .home-slider-box .slider-content .wishlist-icon svg{fill:rgba(var(--primary-color),1)}.home-section .home-slider-main-box .thumb-slider{position:absolute;bottom:calc(10px + 20 * (100vw - 320px) / 1600);right:calc(10px + 20 * (100vw - 320px) / 1600)}@media (max-width:480.98px){.home-section .home-slider-main-box .thumb-slider{display:none}}.home-section .home-slider-main-box .thumb-slider .home-banner .swiper-slide{width:calc(35px + 55 * (100vw - 320px) / 1600)!important;height:calc(35px + 55 * (100vw - 320px) / 1600)}.home-section .home-slider-main-box .thumb-slider .home-banner img{width:calc(35px + 55 * (100vw - 320px) / 1600);height:calc(35px + 55 * (100vw - 320px) / 1600);border-radius:calc(4px + 4 * (100vw - 320px) / 1600);border:calc(2px + 3 * (100vw - 320px) / 1600) solid #fff;overflow:hidden;object-fit:cover}@media (max-width:1199.98px){.home-section.style-2{padding-top:calc(28px + 44 * (100vw - 320px) / 880)}}.home-section.style-2::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(177deg,rgb(242,232,223) 0%,rgba(var(--white),0) 100%);z-index:-1}.home-section.style-2 .home-slider-wrapper{padding-top:120px}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper{padding-top:0}}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap{position:relative;display:flex;align-items:center;padding-bottom:230px}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-detail-wrap{display:block;padding-inline:calc(15px + 109 * (100vw - 320px) / 880);text-align:center;padding-bottom:100px}}@media (max-width:767.98px){.home-section.style-2 .home-slider-wrapper .banner-detail-wrap{padding-bottom:calc(18px + 12 * (100vw - 320px) / 448)}}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content{position:relative}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content h1{text-align:left;margin:0;width:100%;line-height:1.3;font-size:calc(28px + 48 * (100vw - 320px) / 1600)}[dir=rtl] .home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content h1{text-align:right}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content h1{text-align:center}}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content h1 span{position:relative;color:rgba(var(--title-color),1)}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content h1 span img{position:absolute;left:0;z-index:-1;width:100%;height:100%}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content p{padding-top:30px;width:80%;color:rgba(var(--content-color),1)}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content p{width:100%;padding-top:calc(6px + 8 * (100vw - 320px) / 880)}}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content .brand-list{display:flex;align-items:center;gap:80px;padding-top:50px}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .main-content .brand-list{justify-content:center;gap:calc(12px + 28 * (100vw - 320px) / 880);padding-top:calc(16px + 21 * (100vw - 320px) / 880)}}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .social-media-list{flex-direction:column;display:flex;align-items:center;justify-content:center;padding-inline:calc(10px + 50 * (100vw - 320px) / 1600)}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .social-media-list{flex-direction:unset;padding:0}}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .social-media-list li{color:rgba(var(--primary-color),1);font-size:16px;position:relative;padding-inline:20px;writing-mode:vertical-lr;text-orientation:mixed;transform:scale(-1)}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .social-media-list li{writing-mode:unset;transform:unset;display:flex;padding:0;align-items:center}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .social-media-list li+li{padding-left:calc(10px + 5 * (100vw - 320px) / 1600);gap:calc(10px + 5 * (100vw - 320px) / 1600);flex-direction:row-reverse}}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .social-media-list li:first-child::after{content:none}.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .social-media-list li::after{content:"";position:absolute;bottom:-4px;width:calc(4px + 1 * (100vw - 320px) / 1600);height:calc(4px + 1 * (100vw - 320px) / 1600);border-radius:100%;background-color:rgba(var(--primary-color),1);left:50%;transform:translateX(-50%)}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-detail-wrap .social-media-list li::after{position:relative;inset:unset;transform:unset}}.home-section.style-2 .home-slider-wrapper .banner-img-wrap{position:relative}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap{padding-bottom:14px}}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-icon{position:absolute;right:8%;top:-15%;width:80px;height:80px;border-radius:100%;background-color:rgba(var(--primary-color),0.1);padding:15px}[dir=rtl] .home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-icon{right:unset;left:8%}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .text-round-box{position:absolute;border-radius:100%;width:calc(60px + 140 * (100vw - 320px) / 1600);height:calc(60px + 140 * (100vw - 320px) / 1600);top:-17%;right:40%;z-index:-1}[dir=rtl] .home-section.style-2 .home-slider-wrapper .banner-img-wrap .text-round-box{right:unset;left:40%}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap .text-round-box{right:calc(125px + 135 * (100vw - 767px) / 433);width:calc(176px + 44 * (100vw - 767px) / 433);height:calc(176px + 44 * (100vw - 767px) / 433)}[dir=rtl] .home-section.style-2 .home-slider-wrapper .banner-img-wrap .text-round-box{right:unset;left:calc(125px + 135 * (100vw - 767px) / 433)}}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .text-round-box svg{animation:text-round 12s linear infinite;width:100%;height:100%;position:absolute;fill:transparent;padding:calc(6px + 4 * (100vw - 320px) / 1600)}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .text-round-box svg .round-text{fill:rgba(var(--primary-color),1);letter-spacing:0.7px;word-spacing:2px;text-transform:uppercase;font-weight:600;font-size:7.2px}[dir=rtl] .home-section.style-2 .home-slider-wrapper .banner-img-wrap .text-round-box svg .round-text{direction:ltr}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .text-round-box span{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);background-position:center}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .text-round-box span i{font-size:40px;color:rgba(var(--primary-color),1)}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box{position:absolute;top:50%;left:-80px;z-index:1;gap:20px;padding:5px;border-radius:200px;min-width:290px;backdrop-filter:blur(5px);background-color:rgba(var(--white),0.1);border:2px solid rgba(var(--white),1);width:auto;object-fit:cover;display:inline-flex;align-items:center}[dir=rtl] .home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box{left:unset;right:-80px}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box{left:calc(32px + 18 * (100vw - 767px) / 433);gap:12px}[dir=rtl] .home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box{left:unset;right:calc(32px + 18 * (100vw - 767px) / 433)}}@media (max-width:767.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box{display:none}}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box .shoes-img-box{width:110px;height:110px;border-radius:100%;padding:10px;overflow:hidden;background-color:rgba(var(--primary-color),0.3);display:flex;align-items:center;justify-content:center}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box .shoes-img-box{width:calc(80px + 12 * (100vw - 767px) / 433);height:calc(80px + 12 * (100vw - 767px) / 433)}}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box .shoes-detail a{font-size:20px;font-weight:600;color:rgba(var(--title-color),1);line-height:1.3}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box .shoes-detail a{font-size:calc(18px + 2 * (100vw - 320px) / 880)}}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box .shoes-detail h2{padding-top:8px;font-weight:500;font-size:18px;color:rgba(var(--primary-color),1)}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-detail-box .shoes-detail h2{padding-top:calc(4px + 4 * (100vw - 320px) / 880);font-size:calc(16px + 2 * (100vw - 320px) / 880)}}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .round-img{position:absolute;bottom:-50px;left:30px;z-index:-1;width:93%;object-fit:cover;object-position:bottom}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap .round-img{left:50%;transform:translateX(-50%);bottom:calc(-18px + -14 * (100vw - 320px) / 880);width:calc(300px + 568 * (100vw - 320px) / 880)}}.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-img{width:80%;margin:0 auto;display:block;animation:shoes 8s linear infinite}@media (max-width:1199.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-img{width:calc(550px + 200 * (100vw - 767px) / 433)}}@media (max-width:767.98px){.home-section.style-2 .home-slider-wrapper .banner-img-wrap .shoes-img{width:calc(100% - (40px + 220 * (100vw - 320px) / 448))}}.home-section.style-2 .swiper-pagination{left:0;padding:calc(12px + 13 * (100vw - 320px) / 1600) calc(16px + 9 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);right:0;bottom:0;text-align:end;color:#fff;font-size:calc(20px + 4 * (100vw - 320px) / 1600);width:max-content;z-index:unset}[dir=rtl] .home-section.style-2 .swiper-pagination{left:unset;right:0}.home-section.style-2 .swiper-pagination .swiper-pagination-current{font-size:calc(28px + 8 * (100vw - 320px) / 1600);font-weight:600;color:#fff}.home-section.style-2 .swiper-pagination .swiper-pagination-total{color:#fff}.home-section.style-3{position:relative;overflow:hidden}.home-section.style-3 .social-media-list{position:absolute;top:56%;left:calc(-150px + 54 * (100vw - 1399px) / 521);display:flex;align-items:center;transform:translateY(-50%) rotate(-90deg)}@media (max-width:1399.98px){.home-section.style-3 .social-media-list{left:calc(-160px + 64 * (100vw - 1199px) / 201)}}@media (max-width:1199.98px){.home-section.style-3 .social-media-list{display:none}}.home-section.style-3 .social-media-list li{padding:0 8px}.home-section.style-3 .social-media-list li i{color:rgba(var(--primary-color),1);font-size:20px}.home-section.style-3 .social-media-list li .follow-btn{display:flex;align-items:center;gap:10px;margin-right:26px}.home-section.style-3 .social-media-list li .follow-btn span{width:80px;height:1px;background-color:rgba(var(--primary-color),1);display:block}.home-section.style-3 .home-img{background:linear-gradient(180deg,#fafcf6 0%,#fff 50%,#f4f8ed 100%);width:100%;height:100%;max-height:751px}body.dark .home-section.style-3 .home-img{background:linear-gradient(180deg,rgb(18,20,16) 0%,rgb(24,28,22) 50%,rgb(20,24,18) 100%)}[dir=rtl] .home-section.style-3 .home-img{transform:scaleX(-1)}@media (max-width:991.98px){.home-section.style-3 .home-img{background-image:none;background-color:rgba(var(--primary-color),0.05)}}.home-section.style-3 .home-img .home-girl-img{position:absolute;top:219px;right:70px}.home-section.style-3 .home-img .home-girl-img img{height:708px}@media (max-width:1199px) and (min-width:768px){.home-section.style-3 .home-img .home-girl-img{top:calc(170px + -20 * (100vw - 320px) / 879);right:calc(0 + 25 * (100vw - 320px) / 879)}.home-section.style-3 .home-img .home-girl-img img{height:calc(300px + 130 * (100vw - 320px) / 879)}}@media (max-width:767px){.home-section.style-3 .home-img .home-girl-img{display:none}}.home-section.style-3 .home-img .leaf-1,.home-section.style-3 .home-img .leaf-2{position:absolute;animation:shoes 8s linear infinite}.home-section.style-3 .home-img .leaf-1{top:0;left:0;height:calc(150px + 150 * (100vw - 991px) / 929)}.home-section.style-3 .home-img .leaf-2{top:unset;left:unset;bottom:0;right:-4%;height:calc(150px + 150 * (100vw - 991px) / 929)}.home-section.style-3 .home-img .food-1,.home-section.style-3 .home-img .food-2{position:absolute;width:calc(50px + 30 * (100vw - 991px) / 929);height:calc(50px + 30 * (100vw - 991px) / 929);border-radius:100%;background-color:#fff;box-shadow:0 0 10px 0 rgba(34,34,34,0.1);padding:calc(2px + 3 * (100vw - 320px) / 1600);animation:food 6s linear infinite;display:flex;align-items:center;justify-content:center}.home-section.style-3 .home-img .food-1{top:29%;right:calc(100px + 100 * (100vw - 991px) / 929)}@media (max-width:991.98px){.home-section.style-3 .home-img .food-1{display:none}}.home-section.style-3 .home-img .food-2{width:calc(40px + 20 * (100vw - 991px) / 929);height:calc(40px + 20 * (100vw - 991px) / 929);top:45%;right:calc(380px + 370 * (100vw - 991px) / 929)}@media (max-width:991.98px){.home-section.style-3 .home-img .food-2{display:none}}.home-section.style-3 .home-img .home-detail-wrap{display:flex;align-items:center;padding-block:calc(80px + 220 * (100vw - 320px) / 1600) calc(50px + 150 * (100vw - 320px) / 1600);position:relative}@media (max-width:767px){.home-section.style-3 .home-img .home-detail-wrap{text-align:center}}[dir=rtl] .home-section.style-3 .home-img .home-detail-wrap{justify-content:flex-end}[dir=rtl] .home-section.style-3 .home-img .home-detail-wrap>div:last-child{text-align:left}@media (max-width:1199.98px){.home-section.style-3 .home-img .home-detail-wrap{padding-bottom:calc(22px + 38 * (100vw - 320px) / 880)}}@media (max-width:991.98px){.home-section.style-3 .home-img .home-detail-wrap{padding-top:calc(64px + 46 * (100vw - 320px) / 672)}}.home-section.style-3 .home-img .home-detail-wrap .food-label{border-radius:50px;display:inline-flex;align-items:center;gap:8px;padding:3px;background:linear-gradient(90deg,rgba(var(--primary-color),0.3) 20%,rgba(var(--primary-color),0) 100%);margin-bottom:15px}[dir=rtl] .home-section.style-3 .home-img .home-detail-wrap .food-label{transform:scaleX(-1);background:linear-gradient(-90deg,rgba(var(--primary-color),0.3) 20%,rgba(var(--primary-color),0) 100%)}.home-section.style-3 .home-img .home-detail-wrap .food-label strong{font-size:calc(13px + 5 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:400}@media (max-width:991.98px){.home-section.style-3 .home-img .home-detail-wrap .food-label strong{color:rgba(var(--title-color),1)}}.home-section.style-3 .home-img .home-detail-wrap .food-label img{width:calc(24px + 10 * (100vw - 320px) / 1600);height:calc(24px + 10 * (100vw - 320px) / 1600);padding:5px;border-radius:100%;object-fit:cover;background-color:#fff}@media (max-width:991.98px){.home-section.style-3 .home-img .home-detail-wrap .food-label img{background-color:rgba(var(--white),1)}}.home-section.style-3 .home-img .home-detail-wrap h1{color:rgba(var(--title-color),1);text-align:left;margin:unset;width:60%;line-height:1.3}[dir=rtl] .home-section.style-3 .home-img .home-detail-wrap h1{margin-right:auto;transform:scaleX(-1);text-align:right}@media (max-width:991.98px){.home-section.style-3 .home-img .home-detail-wrap h1{width:85%;color:rgba(var(--title-color),1)}}@media (max-width:767px){.home-section.style-3 .home-img .home-detail-wrap h1{width:100%;text-align:center}}.home-section.style-3 .home-img .home-detail-wrap p{color:#999;width:45%;padding-top:calc(6px + 14 * (100vw - 320px) / 1600);padding-bottom:0;margin-bottom:calc(20px + 30 * (100vw - 320px) / 1600)}[dir=rtl] .home-section.style-3 .home-img .home-detail-wrap p{margin-right:auto;transform:scaleX(-1);text-align:right}@media (max-width:991.98px){.home-section.style-3 .home-img .home-detail-wrap p{width:70%;color:rgba(var(--content-color),1)}}@media (max-width:767px){.home-section.style-3 .home-img .home-detail-wrap p{width:100%}}.home-section.style-3 .home-img .home-detail-wrap .btn{border-radius:100px;padding:calc(8px + 7 * (100vw - 320px) / 1600) calc(14px + 15 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px;font-weight:500;gap:calc(5px + 5 * (100vw - 320px) / 1600);display:flex;align-items:center;width:max-content}[dir=rtl] .home-section.style-3 .home-img .home-detail-wrap .btn{transform:scaleX(-1)}.home-section.style-3 .home-img .home-detail-wrap .btn i{line-height:1;font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.home-section.style-4{padding-top:calc(78px + 48 * (100vw - 1199px) / 721);background:linear-gradient(180deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.01) 100%)}@media (max-width:1199.98px){.home-section.style-4{padding-top:calc(12px + 38 * (100vw - 320px) / 880)}}.home-section.style-4 .wave{width:auto;height:auto;top:-18%;left:unset;right:-2%;stroke:rgba(var(--primary-color),0.3)}.home-section.style-4 .home-detail-wrap{padding:calc(20px + 30 * (100vw - 320px) / 1600) 0 calc(12px + 18 * (100vw - 320px) / 1600)}@media (max-width:1199.98px){.home-section.style-4 .home-detail-wrap{text-align:center}}.home-section.style-4 .home-detail-wrap h1{text-align:start;font-family:var(--play);line-height:1.4;font-size:calc(20px + 52 * (100vw - 320px) / 1600);margin:0 0 10px;color:rgba(var(--primary-color),1)}@media (max-width:1399.98px){.home-section.style-4 .home-detail-wrap h1{font-size:calc(30px + 26 * (100vw - 320px) / 1080);width:100%;line-height:1.2;margin-bottom:0}}@media (max-width:1199.98px){.home-section.style-4 .home-detail-wrap h1{text-align:center}}.home-section.style-4 .home-detail-wrap>p{padding-top:22px;width:75%;color:rgba(var(--content-color),1);margin-bottom:calc(16px + 34 * (100vw - 320px) / 1600)}@media (max-width:1399.98px){.home-section.style-4 .home-detail-wrap>p{width:100%;margin-bottom:18px}}@media (max-width:1199.98px){.home-section.style-4 .home-detail-wrap>p{width:70%;margin-inline:auto}}@media (max-width:767.98px){.home-section.style-4 .home-detail-wrap>p{width:100%}}.home-section.style-4 .home-detail-wrap .btn{padding:calc(14px + 2 * (100vw - 320px) / 1600) calc(20px + 10 * (100vw - 320px) / 1600);border-radius:100px;font-size:calc(15px + 3 * (100vw - 320px) / 1600);line-height:1;font-weight:500;letter-spacing:0.3px;background-color:rgba(var(--theme-dark),1);border-color:rgba(var(--theme-dark),1);margin-bottom:calc(30px + 40 * (100vw - 320px) / 1600)}@media (max-width:1399.98px){.home-section.style-4 .home-detail-wrap .btn{margin-bottom:calc(12px + 8 * (100vw - 320px) / 1080)}}.home-section.style-4 .home-detail-wrap .btn:hover{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff}.home-section.style-4 .home-detail-wrap .home-counter{border-top:1px solid rgba(var(--border-color),0.8);border-bottom:1px solid rgba(var(--border-color),0.8);width:65%;padding:calc(20px + 10 * (100vw - 320px) / 1600) 0;display:flex;align-items:center;justify-content:space-between}@media (max-width:1199.98px){.home-section.style-4 .home-detail-wrap .home-counter{width:100%;padding:16px 0}}.home-section.style-4 .home-detail-wrap .home-counter li{width:100%;text-align:center;border-right:1px solid rgba(var(--border-color),0.8)}[dir=rtl] .home-section.style-4 .home-detail-wrap .home-counter li{border-right:unset;border-left:1px solid rgba(var(--border-color),0.8)}.home-section.style-4 .home-detail-wrap .home-counter li:last-child{border-right:unset}[dir=rtl] .home-section.style-4 .home-detail-wrap .home-counter li:last-child{border-left:unset}.home-section.style-4 .home-detail-wrap .home-counter li h2{color:rgba(var(--theme-light),1);font-size:calc(20px + 20 * (100vw - 320px) / 1600)}.home-section.style-4 .home-detail-wrap .home-counter li h2 span{font-size:inherit;font-weight:600;color:rgba(var(--theme-light),1)}.home-section.style-4 .home-detail-wrap .home-counter li p{color:rgba(var(--content-color),1)}.home-section.style-4 .animation-txt{position:relative;margin-left:auto;width:calc(142px + 33 * (100vw - 1399px) / 521);height:calc(142px + 33 * (100vw - 1399px) / 521);transform:translateX(calc(50% - (58px + -58 * (100vw - 1399px) / 521)))}[dir=rtl] .home-section.style-4 .animation-txt{margin-left:unset;margin-right:auto}@media (max-width:1399.98px){.home-section.style-4 .animation-txt{position:absolute;top:calc(8px + 42 * (100vw - 1199px) / 201);right:calc(12px + 144 * (100vw - 1199px) / 201);z-index:1;width:calc(116px + 29 * (100vw - 1199px) / 201);height:calc(116px + 29 * (100vw - 1199px) / 201);transform:unset}[dir=rtl] .home-section.style-4 .animation-txt{left:calc(12px + 144 * (100vw - 1199px) / 201);right:unset}}@media (max-width:1199.98px){.home-section.style-4 .animation-txt{display:none}}.home-section.style-4 .animation-txt img{animation:text-round 8s linear infinite}.home-section.style-4 .animation-txt i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:rgba(var(--primary-color),1)}.home-section.style-4 .home-video{border-radius:calc(12px + 18 * (100vw - 320px) / 1600);overflow:hidden;position:relative;transform:translateX(-55%);aspect-ratio:26/25}[dir=rtl] .home-section.style-4 .home-video{transform:translateX(55%)}@media (max-width:1399.98px){.home-section.style-4 .home-video{width:100%;height:calc(260px + 125 * (100vw - 320px) / 1080);aspect-ratio:unset;transform:unset}[dir=rtl] .home-section.style-4 .home-video{transform:unset}}.home-section.style-4 .home-video .video-button{position:absolute;background-color:rgba(255,255,255,0.4);border-radius:100%;cursor:pointer;width:calc(62px + 18 * (100vw - 320px) / 1600);height:calc(62px + 18 * (100vw - 320px) / 1600);top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.home-section.style-4 .home-video .video-button::after{border-radius:100%;animation:pulse-white 2s linear 1s infinite;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.home-section.style-4 .home-video .video-button i{color:#fff;font-size:calc(26px + 4 * (100vw - 320px) / 1600)}.home-section.style-4 .home-rating-img{position:absolute;bottom:0;right:calc(0 + 60 * (100vw - 1399px) / 521);display:grid}[dir=rtl] .home-section.style-4 .home-rating-img{left:calc(0 + 60 * (100vw - 1399px) / 521);right:unset}@media (max-width:1399.98px){.home-section.style-4 .home-rating-img{display:none}}.home-section.style-4 .home-rating-img>div{display:flex;align-items:center;gap:4px;width:66%;margin-bottom:6px}.home-section.style-4 .home-rating-img>div .rating{background:linear-gradient(122deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 100%);padding:2px 12px;width:fit-content;border-radius:calc(15px + 15 * (100vw - 320px) / 1600)}.home-section.style-4 .home-rating-img>div .rating li{animation:stepUpDown 1.5s infinite ease-in-out}.home-section.style-4 .home-rating-img>div .rating li:nth-of-type(1){animation-delay:0.2s}.home-section.style-4 .home-rating-img>div .rating li:nth-of-type(2){animation-delay:0.4s}.home-section.style-4 .home-rating-img>div .rating li:nth-of-type(3){animation-delay:0.6s}.home-section.style-4 .home-rating-img>div .rating li:nth-of-type(4){animation-delay:0.8s}.home-section.style-4 .home-rating-img>div .rating li:nth-of-type(5){animation-delay:1s}.home-section.style-4 .home-rating-img>div .rating i{color:#fff}.home-section.style-4 .home-rating-img>div span{color:rgba(var(--content-color),1)}.home-section.style-4 .home-rating-img>div .quotes{margin-left:auto}[dir=rtl] .home-section.style-4 .home-rating-img>div .quotes{margin-left:unset;margin-right:auto}.home-section.style-4 .home-rating-img>div .quotes svg{width:29px;height:22px;color:rgba(var(--primary-color),1)}.home-section.style-4 .home-rating-img .quotes-txt{width:60%;color:rgba(var(--content-color),1);margin-bottom:20px}.home-section.style-4 .home-rating-img>img{border-radius:calc(15px + 15 * (100vw - 320px) / 1600);width:calc(303px + 82 * (100vw - 1399px) / 521);height:calc(250px + 50 * (100vw - 1399px) / 521)}.home-section.style-5{background-color:rgba(var(--primary-color),0.08)}.home-section.style-5 .home-wrapper .text-wrap .text-line{top:-2%;right:-25%}.home-section.style-5 .home-wrapper .home-img .home-detail-wrap{display:flex;align-items:center;padding-block:calc(80px + 76 * (100vw - 320px) / 1600) calc(50px + 106 * (100vw - 320px) / 1600);position:relative}.home-section.style-5 .home-wrapper .home-img .home-detail-wrap .bag-label{border-radius:calc(6px + 4 * (100vw - 320px) / 1600);display:inline-flex;align-items:center;gap:8px;padding:3px;background:linear-gradient(90deg,rgba(var(--primary-color),0.2) 20%,rgba(var(--primary-color),0) 100%);margin-bottom:15px}[dir=rtl] .home-section.style-5 .home-wrapper .home-img .home-detail-wrap .bag-label{background:linear-gradient(-90deg,rgba(var(--primary-color),0.2) 20%,rgba(var(--primary-color),0) 100%)}.home-section.style-5 .home-wrapper .home-img .home-detail-wrap .bag-label strong{font-size:calc(13px + 5 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:400}.home-section.style-5 .home-wrapper .home-img .home-detail-wrap .bag-label img{width:calc(24px + 10 * (100vw - 320px) / 1600);height:calc(24px + 10 * (100vw - 320px) / 1600);padding:5px;border-radius:8px;object-fit:cover;background-color:rgba(var(--white),1)}.home-section.style-5 .home-wrapper .home-img .home-detail-wrap h1{text-align:left;margin:unset;line-height:1.3;width:100%}[dir=rtl] .home-section.style-5 .home-wrapper .home-img .home-detail-wrap h1{text-align:right}.home-section.style-5 .home-wrapper .home-img .home-detail-wrap p{color:rgba(var(--content-color),1);width:100%;padding-top:calc(10px + 10 * (100vw - 320px) / 1600);padding-bottom:0;margin-bottom:calc(20px + 30 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.home-section.style-5 .home-wrapper .home-img .home-detail-wrap p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.home-section.style-5 .home-wrapper .home-img .home-detail-wrap .btn{line-height:1;font-size:18px;gap:5px;letter-spacing:0.3px;padding:16px 22px;display:inline-flex;align-items:center}.home-section.style-5 .social-media-list{position:absolute;top:50%;left:-5%;display:flex;align-items:center;transform:translateY(-50%) rotate(-90deg)}[dir=rtl] .home-section.style-5 .social-media-list{left:unset;right:-5%}.home-section.style-5 .social-media-list li{padding:8px}.home-section.style-5 .social-media-list li i{color:rgba(var(--primary-color),1);font-size:20px}.home-section.style-5 .social-media-list li .follow-btn{display:flex;align-items:center;gap:10px;margin-right:26px}.home-section.style-5 .social-media-list li .follow-btn span{width:80px;height:1px;background-color:rgba(var(--primary-color),1);display:block}.home-section.style-5 .bag-home{position:absolute;right:3.5%;width:110px;top:50%;transform:translateY(-50%)}[dir=rtl] .home-section.style-5 .bag-home{right:unset;left:3.5%}.home-section.style-5 .bag-home .swiper-wrapper{flex-direction:column;gap:30px}.home-section.style-5 .bag-home .swiper-wrapper .swiper-slide img{border-radius:calc(10px + 10 * (100vw - 320px) / 1600);border:2px solid rgba(var(--black),0.06);transition:all 0.2s ease-in-out}.home-section.style-5 .bag-home .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img{border-color:rgba(var(--primary-color),0.8)}.home-section.style-5 .bag-home2{margin-left:-6%}.home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide{text-align:center}.home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide>img{margin-left:10%}[dir=rtl] .home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide>img{margin-left:unset;margin-right:10%}.home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .shoes-detail-box{top:43%;left:5px;border-radius:calc(10px + 10 * (100vw - 320px) / 1600);padding:5px 10px 5px 5px;gap:10px;position:absolute;border:2px solid #fff;display:flex;align-items:center;backdrop-filter:blur(20px);box-shadow:0 0 20px 0 rgba(115,97,81,0.1019607843)}[dir=rtl] .home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .shoes-detail-box{padding-inline:5px 10px;left:unset;right:5px}.home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .shoes-detail-box .shoes-img-box{background-color:transparent;width:90px;height:90px;padding:0;border-radius:10px;overflow:hidden}.home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .shoes-detail-box .shoes-detail{text-align:start}.home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .shoes-detail-box .shoes-detail h2{font-size:20px;font-weight:600;color:rgba(var(--title-color),1)}.home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .shoes-detail-box .shoes-detail h3{font-size:18px;margin-top:8px;font-weight:500;color:rgba(var(--primary-color),1)}.home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .arrow{position:absolute;bottom:18%;left:15%;animation:bounce-effect 2s infinite ease-in}[dir=rtl] .home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .arrow{left:unset;right:15%}[dir=rtl] .home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .arrow img{transform:scaleX(-1)}.home-section.style-6 .home-wrapper .home-detail-wrap{position:relative}@media (max-width:575.98px){.home-section.style-6 .home-wrapper .home-detail-wrap{text-align:center}}.home-section.style-6 .home-wrapper .home-detail-wrap h1{margin:unset;width:100%;text-align:start;margin-bottom:calc(8px + 4 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.home-section.style-6 .home-wrapper .home-detail-wrap h1{text-align:center}}.home-section.style-6 .home-wrapper .home-detail-wrap p{color:rgba(var(--content-color),1);width:66%}@media (max-width:575.98px){.home-section.style-6 .home-wrapper .home-detail-wrap p{text-align:center;width:100%}}.home-section.style-6 .home-wrapper .home-detail-wrap .btn{gap:calc(4px + 2 * (100vw - 320px) / 1600);border-radius:0;padding:calc(10px + 6 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);display:inline-flex;align-items:center}.home-section.style-6 .home-wrapper .home-detail-wrap .btn i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.home-section.style-6 .home-wrapper .home-detail-wrap .home-img{float:inline-end;margin-top:-11%}@media (max-width:1399.98px){.home-section.style-6 .home-wrapper .home-detail-wrap .home-img{display:none}}.home-section.style-6 .home-wrapper .home-detail-wrap .start{position:absolute;left:50%;bottom:-15%;animation:rounded 2.5s infinite linear}[dir=rtl] .home-section.style-6 .home-wrapper .home-detail-wrap .start{left:unset;right:50%}.home-section.style-6 .home-wrapper .home-detail-wrap .start-2{position:absolute;right:7%;bottom:30%;animation:rounded 3s infinite linear;z-index:-1}[dir=rtl] .home-section.style-6 .home-wrapper .home-detail-wrap .start-2{right:unset;left:7%}@media (max-width:991.98px){.home-section.style-6 .home-wrapper .home-detail-wrap .start-2{display:none}}.home-section.style-6 .home-slider{border-radius:0}.home-section.style-6 .social-media-list{position:absolute;right:4%;display:grid;top:50%;transform:translateY(-50%);z-index:1}[dir=rtl] .home-section.style-6 .social-media-list{left:4%;right:unset}@media (max-width:991.98px){.home-section.style-6 .social-media-list{display:none}}.home-section.style-6 .social-media-list li{padding:8px}.home-section.style-6 .social-media-list li i{color:rgba(var(--primary-color),1);font-size:20px}.home-section.style-6 .social-media-list li .follow-btn{display:flex;align-items:center;gap:10px;margin-right:26px}.home-section.style-6 .social-media-list li .follow-btn span{width:80px;height:1px;background-color:rgba(var(--primary-color),1);display:block}.home-section.style-6 .home-bg{position:relative;height:100%}.home-section.style-6 .home-bg::after{content:"";position:absolute;top:0;right:-35%;width:135%;height:100%;z-index:-1;background-color:rgba(var(--theme-light),1)}[dir=rtl] .home-section.style-6 .home-bg::after{right:unset;left:-35%}.home-section.style-6 .home-bg .home-content .home-pagination-arrows{margin-top:30px;display:flex;align-items:center;justify-content:space-between}@media (max-width:1399.98px){.home-section.style-6 .home-bg .home-content .home-pagination-arrows{margin-bottom:30px}}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .swiper-pagination{margin:0 0 0 30px;background-color:transparent;color:transparent;font-size:0;position:relative;z-index:unset;inset:unset;width:max-content;display:flex;align-items:baseline}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .swiper-pagination .swiper-pagination-current{color:rgba(var(--title-color),1);font-weight:500;position:relative;font-size:calc(18px + 6 * (100vw - 320px) / 1600);display:flex;align-items:center}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .swiper-pagination .swiper-pagination-current::after{content:"";width:120px;height:1.5px;background-color:rgba(var(--theme-dark),1);display:block;margin-inline:8px 10px}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .swiper-pagination .swiper-pagination-current::before{content:"0";color:rgba(var(--title-color),1);font-size:calc(18px + 6 * (100vw - 320px) / 1600)}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .swiper-pagination .swiper-pagination-total{color:rgba(var(--content-color),1);font-size:calc(18px + 6 * (100vw - 320px) / 1600);position:relative}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .swiper-pagination .swiper-pagination-total::before{content:"0";color:rgba(var(--content-color),1);font-size:calc(18px + 6 * (100vw - 320px) / 1600)}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows{display:flex;align-items:center;gap:20px}[dir=rtl] .home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows{flex-direction:row-reverse}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows .swiper-button-prev{width:auto;height:auto;margin:0;display:block;z-index:unset;position:relative;inset:unset}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows .swiper-button-prev::after{display:none}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows .swiper-button-prev svg{display:none}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows .swiper-button-next{position:relative;inset:unset;width:auto;height:auto;margin:0;display:block;z-index:unset}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows .swiper-button-next::after{display:none}.home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows .swiper-button-next svg{display:none}.home-section.style-6 .home-bg .home-content .swiper .swiper-wrapper .swiper-slide .home-img{background-color:rgba(var(--white),1)}.home-section.style-6 .home-bg .home-content .swiper .swiper-pagination{position:absolute}.home-section.style-7 .left-box{background-color:rgba(var(--background),1);padding:calc(12px + 18 * (100vw - 320px) / 1600);border-radius:calc(10px + 10 * (100vw - 320px) / 1600);width:100%;height:calc(544px + 106 * (100vw - 991px) / 929);display:flex;align-items:center;justify-content:center}@media (max-width:991.98px){.home-section.style-7 .left-box{height:calc(230px + 160 * (100vw - 320px) / 672)}}.home-section.style-7 .left-box>div{width:100%;height:100%}.home-section.style-7 .left-box .category-box{position:absolute;bottom:calc(12px + 18 * (100vw - 320px) / 1600);right:calc(12px + 18 * (100vw - 320px) / 1600)}.home-section.style-7 .left-box .category-box:hover .shoes-detail-box{visibility:visible;opacity:1}.home-section.style-7 .left-box .category-box .icon-box{width:calc(32px + 8 * (100vw - 320px) / 1600);height:calc(32px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.home-section.style-7 .left-box .category-box .icon-box i{font-size:calc(20px + 4 * (100vw - 320px) / 1600);line-height:1;color:rgba(var(--primary-color),1)}.home-section.style-7 .right-box{background:rgba(var(--background),1) url(../../templates/assets/images/layout-7/bg-img.png);border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}.home-section.style-7 .right-box .home-detail-wrap{padding:calc(16px + 34 * (100vw - 320px) / 1600) calc(16px + 34 * (100vw - 320px) / 1600) 0}.home-section.style-7 .right-box .home-detail-wrap h1{font-size:calc(28px + 32 * (100vw - 320px) / 1600);width:100%;line-height:1.3;text-align:start}.home-section.style-7 .right-box .home-detail-wrap p{color:rgba(var(--content-color),1)}.home-section.style-7 .right-box .home-detail-wrap .btn{border-radius:calc(15px + 15 * (100vw - 320px) / 1600);margin-bottom:calc(16px + 54 * (100vw - 320px) / 1600);gap:6px;width:fit-content;display:flex;align-items:center}.home-section.style-7 .right-box .home-detail-wrap .btn i{font-size:calc(20px + 2 * (100vw - 320px) / 1600);line-height:1}.home-section.style-7 .right-box .shoes-detail-box{min-width:unset;inset:unset;position:unset;border-radius:14px;padding:5px;gap:10px;background-color:rgba(var(--white),0.3);backdrop-filter:blur(20px);border:none;width:100%;box-shadow:0 0 20px 0 rgba(115,97,81,0.1);display:flex;align-items:center;transition:all 0.2s ease-in-out}.home-section.style-7 .right-box .shoes-detail-box .shoes-img-box{display:block;background-color:rgba(var(--border-color),1);padding:calc(8px + 2 * (100vw - 320px) / 1600);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);width:calc(68px + 22 * (100vw - 320px) / 1600);height:calc(68px + 22 * (100vw - 320px) / 1600)}.home-section.style-7 .right-box .shoes-detail-box .shoes-detail{width:calc(100% - (68px + 22 * (100vw - 320px) / 1600));text-align:start}.home-section.style-7 .right-box .shoes-detail-box .shoes-detail a{font-weight:500;letter-spacing:0.3px;color:rgba(var(--title-color),1)}.home-section.style-7 .right-box .shoes-detail-box .shoes-detail h2{color:rgba(var(--yellow),1);font-size:calc(17px + 2 * (100vw - 320px) / 1600);padding-top:calc(2px + 3 * (100vw - 320px) / 1600);letter-spacing:0.4px}.home-section.style-7 .right-box .electronic-slider{position:relative}.home-section.style-7 .right-box .electronic-slider .electronic{padding-inline:calc(16px + 14 * (100vw - 320px) / 1600);margin-block:-18px}.home-section.style-7 .right-box .electronic-slider .electronic .swiper-wrapper{padding-block:18px}.home-section.style-7 .right-box .electronic-slider .swiper-pagination{position:relative;inset:unset;padding-block:calc(26px + 24 * (100vw - 991px) / 929)}.home-section.style-7 .right-box .electronic-slider .swiper-pagination .swiper-pagination-bullet{transition:all 0.3s ease-in-out;background-color:rgba(var(--black),0.4);outline:2px solid rgba(var(--border-color),1);width:10px;height:10px;margin:0 8px}.home-section.style-7 .right-box .electronic-slider .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(var(--primary-color),1);outline:2px solid rgba(var(--primary-color),0.4)}.text-line{transition:opacity 0.3s ease}.text-line{display:block}.text-line.dark{display:none}body.dark .text-line{display:none}body.dark .text-line.dark{display:block}@media (max-width:767.98px){.tab-section .title-flex{flex-direction:column;align-items:flex-start}}@media (max-width:375px){.tab-section .nav-style-1{width:100%;overflow:auto}}.article-section{position:relative}@media (max-width:1920px) and (min-width:1199.98px){.article-section>.container{max-width:unset;padding-inline:unset}}.article-section>.container>.title-flex{padding-inline:195px}@media (min-width:1553.98px){.article-section>.container>.title-flex{padding-inline:117px}}@media (min-width:1399.98px){.article-section>.container>.title-flex{padding-inline:130px}}@media (min-width:1200px){.article-section>.container>.title-flex{padding-inline:120px}}@media (max-width:1199.98px){.article-section>.container>.title-flex{padding-inline:0}}@media (max-width:991.98px){.article-section>.container>.title-flex{padding-bottom:calc(12px + 14 * (100vw - 320px) / 880)}}.article-section .wave{position:absolute;top:-7px;left:-11%;z-index:-1;fill:none;stroke:rgba(var(--primary-color),1);transform:scale(1.02)}@media (max-width:991.98px){.article-section .wave{left:0}}.article-section .article-box{position:relative;padding-left:195px}[dir=rtl] .article-section .article-box{padding-left:unset;padding-right:195px}@media (min-width:1553.98px){.article-section .article-box{padding-left:117px}[dir=rtl] .article-section .article-box{padding-right:117px}}@media (min-width:1399.98px){.article-section .article-box{padding-left:130px}[dir=rtl] .article-section .article-box{padding-right:130px}}@media (min-width:1199.98px){.article-section .article-box{padding-left:120px}[dir=rtl] .article-section .article-box{padding-right:120px}}@media (max-width:1199.98px){.article-section .article-box{padding-left:0}[dir=rtl] .article-section .article-box{padding-right:0}}.article-section .article-box .article-wrapper{display:flex;flex-direction:column;gap:calc(12px + 18 * (100vw - 320px) / 1600);padding-block:calc(12px + 38 * (100vw - 1200px) / 720)}@media (max-width:1199.98px){.article-section .article-box .article-wrapper{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:991.98px){.article-section .article-box .article-wrapper{grid-template-columns:1fr;gap:0}}.article-section .article-box .article-wrapper .article-wrap{display:flex;align-items:center;gap:calc(12px + 18 * (100vw - 320px) / 1600)}@media (max-width:1199.98px){.article-section .article-box .article-wrapper .article-wrap{align-items:flex-start;gap:calc(10px + 6 * (100vw - 320px) / 880)}}.article-section .article-box .article-wrapper .article-wrap .article-img{width:calc(65px + 85 * (100vw - 320px) / 1600);height:calc(70px + 90 * (100vw - 320px) / 1600);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);object-fit:cover}@media (max-width:1199.98px){.article-section .article-box .article-wrapper .article-wrap .article-img{width:calc(98px + 26 * (100vw - 320px) / 880);height:calc(98px + 26 * (100vw - 320px) / 880)}}.article-section .article-box .article-wrapper .article-wrap .article-detail-wrap{width:calc(100% - (85px + 65 * (100vw - 320px) / 1600) - (12px + 18 * (100vw - 320px) / 1600))}@media (max-width:1199.98px){.article-section .article-box .article-wrapper .article-wrap .article-detail-wrap{width:calc(100% - (98px + 26 * (100vw - 320px) / 880) - (10px + 6 * (100vw - 320px) / 880))}}.article-section .article-box .article-wrapper .article-wrap .article-detail-wrap h4{font-size:calc(15px + 9 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:500;margin-bottom:calc(5px + 5 * (100vw - 320px) / 1600)}.article-section .article-box .article-wrapper .article-wrap .article-detail-wrap p{color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(5px + 15 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.article-section .article-box .article-wrapper .article-wrap .article-detail-wrap p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.article-section .article-box .article-wrapper .article-wrap .article-detail-wrap a{font-size:calc(14px + 4 * (100vw - 320px) / 1600);font-weight:500;background-color:rgba(var(--white),1);gap:calc(5px + 5 * (100vw - 320px) / 1600);display:flex;align-items:center;width:fit-content}@media (max-width:575.98px){.article-section .article-box .article-wrapper .article-wrap .article-detail-wrap a{display:block}}.article-section .article-box .article-wrapper .article-wrap .article-detail-wrap a svg{width:calc(10px + 10 * (100vw - 320px) / 1600);height:calc(10px + 10 * (100vw - 320px) / 1600);fill:rgba(var(--primary-color),1)}@media (max-width:575.98px){.article-section .article-box .article-wrapper .article-wrap .article-detail-wrap a svg{display:none}}@media (max-width:991.98px){.article-section .article-box .article-wrapper .article-wrap+li{padding-top:calc(8px + 4 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1);margin-top:calc(8px + 4 * (100vw - 320px) / 1600)}}.article-section .article-box .article-img-box{width:100%;height:100%;border-radius:calc(10px + 10 * (100vw - 320px) / 1600) 0 0 calc(10px + 10 * (100vw - 320px) / 1600);overflow:hidden}[dir=rtl] .article-section .article-box .article-img-box{border-radius:0 calc(10px + 10 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600) 0}@media (max-width:1199.98px){.article-section .article-box .article-img-box{border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}[dir=rtl] .article-section .article-box .article-img-box{border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}}@media (max-width:1440px){.article-section .article-box .article-img-box{left:60%}}@media (max-width:991.98px){.article-section .article-box .article-img-box{position:relative;left:unset}.article-section .article-box .article-img-box img{width:100%;height:calc(210px + 190 * (100vw - 320px) / 880)}}.feature-section{position:relative}.feature-section .shoes-feature2{width:100%;height:600px;position:relative;z-index:1}.feature-section .shoes-feature2 .swiper-wrapper .swiper-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.feature-section .shoes-feature2 .swiper-wrapper .swiper-slide .main-img{width:750px;margin:auto;display:flex;align-items:center;justify-content:center}.feature-section .shoes-feature2 .swiper-wrapper .swiper-slide .main-img img{transition:all 0.2s ease-in-out;animation:shoes 4s linear infinite}.feature-section .shoes-feature2 .swiper-wrapper .swiper-slide .main-img:hover img{transform:rotate(10deg) scale(1.2)}.feature-section .shoes-thumbnail-box{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.feature-section .shoes-thumbnail-box .swiper-slide{position:absolute;z-index:5;height:unset;margin:0!important;width:auto!important;background-color:rgba(var(--white),1);border-radius:100%;transition:all 0.25s ease-in-out}.feature-section .shoes-thumbnail-box .swiper-slide.swiper-slide-thumb-active{background-color:rgba(var(--white),1);box-shadow:0 0 13px 0 rgba(var(--black),0.06);border-radius:100px;width:300px!important;transition:all 0.25s ease-in-out}.feature-section .shoes-thumbnail-box .swiper-slide.swiper-slide-thumb-active .thumbnail{box-shadow:none}.feature-section .shoes-thumbnail-box .swiper-slide.swiper-slide-thumb-active .thumb-slide{gap:10px}.feature-section .shoes-thumbnail-box .swiper-slide.swiper-slide-thumb-active .thumb-slide .product-detail{width:auto;height:auto;visibility:visible;opacity:1;transition:all 0.25s ease-in-out}.feature-section .shoes-thumbnail-box .swiper-slide .thumb-slide{gap:0;display:flex;align-items:center}.feature-section .shoes-thumbnail-box .swiper-slide .product-detail{width:0;height:0;visibility:hidden;opacity:0}.feature-section .shoes-thumbnail-box .swiper-slide .product-detail h3{font-size:18px;color:rgba(var(--title-color),1);margin-bottom:5px;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.feature-section .shoes-thumbnail-box .swiper-slide .product-detail h4{color:rgba(var(--primary-color),1);font-size:20px;font-weight:600}.feature-section .shoes-thumbnail-box .swiper-slide .thumbnail{width:110px;height:110px;cursor:pointer;gap:10px;padding:8px;border-radius:50%;border:5px solid rgba(var(--white),1);background-color:rgba(var(--primary-color),0.1);box-shadow:0 0 13px 0 rgba(var(--black),0.1);object-fit:contain;display:flex;align-items:center;justify-content:center}.feature-section .shoes-thumbnail-box .swiper-slide.thumb1{top:17%;left:10%}.feature-section .shoes-thumbnail-box .swiper-slide.thumb2{top:10%;right:15%}.feature-section .shoes-thumbnail-box .swiper-slide.thumb3{bottom:10%;right:10%}.feature-section .text-wrap{width:100%;height:100%}.feature-section .text-wrap .text-line{width:100%;height:100%;position:absolute;z-index:-1}[dir=rtl] .feature-section .text-wrap .text-line{top:50%;transform:translateY(-50%) scaleX(-1)}[dir=rtl] .feature-section .text-wrap .text-line .stroke-animated{transform:scaleX(-1) translateX(-120px)}.feature-section .feature-list-item{display:flex;flex-wrap:wrap;gap:100px;list-style:none;justify-content:flex-start}.feature-section .feature-list-item .feature-list{position:relative;font-size:18px;color:rgba(var(--content-color),1);text-transform:capitalize;transition:all 0.2s ease-in-out;cursor:pointer}.feature-section .feature-list-item .feature-list:before{content:"";position:absolute;width:5px;height:5px;background-color:#736151;left:50%;transform:translateX(-50%);border-radius:100%;bottom:-6px;opacity:0;visibility:hidden;transition:all 0.2s ease-in-out}.feature-section .feature-list-item .feature-list:hover{color:rgba(var(--primary-color),1)}.feature-section .feature-list-item .feature-list:hover:before{opacity:1;visibility:visible}.stroke-animated{stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2500;stroke-dashoffset:2500;animation:draw-stroke 15s linear infinite}.overview-section .overview-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end;text-align:center;padding-top:30px;gap:calc(8px + 62 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.overview-section .overview-wrapper{gap:0;padding-top:40px}}@media (max-width:450px){.overview-section .overview-wrapper{display:grid;grid-template-columns:repeat(2,1fr);row-gap:calc(14px + 6 * (100vw - 320px) / 130)}}.overview-section .overview-wrapper .overview-list{position:relative}@media (max-width:991.98px){.overview-section .overview-wrapper .overview-list{width:100%}}.overview-section .overview-wrapper .overview-list+.overview-list{padding-left:calc(8px + 62 * (100vw - 320px) / 1600)}[dir=rtl] .overview-section .overview-wrapper .overview-list+.overview-list{padding-right:calc(8px + 62 * (100vw - 320px) / 1600);padding-left:unset}@media (max-width:991.98px){.overview-section .overview-wrapper .overview-list+.overview-list{padding-left:0}[dir=rtl] .overview-section .overview-wrapper .overview-list+.overview-list{padding-right:0}}.overview-section .overview-wrapper .overview-list+.overview-list::after{content:"";position:absolute;width:1px;height:calc(100% + 4px);background-color:rgba(var(--border-color),1);left:0;top:50%;transform:translateY(-50%)}[dir=rtl] .overview-section .overview-wrapper .overview-list+.overview-list::after{left:unset;right:0}@media (max-width:450px){.overview-section .overview-wrapper .overview-list+.overview-list::after{content:none}}@media (max-width:450px){.overview-section .overview-wrapper .overview-list:nth-child(even)::after{content:"";position:absolute;width:1px;height:calc(100% + 4px);background-color:rgba(var(--border-color),1);left:0;top:50%;transform:translateY(-50%)}}.overview-section .overview-wrapper .overview-list h2{font-size:calc(22px + 18 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:700;line-height:1}.overview-section .overview-wrapper .overview-list h3{color:rgba(var(--content-color),1);font-size:calc(14px + 4 * (100vw - 320px) / 1600);margin-top:calc(5px + 5 * (100vw - 320px) / 1600);font-weight:400}.overview-section .overview-wrapper::before{content:"";position:absolute;top:0;left:-200px;width:calc(400px + 415 * (100vw - 320px) / 1600);height:30px;background-color:rgba(var(--secondary-color),1)}@media (max-width:1199.98px){.full-banner-section{text-align:center}}.full-banner-section .img-box{aspect-ratio:8/5;border-radius:0 calc(10px + 10 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600) 0}.full-banner-section .banner-details-box .food-label{color:rgba(var(--content-color),1);font-weight:400;font-size:18px;padding-bottom:10px}.full-banner-section .banner-details-box h3{padding-bottom:20px}.full-banner-section .banner-details-box p{color:rgba(var(--content-color),1)}@media (max-width:1199.98px){.full-banner-section .banner-details-box p{margin:auto}}.full-banner-section .banner-details-box .banner-list{padding-top:calc(12px + 18 * (100vw - 320px) / 1600);display:flex;align-items:center;gap:14px}@media (max-width:1199.98px){.full-banner-section .banner-details-box .banner-list{justify-content:center}}@media (max-width:767.98px){.full-banner-section .banner-details-box .banner-list{flex-wrap:wrap}}.full-banner-section .banner-details-box .banner-list .list-item{display:grid;gap:14px;width:100%;text-align:center}.full-banner-section .banner-details-box .banner-list .list-item .img-box{width:100%;height:80px;text-align:center;aspect-ratio:1;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);padding:15px;background-color:rgba(var(--primary-color),0.1);cursor:pointer}.full-banner-section .banner-details-box .banner-list .list-item .img-box svg{fill:none;stroke:rgba(var(--primary-color),1)}.full-banner-section .banner-details-box .banner-list .list-item h5{color:rgba(var(--title-color),1);font-size:18px;font-weight:500}.full-banner-section .banner-details-box .btn{border-radius:100px;gap:6px;letter-spacing:0.4px;font-size:18px;display:inline-flex;align-items:center}.full-banner-section .banner-details-box .btn i{font-size:20px;line-height:1}@media (min-width:1199.98px){.full-banner-section-2>.container{max-width:unset;padding:0}}@media (max-width:1199.98px){.full-banner-section-2{text-align:center}}.full-banner-section-2 .img-box{aspect-ratio:8/5;border-radius:0 calc(10px + 10 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600) 0}[dir=rtl] .full-banner-section-2 .img-box{border-radius:calc(10px + 10 * (100vw - 320px) / 1600) 0 0 calc(10px + 10 * (100vw - 320px) / 1600)}@media (max-width:1199.98px){.full-banner-section-2 .img-box{border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}[dir=rtl] .full-banner-section-2 .img-box{border-radius:calc(10px + 10 * (100vw - 320px) / 1600)}}.full-banner-section-2 .banner-details-box .food-label{color:rgba(var(--content-color),1);font-weight:400;font-size:18px;padding-bottom:10px}.full-banner-section-2 .banner-details-box h3{padding-bottom:calc(10px + 10 * (100vw - 320px) / 1600)}.full-banner-section-2 .banner-details-box p{color:rgba(var(--content-color),1)}@media (max-width:1199.98px){.full-banner-section-2 .banner-details-box p{margin:auto}}.full-banner-section-2 .banner-details-box .banner-list{padding-top:calc(12px + 18 * (100vw - 320px) / 1600);display:flex;align-items:center;gap:calc(10px + 4 * (100vw - 320px) / 1600)}@media (max-width:1199.98px){.full-banner-section-2 .banner-details-box .banner-list{justify-content:center}}@media (max-width:767.98px){.full-banner-section-2 .banner-details-box .banner-list{display:grid;grid-template-columns:repeat(2,1fr)}}.full-banner-section-2 .banner-details-box .banner-list .list-item{display:grid;gap:calc(6px + 8 * (100vw - 320px) / 1600);width:100%;text-align:center}.full-banner-section-2 .banner-details-box .banner-list .list-item .img-box{width:100%;height:calc(70px + 10 * (100vw - 320px) / 1600);text-align:center;aspect-ratio:1;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);padding:calc(12px + 3 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);cursor:pointer}.full-banner-section-2 .banner-details-box .banner-list .list-item .img-box svg{fill:none;stroke:rgba(var(--primary-color),1)}.full-banner-section-2 .banner-details-box .banner-list .list-item h4{color:rgba(var(--title-color),1);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500}.full-banner-section-2 .banner-details-box .btn{border-radius:100px;gap:calc(4px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px;font-size:calc(16px + 2 * (100vw - 320px) / 1600);padding:calc(8px + 8 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);display:inline-flex;align-items:center}.full-banner-section-2 .banner-details-box .btn i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.insta-slider{direction:ltr;position:relative;width:100%;overflow:hidden;cursor:grab;user-select:none;padding:calc(14px + 16 * (100vw - 320px) / 1600) 0}.insta-slider:active{cursor:grabbing}.insta-slider .slider-track{display:flex;gap:calc(14px + 6 * (100vw - 320px) / 1600);will-change:transform}.insta-slider .slider-track img{width:calc(158px + 172 * (100vw - 320px) / 1600);object-fit:cover;transform:rotate(var(--r,0deg)) translateY(var(--y,0));pointer-events:none;transition:transform 0.4s ease}.insta-slider .slider-track img:hover{transform:scale(1.08) rotate(var(--r,0deg)) translateY(var(--y,0));box-shadow:0 12px 40px rgba(0,0,0,0.18)}.menu-mobile-box{position:fixed;bottom:0;background-color:rgba(var(--white),1);z-index:9;padding:0 calc(10px + 28 * (100vw - 320px) / 1600);width:100%;border-radius:0;left:50%;transform:translateX(-50%);box-shadow:0 -4px 18px 5px rgba(var(--content-color),0.18)}@media (min-width:768px){.menu-mobile-box{display:none}}.menu-mobile-box ul{display:flex;align-items:center}.menu-mobile-box ul li{width:100%}.menu-mobile-box ul li.active a{color:rgba(var(--primary-color),1);font-weight:500}.menu-mobile-box ul li.active a::before{content:"";position:absolute;top:2px;left:0;width:100%;height:3px;background-color:rgba(var(--primary-color),1);border-radius:100px;z-index:-1}.menu-mobile-box ul li.active a:after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:calc(100% - (12px + 3 * (100vw - 320px) / 1600));background:linear-gradient(0,rgba(var(--primary-color),0) 0%,rgba(var(--primary-color),0.17) 60%);border-radius:5px;z-index:-1}.menu-mobile-box ul li.active a i{--color:rgba(var(--primary-color),1)}.menu-mobile-box ul li a{display:grid;gap:4px;color:rgba(var(--title-color),0.6);text-align:center;font-size:calc(14px + 2 * (100vw - 320px) / 1600);padding-block:calc(12px + 6 * (100vw - 320px) / 1600);position:relative;z-index:0}.menu-mobile-box ul li a i{--size:calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--title-color),0.6);margin-inline:auto}.navbar{transition:all 0.3s ease-in-out;overflow:unset;position:unset}.navbar .navbar-nav{gap:calc(8px + 30 * (100vw - 991px) / 929)}.navbar .navbar-nav .nav-item .nav-link{font-size:calc(15px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);padding:0;font-weight:400;display:flex;align-items:center}.navbar .navbar-nav .nav-item .nav-link.active{color:rgba(var(--primary-color),1)}.navbar .navbar-nav .nav-item:hover .nav-link{color:rgba(var(--primary-color),1)}.navbar .dropdown.mega-menu-wrapper{position:unset}.navbar .dropdown .nav-link::after{content:"\ea4e";font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased;line-height:1;margin-left:2px;font-size:20px;padding-top:2px;border:none;display:block}[dir=rtl] .navbar .dropdown .nav-link::after{margin-left:unset;margin-right:2px}.navbar .dropdown:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.navbar .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(0)}.navbar .dropdown .dropdown-menu{background-color:transparent;display:block;z-index:3;border:none;padding:0;min-width:calc(184px + 26 * (100vw - 991px) / 929);opacity:0;visibility:hidden;padding-top:6px;transform:translateY(14px);transition:all 0.4s ease-out 0s}.navbar .dropdown .dropdown-menu .dropdown-list{background-color:rgba(var(--white),1);display:grid;border:1px solid rgba(var(--border-color),0.729);padding:16px;border-radius:12px;box-shadow:0 3px 8px rgba(119,119,119,0.1294117647)}.navbar .dropdown .dropdown-menu .dropdown-list li+li{border-top:1px solid rgba(var(--border-color),1);margin-top:7px;padding-top:7px}.navbar .dropdown .dropdown-menu .dropdown-list li a{color:rgba(var(--title-color),1);font-size:17px;line-height:1.3;position:relative;transition:all 0.15s ease-in-out}.navbar .dropdown .dropdown-menu .dropdown-list li a::before{content:"";position:absolute;width:0;height:1px;background-color:rgba(var(--primary-color),1);left:0;top:9px;transition:all 0.15s ease-in-out}[dir=rtl] .navbar .dropdown .dropdown-menu .dropdown-list li a::before{left:unset;right:0}.navbar .dropdown .dropdown-menu .dropdown-list li a:hover{color:rgba(var(--primary-color),1);padding-left:16px;font-weight:500}[dir=rtl] .navbar .dropdown .dropdown-menu .dropdown-list li a:hover{padding-left:unset;padding-right:16px}.navbar .dropdown .dropdown-menu .dropdown-list li a:hover::before{width:10px}.navbar .dropdown .dropdown-menu .dropdown-list li.nav-item{position:relative}.navbar .dropdown .dropdown-menu .dropdown-list li.nav-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(0)}.navbar .dropdown .dropdown-menu .dropdown-list li.nav-item:hover>a{color:rgba(var(--primary-color),1)}.navbar .dropdown .dropdown-menu .dropdown-list li.nav-item>a{gap:4px;display:flex;align-items:center;justify-content:space-between}.navbar .dropdown .dropdown-menu .dropdown-list li.nav-item>a:before{display:none;width:4px;height:4px;border-radius:100%}.navbar .dropdown .dropdown-menu .dropdown-list li.nav-item>a::after{content:"\ea6e";font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased;line-height:1;margin-left:2px;font-size:16px;padding-top:2px;border:none;display:block}.navbar .dropdown .dropdown-menu .dropdown-list li.nav-item>a:hover{padding-left:0}[dir=rtl] .navbar .dropdown .dropdown-menu .dropdown-list li.nav-item>a:hover{padding-left:unset;padding-right:0}.navbar .dropdown .dropdown-menu .dropdown-list li.nav-item .dropdown-menu{padding-top:0;left:calc(100% + 20px);opacity:0;visibility:hidden;top:0;transform:translateX(14px);transition:all 0.3s ease-in-out}[dir=rtl] .navbar .dropdown .dropdown-menu .dropdown-list li.nav-item .dropdown-menu{left:unset;right:calc(100% + 20px)}.navbar .mega-menu{position:absolute;left:0;width:100%;z-index:3;top:60px;padding-top:20px;opacity:0;visibility:hidden;transform:translateY(14px);transition:all 0.4s ease-out 0s}.navbar .home-demo-menu{padding:40px;border-radius:24px;background:rgba(var(--white),0.97);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,0.05);box-shadow:0 40px 80px -20px rgba(0,0,0,0.15)}.navbar .home-demo-menu .home-box{position:relative;border-radius:calc(10px + 2 * (100vw - 320px) / 1600);overflow:hidden;border:1px solid rgba(var(--border-color),1);height:100%;transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1)}.navbar .home-demo-menu .home-box:hover{border-color:rgba(var(--primary-color),0.6)}.navbar .home-demo-menu .home-box:hover .card-img-wrap img{object-position:50% -270px}.navbar .home-demo-menu .home-box:hover .card-body h4{color:rgba(var(--primary-color),1)}.navbar .home-demo-menu .home-box .card-img-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.navbar .home-demo-menu .home-box .card-img-wrap img{object-position:top;transition:object-position 1s ease-in-out}.navbar .home-demo-menu .home-box .status-tag{position:absolute;top:calc(10px + 5 * (100vw - 320px) / 1600);right:calc(10px + 5 * (100vw - 320px) / 1600);padding:5px calc(9px + 3 * (100vw - 320px) / 1600) 4px;border-radius:50px;font-size:calc(10px + 2 * (100vw - 320px) / 1600);font-weight:700;text-transform:uppercase;letter-spacing:0.7px;z-index:1;color:#fff;box-shadow:0 4px 10px rgba(var(--title-color),0.1)}@media (max-width:575.98px){.navbar .home-demo-menu .home-box .status-tag{font-weight:600}}.navbar .home-demo-menu .home-box .status-tag.tag-new{background-color:#3b82f6}.navbar .home-demo-menu .home-box .status-tag.tag-hot{background-color:#ef4444}.navbar .home-demo-menu .home-box .status-tag.tag-pro{background-color:#10b981}.navbar .home-demo-menu .home-box .card-body{background-color:rgba(var(--background),1);padding:calc(10px + 4 * (100vw - 320px) / 1600);text-align:center}@media (max-width:991.98px){.navbar .home-demo-menu .home-box .card-body{position:absolute;bottom:0;width:100%}}.navbar .home-demo-menu .home-box .card-body h4{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px}.navbar .home-demo-menu .home-box .card-body p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);letter-spacing:0.3px;line-height:1.4}.navbar .home-demo-menu .menu-col .menu-header{font-size:18px;font-weight:600;color:rgba(var(--title-color),1);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(var(--border-color),1);position:relative;text-transform:capitalize}.navbar .home-demo-menu .menu-col span{font-size:10px;padding:5px 5px 3px;border-radius:4px;font-weight:600;text-transform:uppercase;margin-left:8px;line-height:1;letter-spacing:0.4px;color:#fff}[dir=rtl] .navbar .home-demo-menu .menu-col span{margin-left:unset;margin-right:8px}.navbar .home-demo-menu .menu-col span.hot{background-color:rgba(var(--error),1);animation:pulse-error 2s infinite}.navbar .home-demo-menu .menu-col span.new{background-color:rgba(var(--primary-color),1);animation:pulse-primary-color 2s infinite}.navbar .home-demo-menu .menu-col .mega-links{display:grid;gap:8px}.navbar .home-demo-menu .menu-col .mega-links li{padding:0}.navbar .home-demo-menu .menu-col .mega-links li a{padding:0;font-size:17px;color:rgba(var(--title-color),1);font-weight:400;text-transform:capitalize;display:inline-flex;align-items:center;transition:all 0.2s ease-in-out;position:relative}.navbar .home-demo-menu .menu-col .mega-links li a::before{content:"";position:absolute;width:0;height:1px;background-color:rgba(var(--primary-color),1);left:0;top:9px;transition:all 0.15s ease-in-out}[dir=rtl] .navbar .home-demo-menu .menu-col .mega-links li a::before{left:unset;right:0}.navbar .home-demo-menu .menu-col .mega-links li a:hover{font-weight:500;color:rgba(var(--primary-color),1);padding-left:16px}[dir=rtl] .navbar .home-demo-menu .menu-col .mega-links li a:hover{padding-left:unset;padding-right:16px}.navbar .home-demo-menu .menu-col .mega-links li a:hover::before{width:10px}.navbar .home-demo-menu .menu-best-seller{padding-left:20px;border-left:1px solid rgba(0,0,0,0.05);height:100%}.navbar .home-demo-menu .menu-best-seller .menu-title{font-size:16px;font-weight:700;text-transform:capitalize;color:rgba(var(--title-color),1);margin-bottom:20px}.navbar .home-demo-menu .menu-best-seller .best-seller-card{text-align:left;transition:all 0.2s ease-in-out;padding:5px}.navbar .home-demo-menu .menu-best-seller .best-seller-card .img-wrap{background-color:#f3f4f6;border-radius:8px;overflow:hidden;position:relative;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.navbar .home-demo-menu .menu-best-seller .best-seller-card .img-wrap img{transition:transform 0.5s ease}.navbar .home-demo-menu .menu-best-seller .best-seller-card .img-wrap .color-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px;background:rgba(255,255,255,0.8);padding:4px 8px;border-radius:20px;backdrop-filter:blur(4px);opacity:0;transition:all 0.2s ease-in-out;transform:translate(-50%,10px)}.navbar .home-demo-menu .menu-best-seller .best-seller-card .img-wrap .color-dots .dot{width:10px;height:10px;border-radius:50%;display:block;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.navbar .home-demo-menu .menu-best-seller .best-seller-card .content-wrap h6{font-size:15px;font-weight:500;color:rgba(var(--title-color),1);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar .home-demo-menu .menu-best-seller .best-seller-card .content-wrap p{font-size:14px;font-weight:600;color:rgba(var(--title-color),1)}.navbar .home-demo-menu .menu-best-seller .best-seller-card:hover .img-wrap img{transform:scale(1.05)}.navbar .home-demo-menu .menu-best-seller .best-seller-card:hover .img-wrap .color-dots{opacity:1;transform:translate(-50%,0)}.navbar .home-demo-menu .menu-best-seller .best-seller-card:hover .content-wrap h6{color:rgba(var(--primary-color),1)}.navbar .home-demo-menu .banner-section{padding-top:24px}.navbar .home-demo-menu .banner-section .banner-box{border-radius:16px}.navbar .home-demo-menu .banner-section .banner-box .banner-content{padding:30px}.navbar .home-demo-menu .banner-section .banner-box .banner-content .text-left{width:58%}.navbar .home-demo-menu .banner-section .banner-box .banner-content span{font-size:14px}.navbar .home-demo-menu .banner-section .banner-box .banner-content h3{font-size:24px;padding-top:3px}.navbar .home-demo-menu .banner-section .banner-box .banner-content p{padding:0;width:100%}.navbar .home-demo-menu .banner-section .banner-box .banner-content .headphone-img{position:absolute;bottom:unset;width:352px;top:50%;transform:translateY(-50%)}.navbar .home-demo-menu .side-links{padding-right:30px;height:100%;border-right:1px solid rgba(var(--border-color),1)}[dir=rtl] .navbar .home-demo-menu .side-links{padding-left:30px;padding-right:unset;border-right:unset;border-left:1px solid rgba(var(--border-color),1)}.navbar .home-demo-menu .side-links .link-header{gap:8px;margin-bottom:14px;display:flex;align-items:center}.navbar .home-demo-menu .side-links .link-header i{font-size:24px;color:rgba(var(--error),1);line-height:1}.navbar .home-demo-menu .side-links .link-header h6{font-size:18px;font-weight:700;margin:0;letter-spacing:0.5px}.navbar .home-demo-menu .side-links .mega-links{display:grid;gap:6px}.navbar .home-demo-menu .side-links .mega-links li a{font-size:16px;color:rgba(var(--content-color),1);font-weight:500;transition:all 0.2s ease-in-out;display:inline-flex;align-items:center}.navbar .home-demo-menu .side-links .mega-links li a .hot{background-color:rgba(var(--error),1);font-size:10px;padding:5px 5px 3px;border-radius:4px;font-weight:600;text-transform:uppercase;margin-left:calc(2px + 6 * (100vw - 320px) / 1600);line-height:1;letter-spacing:0.4px;color:#fff;animation:pulse-error 1s ease-in-out infinite}[dir=rtl] .navbar .home-demo-menu .side-links .mega-links li a .hot{margin-left:unset;margin-right:calc(2px + 6 * (100vw - 320px) / 1600)}.navbar .home-demo-menu .side-links .mega-links li a:hover{color:rgba(var(--primary-color),1);transform:translateX(5px)}.navbar .home-demo-menu .top-header{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.navbar .home-demo-menu .top-header h5{font-size:20px;font-weight:600;color:rgba(var(--title-color),1)}.navbar .home-demo-menu .top-header .view-all{font-size:16px;font-weight:500;color:rgba(var(--primary-color),1);letter-spacing:0.3px;gap:6px;display:flex;align-items:center}.navbar .home-demo-menu .top-header .view-all i{font-size:20px;line-height:1;vertical-align:middle}.navbar .home-demo-menu .category-box{display:block;text-align:center;padding:20px;border-radius:10px;position:relative;z-index:0;overflow:hidden;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmIAAAIdCAMAAACp/OHAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEXRSTlMAcBBACCBgUDB4SDgYaFgogXdUmz4AABDwSURBVHja7N0LeoJADEXhecEAgnb/q+0K/Kq2nUlyz7+CWuMkJAHSR5bckrB1Sfhv95qE1SPhv5Vckq5lTfh3N+X/ctul64RR1i3pohgbYVH+JR/Spegwh3DNSzE2RMu62YJi7F00xyjGbBJOlXTGniNV/onlSniCVPk3KMaeI1X+ia7cFhyp5UfStPWEIc5ddFbZ9oTnmFXStvBkvSVJtC2GKfuZFC05YZCHaOcia/60pjjuSRHbFgNdkuUY2xY/oBz7NdV+zasox37tkDy8Z6mKSYNMOdSqWPsyCh+pZcGxMNeUQ52CN1aSKcfaBGNsZ075M0r+36hkyrG63GB4YaNnrHbJ/ajZ6BmsyF1WstEz2qm2fcAtu8M91C4rVRcyJ7qJxRitsfHqpZU6NJdMPsKCIq0xN7rUHYYU/K+iPfapVfVm5bcQYxT8zpSsFGPMwl9CjNHhd0Ypxij438S4kjepOCEUYzx6YJKSZcZ3rPS8gXqMvoUnOjFG3+JlxBi3LTijEmONx1tMU0RmSbRf52mrxN5Fk3xujBVdYkeRtbGZqsKuNVOk9xBj7+scYzNtAn2jwjE21SkwTOIY+wANMo4xR8p1j/4NcIzNdkQv+jnGpqvR38HLMTbdGbwgK7T4pyv5CP0l0OI3IHZB1kJ/Oi9ue+SV/iox87cudIesCYwxHCg9cDqRfY21MTXw/W/RGzNeBL6yXK4EC1rcK0se/mrFFrXqXxgjWVHWK+ZBxuvd7Kh7yJzCDW+GlNwjfhs0LiyJ2b6gcWFJyWu8g2xh48KUuscrj3mmnS0BB0ol3CfybgtX9lPxW1N6tLJ/DfZ5Aig5ViOWHr9BwbLlwdOg7ImVLRvNMYtCBRnNMZu2QJ1YUqVRcUoy9vjNqlGC7EGqtKr0ryNEkN1JlWaVnmuAICNVWhYjyEiVppUeoCbjqtK20r+8BxkNWOvK4f0kowFrXtny+kiOHfcE67bseqx0hbzNKprFc+XPBqwPpee713x54ykXTmxX3nyeBzT53Tj77vIoa9njXy2qbavHqmzhEQTf7N3rbtswDAVgkbrf/f5Puy3ZhmUrtqWNK4o+H9AfBYrCRU4lirLlnXCkvt2EiQeSNuNjDmmvjmZAObabNI6xU8pQjm2IU9gpZQ3l2I44jSPsUpfVS7whXSE3I3W7xd0MBW992JYvnaL8wcxhs3JnnEbuxcueijh784Nj9n6mlKp9kFKa3jeW/ZdclbfhCFZwzLge1cYYOuUjE4UwYozFPogxjnD7iYN6GMWm6cWPz1fifAlHKFNUzLilGkfPB339KjX95xjl2PtZbQyBDgqjVN8MyOBtyH3U9UsAnqkMytRjqbPdYhWjeQ/2s5bQjxyQNClaiv0IZVXOeNbYM/VYJ7vHkt+aD2B/S1ofFrOnCL7GfvTxmf/3riUbe6ZRUnPmDUzzBeXALCHnUCYGNAna/eMY9tzPw90KLnoI15satVfVnXZQFr2+uRLnUxn9oBDt9GxeXMuX0XPuo6TJ5t8SsXkZdys8Y8JwJkTz1Y6Q7wu06Zsz7+O4zWTj6HRQH6Wmp36TffVOUkuDaCBmkjQ/bRmh51vvKVpb7/1Odm8Hirl5n1K1JY5AdGTqI9qUGovZSeIUaYctjuvh5meyttz7nZSPb+iH+/eZiHoIMZZbFJnNRwVrznDf4ljfrIF/4p+cOYWjak7ibcgDgxkwJXMaTiOHisrs4hqdGwEfiQpSdmnnP5PUClJ2bW+1x85ImY4TTeE9LDlzvrbjI4HwIrY78xl8zGPnk43g/eIw/3TlZ+jh42I0n4Ut4fWFF+S6NZ9nDgxl1/PPjGEogw9yZM2nSmHXQ9rgnfi5jOGkedggY4YrBdyPcSFPZQyHgMMuGTMpIGTXwWs+bK/pLdnwd0zVPA+vYgfpcyVCdiX/nzGEDHbLGEJ2FQszZnggZFewMmPGE07UvoClGTMJt2FcAPenMoaQwdNcj2YhtmQN6ObicOZJWFzCU0p3ZqVJA7OlcpbYLJXI4lA83ZZnDLOlepXYrNWwtlRurm+D2oy1pWqNlr8tiePysRT+oKbRf5eooOxXjPv6Fz1zJDxEopgbYf0YMlH2q7a8efGVKxjINLMk4IxDj4pMs7l+YYmlpXISFpbGJBFXAefgLmGawkCmWhHx6VYJUzY8UFb0G0b7QrGZRYwgMqIOPygs+lH1a+ZGlzBLcccNsXpJ6PRjstRNSEE2MVnqxbT+1ov7ylJAow5O4YT0P2U06uAUVsZdD3X9bd9wliajEhJyGfCdxkqIu4jLgJ8UVkJCLgN+UNiaEnIZcAYv46YHIY06+IW2LUshlwFncGFIqLYlPIcHD9RtWbooYnce7lRmTMplwAM9J6sgY8oJOFnlm5TRvFBLyIquZRx3p5aQFZ2QqMMZ3BCxVYiMaVY6MgZ/ULiicx0Z00tKxqIBrYRkLCJjeq0/Qv0GGVMsIWPwFn0ddmRMMWQMfoeMwW6QMfgdMga7SVnEujKI2JqH7zT2LrCXpBkyBm9Q2OfHfReaydivZLz2WbEv7N2BbtpAEEXRxV5jsIH8/9+2kARomyhSE8Sdp3u+AInVevxmdj0y5sf2iEuqdJG5xg5eeBGMEUwx3jx0Jy6YWjeE3VRXgaHBeGxKNTDO8DKe2LrKe6GD7KZ6iAOi2DYeS8Z4oTO6SMaIxxgrXY+xIIrtcdsUi1FsnxAhna7yiu3OCFD0EAOi2Gb8Ct2JK7Z3dpKCMYrt5dQUi1Fsby3HcnVEyc/oZ+kmr9h+sRwLxii2GTmw7oUV2/1oORYM8e8Om6ZYA+KuC8I61x2LbZWCKMeUzGJbjzYgmpVKtnrgTB/Jala6kWbrm6e3CRHtUj3O9PTkYtjMbmTRluc/Kkc3smgd8LV6N7Js0763p3Mji4YI+afNAljpuop7VLbWF3PgXIhHZWs7L7TOBXirPBtmN7JUgAD21bq36g/1/AD2Fl9Afol+2AlTBln1h+qIKWur/mQr4g4Cs/5kpNP/jC826SwvHPNhGQwSjr0a7CcF6qxLTHyzDASq+M/WPaF1qh+1ZUXrfoQ3DybjfzMcT6wfpG+baduG6UUa3tHdFTHLpp8z4q6UO1iQZYEFF2fDhpTXKS24OOunI+3xre+gDCda9MeaeNtYayvifm1l5q+vJgeug0zIC35N+pMgtzHXWBJaG+lNP+IyO/2vLXS/mBGfNVfa/KvhRSTqNuYai4HdxlxjMUinkf6045z3VF42djEZ9GdgZmMXB4P+CBP4kw8H7+yMsAUOXLwbXGMJkAMXtzWGfR1R7bkxG5ZRgOOvrrEsfY8OOV1jAUb2qQxr/vo6c6bHNRYEdzTcNZZm2je2wZy/OnL8enGwX1ncCzq3cI0FAF2U/pkXdrSir4zwgv+3nTOKpXXs9OvN6horjTv9ejN6Lqky9LzFu7HCj9Rn+AX/b7NneAsrUPC31o8VfqU+NtAT/ovuiGJh+ITfdmV17MlEY/4AFaIxI9ja5iJlzggfb1PtaOxsOTXVVKbRjL1PSF9YqvxzRhdVga9Q+ctQohehf/G+WfOZydfKmko0kZy6qKzOk7K1mX34UxWvt7Dk/8Xe3SA1CARBFE4RSFLmz/ufVkjA0tID9GvedwItR3bonV0agFZKW34m0kp5eNryE2HSV4dgqTDpqyk/FWaf8mUAvZ5oA5noWU2ohV2oiR7WHKV+uMD+ZicTWBrK7KvtGBfjlEj8Z1uFvfjVGVg+VMD/cme9oYgV8C8GN5JgYLHF7Br8pTD948K7msTkgmVEXG7xy8iZCNcCeKL/aXKB8oFrxuaf2aWS5AIMmkZDfhJgM2bIDwNsxlwqWYjNmEslCrEZc6lEYVz7+sfDpZKDuekH+JCTNmfmlb1OWXNcoUsO4Ss7erlBRxcc6+GADfB/OyLfhXeJNsBvOIaDDF8Nx0iAY4mrh9dcMAy4MyJ2/DTUft8boTCo/b4dPwa23yceBN0nbr9vxg9BzfcXA7eR3BPkcLUDsCjkd/8Rd2fCLj2Y8zwGFxysq6sNLoDIr5S860R36cZOl7jR8X6gXynNXxHIr5TmrwiP54FsMn+NB96l9PtIDNRTSJubj7F0T/pJi7OPsXDcwVd3wyHGzwOcj7F08NTCx1i+O/4SEh9j4aB3p/gY46AHYz7G4l3RsxZmYwD4YMyIPx35hMhmYs+LtMNnr4sT/p2lGj57nU0Fj+Ji+OzV8dd0/Ox1NjnFHww+lLjyU5XB+PG+ZyrDFcT7s9H4NdcRPve6Ohq/xmKf1vUxBtCwg+R5t2gt7/stv0ehih0k49dkNSXmF95Swa+1sOEHaNgH51+WVq3mn9+xsVQVoxY2/Ml6SsyGP1RPidnwhypaXmz4MxWVmA1/pqISq/pdinSMvb5dS/b0y3SMvb6NfjQ8UVOJOdITqarEHOlJVFViPdthTbpKzGgsUFeJ+c2aQF0ldvALgnnKSqzk0F6VshJzEylPWYm5iZSnrcRcKeO0ldjgSpmmrcRcKeOciyYtXCkj1f3Tu1KmqSsx09c0fSXmXWNh+krMfcov9s4gqWEYCIKmSAGBJPD/10JBFUewcvFOT/cPFK/j0exoNQzOIbdfzrwlRQMsMcb8Wg7AEJ/Z11lgJvN4LHwqwBLz3q1RYKYkwi5yBUG4kFKDfzRMaazBPwhmiXkQaRCQ20MqXpxQmA09bYtBMEtse6Kl4ILBhV5/eDOXOAZe0OKbC9HuC+XKLDFi6zUVavDlxhQAiRBblPaQJoFsUaIXFgfXo6QqgDgo9zYrxsbC9Y+4KwuDG3PXGRsC1HnVGZvD9bJRsU05A6ot5viUKZDdI64fEwX5MZwM8E8AvbN/4OrMILiexRfP5MXFAPYs7ITP4Ez+liCPiKYBV8Sar8dD3lCyfeUY0BtK+GYmBPgzUO8fD3pDqd6fwAdbD8N3Mwng33L9/aN5waaq2Ufdg8B3WOA75gCoJ8ELDr+EcALnEflxuAjg3r4tpOMpSB7bQroLjVe3lCnAjVe3lIdTIMXcUq6jFHNLGUSBFEOfE50P3xWD3raZw3uBFNu2m1MH1rFBaegyhA5XUtfiLrxPT9cigZLfXtdiDaWY2eogOqSYrsUSSjFfpSQ6XDGzFovoF7nQICoalBpj69ig9O7zFBqyYiXHkafS8/nQe13AAIKJsSCKbtLTe92JXw9Hp0RR0gP3KqTjeH3catDeX0HjVXs/haZRD49F/9hzqLIjtff3odp3FGQUTWq/qFc2iSa1X+UBzqFJ7VtiS3hkwtVmUKZO7IPvxiSPsiCFoiSPUYsFHLdvieVQMOO11qKZQVX7yBLbje0jpWcObdEDA2P/41ttiWXRpk0ssT1oRRp7DaKuZ9emPY+nrENpie3DDqUlFkSdNLHEdqBnYYklUTf81BLbgwk9SyyHmlHVltgKehaWWBB9J1ctsb/xB3fFafQ1hS2xz/buIAdCGIah6G4Wc/8Dc4SkRUKy/P4NitxA7TSs0GdBYjHU2WIktoEtRmI51LXykNgGtpgDThBt149IbIduMRLLofDDpK576RhbmhMYReHzLlzyKZxXS06i7RKl4U87mPt2VQyN45sLd9UxZouJzHIozI8aC/cF/jllV6VQmB+R2AL5kcKdQ91Ai8rCfYGIUuGOoTCvK9xVZ5CYJWdRmNdJwQdITESZRWFeV7jkEzxvqWwYhXkdc3+AxJj7WRS+NTivI94arrglUSgxzusAibHFsuj79tVWPUBi6nYYfRIrnER0gfa8F/x5FhuYRPf8eBYDJKaVJ4s6iTlQjpCYA2UWX0jsAXlHUFNiuiCNAAAAAElFTkSuQmCCCg==);background-size:cover;background-repeat:no-repeat;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275)}.navbar .home-demo-menu .category-box::before{background:linear-gradient(174deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 60%);z-index:-1}.navbar .home-demo-menu .category-box .img-wrap{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.navbar .home-demo-menu .category-box .img-wrap img{max-height:100%;transition:transform 0.4s ease}.navbar .home-demo-menu .category-box h6{font-size:18px;font-weight:500;position:absolute;bottom:6px;background-color:rgba(var(--primary-color),0.8);color:#fff;padding:10px;border-radius:8px;width:calc(100% - 12px);letter-spacing:0.3px;backdrop-filter:blur(4px);left:50%;transform:translateX(-50%)}.navbar .home-demo-menu .category-box:hover .img-wrap img{transform:scale(1.1)}.navbar .more-demos{background-color:rgba(var(--background),1);height:100%;border-radius:12px;border:1px solid rgba(var(--border-color),1);overflow:hidden;position:relative;display:grid;place-items:center}.navbar .more-demos:hover .icon-circle svg{filter:sepia(1)}.navbar .more-demos .icon-circle svg{width:100%;color:rgba(var(--primary-color),1);transform:scale(1.5);height:100%;transition:all 0.4s ease-in-out}.navbar .more-demos .more-demo-content{position:absolute;bottom:0;left:0;width:100%;padding:14px;background-color:rgba(var(--white),1);text-align:center}.navbar .more-demos .more-demo-content h4{font-size:18px;font-weight:500;margin-bottom:4px;letter-spacing:0.4px}.navbar .more-demos .more-demo-content p{font-size:15px;color:rgba(var(--content-color),1);letter-spacing:0.3px;line-height:1.4}@media (max-width:991.98px){.navbar{z-index:12}.navbar .navbar-collapse{display:block;padding:0;position:fixed;left:-100%;top:0;background-color:rgba(var(--white),1);margin:calc(6px + 4 * (100vw - 320px) / 672);border-radius:10px;overflow:hidden;width:calc(310px + 40 * (100vw - 320px) / 672);height:calc(100vh - (12px + 8 * (100vw - 320px) / 672));align-items:unset;transition:all 0.3s ease-in-out;box-shadow:0 0 10px rgba(var(--content-color),0.3);flex:none}[dir=rtl] .navbar .navbar-collapse{left:unset;right:-100%}.navbar .navbar-collapse.show{left:0}[dir=rtl] .navbar .navbar-collapse.show{left:unset;right:0}.navbar .side-menu-header{padding:calc(10px + 4 * (100vw - 320px) / 672) 16px;background-color:rgba(var(--background),1);border-bottom:1px solid rgba(var(--border-color),1);display:flex;align-items:center;justify-content:space-between}.navbar .side-menu-header h3{font-size:calc(18px + 2 * (100vw - 320px) / 672);text-transform:capitalize}.navbar .side-menu-header .close-btn{z-index:1;background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);padding:0;width:calc(30px + 4 * (100vw - 320px) / 672);height:calc(30px + 4 * (100vw - 320px) / 672);display:flex;align-items:center;justify-content:center;border-radius:6px}.navbar .side-menu-header .close-btn i{font-size:calc(18px + 4 * (100vw - 320px) / 672);color:rgba(var(--title-color),1)}.navbar .navbar-nav{gap:0;padding:14px calc(16px + 2 * (100vw - 320px) / 672);height:calc(100% - (51px + 13 * (100vw - 320px) / 672));overflow-y:auto}.navbar .navbar-nav{scrollbar-width:auto;scrollbar-color:rgba(var(--primary-color),1)}.navbar .navbar-nav::-webkit-scrollbar{width:5px}.navbar .navbar-nav::-webkit-scrollbar-track{background-color:rgba(var(--primary-color),0.1);border-radius:10px}.navbar .navbar-nav::-webkit-scrollbar-thumb{background-color:rgba(var(--primary-color),0.5);border-radius:6px}.navbar .navbar-nav .nav-item+.nav-item{margin-top:calc(5px + 2 * (100vw - 320px) / 672);padding-top:calc(5px + 2 * (100vw - 320px) / 672);border-top:1px solid rgba(var(--border-color),1)}.navbar .navbar-nav .nav-item .nav-link{font-size:calc(16px + 1 * (100vw - 320px) / 672);font-weight:500;justify-content:space-between;box-shadow:none}.navbar .navbar-nav .nav-item.dropdown.show .nav-link{color:rgba(var(--primary-color),1)}.navbar .navbar-nav .nav-item.dropdown.show .nav-link::after{transform:scaleY(-1)}.navbar .navbar-nav .nav-item.dropdown .nav-link::after{content:"\ea4e";font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased;border:none;font-size:20px;line-height:1;transition:all 0.2s ease-in-out}.navbar .navbar-nav .nav-item .mega-menu{position:relative;inset:0;opacity:1;padding:calc(5px + 3 * (100vw - 320px) / 672) 0 calc(6px + 2 * (100vw - 320px) / 672) calc(6px + 2 * (100vw - 320px) / 672);visibility:visible;transform:unset;z-index:unset}.navbar .navbar-nav .nav-item .mega-menu .mega-links{padding-block:calc(4px + 2 * (100vw - 320px) / 672) 8px;gap:calc(2px + 2 * (100vw - 320px) / 672)}.navbar .navbar-nav .nav-item .mega-menu .mega-links li a{color:rgba(var(--title-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 672);font-weight:400;display:flex;align-items:center;justify-content:unset;gap:8px}.navbar .navbar-nav .nav-item .mega-menu .mega-links li a:hover{padding-inline:0;font-weight:400;color:rgba(var(--primary-color),1);transform:none}.navbar .navbar-nav .nav-item .mega-menu .mega-links li a:hover::before{background-color:rgba(var(--primary-color),1)}.navbar .navbar-nav .nav-item .mega-menu .mega-links li a::before{content:"";position:relative;display:block;width:4px;height:4px;inset:unset;border-radius:100%;background-color:rgba(var(--title-color),1);transition:all 0.2s ease-in-out}.navbar .navbar-nav .nav-item .dropdown-menu,.navbar .navbar-nav .nav-item .mega-menu{display:none;overflow:hidden}.navbar .navbar-nav .nav-item .dropdown-menu.show,.navbar .navbar-nav .nav-item .mega-menu.show{display:block;animation:slideInDown 0.3s ease-out forwards}.navbar .navbar-nav .nav-item .dropdown-menu{border:none;padding:calc(5px + 3 * (100vw - 320px) / 672) 0 calc(6px + 2 * (100vw - 320px) / 672) calc(6px + 2 * (100vw - 320px) / 672);opacity:1;visibility:visible}[dir=rtl] .navbar .navbar-nav .nav-item .dropdown-menu{padding-left:0;padding-right:calc(6px + 2 * (100vw - 320px) / 672)}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list{padding:0;border:none;display:grid;gap:calc(6px + 2 * (100vw - 320px) / 672);box-shadow:none}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li+li{padding:0;margin:0;border:none}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li.show>a{color:rgba(var(--primary-color),1)}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li.show>a::before{background-color:rgba(var(--primary-color),1)}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li.show>a::after{transform:rotate(90deg);transition:all 0.2s ease-in-out}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li a{color:rgba(var(--title-color),1);font-size:calc(15px + 1 * (100vw - 320px) / 672);gap:calc(5px + 3 * (100vw - 320px) / 672);display:flex;align-items:center;justify-content:unset}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li a:hover{padding:0;font-weight:400;color:rgba(var(--primary-color),1)}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li a:hover::before{width:4px;background-color:rgba(var(--primary-color),1)}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li a::before{content:"";position:relative;display:block;width:4px;height:4px;inset:unset;border-radius:100%;background-color:rgba(var(--title-color),1)}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li a::after{margin-left:auto}[dir=rtl] .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li a::after{margin-left:unset;margin-right:auto}.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-list li .dropdown-menu{padding-block:6px 8px;visibility:visible;opacity:1}.navbar .navbar-nav .nav-item .home-demo-menu{padding:0;border-radius:0;border:none;background-color:transparent;box-shadow:none;backdrop-filter:none;margin-top:0}.navbar .navbar-nav .nav-item .home-demo-menu .home-box .card-img-wrap{aspect-ratio:119/100}.navbar .navbar-nav .nav-item .home-demo-menu .menu-col .menu-header{font-size:calc(14px + 2 * (100vw - 320px) / 672);font-weight:400;margin-bottom:0;padding-bottom:0;border-bottom:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.navbar .navbar-nav .nav-item .home-demo-menu .menu-col .menu-header::after{content:"\ea4e";font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased;font-size:18px;transition:all 0.2s ease-in-out}.navbar .navbar-nav .nav-item .home-demo-menu .menu-col .menu-header.show{color:rgba(var(--primary-color),1)}.navbar .navbar-nav .nav-item .home-demo-menu .menu-col .menu-header.show::after{transform:scaleY(-1)}.navbar .navbar-nav .nav-item .home-demo-menu .menu-col .mega-links{display:none;padding-left:calc(6px + 4 * (100vw - 320px) / 672)}.navbar .navbar-nav .nav-item .home-demo-menu .menu-col .mega-links.show{display:grid;animation:slideInDown 0.3s ease-out forwards}.navbar .navbar-nav .nav-item .home-demo-menu .side-links{padding:0;border:none}.navbar .navbar-nav .nav-item .home-demo-menu .side-links .link-header{margin-bottom:0}.navbar .navbar-nav .nav-item .home-demo-menu .side-links .link-header i{display:none}.navbar .navbar-nav .nav-item .home-demo-menu .side-links .link-header h6{font-size:calc(15px + 1 * (100vw - 320px) / 672);font-weight:500}.navbar .navbar-nav .nav-item .home-demo-menu .side-links .mega-links{padding:calc(5px + 3 * (100vw - 320px) / 672) 0 calc(6px + 2 * (100vw - 320px) / 672) calc(6px + 2 * (100vw - 320px) / 672)}[dir=rtl] .navbar .navbar-nav .nav-item .home-demo-menu .side-links .mega-links{padding-left:0;padding-right:calc(6px + 2 * (100vw - 320px) / 672)}}.no-scroll{overflow:hidden;height:100%}.header-2 .navbar .navbar-nav .nav-item .nav-link{position:relative;padding-bottom:4px}.header-2 .navbar .navbar-nav .nav-item .nav-link.active::after{content:"";position:absolute;left:50%;bottom:0;width:5px;height:5px;border-radius:100%;background-color:#736151}.header-3 .navbar{background-color:rgba(var(--primary-color),1);padding-block:15px;border-radius:calc(6px + 4 * (100vw - 320px) / 1600);position:relative}@media (max-width:991.98px){.header-3 .navbar{padding:0}}.header-3 .navbar .navbar-nav{gap:calc(18px + 20 * (100vw - 991px) / 929)}@media (max-width:991.98px){.header-3 .navbar .navbar-nav{gap:0}}.header-3 .navbar .nav-item:hover .nav-link{color:rgb(255,255,255)}.header-3 .navbar .nav-item .nav-link{color:rgba(255,255,255,0.8)}.header-3 .navbar .nav-item .nav-link.active,.header-3 .navbar .nav-item .nav-link:hover{color:rgb(255,255,255);font-weight:500}@media (max-width:991.98px){.header-3 .navbar .nav-item .nav-link{color:rgba(var(--title-color),1)}.header-3 .navbar .nav-item .nav-link.active,.header-3 .navbar .nav-item .nav-link:hover{color:rgba(var(--primary-color),1)}}.product-mega-menu{padding:calc(20px + 20 * (100vw - 320px) / 1600);border-radius:24px;background:rgba(255,255,255,0.98);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,0.05);box-shadow:0 40px 80px -20px rgba(0,0,0,0.15)}.product-mega-menu .menu-column .menu-title-box{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(var(--border-color),0.5)}.product-mega-menu .menu-column .menu-title-box i{font-size:20px;color:rgba(var(--primary-color),1);line-height:1;--size:20px;--color:rgba(var(--primary-color),1)}.product-mega-menu .menu-column .menu-title-box .menu-title{font-size:18px;font-weight:600;color:rgba(var(--title-color),1);margin:0;text-transform:capitalize}.product-mega-menu .menu-column .menu-list{display:flex;flex-direction:column;gap:12px}.product-mega-menu .menu-column .menu-list li{display:block}.product-mega-menu .menu-column .menu-list li a{font-size:17px;color:rgba(var(--title-color),0.8);font-weight:500;transition:all 0.15s ease-in-out;display:block;position:relative}.product-mega-menu .menu-column .menu-list li a:hover{color:rgba(var(--primary-color),1);padding-left:10px}.product-mega-menu .menu-column .menu-list li a:hover::before{width:5px;opacity:1}.product-mega-menu .menu-column .menu-list li a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:2px;background-color:rgba(var(--primary-color),1);border-radius:10px;transition:all 0.2s ease-in-out;opacity:0}.product-mega-menu .menu-banner-box{position:relative;border-radius:15px;overflow:hidden}.product-mega-menu .menu-banner-box .banner-img{position:relative;height:280px}.product-mega-menu .menu-banner-box .banner-img img{object-fit:cover;transition:all 0.6s ease-in-out}.product-mega-menu .menu-banner-box .banner-img::after{background:linear-gradient(0deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.1) 100%)}.product-mega-menu .menu-banner-box .banner-img:hover img{transform:scale(1.05)}.product-mega-menu .menu-banner-box .banner-content{position:absolute;bottom:0;left:0;width:100%;padding:25px;z-index:1;color:#fff}.product-mega-menu .menu-banner-box .banner-content .tag{display:inline-block;padding:4px 12px;background:rgba(var(--primary-color),1);border-radius:50px;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:10px}.product-mega-menu .menu-banner-box .banner-content h3{font-size:22px;font-weight:700;margin-bottom:10px;line-height:1.3}.product-mega-menu .menu-banner-box .banner-content p{font-size:14px;color:rgba(255,255,255,0.8);margin-bottom:15px}.product-mega-menu .menu-banner-box .banner-content .shop-btn{padding:8px 20px;background-color:#fff;color:#000;border-radius:8px;font-weight:600;font-size:14px;transition:all 0.2s ease-in-out}.product-mega-menu .menu-banner-box .banner-content .shop-btn:hover{background-color:rgba(var(--primary-color),1);color:#fff}.header-6 .header-wrapper .navbar{align-items:unset;position:fixed;left:0;top:0;height:100%;background-color:rgba(var(--white),1);z-index:1}.header-6 .header-wrapper .navbar .navbar-collapse{display:block;padding:0;width:calc(310px + 80 * (100vw - 320px) / 1600);height:calc(100vh - (12px + 8 * (100vw - 320px) / 1600));position:fixed;left:-100%;top:0;background-color:rgba(var(--white),1);margin:calc(6px + 4 * (100vw - 320px) / 1600);border-radius:10px;overflow:hidden;align-items:unset;transition:all 0.3s ease-in-out;box-shadow:0 0 10px rgba(var(--content-color),0.3);flex:none}[dir=rtl] .header-6 .header-wrapper .navbar .navbar-collapse{left:unset;right:-100%}.header-6 .header-wrapper .navbar .navbar-collapse.show{left:0}[dir=rtl] .header-6 .header-wrapper .navbar .navbar-collapse.show{left:unset;right:0}.header-6 .header-wrapper .navbar .side-menu-header{padding:calc(10px + 4 * (100vw - 320px) / 1600) 16px;background-color:rgba(var(--background),1);border-bottom:1px solid rgba(var(--border-color),1);display:flex;align-items:center;justify-content:space-between}.header-6 .header-wrapper .navbar .side-menu-header h3{font-size:calc(18px + 2 * (100vw - 320px) / 1600);text-transform:capitalize}.header-6 .header-wrapper .navbar .side-menu-header .close-btn{z-index:1;background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);padding:0;width:calc(30px + 4 * (100vw - 320px) / 1600);height:calc(30px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;border-radius:6px}.header-6 .header-wrapper .navbar .side-menu-header .close-btn i{font-size:calc(18px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.header-6 .header-wrapper .navbar .navbar-nav{gap:0;padding:14px calc(16px + 2 * (100vw - 320px) / 1600);height:calc(100% - (51px + 13 * (100vw - 320px) / 1600));overflow-y:auto}.header-6 .header-wrapper .navbar .navbar-nav .mega-menu{position:relative;inset:unset;opacity:1;visibility:visible;transform:translateY(0)}.header-6 .header-wrapper .navbar .navbar-nav .mega-menu{position:relative;inset:0;opacity:1;padding:calc(5px + 3 * (100vw - 320px) / 1600) 0 calc(6px + 2 * (100vw - 320px) / 1600) calc(6px + 2 * (100vw - 320px) / 1600);visibility:visible;transform:unset;z-index:unset;height:100%;overflow-y:auto!important}.header-6 .header-wrapper .navbar .navbar-nav .mega-menu .mega-links{padding-block:calc(4px + 2 * (100vw - 320px) / 1600) 8px;gap:calc(2px + 2 * (100vw - 320px) / 1600)}.header-6 .header-wrapper .navbar .navbar-nav .mega-menu .mega-links li a{color:rgba(var(--title-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;display:flex;align-items:center;justify-content:unset;gap:8px}.header-6 .header-wrapper .navbar .navbar-nav .mega-menu .mega-links li a:hover{padding-inline:0;font-weight:400;color:rgba(var(--primary-color),1);transform:none}.header-6 .header-wrapper .navbar .navbar-nav .mega-menu .mega-links li a:hover::before{background-color:rgba(var(--primary-color),1)}.header-6 .header-wrapper .navbar .navbar-nav .mega-menu .mega-links li a::before{content:"";position:relative;display:block;width:4px;height:4px;inset:unset;border-radius:100%;background-color:rgba(var(--title-color),1);transition:all 0.2s ease-in-out}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu,.header-6 .header-wrapper .navbar .navbar-nav .mega-menu{display:none;overflow:hidden}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu.show,.header-6 .header-wrapper .navbar .navbar-nav .mega-menu.show{display:block;animation:slideInDown 0.3s ease-out forwards}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu{border:none;padding:calc(5px + 3 * (100vw - 320px) / 1600) 0 calc(6px + 2 * (100vw - 320px) / 1600) calc(6px + 2 * (100vw - 320px) / 1600);opacity:1;visibility:visible}[dir=rtl] .header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu{padding-left:0;padding-right:calc(6px + 2 * (100vw - 320px) / 1600)}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list{padding:0;border:none;display:grid;gap:calc(6px + 2 * (100vw - 320px) / 1600);box-shadow:none}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li+li{padding:0;margin:0;border:none}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li.show>a{color:rgba(var(--primary-color),1)}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li.show>a::before{background-color:rgba(var(--primary-color),1)}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li.show>a::after{transform:rotate(90deg);transition:all 0.2s ease-in-out}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li a{color:rgba(var(--title-color),1);font-size:calc(15px + 1 * (100vw - 320px) / 1600);gap:calc(5px + 3 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:unset}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li a:hover{padding:0;font-weight:400;color:rgba(var(--primary-color),1)}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li a:hover::before{width:4px;background-color:rgba(var(--primary-color),1)}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li a::before{content:"";position:relative;display:block;width:4px;height:4px;inset:unset;border-radius:100%;background-color:rgba(var(--title-color),1)}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li a::after{margin-left:auto}[dir=rtl] .header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li a::after{margin-left:unset;margin-right:auto}.header-6 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-list li .dropdown-menu{padding-block:6px 8px;visibility:visible;opacity:1}.header-6 .header-wrapper .navbar .nav-item+.nav-item{margin-top:calc(5px + 2 * (100vw - 320px) / 1600);padding-top:calc(5px + 2 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}.header-6 .header-wrapper .navbar .nav-item .nav-link{font-size:calc(16px + 1 * (100vw - 320px) / 1600);font-weight:500;justify-content:space-between;box-shadow:none}.header-6 .header-wrapper .header-option li a i{color:rgba(var(--title-color),1);--color:rgba(var(--title-color),1)}.header-6 .navbar .home-demo-menu{padding:0;border-radius:0;border:none;background-color:transparent;box-shadow:none;backdrop-filter:none;margin-top:0}.header-6 .navbar .home-demo-menu .home-box .card-img-wrap{aspect-ratio:119/100}.header-6 .navbar .home-demo-menu .menu-col .menu-header{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;margin-bottom:0;padding-bottom:0;border-bottom:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.header-6 .navbar .home-demo-menu .menu-col .menu-header::after{content:"\ea4e";font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased;font-size:18px;transition:all 0.2s ease-in-out}.header-6 .navbar .home-demo-menu .menu-col .menu-header.show{color:rgba(var(--primary-color),1)}.header-6 .navbar .home-demo-menu .menu-col .menu-header.show::after{transform:scaleY(-1)}.header-6 .navbar .home-demo-menu .menu-col .mega-links{display:none;padding-left:calc(6px + 4 * (100vw - 320px) / 1600)}.header-6 .navbar .home-demo-menu .menu-col .mega-links.show{display:grid;animation:slideInDown 0.3s ease-out forwards}.header-6 .navbar .home-demo-menu .side-links{padding:0;border:none}.header-6 .navbar .home-demo-menu .side-links .link-header{margin-bottom:0}.header-6 .navbar .home-demo-menu .side-links .link-header i{display:none}.header-6 .navbar .home-demo-menu .side-links .link-header h6{font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:500}.header-6 .navbar .home-demo-menu .side-links .mega-links{padding:calc(5px + 3 * (100vw - 320px) / 1600) 0 calc(6px + 2 * (100vw - 320px) / 1600) calc(6px + 2 * (100vw - 320px) / 1600)}[dir=rtl] .header-6 .navbar .home-demo-menu .side-links .mega-links{padding-left:0;padding-right:calc(6px + 2 * (100vw - 320px) / 1600)}.header-7 .navbar .dropdown .dropdown-menu{padding-top:20px}.newsletter-section{position:relative}.newsletter-section .news-latter-img{background-color:rgba(var(--primary-color),1);padding:30px calc(30px + 50 * (100vw - 1199px) / 721);border-radius:20px;z-index:0;position:relative;margin-top:80px}@media (max-width:1199.98px){.newsletter-section .news-latter-img{padding:30px 20px}}@media (max-width:991.98px){.newsletter-section .news-latter-img{padding:calc(16px + 14 * (100vw - 320px) / 1600) calc(16px + 4 * (100vw - 320px) / 1600);border-radius:calc(12px + 8 * (100vw - 320px) / 1600)}}.newsletter-section .newsletter-image{text-align:right}.newsletter-section .newsletter-image .shape{position:absolute;top:0;left:0;z-index:-1}.newsletter-section .newsletter-image .img-fluid{width:calc(426px + 244 * (100vw - 991px) / 929);position:absolute;top:calc(-22px + -60 * (100vw - 991px) / 929);right:calc(30px + 50 * (100vw - 991px) / 929)}[dir=rtl] .newsletter-section .newsletter-image .img-fluid{right:unset;left:calc(30px + 50 * (100vw - 991px) / 929)}@media (max-width:991.98px){.newsletter-section .newsletter-image .img-fluid{display:none}}.newsletter-section .news-input-wrap .news-latter-detail h5{font-family:var(--play);color:#fff;font-size:calc(20px + 16 * (100vw - 320px) / 1600);margin-bottom:calc(10px + 20 * (100vw - 320px) / 1600);font-weight:600}@media (max-width:479px){.newsletter-section .news-input-wrap .news-latter-detail h5{text-align:center}}.newsletter-section .news-input-wrap .news-latter-detail h5 img{width:calc(20px + 10 * (100vw - 320px) / 1600);filter:invert(1) brightness(100)}.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form{border-bottom:1px solid #fff;display:block;position:relative}.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form input{box-shadow:none;background-color:transparent;border:0;padding:calc(3px + 7 * (100vw - 320px) / 1600) calc(112px + 30 * (100vw - 575px) / 1345) calc(3px + 7 * (100vw - 320px) / 1600) calc(5px + 15 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:#fff;width:100%}[dir=rtl] .newsletter-section .news-input-wrap .news-latter-detail .news-latter-form input{padding-inline:calc(112px + 30 * (100vw - 575px) / 1345) calc(5px + 15 * (100vw - 320px) / 1600);text-align:right}@media (max-width:575.98px){.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form input{padding-right:calc(30px + 4 * (100vw - 320px) / 256)}[dir=rtl] .newsletter-section .news-input-wrap .news-latter-detail .news-latter-form input{padding-left:calc(30px + 4 * (100vw - 320px) / 256)}}.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form input::placeholder{color:rgba(255,255,255,0.8)}.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form input:focus-visible{outline:none}.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form .btn{font-weight:500;font-size:calc(16px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px;position:absolute;right:0;border:0;color:#fff;top:50%;transform:translateY(-50%)}[dir=rtl] .newsletter-section .news-input-wrap .news-latter-detail .news-latter-form .btn{right:unset;left:0}.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form .btn:hover,.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form .btn:active{color:rgba(var(--white),1)}.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form .btn span{font-size:inherit;color:inherit;font-weight:inherit}@media (max-width:575.98px){.newsletter-section .news-input-wrap .news-latter-detail .news-latter-form .btn span{display:none}}@media (max-width:991.98px){.newsletter-section .news-input-wrap .news-latter-detail{text-align:center;width:100%}}.newsletter-box .news-letter-wrap{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:20px;border-bottom:1px solid rgba(var(--border-color),0.1)}.newsletter-box .news-letter-wrap p{color:rgba(var(--content-color),1)}@media (max-width:991.98px){.newsletter-box .news-letter-wrap{flex-wrap:wrap;justify-content:center}}.newsletter-box .news-letter-wrap .news-input-title{font-size:calc(22px + 8 * (100vw - 320px) / 1600);font-family:var(--play);font-weight:600;letter-spacing:calc(0.3px + 0.2 * (100vw - 575px) / 1345)}.newsletter-box .news-letter-wrap .news-input-wrap{width:48%;position:relative}@media (max-width:991.98px){.newsletter-box .news-letter-wrap .news-input-wrap{width:75%}}@media (max-width:767.98px){.newsletter-box .news-letter-wrap .news-input-wrap{width:100%}}@media (max-width:450px){.newsletter-box .news-letter-wrap .news-input-wrap{position:relative;margin-bottom:30px}}.newsletter-box .news-letter-wrap .news-input-wrap input{font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1;color:rgba(var(--title-color),1);background-color:rgba(var(--theme-light),0.5);border:1px solid rgba(var(--theme-light),0.8);padding:calc(14px + 6 * (100vw - 320px) / 1600) calc(132px + 34 * (100vw - 575px) / 1345) calc(14px + 6 * (100vw - 320px) / 1600) calc(16px + 4 * (100vw - 320px) / 1600);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);box-shadow:none}.newsletter-box .news-letter-wrap .news-input-wrap input::placeholder{color:rgba(var(--content-color),1)}@media (max-width:575.98px){.newsletter-box .news-letter-wrap .news-input-wrap input{padding-right:calc(100px + 8 * (100vw - 320px) / 256)}}.newsletter-box .news-letter-wrap .news-input-wrap .btn{z-index:1;position:absolute;right:5px;height:calc(100% - 10px);padding:0 calc(10px + 10 * (100vw - 320px) / 1600);line-height:1;letter-spacing:0.3px;border-radius:6px;gap:6px;padding-bottom:1px;top:50%;transform:translateY(-50%);display:flex;align-items:center}.newsletter-box .news-letter-wrap .news-input-wrap .btn i{font-size:18px;line-height:1}@media (max-width:575.98px){.newsletter-box .news-letter-wrap .news-input-wrap .btn i{display:none}}.newsletter-box.style-6 .news-letter-wrap{display:block;text-align:center;border:none}.newsletter-box.style-6 .news-letter-wrap p{margin-top:8px}.newsletter-box.style-6 .news-letter-wrap .news-input-title{font-size:calc(28px + 12 * (100vw - 320px) / 1600)}.newsletter-box.style-6 .news-letter-wrap .news-input-wrap{margin:25px auto 0;position:relative;z-index:0}.newsletter-box.style-6 .news-letter-wrap .news-input-wrap::before{background-color:rgba(var(--white),1);z-index:-1}.newsletter-box.style-6 .news-letter-wrap .news-input-wrap .form-control{border-radius:0}.newsletter-box.style-6 .news-letter-wrap .news-input-wrap .btn{border-radius:0}.authentication-section{padding:15px}@media (max-width:991.98px){.authentication-section{padding-inline:0}}.authentication-section .authentication-image{position:relative;width:100%;height:calc(100vh - 30px);overflow:hidden;border-radius:calc(14px + 16 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.authentication-section .authentication-image{height:unset;height:calc(360px + 140 * (100vw - 320px) / 672)}}.authentication-section .authentication-image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(var(--black),0.15);z-index:1}.authentication-section .authentication-image .testimonial-box-2{z-index:2;position:absolute;bottom:calc(12px + 18 * (100vw - 320px) / 1600);width:calc(100% - (24px + 36 * (100vw - 320px) / 1600));background:rgba(var(--white),0.08);backdrop-filter:blur(40px) saturate(200%);padding:calc(14px + 26 * (100vw - 320px) / 1600);border-radius:calc(10px + 18 * (100vw - 320px) / 1600);color:rgba(var(--white),1);border:1px solid rgba(var(--white),0.12);left:50%;transform:translateX(-50%);box-shadow:0 20px 80px rgba(var(--black),0.25),inset 0 0 0 0.5px rgba(var(--white),0.15)}.authentication-section .authentication-image .testimonial-box-2 p{font-size:calc(18px + 5 * (100vw - 320px) / 1600);font-family:var(--play);font-style:italic;margin-bottom:calc(12px + 12 * (100vw - 320px) / 1600);line-height:1.6;letter-spacing:0.3px;color:rgba(255,255,255,0.95)}.authentication-section .authentication-image .testimonial-box-2 h5{font-size:calc(18px + 4 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:3px;letter-spacing:0.5px}.authentication-section .authentication-image .testimonial-box-2 span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);display:block;color:rgba(255,255,255,0.7)}.authentication-section .authentication-image .testimonial-box-2 .swiper-pagination{margin-top:calc(16px + 10 * (100vw - 320px) / 1600);position:relative;inset:unset;gap:calc(8px + 7 * (100vw - 320px) / 1600);z-index:unset;display:flex;align-items:center}.authentication-section .authentication-image .testimonial-box-2 .swiper-pagination .swiper-pagination-bullet{background-color:rgba(255,255,255,0.2);flex:1;height:calc(2px + 2 * (100vw - 320px) / 1600);opacity:1;border-radius:100px;margin:0;position:relative;z-index:0;overflow:hidden}[dir=rtl] .authentication-section .authentication-image .testimonial-box-2 .swiper-pagination .swiper-pagination-bullet{transform:scaleX(-1)}.authentication-section .authentication-image .testimonial-box-2 .swiper-pagination .swiper-pagination-bullet::before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:#fff}.authentication-section .authentication-image .testimonial-box-2 .swiper-pagination .swiper-pagination-bullet-active::before{width:100%;animation:progress 3s linear forwards}.authentication-section .authentication-content{padding-inline:calc(0 + 55 * (100vw - 991px) / 929)}.authentication-section .authentication-content .logo{margin-bottom:40px}.authentication-section .authentication-content .logo img{height:40px}@media (max-width:991.98px){.authentication-section .authentication-content .authentication-wrap{text-align:center}}.authentication-section .authentication-content .authentication-wrap .authentication-icon{margin-bottom:18px}.authentication-section .authentication-content .authentication-wrap .authentication-icon .iconsax{--size:100px;--color:rgba(var(--primary-color),1)}.authentication-section .authentication-content .authentication-wrap h6{color:rgba(var(--primary-color),1);letter-spacing:1.2px;font-weight:500;font-size:18px;display:none}.authentication-section .authentication-content .authentication-wrap h1{font-size:calc(32px + 28 * (100vw - 320px) / 1600);font-family:var(--play);font-weight:700;margin-bottom:calc(4px + 4 * (100vw - 320px) / 1600);line-height:1.2;letter-spacing:0.5px;color:rgba(var(--title-color),1)}.authentication-section .authentication-content .authentication-wrap.text-center h1,.authentication-section .authentication-content .authentication-wrap.text-center .notify-text{text-align:center}.authentication-section .authentication-content .authentication-wrap .notify-text{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7)}.authentication-section .authentication-content .authentication-wrap .social-links{margin-bottom:25px}.authentication-section .authentication-content .authentication-wrap .social-links ul{gap:10px;display:grid;grid-template-columns:repeat(3,1fr)}.authentication-section .authentication-content .authentication-wrap .social-links ul li.twitter a{background-color:#14171A}.authentication-section .authentication-content .authentication-wrap .social-links ul li.fb a{background-color:#1DA1F2}.authentication-section .authentication-content .authentication-wrap .social-links ul li.instagram a{background-color:#F54927}.authentication-section .authentication-content .authentication-wrap .social-links ul li a{border-radius:8px;color:#fff;font-size:16px;font-weight:500;padding:13px;gap:4px;border:1px solid rgba(var(--border-color),1);display:flex;align-items:center;justify-content:center;transition:all 0.15s ease-in-out}.authentication-section .authentication-content .authentication-wrap .social-links ul li a i{font-size:20px;transition:all 0.15s ease-in-out;line-height:1}.authentication-section .authentication-content .authentication-wrap .social-links ul li a span{font-size:inherit;color:inherit;transition:all 0.15s ease-in-out;font-weight:inherit}.authentication-section .authentication-content .authentication-wrap .copyright{font-size:calc(14px + 2 * (100vw - 320px) / 1600);letter-spacing:calc(0.3px + 0.1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);line-height:1.3;text-align:center;margin-top:calc(14px + 10 * (100vw - 320px) / 1600)}.authentication-section .authentication-content .authentication-wrap .copyright a{color:rgba(var(--primary-color),1);font-weight:500;margin-left:calc(3px + 2 * (100vw - 320px) / 1600);text-decoration:underline;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.authentication-section .authentication-form{margin-top:calc(18px + 12 * (100vw - 320px) / 1600)}.authentication-section .authentication-form .theme-form .form-label{width:100%}.authentication-section .authentication-form .theme-checkbox .form-check-label{line-height:1;font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.authentication-section .authentication-form .position-relative i.password-toggle{left:unset;right:calc(12px + 8 * (100vw - 320px) / 1600);cursor:pointer;color:rgba(var(--title-color),0.6);z-index:2}[dir=rtl] .authentication-section .authentication-form .position-relative i.password-toggle{left:calc(12px + 8 * (100vw - 320px) / 1600);right:unset}.authentication-section .authentication-form .position-relative .form-control{background-color:rgba(var(--background),1)}.authentication-section .authentication-form .position-relative .form-control:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px rgba(var(--background),1) inset!important;-webkit-text-fill-color:rgba(var(--title-color),1)!important;caret-color:rgba(var(--title-color),1)!important}.authentication-section .authentication-form .position-relative .form-control:focus{border-color:rgba(var(--primary-color),0.3)}.authentication-section .authentication-form .position-relative .form-control:focus+i{color:rgba(var(--primary-color),1)}.authentication-section .authentication-form .position-relative .invalid-feedback{font-size:14px;margin-top:5px;color:rgba(var(--error),1)}.authentication-section .authentication-form .otp-inputs{display:grid;grid-template-columns:repeat(6,1fr);gap:calc(6px + 4 * (100vw - 320px) / 1600)}.authentication-section .authentication-form .otp-inputs .form-control{text-align:center;font-size:calc(18px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.6);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(8px + 8 * (100vw - 320px) / 1600)}.authentication-section .authentication-form .forgot-link{font-size:16px;color:rgba(var(--primary-color),1);letter-spacing:0.3px;font-weight:500}.authentication-section .authentication-form .forgot-link:hover{text-decoration:underline}.authentication-section .authentication-form .btn-submit{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);margin-top:0;background-color:rgba(var(--primary-color),1);color:#fff;border:none;padding:calc(11px + 3 * (100vw - 320px) / 1600)}.authentication-section .authentication-form .btn-submit:hover{background-color:rgba(var(--primary-color),0.85)}.authentication-section .divider{position:relative;text-align:center;margin:25px 0}.authentication-section .divider::before{content:"";position:absolute;top:50%;left:0;width:2px;height:100%;z-index:-1;background:radial-gradient(circle,rgba(var(--content-color),0.5) 0%,rgba(var(--content-color),0) 100%)}.authentication-section .divider span{background-color:rgba(var(--white),1);padding:0 6px;color:rgba(var(--content-color),1);font-size:16px;letter-spacing:0.3px}.authentication-section .signup-text{margin-top:calc(12px + 12 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.6);text-align:center}.authentication-section .signup-text a{font-size:calc(15px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);font-weight:500;letter-spacing:0.3px;text-decoration:underline;margin-left:5px}@media (min-width:1400px){.blog-section .blog-custom-row .custom-col-xxl-3{width:27.4%}.blog-section .blog-custom-row .custom-col-xxl-9{width:72.6%}}.blog-section .blog-left-box{position:sticky;top:120px;left:0}.blog-section .blog-left-box .blog-close-btn{display:none}@media (max-width:1399.98px){.blog-section .blog-left-box{position:fixed;top:0;overflow:auto;z-index:12;left:calc(-325px + -25 * (100vw - 320px) / 1080);width:calc(310px + 40 * (100vw - 320px) / 1080);height:100vh;background-color:rgba(var(--white),1);margin:calc(6px + 4 * (100vw - 320px) / 1080);border-radius:10px;transition:all 0.2s ease-in-out;box-shadow:4px 2px 13px 3px rgba(119,119,119,0.1098039216);height:calc(100vh - (12px + 8 * (100vw - 320px) / 1080))}[dir=rtl] .blog-section .blog-left-box{left:unset;right:calc(-325px + -25 * (100vw - 320px) / 1080)}.blog-section .blog-left-box{scrollbar-width:auto;scrollbar-color:rgba(var(--primary-color),1)}.blog-section .blog-left-box::-webkit-scrollbar{width:5px;height:5px}.blog-section .blog-left-box::-webkit-scrollbar-track{background-color:rgba(var(--primary-color),0.1);border-radius:10px}.blog-section .blog-left-box::-webkit-scrollbar-thumb{background-color:rgba(var(--primary-color),0.5);border-radius:6px}.blog-section .blog-left-box.show{left:0}[dir=rtl] .blog-section .blog-left-box.show{left:unset;right:0}.blog-section .blog-left-box .blog-close-btn{width:100%;border-radius:0;border:none;border-bottom:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1);margin-bottom:calc(14px + 8 * (100vw - 320px) / 1080);padding:calc(12px + 2 * (100vw - 320px) / 1080) calc(14px + 11 * (100vw - 320px) / 1080);gap:4px;font-size:calc(16px + 2 * (100vw - 320px) / 1080);letter-spacing:0.3px;position:sticky;top:calc(-12px + -13 * (100vw - 320px) / 1080);left:0;z-index:1;display:flex;align-items:center;justify-content:space-between}[dir=rtl] .blog-section .blog-left-box .blog-close-btn{left:unset;right:0;margin-left:unset;margin-right:calc(-12px + -13 * (100vw - 320px) / 1080)}.blog-section .blog-left-box .blog-close-btn i{line-height:1;font-size:20px}}.blog-section .blog-left-box .search-box{position:relative}@media (max-width:1399.98px){.blog-section .blog-left-box .search-box{margin:0 calc(12px + 13 * (100vw - 320px) / 1080) calc(12px + 13 * (100vw - 320px) / 1080)}}.blog-section .blog-left-box .search-box .form-control{background-color:rgba(var(--border-color),0.5);border-color:rgba(var(--border-color),1);border-radius:6px;color:rgba(var(--title-color),1);box-shadow:none;padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 4 * (100vw - 320px) / 1600);padding-right:calc(42px + 10 * (100vw - 320px) / 1600)}[dir=rtl] .blog-section .blog-left-box .search-box .form-control{padding-right:calc(14px + 4 * (100vw - 320px) / 1600);padding-left:calc(42px + 10 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .search-box .form-control::placeholder{color:rgba(var(--content-color),1)}.blog-section .blog-left-box .search-box i{position:absolute;top:0;right:0;height:100%;padding-inline:calc(10px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);border-left:1px solid rgba(var(--border-color),1);font-size:calc(18px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}[dir=rtl] .blog-section .blog-left-box .search-box i{right:unset;left:0;border-left:unset;border-right:1px solid rgba(var(--border-color),1)}.blog-section .blog-left-box .category-box{background-color:rgba(var(--border-color),0.5);padding:calc(15px + 7 * (100vw - 320px) / 1600);margin-top:calc(20px + 10 * (100vw - 320px) / 1600);border-radius:6px}@media (max-width:1399.98px){.blog-section .blog-left-box .category-box{margin:0 calc(12px + 13 * (100vw - 320px) / 1080) calc(12px + 13 * (100vw - 320px) / 1080)}}.blog-section .blog-left-box .category-box .category-title{margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .category-box .category-title h4{font-weight:600;font-family:var(--play);font-size:calc(22px + 4 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .category-box .category-list li{display:block;width:100%}.blog-section .blog-left-box .category-box .category-list li+li a{margin-top:calc(6px + 2 * (100vw - 320px) / 1600);padding-top:calc(6px + 2 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}.blog-section .blog-left-box .category-box .category-list li a{transition:all 0.2s ease-in-out;display:block;color:rgba(var(--title-color),0.8);font-weight:500;display:flex;align-items:center;margin-left:6px;gap:calc(8px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .category-box .category-list li a::before{content:"";width:5px;height:5px;border-radius:100%;background-color:rgba(var(--content-color),1)}.blog-section .blog-left-box .category-box .category-list li a:hover{color:rgba(var(--primary-color),1)}.blog-section .blog-left-box .category-box .category-list li a span{margin-left:auto;color:rgba(var(--title-color),0.6);font-size:calc(14px + 1 * (100vw - 320px) / 1600)}[dir=rtl] .blog-section .blog-left-box .category-box .category-list li a span{margin-left:unset;margin-right:auto}.blog-section .blog-left-box .category-box .type-list{display:flex;flex-wrap:wrap;gap:7px}.blog-section .blog-left-box .category-box .type-list li a{transition:all 0.2s ease-in-out;display:block;color:rgba(var(--title-color),0.8);font-weight:400;border:1px solid rgba(var(--border-color),1);background-color:#fff;border-radius:100px;padding:10px 16px;line-height:1}.blog-section .blog-left-box .category-box .type-list li a:hover{background-color:rgba(var(--primary-color),1);color:#fff}.blog-section .blog-left-box .type-box{background-color:rgba(var(--border-color),0.5);padding:calc(15px + 7 * (100vw - 320px) / 1600);margin-top:calc(20px + 10 * (100vw - 320px) / 1600);border-radius:6px}@media (max-width:1399.98px){.blog-section .blog-left-box .type-box{margin:0 calc(12px + 13 * (100vw - 320px) / 1080) calc(12px + 13 * (100vw - 320px) / 1080)}}.blog-section .blog-left-box .type-box .type-title{margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .type-box .type-title h4{font-weight:600;font-family:var(--play);font-size:calc(22px + 4 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .type-box .type-list{display:flex;flex-wrap:wrap;gap:calc(5px + 2 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .type-box .type-list li a{transition:all 0.2s ease-in-out;display:block;color:rgba(var(--title-color),0.8);font-weight:400;border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--white),1);border-radius:6px;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);line-height:1;font-size:calc(14px + 1 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .type-box .type-list li a:hover{background-color:rgba(var(--primary-color),1);color:#fff}.blog-section .blog-left-box .post-box{background-color:rgba(var(--border-color),0.5);padding:calc(12px + 10 * (100vw - 320px) / 1600);margin-top:calc(20px + 10 * (100vw - 320px) / 1600);border-radius:6px}.blog-section .blog-left-box .post-box .post-title{margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .post-box .post-title h4{font-weight:600;font-family:var(--play);font-size:calc(22px + 4 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .post-box .post-list{display:grid;gap:14px}.blog-section .blog-left-box .post-box .post-list li{display:block;width:100%}.blog-section .blog-left-box .post-box .post-list li a{transition:all 0.2s ease-in-out;color:rgba(var(--title-color),0.8);font-weight:500;display:flex;gap:calc(10px + 4 * (100vw - 320px) / 1600)}.blog-section .blog-left-box .post-box .post-list li a img{width:calc(90px + 20 * (100vw - 320px) / 1600);height:calc(72px + 3 * (100vw - 320px) / 1600);object-fit:cover;border-radius:6px}.blog-section .blog-left-box .post-box .post-list li a>div{width:calc(100% - (90px + 20 * (100vw - 320px) / 1600) - (10px + 4 * (100vw - 320px) / 1600))}.blog-section .blog-left-box .post-box .post-list li a h5{font-size:calc(15px + 2 * (100vw - 320px) / 1600);line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.blog-section .blog-left-box .post-box .post-list li a h6{color:rgba(var(--content-color),1);font-weight:400;font-size:calc(13px + 1 * (100vw - 320px) / 1600);margin-top:calc(2px + 6 * (100vw - 320px) / 1600)}@media (max-width:1399.98px){.blog-section .blog-left-box .search-box,.blog-section .blog-left-box .category-box,.blog-section .blog-left-box .type-box,.blog-section .blog-left-box .post-box{margin:0 calc(12px + 13 * (100vw - 320px) / 1080) calc(12px + 13 * (100vw - 320px) / 1080)}}.blog-section .blog-left-box-2{position:fixed;top:0;left:-400px;width:calc(310px + 60 * (100vw - 320px) / 1600);height:100vh;background-color:rgba(var(--white),1);z-index:12;overflow:auto;transition:all 0.25s ease-in-out}[dir=rtl] .blog-section .blog-left-box-2{left:unset;right:-400px}.blog-section .blog-left-box-2.show{left:0}[dir=rtl] .blog-section .blog-left-box-2.show{left:unset;right:0}.blog-section .blog-left-box-2 .blog-close-btn{border:none;background-color:rgba(var(--primary-color),1);width:100%;border-radius:0;color:#fff;font-size:calc(16px + 2 * (100vw - 320px) / 1600);padding:calc(14px + 4 * (100vw - 320px) / 1600);line-height:1;margin-bottom:14px;position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between}.blog-section .blog-left-box-2 .blog-close-btn i{line-height:1}.blog-section .blog-left-box-2 .search-box{margin-inline:11px;position:relative}.blog-section .blog-left-box-2 .search-box .form-control{background-color:rgba(var(--border-color),0.5);border-color:rgba(var(--border-color),1);border-radius:6px;color:rgba(var(--title-color),1);box-shadow:none;padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 4 * (100vw - 320px) / 1600);padding-right:calc(42px + 10 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .search-box .form-control::placeholder{color:rgba(var(--content-color),1)}.blog-section .blog-left-box-2 .search-box i{position:absolute;top:0;right:0;height:100%;padding-inline:calc(10px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);border-left:1px solid rgba(var(--border-color),1);font-size:calc(18px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.blog-section .blog-left-box-2 .category-box{margin-top:calc(8px + 4 * (100vw - 320px) / 1600);padding-top:calc(8px + 4 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1);border-radius:6px;padding-inline:calc(10px + 5 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .category-box .category-title{margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .category-box .category-title h4{font-weight:600;font-family:var(--play);font-size:calc(22px + 4 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .category-box .category-list li{display:block;width:100%}.blog-section .blog-left-box-2 .category-box .category-list li+li a{margin-top:calc(6px + 2 * (100vw - 320px) / 1600);padding-top:calc(6px + 2 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}.blog-section .blog-left-box-2 .category-box .category-list li a{transition:all 0.2s ease-in-out;display:block;color:rgba(var(--title-color),0.8);font-weight:500;display:flex;align-items:center;margin-left:6px;gap:calc(8px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .category-box .category-list li a::before{content:"";width:5px;height:5px;border-radius:100%;background-color:rgba(var(--content-color),1)}.blog-section .blog-left-box-2 .category-box .category-list li a:hover{color:rgba(var(--primary-color),1)}.blog-section .blog-left-box-2 .category-box .category-list li a span{margin-left:auto;color:rgba(var(--title-color),0.6);font-size:calc(14px + 1 * (100vw - 320px) / 1600)}[dir=rtl] .blog-section .blog-left-box-2 .category-box .category-list li a span{margin-left:unset;margin-right:auto}.blog-section .blog-left-box-2 .category-box .type-list{display:flex;flex-wrap:wrap;gap:7px}.blog-section .blog-left-box-2 .category-box .type-list li a{transition:all 0.2s ease-in-out;display:block;color:rgba(var(--title-color),0.8);font-weight:400;border:1px solid rgba(var(--border-color),1);background-color:#fff;border-radius:100px;padding:10px 16px;line-height:1}.blog-section .blog-left-box-2 .category-box .type-list li a:hover{background-color:rgba(var(--primary-color),1);color:#fff}.blog-section .blog-left-box-2 .type-box{margin-top:calc(8px + 4 * (100vw - 320px) / 1600);padding-top:calc(8px + 4 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1);border-radius:6px;padding-inline:calc(10px + 5 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .type-box .type-title{margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .type-box .type-title h4{font-weight:600;font-family:var(--play);font-size:calc(22px + 4 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .type-box .type-list{display:flex;flex-wrap:wrap;gap:calc(5px + 2 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .type-box .type-list li a{display:block;color:rgba(var(--title-color),0.8);font-weight:400;border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--border-color),0.5);border-radius:6px;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);line-height:1;font-size:calc(14px + 1 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.blog-section .blog-left-box-2 .type-box .type-list li a:hover{background-color:rgba(var(--primary-color),1);color:#fff}.blog-section .blog-left-box-2 .post-box{margin-top:calc(12px + 10 * (100vw - 320px) / 1600);border-radius:6px;margin-inline:calc(10px + 5 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .post-box .post-title{margin-bottom:10px}.blog-section .blog-left-box-2 .post-box .post-title h4{font-weight:600;font-family:var(--play);font-size:calc(22px + 4 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .post-box .post-list{display:grid;gap:14px}.blog-section .blog-left-box-2 .post-box .post-list li{display:block;width:100%}.blog-section .blog-left-box-2 .post-box .post-list li a{transition:all 0.2s ease-in-out;color:rgba(var(--title-color),0.8);font-weight:500;display:flex;gap:calc(10px + 4 * (100vw - 320px) / 1600)}.blog-section .blog-left-box-2 .post-box .post-list li a:hover .recent-image img{transform:scale(1.08)}.blog-section .blog-left-box-2 .post-box .post-list li a:hover h5{color:rgba(var(--primary-color),1)}.blog-section .blog-left-box-2 .post-box .post-list li a .recent-image{width:calc(90px + 20 * (100vw - 320px) / 1600);height:calc(90px + 20 * (100vw - 320px) / 1600);border-radius:6px;overflow:hidden}.blog-section .blog-left-box-2 .post-box .post-list li a .recent-image img{transition:all 0.3s ease-in-out}.blog-section .blog-left-box-2 .post-box .post-list li a>div{width:calc(100% - (90px + 20 * (100vw - 320px) / 1600) - (10px + 4 * (100vw - 320px) / 1600))}.blog-section .blog-left-box-2 .post-box .post-list li a h5{font-size:calc(15px + 2 * (100vw - 320px) / 1600);line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.blog-section .blog-left-box-2 .post-box .post-list li a h6{color:rgba(var(--content-color),1);font-weight:400;font-size:calc(13px + 1 * (100vw - 320px) / 1600);margin-top:calc(2px + 6 * (100vw - 320px) / 1600)}.blog-section .right-blog-box .filter-btn{color:#fff;background-color:rgba(var(--primary-color),1);border:1px solid rgba(var(--primary-color),1);margin-bottom:calc(12px + 6 * (100vw - 320px) / 1600);padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);font-size:calc(14px + 4 * (100vw - 320px) / 1600)}.blog-section .right-blog-box .filter-btn:hover,.blog-section .right-blog-box .filter-btn:active{color:rgba(var(--primary-color),1);background-color:transparent}.blog-section .right-blog-box .filter-btn:before,.blog-section .right-blog-box .filter-btn::after{content:none}.blog-section .right-blog-box .blog-box{padding:0;border:0}.blog-section .right-blog-box .blog-box:hover .blog-image img{transform:scale(1.06)}.blog-section .right-blog-box .blog-box:hover .blog-details h5{color:rgba(var(--primary-color),1)}.blog-section .right-blog-box .blog-box:hover .blog-details .read-more{background-color:transparent;border-color:rgba(var(--primary-color),1);color:rgba(var(--primary-color),1)}.blog-section .right-blog-box .blog-box .blog-image{display:block;overflow:hidden;border-radius:calc(8px + 4 * (100vw - 320px) / 1600);aspect-ratio:2/1;position:relative}.blog-section .right-blog-box .blog-box .blog-image img{transition:all 0.3s ease-in-out}.blog-section .right-blog-box .blog-box .blog-image span{position:absolute;bottom:calc(8px + 4 * (100vw - 320px) / 1600);left:calc(8px + 4 * (100vw - 320px) / 1600);z-index:1;background-color:rgba(var(--primary-color),1);color:#fff;border-radius:100px;padding:calc(6px + 2 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.3px;font-size:calc(13px + 3 * (100vw - 320px) / 1600)}[dir=rtl] .blog-section .right-blog-box .blog-box .blog-image span{left:unset;right:calc(8px + 4 * (100vw - 320px) / 1600)}.blog-section .right-blog-box .blog-box .blog-details{margin-top:15px}.blog-section .right-blog-box .blog-box .blog-details h5{font-size:calc(13px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.6);font-weight:400}.blog-section .right-blog-box .blog-box .blog-details h6{font-size:calc(17px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);margin-top:calc(2px + 2 * (100vw - 320px) / 1600);transition:all 0.25s ease-in-out}.blog-section .right-blog-box .blog-box .blog-details p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-top:calc(4px + 8 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.blog-section .right-blog-box .blog-box .blog-details .read-more{background-color:rgba(var(--primary-color),1);color:#fff;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);margin-top:calc(10px + 6 * (100vw - 320px) / 1600);padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);font-size:calc(15px + 3 * (100vw - 320px) / 1600);transition:all 0.25s ease-in-out}.blog-section .right-blog-box .blog-box .blog-details .read-more::before,.blog-section .right-blog-box .blog-box .blog-details .read-more::after{content:none}.blog-section .right-blog-box .blog-box-list{padding:calc(8px + 6 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);border-radius:calc(8px + 5 * (100vw - 320px) / 1600);gap:calc(6px + 14 * (100vw - 320px) / 1600);display:flex;align-items:center}@media (max-width:991.98px){.blog-section .right-blog-box .blog-box-list{display:grid}}.blog-section .right-blog-box .blog-box-list .blog-image{display:block;overflow:hidden;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);position:relative;width:390px;height:240px}@media (max-width:991.98px){.blog-section .right-blog-box .blog-box-list .blog-image{width:100%;height:auto;aspect-ratio:52/25}}.blog-section .right-blog-box .blog-box-list .blog-image span{position:absolute;bottom:calc(8px + 4 * (100vw - 320px) / 1600);left:calc(8px + 4 * (100vw - 320px) / 1600);z-index:1;background-color:rgba(var(--primary-color),1);color:#fff;border-radius:100px;padding:calc(6px + 2 * (100vw - 320px) / 1600) calc(14px + 4 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.3px;font-size:calc(13px + 3 * (100vw - 320px) / 1600)}.blog-section .right-blog-box .blog-box-list .blog-details{margin-top:6px;width:calc(100% - 390px - 20px)}@media (max-width:991.98px){.blog-section .right-blog-box .blog-box-list .blog-details{width:100%}}.blog-section .right-blog-box .blog-box-list .blog-details h6{font-size:calc(13px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.6);font-weight:400}.blog-section .right-blog-box .blog-box-list .blog-details h5{color:rgba(var(--title-color),1);margin-top:calc(3px + 1 * (100vw - 320px) / 1600);font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.blog-section .right-blog-box .blog-box-list .blog-details p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-top:calc(6px + 6 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.blog-section .right-blog-box .blog-box-list .blog-details .read-more{color:#fff;background-color:rgba(var(--primary-color),1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);margin-top:calc(10px + 6 * (100vw - 320px) / 1600);padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);display:flex;align-items:center;gap:6px}.blog-section .right-blog-box .blog-box-list .blog-details .read-more i{font-size:18px;line-height:1}.blog-section .right-blog-box .grid .grid-item .blog-box .blog-image{aspect-ratio:unset}.blog-section .blog-details-box .filter-btn{background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(10px + 1 * (100vw - 320px) / 1080) calc(16px + 4 * (100vw - 320px) / 1080);letter-spacing:0.3px;margin-bottom:calc(14px + 6 * (100vw - 320px) / 1080);border:none;font-size:calc(14px + 2 * (100vw - 320px) / 1080)}.blog-section .blog-details-box .filter-btn i{font-size:calc(16px + 2 * (100vw - 320px) / 1080);line-height:1}.blog-section .blog-details-box .blog-image{height:calc(240px + 310 * (100vw - 320px) / 1600);overflow:hidden;border-radius:12px;position:relative}.blog-section .blog-details-box .blog-image .blog-title{position:absolute;bottom:0;padding:calc(54px + 42 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);width:100%;background:linear-gradient(0deg,#232323 1%,rgba(35,35,35,0) 100%);z-index:0}.blog-section .blog-details-box .blog-image .blog-title h3{width:80%;color:#fff;font-family:var(--play);font-size:calc(24px + 16 * (100vw - 320px) / 1600);font-weight:600}@media (max-width:575.98px){.blog-section .blog-details-box .blog-image .blog-title h3{width:100%}}.blog-section .blog-details-box .blog-content{margin-top:20px}.blog-section .blog-details-box .blog-content .top-user-name{padding-bottom:calc(10px + 6 * (100vw - 320px) / 1600);margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1);display:flex;align-items:center;justify-content:space-between}@media (max-width:400px){.blog-section .blog-details-box .blog-content .top-user-name{display:grid;grid-template-columns:1fr;gap:calc(8px + 4 * (100vw - 320px) / 1600)}}.blog-section .blog-details-box .blog-content .top-user-name .user-box{display:flex;align-items:center;gap:calc(4px + 2 * (100vw - 320px) / 1600)}.blog-section .blog-details-box .blog-content .top-user-name .user-box img{width:calc(42px + 8 * (100vw - 320px) / 1600);height:calc(42px + 8 * (100vw - 320px) / 1600);border-radius:100%}.blog-section .blog-details-box .blog-content .top-user-name .user-box h4{font-size:calc(16px + 1 * (100vw - 320px) / 1600);text-transform:capitalize}.blog-section .blog-details-box .blog-content .top-user-name .user-box h5{font-weight:400;font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-top:calc(2px + 2 * (100vw - 320px) / 1600)}@media (max-width:767.98px){.blog-section .blog-details-box .blog-content .top-user-name .reading{display:none}}.blog-section .blog-details-box .blog-content .top-user-name .reading h6{font-size:16px;font-weight:400;display:flex;align-items:center;gap:5px}.blog-section .blog-details-box .blog-content .top-user-name .reading h6 span{background-color:rgba(var(--border-color),0.5);border-radius:100px;padding:8px 16px;border:1px solid rgba(var(--border-color),1);display:block}.blog-section .blog-details-box .blog-content .top-user-name .social-share h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.blog-section .blog-details-box .blog-content .top-user-name .social-share .social-list{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:3px;text-align:center}@media (max-width:400.98px){.blog-section .blog-details-box .blog-content .top-user-name .social-share .social-list{justify-content:flex-start}}.blog-section .blog-details-box .blog-content .top-user-name .social-share .social-list li a{width:30px;height:30px;display:grid;place-items:center;background-color:rgba(var(--border-color),0.5);border-radius:100px;transition:all 0.25s ease-in-out;font-size:16px;color:rgba(var(--content-color),1)}.blog-section .blog-details-box .blog-content .top-user-name .social-share .social-list li a:hover{background-color:rgba(var(--primary-color),1);color:#fff}.blog-section .blog-details-box .blog-content .top-user-name .social-share .social-list li a i{line-height:1}.blog-section .blog-details-box .blog-content .inner-main-title{font-size:calc(24px + 11 * (100vw - 320px) / 1600);margin-bottom:calc(6px + 2 * (100vw - 320px) / 1600);font-family:var(--play)}.blog-section .blog-details-box .blog-content .inner-title{font-size:calc(24px + 6 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600);text-transform:capitalize;font-family:var(--play)}.blog-section .blog-details-box .blog-content .inner-img{aspect-ratio:8/5;object-fit:cover;border-radius:8px}.blog-section .blog-details-box .blog-content p{text-align:justify;font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(16px + 6 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8)}@media (max-width:575.98px){.blog-section .blog-details-box .blog-content p{text-align:unset}}.blog-section .blog-details-box .blog-content p+p{margin-top:10px}.blog-section .blog-details-box .blog-content .images-box{margin-bottom:22px}.blog-section .blog-details-box .blog-content .blog-quotes{padding:calc(14px + 16 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.17);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);border-left:calc(2px + 1 * (100vw - 320px) / 1600) solid rgba(var(--primary-color),1);position:relative;overflow:hidden;z-index:0}[dir=rtl] .blog-section .blog-details-box .blog-content .blog-quotes{border-left:unset;border-right:calc(2px + 1 * (100vw - 320px) / 1600) solid rgba(var(--primary-color),1)}.blog-section .blog-details-box .blog-content .blog-quotes i{position:absolute;top:calc(-43px + 3 * (100vw - 320px) / 1600);right:calc(-34px + 8 * (100vw - 320px) / 1600);font-size:calc(124px + 26 * (100vw - 320px) / 1600);line-height:1;z-index:-1;color:rgba(var(--primary-color),0.1);transform:rotate(-7deg)}[dir=rtl] .blog-section .blog-details-box .blog-content .blog-quotes i{left:calc(-34px + 8 * (100vw - 320px) / 1600);right:unset;transform:rotate(7deg)}.blog-section .blog-details-box .blog-content .blog-quotes p{margin:0;font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);text-align:unset;font-family:var(--play)}.blog-section .blog-details-box .leave-comment-box{background-color:rgba(var(--border-color),0.5);padding:calc(14px + 8 * (100vw - 320px) / 1600);border-radius:calc(10px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1)}.blog-section .blog-details-box .leave-comment-box .blog-title{margin-bottom:20px}.blog-section .blog-details-box .leave-comment-box .blog-title h3{font-size:calc(24px + 8 * (100vw - 320px) / 1600);font-family:var(--play)}.blog-section .blog-details-box .leave-comment-box .submit-btn{margin-left:auto;background-color:rgba(var(--primary-color),1);color:#fff;letter-spacing:0.3px;display:block;border-radius:6px;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600)}.blog-section .blog-details-box .comment-main-box{border-top:1px solid rgba(var(--border-color),1);margin-block:calc(18px + 12 * (100vw - 320px) / 1600) calc(14px + 12 * (100vw - 320px) / 1600);padding-top:calc(18px + 12 * (100vw - 320px) / 1600)}.blog-section .blog-details-box .comment-main-box .comment-title{margin-bottom:calc(16px + 4 * (100vw - 320px) / 1600);margin-top:calc(-4px + -2 * (100vw - 320px) / 1600)}.blog-section .blog-details-box .comment-main-box .comment-title h3{font-size:calc(22px + 10 * (100vw - 320px) / 1600);font-family:var(--play)}.blog-section .blog-details-box .comment-main-box .submit-btn{margin-left:auto;background-color:rgba(var(--primary-color),1);color:#fff;letter-spacing:0.3px;display:block;border-radius:6px}.blog-section .blog-details-box .comment-main-box .comment-list{display:grid}.blog-section .blog-details-box .comment-main-box .comment-list>li+li{margin-top:calc(12px + 18 * (100vw - 320px) / 1600);padding-top:calc(12px + 18 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box{display:flex;gap:calc(10px + 3 * (100vw - 320px) / 1600)}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-image{width:calc(35px + 3 * (100vw - 320px) / 1600);height:calc(35px + 3 * (100vw - 320px) / 1600);border-radius:100%;overflow:hidden}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment{width:calc(100% - (35px + 3 * (100vw - 320px) / 1600) - (10px + 3 * (100vw - 320px) / 1600))}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment h4{font-size:calc(16px + 4 * (100vw - 320px) / 1600)}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment h4 span{color:rgba(var(--title-color),0.6);font-size:calc(14px + 3 * (100vw - 320px) / 1600);font-weight:500}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-top:5px;color:rgba(var(--content-color),1)}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list{margin-top:calc(8px + 8 * (100vw - 320px) / 1600);display:flex;align-items:center}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box{position:relative}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box+.like-dislike-box{margin-left:calc(8px + 6 * (100vw - 320px) / 1600);padding-left:calc(8px + 6 * (100vw - 320px) / 1600);border-left:1px solid rgba(var(--title-color),0.15)}[dir=rtl] .blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box+.like-dislike-box{margin-right:calc(8px + 6 * (100vw - 320px) / 1600);margin-left:unset;padding-right:calc(8px + 6 * (100vw - 320px) / 1600);padding-left:unset;border-right:1px solid rgba(var(--title-color),0.15);border-left:unset}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-input{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;float:unset;width:100%;height:100%;opacity:0}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-input:checked~.form-check-label{color:rgba(var(--primary-color),1)}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-input:checked~.form-check-label .ri-thumb-down-line{display:none}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-input:checked~.form-check-label .ri-thumb-down-fill{display:block}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-input:checked~.form-check-label .ri-thumb-up-line{display:none}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-input:checked~.form-check-label .ri-thumb-up-fill{display:block}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-input:checked~.form-check-label span{color:rgba(var(--primary-color),1)}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-label{line-height:1;display:flex;align-items:center;gap:6px;font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7)}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-label i{line-height:1}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-label i.ri-thumb-down-fill{display:none}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-label i.ri-thumb-up-fill{display:none}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .like-dislike-box .form-check-label span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1;font-weight:500;color:rgba(var(--title-color),0.6)}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .reply-box{position:relative;margin-left:calc(20px + 2 * (100vw - 320px) / 1600)}[dir=rtl] .blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .reply-box{margin-right:calc(20px + 2 * (100vw - 320px) / 1600);margin-left:unset}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .reply-box .form-check-label{line-height:1;display:flex;align-items:center;gap:calc(6px + 4 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7)}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .reply-box .form-check-label i{line-height:1}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .reply-box .form-check-label i.ri-thumb-down-fill{display:none}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .reply-box .form-check-label i.ri-thumb-up-fill{display:none}.blog-section .blog-details-box .comment-main-box .comment-list>li .comment-box .user-comment .option-list .reply-box .form-check-label span{font-size:inherit;font-weight:inherit;color:rgba(var(--title-color),0.6)}.blog-section .blog-details-box .comment-main-box .comment-list>li .reply-comment-list{margin-top:calc(8px + 4 * (100vw - 320px) / 1600);padding-top:calc(8px + 4 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1);margin-left:50px;display:grid}.blog-section .blog-details-box .comment-main-box .comment-list>li .reply-comment-list>li+li{margin-top:calc(12px + 8 * (100vw - 320px) / 1600);padding-top:calc(12px + 8 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}.cart-section .cart-header-row{margin-bottom:calc(100px + -80 * (100vw - 320px) / 1600)}.cart-section .cart-header-row h4{font-size:calc(22px + 8 * (100vw - 320px) / 1600);font-weight:600}.cart-section .cart-table-container{background-color:rgba(var(--white),1)}.cart-section .cart-table-container .table-responsive{border:1px solid rgba(var(--border-color),1);border-radius:8px}.cart-section .cart-table-container .cart-table{margin-bottom:0}.cart-section .cart-table-container .cart-table thead th{background-color:rgba(var(--background),1);border:none;text-transform:capitalize;font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1);text-align:center;padding:calc(12px + 4 * (100vw - 320px) / 1600);white-space:nowrap}.cart-section .cart-table-container .cart-table thead th:nth-child(2){width:230px}.cart-section .cart-table-container .cart-table thead th:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px;padding-left:20px;text-align:left}[dir=rtl] .cart-section .cart-table-container .cart-table thead th:first-child{text-align:right;border-radius:0 6px 6px 0}.cart-section .cart-table-container .cart-table thead th:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px;min-width:90px}[dir=rtl] .cart-section .cart-table-container .cart-table thead th:last-child{border-radius:6px 0 0 6px}.cart-section .cart-table-container .cart-table tbody tr{border-bottom:1px solid #eee}.cart-section .cart-table-container .cart-table tbody tr:last-child{border-bottom:none}.cart-section .cart-table-container .cart-table tbody tr td{text-align:center;border:none;padding:10px;font-size:14px;color:rgba(var(--title-color),1);font-weight:500;vertical-align:middle;border-bottom:1px solid rgba(var(--border-color),1)}.cart-section .cart-table-container .cart-table tbody tr td:first-child{padding-left:calc(12px + 8 * (100vw - 320px) / 1600);min-width:calc(250px + 100 * (100vw - 320px) / 1600);max-width:calc(250px + 100 * (100vw - 320px) / 1600);width:calc(250px + 100 * (100vw - 320px) / 1600);text-align:left}.cart-section .cart-table-container .cart-table tbody tr td.price{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--primary-color),1)}.cart-section .cart-table-container .cart-table tbody tr td .product-detail{gap:10px;align-items:center;display:flex}[dir=rtl] .cart-section .cart-table-container .cart-table tbody tr td .product-detail{text-align:right}.cart-section .cart-table-container .cart-table tbody tr td .cart-btn-group{gap:calc(10px + 5 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.cart-section .cart-table-container .cart-table tbody tr td .cart-btn-group a{line-height:1;display:block;padding:0}.cart-section .cart-table-container .cart-table tbody tr td .cart-btn-group a i{--size:calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)))}.cart-section .cart-table-container .cart-table tbody tr td .cart-btn-group a.wishlist-btn i{--color:rgba(var(--primary-color),1)}.cart-section .cart-table-container .cart-table tbody tr td .cart-btn-group a.remove-btn i{--color:rgba(var(--error),1)}.cart-section .cart-table-container .cart-table tbody tr td .price{gap:5px;line-height:1;font-size:calc(17px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.cart-section .cart-table-container .cart-table tbody tr td .price del{color:rgba(var(--error),0.7)}.cart-section .cart-table-container .cart-table tbody tr td .price .discount-badge{white-space:nowrap;width:100%;font-size:calc(15px + 3 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--success-color),1)}.cart-section .cart-table-container .cart-table .product-img{width:calc(76px + 16 * (100vw - 320px) / 1600);height:calc(76px + 16 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);padding:calc(8px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.cart-section .cart-table-container .cart-table .product-img img{max-height:100%}.cart-section .cart-table-container .cart-table .product-info h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);line-height:1.4}.cart-section .cart-table-container .cart-table .product-info p{font-size:calc(15px + 1 * (100vw - 320px) / 1600);margin-top:calc(1px + 2 * (100vw - 320px) / 1600);font-weight:400;color:rgba(var(--content-color),1)}.cart-section .cart-table-container .cart-table .product-info p span{color:rgba(var(--title-color),1);font-weight:500;font-weight:inherit}.cart-section .cart-table-container .cart-table .qty-box-simple{border:1px solid rgba(var(--border-color),1);margin-inline:auto;border-radius:6px;overflow:hidden;display:flex;justify-content:center;width:max-content}.cart-section .cart-table-container .cart-table .qty-box-simple .btn-qty{background-color:rgba(var(--border-color),1);border:none;width:calc(32px + 6 * (100vw - 320px) / 1600);height:calc(32px + 6 * (100vw - 320px) / 1600);font-size:calc(18px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-section .cart-table-container .cart-table .qty-box-simple .btn-qty i{line-height:1}.cart-section .cart-table-container .cart-table .qty-box-simple .input-qty{width:calc(46px + 14 * (100vw - 320px) / 1600);height:auto;line-height:1;border:none;background-color:transparent;text-align:center;padding:0;font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);box-shadow:none}.cart-section .cart-sidebar .card{background-color:transparent;border:none}.cart-section .cart-sidebar .card h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(10px + 5 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.cart-section .cart-sidebar .coupon-box{margin-bottom:calc(16px + 4 * (100vw - 320px) / 1600);padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);cursor:pointer;transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:space-between}.cart-section .cart-sidebar .coupon-box:hover{border-color:rgba(var(--primary-color),1)}.cart-section .cart-sidebar .coupon-box .label{display:flex;align-items:center;gap:calc(4px + 2 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--primary-color),1)}.cart-section .cart-sidebar .coupon-box .label i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.cart-section .cart-sidebar .coupon-box .arrow{color:rgba(var(--primary-color),1);font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.cart-section .cart-sidebar .coupon-box .code{cursor:pointer;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.cart-section .cart-sidebar .gifting-box{background-color:#f3efff;border:none;display:flex;align-items:center}.cart-section .cart-sidebar .gifting-box .content{flex:1}.cart-section .cart-sidebar .gifting-box .content h6{font-size:14px;font-weight:700;margin-bottom:5px}.cart-section .cart-sidebar .gifting-box .content p{font-size:12px;color:#666;line-height:1.4;margin-bottom:10px}.cart-section .cart-sidebar .gifting-box .content a{font-size:13px;font-weight:600;color:#6c5ce7}.cart-section .cart-sidebar .gifting-box .gift-icon{font-size:40px;color:#6c5ce7;margin-left:10px}.cart-section .cart-sidebar .price-details ul{list-style:none;border:1px solid rgba(var(--border-color),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);padding:calc(12px + 3 * (100vw - 320px) / 1600);margin-bottom:calc(16px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1)}.cart-section .cart-sidebar .price-details ul li{display:flex;justify-content:space-between}.cart-section .cart-sidebar .price-details ul li+li{margin-top:calc(8px + 4 * (100vw - 320px) / 1600)}.cart-section .cart-sidebar .price-details ul li.discount{color:#28a745}.cart-section .cart-sidebar .price-details ul li.total{border-top:1px solid rgba(var(--border-color),1);margin-bottom:0;padding-top:calc(8px + 7 * (100vw - 320px) / 1600);margin-top:calc(8px + 7 * (100vw - 320px) / 1600)}.cart-section .cart-sidebar .price-details ul li.total span{color:rgba(var(--title-color),1);font-weight:600;font-size:calc(17px + 2 * (100vw - 320px) / 1600)}.cart-section .cart-sidebar .price-details ul li.total span:last-child{font-size:calc(18px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);font-weight:700}.cart-section .cart-sidebar .price-details ul li.toggle-items-li{cursor:pointer;background-color:rgba(var(--primary-color),1);font-weight:500;color:#fff;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(15px + 1 * (100vw - 320px) / 1600);padding:calc(8px + 2 * (100vw - 320px) / 1600);justify-content:center}.cart-section .cart-sidebar .price-details ul li span{color:rgba(var(--title-color),1);font-weight:500;font-size:calc(15px + 1 * (100vw - 320px) / 1600)}.cart-section .cart-sidebar .btn-checkout{width:100%;background-color:rgba(var(--title-color),1);color:rgba(var(--white),1);border:none;padding:calc(10px + 2 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;gap:calc(6px + 4 * (100vw - 320px) / 1600);letter-spacing:0.5px;text-transform:capitalize;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.cart-section .cart-sidebar .btn-checkout:hover{background-color:rgba(var(--title-color),0.9)}.cart-section .cart-sidebar .btn-checkout i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.category-section{position:relative;z-index:1}.category-section .category-wrap{display:flex;align-items:center;justify-content:center;gap:calc(10px + 20 * (100vw - 320px) / 1600)}.category-section .category-wrap .category-box{position:relative;height:400px;display:flex;gap:30px;transition:height 0.5s ease-in-out}.category-section .category-wrap .category-box:hover .img{aspect-ratio:3/1;filter:unset}.category-section .category-wrap .category-box:hover .btn{opacity:1;visibility:visible}.category-section .category-wrap .category-box .img{position:relative;aspect-ratio:1.5/1;object-fit:cover;background-size:cover;border-radius:calc(10px + 10 * (100vw - 320px) / 1600);transition:aspect-ratio 0.5s ease-in-out;filter:unset}.category-section .category-wrap .category-box .btn{position:absolute;bottom:20px;opacity:0;visibility:hidden;background-color:#232323;border-color:#232323;gap:8px;color:#fff;left:50%;transform:translateX(-50%);display:flex;align-items:center}@media (max-width:1400px){.category-section .category-wrap .category-box .btn{opacity:1;visibility:visible}}@media (max-width:1400px){.category-section .category-wrap{display:grid;grid-template-columns:repeat(3,1fr)}.category-section .category-wrap .category-box{width:100%;height:calc(146px + 154 * (100vw - 320px) / 1081)}}@media (max-width:991.98px){.category-section .category-wrap{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.category-section .category-wrap .category-box{display:grid;height:auto;gap:0}.category-section .category-wrap .category-box .dark-btn{position:relative;inset:unset;border-top-left-radius:0;border-top-right-radius:0;padding:calc(8px + 4 * (100vw - 320px) / 1600);transform:unset;justify-content:center}.category-section .category-wrap .category-box .dark-btn img{display:none}.category-section .category-wrap .category-box .img{width:100%;height:calc(130px + 50 * (100vw - 320px) / 256);aspect-ratio:unset;border-bottom-left-radius:0;border-bottom-right-radius:0}.category-section .category-wrap .category-box:hover .img{aspect-ratio:unset}}.category-section .category-wrapper{position:relative}.category-section .category-wrapper .category-swiper-prev,.category-section .category-wrapper .category-swiper-next{inset:unset;color:rgba(var(--title-color),1);width:calc(36px + 10 * (100vw - 320px) / 1600);height:calc(36px + 10 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border-radius:100%;padding:0;z-index:unset;border:1px solid rgba(var(--border-color),1);font-size:calc(22px + 3 * (100vw - 320px) / 1600);top:50%;transform:translateY(-50%);transition:all 0.2s ease-in-out}.category-section .category-wrapper .category-swiper-prev i,.category-section .category-wrapper .category-swiper-next i{line-height:1}.category-section .category-wrapper .category-swiper-prev svg,.category-section .category-wrapper .category-swiper-next svg{display:none}.category-section .category-wrapper .category-swiper-prev:hover,.category-section .category-wrapper .category-swiper-next:hover{background-color:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.category-section .category-wrapper .category-swiper-next{right:calc(-6px + -17 * (100vw - 320px) / 1600)}.category-section .category-wrapper .category-swiper-prev{left:calc(-6px + -17 * (100vw - 320px) / 1600)}.category-section.style-2 .category-box .category-img-box{width:100%;height:calc(118px + 42 * (100vw - 320px) / 1600);border-radius:calc(16px + 14 * (100vw - 320px) / 1600);overflow:hidden;padding:calc(16px + 6 * (100vw - 320px) / 1600);background:linear-gradient(114.94deg,#f8f8f8 8.79%,#fdfdfd 92.86%);transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center}[dir=rtl] .category-section.style-2 .category-box .category-img-box{background:linear-gradient(-114.94deg,#f8f8f8 8.79%,#fdfdfd 92.86%)}.category-section.style-2 .category-box .category-img-box img{transition:all 0.2s ease-in-out}.category-section.style-2 .category-box .category-img-box:hover img{transform:scale(1.1) rotate(3deg)}.category-section.style-2 .category-box .category-title{text-align:center;padding-top:calc(8px + 6 * (100vw - 320px) / 1600);font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.4px;color:rgba(var(--title-color),1)}.category-section.style-3 .swiper-slide{height:100%}.category-section.style-3 .swiper-slide .category-box{height:100%}.category-section.style-3 .category-box{text-align:center;border-radius:calc(10px + 10 * (100vw - 320px) / 1600);aspect-ratio:1/1;padding:calc(12px + 8 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out;display:grid;gap:10px;flex-direction:column;display:flex;align-items:center;justify-content:space-between}.category-section.style-3 .category-box .category-img{margin:auto}.category-section.style-3 .category-box .category-img img{aspect-ratio:13/10}.category-section.style-3 .category-box .category-title{text-align:center;margin-bottom:5px}.category-section.style-3 .category-box .category-title h4{font-size:calc(16px + 4 * (100vw - 320px) / 1600);font-weight:500;color:#232323;padding-bottom:calc(3px + 3 * (100vw - 320px) / 1600)}.category-section.style-3 .category-box .category-title h5{font-size:calc(12px + 2 * (100vw - 320px) / 1600);font-weight:400;color:#999}.category-section.style-5 .category-box .category-img-box{overflow:hidden;border-radius:calc(10px + 10 * (100vw - 320px) / 1600);aspect-ratio:1/1;padding:calc(16px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--content-color),0.1);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.category-section.style-5 .category-box .category-img-box img{transition:all 0.2s ease-in-out}.category-section.style-5 .category-box .category-img-box:hover{background-color:rgba(var(--content-color),0.18)}.category-section.style-5 .category-box .category-img-box:hover img{transform:scale(1.1) rotate(3deg)}.category-section.style-5 .category-box .category-title{text-align:center;padding-top:calc(6px + 14 * (100vw - 320px) / 1600);font-size:calc(16px + 4 * (100vw - 320px) / 1600);letter-spacing:0.3px;color:rgba(var(--title-color),1)}.checkout-section{background-color:rgba(var(--white),1)}.checkout-section .summary-title{margin-bottom:12px}.checkout-section .summary-title~.summary-title{margin-top:22px}.checkout-section .summary-title h3{font-size:26px;font-family:var(--play);font-weight:600;letter-spacing:0.3px}.checkout-section .left-side-box{position:sticky;top:10px}.checkout-section .left-side-box .checkout-box{padding:0}.checkout-section .left-side-box .checkout-box .form-check{padding:0;margin:0;min-height:unset;display:flex;align-items:center;gap:9px}.checkout-section .left-side-box .checkout-box .form-check .checkbox_animated{margin:0}.checkout-section .left-side-box .checkout-box .form-check-label{font-weight:500;color:rgba(var(--title-color),0.9);line-height:1;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.checkout-section .left-side-box .checkout-box .form-check-label span{color:rgba(var(--error),1)}.checkout-section .left-side-box .checkout-box .form-control,.checkout-section .left-side-box .checkout-box .form-select{border:1px solid rgba(var(--border-color),1);border-radius:4px;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(11px + 4 * (100vw - 320px) / 1600);font-size:calc(15px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.55)}.checkout-section .left-side-box .checkout-box .form-control:focus,.checkout-section .left-side-box .checkout-box .form-select:focus{border-color:rgba(var(--primary-color),1);box-shadow:none}.checkout-section .left-side-box .checkout-box .checkout-checkbox{align-items:flex-start}.checkout-section .left-side-box .checkout-box .checkout-checkbox .checkbox_animated{margin:2px 0 0;width:18px;height:18px;background-color:rgba(var(--background),0.55)}.checkout-section .left-side-box .checkout-box .checkout-checkbox .checkbox_animated::before{left:3px;top:3px;width:10px;height:6px}.checkout-section .left-side-box .checkout-box .checkout-checkbox .checkbox_animated:checked{background-color:rgba(var(--primary-color),1)}.checkout-section .left-side-box .checkout-box .checkout-checkbox .checkbox_animated:checked~.form-check-label{color:rgba(var(--title-color),0.9)}.checkout-section .left-side-box .checkout-box .checkout-checkbox .form-check-label{width:calc(100% - 20px - (7px + 3 * (100vw - 320px) / 1600));font-weight:400;color:rgba(var(--title-color),0.6);line-height:1.4}.checkout-section .checkout-create-box{margin-top:18px;padding-top:18px;border-top:1px solid rgba(var(--border-color),1)}.checkout-section .right-side{position:sticky;top:10px}.checkout-section .right-side .payment-methods-box{padding-top:7px}.checkout-section .right-side .payment-methods-box h5{font-size:16px;font-weight:700;color:#0b2c3d;margin-bottom:20px}.checkout-section .right-side .payment-methods-box .payment-item{margin-bottom:15px}.checkout-section .right-side .payment-methods-box .payment-item.theme-checkbox{margin-bottom:9px}.checkout-section .right-side .payment-methods-box .payment-item .payment-box{display:flex;align-items:center;gap:12px}.checkout-section .right-side .payment-methods-box .payment-item .radiobox_animated{margin:0;min-width:18px}.checkout-section .right-side .payment-methods-box .payment-item .form-check-label{font-weight:500;color:rgba(var(--title-color),0.9);display:flex;font-size:calc(14px + 2 * (100vw - 320px) / 1600);align-items:center;gap:10px}.checkout-section .right-side .payment-methods-box .payment-item .form-check-label .payment-logo{height:20px}.checkout-section .right-side .payment-methods-box .payment-item .payment-description{margin-top:10px;background-color:rgba(var(--border-color),0.85);padding:15px;border-radius:8px}.checkout-section .right-side .payment-methods-box .payment-item .payment-description h3{font-size:18px;font-weight:500;margin-bottom:6px}.checkout-section .right-side .payment-methods-box .payment-item .payment-description p{color:rgba(var(--title-color),0.5);font-size:16px}.checkout-section .right-side .payment-methods-box .legal-checks{display:grid;gap:10px;margin-top:16px}.checkout-section .right-side .payment-methods-box .legal-checks .form-check-label{color:rgba(var(--title-color),0.8)}.checkout-section .right-side .payment-methods-box .legal-checks .form-check-label a{line-height:1;font-size:16px;font-weight:500;color:rgba(var(--primary-color),1);text-decoration:underline}.checkout-section .right-side .payment-methods-box .legal-checks input{margin:0;background-color:rgba(var(--white),1)}.checkout-section .right-side .payment-methods-box .legal-checks input:checked{background-color:rgba(var(--primary-color),1)}.checkout-section .right-side .payment-methods-box .place-btn{background-color:rgba(var(--primary-color),1);border:1px solid rgba(var(--primary-color),1);color:#fff;padding:12px;font-weight:600;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:1.5rem;width:100%}.checkout-section .right-side .payment-methods-box .place-btn:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.checkout-section .right-side .payment-methods-box .place-btn i{font-size:18px;font-weight:normal}.checkout-section .right-side .payment-methods-box .place-btn::after,.checkout-section .right-side .payment-methods-box .place-btn::before{content:none}.checkout-section .right-side .order-summary-box{border:1px solid rgba(var(--border-color),1);border-radius:8px;padding:18px;background-color:rgba(var(--background),0.55)}.checkout-section .right-side .order-summary-box .product-summary-list .order-item{display:flex;align-items:center;gap:15px}.checkout-section .right-side .order-summary-box .product-summary-list .order-item+.order-item{padding-top:12px;margin-top:12px;border-top:1px solid rgba(var(--border-color),1)}.checkout-section .right-side .order-summary-box .product-summary-list .order-item .item-img{width:94px;height:94px;position:relative;border:1px solid rgba(var(--border-color),1);border-radius:5px;padding:12px;background-color:rgba(var(--white),1);overflow:hidden;z-index:0}.checkout-section .right-side .order-summary-box .product-summary-list .order-item .item-img::before{background:linear-gradient(174deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 60%);z-index:-1;opacity:0.2}.checkout-section .right-side .order-summary-box .product-summary-list .order-item .item-img .badge{position:absolute;top:-8px;right:-8px;line-height:1;padding:0;font-size:34px;font-weight:normal;color:rgba(var(--primary-color),1);opacity:0.15}.checkout-section .right-side .order-summary-box .product-summary-list .order-item .item-details{flex:1}.checkout-section .right-side .order-summary-box .product-summary-list .order-item .item-details h6{font-size:18px;font-weight:600;margin-bottom:2px;color:rgba(var(--title-color),1)}.checkout-section .right-side .order-summary-box .product-summary-list .order-item .item-details p{font-size:15px;color:#777;margin:0;font-weight:500}.checkout-section .right-side .order-summary-box .product-summary-list .order-item .item-price{font-size:20px;font-weight:600;color:#333}.checkout-section .right-side .order-summary-box .summary-list{list-style:none;padding:0;margin:20px 0;border-block:1px solid rgba(var(--border-color),1);padding-block:20px}.checkout-section .right-side .order-summary-box .summary-list li{display:flex;justify-content:space-between;font-size:14px;color:rgba(var(--title-color),0.9)}.checkout-section .right-side .order-summary-box .summary-list li+li{margin-top:12px}.checkout-section .right-side .order-summary-box .summary-list li span{color:rgba(var(--title-color),0.6);font-size:18px}.checkout-section .right-side .order-summary-box .summary-list li span:last-child{font-weight:500;color:rgba(var(--title-color),0.9)}.checkout-section .right-side .order-summary-box .summary-list li.total{margin-block:15px 0;padding-top:15px;border-top:1px solid rgba(var(--border-color),1);font-size:20px;font-weight:700;color:rgba(var(--title-color),1)}.checkout-section .right-side .order-summary-box .summary-list li.total span{font-size:22px;font-weight:600;color:rgba(var(--title-color),1)}.checkout-section .right-side .order-summary-box .summary-list li.total span:last-child{color:rgba(var(--primary-color),1)}.about-section .about-img img{border-radius:calc(10px + 10 * (100vw - 320px) / 1600);object-fit:cover}@media (max-width:1199.98px){.about-section .about-img img{width:100%}}.about-section .lg-img{aspect-ratio:91/100;width:450px}.about-section .sm-img{aspect-ratio:173/100;width:295px}.about-section .md-img{aspect-ratio:181/100;width:400px}.about-section .about-detail{position:relative}.about-section .about-detail>p{font-size:calc(14px + 4 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-top:calc(0 + 13 * (100vw - 320px) / 1600);font-weight:400}.about-section .about-detail>.btn{margin-top:calc(10px + 12 * (100vw - 320px) / 1600);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(16px + 4 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.3px;border-radius:calc(7px + 3 * (100vw - 320px) / 1600)}.about-section .about-detail .arrow-container{position:absolute;transform:scale(-1) rotate(4deg);bottom:28px;left:276px;width:84px}[dir=rtl] .about-section .about-detail .arrow-container{left:unset;right:276px;transform:scaleX(-1) rotate(190deg)}.about-section .shoes-detail-box{position:absolute;top:unset;left:unset;bottom:0;right:0;z-index:1;gap:20px;padding:5px 5px 5px 20px;border-radius:100px;min-width:290px;backdrop-filter:blur(5px);background-color:rgba(var(--white),0.1);border:2px solid rgba(var(--white),1);width:auto;box-shadow:0 0 20px 0 rgba(115,97,81,0.1019607843);object-fit:cover;display:inline-flex;align-items:center}[dir=rtl] .about-section .shoes-detail-box{right:unset;left:0}.about-section .shoes-detail-box .shoes-img-box{width:110px;height:110px;display:flex;align-items:center;justify-content:center;border-radius:100%;padding:10px;overflow:hidden;background-color:rgba(var(--primary-color),0.3)}.about-section .shoes-detail-box .shoes-detail h5{font-size:20px;font-weight:500;letter-spacing:0.3px;color:rgba(var(--title-color),1);line-height:1.3}.about-section .shoes-detail-box .shoes-detail h6{padding-top:4px;font-weight:600;font-size:20px;color:rgba(var(--primary-color),1)}.tracking-section .tracking-steps{margin-bottom:calc(20px + 20 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);padding:calc(15px + 15 * (100vw - 320px) / 1600);border-radius:12px;box-shadow:0 4px 20px rgba(var(--title-color),0.05)}.tracking-section .tracking-steps .tracking-steps-list{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.tracking-section .tracking-steps .tracking-steps-list::before{content:"";position:absolute;top:calc(18px + 7 * (100vw - 575px) / 1345);left:0;width:100%;height:2px;background-color:rgba(var(--border-color),1);z-index:-1}@media (max-width:575.98px){.tracking-section .tracking-steps .tracking-steps-list::before{width:2px;height:100%;top:0;left:18px}[dir=rtl] .tracking-section .tracking-steps .tracking-steps-list::before{left:unset;right:18px}}@media (max-width:575.98px){.tracking-section .tracking-steps .tracking-steps-list{gap:30px;flex-direction:column;align-items:flex-start}}.tracking-section .tracking-steps .tracking-steps-list li{text-align:center;position:relative;flex:1}@media (max-width:575.98px){.tracking-section .tracking-steps .tracking-steps-list li{display:flex;align-items:center;gap:calc(10px + 5 * (100vw - 320px) / 256);text-align:left}}.tracking-section .tracking-steps .tracking-steps-list li .step-box{width:calc(40px + 10 * (100vw - 575px) / 1345);height:calc(40px + 10 * (100vw - 575px) / 1345);background-color:rgba(var(--white),1);border:2px solid rgba(var(--border-color),1);border-radius:100%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;transition:all 0.2s ease-in-out;color:rgba(var(--title-color),0.4)}.tracking-section .tracking-steps .tracking-steps-list li .step-box i{font-size:calc(18px + 4 * (100vw - 575px) / 1345)}@media (max-width:575.98px){.tracking-section .tracking-steps .tracking-steps-list li .step-box{margin:0;width:40px;height:40px}.tracking-section .tracking-steps .tracking-steps-list li .step-box i{font-size:18px}}.tracking-section .tracking-steps .tracking-steps-list li h6{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),0.3);transition:all 0.2s ease-in-out}.tracking-section .tracking-steps .tracking-steps-list li .step-time{display:block;font-size:calc(13px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),0.6);margin-top:calc(2px + 1 * (100vw - 320px) / 1600);font-weight:400;transition:all 0.2s ease-in-out}@media (max-width:575.98px){.tracking-section .tracking-steps .tracking-steps-list li .step-time{margin:0}}.tracking-section .tracking-steps .tracking-steps-list li.active::after{content:"";position:absolute;top:calc(18px + 7 * (100vw - 575px) / 1345);left:0;width:50%;height:2px;background-color:rgba(var(--primary-color),1);z-index:-1;animation:slideIn 0.5s ease-out forwards}[dir=rtl] .tracking-section .tracking-steps .tracking-steps-list li.active::after{left:unset;right:0}@media (max-width:575.98px){.tracking-section .tracking-steps .tracking-steps-list li.active::after{display:none}}.tracking-section .tracking-steps .tracking-steps-list li.active .step-box{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff;box-shadow:0 0 20px rgba(var(--primary-color),0.4);animation:pulse-primary-color 2s infinite}.tracking-section .tracking-steps .tracking-steps-list li.active h6{color:rgba(var(--primary-color),1);font-weight:700;text-transform:uppercase;letter-spacing:0.5px}.tracking-section .tracking-steps .tracking-steps-list li.active .step-time{color:rgba(var(--primary-color),0.8);font-weight:500}.tracking-section .tracking-steps .tracking-steps-list li.complete::after{content:"";position:absolute;top:calc(18px + 7 * (100vw - 575px) / 1345);left:0;width:100%;height:2px;background-color:rgba(var(--primary-color),1);z-index:-1}@media (max-width:575.98px){.tracking-section .tracking-steps .tracking-steps-list li.complete::after{display:none}}.tracking-section .tracking-steps .tracking-steps-list li.complete::before{content:"";position:absolute;top:calc(18px + 7 * (100vw - 575px) / 1345);left:0;width:50%;height:2px;background-color:rgba(var(--primary-color),1);z-index:-1}@media (max-width:575.98px){.tracking-section .tracking-steps .tracking-steps-list li.complete::before{width:2px;height:calc(100% + 30px);top:0;left:18px}[dir=rtl] .tracking-section .tracking-steps .tracking-steps-list li.complete::before{left:unset;right:18px}}.tracking-section .tracking-steps .tracking-steps-list li.complete .step-box{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff}.tracking-section .tracking-steps .tracking-steps-list li.complete h6{color:rgba(var(--primary-color),0.9)}.tracking-section .tracking-steps .tracking-steps-list li.complete .step-time{color:rgba(var(--content-color),1)}.tracking-section .tacking-left-box{background-color:rgba(var(--white),1);box-shadow:0 4px 20px rgba(var(--title-color),0.05);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);overflow:hidden}.tracking-section .tracking-right-box{position:sticky;top:70px;left:0}.tracking-section .tracking-right-box .price-details,.tracking-section .tracking-right-box .order-details,.tracking-section .tracking-right-box .payment-details{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),0.5);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(var(--title-color),0.05);padding:calc(15px + 10 * (100vw - 320px) / 1600)}.tracking-section .tracking-right-box .price-details{border:1px solid rgba(var(--border-color),1);border-radius:8px;overflow:hidden}.tracking-section .tracking-right-box .price-details .order-title{padding:calc(12px + 6 * (100vw - 320px) / 1600);margin:0;border-bottom:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1)}.tracking-section .tracking-right-box .price-details .order-title h4{font-size:calc(18px + 4 * (100vw - 320px) / 1600);font-weight:500;display:flex;align-items:center;justify-content:space-between}.tracking-section .tracking-right-box .price-details .order-title h4 span{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:400}.tracking-section .tracking-right-box .price-details .order-details-box{padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);display:grid;gap:calc(2px + 3 * (100vw - 320px) / 1600)}.tracking-section .tracking-right-box .price-details .order-details-box li{font-size:calc(15px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.75);gap:calc(2px + 8 * (100vw - 320px) / 1600);flex-wrap:wrap;display:flex;align-items:center;justify-content:space-between}.tracking-section .tracking-right-box .price-details .order-details-box li span{color:rgba(var(--title-color),0.8);font-weight:500;font-size:inherit}.tracking-section .tracking-right-box .price-details .order-details-box li span.txt-danger-color{color:rgba(var(--error),1)}.tracking-section .tracking-right-box .price-details .order-details-box li.total-price{font-weight:600;color:rgba(var(--title-color),1);padding:0;font-size:calc(16px + 3 * (100vw - 320px) / 1600);border:none}.tracking-section .tracking-right-box .price-details .order-details-box p{color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400}.tracking-section .tracking-right-box .price-details .total-price{padding:12px 15px;border-top:1px solid rgba(var(--border-color),1)}.tracking-section .tracking-right-box .price-details .total-price h5{font-size:calc(18px + 3 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between}.tracking-section .tracking-right-box .price-details .total-price h5 span{font-weight:600;font-size:inherit;color:rgba(var(--primary-color),1)}.tracking-section .order-tracking-table{width:100%}.tracking-section .order-tracking-table thead tr th{color:rgba(var(--title-color),1);font-size:calc(18px + 2 * (100vw - 320px) / 1600);padding:calc(10px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);font-weight:500;border-bottom:1px solid rgba(var(--border-color),1);text-align:center}.tracking-section .order-tracking-table thead tr th:first-child{text-align:left;max-width:250px}[dir=rtl] .tracking-section .order-tracking-table thead tr th:first-child{text-align:right}.tracking-section .order-tracking-table tr:last-child td{border-bottom:0}.tracking-section .order-tracking-table tr td{color:rgba(var(--title-color),1);padding:calc(10px + 4 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1);font-size:calc(16px + 2 * (100vw - 320px) / 1600);vertical-align:middle;text-align:center;font-weight:500}.tracking-section .order-tracking-table tr td:first-child{max-width:250px;min-width:250px;width:250px}.tracking-section .order-tracking-table tr td .tracking-order-box{display:flex;gap:calc(8px + 2 * (100vw - 320px) / 1600)}.tracking-section .order-tracking-table tr td .tracking-order-box h4{text-align:left;color:rgba(var(--title-color),1);font-weight:500;font-size:calc(16px + 2 * (100vw - 320px) / 1600)}[dir=rtl] .tracking-section .order-tracking-table tr td .tracking-order-box h4{text-align:right}.tracking-section .order-tracking-table tr td .tracking-order-box span{color:rgba(var(--title-color),0.8);font-weight:400;margin-top:2px}.tracking-section .order-tracking-table tr td .tracking-order-box .tracking-product-details{width:calc(100% - (74px + 6 * (100vw - 320px) / 1600) - (8px + 2 * (100vw - 320px) / 1600))}.tracking-section .order-tracking-table tr td .tracking-order-box .order-images{background-color:rgba(var(--background),1);padding:calc(6px + 2 * (100vw - 320px) / 1600);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);width:calc(74px + 6 * (100vw - 320px) / 1600);height:calc(74px + 6 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),0.5);display:flex;align-items:center;justify-content:center}.tracking-section .order-tracking-table tr td .tracking-order-box .order-list{display:grid;padding-top:calc(4px + 4 * (100vw - 320px) / 1600);gap:1px}.tracking-section .order-tracking-table tr td .tracking-order-box .order-list li{font-size:calc(14px + 2 * (100vw - 320px) / 1600);width:100%;gap:calc(3px + 2 * (100vw - 320px) / 1600);line-height:1.4;color:rgba(var(--title-color),0.6);display:flex;align-items:center}@media (max-width:575.98px){.tracking-section .order-tracking-table tr td .tracking-order-box .order-list li{line-height:1}}.tracking-section .order-tracking-table tr td .tracking-order-box .order-list li span{font-weight:500;margin:0;color:rgba(var(--title-color),0.8)}.tracking-section .order-tracking-table .price{font-weight:500;color:rgba(var(--title-color),1);gap:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.tracking-section .order-tracking-table .price .del-price{color:rgba(var(--error),1);opacity:0.8;font-size:calc(15px + 3 * (100vw - 320px) / 1600)}.order-title{margin-bottom:calc(6px + 4 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1);padding-bottom:calc(6px + 4 * (100vw - 320px) / 1600)}.order-title h4{font-size:calc(18px + 4 * (100vw - 320px) / 1600);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);font-weight:500}.order-details .order-details-box{padding:calc(10px + 6 * (100vw - 320px) / 1600) 0 0;display:grid;gap:calc(10px + 4 * (100vw - 320px) / 1600)}.order-details .order-details-box li{display:flex;align-items:center;gap:calc(6px + 2 * (100vw - 320px) / 1600)}.order-details .order-details-box li i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);line-height:1}.order-details .order-details-box li h5{line-height:1;font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:400}.order-details .address-list{padding-top:24px}.order-details .address-list .address-box{width:100%}.order-details .address-list .address-box h5{letter-spacing:calc(0.6px + 0.2 * (100vw - 320px) / 1600);font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:500}.order-details .address-list .address-box p{margin-top:calc(6px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);line-height:1.6;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.order-details .address-list .address-box p+p{margin-top:0}.order-details .address-list .address-box+.address-box{border-top:1px solid rgba(var(--border-color),1);margin-top:calc(5px + 4 * (100vw - 320px) / 1600);padding-top:calc(9px + 6 * (100vw - 320px) / 1600)}.payment-details .payment-summary{display:grid;gap:calc(6px + 4 * (100vw - 320px) / 1600)}.payment-details .payment-summary li{display:flex;align-items:center;justify-content:space-between}.payment-details .payment-summary li h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.payment-details .payment-summary li p,.payment-details .payment-summary li span{font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.payment-details .payment-summary li h4{display:flex;align-items:center;gap:calc(5px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);font-weight:400}.payment-details .payment-summary li>span{font-weight:600}.payment-details .total-price{padding:calc(10px + 7 * (100vw - 320px) / 1600) 0 0;border-top:1px solid rgba(var(--border-color),1);margin-top:calc(10px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between}.payment-details .total-price p{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:500;line-height:1.2}.payment-details .total-price span{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:600;line-height:1;color:rgba(var(--primary-color),1)}.tracking-order-header{margin-bottom:calc(20px + 10 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);padding:calc(15px + 5 * (100vw - 320px) / 1600);border-radius:12px;box-shadow:0 4px 20px rgba(var(--title-color),0.05);border:1px solid rgba(var(--border-color),0.5)}.tracking-order-header .order-id-box{display:flex;align-items:center;gap:calc(10px + 5 * (100vw - 320px) / 1600)}.tracking-order-header .order-id-box .icon-box{width:calc(42px + 8 * (100vw - 320px) / 1600);height:calc(42px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;color:rgba(var(--primary-color),1)}.tracking-order-header .order-id-box .icon-box i{font-size:calc(20px + 4 * (100vw - 320px) / 1600)}.tracking-order-header .order-id-box .order-id-content h4{font-weight:700;font-size:calc(16px + 6 * (100vw - 320px) / 1600);display:flex;align-items:center;gap:8px;color:rgba(var(--title-color),1);margin-bottom:2px}.tracking-order-header .order-id-box .order-id-content h4 span{font-weight:500;color:rgba(var(--primary-color),1);font-size:calc(14px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);padding:3px 8px;border-radius:4px}.tracking-order-header .order-id-box .order-id-content h4 .badge{font-size:calc(11px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--success-color),1);font-weight:600;padding:4px calc(6px + 4 * (100vw - 320px) / 1600);border-radius:calc(4px + 1 * (100vw - 320px) / 1600);color:#fff;text-transform:uppercase;letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600)}.tracking-order-header .order-id-box .order-id-content h5{color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;margin-top:5px}.order-success-box{background-color:rgba(var(--background),1);padding:calc(16px + 12 * (100vw - 320px) / 1600);text-align:center;border-radius:calc(6px + 4 * (100vw - 320px) / 1600)}.order-success-box .order-image{margin:0 auto calc(16px + 12 * (100vw - 320px) / 1600);width:calc(170px + 80 * (100vw - 320px) / 1600);height:auto}.order-success-box .order-image .checkmark{position:relative;padding:calc(18px + 12 * (100vw - 320px) / 1600);animation:checkmark 5s cubic-bezier(0.42,0,0.275,1.155) both;display:inline-block;transform:scale(0.8);margin:-20px}.order-success-box .order-image .checkmark__check{position:absolute;top:50%;left:50%;z-index:10;transform:translate3d(-50%,-50%,0);fill:#fff;width:48px;height:calc(28px + 8 * (100vw - 320px) / 1600)}.order-success-box .order-image .checkmark__background{fill:rgba(var(--primary-color),1);animation:rotate 35s linear both infinite;width:calc(96px + 19 * (100vw - 320px) / 1600);height:calc(96px + 19 * (100vw - 320px) / 1600)}.order-success-box .order-image .star{position:absolute;animation:grow 3s infinite;fill:rgba(var(--primary-color),1);opacity:0}.order-success-box .order-image .star:nth-child(1){left:calc(-11px + 23 * (100vw - 320px) / 1600);top:calc(88px + -72 * (100vw - 320px) / 1600);animation-delay:0.3s;width:12px;height:12px}.order-success-box .order-image .star:nth-child(2){left:calc(132px + 36 * (100vw - 320px) / 1600);top:calc(88px + -4 * (100vw - 320px) / 1600);animation-delay:0.7s;width:18px;height:18px}.order-success-box .order-image .star:nth-child(3){left:calc(21px + 11 * (100vw - 320px) / 1600);top:calc(122px + 40 * (100vw - 320px) / 1600);animation-delay:0.6s;width:10px;height:10px}.order-success-box .order-image .star:nth-child(4){left:82px;animation-delay:0.3s;top:calc(-2px + -10 * (100vw - 320px) / 1600);width:20px;height:20px}.order-success-box .order-image .star:nth-child(5){left:calc(93px + 32 * (100vw - 320px) / 1600);top:calc(122px + 40 * (100vw - 320px) / 1600);animation-delay:0.5s;width:14px;height:14px}.order-success-box .order-image .star:nth-child(6){animation-delay:0.9s;left:16px;top:16px;width:10px;height:10px}.order-success-box .order-image i{font-size:50px;color:#4ead4e}.order-success-box .order-image h2{margin-top:10px;margin-bottom:15px}.order-success-box .order-image p{font-size:18px;text-transform:capitalize}.order-success-box .order-image.order-fail i{color:rgba(var(--primary-color),1)}.order-success-box .order-contain h3{font-size:calc(22px + 8 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(2px + 4 * (100vw - 320px) / 1600)}.order-success-box .order-contain h4{font-size:calc(16px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(6px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);line-height:1.4}.order-success-box .order-contain h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);font-weight:500}.shipping-info-card{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),0.5);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(var(--title-color),0.05);padding:calc(15px + 10 * (100vw - 320px) / 1600)}.shipping-info-card .shipping-content{padding-top:15px}.shipping-info-card .shipping-content .carrier-details .carrier-box{display:flex;align-items:center;gap:calc(10px + 2 * (100vw - 320px) / 1600)}.shipping-info-card .shipping-content .carrier-details .carrier-box .carrier-icon{width:calc(44px + 6 * (100vw - 320px) / 1600);height:calc(44px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);font-size:calc(20px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.shipping-info-card .shipping-content .carrier-details .carrier-box .carrier-text h5{font-weight:500;margin-bottom:4px;font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7)}.shipping-info-card .shipping-content .carrier-details .carrier-box .carrier-text h5 span{font-weight:500;color:rgba(var(--primary-color),1);font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.shipping-info-card .shipping-content .carrier-details .carrier-box .carrier-text h6{font-weight:500;font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7)}.shipping-info-card .shipping-content .carrier-details .carrier-box .carrier-text h6 strong{font-weight:500;color:rgba(var(--primary-color),1);font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.shipping-info-card .shipping-content .carrier-delivery{display:flex;padding-top:calc(12px + 6 * (100vw - 320px) / 1600);margin-top:calc(12px + 6 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}@media (max-width:500px){.shipping-info-card .shipping-content .carrier-delivery{display:grid}}.shipping-info-card .shipping-content .carrier-delivery .expected-date{width:100%}.shipping-info-card .shipping-content .carrier-delivery .expected-date h5{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.6);letter-spacing:0.3px;margin-bottom:5px;font-weight:400}.shipping-info-card .shipping-content .carrier-delivery .expected-date h6{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--primary-color),1)}.shipping-info-card .shipping-content .carrier-delivery .shipping-address-box{width:100%;padding-left:calc(12px + 8 * (100vw - 500px) / 1420);margin-left:calc(12px + 8 * (100vw - 500px) / 1420);border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .shipping-info-card .shipping-content .carrier-delivery .shipping-address-box{padding-right:calc(12px + 8 * (100vw - 500px) / 1420);padding-left:unset;margin-right:calc(12px + 8 * (100vw - 500px) / 1420);margin-left:unset;border-right:1px solid rgba(var(--border-color),1);border-left:unset}@media (max-width:500px){.shipping-info-card .shipping-content .carrier-delivery .shipping-address-box{padding-top:calc(4px + 2 * (100vw - 320px) / 181);margin-top:calc(4px + 2 * (100vw - 320px) / 181);border-top:1px solid rgba(var(--border-color),1);padding-left:unset;margin-left:unset;border-left:unset}[dir=rtl] .shipping-info-card .shipping-content .carrier-delivery .shipping-address-box{padding-right:unset;margin-right:unset;border-right:unset}}.shipping-info-card .shipping-content .carrier-delivery .shipping-address-box h5{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.6);letter-spacing:0.3px;margin-bottom:5px;font-weight:400}.shipping-info-card .shipping-content .carrier-delivery .shipping-address-box p{line-height:1.4;font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--primary-color),1)}.help-section.premium-card{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),0.5);border-radius:12px;overflow:hidden;position:relative;padding:calc(20px + 10 * (100vw - 320px) / 1600);box-shadow:0 10px 30px rgba(var(--title-color),0.05)}.help-section.premium-card .help-bg-accent{position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle,rgba(var(--primary-color),0.05) 0%,transparent 70%);border-radius:100%;transform:translate(30%,-30%);z-index:1}.help-section.premium-card .help-content{position:relative;z-index:2;text-align:center;padding-top:0}.help-section.premium-card .help-content .help-icon-box{width:calc(52px + 8 * (100vw - 320px) / 1600);height:calc(52px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);color:#fff;border-radius:100%;display:flex;align-items:center;justify-content:center;font-size:calc(24px + 4 * (100vw - 320px) / 1600);margin:0 auto calc(14px + 6 * (100vw - 320px) / 1600);box-shadow:0 calc(2px + 6 * (100vw - 320px) / 1600) 20px rgba(var(--primary-color),0.3)}.help-section.premium-card .help-content .help-icon-box i{line-height:1}.help-section.premium-card .help-content .help-text{margin-bottom:calc(12px + 13 * (100vw - 320px) / 1600)}.help-section.premium-card .help-content .help-text h4{font-size:calc(18px + 4 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:4px;color:rgba(var(--title-color),1)}.help-section.premium-card .help-content .help-text p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);line-height:1.5}.help-section.premium-card .help-content .help-action-btns{gap:calc(8px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.help-section.premium-card .help-content .help-action-btns .help-btn{background-color:rgba(var(--primary-color),1);color:#fff;font-weight:600;padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);gap:calc(4px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--primary-color),1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px;transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center}.help-section.premium-card .help-content .help-action-btns .help-btn::after,.help-section.premium-card .help-content .help-action-btns .help-btn::before{content:none}.help-section.premium-card .help-content .help-action-btns .help-btn i{font-size:18px;line-height:1;font-weight:normal}.help-section.premium-card .help-content .help-action-btns .help-btn:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.help-section.premium-card .help-content .help-action-btns .help-btn-outline{background-color:transparent;color:rgba(var(--primary-color),1);font-weight:500;font-size:calc(14px + 2 * (100vw - 320px) / 1600);padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out;border:1px solid rgba(var(--primary-color),1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px}.help-section.premium-card .help-content .help-action-btns .help-btn-outline::after,.help-section.premium-card .help-content .help-action-btns .help-btn-outline::before{content:none}.help-section.premium-card .help-content .help-action-btns .help-btn-outline:hover{color:#fff;background-color:rgba(var(--primary-color),1)}.wishlist-section .product-box .product-img-box .option-box li.toggle-img{background-color:rgba(var(--primary-color),1);color:#fff}.wishlist-section .product-box .product-img-box .option-box li.toggle-img i{color:#fff}.wishlist-section .wishlist-table{border:1px solid rgba(var(--border-color),1);border-radius:8px;overflow:hidden}.wishlist-section .wishlist-table thead{background-color:rgba(var(--background),1)}.wishlist-section .wishlist-table thead th{border:none;padding:15px 20px;color:rgba(var(--title-color),1);font-weight:600;white-space:nowrap}.wishlist-section .wishlist-table tbody tr{border-bottom:1px solid rgba(var(--border-color),1)}.wishlist-section .wishlist-table tbody tr:last-child{border-bottom:none}.wishlist-section .wishlist-table tbody tr td{padding:15px 20px;vertical-align:middle}.wishlist-section .wishlist-table tbody tr td.product-detail{min-width:300px}.wishlist-section .wishlist-table tbody tr td.product-detail .product-img{width:80px;height:80px;object-fit:contain;background-color:rgba(var(--background),1);padding:10px;border-radius:5px;margin-right:15px;float:left}.wishlist-section .wishlist-table tbody tr td.product-detail .details{overflow:hidden}.wishlist-section .wishlist-table tbody tr td.product-detail .details h6{font-size:16px;margin-bottom:5px;color:rgba(var(--title-color),1)}.wishlist-section .wishlist-table tbody tr td.product-detail .details span{font-size:14px;color:rgba(var(--content-color),1)}.wishlist-section .wishlist-table tbody tr td.price h5{font-size:16px;font-weight:600;color:rgba(var(--title-color),1)}.wishlist-section .wishlist-table tbody tr td.stock-status span{font-size:14px;padding:5px 10px;border-radius:30px}.wishlist-section .wishlist-table tbody tr td.stock-status span.in-stock{color:#0da487;background-color:rgba(13,164,135,0.1)}.wishlist-section .wishlist-table tbody tr td.stock-status span.out-stock{color:#ff4f4f;background-color:rgba(255,79,79,0.1)}.wishlist-section .wishlist-table tbody tr td.action .btn{padding:8px 15px;font-size:14px}.wishlist-section .wishlist-table tbody tr td.action .remove-btn{color:#ff4f4f;font-size:18px;margin-left:10px}.error-section{position:relative}.error-section .error-content{text-align:center;margin-top:calc(48px + 14 * (100vw - 320px) / 1600)}.error-section .error-content .error-img{position:relative;z-index:0;display:flex;align-items:center;justify-content:center}.error-section .error-content .error-img img{filter:drop-shadow(0 20px 40px rgba(var(--title-color),0.15));width:50%}@media (max-width:480px){.error-section .error-content .error-img img{width:68%}}.error-section .error-content .error-img .error-bg-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:calc(150px + 350 * (100vw - 320px) / 1600);font-weight:800;color:rgba(var(--primary-color),0.05);z-index:-1;line-height:0.8;user-select:none;margin-bottom:0;animation:error-float 6s ease-in-out infinite}.error-section .error-content .error-text{z-index:1;position:relative;margin:calc(56px + 24 * (100vw - 320px) / 1600) auto 0;width:65%}@media (max-width:1238.98px){.error-section .error-content .error-text{width:90%}}@media (max-width:767.98px){.error-section .error-content .error-text{width:100%}}.error-section .error-content .error-text h3{font-size:calc(32px + 16 * (100vw - 320px) / 1600);font-weight:600;font-family:var(--play);margin-bottom:calc(8px + 7 * (100vw - 320px) / 1600)}.error-section .error-content .error-text p{font-size:calc(16px + 4 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:calc(14px + 21 * (100vw - 320px) / 1600)}.error-section .error-content .error-text .error-buttons{gap:calc(10px + 10 * (100vw - 320px) / 1600);flex-wrap:wrap;display:flex;align-items:center;justify-content:center}.error-section .error-content .error-text .error-buttons .btn{padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 12 * (100vw - 320px) / 1600);gap:calc(4px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;transition:all 0.3s ease-in-out}.error-section .error-content .error-text .error-buttons .btn i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.error-section .error-content .error-text .error-buttons .btn.btn-outline{border:1px solid rgba(var(--primary-color),1);color:rgba(var(--primary-color),1);background-color:transparent}.error-section .error-content .error-text .error-buttons .btn.btn-outline::after,.error-section .error-content .error-text .error-buttons .btn.btn-outline::before{content:none}.error-section .error-content .error-text .error-buttons .btn.btn-outline:hover{background-color:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.faq-section{position:relative;z-index:1}.faq-section .border-end{border-color:rgba(var(--border-color),1)!important}@media (max-width:991.98px){.faq-section .border-end{border-right:unset!important;border-bottom:1px solid rgba(var(--border-color),1)!important;padding-bottom:var(--bs-gutter-y);margin-bottom:var(--bs-gutter-y)}.faq-section .border-end~div{margin-top:0}}.faq-section .hero-content{width:45%;margin-inline:auto;text-align:center;margin-bottom:calc(24px + 40 * (100vw - 320px) / 1600)}@media (max-width:1399.98px){.faq-section .hero-content{width:62%}}@media (max-width:991.98px){.faq-section .hero-content{width:100%}}.faq-section .hero-content h2{font-size:calc(30px + 18 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1);margin-bottom:calc(8px + 4 * (100vw - 320px) / 1600);text-transform:capitalize;font-family:var(--play)}.faq-section .hero-content h2 span{font-style:italic;font-weight:inherit;font-size:inherit;color:inherit}.faq-section .hero-content p{font-size:calc(15px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.6);line-height:1.6}@media (max-width:575.98px){.faq-section .hero-content p{line-height:1.5}}.faq-section .section-title-center{text-align:center;margin-bottom:50px}.faq-section .section-title-center h2{font-family:var(--play)}.faq-section .section-title-center p{width:50%;margin:0 auto;color:rgba(var(--content-color),1);margin-top:10px;line-height:1.6;font-size:calc(16px + 2 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.faq-section .section-title-center p{width:100%}}@media (max-width:767.98px){.faq-section .section-title-center p{line-height:1.4}}.faq-section .faq-sidebar{position:sticky;top:10px}.faq-section .faq-sidebar .faq-header{margin-bottom:19px}.faq-section .faq-sidebar .faq-header h5{background-color:rgba(var(--primary-color),0.08);display:inline-block;padding:12px 17px;color:rgba(var(--primary-color),1);border-radius:5px;font-size:17px;line-height:1;letter-spacing:0.3px}.faq-section .faq-sidebar .nav-tabs{border:none;gap:calc(10px + 4 * (100vw - 320px) / 1600)}.faq-section .faq-sidebar .nav-tabs .nav-item{width:100%}.faq-section .faq-sidebar .nav-tabs .nav-item .nav-link{margin-bottom:0;width:100%;border:1px solid rgba(var(--border-color),1);border-radius:calc(6px + 3 * (100vw - 320px) / 1600);padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.4);color:rgba(var(--title-color),0.7);font-weight:400;font-size:calc(16px + 3 * (100vw - 320px) / 1600);position:relative;z-index:0;overflow:hidden;display:flex;align-items:center;justify-content:space-between;transition:all 0.2s ease-in-out}.faq-section .faq-sidebar .nav-tabs .nav-item .nav-link::before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:0;height:100%;background:linear-gradient(90deg,rgba(var(--primary-color),0.06) 0%,rgba(var(--primary-color),0) 100%);z-index:-1;transition:all 0.2s ease-in-out}[dir=rtl] .faq-section .faq-sidebar .nav-tabs .nav-item .nav-link::before{left:unset;right:0;background:linear-gradient(-90deg,rgba(var(--primary-color),0.06) 0%,rgba(var(--primary-color),0) 100%)}.faq-section .faq-sidebar .nav-tabs .nav-item .nav-link i{line-height:1;font-size:20px;font-weight:normal;transition:transform 0.2s ease-in-out}.faq-section .faq-sidebar .nav-tabs .nav-item .nav-link.active{font-weight:600;color:rgba(var(--primary-color),1);background-color:transparent}.faq-section .faq-sidebar .nav-tabs .nav-item .nav-link.active::before{width:100%}.faq-section .accordion{display:grid;gap:calc(12px + 3 * (100vw - 320px) / 1600)}.faq-section .accordion .accordion-item{border-radius:calc(10px + 2 * (100vw - 320px) / 1600);overflow:hidden;border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1)}.faq-section .accordion .accordion-item:has(.accordion-button:not(.collapsed)){border-color:rgba(var(--primary-color),1)}.faq-section .accordion .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body{background-color:rgba(var(--white),1)}.faq-section .accordion .accordion-item .accordion-header .accordion-button{background-color:transparent;padding:calc(12px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);border-radius:0;box-shadow:none;color:rgba(var(--title-color),0.7);font-weight:400;font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){font-weight:500;background-color:rgba(var(--white),1);color:rgba(var(--primary-color),1)}.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{color:rgba(var(--primary-color),1)}.faq-section .accordion .accordion-item .accordion-header .accordion-button::after{content:"\ea78";font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased;border:none;width:auto;height:auto;background:none;font-size:calc(20px + 2 * (100vw - 320px) / 1600);line-height:1;color:rgba(var(--title-color),0.6)}.faq-section .accordion .accordion-item .accordion-header .accordion-button:focus{box-shadow:none;border-color:rgba(var(--primary-color),0.1)}.faq-section .accordion .accordion-item .accordion-body{padding:0 calc(14px + 6 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600)}.faq-section .accordion .accordion-item .accordion-body p{color:rgba(var(--content-color),1);line-height:1.6;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.faq-section .faq-question-box{background-color:rgba(var(--title-color),0.06);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);padding:calc(14px + 8 * (100vw - 320px) / 1600) calc(16px + 14 * (100vw - 320px) / 1600);gap:calc(8px + 6 * (100vw - 320px) / 1600);margin-top:calc(28px + 22 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.faq-section .faq-question-box h3{font-size:calc(18px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px}[dir=rtl] .faq-section .faq-question-box h3 i{float:right}.faq-section .faq-question-box p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-top:calc(3px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.65)}.faq-section .faq-question-box .btn{border:1px solid rgba(var(--title-color),1);display:block;border-radius:100px}.faq-section .faq-question-box .btn::before,.faq-section .faq-question-box .btn::after{content:none}.faq-section .faq-question-box .btn:hover,.faq-section .faq-question-box .btn:active{background-color:rgba(var(--primary-color),1);color:#fff}.compare-section .compare-table-wrapper{border-radius:15px;overflow:auto;border:1px solid rgba(var(--border-color),1)}.compare-section .compare-table{margin-bottom:0;border-collapse:collapse;width:100%}.compare-section .compare-table tr:last-child td{border-bottom:0}.compare-section .compare-table tr td{padding:calc(10px + 5 * (100vw - 320px) / 1600);vertical-align:middle;text-align:center;border-bottom:1px solid rgba(var(--border-color),1);border-right:1px solid rgba(var(--border-color),1);color:rgba(var(--title-color),0.7);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;width:200px}[dir=rtl] .compare-section .compare-table tr td{border-right:unset;border-left:1px solid rgba(var(--border-color),1)}.compare-section .compare-table tr td:last-child{border-right:0}[dir=rtl] .compare-section .compare-table tr td:last-child{border-left:0}.compare-section .compare-table tr td.first-col{font-weight:500;color:rgba(var(--title-color),1);text-align:left;background-color:rgba(var(--background),1);white-space:nowrap;font-size:calc(15px + 3 * (100vw - 320px) / 1600);position:sticky;left:0;z-index:2}[dir=rtl] .compare-section .compare-table tr td.first-col{text-align:right}@media (max-width:991px){.compare-section .compare-table tr td.first-col{width:150px}}.compare-section .compare-table tr td.price-val{font-weight:600;color:rgba(var(--primary-color),1);font-size:calc(16px + 4 * (100vw - 320px) / 1600)}.compare-section .compare-table tr td.stock-status{color:rgba(var(--success-color),1);font-weight:500}.compare-section .compare-table tr td.out-of-stock{color:rgba(var(--error),1)}.compare-section .compare-table tr:first-child td{vertical-align:top}.compare-section .compare-product-card .compare-img-wrap{position:relative;background-color:rgba(var(--background),1);padding:calc(10px + 10 * (100vw - 320px) / 1600);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600);width:calc(190px + 96 * (100vw - 320px) / 1600);height:calc(172px + 48 * (100vw - 320px) / 1600);border:1px solid transparent;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease-in-out}.compare-section .compare-product-card .compare-img-wrap:hover img{transform:scale(1.05)}.compare-section .compare-product-card .compare-img-wrap a{width:100px}.compare-section .compare-product-card .compare-img-wrap img{transition:all 0.3s ease-in-out}.compare-section .compare-product-card .compare-img-wrap .close-btn{position:absolute;top:calc(6px + 4 * (100vw - 320px) / 1600);right:calc(6px + 4 * (100vw - 320px) / 1600);width:calc(26px + 4 * (100vw - 320px) / 1600);height:calc(26px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(var(--error),1);transition:all 0.3s ease-in-out;padding:0;z-index:1}.compare-section .compare-product-card .compare-img-wrap .close-btn:hover{background-color:rgba(var(--error),1);color:#fff;border-color:rgba(var(--error),1)}.compare-section .compare-product-card .compare-img-wrap .close-btn i{font-size:calc(16px + 2 * (100vw - 320px) / 1600);line-height:1}.compare-section .compare-product-card .compare-content .product-name a{font-size:calc(16px + 4 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1);line-height:1.4;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;transition:all 0.3s ease-in-out}.compare-section .compare-product-card .compare-content .product-name a:hover{color:rgba(var(--primary-color),1)}.compare-section .compare-product-card .compare-content a{letter-spacing:0.3px}.compare-section .rating{display:grid;gap:5px}.compare-section .rating .rating-list{display:flex;justify-content:center;gap:calc(1px + 1 * (100vw - 320px) / 1600);padding:0;margin:0}.compare-section .rating .rating-list li{line-height:1}.compare-section .rating .rating-list li i{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--star),1)}.compare-section .rating span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);font-weight:400;margin-top:calc(1px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px}.about-intro{padding-top:80px}.about-intro .about-img-wrap{position:relative;margin-right:26px;aspect-ratio:6/5}[dir=rtl] .about-intro .about-img-wrap{margin-left:26px;margin-right:unset}@media (max-width:991.98px){.about-intro .about-img-wrap{width:100%;height:390px;margin:0;aspect-ratio:unset}[dir=rtl] .about-intro .about-img-wrap{margin:0}}.about-intro .about-img-wrap .main-img{border-radius:calc(12px + 8 * (100vw - 320px) / 1600);box-shadow:-14px 14px 10px 0 rgba(var(--primary-color),0.4);object-position:bottom}[dir=rtl] .about-intro .about-img-wrap .main-img{box-shadow:14px 14px 10px 0 rgba(var(--primary-color),0.4)}.about-intro .about-img-wrap .quote-box{position:absolute;top:40px;right:-26px;background-color:rgba(var(--white),1);padding:calc(16px + 6 * (100vw - 320px) / 1600) calc(16px + 10 * (100vw - 320px) / 1600);max-width:250px;box-shadow:0 10px 30px rgba(var(--title-color),0.09);border-radius:5px}[dir=rtl] .about-intro .about-img-wrap .quote-box{right:unset;left:-26px}@media (max-width:991.98px){.about-intro .about-img-wrap .quote-box{background-color:rgba(var(--white),0.35);backdrop-filter:blur(6px);top:unset;max-width:unset;bottom:calc(6px + 4 * (100vw - 320px) / 672);width:calc(100% - (12px + 8 * (100vw - 320px) / 672));right:unset;border-radius:calc(8px + 6 * (100vw - 320px) / 672);left:50%;transform:translateX(-50%)}[dir=rtl] .about-intro .about-img-wrap .quote-box{left:50%}}.about-intro .about-img-wrap .quote-box .quote-text{font-family:var(--play);font-style:italic;font-size:18px;color:rgba(var(--title-color),1);margin-bottom:12px;margin-top:-5px;line-height:1.5}@media (max-width:991.98px){.about-intro .about-img-wrap .quote-box .quote-text{color:rgba(var(--white),1)}}.about-intro .about-img-wrap .quote-box .author{font-size:14px;font-weight:600;margin-bottom:-3px;letter-spacing:0.6px;color:rgba(var(--content-color),1);display:block;position:relative;padding-top:15px}@media (max-width:991.98px){.about-intro .about-img-wrap .quote-box .author{color:rgba(var(--white),0.6)}}.about-intro .about-img-wrap .quote-box .author:before{display:flex;align-items:center;justify-content:center;top:0;left:0;width:30px;height:2px;background-color:rgba(var(--border-color),1)}[dir=rtl] .about-intro .about-img-wrap .quote-box .author:before{left:unset;right:0}.about-intro .about-content{padding-left:20px}[dir=rtl] .about-intro .about-content{padding-left:unset;padding-right:20px}@media (max-width:991.98px){.about-intro .about-content{padding:0}[dir=rtl] .about-intro .about-content{padding:0}}.about-intro .about-content .subtitle{font-size:calc(13px + 1 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:0.6px;color:rgba(var(--primary-color),1);margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);display:block}.about-intro .about-content .title{font-family:var(--play);font-size:calc(25px + 17 * (100vw - 320px) / 1600);font-weight:700;margin-bottom:calc(10px + 26 * (100vw - 320px) / 1600);padding:0;color:rgba(var(--title-color),1);line-height:1.2}.about-intro .about-content .desc{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:calc(12px + 12 * (100vw - 320px) / 1600);line-height:1.5}.about-intro .about-content .feature-item+.feature-item{margin-top:calc(10px + 8 * (100vw - 320px) / 1600)}.about-intro .about-content .feature-item h3{font-family:var(--play);font-size:calc(22px + 4 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600)}.about-intro .about-content .feature-item p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:0}.about-intro .about-content .theme-btn{background-color:rgba(var(--primary-color),1);color:#fff;border:1px solid rgba(var(--primary-color),1);padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);letter-spacing:0.5px;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);margin-top:calc(18px + 18 * (100vw - 320px) / 1600);width:max-content}.about-intro .about-content .theme-btn::before,.about-intro .about-content .theme-btn::after{content:none}.about-intro .about-content .theme-btn:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.stats-section .stat-box{text-align:center}@media (max-width:767.98px){.stats-section .stat-box{border-right:none}}.stats-section .stat-box h3{font-size:calc(28px + 22 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--primary-color),1)}.stats-section .stat-box p{font-size:calc(16px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);font-family:var(--play);font-weight:500}.stats-section .row>div{position:relative}.stats-section .row>div+div::before{content:"";position:absolute;left:-1px;top:50%;transform:translateY(-50%);width:1px;height:calc(100% - 14px);background-color:rgba(var(--border-color),1)}[dir=rtl] .stats-section .row>div+div::before{left:unset;right:-1px}.video-cta-section{position:relative}.video-cta-section .video-cta-bg{position:relative;background-attachment:fixed;overflow:hidden;margin-inline:15px;border-radius:10px}.video-cta-section .video-cta-bg .video-cta-content{position:relative;text-align:center;max-width:700px;margin:0 auto;color:#fff;padding:calc(15px + 30 * (100vw - 320px) / 1600);backdrop-filter:blur(5px);background-color:rgba(35,35,35,0.25);border-radius:14px}@media (max-width:767.98px){.video-cta-section .video-cta-bg .video-cta-content{max-width:100%;width:calc(100% - (14px + 16 * (100vw - 320px) / 1600))}}.video-cta-section .video-cta-bg .video-cta-content .subtitle{font-size:14px;font-weight:700;letter-spacing:0.8px;margin-bottom:7px;display:block;color:#fff}.video-cta-section .video-cta-bg .video-cta-content h2{font-family:var(--play);font-size:calc(22px + 18 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(8px + 4 * (100vw - 320px) / 1600);line-height:1.3;color:#fff}.video-cta-section .video-cta-bg .video-cta-content p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(14px + 16 * (100vw - 320px) / 1600);color:rgba(255,255,255,0.8)}.video-cta-section .video-cta-bg .video-cta-content .theme-btn{background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(10px + 4 * (100vw - 320px) / 1600);font-size:calc(15px + 1 * (100vw - 320px) / 1600);letter-spacing:0.8px;border:none;width:100%}.service-cards-section .service-card{padding:calc(16px + 14 * (100vw - 320px) / 1600);height:100%;border-radius:calc(10px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),0.5);background-color:rgba(var(--background),0.5);position:relative;overflow:hidden;z-index:0;transition:all 0.3s ease-in-out}.service-cards-section .service-card:hover{background-color:rgba(var(--background),0.8);transform:translateY(-3px)}.service-cards-section .service-card:hover .icon-box{transform:rotate(7deg);top:-18px;right:-20px;color:rgba(var(--primary-color),0.1)}[dir=rtl] .service-cards-section .service-card:hover .icon-box{right:unset;left:-20px}.service-cards-section .service-card .icon-box{transition:all 0.3s ease-in-out;color:rgba(var(--primary-color),0.06);font-size:calc(62px + 28 * (100vw - 320px) / 1600);position:absolute;top:calc(-16px + -5 * (100vw - 320px) / 1600);right:calc(-19px + -5 * (100vw - 320px) / 1600);transform:rotate(9deg);line-height:1;z-index:-1}[dir=rtl] .service-cards-section .service-card .icon-box{left:calc(-19px + -5 * (100vw - 320px) / 1600);right:unset;transform:rotate(-9deg)}.service-cards-section .service-card h3{font-family:var(--play);font-size:calc(21px + 5 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(6px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.service-cards-section .service-card p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.team-section .section-title-center{text-align:center;margin-bottom:calc(26px + 24 * (100vw - 320px) / 1600)}.team-section .section-title-center .subtitle{font-size:calc(15px + 3 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.6px;display:block}.team-section .section-title-center h2{font-family:var(--play);font-size:calc(22px + 18 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1);margin-bottom:calc(8px + 10 * (100vw - 320px) / 1600);width:40%;margin-inline:auto}@media (max-width:1550px){.team-section .section-title-center h2{width:52%}}@media (max-width:1199.98px){.team-section .section-title-center h2{width:87%}}@media (max-width:767.98px){.team-section .section-title-center h2{width:100%}}.team-section .section-title-center .title-line{width:50px;height:calc(1px + 1 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);margin:0 auto}.team-section .team-box{text-align:center;position:relative;margin-bottom:50px}@media (max-width:575.98px){.team-section .team-box{margin:0}}.team-section .team-box .team-img{overflow:hidden;border-radius:calc(8px + 6 * (100vw - 320px) / 1600);aspect-ratio:8/10;position:relative}.team-section .team-box .team-img:hover .social-list{visibility:visible;opacity:1}.team-section .team-box .team-img:hover .social-list li:first-child{animation:fadeLeftRight 400ms ease-in-out forwards}.team-section .team-box .team-img:hover .social-list li:nth-child(2){animation:fadeLeftRight 600ms ease-in-out forwards}.team-section .team-box .team-img:hover .social-list li:last-child{animation:fadeLeftRight 800ms ease-in-out forwards}[dir=rtl] .team-section .team-box .team-img:hover .social-list li{animation-name:fadeRightLeft}@media (max-width:575.98px){.team-section .team-box .team-img:hover .social-list li{animation:none!important}}.team-section .team-box .team-img img{transition:transform 0.5s ease}.team-section .team-box .team-img .social-list{display:grid;gap:calc(4px + 4 * (100vw - 320px) / 1600);position:absolute;top:calc(6px + 4 * (100vw - 320px) / 1600);right:calc(6px + 4 * (100vw - 320px) / 1600);opacity:0;visibility:hidden}[dir=rtl] .team-section .team-box .team-img .social-list{right:unset;left:calc(6px + 4 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.team-section .team-box .team-img .social-list{opacity:1;visibility:visible}}.team-section .team-box .team-img .social-list li a{color:rgba(var(--title-color),0.8);font-size:calc(14px + 4 * (100vw - 320px) / 1600);width:calc(26px + 8 * (100vw - 320px) / 1600);height:calc(26px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border-radius:100%;border:1px solid rgba(var(--border-color),0.5);box-shadow:0 10px 30px rgba(var(--title-color),0.05);display:flex;align-items:center;justify-content:center;transition:all 0.3s ease-in-out}.team-section .team-box .team-img .social-list li a:hover{color:#fff;border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),1)}.team-section .team-box .team-img .social-list li a i{line-height:1}.team-section .team-box .team-info{background-color:rgba(var(--white),1);padding:calc(10px + 4 * (100vw - 320px) / 1600);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);width:calc(100% - (10px + 10 * (100vw - 320px) / 1600));margin-inline:auto;margin-top:-23px;z-index:1;border:1px solid rgba(var(--border-color),0.5);position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);box-shadow:0 10px 30px rgba(var(--title-color),0.05)}@media (max-width:575.98px){.team-section .team-box .team-info{position:relative;inset:unset;transform:unset;margin:0;padding:calc(10px + 4 * (100vw - 320px) / 1600) 0 0;width:100%;box-shadow:none;border:none;background-color:transparent}}.team-section .team-box .team-info h3{font-size:calc(16px + 6 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px;color:rgba(var(--title-color),1)}.team-section .team-box .team-info p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:normal;color:rgba(var(--content-color),1)}.maintenance-wrapper{width:100vw;height:100vh;background-image:url(../../templates/assets/images/banner/shop-banner.jpg);background-size:cover;background-position:center;position:relative;color:#fff;overflow:auto;text-align:center;display:grid;place-items:center;padding:15px}.maintenance-wrapper::after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(35,35,35,0.6);z-index:1}.maintenance-wrapper .overlay-dotted{position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(3px)}.maintenance-wrapper .maintenance-container{position:relative;z-index:3;width:40%}@media (max-width:1250px){.maintenance-wrapper .maintenance-container{width:65%}}@media (max-width:700px){.maintenance-wrapper .maintenance-container{width:100%}}.maintenance-wrapper .maintenance-content h1{font-size:calc(38px + 16 * (100vw - 320px) / 1600);font-weight:700;margin-bottom:8px;letter-spacing:2px;color:#fff;font-family:var(--play);line-height:1.2}.maintenance-wrapper .maintenance-content p{font-size:calc(14px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(16px + 14 * (100vw - 320px) / 1600);color:rgba(255,255,255,0.95)}.maintenance-wrapper .countdown-timer{display:flex;align-items:center;justify-content:center;margin-bottom:calc(20px + 20 * (100vw - 320px) / 1600)}.maintenance-wrapper .countdown-timer .timer-item{text-align:center}.maintenance-wrapper .countdown-timer .timer-item span{display:block;font-size:calc(30px + 18 * (100vw - 320px) / 1600);font-weight:600;line-height:1;margin-bottom:7px;color:#fff}.maintenance-wrapper .countdown-timer .timer-item p{margin-bottom:0;font-size:calc(14px + 2 * (100vw - 320px) / 1600);letter-spacing:calc(0.5px + 0.3 * (100vw - 320px) / 1600);text-transform:capitalize;color:rgba(255,255,255,0.75);font-weight:500}.maintenance-wrapper .countdown-timer .timer-divider{width:1px;height:45px;margin:0 calc(12px + 14 * (100vw - 320px) / 1600);border-left:calc(1px + 1 * (100vw - 320px) / 1600) dashed rgba(255,255,255,0.4)}.maintenance-wrapper .subscribe-form{display:flex;align-items:center;justify-content:center;gap:calc(10px + 5 * (100vw - 320px) / 1600);flex-wrap:wrap}@media (max-width:575.98px){.maintenance-wrapper .subscribe-form{display:grid}}.maintenance-wrapper .subscribe-form input{background-color:transparent;color:#fff;padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(14px + 2 * (100vw - 320px) / 1600);font-size:calc(15px + 2 * (100vw - 320px) / 1600);width:50%;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(255,255,255,0.3);box-shadow:none}[dir=rtl] .maintenance-wrapper .subscribe-form input{text-align:right}@media (max-width:575.98px){.maintenance-wrapper .subscribe-form input{width:calc(100vw - 30px)}}.maintenance-wrapper .subscribe-form input::placeholder{color:rgba(255,255,255,0.5)}.maintenance-wrapper .subscribe-form .btn{color:#fff;background-color:rgba(var(--primary-color),1);border:none;cursor:pointer;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);font-size:calc(15px + 2 * (100vw - 320px) / 1600);letter-spacing:calc(0.4px + 0.4 * (100vw - 320px) / 1600);font-weight:400;transition:all 0.2s ease-in-out}.coming-soon-section{min-height:100vh;display:flex;align-items:center;padding:15px}.coming-soon-section .coming-soon-image{position:relative;min-height:calc(100vh - 30px);width:100%;overflow:hidden;border-radius:calc(14px + 16 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.coming-soon-section .coming-soon-image{min-height:unset;height:calc(360px + 140 * (100vw - 320px) / 672)}}.coming-soon-section .coming-soon-image::before{background:rgba(var(--black),0.15);z-index:1}.coming-soon-section .coming-soon-image .testimonial-box-2{z-index:2;position:absolute;bottom:calc(12px + 18 * (100vw - 320px) / 1600);width:calc(100% - (24px + 36 * (100vw - 320px) / 1600));background:rgba(255,255,255,0.08);backdrop-filter:blur(40px) saturate(200%);padding:calc(14px + 26 * (100vw - 320px) / 1600);border-radius:calc(10px + 18 * (100vw - 320px) / 1600);color:rgb(255,255,255);border:1px solid rgba(255,255,255,0.12);left:50%;transform:translateX(-50%);box-shadow:0 20px 80px rgba(var(--black),0.25),inset 0 0 0 0.5px rgba(255,255,255,0.15)}.coming-soon-section .coming-soon-image .testimonial-box-2 p{font-size:calc(18px + 5 * (100vw - 320px) / 1600);font-family:var(--play);font-style:italic;margin-bottom:calc(12px + 12 * (100vw - 320px) / 1600);line-height:1.6;color:rgba(255,255,255,0.95);letter-spacing:0.3px}.coming-soon-section .coming-soon-image .testimonial-box-2 h5{font-size:calc(18px + 4 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:3px;letter-spacing:0.5px}.coming-soon-section .coming-soon-image .testimonial-box-2 span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);display:block;color:rgba(255,255,255,0.7)}.coming-soon-section .coming-soon-image .testimonial-box-2 .swiper-pagination{margin-top:calc(16px + 10 * (100vw - 320px) / 1600);position:relative;inset:unset;gap:calc(8px + 7 * (100vw - 320px) / 1600);z-index:unset;display:flex;align-items:center}.coming-soon-section .coming-soon-image .testimonial-box-2 .swiper-pagination .swiper-pagination-bullet{background-color:rgba(255,255,255,0.2);flex:1;height:calc(2px + 2 * (100vw - 320px) / 1600);opacity:1;border-radius:100px;margin:0;position:relative;z-index:0;overflow:hidden}.coming-soon-section .coming-soon-image .testimonial-box-2 .swiper-pagination .swiper-pagination-bullet::before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:#fff}[dir=rtl] .coming-soon-section .coming-soon-image .testimonial-box-2 .swiper-pagination .swiper-pagination-bullet::before{left:unset;right:0}.coming-soon-section .coming-soon-image .testimonial-box-2 .swiper-pagination .swiper-pagination-bullet-active::before{width:100%;animation:progress 3s linear forwards}.coming-soon-section .coming-soon-content{padding:0 calc(0 + 55 * (100vw - 320px) / 1600)}.coming-soon-section .coming-soon-content .logo{margin-bottom:calc(25px + 15 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.coming-soon-section .coming-soon-content .logo{text-align:center}}.coming-soon-section .coming-soon-content .logo img{height:calc(30px + 10 * (100vw - 320px) / 1600)}.coming-soon-section .coming-soon-content .content-wrap{position:relative}@media (max-width:991.98px){.coming-soon-section .coming-soon-content .content-wrap{text-align:center}}.coming-soon-section .coming-soon-content .content-wrap h6{color:rgba(var(--primary-color),1);letter-spacing:calc(1.2px + 1.3 * (100vw - 320px) / 1600);font-weight:600;font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(1px + 1 * (100vw - 320px) / 1600);text-transform:uppercase}.coming-soon-section .coming-soon-content .content-wrap h1{font-size:calc(32px + 28 * (100vw - 320px) / 1600);font-family:var(--play);font-weight:700;margin-bottom:calc(14px + 14 * (100vw - 320px) / 1600);line-height:1.2;letter-spacing:0.5px;color:rgba(var(--title-color),1)}.coming-soon-section .coming-soon-content .content-wrap .countdown-timer{margin-bottom:calc(20px + 14 * (100vw - 320px) / 1600)}.coming-soon-section .coming-soon-content .content-wrap .countdown-timer ul{display:flex;align-items:center;padding:0;margin:0}@media (max-width:991.98px){.coming-soon-section .coming-soon-content .content-wrap .countdown-timer ul{justify-content:center}}.coming-soon-section .coming-soon-content .content-wrap .countdown-timer ul li{list-style:none;text-align:center;position:relative}.coming-soon-section .coming-soon-content .content-wrap .countdown-timer ul li+li{padding-left:calc(12px + 18 * (100vw - 320px) / 1600);margin-left:calc(12px + 18 * (100vw - 320px) / 1600)}[dir=rtl] .coming-soon-section .coming-soon-content .content-wrap .countdown-timer ul li+li{padding-right:calc(12px + 18 * (100vw - 320px) / 1600);padding-left:unset;margin-right:calc(12px + 18 * (100vw - 320px) / 1600);margin-left:unset}.coming-soon-section .coming-soon-content .content-wrap .countdown-timer ul li+li::after{content:"";position:absolute;left:-1px;top:50%;transform:translateY(-50%);width:1px;height:calc(100% - (12px + 18 * (100vw - 320px) / 1600));background-color:rgba(var(--border-color),1)}[dir=rtl] .coming-soon-section .coming-soon-content .content-wrap .countdown-timer ul li+li::after{right:-1px;left:0}.coming-soon-section .coming-soon-content .content-wrap .countdown-timer ul li span{font-size:calc(30px + 18 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--primary-color),1);display:block;line-height:1}.coming-soon-section .coming-soon-content .content-wrap .countdown-timer ul li p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);margin-top:calc(2px + 2 * (100vw - 320px) / 1600);margin-bottom:0}.coming-soon-section .coming-soon-content .content-wrap .notify-text{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);margin-bottom:calc(4px + 4 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.3px}.coming-soon-section .coming-soon-content .content-wrap .subscribe-form{display:flex;gap:calc(8px + 7 * (100vw - 320px) / 1600);margin-bottom:calc(20px + 20 * (100vw - 320px) / 1600)}.coming-soon-section .coming-soon-content .content-wrap .subscribe-form .position-relative{width:calc(100% - 120px)}.coming-soon-section .coming-soon-content .content-wrap .subscribe-form .form-control{width:100%;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600) calc(10px + 4 * (100vw - 320px) / 1600) calc(40px + 10 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1);box-shadow:none;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}[dir=rtl] .coming-soon-section .coming-soon-content .content-wrap .subscribe-form .form-control{text-align:right;padding-right:calc(40px + 10 * (100vw - 320px) / 1600);padding-left:calc(10px + 4 * (100vw - 320px) / 1600)}.coming-soon-section .coming-soon-content .content-wrap .subscribe-form .form-control::placeholder{color:rgba(var(--content-color),1)}.coming-soon-section .coming-soon-content .content-wrap .subscribe-form .form-control:focus{border-color:rgba(var(--title-color),0.1)}.coming-soon-section .coming-soon-content .content-wrap .subscribe-form .iconsax{position:absolute;left:calc(12px + 4 * (100vw - 320px) / 1600);--color:rgba(var(--content-color),1);--size:calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));top:50%;transform:translateY(-50%)}[dir=rtl] .coming-soon-section .coming-soon-content .content-wrap .subscribe-form .iconsax{left:unset;right:calc(12px + 4 * (100vw - 320px) / 1600)}.coming-soon-section .coming-soon-content .content-wrap .subscribe-form .btn-submit{padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);color:#fff;display:block;font-weight:normal;border:none;transition:all 0.2s ease-in-out}.coming-soon-section .coming-soon-content .content-wrap .subscribe-form .btn-submit:hover{background-color:rgba(var(--primary-color),0.8)}.coming-soon-section .coming-soon-content .content-wrap .social-links{margin-bottom:calc(12px + 13 * (100vw - 320px) / 1600)}.coming-soon-section .coming-soon-content .content-wrap .social-links ul{display:flex;gap:calc(6px + 4 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.coming-soon-section .coming-soon-content .content-wrap .social-links ul{justify-content:center}}.coming-soon-section .coming-soon-content .content-wrap .social-links ul li a{width:calc(34px + 11 * (100vw - 320px) / 1600);height:calc(34px + 11 * (100vw - 320px) / 1600);border-radius:100%;background-color:rgba(var(--primary-color),1);color:#fff;font-size:calc(16px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;transition:all 0.15s ease-in-out}.coming-soon-section .coming-soon-content .content-wrap .social-links ul li a i{line-height:1}.coming-soon-section .coming-soon-content .content-wrap .social-links ul li a:hover{background-color:rgba(var(--primary-color),0.8);transform:translateY(-2px)}.coming-soon-section .coming-soon-content .content-wrap .copyright{font-size:calc(14px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px;color:rgba(var(--title-color),0.7)}.coming-soon-section .coming-soon-content .content-wrap .copyright a{color:rgba(var(--primary-color),1);font-weight:500;margin-left:5px;text-decoration:underline}.contact-section .hero-content{width:45%;margin-inline:auto;text-align:center;margin-bottom:calc(24px + 40 * (100vw - 320px) / 1600)}@media (max-width:1399.98px){.contact-section .hero-content{width:62%}}@media (max-width:991.98px){.contact-section .hero-content{width:100%}}.contact-section .hero-content h1{font-size:calc(30px + 18 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1);margin-bottom:calc(8px + 4 * (100vw - 320px) / 1600);text-transform:capitalize;font-family:var(--play)}.contact-section .hero-content h1 span{font-style:italic;font-weight:inherit;font-size:inherit;color:inherit}.contact-section .hero-content p{font-size:calc(15px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.6);line-height:1.6}@media (max-width:575.98px){.contact-section .hero-content p{line-height:1.5}}.contact-section .contact-form-card{background-color:rgba(var(--background),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);padding:calc(14px + 16 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1)}.contact-section .contact-form-card h2{font-size:calc(22px + 4 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(8px + 8 * (100vw - 320px) / 1600);padding-bottom:calc(8px + 8 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1)}.contact-section .contact-form-card .custom-slim-select{background-color:rgba(var(--white),1)}.contact-section .contact-form-card .custom-slim-select .ss-values .ss-single{font-weight:400}.contact-section .contact-form-card .phone-input-group{display:flex;gap:calc(8px + 4 * (100vw - 320px) / 1600)}.contact-section .contact-form-card .phone-input-group select{width:calc(72px + 8 * (100vw - 320px) / 1600)}.contact-section .contact-form-card .checkbox-group h3{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:calc(10px + 4 * (100vw - 320px) / 1600)}.contact-section .contact-form-card .checkbox-group .checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(6px + 6 * (100vw - 320px) / 1600)}@media (max-width:480px){.contact-section .contact-form-card .checkbox-group .checkbox-grid{grid-template-columns:1fr}}.contact-section .contact-form-card .checkbox-group .checkbox-grid .checkbox-item{display:flex;align-items:center;gap:calc(6px + 2 * (100vw - 320px) / 1600)}.contact-section .contact-form-card .checkbox-group .checkbox-grid .checkbox-item label{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);font-weight:500}.contact-section .contact-form-card .checkbox-group .checkbox-grid .checkbox-item .checkbox_animated{margin:0;background-color:rgba(var(--white),1)}.contact-section .contact-form-card .checkbox-group .checkbox-grid .checkbox-item .checkbox_animated:checked{background-color:rgba(var(--primary-color),1)}.contact-section .contact-form-card .send-btn{width:100%;background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(10px + 2 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.4px;border:1px solid rgba(var(--primary-color),1);margin-top:calc(16px + 16 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.contact-section .contact-form-card .send-btn:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.contact-section .contact-info-col .info-section+.info-section{margin-top:calc(18px + 12 * (100vw - 320px) / 1600)}.contact-section .contact-info-col .info-section h4{font-size:calc(17px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1);margin-bottom:calc(6px + 4 * (100vw - 320px) / 1600);padding-bottom:calc(6px + 4 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1);line-height:1;display:flex;align-items:center}.contact-section .contact-info-col .info-section p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);margin-bottom:calc(2px + 6 * (100vw - 320px) / 1600);line-height:1.5}.contact-section .contact-info-col .info-section a{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--primary-color),1);text-decoration:underline}.contact-section .contact-info-col .info-section a.location-link{color:rgba(var(--title-color),0.8);display:block;margin-top:calc(6px + 6 * (100vw - 320px) / 1600);font-weight:500;text-decoration:none}.contact-section .contact-info-col .info-section a.location-link i{color:rgba(var(--title-color),0.8);margin-right:calc(2px + 6 * (100vw - 320px) / 1600)}.contact-section .contact-info-col .info-section .status-online{line-height:1;gap:6px;color:rgba(var(--success-color),1);font-weight:500;font-size:13px;margin-left:12px;letter-spacing:0.4px;display:inline-flex;align-items:center}[dir=rtl] .contact-section .contact-info-col .info-section .status-online{margin-left:unset;margin-right:12px}.contact-section .contact-info-col .info-section .status-online::before{content:"";width:6px;height:6px;background:rgba(var(--success-color),1);border-radius:50%;animation:pulse-success-color 2s infinite}.contact-section .contact-info-col .social-list{display:flex;gap:calc(8px + 8 * (100vw - 320px) / 1600)}.contact-section .contact-info-col .social-list li a{color:rgba(var(--title-color),0.8);font-size:calc(18px + 2 * (100vw - 320px) / 1600);text-decoration:none}.user-dashboard-section .filter-button{display:none}@media (max-width:1199.98px){.user-dashboard-section .filter-button{margin-bottom:calc(14px + 8 * (100vw - 320px) / 880);gap:calc(4px + 2 * (100vw - 320px) / 880);padding:calc(10px + 2 * (100vw - 320px) / 880) calc(10px + 5 * (100vw - 320px) / 880);font-size:calc(14px + 2 * (100vw - 320px) / 880);line-height:1;display:flex;align-items:center}.user-dashboard-section .filter-button i{margin-top:-2px;font-size:calc(18px + 2 * (100vw - 320px) / 880);line-height:1}}.user-dashboard-section .dashboard-sidebar{background-color:rgba(var(--background),0.5);border-radius:12px;border:1px solid rgba(var(--border-color),1);position:sticky;top:100px}@media (max-width:1199.98px){.user-dashboard-section .dashboard-sidebar{position:fixed;border:none;top:0;margin:calc(6px + 4 * (100vw - 320px) / 880);left:calc(-320px + -50 * (100vw - 320px) / 880);width:calc(308px + 42 * (100vw - 320px) / 880);padding:0;background-color:rgba(var(--white),1);z-index:12;height:calc(100vh - (12px + 8 * (100vw - 320px) / 880));border-radius:10px;overflow:auto;transition:all 0.2s ease-in-out}[dir=rtl] .user-dashboard-section .dashboard-sidebar{right:calc(-320px + -50 * (100vw - 320px) / 880);left:unset}.user-dashboard-section .dashboard-sidebar.show{left:0}[dir=rtl] .user-dashboard-section .dashboard-sidebar.show{right:0;left:unset}}.user-dashboard-section .dashboard-sidebar .sidebar-close{width:100%;padding:12px 16px;border:none;border-bottom:1px solid rgba(var(--black),0.08);background-color:rgba(var(--primary-color),1);display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:500;color:#fff;border-radius:0}.user-dashboard-section .dashboard-sidebar .profile-info{gap:calc(10px + 2 * (100vw - 320px) / 1600);padding:calc(12px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1);margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600);display:flex;align-items:center}.user-dashboard-section .dashboard-sidebar .profile-info .profile-image{width:calc(54px + 6 * (100vw - 320px) / 1600);height:calc(54px + 6 * (100vw - 320px) / 1600);border-radius:6px;overflow:hidden}.user-dashboard-section .dashboard-sidebar .profile-info .profile-detail h3{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:0.5px;color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-sidebar .profile-info .profile-detail h4{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);font-weight:400;margin:calc(2px + 2 * (100vw - 320px) / 1600) 0 0;word-break:break-all}.user-dashboard-section .dashboard-sidebar .dashboard-nav-tab{display:grid;border:none;gap:calc(6px + 4 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-sidebar .dashboard-nav-tab li{width:100%}.user-dashboard-section .dashboard-sidebar .dashboard-nav-tab li .nav-link{gap:calc(8px + 4 * (100vw - 320px) / 1600);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(10px + 5 * (100vw - 320px) / 1600);font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--content-color),1);border-radius:0;width:100%;position:relative;overflow:hidden;background-color:transparent;border:none;border-left:3px solid transparent;margin:0;transition:all 0.3s ease-in-out;display:flex;align-items:center}[dir=rtl] .user-dashboard-section .dashboard-sidebar .dashboard-nav-tab li .nav-link{border-left:unset;border-right:3px solid transparent}.user-dashboard-section .dashboard-sidebar .dashboard-nav-tab li .nav-link:hover{color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.05)}.user-dashboard-section .dashboard-sidebar .dashboard-nav-tab li .nav-link i{font-weight:normal;line-height:1;font-size:20px}.user-dashboard-section .dashboard-sidebar .dashboard-nav-tab li .nav-link.active{background:linear-gradient(90deg,rgba(var(--primary-color),0.1) 0%,rgba(var(--primary-color),0) 100%);color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}[dir=rtl] .user-dashboard-section .dashboard-sidebar .dashboard-nav-tab li .nav-link.active{background:linear-gradient(-90deg,rgba(var(--primary-color),0.1) 0%,rgba(var(--primary-color),0) 100%)}.user-dashboard-section .dashboard-sidebar .logout-btn{padding:calc(10px + 6 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1);margin-top:calc(12px + 3 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-sidebar .logout-btn .btn{width:100%;background-color:rgba(var(--primary-color),1);border:1px solid rgba(var(--primary-color),1);color:#fff;padding:calc(8px + 2 * (100vw - 320px) / 1600);font-weight:600;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);gap:10px;font-size:calc(14px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.user-dashboard-section .dashboard-sidebar .logout-btn .btn i{font-weight:normal;font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-sidebar .logout-btn .btn:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar{padding:calc(14px + 11 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.5);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);height:100%}.user-dashboard-section .dashboard-right-sidebar+.dashboard-right-sidebar{margin-top:20px}.user-dashboard-section .dashboard-right-sidebar .ss-main .ss-values .ss-single{font-weight:400}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-filter-bar{margin:20px 0}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-nav{gap:15px}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-nav .nav-item .nav-link{padding:8px 24px;border-radius:50px;color:rgba(var(--content-color),1);font-weight:500;background-color:rgba(var(--background),0.5);font-size:14px;display:flex;align-items:center;gap:8px;border:none;transition:all 0.2s ease-in-out}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-nav .nav-item .nav-link.active{background-color:#fff;color:rgba(var(--title-color),1);box-shadow:0 4px 15px rgba(var(--title-color),0.05)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-nav .nav-item .nav-link.active .badge{background-color:#ff4e50;color:#fff}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-nav .nav-item .nav-link .badge{padding:4px 8px;background-color:#f1f1f1;color:#ff4e50;border-radius:6px;font-size:11px;transition:all 0.2s ease-in-out}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .mark-read-link{font-size:14px;color:rgba(var(--title-color),1);font-weight:500;text-decoration:none;display:flex;align-items:center;gap:6px}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .mark-read-link:hover{color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .mark-read-link i{font-size:20px;color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group+.notification-group{margin-top:calc(12px + 8 * (100vw - 320px) / 1600);padding-top:calc(12px + 8 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .group-title{font-size:calc(15px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);margin-bottom:calc(6px + 4 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box-wrapper{display:grid;gap:calc(10px + 5 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box{padding:calc(12px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);transition:all 0.3s ease-in-out}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box:hover{border-color:rgba(var(--border-color),1);box-shadow:0 8px 25px rgba(var(--title-color),0.06)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box .notification-detail{position:relative;display:flex;gap:calc(10px + 8 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box .notification-detail::before{content:"";display:block;min-width:calc(4px + 2 * (100vw - 320px) / 1600);height:calc(4px + 2 * (100vw - 320px) / 1600);margin-top:calc(6px + 2 * (100vw - 320px) / 1600);border-radius:100%;background-color:rgba(var(--content-color),0.8)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box .notification-detail h5{font-size:calc(16px + 3 * (100vw - 320px) / 1600);letter-spacing:0.4px;margin-bottom:6px;color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box .notification-detail p{color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box.unread{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box.unread .notification-detail::before{background-color:#fff}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box.unread .notification-detail h5{color:#fff}.user-dashboard-section .dashboard-right-sidebar.notification-sidebar .notification-content .notification-group .notification-box.unread .notification-detail p{color:rgba(255,255,255,0.8)}.user-dashboard-section .dashboard-right-sidebar .reward-history-title{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.user-dashboard-section .dashboard-right-sidebar .reward-history-title a{font-weight:500;color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar .payment-card{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:calc(10px + 5 * (100vw - 320px) / 1600);padding:calc(12px + 12 * (100vw - 320px) / 1600);transition:all 0.3s ease-in-out;position:relative;overflow:hidden;z-index:0}.user-dashboard-section .dashboard-right-sidebar .payment-card::after{content:"";position:absolute;top:-50px;right:-50px;width:100px;height:100px;background-color:rgba(var(--primary-color),0.05);border-radius:50%;transition:all 0.4s ease-in-out;z-index:-1}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .payment-card::after{right:unset;left:-50px}.user-dashboard-section .dashboard-right-sidebar .payment-card:hover{transform:translateY(calc(0 + -5 * (100vw - 320px) / 1600));box-shadow:0 10px 30px rgba(var(--title-color),0.08);border-color:rgba(var(--primary-color),0.3)}.user-dashboard-section .dashboard-right-sidebar .payment-card:hover::after{width:150px;height:150px;background-color:rgba(var(--primary-color),0.1)}@media (max-width:575.98px){.user-dashboard-section .dashboard-right-sidebar .payment-card:hover::after{width:100px;height:100px}}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-head .bank-info{display:flex;align-items:center;gap:calc(10px + 2 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-head .bank-info .bank-icon{width:calc(48px + 10 * (100vw - 320px) / 1600);height:calc(48px + 10 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);font-size:calc(24px + 4 * (100vw - 320px) / 1600);box-shadow:2px 2px 15px rgba(var(--primary-color),0.1);display:flex;align-items:center;justify-content:center}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-head .bank-info .bank-icon i{line-height:1}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-head .bank-info .bank-name h4{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:0.5px;color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-head .bank-info .bank-name span{font-size:calc(12px + 1 * (100vw - 320px) / 1600);font-weight:400;color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.08);padding:4px 9px;border-radius:4px;display:inline-block;margin-top:4px;letter-spacing:0.5px}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-head .bank-info .bank-name span.secondary{color:rgba(var(--content-color),1);background-color:rgba(var(--content-color),0.05)}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-details .detail-item{width:100%}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-details .detail-item+.detail-item{margin-top:calc(6px + 4 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-details .detail-item:last-child{margin-bottom:0;border-top:1px solid rgba(var(--border-color),1);padding-top:calc(8px + 2 * (100vw - 320px) / 1600);margin-top:calc(8px + 2 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-details .detail-item h5{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);font-weight:400;gap:calc(6px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-details .detail-item h5 span{font-weight:500;color:rgba(var(--title-color),0.8);letter-spacing:0.3px}.user-dashboard-section .dashboard-right-sidebar .payment-card .card-details .detail-item .badge{border-radius:100px;padding:calc(5px + 1 * (100vw - 320px) / 1600) calc(10px + 4 * (100vw - 320px) / 1600);line-height:1;font-weight:400;letter-spacing:calc(0.4px + 0.2 * (100vw - 320px) / 1600);font-size:13px}.user-dashboard-section .dashboard-right-sidebar .payment-card .dropdown .btn{border:none;padding:0;width:32px;height:32px;border-radius:50%;color:rgba(var(--content-color),1);transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center}.user-dashboard-section .dashboard-right-sidebar .payment-card .dropdown .btn:hover{background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar .payment-card .dropdown .btn::after{display:none}.user-dashboard-section .dashboard-right-sidebar .payment-card .dropdown .dropdown-menu{background-color:rgba(var(--white),1);padding:calc(6px + 2 * (100vw - 320px) / 1600) 0;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),0.52);box-shadow:0 0.125rem 0.25rem rgba(var(--title-color),0.075)}.user-dashboard-section .dashboard-right-sidebar .payment-card .dropdown .dropdown-menu li{width:100%}.user-dashboard-section .dashboard-right-sidebar .payment-card .dropdown .dropdown-menu li+li{border-top:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .payment-card .dropdown .dropdown-menu .dropdown-item{padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(10px + 2 * (100vw - 320px) / 1600);font-size:14px;border-radius:6px;background-color:transparent;gap:8px;line-height:1;color:rgba(var(--title-color),1);display:flex;align-items:center}.user-dashboard-section .dashboard-right-sidebar .payment-card .dropdown .dropdown-menu .dropdown-item i{font-size:16px;line-height:1}.user-dashboard-section .dashboard-right-sidebar .wallet-card-box{padding:calc(16px + 9 * (100vw - 320px) / 1600);border-radius:calc(10px + 5 * (100vw - 320px) / 1600);background:linear-gradient(135deg,rgba(var(--primary-color),1) 0%,rgba(var(--primary-color),0.8) 100%);color:#fff;position:relative;overflow:hidden;box-shadow:0 10px 20px rgba(var(--primary-color),0.2)}.user-dashboard-section .dashboard-right-sidebar .wallet-card-box::before{content:"";position:absolute;top:-20%;right:-10%;width:calc(112px + 38 * (100vw - 320px) / 1600);height:calc(112px + 38 * (100vw - 320px) / 1600);background:rgba(255,255,255,0.1);border-radius:50%}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .wallet-card-box::before{right:unset;left:-10%}.user-dashboard-section .dashboard-right-sidebar .wallet-card-box .wallet-detail{position:relative;z-index:1}.user-dashboard-section .dashboard-right-sidebar .wallet-card-box .wallet-detail span{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(255,255,255,0.8);letter-spacing:0.3px;font-weight:400}.user-dashboard-section .dashboard-right-sidebar .wallet-card-box .wallet-detail h2{font-size:calc(24px + 8 * (100vw - 320px) / 1600);font-weight:600;margin:calc(3px + 3 * (100vw - 320px) / 1600) 0 0;letter-spacing:0.5px}.user-dashboard-section .dashboard-right-sidebar .wallet-card-box .wallet-detail .wallet-btn-group{gap:calc(8px + 4 * (100vw - 320px) / 1600);margin-top:calc(12px + 8 * (100vw - 320px) / 1600);display:flex;flex-wrap:wrap}.user-dashboard-section .dashboard-right-sidebar .wallet-card-box .wallet-detail .wallet-btn-group .btn{background-color:rgba(255,255,255,0.2);border:1px solid rgba(255,255,255,0.3);color:#fff;padding:calc(6px + 4 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:500;font-size:calc(14px + 2 * (100vw - 320px) / 1600);gap:0;display:flex;align-items:center;transition:all 0.3s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .wallet-card-box .wallet-detail .wallet-btn-group .btn:hover{background:rgba(255,255,255,0.3);transform:translateY(calc(0 + -2 * (100vw - 320px) / 1600));color:#fff}.user-dashboard-section .dashboard-right-sidebar .wallet-card-box .wallet-detail .wallet-btn-group .btn i{margin-right:calc(4px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);line-height:1}.user-dashboard-section .dashboard-right-sidebar .stat-card{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:calc(12px + 8 * (100vw - 320px) / 1600);padding:calc(14px + 6 * (100vw - 320px) / 1600);gap:calc(12px + 8 * (100vw - 320px) / 1600);height:100%;position:relative;overflow:hidden;z-index:1;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);flex-direction:column;display:flex;align-items:flex-start;justify-content:space-between}.user-dashboard-section .dashboard-right-sidebar .stat-card::after{content:"";position:absolute;bottom:-20px;right:-20px;width:calc(68px + 12 * (100vw - 320px) / 1600);height:calc(68px + 12 * (100vw - 320px) / 1600);border-radius:100%;opacity:0.5;transition:all 0.3s ease-in-out}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .stat-card::after{right:unset;left:-20px}.user-dashboard-section .dashboard-right-sidebar .stat-card.credit-card::after{background-color:rgba(var(--success-color),0.35);animation:shadowPulseSuccess 3s infinite ease-in-out}.user-dashboard-section .dashboard-right-sidebar .stat-card.debit-card::after{background-color:rgba(var(--error),0.35);animation:shadowPulseError 3s infinite ease-in-out;animation-delay:0.4s}.user-dashboard-section .dashboard-right-sidebar .stat-card:hover{transform:translateY(calc(0 + -4 * (100vw - 320px) / 1600))}.user-dashboard-section .dashboard-right-sidebar .stat-card .stat-icon{width:calc(38px + 12 * (100vw - 320px) / 1600);height:calc(38px + 12 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(22px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.user-dashboard-section .dashboard-right-sidebar .stat-card .stat-icon.success{background-color:rgba(var(--success-color),1);color:#fff;box-shadow:0 calc(2px + 6 * (100vw - 320px) / 1600) 15px rgba(var(--success-color),0.25)}.user-dashboard-section .dashboard-right-sidebar .stat-card .stat-icon.danger{background-color:rgba(var(--error),1);color:#fff;box-shadow:0 calc(2px + 6 * (100vw - 320px) / 1600) 15px rgba(var(--error),0.25)}.user-dashboard-section .dashboard-right-sidebar .stat-card .stat-content{width:100%}.user-dashboard-section .dashboard-right-sidebar .stat-card .stat-content h3{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);font-weight:400;letter-spacing:0.5px}.user-dashboard-section .dashboard-right-sidebar .stat-card .stat-content h4{font-size:calc(22px + 4 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item{padding:calc(10px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;transition:all 0.3s ease-in-out}@media (max-width:480px){.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item{align-items:flex-end}}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item:hover{border-color:rgba(var(--primary-color),0.3);background-color:rgba(var(--primary-color),0.02)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-info{display:flex;align-items:center;gap:calc(8px + 7 * (100vw - 320px) / 1600)}@media (max-width:480px){.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-info{display:grid}}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-info .icon{width:calc(38px + 12 * (100vw - 320px) / 1600);height:calc(38px + 12 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(20px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-info .icon.credit{background-color:rgba(var(--success-color),0.1);color:rgba(var(--success-color),1)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-info .icon.debit{background-color:rgba(var(--error),0.1);color:rgba(var(--error),1)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-info .details h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1);margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-info .details p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-amount{text-align:right}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-amount{text-align:left}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-amount h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(3px + 1 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-amount h5.plus{color:rgba(var(--success-color),1)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-amount h5.minus{color:rgba(var(--error),1)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-amount .status{font-size:calc(10px + 2 * (100vw - 320px) / 1600);padding:6px calc(10px + 2 * (100vw - 320px) / 1600);border-radius:calc(4px + 1 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.6px}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-amount .status.completed{background-color:rgba(var(--success-color),0.08);color:rgba(var(--success-color),1)}.user-dashboard-section .dashboard-right-sidebar .transaction-list .transaction-item .transaction-amount .status.pending{background-color:rgba(var(--star),0.08);color:rgba(var(--star),1)}.user-dashboard-section .dashboard-right-sidebar .membership-card{background:linear-gradient(135deg,#1c1c1c 0%,#3d3d3d 100%);border-radius:calc(12px + 12 * (100vw - 320px) / 1600);padding:calc(14px + 14 * (100vw - 320px) / 1600);color:#fff;position:relative;overflow:hidden;margin-bottom:calc(18px + 12 * (100vw - 320px) / 1600);box-shadow:0 calc(0 + 15 * (100vw - 320px) / 1600) calc(0 + 35 * (100vw - 320px) / 1600) rgba(var(--title-color),0.2)}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .membership-card{background:linear-gradient(-135deg,#1c1c1c 0%,#3d3d3d 100%)}.user-dashboard-section .dashboard-right-sidebar .membership-card::before{content:"";position:absolute;top:-20%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,transparent 70%);border-radius:50%;transition:all 0.6s ease-in-out}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .membership-card::before{right:unset;left:-10%}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-info{position:relative;z-index:2;display:flex;align-items:center;gap:calc(12px + 8 * (100vw - 320px) / 1600);margin-bottom:calc(16px + 14 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-info .tier-icon{width:calc(48px + 17 * (100vw - 320px) / 1600);height:calc(48px + 17 * (100vw - 320px) / 1600);background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);font-size:calc(24px + 8 * (100vw - 320px) / 1600);color:rgba(var(--star),1);box-shadow:0 10px 20px rgba(var(--title-color),0.3);display:flex;align-items:center;justify-content:center}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-info .tier-details h4{font-size:calc(11px + 2 * (100vw - 320px) / 1600);text-transform:uppercase;letter-spacing:calc(1.2px + 0.8 * (100vw - 320px) / 1600);margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);opacity:0.7;font-weight:500}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-info .tier-details h2{font-size:calc(20px + 4 * (100vw - 320px) / 1600);font-weight:700;letter-spacing:calc(0.4px + 0.1 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-progress{position:relative;z-index:2}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-progress .progress-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:calc(8px + 4 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-progress .progress-label span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);letter-spacing:0.5px;font-weight:500;color:rgba(255,255,255,0.9)}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-progress .progress-label .percentage{font-weight:600;color:rgba(var(--star),1)}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-progress .progress{height:calc(6px + 4 * (100vw - 320px) / 1600);background:rgba(255,255,255,0.1);border-radius:20px;overflow:visible;border:1px solid rgba(255,255,255,0.05)}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-progress .progress .progress-bar{background:linear-gradient(90deg,rgba(var(--star),1) 0%,#ffae00 100%);border-radius:20px;position:relative;overflow:visible}.user-dashboard-section .dashboard-right-sidebar .membership-card .tier-progress .progress .progress-bar::after{content:"";position:absolute;right:-6px;width:calc(12px + 2 * (100vw - 320px) / 1600);height:calc(12px + 2 * (100vw - 320px) / 1600);background-color:#fff;border-radius:50%;top:50%;transform:translateY(-50%);border:2px solid #ffae00;animation:pulse-star 2s infinite}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .membership-card .tier-progress .progress .progress-bar::after{right:unset;left:-6px}.user-dashboard-section .dashboard-right-sidebar .reward-stat-card{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:calc(10px + 8 * (100vw - 320px) / 1600);padding:calc(12px + 6 * (100vw - 320px) / 1600) calc(14px + 8 * (100vw - 320px) / 1600);height:100%;gap:calc(8px + 12 * (100vw - 320px) / 1600);display:flex;align-items:center;transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1)}.user-dashboard-section .dashboard-right-sidebar .reward-stat-card:hover{transform:translateY(calc(-1px + -7 * (100vw - 320px) / 1600));border-color:rgba(var(--primary-color),0.3);box-shadow:0 10px 15px rgba(var(--primary-color),0.08)}.user-dashboard-section .dashboard-right-sidebar .reward-stat-card:hover .icon-box{transform:rotate(4deg)}.user-dashboard-section .dashboard-right-sidebar .reward-stat-card .icon-box{width:calc(48px + 12 * (100vw - 320px) / 1600);height:calc(48px + 12 * (100vw - 320px) / 1600);border-radius:calc(8px + 8 * (100vw - 320px) / 1600);font-size:calc(22px + 6 * (100vw - 320px) / 1600);transition:all 0.3s ease-in-out;display:flex;align-items:center;justify-content:center}.user-dashboard-section .dashboard-right-sidebar .reward-stat-card .icon-box.points{background:rgba(var(--success-color),0.08);color:rgba(var(--success-color),1)}.user-dashboard-section .dashboard-right-sidebar .reward-stat-card .icon-box.earnings{background:rgba(var(--primary-color),0.08);color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar .reward-stat-card .icon-box i{line-height:1}.user-dashboard-section .dashboard-right-sidebar .reward-stat-card .content-box h3{font-size:calc(14px + 3 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:calc(2px + 3 * (100vw - 320px) / 1600);font-weight:400}.user-dashboard-section .dashboard-right-sidebar .reward-stat-card .content-box h4{font-size:calc(22px + 4 * (100vw - 320px) / 1600);font-weight:700;letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-right-sidebar .points-history-list{display:grid;gap:12px}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item{padding:calc(12px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:calc(10px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between;transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94)}@media (max-width:480px){.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item{align-items:flex-end}}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item:hover{box-shadow:0 5px 20px rgba(var(--title-color),0.03)}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item:hover .left-content .date-box{background-color:rgba(var(--title-color),1);color:rgba(var(--white),1)}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item:hover .left-content .date-box span{color:rgba(var(--white),0.8)}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item:hover .left-content .date-box span.day{color:rgba(var(--white),1)}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .left-content{display:flex;align-items:center;gap:calc(8px + 7 * (100vw - 320px) / 1600)}@media (max-width:480px){.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .left-content{flex-direction:column;align-items:flex-start}}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .left-content .date-box{text-align:center;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .left-content .date-box span{display:block;font-size:calc(12px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);letter-spacing:0.7px}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .left-content .date-box span.day{font-size:20px;font-weight:700;color:rgba(var(--title-color),1);margin-top:calc(1px + 1 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .left-content .info h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .left-content .info p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .right-content{text-align:right}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .right-content{text-align:left}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .right-content .amount{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600}.user-dashboard-section .dashboard-right-sidebar .points-history-list .history-item .right-content .type{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);display:block;margin-top:3px}.user-dashboard-section .dashboard-right-sidebar .order-box-container{display:grid;gap:calc(12px + 8 * (100vw - 320px) / 1600);grid-template-columns:repeat(2,1fr)}@media (max-width:1399.98px){.user-dashboard-section .dashboard-right-sidebar .order-box-container{grid-template-columns:1fr}}@media (max-width:1199.98px){.user-dashboard-section .dashboard-right-sidebar .order-box-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.user-dashboard-section .dashboard-right-sidebar .order-box-container{grid-template-columns:1fr}}.user-dashboard-section .dashboard-right-sidebar .order-card{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:12px;overflow:hidden;position:relative;transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1)}.user-dashboard-section .dashboard-right-sidebar .order-card:hover{transform:translateY(-2px);border-color:rgba(var(--primary-color),0.3);box-shadow:0 15px 35px rgba(var(--title-color),0.06)}.user-dashboard-section .dashboard-right-sidebar .order-card .order-number-date{padding:calc(14px + 4 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.5);border-bottom:1px dashed rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .order-card .order-number-date h4{display:flex;align-items:center;justify-content:space-between;font-size:calc(16px + 4 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1);letter-spacing:0.3px}.user-dashboard-section .dashboard-right-sidebar .order-card .order-number-date h4 span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.75);font-weight:500}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body{padding:calc(14px + 10 * (100vw - 320px) / 1600);gap:calc(12px + 8 * (100vw - 320px) / 1600);flex-wrap:wrap;display:flex;align-items:center;justify-content:space-between}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-products{gap:calc(8px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-products .order-product-box{gap:12px;display:flex;align-items:center;flex-wrap:wrap}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-products .product-img{width:calc(62px + 16 * (100vw - 320px) / 1600);height:calc(62px + 16 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);padding:6px;background-color:rgba(var(--background),0.6);transition:all 0.2s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-products .product-img:hover{border-color:rgba(var(--primary-color),0.5);transform:scale(1.05)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-products .product-count{font-size:15px;font-weight:600;color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-products .product-count span{color:rgba(var(--content-color),1);font-weight:400;margin-left:2px}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-amount{text-align:right}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-amount{text-align:left}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-amount .label{display:block;font-size:calc(13px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:calc(4px + 1 * (100vw - 320px) / 1600);letter-spacing:calc(0.3px + 0.3 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-body .order-amount .price{font-size:calc(20px + 4 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer{padding:calc(12px + 4 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border-top:1px solid rgba(var(--border-color),0.5);gap:calc(8px + 7 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .status-badge{padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);font-size:calc(12px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:calc(0.5px + 0.3 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .status-badge.processing{background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .status-badge.delivered{background-color:rgba(var(--success-color),0.1);color:rgba(var(--success-color),1)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .status-badge.cancelled{background-color:rgba(var(--error),0.1);color:rgba(var(--error),1)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .btn-group{display:flex;align-items:center;gap:10px}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .btn-group .btn{padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);font-size:14px;font-weight:600;gap:calc(4px + 2 * (100vw - 320px) / 1600);line-height:1;display:flex;align-items:center;transition:all 0.2s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .btn-group .btn::before,.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .btn-group .btn::after{content:none}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .btn-group .btn.btn-track{background-color:rgba(var(--primary-color),1);color:#fff;border:1px solid rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .btn-group .btn.btn-track:hover{background-color:transparent;color:rgba(var(--primary-color),1);box-shadow:0 5px 15px rgba(var(--primary-color),0.2)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .btn-group .btn.btn-view{background-color:transparent;border:1px solid rgba(var(--border-color),1);color:rgba(var(--title-color),0.8)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .btn-group .btn.btn-view:hover{border-color:rgba(var(--primary-color),0.6);color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.02)}.user-dashboard-section .dashboard-right-sidebar .order-card .card-footer .btn-group .btn i{font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1;font-weight:normal}.user-dashboard-section .dashboard-right-sidebar .refund-list{display:grid;gap:calc(14px + 6 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:8px;overflow:hidden;transition:all 0.3s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card:hover{box-shadow:0 10px 30px rgba(var(--title-color),0.05);border-color:rgba(var(--primary-color),0.2)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header{padding:12px 16px;background-color:rgba(var(--background),0.5);border-bottom:1px solid rgba(var(--border-color),1);gap:8px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .refund-id{display:flex;align-items:center;gap:calc(10px + 2 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .refund-id .icon{width:calc(38px + 7 * (100vw - 320px) / 1600);height:calc(38px + 7 * (100vw - 320px) / 1600);background-color:rgba(var(--success-color),0.1);color:rgba(var(--success-color),1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--success-color),0.4);font-size:calc(18px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .refund-id .icon.pending{border:1px solid rgba(var(--star),0.4);background-color:rgba(var(--star),0.1);color:rgba(var(--star),1)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .refund-id .icon.processing{background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),0.4)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .refund-id .id-details h4{font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:400;color:rgba(var(--title-color),1);margin-bottom:calc(2px + 1 * (100vw - 320px) / 1600);letter-spacing:0.3px}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .refund-id .id-details h4 span{color:rgba(var(--primary-color),1);font-weight:600;font-size:inherit}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .refund-id .id-details p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .status-badge{padding:calc(6px + 4 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);border-radius:100px;font-size:12px;font-weight:500;letter-spacing:calc(0.4px + 0.3 * (100vw - 320px) / 1600);line-height:1;text-transform:uppercase}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .status-badge.refunded{background-color:rgba(var(--success-color),0.1);color:rgba(var(--success-color),1)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .status-badge.pending{background-color:rgba(var(--star),0.1);color:rgba(var(--star),1)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-header .status-badge.processing{background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body{padding:calc(14px + 6 * (100vw - 320px) / 1600);gap:calc(14px + 6 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between}@media (max-width:480px){.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body{align-items:flex-end}}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .product-info{display:flex;align-items:center;gap:calc(8px + 7 * (100vw - 320px) / 1600)}@media (max-width:480px){.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .product-info{flex-direction:column;align-items:flex-start}}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .product-info .product-img{width:calc(56px + 9 * (100vw - 320px) / 1600);height:calc(56px + 9 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);padding:5px}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .product-info .product-detail h5{font-size:calc(15px + 2 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .product-info .product-detail p{font-weight:500;font-size:14px;color:rgba(var(--content-color),1)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .product-info .product-detail p span{font-weight:500;margin-left:6px;font-size:14px;padding-left:6px;border-left:1px solid rgba(var(--content-color),0.4)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .refund-amount{text-align:right}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .refund-amount{text-align:left}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .refund-amount p{font-size:14px;color:rgba(var(--content-color),1);margin-bottom:3px;font-weight:500;letter-spacing:0.4px;line-height:1.3}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-body .refund-amount h4{font-size:calc(19px + 3 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer{padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);border-top:1px dashed rgba(var(--border-color),1);background-color:rgba(var(--background),0.2);gap:8px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer .payment-method{gap:calc(6px + 2 * (100vw - 320px) / 1600);font-size:14px;color:rgba(var(--content-color),1);display:flex;align-items:center}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer .payment-method i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);line-height:1}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer .payment-method.text-warning i{color:rgba(var(--star),1)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer .payment-method span{font-weight:500;color:rgba(var(--title-color),0.65)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer .btn-view{padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(10px + 6 * (100vw - 320px) / 1600);font-size:calc(14px + 1 * (100vw - 320px) / 1600);font-weight:500;border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);gap:calc(4px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);letter-spacing:calc(0.4px + 0.2 * (100vw - 320px) / 1600);transition:all 0.3s ease-in-out;display:flex;align-items:center}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer .btn-view::before,.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer .btn-view::after{content:none}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer .btn-view:hover{border-color:rgba(var(--primary-color),1);color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.08)}.user-dashboard-section .dashboard-right-sidebar .refund-list .refund-card .refund-footer .btn-view i{font-weight:normal;line-height:1;font-size:16px}.user-dashboard-section .dashboard-right-sidebar form .custom-checkbox{margin-top:8px;display:flex;align-items:center}.user-dashboard-section .dashboard-right-sidebar form .custom-checkbox input{background-color:rgba(var(--white),1);min-width:calc(18px + 2 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar form .custom-checkbox input:checked{background-color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar form .custom-checkbox .form-check-label{margin-left:8px;font-weight:500;font-size:16px;line-height:1.1;color:rgba(var(--title-color),0.8)}.user-dashboard-section .dashboard-right-sidebar form .theme-btn{padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 10 * (100vw - 320px) / 1600);letter-spacing:0.3px;border-radius:7px;font-weight:500}.user-dashboard-section .dashboard-right-sidebar form .theme-btn i{font-weight:normal;font-size:18px;line-height:1}.user-dashboard-section .dashboard-right-sidebar .dashboard-inner-title{margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600);padding-bottom:calc(12px + 8 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-inner-title h3{font-size:calc(20px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-inner-title p{margin-top:calc(3px + 1 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome{margin-bottom:calc(18px + 12 * (100vw - 320px) / 1600);padding-bottom:calc(18px + 12 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome h3{font-size:calc(22px + 4 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome p{margin-top:4px;font-size:calc(15px + 2 * (100vw - 320px) / 880);color:rgba(var(--content-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-right:1px solid rgba(var(--border-color),1);border-bottom:1px solid rgba(var(--border-color),1)}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-right:unset;border-left:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(3n+3){border-right:none}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(3n+3){border-left:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(4n+4) .dashboard-card{padding-top:calc(12px + 8 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(5n+5) .dashboard-card{padding-top:calc(12px + 8 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(6n+6) .dashboard-card{padding-top:calc(12px + 8 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(7n+7) .dashboard-card{padding-top:calc(12px + 8 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:not(:nth-last-child(n+3):nth-last-child(-n+8)){border-bottom:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:not(:nth-last-child(n+3):nth-last-child(-n+8)) .dashboard-card{padding-bottom:0}@media (max-width:1399.98px){.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-right:unset}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-left:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(even){border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(even){border-left:none;border-right:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(n+3):nth-child(-n+8) .dashboard-card{padding-top:calc(12px + 8 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:not(:nth-last-child(n+3):nth-last-child(-n+8)){border-bottom:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:not(:nth-last-child(n+3):nth-last-child(-n+8)) .dashboard-card{padding-bottom:0}}@media (max-width:1199.98px){.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-right:1px solid rgba(var(--border-color),1)}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-right:none;border-left:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(even){border-left:none}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(even){border-right:1px solid rgba(var(--border-color),1);border-left:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:not(:nth-last-child(n+3):nth-last-child(-n+8)){border-bottom:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(n+3):nth-child(-n+8) .dashboard-card{padding-top:0}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(n+4):nth-child(-n+8) .dashboard-card{padding-top:calc(12px + 8 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(3n+3){border-right:none}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(3n+3){border-left:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(3n+3) .dashboard-card{padding-top:0}}@media (max-width:991.98px){.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-right:1px solid rgba(var(--border-color),1)}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-right:unset;border-left:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(3n+3){border-right:1px solid rgba(var(--border-color),1)}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(3n+3){border-right:none;border-left:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:not(:nth-last-child(n+2):nth-last-child(-n+8)){border-bottom:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(n+3):nth-child(-n+8) .dashboard-card{padding-top:calc(12px + 8 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(even){border-right:none}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(even){border-right:none;border-left:none}}@media (max-width:575.98px){.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-right:none}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div{border-left:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(3n+3){border-right:none}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-child(3n+3){border-right:none;border-left:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-last-child(n+1):nth-last-child(-n+8){border-block:none}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:nth-last-child(n+1):nth-last-child(-n+8){border-left:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div+div{border-top:1px solid rgba(var(--border-color),1)!important}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div+div .dashboard-card{padding-block:calc(12px + 8 * (100vw - 320px) / 1600)!important}.user-dashboard-section .dashboard-right-sidebar .dashboard-welcome-box>.row>div:last-child .dashboard-card{padding-bottom:0!important}}.user-dashboard-section .dashboard-right-sidebar .dashboard-card{padding:0 calc(0 + 20 * (100vw - 320px) / 880) 20px;text-align:center;height:100%;cursor:pointer}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .card-image{width:100%;margin-bottom:20px;position:relative}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .card-image svg{aspect-ratio:8/5;margin-bottom:12px;transition:all 0.4s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .card-content h3{font-size:calc(18px + 2 * (100vw - 320px) / 880);font-weight:600;margin-bottom:calc(5px + 3 * (100vw - 320px) / 880);letter-spacing:0.4px;color:rgba(var(--title-color),1);transition:color 0.2s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .card-content p{transition:color 0.2s ease-in-out;font-size:calc(14px + 1 * (100vw - 320px) / 880);letter-spacing:0.4px;color:rgba(var(--content-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-card:hover .card-image img{transform:scale(1.1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-card:hover .card-content h3{color:rgba(var(--primary-color),1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-card:hover .card-content p{color:rgba(var(--title-color),0.7)}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container{display:grid;gap:calc(15px + 5 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box{padding:calc(12px + 8 * (100vw - 320px) / 1600);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);gap:calc(12px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;transition:all 0.2s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box:hover{box-shadow:0 5px 15px rgba(var(--primary-color),0.05);transform:translateY(calc(-1px + -2 * (100vw - 320px) / 1600))}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header{gap:calc(10px + 6 * (100vw - 320px) / 1600);flex-wrap:wrap;display:flex;align-items:flex-start}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header .type-icon-box{width:calc(42px + 8 * (100vw - 320px) / 1600);height:calc(42px + 8 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(22px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1);display:grid;place-items:center}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header .type-icon-box i{line-height:1}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header .address-info .name-badge-group{gap:10px;margin-bottom:4px;display:flex;align-items:center}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header .address-info .name-badge-group h4{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1);letter-spacing:0.3px}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header .address-info .name-badge-group .badge-type{font-size:12px;font-weight:600;padding:4px calc(6px + 4 * (100vw - 320px) / 1600);border-radius:50px;letter-spacing:calc(0.4px + 0.3 * (100vw - 320px) / 1600);background-color:rgba(var(--content-color),0.08);color:rgba(var(--content-color),1)}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header .address-info p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:calc(10px + 2 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header .address-info .contact-details{gap:calc(12px + 8 * (100vw - 320px) / 1600);display:flex;flex-wrap:wrap}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header .address-info .contact-details h5{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);gap:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:500;display:flex;align-items:center}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-header .address-info .contact-details h5 i{color:rgba(var(--primary-color),1);font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-actions{display:flex;gap:12px}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-actions .btn-action{padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);gap:calc(6px + 2 * (100vw - 320px) / 1600);font-size:14px;font-weight:600;border:1px solid transparent;transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-actions .btn-action i{font-size:calc(16px + 2 * (100vw - 320px) / 1600);line-height:1}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-actions .btn-action.edit{background-color:rgba(var(--primary-color),0.05);color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),0.1)}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-actions .btn-action.edit:hover{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-actions .btn-action.delete{background-color:rgba(var(--error),0.05);color:rgba(var(--error),1);border-color:rgba(var(--error),0.1)}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .address-list-container .address-item-box .address-actions .btn-action.delete:hover{background-color:rgba(var(--error),1);border-color:rgba(var(--error),1);color:#fff}.user-dashboard-section .dashboard-right-sidebar .address-section-wrapper .btn-theme-lg{padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);color:#fff;border:none;margin-left:auto;display:block;width:auto;transition:all 0.2s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .profile-page-design,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper{background-color:transparent;padding:0;border:0}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner{overflow:hidden;background-color:rgba(var(--background),0.5);border-radius:12px;border:1px solid rgba(var(--border-color),1)}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .cover-image,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .cover-image{width:100%;height:102px;background:linear-gradient(174deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 60%);position:relative}@media (max-width:767.98px){.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .cover-image,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .cover-image{height:calc(78px + 24 * (100vw - 320px) / 448)}}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .cover-image::before,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .cover-image::before{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info{padding:0 calc(14px + 8 * (100vw - 320px) / 1600) calc(14px + 8 * (100vw - 320px) / 1600);margin-top:-26px;display:flex;align-items:flex-end;gap:15px;position:relative;z-index:1}@media (max-width:767.98px){.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info{flex-direction:column;align-items:center;text-align:center;margin-top:calc(-34px + -26 * (100vw - 320px) / 448)}}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-img-main .profile-img-box,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-img-main .profile-img-box{position:relative}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-img-main .profile-img-box img,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-img-main .profile-img-box img{width:calc(78px + 22 * (100vw - 320px) / 1600);height:calc(78px + 22 * (100vw - 320px) / 1600);outline:calc(2px + 2 * (100vw - 320px) / 1600) solid rgba(var(--white),1);border-radius:9px;box-shadow:0 4px 20px rgba(var(--title-color),0.08);object-fit:cover}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-img-main .profile-img-box .edit-icon,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-img-main .profile-img-box .edit-icon{position:absolute;bottom:-8px;right:-8px;width:calc(26px + 6 * (100vw - 320px) / 1600);height:calc(26px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);border-radius:50%;display:grid;place-items:center;border:calc(1px + 1 * (100vw - 320px) / 1600) solid rgba(var(--white),1);cursor:pointer}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-img-main .profile-img-box .edit-icon,[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-img-main .profile-img-box .edit-icon{right:unset;left:-8px}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-img-main .profile-img-box .edit-icon label,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-img-main .profile-img-box .edit-icon label{line-height:1;cursor:pointer;margin:0}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-img-main .profile-img-box .edit-icon label i,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-img-main .profile-img-box .edit-icon label i{color:#fff;font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .user-details,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .user-details{margin-bottom:calc(0 + 12 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .user-details h3,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .user-details h3{font-size:calc(19px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1)}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .user-details h4,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .user-details h4{margin-top:calc(2px + 2 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);font-weight:400;letter-spacing:0.4px}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-stats,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-stats{display:flex;align-items:center;gap:calc(12px + 18 * (100vw - 320px) / 1600);margin-bottom:8px}@media (max-width:767.98px){.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-stats,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-stats{width:100%;margin-bottom:calc(0 + 8 * (100vw - 320px) / 256)}}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-stats .stat-item,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-stats .stat-item{text-align:center;position:relative}@media (max-width:767.98px){.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-stats .stat-item,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-stats .stat-item{width:100%}}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-stats .stat-item:not(:last-child)::after,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-stats .stat-item:not(:last-child)::after{content:"";position:absolute;right:calc(-7px + -8 * (100vw - 320px) / 1600);top:50%;transform:translateY(-50%);width:1px;height:25px;background-color:rgba(var(--border-color),1)}[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-stats .stat-item:not(:last-child)::after,[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-stats .stat-item:not(:last-child)::after{right:unset;left:calc(-7px + -8 * (100vw - 320px) / 1600)}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-stats .stat-item h5,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-stats .stat-item h5{font-size:20px;font-weight:600;letter-spacing:0.3px;color:rgba(var(--title-color),1);margin-bottom:2px}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-header-banner .profile-user-info .profile-stats .stat-item span,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-header-banner .profile-user-info .profile-stats .stat-item span{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.user-dashboard-section .dashboard-right-sidebar .profile-page-design .profile-main-box .dashboard-inner-title,.user-dashboard-section .dashboard-right-sidebar .profile-form-wrapper .profile-main-box .dashboard-inner-title{margin-bottom:14px;padding-bottom:14px}.portfolio-section .filter-button-group{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:calc(25px + 20 * (100vw - 320px) / 1600);flex-wrap:wrap}.portfolio-section .filter-button-group .filter-button{background-color:rgba(var(--background),1);padding:10px 25px;border-radius:5px;font-weight:500;color:rgba(var(--title-color),1);border:1px solid rgba(var(--border-color),0.5);transition:all 0.2s ease-in-out}.portfolio-section .filter-button-group .filter-button:hover,.portfolio-section .filter-button-group .filter-button.active{background-color:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.portfolio-section .portfolio-box{position:relative;overflow:hidden;border-radius:calc(8px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);cursor:pointer}.portfolio-section .portfolio-box img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;transition:all 0.2s ease-in-out}.portfolio-section .portfolio-box:hover img{transform:scale(1.05)}.portfolio-section .portfolio-box:hover .portfolio-content{height:100%;opacity:1}.portfolio-section .portfolio-box .portfolio-content{position:absolute;bottom:0;left:0;padding:20px;backdrop-filter:blur(2px);background-color:rgba(35,35,35,0.4);width:100%;height:0;text-align:center;z-index:1;opacity:0;transition:all 0.6s cubic-bezier(0.45,1.8,0.5,0.75);display:flex;align-items:center;justify-content:center;flex-direction:column}.portfolio-section .portfolio-box .portfolio-content h4{color:rgba(255,255,255,0.8);font-size:calc(18px + 2 * (100vw - 320px) / 1600);letter-spacing:0.5px;font-weight:500}.portfolio-section .portfolio-box .portfolio-content h5{font-family:var(--play);font-size:calc(28px + 4 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:calc(0.5px + 0.5 * (100vw - 320px) / 1600);color:#fff}.portfolio-section .show-item{animation:fadeInTop 0.6s ease both}.portfolio-section .load-more-container{text-align:center;margin-top:1.5rem}@media (min-width:576px){.portfolio-section .load-more-container{margin-top:3rem}}.portfolio-section .load-more-container .btn{font-size:18px;border-radius:6px;margin-inline:auto}.portfolio-section-masonry .portfolio-box img{aspect-ratio:unset}.privacy-section .policy-content-list{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media (max-width:991.98px){.privacy-section .policy-content-list li{grid-template-columns:repeat(1,1fr)}}.privacy-section .policy-content-list li .policy-title h3{font-size:calc(20px + 4 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:6px;color:rgba(var(--title-color),1)}.privacy-section .policy-content-list li .policy-desc p{font-size:calc(16px + 1 * (100vw - 320px) / 1600);position:relative;padding-left:26px;color:rgba(var(--content-color),1)}[dir=rtl] .privacy-section .policy-content-list li .policy-desc p{padding-left:unset;padding-right:26px}.privacy-section .policy-content-list li .policy-desc p+p{margin-top:4px}.privacy-section .policy-content-list li .policy-desc p::before{content:"";position:absolute;top:12px;left:4px;width:7px;height:2px;background-color:rgba(var(--title-color),0.4)}[dir=rtl] .privacy-section .policy-content-list li .policy-desc p::before{left:unset;right:4px}.return-section .title-box{margin-bottom:calc(30px + 30 * (100vw - 320px) / 1600)}.return-section .title-box h2{font-size:calc(32px + 18 * (100vw - 320px) / 1600);font-family:var(--play);font-weight:600;margin-bottom:8px;color:rgba(var(--title-color),1);line-height:1.3;letter-spacing:0.3px}.return-section .title-box p{color:rgba(var(--content-color),1);max-width:600px;margin:0 auto}.return-section .return-box{background-color:rgba(var(--background),0.4);padding:calc(14px + 10 * (100vw - 320px) / 1600);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);height:100%;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);position:relative;overflow:hidden;display:flex;flex-direction:column}.return-section .return-box .icon-box{width:calc(46px + 9 * (100vw - 320px) / 1600);height:calc(46px + 9 * (100vw - 320px) / 1600);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);display:flex;align-items:center;justify-content:center;margin-bottom:calc(16px + 8 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out;font-size:calc(22px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1)}.return-section .return-box .icon-box i{transition:all 0.2s ease-in-out}.return-section .return-box h3{font-size:calc(18px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(1px + 2 * (100vw - 320px) / 1600);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600)}.return-section .return-box p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.return-section .return-box .step-number{position:absolute;top:20px;right:20px;font-size:40px;font-weight:800;color:rgba(var(--title-color),0.05);line-height:1;transition:all 0.2s ease-in-out}[dir=rtl] .return-section .return-box .step-number{right:unset;left:20px}.return-section .return-box:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(var(--border-color),0.44);background-color:rgba(var(--white),1);border-color:rgba(var(--border-color),0.6)}.return-section .return-box:hover .icon-box{background-color:rgba(var(--primary-color),1)}.return-section .return-box:hover .icon-box i{color:#fff;transform:scale(1.1)}.return-section .return-box:hover .step-number{color:rgba(var(--primary-color),0.1);transform:scale(1.2)}.terms-section .title-box{margin-bottom:calc(30px + 30 * (100vw - 320px) / 1600);text-align:center}.terms-section .title-box h2{font-size:calc(32px + 18 * (100vw - 320px) / 1600);font-family:var(--play);font-weight:600;margin-bottom:calc(4px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);line-height:1.3;letter-spacing:0.3px}.terms-section .title-box p{color:rgba(var(--content-color),1);max-width:600px;margin:0 auto}.terms-section .terms-box{background-color:rgba(var(--background),0.4);padding:calc(12px + 10 * (100vw - 320px) / 1600);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);height:100%;transition:all 0.25s ease-in-out;position:relative;overflow:hidden}.terms-section .terms-box .icon-box{width:calc(42px + 8 * (100vw - 320px) / 1600);height:calc(42px + 8 * (100vw - 320px) / 1600);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600);transition:all 0.25s ease-in-out;display:flex;align-items:center;justify-content:center}.terms-section .terms-box .icon-box i{font-size:calc(22px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);transition:all 0.25s ease-in-out}.terms-section .terms-box h3{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.3px;margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600)}.terms-section .terms-box p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);letter-spacing:0.3px}.terms-section .terms-box:hover{background-color:rgba(var(--background),0.8)}.terms-section .terms-box:hover .icon-box{background-color:rgba(var(--primary-color),1)}.terms-section .terms-box:hover .icon-box i{color:#fff}.search-section .search-header{margin-bottom:calc(18px + 22 * (100vw - 320px) / 1600);text-align:center}.search-section .search-header .search-subtitle{font-size:calc(14px + 2 * (100vw - 320px) / 1600);text-transform:uppercase;letter-spacing:calc(0.9px + 1.1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);display:block;margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600);font-weight:600}.search-section .search-header .search-title{font-size:calc(28px + 28 * (100vw - 320px) / 1600);font-weight:800;color:rgba(var(--title-color),1);line-height:1.2;margin-bottom:calc(6px + 14 * (100vw - 320px) / 1600);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);background:linear-gradient(135deg,rgba(var(--title-color),1) 0%,rgba(var(--primary-color),1) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:var(--play)}.search-section .search-header .search-description{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);max-width:640px;margin:0 auto}.search-section .search-form-modern{position:relative;border-radius:100px;transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1)}.search-section .search-form-modern .search-icon{--size:calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--content-color),1);position:absolute;top:50%;transform:translateY(-50%);left:calc(16px + 6 * (100vw - 320px) / 1600)}[dir=rtl] .search-section .search-form-modern .search-icon{left:unset;right:calc(16px + 6 * (100vw - 320px) / 1600)}.search-section .search-form-modern .form-control{padding:calc(12px + 8 * (100vw - 320px) / 1600) calc(152px + 33 * (100vw - 575px) / 1345) calc(12px + 8 * (100vw - 320px) / 1600) calc(42px + 12 * (100vw - 320px) / 1600);border-radius:100px;background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1);height:calc(46px + 20 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:500;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}[dir=rtl] .search-section .search-form-modern .form-control{padding-left:calc(152px + 33 * (100vw - 575px) / 1345);padding-right:calc(42px + 12 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.search-section .search-form-modern .form-control{padding-right:calc(120px + 8 * (100vw - 320px) / 256)}[dir=rtl] .search-section .search-form-modern .form-control{padding-left:calc(120px + 8 * (100vw - 320px) / 256)}}.search-section .search-form-modern .form-control::placeholder{color:rgba(var(--content-color),1)}.search-section .search-form-modern .form-control:focus{box-shadow:none;outline:none}.search-section .search-form-modern .btn-search-submit{background-color:rgba(var(--primary-color),1);color:#fff;border-radius:100px;padding:0 calc(16px + 6 * (100vw - 320px) / 1600);font-weight:500;gap:calc(6px + 4 * (100vw - 320px) / 1600);border:none;position:absolute;right:calc(3px + 3 * (100vw - 320px) / 1600);height:calc(100% - (6px + 6 * (100vw - 320px) / 1600));display:flex;align-items:center;transition:all 0.2s ease-in-out;top:50%;transform:translateY(-50%)}[dir=rtl] .search-section .search-form-modern .btn-search-submit{right:unset;left:calc(3px + 3 * (100vw - 320px) / 1600)}.search-section .search-form-modern .btn-search-submit:hover{background-color:rgba(var(--primary-color),0.9)}.search-section .search-form-modern .btn-search-submit i{font-size:calc(18px + 2 * (100vw - 575px) / 1345);line-height:1}.trending-keywords{margin-top:calc(18px + 12 * (100vw - 320px) / 1600);gap:calc(8px + 2 * (100vw - 320px) / 1600);display:flex;flex-wrap:wrap}.trending-keywords .trending-label{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1);padding-top:calc(0 + 8 * (100vw - 320px) / 1600);letter-spacing:0.5px}.trending-keywords .keyword-tags{gap:calc(8px + 2 * (100vw - 320px) / 1600);display:inline-flex;flex-wrap:wrap}.trending-keywords li{position:relative}.trending-keywords li .form-check-input{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;border-radius:100px}.trending-keywords li .form-check-input:checked+.tag-link{background-color:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.trending-keywords li .form-check-input:hover+.tag-link{background-color:rgba(var(--primary-color),0.08);color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),0.3)}.trending-keywords li .tag-link{font-size:calc(14px + 1 * (100vw - 320px) / 1600);padding:calc(6px + 2 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1);border-radius:100px;color:rgba(var(--title-color),0.7);font-weight:500;display:block;transition:all 0.2s ease-in-out}.trending-keywords li .tag-link:hover{background:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.recommended-section{text-align:left}.recommended-section .section-title h4{font-size:28px;font-weight:700}.recommended-section .btn-link{color:rgba(var(--primary-color),1);font-weight:500;gap:5px;font-size:18px;display:flex;align-items:center;text-decoration:none}.recommended-section .btn-link:hover{color:rgba(var(--title-color),1)}.recommended-section .btn-link i{line-height:1}.recommended-products-box{margin-top:calc(26px + 18 * (100vw - 320px) / 1600)}.border-top-space{border-top:1px solid rgba(var(--border-color),1);padding-top:calc(10px + 6 * (100vw - 320px) / 1600);margin-top:calc(10px + 6 * (100vw - 320px) / 1600)}.m-top{margin-top:16px}.product-details-section .product-right-box{position:sticky;top:100px}.product-details-section .product-right-box .product-details-box{border-radius:calc(8px + 2 * (100vw - 320px) / 1600);overflow:hidden}.product-details-section .product-right-box .promo-banner-new{background:linear-gradient(174deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 60%);color:#fff;padding:calc(16px + 4 * (100vw - 991px) / 929) calc(16px + 2 * (100vw - 991px) / 929) calc(13px + 5 * (100vw - 991px) / 929);border-radius:calc(8px + 2 * (100vw - 320px) / 1600) calc(8px + 2 * (100vw - 320px) / 1600) 0 0;gap:11px;position:relative;z-index:0;display:flex;align-items:center;justify-content:space-between}.product-details-section .product-right-box .promo-banner-new::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmIAAAIdCAMAAACp/OHAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEXRSTlMAcBBACCBgUDB4SDgYaFgogXdUmz4AABDwSURBVHja7N0LeoJADEXhecEAgnb/q+0K/Kq2nUlyz7+CWuMkJAHSR5bckrB1Sfhv95qE1SPhv5Vckq5lTfh3N+X/ctul64RR1i3pohgbYVH+JR/Spegwh3DNSzE2RMu62YJi7F00xyjGbBJOlXTGniNV/onlSniCVPk3KMaeI1X+ia7cFhyp5UfStPWEIc5ddFbZ9oTnmFXStvBkvSVJtC2GKfuZFC05YZCHaOcia/60pjjuSRHbFgNdkuUY2xY/oBz7NdV+zasox37tkDy8Z6mKSYNMOdSqWPsyCh+pZcGxMNeUQ52CN1aSKcfaBGNsZ075M0r+36hkyrG63GB4YaNnrHbJ/ajZ6BmsyF1WstEz2qm2fcAtu8M91C4rVRcyJ7qJxRitsfHqpZU6NJdMPsKCIq0xN7rUHYYU/K+iPfapVfVm5bcQYxT8zpSsFGPMwl9CjNHhd0Ypxij438S4kjepOCEUYzx6YJKSZcZ3rPS8gXqMvoUnOjFG3+JlxBi3LTijEmONx1tMU0RmSbRf52mrxN5Fk3xujBVdYkeRtbGZqsKuNVOk9xBj7+scYzNtAn2jwjE21SkwTOIY+wANMo4xR8p1j/4NcIzNdkQv+jnGpqvR38HLMTbdGbwgK7T4pyv5CP0l0OI3IHZB1kJ/Oi9ue+SV/iox87cudIesCYwxHCg9cDqRfY21MTXw/W/RGzNeBL6yXK4EC1rcK0se/mrFFrXqXxgjWVHWK+ZBxuvd7Kh7yJzCDW+GlNwjfhs0LiyJ2b6gcWFJyWu8g2xh48KUuscrj3mmnS0BB0ol3CfybgtX9lPxW1N6tLJ/DfZ5Aig5ViOWHr9BwbLlwdOg7ImVLRvNMYtCBRnNMZu2QJ1YUqVRcUoy9vjNqlGC7EGqtKr0ryNEkN1JlWaVnmuAICNVWhYjyEiVppUeoCbjqtK20r+8BxkNWOvK4f0kowFrXtny+kiOHfcE67bseqx0hbzNKprFc+XPBqwPpee713x54ykXTmxX3nyeBzT53Tj77vIoa9njXy2qbavHqmzhEQTf7N3rbtswDAVgkbrf/f5Puy3ZhmUrtqWNK4o+H9AfBYrCRU4lirLlnXCkvt2EiQeSNuNjDmmvjmZAObabNI6xU8pQjm2IU9gpZQ3l2I44jSPsUpfVS7whXSE3I3W7xd0MBW992JYvnaL8wcxhs3JnnEbuxcueijh784Nj9n6mlKp9kFKa3jeW/ZdclbfhCFZwzLge1cYYOuUjE4UwYozFPogxjnD7iYN6GMWm6cWPz1fifAlHKFNUzLilGkfPB339KjX95xjl2PtZbQyBDgqjVN8MyOBtyH3U9UsAnqkMytRjqbPdYhWjeQ/2s5bQjxyQNClaiv0IZVXOeNbYM/VYJ7vHkt+aD2B/S1ofFrOnCL7GfvTxmf/3riUbe6ZRUnPmDUzzBeXALCHnUCYGNAna/eMY9tzPw90KLnoI15satVfVnXZQFr2+uRLnUxn9oBDt9GxeXMuX0XPuo6TJ5t8SsXkZdys8Y8JwJkTz1Y6Q7wu06Zsz7+O4zWTj6HRQH6Wmp36TffVOUkuDaCBmkjQ/bRmh51vvKVpb7/1Odm8Hirl5n1K1JY5AdGTqI9qUGovZSeIUaYctjuvh5meyttz7nZSPb+iH+/eZiHoIMZZbFJnNRwVrznDf4ljfrIF/4p+cOYWjak7ibcgDgxkwJXMaTiOHisrs4hqdGwEfiQpSdmnnP5PUClJ2bW+1x85ImY4TTeE9LDlzvrbjI4HwIrY78xl8zGPnk43g/eIw/3TlZ+jh42I0n4Ut4fWFF+S6NZ9nDgxl1/PPjGEogw9yZM2nSmHXQ9rgnfi5jOGkedggY4YrBdyPcSFPZQyHgMMuGTMpIGTXwWs+bK/pLdnwd0zVPA+vYgfpcyVCdiX/nzGEDHbLGEJ2FQszZnggZFewMmPGE07UvoClGTMJt2FcAPenMoaQwdNcj2YhtmQN6ObicOZJWFzCU0p3ZqVJA7OlcpbYLJXI4lA83ZZnDLOlepXYrNWwtlRurm+D2oy1pWqNlr8tiePysRT+oKbRf5eooOxXjPv6Fz1zJDxEopgbYf0YMlH2q7a8efGVKxjINLMk4IxDj4pMs7l+YYmlpXISFpbGJBFXAefgLmGawkCmWhHx6VYJUzY8UFb0G0b7QrGZRYwgMqIOPygs+lH1a+ZGlzBLcccNsXpJ6PRjstRNSEE2MVnqxbT+1ov7ylJAow5O4YT0P2U06uAUVsZdD3X9bd9wliajEhJyGfCdxkqIu4jLgJ8UVkJCLgN+UNiaEnIZcAYv46YHIY06+IW2LUshlwFncGFIqLYlPIcHD9RtWbooYnce7lRmTMplwAM9J6sgY8oJOFnlm5TRvFBLyIquZRx3p5aQFZ2QqMMZ3BCxVYiMaVY6MgZ/ULiicx0Z00tKxqIBrYRkLCJjeq0/Qv0GGVMsIWPwFn0ddmRMMWQMfoeMwW6QMfgdMga7SVnEujKI2JqH7zT2LrCXpBkyBm9Q2OfHfReaydivZLz2WbEv7N2BbtpAEEXRxV5jsIH8/9+2kARomyhSE8Sdp3u+AInVevxmdj0y5sf2iEuqdJG5xg5eeBGMEUwx3jx0Jy6YWjeE3VRXgaHBeGxKNTDO8DKe2LrKe6GD7KZ6iAOi2DYeS8Z4oTO6SMaIxxgrXY+xIIrtcdsUi1FsnxAhna7yiu3OCFD0EAOi2Gb8Ct2JK7Z3dpKCMYrt5dQUi1Fsby3HcnVEyc/oZ+kmr9h+sRwLxii2GTmw7oUV2/1oORYM8e8Om6ZYA+KuC8I61x2LbZWCKMeUzGJbjzYgmpVKtnrgTB/Jala6kWbrm6e3CRHtUj3O9PTkYtjMbmTRluc/Kkc3smgd8LV6N7Js0763p3Mji4YI+afNAljpuop7VLbWF3PgXIhHZWs7L7TOBXirPBtmN7JUgAD21bq36g/1/AD2Fl9Afol+2AlTBln1h+qIKWur/mQr4g4Cs/5kpNP/jC826SwvHPNhGQwSjr0a7CcF6qxLTHyzDASq+M/WPaF1qh+1ZUXrfoQ3DybjfzMcT6wfpG+baduG6UUa3tHdFTHLpp8z4q6UO1iQZYEFF2fDhpTXKS24OOunI+3xre+gDCda9MeaeNtYayvifm1l5q+vJgeug0zIC35N+pMgtzHXWBJaG+lNP+IyO/2vLXS/mBGfNVfa/KvhRSTqNuYai4HdxlxjMUinkf6045z3VF42djEZ9GdgZmMXB4P+CBP4kw8H7+yMsAUOXLwbXGMJkAMXtzWGfR1R7bkxG5ZRgOOvrrEsfY8OOV1jAUb2qQxr/vo6c6bHNRYEdzTcNZZm2je2wZy/OnL8enGwX1ncCzq3cI0FAF2U/pkXdrSir4zwgv+3nTOKpXXs9OvN6horjTv9ejN6Lqky9LzFu7HCj9Rn+AX/b7NneAsrUPC31o8VfqU+NtAT/ovuiGJh+ITfdmV17MlEY/4AFaIxI9ja5iJlzggfb1PtaOxsOTXVVKbRjL1PSF9YqvxzRhdVga9Q+ctQohehf/G+WfOZydfKmko0kZy6qKzOk7K1mX34UxWvt7Dk/8Xe3SA1CARBFE4RSFLmz/ufVkjA0tID9GvedwItR3bonV0agFZKW34m0kp5eNryE2HSV4dgqTDpqyk/FWaf8mUAvZ5oA5noWU2ohV2oiR7WHKV+uMD+ZicTWBrK7KvtGBfjlEj8Z1uFvfjVGVg+VMD/cme9oYgV8C8GN5JgYLHF7Br8pTD948K7msTkgmVEXG7xy8iZCNcCeKL/aXKB8oFrxuaf2aWS5AIMmkZDfhJgM2bIDwNsxlwqWYjNmEslCrEZc6lEYVz7+sfDpZKDuekH+JCTNmfmlb1OWXNcoUsO4Ss7erlBRxcc6+GADfB/OyLfhXeJNsBvOIaDDF8Nx0iAY4mrh9dcMAy4MyJ2/DTUft8boTCo/b4dPwa23yceBN0nbr9vxg9BzfcXA7eR3BPkcLUDsCjkd/8Rd2fCLj2Y8zwGFxysq6sNLoDIr5S860R36cZOl7jR8X6gXynNXxHIr5TmrwiP54FsMn+NB96l9PtIDNRTSJubj7F0T/pJi7OPsXDcwVd3wyHGzwOcj7F08NTCx1i+O/4SEh9j4aB3p/gY46AHYz7G4l3RsxZmYwD4YMyIPx35hMhmYs+LtMNnr4sT/p2lGj57nU0Fj+Ji+OzV8dd0/Ox1NjnFHww+lLjyU5XB+PG+ZyrDFcT7s9H4NdcRPve6Ohq/xmKf1vUxBtCwg+R5t2gt7/stv0ehih0k49dkNSXmF95Swa+1sOEHaNgH51+WVq3mn9+xsVQVoxY2/Ml6SsyGP1RPidnwhypaXmz4MxWVmA1/pqISq/pdinSMvb5dS/b0y3SMvb6NfjQ8UVOJOdITqarEHOlJVFViPdthTbpKzGgsUFeJ+c2aQF0ldvALgnnKSqzk0F6VshJzEylPWYm5iZSnrcRcKeO0ldjgSpmmrcRcKeOciyYtXCkj1f3Tu1KmqSsx09c0fSXmXWNh+krMfcov9s4gqWEYCIKmSAGBJPD/10JBFUewcvFOT/cPFK/j0exoNQzOIbdfzrwlRQMsMcb8Wg7AEJ/Z11lgJvN4LHwqwBLz3q1RYKYkwi5yBUG4kFKDfzRMaazBPwhmiXkQaRCQ20MqXpxQmA09bYtBMEtse6Kl4ILBhV5/eDOXOAZe0OKbC9HuC+XKLDFi6zUVavDlxhQAiRBblPaQJoFsUaIXFgfXo6QqgDgo9zYrxsbC9Y+4KwuDG3PXGRsC1HnVGZvD9bJRsU05A6ot5viUKZDdI64fEwX5MZwM8E8AvbN/4OrMILiexRfP5MXFAPYs7ITP4Ez+liCPiKYBV8Sar8dD3lCyfeUY0BtK+GYmBPgzUO8fD3pDqd6fwAdbD8N3Mwng33L9/aN5waaq2Ufdg8B3WOA75gCoJ8ELDr+EcALnEflxuAjg3r4tpOMpSB7bQroLjVe3lCnAjVe3lIdTIMXcUq6jFHNLGUSBFEOfE50P3xWD3raZw3uBFNu2m1MH1rFBaegyhA5XUtfiLrxPT9cigZLfXtdiDaWY2eogOqSYrsUSSjFfpSQ6XDGzFovoF7nQICoalBpj69ig9O7zFBqyYiXHkafS8/nQe13AAIKJsSCKbtLTe92JXw9Hp0RR0gP3KqTjeH3catDeX0HjVXs/haZRD49F/9hzqLIjtff3odp3FGQUTWq/qFc2iSa1X+UBzqFJ7VtiS3hkwtVmUKZO7IPvxiSPsiCFoiSPUYsFHLdvieVQMOO11qKZQVX7yBLbje0jpWcObdEDA2P/41ttiWXRpk0ssT1oRRp7DaKuZ9emPY+nrENpie3DDqUlFkSdNLHEdqBnYYklUTf81BLbgwk9SyyHmlHVltgKehaWWBB9J1ctsb/xB3fFafQ1hS2xz/buIAdCGIah6G4Wc/8Dc4SkRUKy/P4NitxA7TSs0GdBYjHU2WIktoEtRmI51LXykNgGtpgDThBt149IbIduMRLLofDDpK576RhbmhMYReHzLlzyKZxXS06i7RKl4U87mPt2VQyN45sLd9UxZouJzHIozI8aC/cF/jllV6VQmB+R2AL5kcKdQ91Ai8rCfYGIUuGOoTCvK9xVZ5CYJWdRmNdJwQdITESZRWFeV7jkEzxvqWwYhXkdc3+AxJj7WRS+NTivI94arrglUSgxzusAibHFsuj79tVWPUBi6nYYfRIrnER0gfa8F/x5FhuYRPf8eBYDJKaVJ4s6iTlQjpCYA2UWX0jsAXlHUFNiuiCNAAAAAElFTkSuQmCCCg==);z-index:-1;background-size:cover;background-repeat:no-repeat}.product-details-section .product-right-box .promo-banner-new strong{display:block;font-size:22px;font-weight:600;line-height:1.2}.product-details-section .product-right-box .promo-banner-new span{font-size:16px;color:rgba(255,255,255,0.9);letter-spacing:0.15px}.product-details-section .product-right-box .order-box-new{border:1px solid rgba(var(--border-color),1);border-top:none;border-radius:0 0 calc(8px + 2 * (100vw - 320px) / 1600) calc(8px + 2 * (100vw - 320px) / 1600);padding-top:calc(14px + 4 * (100vw - 320px) / 1600)}.product-details-section .product-right-box .order-box-new .order-preview{gap:calc(11px + 4 * (100vw - 991px) / 929);margin-bottom:calc(14px + 6 * (100vw - 991px) / 929);padding-inline:calc(12px + 6 * (100vw - 991px) / 929);display:flex;align-items:center}.product-details-section .product-right-box .order-box-new .order-preview img{width:74px;height:74px;background-color:rgba(var(--background),0.6);border:1px solid rgba(var(--border-color),1);border-radius:6px;padding:10px;object-fit:contain}.product-details-section .product-right-box .order-box-new .order-preview .preview-text .label{font-size:calc(14px + 2 * (100vw - 991px) / 929);color:rgba(var(--content-color),1);margin-bottom:calc(2px + 1 * (100vw - 991px) / 929);font-weight:400;letter-spacing:0.4px}.product-details-section .product-right-box .order-box-new .order-preview .preview-text h5{font-size:calc(16px + 2 * (100vw - 991px) / 929);font-weight:600}.product-details-section .product-right-box .order-box-new .order-qty-stock{padding-inline:calc(12px + 6 * (100vw - 991px) / 929);display:flex;align-items:center;justify-content:space-between}.product-details-section .product-right-box .order-box-new .order-qty-stock .counter{display:flex;padding:0;gap:0;border:1px solid rgba(var(--border-color),1);border-radius:4px;overflow:hidden}.product-details-section .product-right-box .order-box-new .order-qty-stock .counter button{width:32px;background:rgba(var(--background),1);border:none;font-size:20px;cursor:pointer;color:rgba(var(--title-color),0.8);display:grid;place-items:center;padding:0;transition:all 0.2s ease-in-out}.product-details-section .product-right-box .order-box-new .order-qty-stock .counter button:hover{background-color:rgba(var(--border-color),0.8)}.product-details-section .product-right-box .order-box-new .order-qty-stock .counter button:disabled{cursor:not-allowed;opacity:0.5;background-color:rgba(var(--background),0.5)}.product-details-section .product-right-box .order-box-new .order-qty-stock .counter .count{width:42px;height:34px;text-align:center;border:none;line-height:1;font-size:19px;font-weight:400;color:rgba(var(--title-color),1);padding-inline:2px;display:grid;place-items:center}.product-details-section .product-right-box .order-box-new .order-qty-stock .counter .count:disabled{background-color:transparent;color:rgba(var(--content-color),0.5);cursor:not-allowed}.product-details-section .product-right-box .order-box-new .order-qty-stock .stock-info{font-size:16px;color:rgba(var(--content-color),1);font-weight:400}.product-details-section .product-right-box .order-box-new .order-qty-stock .stock-info span{font-size:18px;font-weight:500;color:rgba(var(--title-color),1)}.product-details-section .product-right-box .order-box-new .price-row{margin:calc(10px + 4 * (100vw - 991px) / 929) calc(12px + 6 * (100vw - 991px) / 929);padding-top:calc(10px + 4 * (100vw - 991px) / 929);border-top:1px solid rgba(var(--border-color),1);display:flex;align-items:center;justify-content:space-between}.product-details-section .product-right-box .order-box-new .price-row .label{font-size:18px;color:rgba(var(--title-color),0.9);letter-spacing:0.3px;font-weight:600}.product-details-section .product-right-box .order-box-new .price-row .price{font-size:22px;font-weight:700;color:rgba(var(--primary-color),1)}.product-details-section .product-right-box .order-box-new .action-buttons{padding-inline:calc(12px + 6 * (100vw - 991px) / 929);gap:12px;margin-bottom:20px;display:grid}.product-details-section .product-right-box .order-box-new .action-buttons .btn{width:100%;padding:calc(10px + 2 * (100vw - 991px) / 929);border-radius:6px;font-size:calc(16px + 2 * (100vw - 991px) / 929);letter-spacing:0.3px;transition:all 0.2s ease-in-out}.product-details-section .product-right-box .order-box-new .action-buttons .btn i{line-height:1}.product-details-section .product-right-box .order-box-new .action-buttons .btn.buy-btn{background-color:rgba(var(--primary-color),1);color:#fff;border:1px solid rgba(var(--primary-color),1)}.product-details-section .product-right-box .order-box-new .action-buttons .btn.buy-btn:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.product-details-section .product-right-box .order-box-new .action-buttons .btn.bag-btn{background-color:rgba(var(--background),1);color:rgba(var(--title-color),1);border:1px solid rgba(var(--border-color),1);animation:shake-periodic 5s linear infinite}.product-details-section .product-right-box .order-box-new .action-buttons .btn.bag-btn:hover{background-color:rgba(var(--border-color),0.8)}.product-details-section .product-right-box .order-box-new .link-actions{background-color:rgba(var(--background),0.6);padding:calc(12px + 2 * (100vw - 991px) / 929) calc(14px + 4 * (100vw - 991px) / 929);border-top:1px solid rgba(var(--border-color),1);gap:calc(12px + 8 * (100vw - 991px) / 929);display:flex;align-items:center;justify-content:center}.product-details-section .product-right-box .order-box-new .link-actions .btn{font-size:calc(14px + 2 * (100vw - 991px) / 929);color:rgba(var(--title-color),1);gap:calc(4px + 2 * (100vw - 991px) / 929);font-weight:400;letter-spacing:0.3px;line-height:1;border:none;padding:0;display:flex;align-items:center}.product-details-section .product-right-box .order-box-new .link-actions .btn:hover{color:rgba(var(--primary-color),1)}.product-details-section .product-right-box .order-box-new .link-actions .btn i{font-size:calc(16px + 2 * (100vw - 991px) / 929);line-height:1}.product-details-section .product-right-box .report-box{text-align:center;margin-top:calc(18px + 3 * (100vw - 991px) / 929);font-size:calc(14px + 2 * (100vw - 991px) / 929);color:rgba(var(--title-color),0.8);font-weight:400}.product-details-section .product-right-box .report-box a{color:rgba(var(--primary-color),1);font-weight:600;font-size:calc(14px + 2 * (100vw - 991px) / 929);text-decoration:underline;margin-left:calc(2px + 2 * (100vw - 991px) / 929)}.product-details-section .product-right-box .report-box a:hover{text-decoration:underline}.product-details-section .product-right-box .top-product-box{border:1px solid rgba(var(--border-color),1);border-radius:8px;margin-top:calc(24px + 10 * (100vw - 991px) / 929);padding:calc(16px + 4 * (100vw - 991px) / 929)}.product-details-section .product-right-box .top-product-box .product-title{margin-bottom:calc(8px + 2 * (100vw - 991px) / 929);padding-bottom:calc(8px + 2 * (100vw - 991px) / 929);border-bottom:1px solid rgba(var(--border-color),1)}.product-details-section .product-right-box .top-product-box .product-title h5{font-size:calc(18px + 2 * (100vw - 991px) / 929);letter-spacing:0.4px}.product-details-section .product-right-box .top-product-box .top-product-list .product-item{display:flex;align-items:center;gap:calc(8px + 2 * (100vw - 991px) / 929)}.product-details-section .product-right-box .top-product-box .top-product-list .product-item+.product-item{margin-top:calc(8px + 4 * (100vw - 320px) / 1600);padding-top:calc(8px + 4 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-image{width:calc(72px + 16 * (100vw - 991px) / 929);height:calc(72px + 16 * (100vw - 991px) / 929);background-color:rgba(var(--background),0.6);border:1px solid rgba(var(--border-color),0.7);border-radius:6px;padding:calc(8px + 2 * (100vw - 991px) / 929);display:flex;align-items:center;justify-content:center}.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-content{width:calc(100% - (72px + 16 * (100vw - 991px) / 929) - (8px + 2 * (100vw - 991px) / 929))}.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-content .title{font-size:calc(16px + 2 * (100vw - 991px) / 929);line-height:1.2;padding-bottom:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;word-break:break-all;overflow:hidden;font-family:var(--roboto);font-weight:500;color:rgba(var(--title-color),1)}.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-content .price{color:rgba(var(--primary-color),1);font-size:calc(16px + 2 * (100vw - 991px) / 929);font-weight:500;margin-top:4px}.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-content .price del{color:rgba(var(--error),0.8);font-weight:400;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-content .rating{display:flex;align-items:center;margin-top:4px;gap:1px}.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-content .rating li{color:rgba(var(--content-color),0.4)}.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-content .rating li i{line-height:1;font-size:16px}.product-details-section .product-right-box .top-product-box .top-product-list .product-item .product-content .rating li i.fill{color:rgba(var(--star),1)}.product-details-section .product-left-box{position:sticky;top:100px}.product-details-section .product-left-box .video-container{aspect-ratio:11/10;border-radius:12px;overflow:hidden;position:relative}.product-details-section .product-left-box .video-container iframe{width:100%;height:100%}.product-details-section .product-left-box .main-image{aspect-ratio:11/10;border:1px solid rgba(var(--border-color),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);padding:calc(14px + 16 * (100vw - 320px) / 1600);overflow:hidden;background-color:rgba(var(--background),1);display:flex;align-items:center;justify-content:center}@media (max-width:1399.98px){.product-details-section .product-left-box .main-image{aspect-ratio:7/5}}.product-details-section .product-left-box .main-image-2{aspect-ratio:229/100}.product-details-section .product-left-box .product-thumb-slider .swiper-wrapper .swiper-slide-thumb-active .thumbs-image{opacity:1;filter:none}.product-details-section .product-left-box .product-thumb-slider .thumbs-image{aspect-ratio:6/5;cursor:pointer;border:1px solid rgba(var(--border-color),1);border-radius:6px;padding:6px;background-color:rgba(var(--background),1);opacity:0.75;filter:blur(1px);overflow:hidden;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}@media (max-width:1399.98px){.product-details-section .product-left-box .product-thumb-slider .thumbs-image{aspect-ratio:7/4;padding:calc(10px + 4 * (100vw - 320px) / 1080)}}.product-details-section .product-left-box .product-thumb-slider .thumbs-image.swiper-slide-thumb-active{border-color:rgba(var(--primary-color),1)}.product-details-section .variant-box+.variant-box{margin-top:calc(16px + 4 * (100vw - 320px) / 1600)}.product-details-section .variant-box h4{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:calc(4px + 4 * (100vw - 320px) / 1600);letter-spacing:0.4px}@media (max-width:575.98px){.product-details-section .variant-box h4{text-align:center}}.product-details-section .variant-box>ul li:has(.disabled) .form-check-input:hover~.form-check-label,.product-details-section .variant-box>ul li:has(.disabled) .form-check-input:checked~.form-check-label{background-color:rgba(var(--background),1);border-color:rgba(var(--border-color),1);color:rgba(var(--content-color),0.8);cursor:not-allowed;font-weight:normal}.product-details-section .variant-box>ul li:has(.disabled) .form-check-label{color:rgba(var(--content-color),0.8);cursor:not-allowed;opacity:1;overflow:hidden;position:relative}.product-details-section .variant-box>ul li:has(.disabled) .form-check-label::before{content:none}.product-details-section .variant-box>ul li:has(.disabled) .form-check-label::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(46deg);width:calc(100% + 20px);height:1px;background-color:rgba(var(--error),0.6)}.product-details-section .variant-box .size-options{display:flex;gap:calc(8px + 2 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.product-details-section .variant-box .size-options{justify-content:center;flex-wrap:wrap}}.product-details-section .variant-box .size-options li{position:relative}.product-details-section .variant-box .size-options li .form-check-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0}.product-details-section .variant-box .size-options li .form-check-input:hover~.form-check-label{background-color:rgba(var(--primary-color),0.09);border-color:rgba(var(--primary-color),0.3);color:rgba(var(--primary-color),1);font-weight:500}.product-details-section .variant-box .size-options li .form-check-input:checked~.form-check-label{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff;font-weight:500}.product-details-section .variant-box .size-options li .form-check-label{padding:calc(6px + 2 * (100vw - 320px) / 1600) calc(10px + 4 * (100vw - 320px) / 1600) calc(5px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1);border-radius:calc(5px + 1 * (100vw - 320px) / 1600);font-size:calc(14px + 1 * (100vw - 320px) / 1600);letter-spacing:0.3px;font-weight:400;cursor:pointer;transition:all 0.2s ease-in-out}.product-details-section .variant-box .image-swatch-list{display:flex;gap:calc(8px + 2 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.product-details-section .variant-box .image-swatch-list{justify-content:center}}.product-details-section .variant-box .image-swatch-list li{display:grid;position:relative}.product-details-section .variant-box .image-swatch-list li .form-check-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0}.product-details-section .variant-box .image-swatch-list li .form-check-input:hover~.form-check-label{background-color:rgba(var(--primary-color),0.09);border-color:rgba(var(--primary-color),0.3);color:rgba(var(--primary-color),1);font-weight:500}.product-details-section .variant-box .image-swatch-list li .form-check-input:checked~.form-check-label{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff;font-weight:500}.product-details-section .variant-box .image-swatch-list li .form-check-label{padding:8px;border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);font-size:15px;letter-spacing:0.3px;font-weight:400;cursor:pointer;width:calc(72px + 22 * (100vw - 320px) / 1600);height:calc(72px + 22 * (100vw - 320px) / 1600);overflow:hidden;transition:all 0.2s ease-in-out}.product-details-section .variant-box .size-list{gap:calc(6px + 4 * (100vw - 320px) / 1600);flex-wrap:wrap;display:flex}@media (max-width:575.98px){.product-details-section .variant-box .size-list{justify-content:center}}.product-details-section .variant-box .size-list li:hover label{border-color:rgba(var(--primary-color),0.5)}.product-details-section .variant-box .size-list li .form-check-input{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;opacity:0;z-index:-1}.product-details-section .variant-box .size-list li .form-check-input:checked~label{color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.05)}.product-details-section .variant-box .size-list li label{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),0.6);width:calc(40px + 10 * (100vw - 320px) / 1600);height:calc(40px + 10 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);border-radius:100%;background-color:rgba(var(--background),0.5);cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.product-details-section .variant-box .radio-btn-list{display:flex;gap:8px;flex-wrap:wrap}@media (max-width:575.98px){.product-details-section .variant-box .radio-btn-list{justify-content:center}}.product-details-section .variant-box .radio-btn-list li{display:flex;align-items:center;gap:10px;padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(12px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.5);transition:all 0.2s ease-in-out;cursor:pointer}.product-details-section .variant-box .radio-btn-list li:hover{border-color:rgba(var(--primary-color),0.5)}.product-details-section .variant-box .radio-btn-list li:has(.radiobox_animated:checked){border-color:rgba(var(--primary-color),1);background-color:rgba(var(--primary-color),0.05)}.product-details-section .variant-box .radio-btn-list li .radiobox_animated{margin:-2px 0 0;width:16px;height:16px}.product-details-section .variant-box .radio-btn-list li .radiobox_animated:checked~label{color:rgba(var(--primary-color),1)}.product-details-section .variant-box .radio-btn-list li label{line-height:1.2;cursor:pointer;font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),0.6);transition:all 0.2s ease-in-out}.product-details-section .variant-box .custom-slim-select .ss-main{border-color:rgba(var(--border-color),1);border-radius:6px;padding:4px 10px;background-color:rgba(var(--background),0.6);font-size:16px}.product-details-section .variant-box .custom-slim-select .ss-main .ss-values .ss-placeholder{color:rgba(var(--content-color),0.8)}.product-details-section .variant-box .custom-slim-select .ss-main .ss-arrow path{stroke:rgba(var(--title-color),0.7)}.product-details-section .variant-box .color-options{gap:calc(6px + 4 * (100vw - 320px) / 1600);display:flex}@media (max-width:575.98px){.product-details-section .variant-box .color-options{justify-content:center}}.product-details-section .variant-box .color-options li{position:relative;display:grid}.product-details-section .variant-box .color-options li .form-check-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0}.product-details-section .variant-box .color-options li .form-check-input:checked~.form-check-label::before,.product-details-section .variant-box .color-options li .form-check-input:hover~.form-check-label::before{opacity:1;width:calc(100% - 4px);height:calc(100% - 4px)}.product-details-section .variant-box .color-options li .form-check-label{width:calc(32px + 6 * (100vw - 320px) / 1600);height:calc(32px + 6 * (100vw - 320px) / 1600);padding:0;background-color:rgba(var(--background),1);border-radius:calc(5px + 1 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;cursor:pointer;position:relative;transition:all 0.2s ease-in-out}.product-details-section .variant-box .color-options li .form-check-label::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;opacity:0;border-radius:4px;border:calc(1px + 1 * (100vw - 320px) / 1600) solid rgba(var(--white),1);transition:all 0.2s ease-in-out}.product-details-section .variant-box .image-options{display:flex;gap:10px}.product-details-section .variant-box .image-options li{position:relative;display:grid}.product-details-section .variant-box .image-options li .form-check-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0}.product-details-section .variant-box .image-options li .form-check-input:checked~.form-check-label,.product-details-section .variant-box .image-options li .form-check-input:hover~.form-check-label{background-color:rgba(var(--primary-color),0.09);border-color:rgba(var(--primary-color),0.6)}.product-details-section .variant-box .image-options li .form-check-label{width:86px;height:86px;cursor:pointer;padding:8px;border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1);border-radius:8px;transition:all 0.15s ease-in-out}.product-details-section .product-info-new{position:sticky;top:100px}.product-details-section .product-info-new .seller-store{font-size:calc(14px + 4 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);font-weight:500;margin-bottom:calc(5px + 2 * (100vw - 320px) / 1600);line-height:1;gap:calc(3px + 2 * (100vw - 320px) / 1600);display:inline-flex;align-items:center}@media (max-width:575.98px){.product-details-section .product-info-new .seller-store{display:flex;justify-content:center}}.product-details-section .product-info-new .seller-store i{color:rgba(var(--primary-color),1);font-size:calc(16px + 5 * (100vw - 320px) / 1600);line-height:1}.product-details-section .product-info-new .product-main-title{font-size:calc(20px + 6 * (100vw - 320px) / 1600);font-weight:600;line-height:1.3;margin-bottom:calc(6px + 4 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.product-details-section .product-info-new .product-main-title{text-align:center}}.product-details-section .product-info-new .product-price{display:none}@media (max-width:991.98px){.product-details-section .product-info-new .product-price{font-size:calc(21px + 5 * (100vw - 320px) / 672);margin-bottom:6px;font-weight:700;color:rgba(var(--primary-color),1);display:block}.product-details-section .product-info-new .product-price del{color:rgba(var(--content-color),1);font-weight:400;font-size:calc(19px + 3 * (100vw - 320px) / 672)}}@media (max-width:575.98px){.product-details-section .product-info-new .product-price{text-align:center}}.product-details-section .product-info-new .product-title{font-size:26px;font-weight:600;line-height:1.3}.product-details-section .product-info-new .product-title h5{font-size:20px;margin-bottom:8px;letter-spacing:0.4px}.product-details-section .product-info-new .product-meta{font-size:16px;font-weight:500;color:rgba(var(--title-color),0.85);display:flex;align-items:center}@media (max-width:575.98px){.product-details-section .product-info-new .product-meta{justify-content:center}}.product-details-section .product-info-new .product-meta>*+*{margin-left:calc(6px + 4 * (100vw - 320px) / 1600);padding-left:calc(6px + 4 * (100vw - 320px) / 1600);border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .product-details-section .product-info-new .product-meta>*+*{margin-right:calc(6px + 4 * (100vw - 320px) / 1600);margin-left:unset;padding-right:calc(6px + 4 * (100vw - 320px) / 1600);padding-left:unset;border-right:1px solid rgba(var(--border-color),1);border-left:unset}.product-details-section .product-info-new .product-meta span{color:rgba(var(--title-color),0.85)}.product-details-section .product-info-new .product-meta .rating{gap:5px;color:rgba(var(--star),1);display:flex;align-items:center}.product-details-section .product-info-new .product-meta .rating i{margin-top:-2px;line-height:1}.product-details-section .product-info-new .product-meta h4{letter-spacing:0.3px;font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),0.85)}.product-details-section .product-info-new .product-details{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;color:rgba(var(--content-color),1);margin-bottom:14px}@media (max-width:575.98px){.product-details-section .product-info-new .product-details{text-align:center}}.product-details-section .product-info-new .features-info-box{gap:calc(10px + 5 * (100vw - 320px) / 1600);grid-template-columns:repeat(2,1fr);display:grid}@media (max-width:1554px) and (min-width:1399.98px){.product-details-section .product-info-new .features-info-box{grid-template-columns:repeat(1,1fr)}}@media (max-width:767.98px){.product-details-section .product-info-new .features-info-box{grid-template-columns:repeat(1,1fr)}}.product-details-section .product-info-new .features-info-box .feature-item{gap:calc(8px + 2 * (100vw - 320px) / 1600);padding:calc(10px + 5 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.6);border:1px solid rgba(var(--border-color),0.7);border-radius:calc(7px + 2 * (100vw - 320px) / 1600);display:flex;transition:all 0.15s ease-in-out}.product-details-section .product-info-new .features-info-box .feature-item:hover{background-color:rgba(var(--background),0.5)}.product-details-section .product-info-new .features-info-box .feature-item .feature-icon{width:calc(40px + 5 * (100vw - 320px) / 1600);height:calc(40px + 5 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),0.5);display:flex;align-items:center;justify-content:center}.product-details-section .product-info-new .features-info-box .feature-item .feature-icon i{font-size:calc(18px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);line-height:1}.product-details-section .product-info-new .features-info-box .feature-item .feature-content{width:calc(100% - (40px + 5 * (100vw - 320px) / 1600) - 10px)}.product-details-section .product-info-new .features-info-box .feature-item .feature-content h5{font-size:calc(16px + 1 * (100vw - 320px) / 1600);margin-bottom:calc(2px + 1 * (100vw - 320px) / 1600);letter-spacing:0.3px}.product-details-section .product-info-new .features-info-box .feature-item .feature-content p{font-size:14px;color:rgba(var(--content-color),1);font-weight:400;line-height:1.3;letter-spacing:0.4px}.product-details-section .product-info-new.product-info-new-2 .product-main-title{font-size:calc(22px + 10 * (100vw - 320px) / 1600);margin-bottom:calc(8px + 7 * (100vw - 320px) / 1600)}.product-details-section .product-info-new.product-info-new-2 .variant-box{margin-top:calc(20px + 10 * (100vw - 320px) / 1600)}.product-details-section .product-info-new .hurry-up-box{margin-top:calc(16px + 4 * (100vw - 320px) / 1600)}.product-details-section .product-info-new .hurry-up-box.out-of-stock-box{background-color:rgba(var(--error),0.05);padding:12px 15px;border:1px dashed rgba(var(--error),0.4);border-radius:8px}.product-details-section .product-info-new .hurry-up-box.out-of-stock-box .out-of-stock-content{display:flex;align-items:flex-start;gap:calc(8px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(6px + 2 * (100vw - 320px) / 1600)}.product-details-section .product-info-new .hurry-up-box.out-of-stock-box .out-of-stock-content i{font-size:calc(20px + 2 * (100vw - 320px) / 1600);color:rgba(var(--error),1);line-height:1;margin-top:2px}.product-details-section .product-info-new .hurry-up-box.out-of-stock-box .out-of-stock-content h5{color:rgba(var(--error),1);font-weight:500;margin-bottom:3px;letter-spacing:0.3px}@media (max-width:575.98px){.product-details-section .product-info-new .hurry-up-box.out-of-stock-box .out-of-stock-content h5{text-align:unset}}.product-details-section .product-info-new .hurry-up-box.out-of-stock-box .out-of-stock-content p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.7);line-height:1.4;letter-spacing:0.2px}.product-details-section .product-info-new .hurry-up-box.out-of-stock-box .progress{height:6px;background-color:rgba(var(--error),0.1)}.product-details-section .product-info-new .hurry-up-box.out-of-stock-box .progress .progress-bar{background-color:rgba(var(--error),1)}.product-details-section .product-info-new .hurry-up-box h5{font-size:calc(15px + 3 * (100vw - 320px) / 1600);font-weight:400}@media (max-width:575.98px){.product-details-section .product-info-new .hurry-up-box h5{text-align:center}}.product-details-section .product-info-new .hurry-up-box h5 span{color:rgba(var(--primary-color),1);font-weight:500;font-size:inherit}.product-details-section .product-info-new .hurry-up-box .progress{margin-top:6px;height:calc(6px + 4 * (100vw - 320px) / 1600);border-radius:100px;background-color:rgba(var(--border-color),0.8)}.product-details-section .product-info-new .hurry-up-box .progress .progress-bar{border-radius:100px;background-color:rgba(var(--primary-color),1)}.product-details-section .product-info-new .counter{display:inline-flex;padding:0;gap:0;border:1px solid rgba(var(--border-color),1);border-radius:6px;overflow:hidden}@media (min-width:992px){.product-details-section .product-info-new .counter{display:none}}.product-details-section .product-info-new .counter button{width:calc(36px + 6 * (100vw - 320px) / 1600);background:rgba(var(--background),1);border:none;font-size:calc(18px + 2 * (100vw - 320px) / 1600);cursor:pointer;color:rgba(var(--title-color),0.8);display:grid;place-items:center;padding:0;transition:all 0.2s ease-in-out}.product-details-section .product-info-new .counter button:hover{background-color:rgba(var(--border-color),0.8)}.product-details-section .product-info-new .counter button i{line-height:1}.product-details-section .product-info-new .counter button:disabled{cursor:not-allowed;opacity:0.5;background-color:rgba(var(--background),0.5)}.product-details-section .product-info-new .counter .count{width:96px;height:44px;text-align:center;border:none;line-height:1;font-size:20px;font-weight:400;color:rgba(var(--title-color),1);padding-inline:2px;display:grid;place-items:center}@media (max-width:991.98px){.product-details-section .product-info-new .counter .count{width:calc(68px + 28 * (100vw - 320px) / 672);height:calc(40px + 4 * (100vw - 320px) / 672);font-size:calc(16px + 4 * (100vw - 320px) / 672)}}.product-details-section .product-info-new .counter .count:disabled{background-color:transparent;color:rgba(var(--content-color),0.5);cursor:not-allowed}.product-details-section .product-info-new .button-group{margin-top:calc(10px + 10 * (100vw - 320px) / 1600);display:flex;gap:calc(8px + 8 * (100vw - 320px) / 1600)}@media (max-width:375.98px){.product-details-section .product-info-new .button-group{display:grid}}.product-details-section .product-info-new .button-group .btn{width:100%;padding:calc(8px + 4 * (100vw - 320px) / 1600);font-size:calc(15px + 3 * (100vw - 320px) / 1600);letter-spacing:0.3px;border-radius:calc(6px + 2 * (100vw - 320px) / 1600)}.product-details-section .product-info-new .button-group .btn-light-background{animation:shake-periodic 5s linear infinite}.product-details-section .product-info-new .button-group .btn i{line-height:1}.product-details-section .product-info-new .size-delivery-info{border-top:1px solid rgba(var(--border-color),1);padding-top:calc(10px + 6 * (100vw - 320px) / 1600);margin-top:calc(10px + 6 * (100vw - 320px) / 1600);align-items:center;display:flex;flex-wrap:wrap}@media (max-width:575.98px){.product-details-section .product-info-new .size-delivery-info{row-gap:calc(8px + 2 * (100vw - 320px) / 448);justify-content:center}}.product-details-section .product-info-new .size-delivery-info li+li{margin-left:calc(5px + 3 * (100vw - 320px) / 1600);padding-left:calc(5px + 3 * (100vw - 320px) / 1600);border-left:1px dashed rgba(var(--border-color),1)}[dir=rtl] .product-details-section .product-info-new .size-delivery-info li+li{margin-right:calc(5px + 3 * (100vw - 320px) / 1600);margin-left:unset;padding-right:calc(5px + 3 * (100vw - 320px) / 1600);padding-left:unset;border-right:1px dashed rgba(var(--border-color),1);border-left:unset}.product-details-section .product-info-new .size-delivery-info li button,.product-details-section .product-info-new .size-delivery-info li a{padding:0;gap:6px;font-weight:400;font-size:calc(14px + 2 * (100vw - 320px) / 1600);letter-spacing:0.2px;border:none;line-height:1;color:rgba(var(--title-color),1);align-items:center;display:flex}.product-details-section .product-info-new .size-delivery-info li button i,.product-details-section .product-info-new .size-delivery-info li a i{font-size:calc(16px + 2 * (100vw - 320px) / 1600);line-height:1}.product-details-section .product-info-new .product-tabs{border-bottom:1px solid rgba(var(--border-color),1);margin-bottom:20px;gap:30px}.product-details-section .product-info-new .product-tabs .nav-link{border:none;padding:10px 0;font-size:15px;font-weight:600;color:rgba(var(--content-color),0.6);position:relative}.product-details-section .product-info-new .product-tabs .nav-link.active{color:rgba(var(--primary-color),1);background:none}.product-details-section .product-info-new .product-tabs .nav-link.active::after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:rgba(var(--primary-color),1);border-radius:3px 3px 0 0}.product-details-section .product-info-new .info-list{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(2px + 4 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.product-details-section .product-info-new .info-list{grid-template-columns:repeat(1,1fr)}}.product-details-section .product-info-new .info-list li{font-weight:500;letter-spacing:0.3px;font-size:calc(15px + 1 * (100vw - 320px) / 1600);gap:calc(8px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center}@media (max-width:575.98px){.product-details-section .product-info-new .info-list li{justify-content:center}}.product-details-section .product-info-new .info-list li span{color:rgba(var(--title-color),0.9);min-width:80px;font-weight:400}@media (max-width:575.98px){.product-details-section .product-info-new .info-list li span{min-width:unset}}.product-details-section .product-info-new .description-list{list-style:disc;padding-left:22px;display:grid;gap:3px}[dir=rtl] .product-details-section .product-info-new .description-list{padding-left:unset;padding-right:22px}@media (max-width:575.98px){.product-details-section .product-info-new .description-list{padding-left:unset}[dir=rtl] .product-details-section .product-info-new .description-list{padding-right:unset}}.product-details-section .product-info-new .description-list li{color:rgba(var(--title-color),0.9);display:list-item;font-weight:400;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.product-details-section .product-info-new .description-list li{display:block;text-align:center}}.product-details-section .product-info-new .description-list li::marker{color:rgba(var(--title-color),0.75)}.product-details-section .product-info-new .delivery-info ul{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.product-details-section .product-info-new .delivery-info ul li{font-size:calc(15px + 5 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);width:100%;line-height:1}@media (max-width:575.98px){.product-details-section .product-info-new .delivery-info ul li{text-align:center;line-height:1.3}}.product-details-section .product-info-new .delivery-info ul li i{font-size:calc(17px + 1 * (100vw - 320px) / 1600);line-height:1}.product-details-section .product-info-new .delivery-info ul li span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:inherit}.product-details-section .product-info-new .payment-option .product-title{margin-bottom:12px}.product-details-section .product-info-new .payment-option .product-title h5{font-size:18px;font-weight:600}.product-details-section .product-info-new .payment-option ul{align-items:center;display:flex;flex-wrap:wrap;gap:calc(3px + 5 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.product-details-section .product-info-new .payment-option ul{justify-content:center}}.product-details-section .product-info-new .payment-option ul li a img{width:calc(48px + 16 * (100vw - 320px) / 1600)}.product-details-section .product-info-new .info-list-box .product-title,.product-details-section .product-info-new .description-box .product-title,.product-details-section .product-info-new .shipping-info-box .product-title,.product-details-section .product-info-new .payment-option .product-title,.product-details-section .product-info-new .delivery-info .product-title{margin-bottom:calc(8px + 4 * (100vw - 320px) / 1600)}.product-details-section .product-info-new .info-list-box .product-title h5,.product-details-section .product-info-new .description-box .product-title h5,.product-details-section .product-info-new .shipping-info-box .product-title h5,.product-details-section .product-info-new .payment-option .product-title h5,.product-details-section .product-info-new .delivery-info .product-title h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600}@media (max-width:575.98px){.product-details-section .product-info-new .info-list-box .product-title h5,.product-details-section .product-info-new .description-box .product-title h5,.product-details-section .product-info-new .shipping-info-box .product-title h5,.product-details-section .product-info-new .payment-option .product-title h5,.product-details-section .product-info-new .delivery-info .product-title h5{text-align:center}}.product-details-section .product-info-new .shipping-info-list{list-style:disc;padding-left:22px;display:grid;flex-wrap:wrap;gap:5px}[dir=rtl] .product-details-section .product-info-new .shipping-info-list{padding-left:unset;padding-right:22px}@media (max-width:575.98px){.product-details-section .product-info-new .shipping-info-list{padding-left:unset}[dir=rtl] .product-details-section .product-info-new .shipping-info-list{padding-right:unset}}.product-details-section .product-info-new .shipping-info-list li{display:list-item;color:rgba(var(--title-color),0.8);font-size:calc(14px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px}@media (max-width:575.98px){.product-details-section .product-info-new .shipping-info-list li{display:block;text-align:center}}.product-details-section .product-info-new .shipping-info-list li::marker{color:rgba(var(--title-color),1)}.product-details-section .product-info-new .shipping-info-list li span{color:rgba(var(--title-color),1);font-weight:500;text-transform:capitalize}.product-details-section .product-info-new-2{border:1px solid rgba(var(--border-color),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);padding:calc(14px + 16 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.56)}.product-details-section-2 .product-left-box{position:static}.product-details-section-2 .product-left-box .main-image{width:100%;height:100%}@media (max-width:767.98px){.product-details-section-2 .product-left-box .main-image{aspect-ratio:229/100}}.product-details-section-2 .product-right-box-2{position:sticky;top:100px}.product-details-section-2 .product-right-box-2 .product-right-box-premium{border:1px solid rgba(var(--border-color),1);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);padding:calc(10px + 12 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.56)}.product-details-section-2 .product-right-box-2 .product-right-box-premium+.product-right-box-premium{margin-top:var(--bs-gutter-y)}.product-details-section-2 .product-right-box-2 .product-right-box-premium.sticky{position:sticky;top:100px;z-index:9}.product-details-section-2 .product-right-box-2 .product-right-box-premium .variant-section{margin-bottom:calc(18px + 12 * (100vw - 991px) / 929);display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,auto));gap:calc(10px + 5 * (100vw - 320px) / 1600)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .variant-section .variant-box{margin-top:0}.product-details-section-2 .product-right-box-2 .product-right-box-premium .variant-section .variant-box .size-options li .form-check-input:checked~.form-check-label{background-color:rgba(var(--primary-color),1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .variant-section .variant-box .size-options li .form-check-label{background-color:rgba(var(--white),1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .variant-section .variant-box .size-options li:has(.disabled) .form-check-input:hover~.form-check-label,.product-details-section-2 .product-right-box-2 .product-right-box-premium .variant-section .variant-box .size-options li:has(.disabled) .form-check-input:checked~.form-check-label{background-color:rgba(var(--white),1);border-color:rgba(var(--border-color),1);color:rgba(var(--content-color),0.8);cursor:not-allowed;font-weight:normal}.product-details-section-2 .product-right-box-2 .product-right-box-premium .variant-section .variant-box .size-options li:has(.disabled) .form-check-label{color:rgba(var(--content-color),0.8);cursor:not-allowed;opacity:1;overflow:hidden;position:relative}.product-details-section-2 .product-right-box-2 .product-right-box-premium .variant-section .variant-box .size-options li:has(.disabled) .form-check-label::before{content:none}.product-details-section-2 .product-right-box-2 .product-right-box-premium .variant-section .variant-box .size-options li:has(.disabled) .form-check-label::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(46deg);width:calc(100% + 20px);height:1px;background-color:rgba(var(--error),0.6)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .color-swatches{display:flex;flex-wrap:wrap;gap:14px;padding:0;list-style:none}.product-details-section-2 .product-right-box-2 .product-right-box-premium .color-swatches li{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid #fff;box-shadow:0 0 0 1px rgba(var(--border-color),0.8);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);position:relative}.product-details-section-2 .product-right-box-2 .product-right-box-premium .color-swatches li.active{box-shadow:0 0 0 2px rgba(var(--title-color),1);transform:scale(1.15)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .color-swatches li.active::after{content:"\eb7b";position:absolute;font-family:remixicon;font-style:normal;-webkit-font-smoothing:antialiased;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;text-shadow:0 0 2px rgba(0,0,0,0.3)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .color-swatches li:hover:not(.active){transform:scale(1.1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box{position:relative}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .price-row{margin-bottom:calc(14px + 8 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .price-row .price{gap:calc(6px + 6 * (100vw - 320px) / 1600);font-size:calc(22px + 11 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--primary-color),1);letter-spacing:-1px;display:flex;align-items:baseline}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .price-row .price del{font-weight:400;letter-spacing:0.5px;font-size:calc(18px + 4 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .qty-control{display:flex;align-items:center;background-color:rgba(var(--white),1);border-radius:8px;padding:6px;width:130px;border:1px solid rgba(var(--border-color),1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .qty-control>*:disabled{cursor:not-allowed;opacity:0.5}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .qty-control button{min-width:34px;height:34px;border:none;background-color:#fff;font-size:20px;display:grid;place-items:center;cursor:pointer;padding:0;transition:all 0.2s ease-in-out}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .qty-control input{appearance:none;padding:0;width:100%;text-align:center;border:none;font-weight:400;font-size:20px}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .counter{gap:0;overflow:hidden;display:flex;align-items:center;background-color:rgba(var(--white),1);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);padding:calc(4px + 2 * (100vw - 320px) / 1600);width:calc(104px + 26 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .counter button{color:rgba(var(--title-color),0.8);min-width:calc(28px + 6 * (100vw - 320px) / 1600);height:calc(28px + 6 * (100vw - 320px) / 1600);border:none;background-color:rgba(var(--white),1);font-size:20px;display:grid;place-items:center;cursor:pointer;padding:0;transition:all 0.2s ease-in-out}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .counter button:hover{background-color:rgba(var(--border-color),0.8)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .counter button:disabled{cursor:not-allowed;opacity:0.5;background-color:transparent}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .counter button i{line-height:1}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .counter .count{line-height:1;color:rgba(var(--title-color),1);padding-inline:2px;display:grid;place-items:center;padding:0;width:100%;text-align:center;border:none;font-weight:400;font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .counter .count:disabled,.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .counter .count.disabled{background-color:transparent;opacity:0.5;cursor:not-allowed}.product-details-section-2 .product-right-box-2 .product-right-box-premium .order-action-box .qty-add-row{gap:calc(8px + 7 * (100vw - 320px) / 1600);display:grid}.product-details-section-2 .product-right-box-2 .product-right-box-premium .trust-badges-box{display:flex}.product-details-section-2 .product-right-box-2 .product-right-box-premium .trust-badges-box .badge-item{width:100%;display:grid;text-align:center;gap:11px}.product-details-section-2 .product-right-box-2 .product-right-box-premium .trust-badges-box .badge-item+.badge-item{border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .product-details-section-2 .product-right-box-2 .product-right-box-premium .trust-badges-box .badge-item+.badge-item{border-left:unset;border-right:1px solid rgba(var(--border-color),1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .trust-badges-box .badge-item i{--size:calc(34px + (46 - 34) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--primary-color),1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .trust-badges-box .badge-item i svg{margin-inline:auto}.product-details-section-2 .product-right-box-2 .product-right-box-premium .trust-badges-box .badge-item span{font-size:calc(13px + 1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);letter-spacing:0.3px;font-weight:500}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .header{border-bottom:1px solid rgba(var(--border-color),1);margin-bottom:12px;padding-bottom:12px}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .header h4{font-size:20px;letter-spacing:0.3px;font-weight:600}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .header i{line-height:1;font-size:20px}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item{margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600);padding-bottom:calc(12px + 8 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .user-info{display:flex;align-items:center;gap:calc(8px + 4 * (100vw - 320px) / 1600);margin-bottom:10px}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .user-info .avatar{width:calc(48px + 8 * (100vw - 320px) / 1600);height:calc(48px + 8 * (100vw - 320px) / 1600);border-radius:calc(6px + 1 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);object-fit:cover}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .user-info .user-name{width:calc(100% - (48px + 8 * (100vw - 320px) / 1600) - (8px + 4 * (100vw - 320px) / 1600));display:flex;align-items:center;justify-content:space-between}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .user-info .text h6{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.4px}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .user-info .text span{font-size:calc(13px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-top:calc(4px + 2 * (100vw - 320px) / 1600);display:block}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .user-info .rating{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1);background-color:rgba(var(--star),0.15);padding:calc(5px + 1 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600) calc(4px + 1 * (100vw - 320px) / 1600);border-radius:6px;border:1px solid rgba(var(--star),0.4)}[dir=rtl] .product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .user-info .rating{margin-left:unset;margin-right:auto}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .user-info .rating i{color:rgba(var(--star),1);line-height:1;margin-top:-3px}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .user-info .rating span{font-size:inherit;color:inherit;line-height:1}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:10px}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .comment-images{display:flex;gap:calc(6px + 2 * (100vw - 320px) / 1600)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .comment-item .comment-images img{width:calc(62px + 14 * (100vw - 320px) / 1600);height:calc(62px + 14 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),0.7);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);padding:10px;transition:all 0.2s ease-in-out}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .show-all{display:block;text-align:center;font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--primary-color),1);padding:calc(10px + 4 * (100vw - 320px) / 1600);border-radius:7px;background-color:rgba(var(--white),1);letter-spacing:0.3px;transition:all 0.2s ease-in-out;border:1px solid rgba(var(--border-color),1)}.product-details-section-2 .product-right-box-2 .product-right-box-premium .comments-preview-box .show-all:hover{background-color:rgba(var(--primary-color),1);color:#fff}.product-details-section .reviews-section-container h6{font-size:18px;font-weight:700;color:rgba(var(--title-color),1)}.product-details-section .reviews-section-container .reviews-summary-card{background-color:rgba(var(--background),0.6);border:1px solid rgba(var(--border-color),1);border-radius:calc(10px + 2 * (100vw - 320px) / 1600);padding:calc(12px + 12 * (100vw - 320px) / 1600);position:sticky;top:100px}.product-details-section .reviews-section-container .reviews-summary-card .summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:calc(14px + 11 * (100vw - 320px) / 1600)}.product-details-section .reviews-section-container .reviews-summary-card .summary-header h6{font-size:calc(16px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:500;letter-spacing:0.4px}.product-details-section .reviews-section-container .reviews-summary-card .summary-header .rating-badge{background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(3px + 1 * (100vw - 320px) / 1600) calc(6px + 4 * (100vw - 320px) / 1600) calc(2px + 1 * (100vw - 320px) / 1600);border-radius:4px;font-weight:500;font-size:calc(14px + 1 * (100vw - 320px) / 1600);gap:5px;display:flex;align-items:center}.product-details-section .reviews-section-container .reviews-summary-card .summary-header .rating-badge i{font-size:calc(13px + 1 * (100vw - 320px) / 1600);line-height:1;margin-top:-2px}.product-details-section .reviews-section-container .reviews-summary-card .rating-display-large{display:flex;align-items:center;gap:calc(6px + 14 * (100vw - 320px) / 1600);margin-bottom:calc(16px + 14 * (100vw - 320px) / 1600)}@media (max-width:400px){.product-details-section .reviews-section-container .reviews-summary-card .rating-display-large{flex-wrap:wrap}}.product-details-section .reviews-section-container .reviews-summary-card .rating-display-large .score{font-size:calc(42px + 18 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--title-color),1);line-height:1}.product-details-section .reviews-section-container .reviews-summary-card .rating-display-large .score span{font-size:calc(22px + 6 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.5);font-weight:400;margin-left:calc(3px + 2 * (100vw - 320px) / 1600)}.product-details-section .reviews-section-container .reviews-summary-card .rating-display-large .total-info .stars{line-height:1;display:flex;gap:3px;margin-bottom:5px}.product-details-section .reviews-section-container .reviews-summary-card .rating-display-large .total-info .stars i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);color:rgba(var(--border-color),1)}.product-details-section .reviews-section-container .reviews-summary-card .rating-display-large .total-info .stars i.fill{color:rgba(var(--star),1)}.product-details-section .reviews-section-container .reviews-summary-card .rating-display-large .total-info p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);letter-spacing:0.3px;font-weight:400}.product-details-section .reviews-section-container .reviews-summary-card .star-progress-grid{display:grid;gap:calc(8px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(14px + 16 * (100vw - 320px) / 1600)}.product-details-section .reviews-section-container .reviews-summary-card .star-progress-grid .progress-item{display:flex;align-items:center;gap:15px}.product-details-section .reviews-section-container .reviews-summary-card .star-progress-grid .progress-item .label{min-width:calc(42px + 8 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);font-weight:500}.product-details-section .reviews-section-container .reviews-summary-card .star-progress-grid .progress-item .progress{flex:1;height:calc(6px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--border-color),0.8);border-radius:100px}.product-details-section .reviews-section-container .reviews-summary-card .star-progress-grid .progress-item .progress .progress-bar{background-color:rgba(var(--primary-color),1);border-radius:100px}.product-details-section .reviews-section-container .reviews-summary-card .star-progress-grid .progress-item .percentage{min-width:calc(30px + 5 * (100vw - 320px) / 1600);text-align:right;font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.5);font-weight:500}.product-details-section .reviews-section-container .reviews-summary-card .write-review-btn{background-color:rgba(var(--white),1);color:rgba(var(--title-color),1);border:1px solid rgba(var(--border-color),1);padding:calc(8px + 4 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);letter-spacing:0.5px;transition:all 0.2s ease-in-out}.product-details-section .reviews-section-container .reviews-summary-card .write-review-btn:hover{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff}.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header{margin-bottom:calc(12px + 8 * (100vw - 320px) / 1600);padding-bottom:calc(12px + 8 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1);gap:calc(14px + 6 * (100vw - 320px) / 1600);flex-wrap:wrap;display:flex;align-items:flex-end;justify-content:space-between}.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header .gallery-preview h3{margin-bottom:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:600;letter-spacing:0.3px}.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header .gallery-preview .media-row{gap:calc(8px + 4 * (100vw - 320px) / 1600);flex-wrap:wrap;display:flex}.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header .gallery-preview .media-row .media-box{overflow:hidden;cursor:pointer;position:relative;width:calc(64px + 24 * (100vw - 320px) / 1600);height:calc(64px + 24 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.6);border:1px solid rgba(var(--border-color),0.7);border-radius:6px;padding:calc(6px + 4 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header .gallery-preview .media-row .media-box:hover{background-color:rgba(var(--background),1)}.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header .gallery-preview .media-row .media-box.more::after{background-color:rgba(var(--title-color),0.4)}.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header .gallery-preview .media-row .media-box.more span{position:absolute;color:rgba(var(--white),1);font-weight:600;font-size:calc(18px + 2 * (100vw - 320px) / 1600);z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.product-details-section .reviews-section-container .reviews-content-main .reviews-filter-header .sort-dropdown .ss-main{font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;padding:calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);letter-spacing:0.3px;background-color:rgba(var(--background),0.6)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list{display:flex;flex-direction:column;gap:calc(16px + 9 * (100vw - 320px) / 1600)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card{padding:calc(12px + 8 * (100vw - 320px) / 1600);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);transition:all 0.3s ease-in-out}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header{margin-bottom:20px}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info{display:flex;gap:calc(10px + 5 * (100vw - 320px) / 1600)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-avatar{width:calc(48px + 12 * (100vw - 320px) / 1600);height:calc(48px + 12 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1);font-weight:600;font-size:calc(20px + 2 * (100vw - 320px) / 1600);letter-spacing:1px;text-transform:uppercase;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta{gap:calc(8px + 7 * (100vw - 320px) / 1600);width:calc(100% - (48px + 12 * (100vw - 320px) / 1600) - (10px + 5 * (100vw - 320px) / 1600));display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta h4{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;gap:3px;text-align:left;letter-spacing:0.4px;display:grid}[dir=rtl] .product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta h4{text-align:right}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta h4 .verified-badge{background:rgba(var(--success-color),0.09);color:rgba(var(--success-color),1);font-size:12px;font-weight:500;padding:6px 10px 5px;border-radius:100px;letter-spacing:0.2px;display:flex;align-items:center;gap:4px}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta h4 .verified-badge i{font-size:14px;line-height:1}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta .rating-date{display:grid;gap:calc(1px + 2 * (100vw - 320px) / 1600);text-align:right}[dir=rtl] .product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta .rating-date{text-align:left}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta .rating-date .stars{display:flex;gap:calc(1px + 1 * (100vw - 320px) / 1600)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta .rating-date .stars i{font-size:calc(16px + 2 * (100vw - 320px) / 1600);line-height:1;color:rgba(var(--border-color),1)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta .rating-date .stars i.fill{color:rgba(var(--star),1)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-header .user-info .user-meta .rating-date .date{font-size:14px;color:rgba(var(--content-color),1);font-weight:500}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-body .review-title{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:4px}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-body p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:calc(10px + 5 * (100vw - 320px) / 1600)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-body .review-images{display:flex;gap:calc(7px + 3 * (100vw - 320px) / 1600);margin-bottom:calc(10px + 5 * (100vw - 320px) / 1600)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-body .review-images .image-item{cursor:pointer}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-body .review-images .image-item img{background-color:rgba(var(--background),0.6);border:1px solid rgba(var(--border-color),0.7);border-radius:6px;padding:calc(8px + 2 * (100vw - 320px) / 1600);width:calc(66px + 14 * (100vw - 320px) / 1600);height:calc(66px + 14 * (100vw - 320px) / 1600);object-fit:contain;transition:all 0.2s ease-in-out}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-body .review-images .image-item img:hover{background-color:rgba(var(--background),1)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer{padding-top:calc(10px + 5 * (100vw - 320px) / 1600);gap:calc(10px + 5 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),0.4);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer .helpful-text{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);letter-spacing:0.3px}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer .action-btns{display:flex;gap:15px}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer .action-btns .btn{padding:0;font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;border:none;gap:4px;line-height:1;display:flex;align-items:center}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer .action-btns .btn.helpful-btn{color:rgba(var(--title-color),0.8)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer .action-btns .btn.helpful-btn:hover{color:rgba(var(--primary-color),1)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer .action-btns .btn.helpful-btn i{font-size:16px}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer .action-btns .btn.report-btn{color:rgba(var(--error),0.7)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer .action-btns .btn.report-btn:hover{color:rgba(var(--error),1)}.product-details-section .reviews-section-container .reviews-content-main .reviews-list .review-card .review-footer .action-btns .btn i{line-height:1}.product-details-section .reviews-section-container .reviews-content-main .load-more-reviews .btn-outline{border:1px solid rgba(var(--border-color),1);padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);font-weight:500;border-radius:6px;color:rgba(var(--title-color),1);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);display:flex;align-items:center;margin-inline:auto}.product-details-section .reviews-section-container .reviews-content-main .load-more-reviews .btn-outline i{margin-left:calc(3px + 2 * (100vw - 320px) / 1600);font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1}[dir=rtl] .product-details-section .reviews-section-container .reviews-content-main .load-more-reviews .btn-outline i{margin-left:unset;margin-right:calc(3px + 2 * (100vw - 320px) / 1600)}.bundle-section{margin-top:calc(32px + 18 * (100vw - 320px) / 1600)}.bundle-section .bundle-header{margin-bottom:calc(16px + 6 * (100vw - 320px) / 1600);gap:calc(10px + 10 * (100vw - 320px) / 1600);display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.bundle-section .bundle-header .header-content .bundle-badge{background:linear-gradient(122deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 100%);color:#fff;padding:calc(6px + 2 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600) calc(4px + 2 * (100vw - 320px) / 1600);border-radius:100px;font-size:calc(12px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:1.2px;text-transform:capitalize;display:inline-block;margin-bottom:calc(5px + 3 * (100vw - 320px) / 1600)}.bundle-section .bundle-header .header-content h4{font-size:calc(22px + 6 * (100vw - 320px) / 1600);font-weight:700;margin-bottom:calc(4px + 4 * (100vw - 320px) / 1600)}.bundle-section .bundle-header .header-content p{font-size:calc(16px + 4 * (100vw - 320px) / 1600);line-height:1.4;color:rgba(var(--content-color),1)}.bundle-section .bundle-header .header-content p span{font-size:inherit;font-weight:600;color:rgba(var(--primary-color),1)}.bundle-section .bundle-header .bundle-timer{display:flex;align-items:center;gap:calc(6px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--background),0.6);padding:calc(6px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);border-radius:100px;border:1px solid rgba(var(--border-color),1)}.bundle-section .bundle-header .bundle-timer i{color:rgba(var(--error),1);font-size:calc(17px + 3 * (100vw - 320px) / 1600)}.bundle-section .bundle-header .bundle-timer h5{font-size:calc(14px + 4 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.3px;color:rgba(var(--title-color),0.75)}.bundle-section .bundle-header .bundle-timer h5 span{font-weight:600;color:rgba(var(--title-color),1);font-size:inherit}.bundle-section .bundle-layout-modern{gap:calc(16px + 8 * (100vw - 320px) / 1600);display:grid;grid-template-columns:1fr auto;background-color:rgba(var(--background),0.5);padding:calc(14px + 12 * (100vw - 320px) / 1600);border-radius:calc(10px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1)}@media (max-width:1399.98px){.bundle-section .bundle-layout-modern{grid-template-columns:1fr}}.bundle-section .bundle-layout-modern .bundle-products-grid{gap:calc(6px + 4 * (100vw - 320px) / 1600);display:grid;grid-template-columns:1fr auto 1fr auto 1fr;overflow:auto;align-items:center;height:fit-content}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card{position:relative;background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),0.6);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);padding:calc(10px + 5 * (100vw - 320px) / 1600);width:100%;height:100%;overflow:hidden;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);min-width:200px}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card.active{border-color:rgba(var(--primary-color),1)}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card.active .card-status-badge{background:rgba(var(--primary-color),1)}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card.active .selection-check{opacity:1;transform:translate(-50%,-50%) scale(1)}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card.active .product-img-wrap img{opacity:0.9}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .card-status-badge{position:absolute;top:0;right:0;background:rgba(var(--primary-color),0.54);color:#fff;font-size:calc(12px + 1 * (100vw - 320px) / 1600);font-weight:400;padding:calc(5px + 1 * (100vw - 320px) / 1600) calc(10px + 4 * (100vw - 320px) / 1600);border-radius:0 0 0 calc(6px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px;z-index:1;transition:all 0.15s ease-in-out}[dir=rtl] .bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .card-status-badge{right:unset;left:0;border-radius:0 0 calc(6px + 2 * (100vw - 320px) / 1600) 0}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-img-wrap{position:relative;margin:0 0 15px;aspect-ratio:39/25;background-color:rgba(var(--background),0.7);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);padding:calc(20px + 12 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-img-wrap img{transition:opacity 0.3s}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-img-wrap .selection-check{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.5);width:40px;height:40px;background:rgba(var(--primary-color),0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;opacity:0;transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);z-index:3}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-content .category{font-size:calc(14px + 1 * (100vw - 320px) / 1600);letter-spacing:0.4px;color:rgba(var(--title-color),0.75)}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-content h5{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:calc(5px + 5 * (100vw - 320px) / 1600);line-height:1.3;text-transform:unset;color:rgba(var(--title-color),1);word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-content .rating-box{font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(6px + 2 * (100vw - 320px) / 1600);line-height:1;gap:calc(4px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-content .rating-box .rating{gap:1px;margin-top:-3px;display:flex;align-items:center}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-content .rating-box .rating i{color:rgba(var(--content-color),0.6);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-content .rating-box .rating i.fill{color:rgba(var(--star),1)}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-content .rating-box span{line-height:1;color:rgba(var(--title-color),0.7);font-size:inherit}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-content .price-stack{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--primary-color),1)}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-product-card .product-content .price-stack del{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),0.8);text-decoration:line-through;font-weight:500;margin-top:10px}.bundle-section .bundle-layout-modern .bundle-products-grid .bundle-connector{color:rgba(var(--primary-color),1);font-size:calc(22px + 4 * (100vw - 320px) / 1600);line-height:1}.bundle-section .bundle-layout-modern .bundle-summary-card{width:350px;background-color:rgba(var(--white),1);border-radius:10px;border:1px solid rgba(var(--border-color),1);overflow:hidden;position:sticky;top:100px}@media (max-width:1399.98px){.bundle-section .bundle-layout-modern .bundle-summary-card{width:100%;position:static}}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-header{padding:calc(12px + 2 * (100vw - 320px) / 1600) calc(14px + 4 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),1);display:flex;align-items:center;justify-content:space-between}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-header h5{letter-spacing:0.3px;font-weight:600;font-size:calc(18px + 2 * (100vw - 320px) / 1600)}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-item-list{padding:calc(14px + 6 * (100vw - 320px) / 1600);display:grid;gap:calc(5px + 3 * (100vw - 320px) / 1600)}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-item-list .summary-row .item-simple{display:flex;align-items:center;gap:calc(8px + 2 * (100vw - 320px) / 1600)}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-item-list .summary-row .item-simple .bundle-checkbox{width:18px;height:18px;accent-color:rgba(var(--primary-color),1);cursor:pointer}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-item-list .summary-row .item-simple .bundle-checkbox::before{left:3px;top:3px;width:10px;height:6px}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-item-list .summary-row .item-simple .bundle-checkbox:checked~label{color:rgba(var(--title-color),0.8)}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-item-list .summary-row .item-simple .bundle-checkbox:checked~label span{font-weight:600;color:rgba(var(--primary-color),1)}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-item-list .summary-row .item-simple label{width:calc(100% - 18px - (8px + 2 * (100vw - 320px) / 1600));font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.6);cursor:pointer;letter-spacing:0.3px;font-weight:400;transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:space-between}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-item-list .summary-row .item-simple label span{font-weight:inherit;font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.85);transition:all 0.2s ease-in-out}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-footer{padding:calc(14px + 6 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1)}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-footer .total-payable{display:flex;align-items:center;justify-content:space-between}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-footer .total-payable span{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),0.8);letter-spacing:0.3px}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-footer .total-payable h3{font-size:calc(20px + 2 * (100vw - 320px) / 1600);font-weight:700;letter-spacing:0.3px;color:rgba(var(--primary-color),1)}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-footer .btn-bundle-premium{border:none;margin-top:calc(12px + 8 * (100vw - 320px) / 1600);width:100%;padding:calc(10px + 2 * (100vw - 320px) / 1600);background:rgba(var(--primary-color),1);color:#fff;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(15px + 1 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.4px;transition:all 0.2s}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-footer .btn-bundle-premium:hover{background-color:rgba(var(--primary-color),0.9)}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-footer .btn-bundle-premium i{line-height:1;font-size:calc(17px + 1 * (100vw - 320px) / 1600)}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-footer .secure-text{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-top:calc(8px + 4 * (100vw - 320px) / 1600);font-weight:500;gap:calc(2px + 2 * (100vw - 320px) / 1600);letter-spacing:0.3px;display:flex;align-items:center;justify-content:center}.bundle-section .bundle-layout-modern .bundle-summary-card .summary-footer .secure-text i{line-height:1;font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.price-input{width:100%;display:flex;align-items:center;margin:calc(16px + 4 * (100vw - 320px) / 1600) 0 0;gap:calc(6px + 5 * (100vw - 320px) / 1600)}.price-input .dass{font-size:22px;display:block;line-height:1}.price-input .field{display:flex;align-items:center;gap:10px}.price-input .field>input{outline:none;border-radius:5px;text-align:center;border:1px solid rgba(var(--border-color),1);padding:8px;width:100%;height:100%;font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);background-color:rgba(var(--background),1);appearance:none}.price-input .separator{gap:10px;font-size:19px;line-height:1;display:flex;align-items:center;justify-content:center}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{appearance:none}.slider{height:calc(4px + 2 * (100vw - 320px) / 1600);position:relative;background-color:rgba(var(--border-color),0.5);border-radius:100px;margin-top:20px}.slider .progress{height:100%;left:25%;right:25%;position:absolute;border-radius:5px;background-color:rgba(var(--primary-color),1)}.range-input{position:relative}.range-input input{position:absolute;width:100%;height:5px;top:-5px;background:none;cursor:pointer;pointer-events:none;appearance:none}input[type=range]::-webkit-slider-thumb{width:calc(15px + 2 * (100vw - 320px) / 1600);height:calc(15px + 2 * (100vw - 320px) / 1600);border-radius:50%;background-color:rgba(var(--primary-color),1);pointer-events:auto;appearance:none;box-shadow:0 0 6px rgba(var(--black),0.08)}input[type=range]::-moz-range-thumb{width:17px;height:17px;border:none;border-radius:50%;background-color:rgba(var(--primary-color),1);pointer-events:auto;appearance:none;box-shadow:0 0 6px rgba(var(--black),0.08)}.seller-become-section .seller-hero-content .active-sellers{gap:calc(5px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);font-size:calc(15px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:calc(0.3px + 0.1 * (100vw - 320px) / 1600);border-radius:100px;padding:calc(7px + 2 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600) calc(6px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(3px + 2 * (100vw - 320px) / 1600);background:linear-gradient(90deg,rgba(var(--primary-color),0.11) 20%,rgba(var(--primary-color),0) 100%);display:inline-flex;align-items:center}[dir=rtl] .seller-become-section .seller-hero-content .active-sellers{background:linear-gradient(-90deg,rgba(var(--primary-color),0.11) 20%,rgba(var(--primary-color),0) 100%)}.seller-become-section .seller-hero-content .active-sellers i{font-size:18px;line-height:1}.seller-become-section .seller-hero-content h1{font-size:calc(28px + 32 * (100vw - 320px) / 1600);font-weight:800;line-height:1.1;font-family:var(--play);margin-bottom:calc(8px + 17 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.seller-become-section .seller-hero-content p{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);line-height:1.7;margin-bottom:calc(14px + 10 * (100vw - 320px) / 1600);max-width:90%}@media (max-width:575.98px){.seller-become-section .seller-hero-content p{max-width:100%;line-height:1.5}}.seller-become-section .seller-hero-content .hero-buttons{gap:calc(10px + 10 * (100vw - 320px) / 1600);display:flex;flex-wrap:wrap}.seller-become-section .seller-hero-content .hero-buttons .btn{padding:calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 9 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:500;font-size:calc(15px + 3 * (100vw - 320px) / 1600);letter-spacing:calc(0.3px + 0.1 * (100vw - 320px) / 1600)}.seller-become-section .seller-hero-content .hero-buttons .btn-dark-blue{background-color:rgba(var(--primary-color),1);color:#fff}.seller-become-section .seller-hero-content .hero-buttons .btn-dark-blue:hover{background-color:rgba(var(--primary-color),0.8)}.seller-become-section .seller-hero-content .hero-buttons .btn-light-grey{background-color:rgba(var(--background),1);color:rgba(var(--primary-color),1)}.seller-become-section .seller-hero-content .hero-buttons .btn-light-grey:hover{background-color:rgba(var(--background),0.8)}.seller-become-section .seller-hero-image{overflow:hidden;position:relative}.seller-become-section .seller-hero-image::before{content:"";position:absolute;inset:-20px;background-color:rgba(var(--primary-color),0.05);border-radius:30px;filter:blur(40px);z-index:-1}.seller-become-section .seller-hero-image img{border-radius:calc(10px + 7 * (100vw - 320px) / 1600);border:calc(4px + 6 * (100vw - 320px) / 1600) solid rgba(var(--white),1);aspect-ratio:71/50;object-fit:cover;box-shadow:0 calc(2px + 2 * (100vw - 320px) / 1600) calc(8px + 12 * (100vw - 320px) / 1600) rgba(var(--title-color),0.15)}.seller-become-section .seller-stats-wrapper{margin-top:calc(25px + 65 * (100vw - 320px) / 1600);padding:calc(16px + 28 * (100vw - 320px) / 1600) 0;background-color:rgba(var(--background),1);border-radius:calc(8px + 8 * (100vw - 320px) / 1600);display:flex;align-items:center}@media (max-width:575.98px){.seller-become-section .seller-stats-wrapper{display:grid;grid-template-columns:1fr 1fr;row-gap:calc(12px + 6 * (100vw - 320px) / 256)}}.seller-become-section .seller-stats-wrapper .stat-item{text-align:center;width:100%}.seller-become-section .seller-stats-wrapper .stat-item+.stat-item{border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .seller-become-section .seller-stats-wrapper .stat-item+.stat-item{border-left:unset;border-right:1px solid rgba(var(--border-color),1)}@media (max-width:575.98px){.seller-become-section .seller-stats-wrapper .stat-item+.stat-item{border-left:none}[dir=rtl] .seller-become-section .seller-stats-wrapper .stat-item+.stat-item{border-right:unset}}@media (max-width:575.98px){.seller-become-section .seller-stats-wrapper .stat-item:nth-child(even){border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .seller-become-section .seller-stats-wrapper .stat-item:nth-child(even){border-right:1px solid rgba(var(--border-color),1)}}.seller-become-section .seller-stats-wrapper .stat-item h2{font-size:calc(24px + 14 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--title-color),1)}.seller-become-section .seller-stats-wrapper .stat-item h2 span{color:inherit;font-size:inherit;font-weight:inherit}.seller-become-section .seller-stats-wrapper .stat-item p{font-size:calc(14px + 3 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--content-color),1);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.seller-become-section .seller-stats-wrapper .stat-item p{font-weight:400}}.process-section{background-color:rgba(var(--background),1)}.process-section .process-card{background-color:rgba(var(--white),1);padding:calc(14px + 10 * (100vw - 320px) / 1600);border-radius:calc(12px + 2 * (100vw - 320px) / 1600);text-align:center;border:1px solid rgba(var(--border-color),0.5);transition:all 0.2s ease-in-out;height:100%}.process-section .process-card:hover{box-shadow:0 0 13px 7px rgba(221,221,221,0.0392156863);transform:translateY(calc(0 + -5 * (100vw - 320px) / 1600))}.process-section .process-card:hover .icon-box{background-color:rgba(var(--primary-color),1);color:white}.process-section .process-card .icon-box{width:calc(54px + 16 * (100vw - 320px) / 1600);height:calc(54px + 16 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.08);color:rgba(var(--primary-color),1);border-radius:calc(8px + 2 * (100vw - 320px) / 1600);display:grid;place-items:center;margin:0 auto calc(12px + 8 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.process-section .process-card .icon-box i{font-size:calc(26px + 4 * (100vw - 320px) / 1600)}.process-section .process-card h3{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);letter-spacing:0.3px}.process-section .process-card p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);padding-bottom:calc(8px + 6 * (100vw - 320px) / 1600);margin-bottom:calc(8px + 6 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),0.5)}.process-section .process-card .process-list{gap:7px;text-align:center;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.process-section .process-card .process-list li{border-radius:100px;background-color:rgba(var(--background),1);font-size:14px;color:rgba(var(--title-color),0.8);font-weight:500;display:inline-block;padding:calc(4px + 2 * (100vw - 320px) / 1600) calc(14px + 3 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),1);transition:all 0.2s ease-in-out}.process-section .process-card .process-list li:hover{background-color:rgba(var(--primary-color),1);color:#fff;border-color:transparent}.advantage-section{padding:calc(40px + 40 * (100vw - 320px) / 1600) 0}.advantage-section .advantage-card{padding:calc(14px + 6 * (100vw - 320px) / 1600);border-radius:calc(8px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),0.5);background-color:rgba(var(--background),0.68);height:100%;position:relative;z-index:0;overflow:hidden;transition:all 0.2s ease-in-out}.advantage-section .advantage-card:hover{border-color:rgba(var(--primary-color),0.5);box-shadow:0 10px 30px rgba(0,0,0,0.05)}.advantage-section .advantage-card:hover .icon-box{bottom:-22px;right:-25px;opacity:0.05}.advantage-section .advantage-card .icon{color:rgba(var(--primary-color),1);margin-bottom:calc(8px + 6 * (100vw - 320px) / 1600);width:calc(44px + 12 * (100vw - 320px) / 1600);height:calc(44px + 12 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);display:grid;place-items:center;border-radius:calc(4px + 2 * (100vw - 320px) / 1600)}.advantage-section .advantage-card .icon i{font-size:calc(26px + 6 * (100vw - 320px) / 1600);line-height:1}.advantage-section .advantage-card h3{font-size:calc(18px + 2 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(3px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1)}.advantage-section .advantage-card p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.advantage-section .advantage-card .icon-box{font-size:calc(102px + 38 * (100vw - 320px) / 1600);position:absolute;bottom:calc(-22px + -5 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out;right:calc(-22px + -14 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);opacity:0.03;z-index:-1;line-height:1}[dir=rtl] .advantage-section .advantage-card .icon-box{right:unset;left:calc(-22px + -14 * (100vw - 320px) / 1600)}.testimonial-section{background-color:rgba(var(--background),1)}.testimonial-section .testimonial-header{margin-bottom:calc(12px + 10 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between}.testimonial-section .testimonial-header .title-box h2{font-size:calc(24px + 10 * (100vw - 320px) / 1600);font-weight:700;color:rgba(var(--title-color),1);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600)}.testimonial-section .testimonial-header .slider-nav{display:flex;gap:calc(10px + 5 * (100vw - 320px) / 1600)}[dir=rtl] .testimonial-section .testimonial-header .slider-nav{flex-direction:row-reverse}.testimonial-section .testimonial-header .slider-nav .slider-button-prev,.testimonial-section .testimonial-header .slider-nav .slider-button-next{width:calc(38px + 7 * (100vw - 320px) / 1600);height:calc(38px + 7 * (100vw - 320px) / 1600);background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-radius:50%;display:grid;place-items:center;cursor:pointer;color:rgba(var(--title-color),1);transition:all 0.2s ease-in-out}.testimonial-section .testimonial-header .slider-nav .slider-button-prev:hover,.testimonial-section .testimonial-header .slider-nav .slider-button-next:hover{background-color:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.testimonial-section .testimonial-header .slider-nav .slider-button-prev i,.testimonial-section .testimonial-header .slider-nav .slider-button-next i{font-size:calc(20px + 4 * (100vw - 320px) / 1600);line-height:1}.testimonial-section .testimonial-header .slider-nav .slider-button-prev.swiper-button-disabled,.testimonial-section .testimonial-header .slider-nav .slider-button-next.swiper-button-disabled{opacity:0.5;cursor:not-allowed}.testimonial-section .testimonial-card{background-color:rgba(var(--white),1);padding:calc(12px + 10 * (100vw - 320px) / 1600);border-radius:calc(12px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),0.5);position:relative;overflow:hidden;box-shadow:none}.testimonial-section .testimonial-card .card-header{display:flex;align-items:center;justify-content:space-between}.testimonial-section .testimonial-card .card-header .profile-info{gap:calc(8px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center}.testimonial-section .testimonial-card .card-header .profile-info img{width:calc(52px + 8 * (100vw - 320px) / 1600);height:calc(52px + 8 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);object-fit:cover}.testimonial-section .testimonial-card .card-header .profile-info div h3{font-size:calc(16px + 3 * (100vw - 320px) / 1600);font-weight:600;margin-bottom:calc(2px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);letter-spacing:0.4px}.testimonial-section .testimonial-card .card-header .profile-info div span{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.testimonial-section .testimonial-card .card-header .quote-icon{font-size:calc(108px + 52 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),0.03);line-height:1;position:absolute;top:calc(-34px + -12 * (100vw - 320px) / 1600);right:calc(-26px + -6 * (100vw - 320px) / 1600);transform:rotate(-2deg)}.testimonial-section .testimonial-card .card-body p{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);font-style:italic;margin-top:calc(8px + 8 * (100vw - 320px) / 1600);letter-spacing:0.4px}.testimonial-section .testimonial-card .card-footer{padding-top:12px;margin-top:10px;border-top:1px solid rgba(var(--border-color),1);display:flex;align-items:center;justify-content:space-between}.testimonial-section .testimonial-card .card-footer .stat-box h4{font-size:calc(14px + 1 * (100vw - 320px) / 1600);font-weight:400;color:rgba(var(--content-color),1);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);margin-bottom:calc(1px + 2 * (100vw - 320px) / 1600)}.testimonial-section .testimonial-card .card-footer .stat-box h5{font-size:calc(20px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--success-color),1)}.testimonial-section .testimonial-card .card-footer .badge{padding:7px calc(12px + 2 * (100vw - 320px) / 1600);border-radius:100px;font-size:calc(12px + 2 * (100vw - 320px) / 1600);font-weight:400;letter-spacing:calc(0.3px + 0.1 * (100vw - 320px) / 1600)}.testimonial-section .testimonial-card .card-footer .badge.verified{background-color:rgba(var(--success-color),0.08);color:rgba(var(--success-color),1)}.testimonial-section .testimonial-card .card-footer .badge.platinum{background-color:rgba(var(--primary-color),0.08);color:rgba(var(--primary-color),1)}.testimonial-section .testimonial-card .card-footer .badge.top-rated{background-color:rgba(22,163,74,0.0901960784);color:#16a34a}.cta-section .cta-wrapper{background:linear-gradient(135deg,rgba(var(--primary-color),0.68) 0%,rgba(var(--primary-color),1) 100%);padding:calc(22px + 48 * (100vw - 320px) / 1600);border-radius:calc(14px + 18 * (100vw - 320px) / 1600);position:relative;overflow:hidden;box-shadow:0 30px 60px rgba(var(--primary-color),0.25)}.cta-section .cta-wrapper .cta-content{position:relative;z-index:2;text-align:center;max-width:850px;margin:0 auto}.cta-section .cta-wrapper .cta-content .cta-label{display:inline-block;padding:calc(8px + 3 * (100vw - 320px) / 1600) calc(14px + 8 * (100vw - 320px) / 1600) calc(7px + 3 * (100vw - 320px) / 1600);background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(10px);border-radius:100px;color:#fff;font-size:calc(12px + 2 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:calc(0.5px + 0.3 * (100vw - 320px) / 1600);text-transform:uppercase;margin-bottom:calc(6px + 6 * (100vw - 320px) / 1600)}.cta-section .cta-wrapper .cta-content h2{color:#fff;font-size:calc(28px + 26 * (100vw - 320px) / 1600);font-weight:700;letter-spacing:0.4px;margin-bottom:calc(12px + 12 * (100vw - 320px) / 1600);font-family:var(--play)}.cta-section .cta-wrapper .cta-content p{color:rgba(255,255,255,0.75);font-size:calc(16px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(18px + 12 * (100vw - 320px) / 1600);letter-spacing:0.4px;margin-inline:auto}.cta-section .cta-wrapper .cta-content .cta-buttons{gap:calc(8px + 7 * (100vw - 320px) / 1600);margin-bottom:calc(16px + 10 * (100vw - 320px) / 1600);display:flex;justify-content:center;flex-wrap:wrap}.cta-section .cta-wrapper .cta-content .cta-buttons .btn{padding:calc(10px + 6 * (100vw - 320px) / 1600) calc(18px + 15 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:500;font-size:calc(14px + 4 * (100vw - 320px) / 1600);letter-spacing:0.3px;transition:all 0.2s cubic-bezier(0.4,0,0.2,1)}.cta-section .cta-wrapper .cta-content .cta-buttons .btn-white{background-color:#fff;color:rgba(var(--primary-color),1);border:1px solid rgba(255,255,255,0.4)}.cta-section .cta-wrapper .cta-content .cta-buttons .btn-white:hover{border-color:white;background-color:rgba(255,255,255,0.1);color:#fff}.cta-section .cta-wrapper .cta-content .cta-buttons .btn-outline-white{background-color:transparent;border:1px solid rgba(255,255,255,0.4);color:#fff}.cta-section .cta-wrapper .cta-content .cta-buttons .btn-outline-white:hover{background-color:rgba(255,255,255,0.1);border-color:#fff}.cta-section .cta-wrapper .cta-content .cta-trust-info{gap:calc(2px + 20 * (100vw - 320px) / 1600);flex-wrap:wrap;display:flex;justify-content:center}.cta-section .cta-wrapper .cta-content .cta-trust-info li{color:rgba(255,255,255,0.7);font-size:calc(14px + 2 * (100vw - 320px) / 1600);gap:calc(4px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center}.cta-section .cta-wrapper .cta-content .cta-trust-info li i{font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:#fff}.seller-header-section{margin-bottom:calc(26px + 17 * (100vw - 320px) / 1600)}.seller-header-section .seller-details-header{background-color:rgba(var(--title-color),1);border-radius:calc(12px + 4 * (100vw - 320px) / 1600);padding:calc(16px + 24 * (100vw - 320px) / 1600);background-image:url(../../templates/assets/images/seller/1.jpg);background-size:cover;background-position:center;position:relative;overflow:hidden;z-index:0}.seller-header-section .seller-details-header::before{content:"";position:absolute;inset:0;background:rgba(35,35,35,0.62);backdrop-filter:blur(2.5px);z-index:-1}.seller-header-section .seller-details-header .seller-header-content{position:relative;display:flex;gap:calc(12px + 10 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.seller-header-section .seller-details-header .seller-header-content{display:grid}}.seller-header-section .seller-details-header .seller-header-content .seller-image{width:calc(90px + 50 * (100vw - 320px) / 1600);height:calc(90px + 50 * (100vw - 320px) / 1600);border-radius:calc(8px + 6 * (100vw - 320px) / 1600);border:calc(2px + 2 * (100vw - 320px) / 1600) solid rgba(255,255,255,0.2);overflow:hidden;background-color:#fff;box-shadow:0 10px 30px rgba(0,0,0,0.15)}@media (max-width:767.98px){.seller-header-section .seller-details-header .seller-header-content .seller-image{margin-inline:auto}}.seller-header-section .seller-details-header .seller-header-content .seller-info-box{width:calc(100% - (90px + 50 * (100vw - 320px) / 1600) - (12px + 10 * (100vw - 320px) / 1600));display:flex;justify-content:space-between}@media (max-width:991.98px){.seller-header-section .seller-details-header .seller-header-content .seller-info-box{width:100%}}@media (max-width:767.98px){.seller-header-section .seller-details-header .seller-header-content .seller-info-box{display:grid}}.seller-header-section .seller-details-header .seller-header-content .seller-info-box h2{color:#fff;font-weight:600;margin-bottom:calc(4px + 2 * (100vw - 320px) / 1600);gap:calc(10px + 5 * (100vw - 320px) / 1600);font-size:calc(20px + 8 * (100vw - 320px) / 1600);display:flex;align-items:center;flex-wrap:wrap}@media (max-width:767.98px){.seller-header-section .seller-details-header .seller-header-content .seller-info-box h2{justify-content:center}}.seller-header-section .seller-details-header .seller-header-content .seller-info-box h2 .verified-badge{font-size:calc(12px + 2 * (100vw - 320px) / 1600);background:rgba(var(--primary-color),1);padding:calc(4px + 1 * (100vw - 320px) / 1600) calc(6px + 6 * (100vw - 320px) / 1600);border-radius:100px;color:#fff;font-weight:400;line-height:1;letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);gap:4px;display:flex;align-items:center}.seller-header-section .seller-details-header .seller-header-content .seller-info-box h2 .verified-badge i{--size:calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));--color:#fff}.seller-header-section .seller-details-header .seller-header-content .seller-info-box p{color:rgba(255,255,255,0.8);max-width:87%;font-size:calc(14px + 3 * (100vw - 320px) / 1600)}@media (max-width:767.98px){.seller-header-section .seller-details-header .seller-header-content .seller-info-box p{margin-inline:auto;max-width:100%;text-align:center}}.seller-header-section .seller-details-header .seller-header-content .seller-info-box .seller-meta{display:flex;gap:calc(8px + 17 * (100vw - 320px) / 1600);align-items:center;flex-wrap:wrap;margin-top:calc(8px + 2 * (100vw - 320px) / 1600);padding-top:calc(8px + 2 * (100vw - 320px) / 1600);border-top:1px dashed rgba(var(--border-color),0.25)}@media (max-width:767.98px){.seller-header-section .seller-details-header .seller-header-content .seller-info-box .seller-meta{justify-content:center}}.seller-header-section .seller-details-header .seller-header-content .seller-info-box .seller-meta li{gap:6px;font-size:16px;color:#fff;font-weight:500;display:flex;align-items:center}.seller-header-section .seller-details-header .seller-header-content .seller-info-box .seller-meta li i{--size:calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));--color:white}.seller-header-section .seller-details-header .seller-header-content .seller-info-box .seller-meta li .ri-star-fill{color:rgba(var(--star),1);font-size:calc(16px + 2 * (100vw - 320px) / 1600);margin-top:-2px;line-height:1}.seller-header-section .seller-details-header .seller-header-content .seller-info-box .seller-meta li span{color:#fff;font-weight:400}.seller-header-section .seller-details-header .seller-header-content .seller-actions{height:100%;gap:calc(10px + 5 * (100vw - 320px) / 1600);min-width:calc(186px + 54 * (100vw - 1199px) / 721);padding-left:20px;margin-left:20px;border-left:1px dashed rgba(238,238,238,0.25);display:flex;flex-direction:column;justify-content:center}[dir=rtl] .seller-header-section .seller-details-header .seller-header-content .seller-actions{padding-left:unset;padding-right:20px;margin-left:unset;margin-right:20px;border-left:unset;border-right:1px solid rgba(238,238,238,0.25)}@media (max-width:767.98px){.seller-header-section .seller-details-header .seller-header-content .seller-actions{flex-direction:row;width:100%;justify-content:center;padding-left:unset;margin-left:unset;border-left:unset;margin-top:calc(14px + 3 * (100vw - 320px) / 448);height:auto}}.seller-header-section .seller-details-header .seller-header-content .seller-actions .btn{width:100%;display:block;padding:calc(10px + 2 * (100vw - 320px) / 1600) 11px calc(9px + 2 * (100vw - 320px) / 1600);font-weight:400;border-radius:calc(4px + 2 * (100vw - 320px) / 1600);letter-spacing:calc(0.4px + 0.3 * (100vw - 320px) / 1600)}.seller-header-section .seller-details-header .seller-header-content .seller-actions .btn.follow-btn{border:1px solid rgba(255,255,255,0.4)}.seller-header-section .seller-details-header .seller-header-content .seller-actions .btn.follow-btn:hover{background-color:#fff;color:#232323!important}.seller-grid-section-2 .seller-grid-box{background-color:rgba(var(--background),0.15);border-radius:calc(10px + 2 * (100vw - 320px) / 1600);padding:calc(14px + 4 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),0.8);height:100%;position:relative;overflow:hidden;transition:all 0.2s ease-in-out}.seller-grid-section-2 .seller-grid-box:hover{box-shadow:0 0 8px 4px rgba(221,221,221,0.2117647059)}.seller-grid-section-2 .seller-grid-box:hover .seller-profile-box .seller-identity .seller-details .seller-name a{color:rgba(var(--primary-color),1)}.seller-grid-section-2 .seller-grid-box .seller-identity{display:flex;align-items:center;gap:12px}.seller-grid-section-2 .seller-grid-box .seller-identity .seller-logo{overflow:hidden;border-radius:7px;outline:4px solid rgba(var(--border-color),0.2);width:calc(48px + 12 * (100vw - 320px) / 1600);height:calc(48px + 12 * (100vw - 320px) / 1600)}.seller-grid-section-2 .seller-grid-box .seller-identity .seller-details .seller-name{font-size:calc(16px + 2 * (100vw - 320px) / 1600);margin-bottom:2px;color:rgba(var(--title-color),1)}.seller-grid-section-2 .seller-grid-box .seller-identity .seller-details .seller-rating{display:flex;align-items:center;gap:calc(3px + 2 * (100vw - 320px) / 1600)}.seller-grid-section-2 .seller-grid-box .seller-identity .seller-details .seller-rating i{color:rgba(var(--star),1);line-height:1;font-size:calc(15px + 1 * (100vw - 320px) / 1600)}.seller-grid-section-2 .seller-grid-box .seller-identity .seller-details .seller-rating span{font-size:calc(14px + 1 * (100vw - 320px) / 1600);line-height:1;margin-top:calc(2px + 1 * (100vw - 320px) / 1600)}.seller-grid-section-2 .seller-grid-box .seller-profile-box{margin-bottom:14px;display:flex;align-items:flex-start;justify-content:space-between}.seller-grid-section-2 .seller-grid-box .seller-content{margin-bottom:calc(10px + 6 * (100vw - 320px) / 1600);padding-bottom:calc(10px + 6 * (100vw - 320px) / 1600);border-bottom:1px dashed rgba(var(--border-color),1)}.seller-grid-section-2 .seller-grid-box .seller-content .seller-bio{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-block:calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600)}.seller-grid-section-2 .seller-grid-box .seller-content .seller-products{display:flex;margin-bottom:15px;width:100%}.seller-grid-section-2 .seller-grid-box .seller-content .seller-products .product-thumb{width:calc(36px + 8 * (100vw - 320px) / 1600);height:calc(36px + 8 * (100vw - 320px) / 1600);border-radius:100%;padding:calc(2px + 2 * (100vw - 320px) / 1600);overflow:hidden;background-color:rgba(var(--background),1);border:1px solid rgba(var(--border-color),1);z-index:0;transition:all 0.2s ease-in-out}.seller-grid-section-2 .seller-grid-box .seller-content .seller-products .product-thumb+.product-thumb{margin-left:calc(-12px + -3 * (100vw - 320px) / 1600)}[dir=rtl] .seller-grid-section-2 .seller-grid-box .seller-content .seller-products .product-thumb+.product-thumb{margin-left:unset;margin-right:calc(-12px + -3 * (100vw - 320px) / 1600)}.seller-grid-section-2 .seller-grid-box .seller-content .seller-products .product-thumb:hover{background-color:rgba(var(--primary-color),1);border-color:transparent;transform:translateY(-5px)}.seller-grid-section-2 .seller-grid-box .seller-content .seller-products .product-thumb:hover.count span{color:#fff}.seller-grid-section-2 .seller-grid-box .seller-content .seller-products .product-thumb.count{display:grid;place-items:center;cursor:pointer}.seller-grid-section-2 .seller-grid-box .seller-content .seller-products .product-thumb.count span{font-weight:500;color:rgba(var(--primary-color),1);font-size:14px;transition:all 0.2s ease-in-out}.seller-grid-section-2 .seller-grid-box .seller-content .seller-tags{display:flex;flex-wrap:wrap;gap:8px}.seller-grid-section-2 .seller-grid-box .seller-content .seller-tags .tag{background-color:rgba(var(--primary-color),0.06);color:rgba(var(--primary-color),1);padding:calc(4px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600) calc(3px + 2 * (100vw - 320px) / 1600);border-radius:4px;font-size:calc(12px + 2 * (100vw - 320px) / 1600);font-weight:400;letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.seller-grid-section-2 .seller-grid-box .seller-content .seller-tags .tag:hover{background-color:rgba(var(--primary-color),1);color:#fff}.seller-grid-section-2 .seller-grid-box .seller-content .seller-tags .tag.number{background-color:rgba(var(--title-color),0.05);color:rgba(var(--title-color),0.6);cursor:default;font-weight:500}.seller-grid-section-2 .seller-grid-box .seller-content .seller-tags .tag.number:hover{background-color:rgba(var(--title-color),0.1);color:rgba(var(--title-color),0.8)}.seller-grid-section-2 .seller-grid-box .seller-footer-actions{display:flex;gap:12px}.seller-grid-section-2 .seller-grid-box .seller-footer-actions .btn{padding:calc(8px + 3 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);border-radius:6px;width:100%;text-transform:capitalize;letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600);gap:calc(3px + 2 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center}.seller-grid-section-2 .seller-grid-box .seller-footer-actions .btn i{--size:calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--title-color),1)}.seller-grid-section-2 .seller-grid-box .seller-footer-actions .visit-btn{background-color:rgba(var(--primary-color),1);--color:#fff;color:#fff;border:1px solid rgba(var(--primary-color),1)}.seller-grid-section-2 .seller-grid-box .seller-footer-actions .visit-btn:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.seller-grid-section-2 .seller-grid-box .seller-footer-actions .visit-btn:hover i{--color:rgba(var(--primary-color),1)}.seller-grid-section-2 .seller-grid-box .seller-footer-actions .visit-btn i{--color:#fff}.seller-grid-section-2 .seller-grid-box .seller-footer-actions .contact-btn{background-color:rgba(var(--background),1);color:rgba(var(--title-color),0.8);border:1px solid transparent}.seller-grid-section-2 .seller-grid-box .seller-footer-actions .contact-btn:hover{background-color:rgba(var(--background),0.8);color:rgba(var(--title-color),1)}.seller-list-2-section .sticky-cls{position:sticky;top:20px}.seller-list-2-section .sidebar-card{background-color:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 4px 20px rgba(0,0,0,0.04);border:1px solid rgba(var(--border-color),0.5)}.seller-list-2-section .sidebar-card h5{font-size:18px;font-weight:600;margin-bottom:0;color:rgba(var(--title-color),1)}.seller-list-2-section .sidebar-card h3{font-size:20px;font-weight:700;margin-bottom:5px;color:rgba(var(--title-color),1)}.seller-list-2-section .sidebar-card p{font-size:14px;color:rgba(var(--content-color),0.8);margin-bottom:0}.seller-list-2-section .profile-box .profile-image{width:100px;height:100px;margin:0 auto 15px;position:relative;border-radius:50%;padding:5px;background:linear-gradient(135deg,rgba(var(--primary-color),0.2),rgba(var(--primary-color),0.05))}.seller-list-2-section .profile-box .profile-image img{border-radius:50%;border:3px solid #fff}.seller-list-2-section .profile-box .profile-image .online-dot{position:absolute;bottom:5px;right:5px;width:15px;height:15px;background-color:#4ead4e;border:2px solid #fff;border-radius:50%}.seller-list-2-section .profile-box .outline-btn{border:1px solid rgba(var(--border-color),1);color:rgba(var(--title-color),1);border-radius:30px;font-weight:500;margin-top:15px;transition:all 0.2s ease-in-out}.seller-list-2-section .profile-box .outline-btn:hover{background-color:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.seller-list-2-section .experience-box .stat-item{text-align:center;padding:10px 5px;border-radius:10px;border:1px solid rgba(var(--border-color),0.3);transition:all 0.2s ease-in-out}.seller-list-2-section .experience-box .stat-item i{font-size:20px;color:rgba(var(--content-color),0.6);margin-bottom:5px;display:block}.seller-list-2-section .experience-box .stat-item h5{font-size:16px;margin-bottom:2px}.seller-list-2-section .experience-box .stat-item p{font-size:12px}.seller-list-2-section .experience-box .stat-item.active{background:linear-gradient(135deg,#ff8c42,#ffb38a);border-color:transparent;color:#fff}.seller-list-2-section .experience-box .stat-item.active i,.seller-list-2-section .experience-box .stat-item.active h5,.seller-list-2-section .experience-box .stat-item.active p{color:#fff}.seller-list-2-section .status-box .status-list{display:flex;flex-direction:column;gap:15px}.seller-list-2-section .status-box .status-list li{display:flex;align-items:center;gap:12px;position:relative}.seller-list-2-section .status-box .status-list li .status-icon{width:40px;height:40px;border-radius:8px;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.seller-list-2-section .status-box .status-list li .status-icon img{width:24px;height:auto}.seller-list-2-section .status-box .status-list li .status-icon i{font-size:20px;color:rgba(var(--primary-color),1)}.seller-list-2-section .status-box .status-list li .status-info{flex:1}.seller-list-2-section .status-box .status-list li .status-info h5{font-size:15px;font-weight:500;margin-bottom:2px}.seller-list-2-section .status-box .status-list li .status-info p{font-size:13px}.seller-list-2-section .status-box .status-list li .status-badge{font-size:11px;padding:4px 8px;border-radius:15px;font-weight:500}.seller-list-2-section .status-box .status-list li .status-badge.on-process{background-color:#e8f5e9;color:#4caf50}.seller-list-2-section .status-box .status-list li .status-badge.success{background-color:#e3f2fd;color:#2196f3}.seller-list-2-section .partner-box .view-all{font-size:13px;color:rgba(var(--content-color),0.6);text-decoration:underline}.seller-list-2-section .partner-box .partner-list{display:flex;flex-wrap:wrap;gap:8px}.seller-list-2-section .partner-box .partner-list li{background-color:rgba(var(--primary-color),0.1);color:rgba(var(--primary-color),1);padding:4px 12px;border-radius:20px;font-size:13px;font-weight:500}.seller-list-2-section .search-bar-box{background-color:#fff;border-radius:12px;padding:5px 5px 5px 20px;display:flex;align-items:center;gap:15px;box-shadow:0 4px 20px rgba(0,0,0,0.04);border:1px solid rgba(var(--border-color),0.5)}@media (max-width:1199.98px){.seller-list-2-section .search-bar-box{padding-left:15px}}.seller-list-2-section .search-bar-box .input-group{border:none}.seller-list-2-section .search-bar-box .input-group .form-control{border:none;font-size:16px;background:transparent;padding:10px 0}.seller-list-2-section .search-bar-box .input-group .form-control:focus{box-shadow:none}.seller-list-2-section .search-bar-box .input-group .input-group-text{background:transparent;border:none;font-size:22px;color:#ff8c42;padding-right:20px}.seller-list-2-section .search-bar-box .filter-btn{border-radius:10px;padding:10px 20px;white-space:nowrap}.seller-list-2-section .results-header{margin-bottom:calc(10px + 5 * (100vw - 320px) / 1600);padding-bottom:calc(10px + 5 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--border-color),0.7);gap:calc(12px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;flex-wrap:wrap}.seller-list-2-section .results-header .filter-button{display:flex;align-items:center;padding:calc(10px + 2 * (100vw - 320px) / 880) calc(10px + 5 * (100vw - 320px) / 880);font-size:calc(14px + 2 * (100vw - 320px) / 880);line-height:1}.seller-list-2-section .results-header .theme-form{margin-left:auto;display:flex;align-items:center;gap:4px}[dir=rtl] .seller-list-2-section .results-header .theme-form{margin-left:unset;margin-right:auto}.seller-list-2-section .results-header .theme-form .form-label{white-space:nowrap;margin:0}.seller-list-2-section .results-header .theme-form .custom-slim-select{padding:calc(6px + 2 * (100vw - 320px) / 1600) calc(10px + 2 * (100vw - 320px) / 1600);font-size:calc(14px + 1 * (100vw - 320px) / 1600);background-color:rgba(var(--background),1);border-radius:calc(4px + 2 * (100vw - 320px) / 1600)}.seller-list-2-section .results-header h3{font-size:calc(18px + 4 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1);display:flex;align-items:center;gap:calc(5px + 2 * (100vw - 320px) / 1600);line-height:1}.seller-list-2-section .results-header h3 span{color:rgba(var(--title-color),0.7);font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500}.seller-list-2-section .filter-sidebar{background-color:transparent;border:none;padding:0;position:sticky;top:100px;box-shadow:none}@media (max-width:1199.98px){.seller-list-2-section .filter-sidebar{position:fixed;top:0;left:-320px;width:300px;height:100vh;background-color:#fff;z-index:100;padding:20px;transition:all 0.2s ease-in-out;overflow-y:auto}.seller-list-2-section .filter-sidebar.show{left:0}}.seller-list-2-section .filter-sidebar .shop-filter-box{padding:0}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion{display:grid;gap:20px}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item{padding:16px;border-radius:12px;transition:all 0.2s ease-in-out;background-color:rgba(var(--background),0.2);border:1px solid rgba(var(--border-color),0.5);box-shadow:0 2px 12px 0 rgba(var(--black),0.04)}@media (max-width:1199.98px){.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item{padding:0;background-color:transparent;box-shadow:none;margin-bottom:10px}}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item:has(>.accordion-collapse.collapse.show)>.accordion-header>.accordion-button:after{transform:rotate(0deg)}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-button{border-radius:8px;background-color:rgba(var(--primary-color),0.1);backdrop-filter:blur(9px);padding:14px 18px}@media (max-width:1199.98px){.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-button{padding:12px 14px;background-color:rgba(var(--border-color),0.5);border-top:1px solid rgba(var(--border-color),1);border-bottom:1px solid rgba(var(--border-color),1);border-radius:0}}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-button:after{margin-right:0;content:"";position:absolute;top:50%;right:18px;width:16px;height:2px;background-color:rgba(var(--title-color),0.7);transform-origin:center;transition:transform 0.15s ease-in-out;transform:rotate(-90deg)}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-button::before{content:"";position:absolute;top:50%;right:18px;width:16px;height:2px;background-color:rgba(var(--title-color),0.7)}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-button:focus{box-shadow:none}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-button:not(.collapsed){box-shadow:none}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-button span{letter-spacing:0.3px;color:rgba(var(--title-color),1);font-weight:500;font-size:18px}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body{padding:15px 0 0}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .search-box{position:relative}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .search-box input{width:100%;background-color:#f8f9fa;padding:10px 10px 10px 42px;border-radius:8px;font-size:14px;color:rgba(var(--title-color),1);border:1px solid rgba(var(--border-color),0.5)}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .search-box input:focus{border-color:rgba(var(--primary-color),0.3)}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .search-box .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;color:rgba(var(--content-color),0.4)}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .categories-box{display:flex;flex-direction:column;gap:12px}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li{position:relative;display:flex;align-items:center;gap:10px}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li input:checked~label{font-weight:500;color:rgba(var(--primary-color),1)}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li input:checked~label span{color:rgba(var(--title-color),0.8);font-weight:500}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li label{font-size:16px;color:rgba(var(--title-color),0.8);cursor:pointer;margin-bottom:0;width:calc(100% - 20px - 10px);font-weight:400;display:flex;align-items:center;justify-content:space-between;transition:all 0.2s ease-in-out}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li label span{color:rgba(var(--content-color),1);font-size:14px;transition:all 0.2s ease-in-out;font-weight:400}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li:hover label{color:rgba(var(--primary-color),1)}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .rating-box{display:flex;flex-direction:column;gap:12px;width:100%}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li{display:flex;align-items:center;gap:10px;line-height:1}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li .rating{display:inline-flex;align-items:center;gap:1px}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li .rating li i{color:rgba(var(--star),1);font-size:15px}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .rating-box h5{font-weight:400;font-size:16px;color:rgba(var(--title-color),0.8)}.seller-list-2-section .filter-sidebar .shop-filter-box .accordion .accordion-item .accordion-body .rating-box span{margin-left:auto;color:rgba(var(--content-color),1);font-size:14px;font-weight:400;transition:all 0.2s ease-in-out}.seller-list-2-section .seller-search-bar .input-group{background-color:#fff;border:1px solid rgba(var(--border-color),0.5);border-radius:12px;padding:8px;overflow:hidden}.seller-list-2-section .seller-search-bar .input-group .input-group-text{background:transparent;border:none;padding-left:15px;color:rgba(var(--content-color),0.4);font-size:20px}.seller-list-2-section .seller-search-bar .input-group .form-control{border:none;height:45px;font-size:15px}.seller-list-2-section .seller-search-bar .input-group .form-control:focus{box-shadow:none}.seller-list-2-section .seller-search-bar .input-group .search-btn{background-color:rgba(var(--primary-color),1);color:#fff;border-radius:10px!important;padding:0 30px;font-weight:700;font-size:15px;display:flex;align-items:center;gap:8px}.seller-list-2-section .seller-search-bar .input-group .search-btn i{font-size:18px}.seller-list-2-section .seller-card-minimal{background-color:rgba(var(--background),0.2);border:1px solid rgba(var(--border-color),0.5);border-radius:calc(10px + 4 * (100vw - 320px) / 1600);padding:calc(12px + 4 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out;position:relative;overflow:hidden}.seller-list-2-section .seller-card-minimal .seller-type-badge{position:absolute;top:calc(10px + 4 * (100vw - 320px) / 448);right:calc(10px + 4 * (100vw - 320px) / 448);padding:calc(5px + 2 * (100vw - 320px) / 448) calc(10px + 2 * (100vw - 320px) / 448) calc(4px + 2 * (100vw - 320px) / 448);font-size:11px;font-weight:500;text-transform:uppercase;border-radius:4px;letter-spacing:0.8px;color:rgba(var(--primary-color),1);z-index:0;overflow:hidden}[dir=rtl] .seller-list-2-section .seller-card-minimal .seller-type-badge{right:unset;left:calc(10px + 4 * (100vw - 320px) / 448)}.seller-list-2-section .seller-card-minimal .seller-type-badge::before{background:linear-gradient(174deg,rgba(var(--primary-color),0.03) 0%,rgba(var(--primary-color),0.22) 60%);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0.55}[dir=rtl] .seller-list-2-section .seller-card-minimal .seller-type-badge::before{left:unset;right:0}.seller-list-2-section .seller-card-minimal:hover{box-shadow:0 0 9px 3px rgba(221,221,221,0.33);border-color:rgba(var(--primary-color),0.3);background-color:rgba(var(--background),0.6);transform:translateY(-3px)}.seller-list-2-section .seller-card-minimal:hover .visit-store-btn{background-color:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.seller-list-2-section .seller-card-minimal .card-header-top{margin-bottom:calc(8px + 8 * (100vw - 320px) / 1600)}.seller-list-2-section .seller-card-minimal .card-header-top .seller-brand{gap:calc(6px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center}@media (max-width:991.98px){.seller-list-2-section .seller-card-minimal .card-header-top .seller-brand{display:grid}}.seller-list-2-section .seller-card-minimal .card-header-top .seller-brand .brand-logo{width:calc(60px + 6 * (100vw - 320px) / 1600);height:calc(60px + 6 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);overflow:hidden}.seller-list-2-section .seller-card-minimal .card-header-top .seller-brand .brand-info{width:calc(100% - (60px + 6 * (100vw - 320px) / 1600) - (6px + 4 * (100vw - 320px) / 1600))}.seller-list-2-section .seller-card-minimal .card-header-top .seller-brand .brand-info h3{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1);letter-spacing:0.4px;display:flex;align-items:center}.seller-list-2-section .seller-card-minimal .card-header-top .seller-brand .brand-info h3 .time-ago{font-size:calc(11px + 1 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),0.75);font-weight:400;margin-left:calc(4px + 3 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),0.05);padding:calc(2px + 1 * (100vw - 320px) / 1600) calc(5px + 3 * (100vw - 320px) / 1600);border-radius:4px;border:1px solid rgba(var(--primary-color),0.1)}[dir=rtl] .seller-list-2-section .seller-card-minimal .card-header-top .seller-brand .brand-info h3 .time-ago{margin-left:unset;margin-right:calc(4px + 3 * (100vw - 320px) / 1600)}.seller-list-2-section .seller-card-minimal .card-header-top .seller-brand .brand-info .brand-meta{margin-top:calc(3px + 4 * (100vw - 320px) / 1600)}.seller-list-2-section .seller-card-minimal .card-header-top .seller-brand .brand-info .brand-meta .category-info{font-size:calc(14px + 1 * (100vw - 320px) / 1600);font-weight:400;position:relative;color:rgba(var(--success-color),1)}.seller-list-2-section .seller-card-minimal .card-body-content .seller-short-desc{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);margin-bottom:14px}.seller-list-2-section .seller-card-minimal .card-body-content .ecommerce-highlights{gap:calc(8px + 4 * (100vw - 320px) / 1600);margin-bottom:calc(14px + 6 * (100vw - 320px) / 1600);display:flex;align-items:center;flex-wrap:wrap}.seller-list-2-section .seller-card-minimal .card-body-content .ecommerce-highlights li{gap:5px;background-color:rgba(var(--primary-color),0.08);padding:calc(4px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);border-radius:5px;border:1px solid rgba(var(--border-color),0.2);font-size:13px;font-weight:400;color:rgba(var(--title-color),0.7);transition:all 0.2s ease-in-out;display:flex;align-items:center}.seller-list-2-section .seller-card-minimal .card-body-content .ecommerce-highlights li:hover{background-color:rgba(var(--primary-color),1);color:#fff}.seller-list-2-section .seller-card-minimal .card-body-content .ecommerce-highlights li:hover i{--color:#fff}.seller-list-2-section .seller-card-minimal .card-body-content .ecommerce-highlights li i{line-height:1;--size:calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--primary-color),1);font-weight:normal;transition:all 0.2s ease-in-out}.seller-list-2-section .seller-card-minimal .card-body-content .seller-stats-row{display:grid;grid-template-columns:repeat(3,1fr);background-color:rgba(var(--primary-color),0.05);padding:calc(10px + 5 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(12px + 6 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),0.3)}.seller-list-2-section .seller-card-minimal .card-body-content .seller-stats-row .stat-box{text-align:center}.seller-list-2-section .seller-card-minimal .card-body-content .seller-stats-row .stat-box+.stat-box{border-left:1px solid rgba(var(--border-color),1)}[dir=rtl] .seller-list-2-section .seller-card-minimal .card-body-content .seller-stats-row .stat-box+.stat-box{border-left:unset;border-right:1px solid rgba(var(--border-color),1)}.seller-list-2-section .seller-card-minimal .card-body-content .seller-stats-row .stat-box .label{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.65);letter-spacing:0.3px;font-weight:400;margin-bottom:2px}.seller-list-2-section .seller-card-minimal .card-body-content .seller-stats-row .stat-box .value{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1)}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list{margin-bottom:16px}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list .seller-product-title{margin-bottom:calc(12px + 2 * (100vw - 320px) / 1600);gap:calc(3px + 7 * (100vw - 320px) / 1600);display:flex;align-items:center}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list .preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list h6{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--title-color),1);letter-spacing:0.3px}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list .offer-badge{background-color:rgba(var(--error),0.06);color:rgba(var(--error),1);padding:calc(3px + 2 * (100vw - 320px) / 1600) calc(6px + 2 * (100vw - 320px) / 1600) calc(2px + 2 * (100vw - 320px) / 1600);border-radius:3px;font-size:calc(12px + 1 * (100vw - 320px) / 1600);font-weight:400;border:1px solid rgba(var(--error),0.1);letter-spacing:calc(0.3px + 0.2 * (100vw - 320px) / 1600)}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list ul{display:flex;gap:calc(6px + 4 * (100vw - 320px) / 1600)}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list ul li{width:calc(42px + 14 * (100vw - 320px) / 1600);height:calc(42px + 14 * (100vw - 320px) / 1600);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);overflow:hidden;border:1px solid rgba(var(--border-color),0.5);background-color:rgba(var(--primary-color),0.05);padding:calc(4px + 2 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list ul li:hover{background-color:rgba(var(--primary-color),0.1)}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list ul li.more-products{cursor:pointer;display:grid;place-items:center;font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:500;color:rgba(var(--primary-color),1)}.seller-list-2-section .seller-card-minimal .card-body-content .product-preview-list ul li.more-products:hover{background-color:rgba(var(--primary-color),1);color:#fff}.seller-list-2-section .seller-card-minimal .card-body-content .tag-list{gap:calc(6px + 2 * (100vw - 320px) / 1600);margin-top:calc(6px + 14 * (100vw - 320px) / 1600);display:flex;flex-wrap:wrap}.seller-list-2-section .seller-card-minimal .card-body-content .tag-list li{background-color:rgba(var(--primary-color),0.05);padding:calc(4px + 1 * (100vw - 320px) / 1600) calc(8px + 2 * (100vw - 320px) / 1600);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);font-size:calc(12px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);letter-spacing:0.3px;transition:all 0.2s cubic-bezier(0.4,0,1,1)}.seller-list-2-section .seller-card-minimal .card-body-content .tag-list li:hover{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),0.3);color:#fff}.seller-list-2-section .seller-card-minimal .card-footer-bottom{padding-top:calc(12px + 6 * (100vw - 320px) / 1600);margin-top:calc(12px + 6 * (100vw - 320px) / 1600);border-top:1px dashed rgba(var(--border-color),1);gap:calc(10px + 10 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}@media (max-width:450px){.seller-list-2-section .seller-card-minimal .card-footer-bottom{display:grid}}.seller-list-2-section .seller-card-minimal .card-footer-bottom .footer-left .rating-box{display:flex;align-items:center}.seller-list-2-section .seller-card-minimal .card-footer-bottom .footer-left .rating-box i{color:rgba(var(--star),1);font-size:18px;line-height:1;margin-top:-4px}.seller-list-2-section .seller-card-minimal .card-footer-bottom .footer-left .rating-box span{text-transform:capitalize;color:rgba(var(--title-color),0.8);font-size:calc(14px + 2 * (100vw - 320px) / 1600);font-weight:400;line-height:1;margin-left:5px}.seller-list-2-section .seller-card-minimal .card-footer-bottom .footer-left .location-box{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);font-weight:400;margin-top:6px;gap:6px;display:flex;align-items:center}.seller-list-2-section .seller-card-minimal .card-footer-bottom .footer-left .location-box i{font-size:15px;color:rgba(var(--primary-color),1);--size:18px;--color:rgba(var(--title-color),1)}.seller-list-2-section .seller-card-minimal .card-footer-bottom .contact-btn{padding:8px 13px;border-radius:6px;background-color:rgba(var(--primary-color),0.05);color:rgba(var(--title-color),1);transition:all 0.25s ease-in-out;border:1px solid rgba(var(--border-color),0.5)}.seller-list-2-section .seller-card-minimal .card-footer-bottom .contact-btn i{font-size:16px;color:rgba(var(--title-color),1);--size:18px;--color:rgba(var(--title-color),1)}.seller-list-2-section .seller-card-minimal .card-footer-bottom .contact-btn:before,.seller-list-2-section .seller-card-minimal .card-footer-bottom .contact-btn::after{content:none}.seller-list-2-section .seller-card-minimal .card-footer-bottom .contact-btn:hover{background-color:rgba(var(--primary-color),1)}.seller-list-2-section .seller-card-minimal .card-footer-bottom .contact-btn:hover i{color:#fff}.seller-list-2-section .seller-card-minimal .card-footer-bottom .visit-store-btn{padding:calc(6px + 2 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);border-radius:6px;background-color:rgba(var(--primary-color),0.05);color:rgba(var(--title-color),0.7);font-size:14px;font-weight:600;gap:calc(4px + 1 * (100vw - 320px) / 1600);border:1px solid rgba(var(--border-color),0.5);transition:all 0.2s ease-in-out;display:flex;align-items:center}.seller-list-2-section .seller-card-minimal .card-footer-bottom .visit-store-btn i{line-height:1;font-size:17px}.seller-list-2-section .seller-card-minimal .card-footer-bottom .visit-store-btn:hover{background-color:rgba(var(--primary-color),1);color:#fff;border-color:rgba(var(--primary-color),1)}.seller-list-section .seller-list-card{border-radius:calc(8px + 2 * (100vw - 320px) / 1600);padding:calc(14px + 6 * (100vw - 320px) / 1600);position:relative;border:1px solid rgba(var(--border-color),0.5);display:grid;gap:calc(10px + 10 * (100vw - 320px) / 1600);height:100%;transition:all 0.2s ease-in-out;box-shadow:0 0 18px rgba(221,221,221,0.161)}.seller-list-section .seller-list-card:hover{transform:translateY(calc(0 + -3 * (100vw - 320px) / 1600));box-shadow:0 15px 35px rgba(var(--title-color),0.04);border-color:rgba(var(--primary-color),0.3)}.seller-list-section .seller-list-card .seller-card-top{display:flex;align-items:center;gap:10px}@media (max-width:575.98px){.seller-list-section .seller-list-card .seller-card-top{flex-direction:column;text-align:center;align-items:center}}.seller-list-section .seller-list-card .seller-card-top .seller-image{width:80px;height:80px;border-radius:10px;overflow:hidden;border:2px solid rgba(var(--white),1);box-shadow:0 4px 10px rgba(var(--title-color),0.05);flex-shrink:0;background-color:rgba(var(--background),1)}.seller-list-section .seller-list-card .seller-card-top .seller-info{flex:1}.seller-list-section .seller-list-card .seller-card-top .seller-info .name{display:flex;align-items:center;gap:4px;margin-bottom:6px}.seller-list-section .seller-list-card .seller-card-top .seller-info h3{font-size:calc(17px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),1)}.seller-list-section .seller-list-card .seller-card-top .seller-info .rating{gap:5px;margin-block:2px 6px;display:flex;align-items:center}@media (max-width:575.98px){.seller-list-section .seller-list-card .seller-card-top .seller-info .rating{justify-content:center}}.seller-list-section .seller-list-card .seller-card-top .seller-info .rating .stars{display:flex}.seller-list-section .seller-list-card .seller-card-top .seller-info .rating .stars i{color:rgba(var(--content-color),0.32);font-size:16px;line-height:1}.seller-list-section .seller-list-card .seller-card-top .seller-info .rating .stars i.fill{color:rgba(var(--star),1)}.seller-list-section .seller-list-card .seller-card-top .seller-info .rating span{font-size:15px;font-weight:400;color:rgba(var(--title-color),0.65)}.seller-list-section .seller-list-card .seller-card-top .seller-info .location{display:flex;align-items:center;gap:6px}@media (max-width:575.98px){.seller-list-section .seller-list-card .seller-card-top .seller-info .location{justify-content:center}}.seller-list-section .seller-list-card .seller-card-top .seller-info .location i{font-size:16px;line-height:1;color:rgba(var(--primary-color),1)}.seller-list-section .seller-list-card .seller-card-top .seller-info .location span{color:rgba(var(--title-color),0.7);font-weight:500}.seller-list-section .seller-list-card .seller-bio{font-size:calc(14px + 2 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1)}.seller-list-section .seller-list-card .seller-tags{display:flex;flex-wrap:wrap;gap:8px}.seller-list-section .seller-list-card .seller-tags li{background-color:rgba(var(--primary-color),0.06);color:rgba(var(--primary-color),1);padding:calc(5px + 1 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600) calc(4px + 1 * (100vw - 320px) / 1600);border-radius:4px;font-size:calc(13px + 1 * (100vw - 320px) / 1600);font-weight:500;letter-spacing:0.5px;transition:all 0.2s ease-in-out}.seller-list-section .seller-list-card .seller-tags li:hover{background-color:rgba(var(--primary-color),1);color:#fff}.seller-list-section .seller-list-card .seller-stats{padding:15px 0;border-radius:8px;border:1px solid rgba(var(--border-color),0.6);background-color:rgba(var(--background),0.6);display:flex;justify-content:space-around}.seller-list-section .seller-list-card .seller-stats .stat-item{text-align:center;width:100%;position:relative}.seller-list-section .seller-list-card .seller-stats .stat-item+.stat-item::before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:1px;height:100%;border-left:1px dashed rgba(var(--border-color),1)}[dir=rtl] .seller-list-section .seller-list-card .seller-stats .stat-item+.stat-item::before{left:unset;right:0}.seller-list-section .seller-list-card .seller-stats .stat-item h4{font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:600;color:rgba(var(--title-color),0.9)}.seller-list-section .seller-list-card .seller-stats .stat-item p{font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);letter-spacing:0.3px}.seller-list-section .seller-list-card .seller-products-preview h5{letter-spacing:0.5px;font-size:calc(16px + 2 * (100vw - 320px) / 1600);font-weight:500;margin-bottom:7px;color:rgba(var(--title-color),1)}.seller-list-section .seller-list-card .seller-products-preview .product-row{display:flex;gap:calc(10px + 5 * (100vw - 320px) / 1600)}.seller-list-section .seller-list-card .seller-products-preview .product-row .product-thumb{background-color:rgba(var(--background),1);padding:calc(8px + 8 * (100vw - 320px) / 1600);width:100%;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);overflow:hidden;aspect-ratio:1/1;position:relative;border:1px solid rgba(var(--border-color),0.5);cursor:pointer}.seller-list-section .seller-list-card .seller-products-preview .product-row .product-thumb img{transition:all 0.2s ease-in-out}.seller-list-section .seller-list-card .seller-products-preview .product-row .product-thumb:hover img{transform:scale(1.1)}.seller-list-section .seller-list-card .visit-btn{width:100%;gap:calc(6px + 2 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);color:#fff;padding:calc(8px + 4 * (100vw - 320px) / 1600);border-radius:calc(6px + 2 * (100vw - 320px) / 1600);font-weight:500;font-size:calc(14px + 2 * (100vw - 320px) / 1600);border:1px solid rgba(var(--primary-color),1);letter-spacing:0.4px;transition:all 0.2s ease-in-out;display:flex;align-items:center;justify-content:center}.seller-list-section .seller-list-card .visit-btn i{font-size:calc(16px + 2 * (100vw - 320px) / 1600);transition:transform 0.3s ease;color:#fff}.seller-list-section .seller-list-card .visit-btn:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.seller-list-section .seller-list-card .visit-btn:hover i{transform:translateX(5px);color:rgba(var(--primary-color),1)}.seller-details-popup{padding:30px}.seller-details-popup .seller-popup-header{display:flex;align-items:center;gap:20px;margin-bottom:25px}.seller-details-popup .seller-popup-header .seller-img{width:100px;height:100px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(var(--primary-color),0.1)}.seller-details-popup .seller-popup-header .seller-info h3{font-size:22px;font-weight:600;margin-bottom:8px;color:rgba(var(--title-color),1)}.seller-details-popup .seller-popup-header .seller-info p{color:rgba(var(--content-color),1);margin-bottom:12px;line-height:1.5;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.seller-details-popup .seller-popup-header .seller-info .seller-popup-meta{display:flex;gap:15px;padding:0;margin:0;list-style:none}.seller-details-popup .seller-popup-header .seller-info .seller-popup-meta li{display:flex;align-items:center;gap:6px;font-size:14px;color:rgba(var(--content-color),1)}.seller-details-popup .seller-popup-header .seller-info .seller-popup-meta li i{color:rgba(var(--primary-color),1)}.seller-details-popup .seller-popup-footer .seller-stats{display:flex;justify-content:space-between;gap:15px;margin:0;padding:0;list-style:none}@media (max-width:1199.98px){.shop-filter{position:fixed;top:0;margin:calc(6px + 4 * (100vw - 320px) / 880);left:calc(-320px + -50 * (100vw - 320px) / 880);width:calc(308px + 42 * (100vw - 320px) / 880);height:calc(100vh - (12px + 8 * (100vw - 320px) / 880));padding:0;background-color:rgba(var(--white),1);z-index:12;border-radius:10px;overflow:auto;transition:all 0.2s ease-in-out}[dir=rtl] .shop-filter{left:unset;right:calc(-320px + -50 * (100vw - 320px) / 880)}.shop-filter.show{left:0}[dir=rtl] .shop-filter.show{left:unset;right:0}.shop-filter .shop-filter-box{height:calc(100vh - 52px - (12px + 8 * (100vw - 320px) / 880));padding:0}.shop-filter-right{left:unset;right:calc(-320px + -50 * (100vw - 320px) / 880)}.shop-filter-right.show{left:unset;right:0}}.shop-filter .shop-mobile-back{display:none}.shop-filter .shop-mobile-back button{width:100%;padding:12px 16px;border:none;border-bottom:1px solid rgba(var(--black),0.08);background-color:rgba(var(--primary-color),1);display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:500;color:#fff}@media (max-width:1199.98px){.shop-filter .shop-mobile-back{display:block}}.shop-filter .shop-mobile-back i{font-weight:normal}.shop-filter .shop-filter-box .accordion{gap:calc(16px + 4 * (100vw - 320px) / 1600);display:flex;flex-direction:column}@media (max-width:1199.98px){.shop-filter .shop-filter-box .accordion{display:grid}}.shop-filter .shop-filter-box .accordion .accordion-item{padding:16px;border-radius:12px;transition:all 0.2s ease-in-out;background-color:rgba(var(--background),0.2);border:1px solid rgba(var(--border-color),0.5);box-shadow:0 2px 12px 0 rgba(var(--black),0.04)}@media (max-width:1199.98px){.shop-filter .shop-filter-box .accordion .accordion-item{padding:0;background-color:transparent;box-shadow:none;margin:0;border:none}}.shop-filter .shop-filter-box .accordion .accordion-item:has(>.accordion-collapse.collapse.show)>.accordion-header>.accordion-button:after{transform:rotate(0deg)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-button{border-radius:8px;background-color:rgba(var(--primary-color),0.1);backdrop-filter:blur(9px);padding:14px 18px}@media (max-width:1199.98px){.shop-filter .shop-filter-box .accordion .accordion-item .accordion-button{padding:12px 14px;background-color:rgba(var(--border-color),0.5);border-top:1px solid rgba(var(--border-color),1);border-bottom:1px solid rgba(var(--border-color),1);border-radius:0}}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-button:after{margin-right:0;content:"";position:absolute;width:16px;height:2px;top:50%;right:18px;background-color:rgba(var(--title-color),0.7);transform-origin:center;transition:transform 0.15s ease-in-out;transform:rotate(-90deg)}[dir=rtl] .shop-filter .shop-filter-box .accordion .accordion-item .accordion-button:after{right:unset;left:18px}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-button::before{content:"";position:absolute;width:16px;height:2px;top:50%;right:18px;background-color:rgba(var(--title-color),0.7)}[dir=rtl] .shop-filter .shop-filter-box .accordion .accordion-item .accordion-button::before{right:unset;left:18px}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-button:focus{box-shadow:none}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-button:not(.collapsed){box-shadow:none}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-button span{color:rgba(var(--title-color),1);font-weight:500;font-size:19px;letter-spacing:0.3px}@media (max-width:1199.98px){.shop-filter .shop-filter-box .accordion .accordion-item .accordion-button span{color:rgba(var(--title-color),1);font-weight:500;font-size:17px}}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body{padding:10px 10px 0}@media (max-width:1199.98px){.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body{padding-inline:calc(14px + 2 * (100vw - 320px) / 880)}}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter{display:flex;flex-direction:column;gap:calc(8px + 5 * (100vw - 320px) / 1600)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li{display:flex;align-items:center;gap:10px;width:100%}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li .checkbox_animated{background-color:rgba(var(--background),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li .checkbox_animated::before{left:4px;top:5px;width:10px;height:6px}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li .checkbox_animated:checked{background-color:rgba(var(--primary-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li .color{width:calc(18px + 2 * (100vw - 320px) / 1600);height:calc(18px + 2 * (100vw - 320px) / 1600);display:block;border-radius:100%;position:relative;overflow:hidden;cursor:pointer}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li input:checked~label{color:rgba(var(--primary-color),1);font-weight:500}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li input:checked~label span{color:rgba(var(--title-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li h5,.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li label{font-size:calc(16px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center;color:rgba(var(--title-color),1);gap:6px;font-weight:400;width:calc(100% - 20px - 10px)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li h5 .number,.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li label .number{color:rgba(var(--title-color),0.8);margin-left:auto}[dir=rtl] .shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li h5 .number,[dir=rtl] .shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li label .number{margin-left:unset;margin-right:auto}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li label{cursor:pointer}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .show-toggle-btn{background-color:rgba(var(--primary-color),1);border:none;margin-top:calc(1px + 2 * (100vw - 320px) / 1600);color:#fff;font-size:calc(15px + 1 * (100vw - 320px) / 1600);padding:calc(8px + 2 * (100vw - 320px) / 1600)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .show-toggle-btn::before,.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .show-toggle-btn::after{content:none}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .search-box{position:relative;text-align:center;margin-bottom:14px}@media (max-width:1199.98px){.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .search-box{margin-top:0}}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .search-box input{width:100%;background-color:rgba(var(--white),0.1);padding:10px 10px 10px 56px;border-radius:8px;font-size:calc(15px + 1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);border:1px solid rgba(var(--border-color),1);box-shadow:none}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .search-box input::placeholder{color:rgba(var(--content-color),0.8)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .search-box .search-icon{position:absolute;left:0;padding-inline:14px 12px;--size:20px;--color:rgba(var(--title-color),0.8);cursor:auto;border-right:1px solid rgba(var(--border-color),1);height:calc(100% - 16px);display:grid;place-items:center;top:50%;transform:translateY(-50%)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box{max-height:360px;overflow-y:auto;display:grid;gap:calc(6px + 2 * (100vw - 320px) / 1600)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li{width:100%;font-size:calc(14px + 2 * (100vw - 320px) / 1600);cursor:pointer;gap:calc(6px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;transition:all 0.3s ease-in-out}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li input{background-color:rgba(var(--background),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li input:checked{background-color:rgba(var(--primary-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li input:checked~label{color:rgba(var(--primary-color),1);font-weight:500}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li input:checked~label span{color:rgba(var(--title-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li label{width:calc(100% - (6px + 4 * (100vw - 320px) / 1600) - 16px);font-size:calc(15px + 2 * (100vw - 320px) / 1600);cursor:pointer;letter-spacing:0.3px;text-transform:capitalize;margin-bottom:0;color:rgba(var(--title-color),1);transition:all 0.2s ease-in-out;display:flex;align-items:center}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li label span{color:rgba(var(--title-color),0.8);transition:all 0.2s ease-in-out}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li span{margin-left:auto;transition:all 0.3s ease-in-out}[dir=rtl] .shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li span{margin-left:unset;margin-right:auto}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li:hover{color:rgba(var(--primary-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li:hover span{color:rgba(var(--primary-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li{width:100%;font-size:calc(15px + 1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);transition:all 0.3s ease-in-out;display:flex;align-items:center;gap:10px}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li+li{margin-top:calc(5px + 3 * (100vw - 320px) / 880)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li input{background-color:rgba(var(--background),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li input:checked{background-color:rgba(var(--primary-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li input:checked~label{color:rgba(var(--primary-color),1);font-weight:500}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li input:checked~label span{color:rgba(var(--title-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li label{text-transform:capitalize;cursor:pointer;font-size:calc(16px + 2 * (100vw - 320px) / 1600);width:calc(100% - 20px - 10px);color:rgba(var(--title-color),1);gap:10px;display:flex;align-items:center;justify-content:space-between}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li label::first-letter{text-transform:capitalize}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li label span{color:rgba(var(--title-color),0.8)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li:hover{color:rgba(var(--primary-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li{width:100%;display:flex;align-items:center;gap:8px;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li input{background-color:rgba(var(--background),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li input:checked{background-color:rgba(var(--primary-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li input:checked~label{color:rgba(var(--primary-color),1);font-weight:500}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li input:checked~label span{color:rgba(var(--title-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li label{cursor:pointer;font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);transition:all 0.2s ease-in-out}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li label::first-letter{text-transform:capitalize}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li+li{margin-top:8px}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .tag-box{display:flex;flex-wrap:wrap;gap:8px}@media (max-width:1199.98px){.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .tag-box{padding:0 10px 10px}}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .tag-box li a{display:block;padding:6px 18px;border-radius:100px;background-color:rgba(var(--border-color),0.5);font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--title-color),0.8);transition:all 0.2s ease-in-out}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .tag-box li a::first-letter{text-transform:capitalize}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .tag-box li a:hover{background-color:rgba(var(--primary-color),1);color:#fff}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li{width:100%;display:flex;align-items:center;gap:8px}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li+li{margin-top:10px}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li input{background-color:rgba(var(--background),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li input:checked{background-color:rgba(var(--primary-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li input:checked~div h5{color:rgba(var(--primary-color),1);font-weight:500}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li input:checked~div span{color:rgba(var(--title-color),1)}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li .form-label{width:calc(100% - 20px - 10px);margin:0;display:flex;align-items:center}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li .rating{gap:1px;margin-top:-4px;line-height:1;display:flex;align-items:center}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li .rating li{line-height:1;width:auto;display:block}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li .rating li+li{margin:0}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li i{font-size:calc(15px + 2 * (100vw - 320px) / 1600);color:rgba(var(--star),1);line-height:1}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li>div{width:calc(100% - 20px - 10px);display:flex;align-items:center}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box h3{font-size:calc(16px + 1 * (100vw - 320px) / 1600);font-weight:400;text-transform:capitalize;margin-left:calc(4px + 2 * (100vw - 320px) / 1600);transition:all 0.2s ease-in-out}[dir=rtl] .shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box h3{margin-right:calc(4px + 2 * (100vw - 320px) / 1600);margin-left:unset}.shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box span{margin-left:auto;font-size:14px;letter-spacing:0.3px;color:rgba(var(--title-color),0.8);transition:all 0.2s ease-in-out}[dir=rtl] .shop-filter .shop-filter-box .accordion .accordion-item .accordion-body .rating-box span{margin-left:unset;margin-right:auto}@media (max-width:1199.98px){.shop-filter .shop-filter-box .shop-banner-box{display:none}}.shop-filter .shop-filter-box .shop-banner-box .shop-offer-banner{z-index:1;margin-bottom:-143px}.shop-filter .shop-filter-box .shop-banner-box .shop-offer-banner .swiper-slide{text-align:center}.shop-filter .shop-filter-box .shop-banner-box .shop-offer-banner .swiper-slide img{height:207px}.shop-filter .shop-filter-box .shop-banner-box .shop-banner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmIAAAIdCAMAAACp/OHAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEXRSTlMAcBBACCBgUDB4SDgYaFgogXdUmz4AABDwSURBVHja7N0LeoJADEXhecEAgnb/q+0K/Kq2nUlyz7+CWuMkJAHSR5bckrB1Sfhv95qE1SPhv5Vckq5lTfh3N+X/ctul64RR1i3pohgbYVH+JR/Spegwh3DNSzE2RMu62YJi7F00xyjGbBJOlXTGniNV/onlSniCVPk3KMaeI1X+ia7cFhyp5UfStPWEIc5ddFbZ9oTnmFXStvBkvSVJtC2GKfuZFC05YZCHaOcia/60pjjuSRHbFgNdkuUY2xY/oBz7NdV+zasox37tkDy8Z6mKSYNMOdSqWPsyCh+pZcGxMNeUQ52CN1aSKcfaBGNsZ075M0r+36hkyrG63GB4YaNnrHbJ/ajZ6BmsyF1WstEz2qm2fcAtu8M91C4rVRcyJ7qJxRitsfHqpZU6NJdMPsKCIq0xN7rUHYYU/K+iPfapVfVm5bcQYxT8zpSsFGPMwl9CjNHhd0Ypxij438S4kjepOCEUYzx6YJKSZcZ3rPS8gXqMvoUnOjFG3+JlxBi3LTijEmONx1tMU0RmSbRf52mrxN5Fk3xujBVdYkeRtbGZqsKuNVOk9xBj7+scYzNtAn2jwjE21SkwTOIY+wANMo4xR8p1j/4NcIzNdkQv+jnGpqvR38HLMTbdGbwgK7T4pyv5CP0l0OI3IHZB1kJ/Oi9ue+SV/iox87cudIesCYwxHCg9cDqRfY21MTXw/W/RGzNeBL6yXK4EC1rcK0se/mrFFrXqXxgjWVHWK+ZBxuvd7Kh7yJzCDW+GlNwjfhs0LiyJ2b6gcWFJyWu8g2xh48KUuscrj3mmnS0BB0ol3CfybgtX9lPxW1N6tLJ/DfZ5Aig5ViOWHr9BwbLlwdOg7ImVLRvNMYtCBRnNMZu2QJ1YUqVRcUoy9vjNqlGC7EGqtKr0ryNEkN1JlWaVnmuAICNVWhYjyEiVppUeoCbjqtK20r+8BxkNWOvK4f0kowFrXtny+kiOHfcE67bseqx0hbzNKprFc+XPBqwPpee713x54ykXTmxX3nyeBzT53Tj77vIoa9njXy2qbavHqmzhEQTf7N3rbtswDAVgkbrf/f5Puy3ZhmUrtqWNK4o+H9AfBYrCRU4lirLlnXCkvt2EiQeSNuNjDmmvjmZAObabNI6xU8pQjm2IU9gpZQ3l2I44jSPsUpfVS7whXSE3I3W7xd0MBW992JYvnaL8wcxhs3JnnEbuxcueijh784Nj9n6mlKp9kFKa3jeW/ZdclbfhCFZwzLge1cYYOuUjE4UwYozFPogxjnD7iYN6GMWm6cWPz1fifAlHKFNUzLilGkfPB339KjX95xjl2PtZbQyBDgqjVN8MyOBtyH3U9UsAnqkMytRjqbPdYhWjeQ/2s5bQjxyQNClaiv0IZVXOeNbYM/VYJ7vHkt+aD2B/S1ofFrOnCL7GfvTxmf/3riUbe6ZRUnPmDUzzBeXALCHnUCYGNAna/eMY9tzPw90KLnoI15satVfVnXZQFr2+uRLnUxn9oBDt9GxeXMuX0XPuo6TJ5t8SsXkZdys8Y8JwJkTz1Y6Q7wu06Zsz7+O4zWTj6HRQH6Wmp36TffVOUkuDaCBmkjQ/bRmh51vvKVpb7/1Odm8Hirl5n1K1JY5AdGTqI9qUGovZSeIUaYctjuvh5meyttz7nZSPb+iH+/eZiHoIMZZbFJnNRwVrznDf4ljfrIF/4p+cOYWjak7ibcgDgxkwJXMaTiOHisrs4hqdGwEfiQpSdmnnP5PUClJ2bW+1x85ImY4TTeE9LDlzvrbjI4HwIrY78xl8zGPnk43g/eIw/3TlZ+jh42I0n4Ut4fWFF+S6NZ9nDgxl1/PPjGEogw9yZM2nSmHXQ9rgnfi5jOGkedggY4YrBdyPcSFPZQyHgMMuGTMpIGTXwWs+bK/pLdnwd0zVPA+vYgfpcyVCdiX/nzGEDHbLGEJ2FQszZnggZFewMmPGE07UvoClGTMJt2FcAPenMoaQwdNcj2YhtmQN6ObicOZJWFzCU0p3ZqVJA7OlcpbYLJXI4lA83ZZnDLOlepXYrNWwtlRurm+D2oy1pWqNlr8tiePysRT+oKbRf5eooOxXjPv6Fz1zJDxEopgbYf0YMlH2q7a8efGVKxjINLMk4IxDj4pMs7l+YYmlpXISFpbGJBFXAefgLmGawkCmWhHx6VYJUzY8UFb0G0b7QrGZRYwgMqIOPygs+lH1a+ZGlzBLcccNsXpJ6PRjstRNSEE2MVnqxbT+1ov7ylJAow5O4YT0P2U06uAUVsZdD3X9bd9wliajEhJyGfCdxkqIu4jLgJ8UVkJCLgN+UNiaEnIZcAYv46YHIY06+IW2LUshlwFncGFIqLYlPIcHD9RtWbooYnce7lRmTMplwAM9J6sgY8oJOFnlm5TRvFBLyIquZRx3p5aQFZ2QqMMZ3BCxVYiMaVY6MgZ/ULiicx0Z00tKxqIBrYRkLCJjeq0/Qv0GGVMsIWPwFn0ddmRMMWQMfoeMwW6QMfgdMga7SVnEujKI2JqH7zT2LrCXpBkyBm9Q2OfHfReaydivZLz2WbEv7N2BbtpAEEXRxV5jsIH8/9+2kARomyhSE8Sdp3u+AInVevxmdj0y5sf2iEuqdJG5xg5eeBGMEUwx3jx0Jy6YWjeE3VRXgaHBeGxKNTDO8DKe2LrKe6GD7KZ6iAOi2DYeS8Z4oTO6SMaIxxgrXY+xIIrtcdsUi1FsnxAhna7yiu3OCFD0EAOi2Gb8Ct2JK7Z3dpKCMYrt5dQUi1Fsby3HcnVEyc/oZ+kmr9h+sRwLxii2GTmw7oUV2/1oORYM8e8Om6ZYA+KuC8I61x2LbZWCKMeUzGJbjzYgmpVKtnrgTB/Jala6kWbrm6e3CRHtUj3O9PTkYtjMbmTRluc/Kkc3smgd8LV6N7Js0763p3Mji4YI+afNAljpuop7VLbWF3PgXIhHZWs7L7TOBXirPBtmN7JUgAD21bq36g/1/AD2Fl9Afol+2AlTBln1h+qIKWur/mQr4g4Cs/5kpNP/jC826SwvHPNhGQwSjr0a7CcF6qxLTHyzDASq+M/WPaF1qh+1ZUXrfoQ3DybjfzMcT6wfpG+baduG6UUa3tHdFTHLpp8z4q6UO1iQZYEFF2fDhpTXKS24OOunI+3xre+gDCda9MeaeNtYayvifm1l5q+vJgeug0zIC35N+pMgtzHXWBJaG+lNP+IyO/2vLXS/mBGfNVfa/KvhRSTqNuYai4HdxlxjMUinkf6045z3VF42djEZ9GdgZmMXB4P+CBP4kw8H7+yMsAUOXLwbXGMJkAMXtzWGfR1R7bkxG5ZRgOOvrrEsfY8OOV1jAUb2qQxr/vo6c6bHNRYEdzTcNZZm2je2wZy/OnL8enGwX1ncCzq3cI0FAF2U/pkXdrSir4zwgv+3nTOKpXXs9OvN6horjTv9ejN6Lqky9LzFu7HCj9Rn+AX/b7NneAsrUPC31o8VfqU+NtAT/ovuiGJh+ITfdmV17MlEY/4AFaIxI9ja5iJlzggfb1PtaOxsOTXVVKbRjL1PSF9YqvxzRhdVga9Q+ctQohehf/G+WfOZydfKmko0kZy6qKzOk7K1mX34UxWvt7Dk/8Xe3SA1CARBFE4RSFLmz/ufVkjA0tID9GvedwItR3bonV0agFZKW34m0kp5eNryE2HSV4dgqTDpqyk/FWaf8mUAvZ5oA5noWU2ohV2oiR7WHKV+uMD+ZicTWBrK7KvtGBfjlEj8Z1uFvfjVGVg+VMD/cme9oYgV8C8GN5JgYLHF7Br8pTD948K7msTkgmVEXG7xy8iZCNcCeKL/aXKB8oFrxuaf2aWS5AIMmkZDfhJgM2bIDwNsxlwqWYjNmEslCrEZc6lEYVz7+sfDpZKDuekH+JCTNmfmlb1OWXNcoUsO4Ss7erlBRxcc6+GADfB/OyLfhXeJNsBvOIaDDF8Nx0iAY4mrh9dcMAy4MyJ2/DTUft8boTCo/b4dPwa23yceBN0nbr9vxg9BzfcXA7eR3BPkcLUDsCjkd/8Rd2fCLj2Y8zwGFxysq6sNLoDIr5S860R36cZOl7jR8X6gXynNXxHIr5TmrwiP54FsMn+NB96l9PtIDNRTSJubj7F0T/pJi7OPsXDcwVd3wyHGzwOcj7F08NTCx1i+O/4SEh9j4aB3p/gY46AHYz7G4l3RsxZmYwD4YMyIPx35hMhmYs+LtMNnr4sT/p2lGj57nU0Fj+Ji+OzV8dd0/Ox1NjnFHww+lLjyU5XB+PG+ZyrDFcT7s9H4NdcRPve6Ohq/xmKf1vUxBtCwg+R5t2gt7/stv0ehih0k49dkNSXmF95Swa+1sOEHaNgH51+WVq3mn9+xsVQVoxY2/Ml6SsyGP1RPidnwhypaXmz4MxWVmA1/pqISq/pdinSMvb5dS/b0y3SMvb6NfjQ8UVOJOdITqarEHOlJVFViPdthTbpKzGgsUFeJ+c2aQF0ldvALgnnKSqzk0F6VshJzEylPWYm5iZSnrcRcKeO0ldjgSpmmrcRcKeOciyYtXCkj1f3Tu1KmqSsx09c0fSXmXWNh+krMfcov9s4gqWEYCIKmSAGBJPD/10JBFUewcvFOT/cPFK/j0exoNQzOIbdfzrwlRQMsMcb8Wg7AEJ/Z11lgJvN4LHwqwBLz3q1RYKYkwi5yBUG4kFKDfzRMaazBPwhmiXkQaRCQ20MqXpxQmA09bYtBMEtse6Kl4ILBhV5/eDOXOAZe0OKbC9HuC+XKLDFi6zUVavDlxhQAiRBblPaQJoFsUaIXFgfXo6QqgDgo9zYrxsbC9Y+4KwuDG3PXGRsC1HnVGZvD9bJRsU05A6ot5viUKZDdI64fEwX5MZwM8E8AvbN/4OrMILiexRfP5MXFAPYs7ITP4Ez+liCPiKYBV8Sar8dD3lCyfeUY0BtK+GYmBPgzUO8fD3pDqd6fwAdbD8N3Mwng33L9/aN5waaq2Ufdg8B3WOA75gCoJ8ELDr+EcALnEflxuAjg3r4tpOMpSB7bQroLjVe3lCnAjVe3lIdTIMXcUq6jFHNLGUSBFEOfE50P3xWD3raZw3uBFNu2m1MH1rFBaegyhA5XUtfiLrxPT9cigZLfXtdiDaWY2eogOqSYrsUSSjFfpSQ6XDGzFovoF7nQICoalBpj69ig9O7zFBqyYiXHkafS8/nQe13AAIKJsSCKbtLTe92JXw9Hp0RR0gP3KqTjeH3catDeX0HjVXs/haZRD49F/9hzqLIjtff3odp3FGQUTWq/qFc2iSa1X+UBzqFJ7VtiS3hkwtVmUKZO7IPvxiSPsiCFoiSPUYsFHLdvieVQMOO11qKZQVX7yBLbje0jpWcObdEDA2P/41ttiWXRpk0ssT1oRRp7DaKuZ9emPY+nrENpie3DDqUlFkSdNLHEdqBnYYklUTf81BLbgwk9SyyHmlHVltgKehaWWBB9J1ctsb/xB3fFafQ1hS2xz/buIAdCGIah6G4Wc/8Dc4SkRUKy/P4NitxA7TSs0GdBYjHU2WIktoEtRmI51LXykNgGtpgDThBt149IbIduMRLLofDDpK576RhbmhMYReHzLlzyKZxXS06i7RKl4U87mPt2VQyN45sLd9UxZouJzHIozI8aC/cF/jllV6VQmB+R2AL5kcKdQ91Ai8rCfYGIUuGOoTCvK9xVZ5CYJWdRmNdJwQdITESZRWFeV7jkEzxvqWwYhXkdc3+AxJj7WRS+NTivI94arrglUSgxzusAibHFsuj79tVWPUBi6nYYfRIrnER0gfa8F/x5FhuYRPf8eBYDJKaVJ4s6iTlQjpCYA2UWX0jsAXlHUFNiuiCNAAAAAElFTkSuQmCCCg==);background-size:cover;background-repeat:no-repeat;padding:167px 22px 20px;border-radius:calc(15px + 15 * (100vw - 320px) / 1600);position:relative;overflow:hidden}.shop-filter .shop-filter-box .shop-banner-box .shop-banner::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(174deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 60%);z-index:-1}.shop-filter .shop-filter-box .shop-banner-box .shop-banner h3{font-family:var(--play);color:#fff;font-size:calc(15px + 6 * (100vw - 320px) / 1600);margin-bottom:10px}.shop-filter .shop-filter-box .shop-banner-box .shop-banner h3 img{filter:invert(1) brightness(100)}.shop-filter .shop-filter-box .shop-banner-box .shop-banner .news-latter-form{display:flex;align-items:center;justify-content:space-between;gap:calc(5px + 5 * (100vw - 320px) / 1600);border-bottom:1px solid #fff;margin-bottom:10px}.shop-filter .shop-filter-box .shop-banner-box .shop-banner .news-latter-form input{background-color:transparent;border:0;padding:calc(3px + 7 * (100vw - 320px) / 1600) 0 calc(5px + 5 * (100vw - 320px) / 1600);font-size:calc(14px + 4 * (100vw - 320px) / 1600);color:#fff;min-width:280px}[dir=rtl] .shop-filter .shop-filter-box .shop-banner-box .shop-banner .news-latter-form input{text-align:right}.shop-filter .shop-filter-box .shop-banner-box .shop-banner .news-latter-form input::placeholder{color:rgba(255,255,255,0.8);font-size:calc(14px + 4 * (100vw - 320px) / 1600)}.shop-filter .shop-filter-box .shop-banner-box .shop-banner .news-latter-form input:focus-visible{outline:none}.shop-filter .shop-filter-box .shop-banner-box .shop-banner .news-latter-form .btn{font-weight:600;padding:0;border:none;line-height:1}.shop-filter .shop-filter-box .shop-banner-box .shop-banner .news-latter-form .btn:hover,.shop-filter .shop-filter-box .shop-banner-box .shop-banner .news-latter-form .btn:active{border:none;color:rgba(var(--white),1)}.seller-profile-sidebar{margin-bottom:20px;padding:25px 20px;text-align:center;border-radius:15px;background-color:rgba(var(--background),0.4);border:1px solid rgba(var(--border-color),0.8)}@media (max-width:1199.98px){.seller-profile-sidebar{padding-bottom:0;background-color:transparent;border:none}}.seller-profile-sidebar .profile-image{margin-bottom:16px;position:relative;display:inline-block}.seller-profile-sidebar .profile-image img{width:calc(78px + 22 * (100vw - 320px) / 1600);height:calc(78px + 22 * (100vw - 320px) / 1600);border:calc(1px + 1 * (100vw - 320px) / 1600) solid rgba(var(--border-color),1);border-radius:100%;object-fit:cover;box-shadow:3px 1px 14px 6px rgba(119,119,119,0.12)}.seller-profile-sidebar .profile-image span{position:absolute;bottom:4px;right:4px;width:24px;height:24px;border-radius:100%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(var(--background),1);background-color:rgba(var(--background),1)}.seller-profile-sidebar .profile-image span i{--color:#1383c2;--size:22px}.seller-profile-sidebar h4{font-weight:600;color:rgba(var(--title-color),1);margin-bottom:0.25rem}.seller-profile-sidebar p{color:rgba(var(--content-color),1);font-size:calc(14px + 1 * (100vw - 320px) / 1600);letter-spacing:0.3px}.seller-profile-sidebar .rating{color:rgba(var(--star),1);gap:calc(4px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(6px + 4 * (100vw - 320px) / 1600);display:flex;align-items:center;justify-content:center}.seller-profile-sidebar .rating i{line-height:1;font-size:calc(15px + 1 * (100vw - 320px) / 1600)}.seller-profile-sidebar .rating span{color:rgba(var(--title-color),0.7);font-weight:400;font-size:calc(14px + 1 * (100vw - 320px) / 1600)}.seller-profile-sidebar .border-bottom{border-bottom:1px solid rgba(var(--border-color),1)}.seller-profile-sidebar .contact-info{text-align:left;gap:calc(8px + 4 * (100vw - 320px) / 1600);display:grid;border-top:1px solid rgba(var(--border-color),1);padding-top:calc(10px + 5 * (100vw - 320px) / 1600);margin-top:calc(10px + 5 * (100vw - 320px) / 1600)}.seller-profile-sidebar .contact-info li{color:rgba(var(--title-color),0.8);font-weight:500;gap:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);display:flex;align-items:center}.seller-profile-sidebar .contact-info li .icon-box{width:calc(36px + 4 * (100vw - 320px) / 1600);height:calc(36px + 4 * (100vw - 320px) / 1600);background:rgba(var(--primary-color),0.1);border-radius:calc(4px + 2 * (100vw - 320px) / 1600);color:rgba(var(--primary-color),1);display:grid;place-items:center}.seller-profile-sidebar .contact-info li .icon-box i{--size:calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));--color:rgba(var(--primary-color),1)}.seller-profile-sidebar .seller-button-group{display:grid;gap:calc(6px + 2 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1);padding-top:calc(10px + 5 * (100vw - 320px) / 1600);margin-block:calc(10px + 5 * (100vw - 320px) / 1600)}.seller-profile-sidebar .seller-button-group .btn{border-radius:calc(6px + 2 * (100vw - 320px) / 1600);letter-spacing:calc(0.3px + 0.3 * (100vw - 320px) / 1600);padding:calc(8px + 2 * (100vw - 320px) / 1600)}.seller-profile-sidebar .seller-button-group .message-btn{background-color:rgba(var(--primary-color),1);color:#fff;border:1px solid rgba(var(--primary-color),1)}.seller-profile-sidebar .seller-button-group .message-btn:hover{background-color:transparent;color:rgba(var(--primary-color),1)}.seller-profile-sidebar .seller-button-group .follow-btn{border:1px solid rgba(var(--primary-color),1);color:rgba(var(--primary-color),1)}.seller-profile-sidebar .seller-button-group .follow-btn:hover{background-color:rgba(var(--primary-color),1);color:#fff}.seller-profile-sidebar .social-links{display:flex;align-items:center;justify-content:center;gap:calc(6px + 2 * (100vw - 320px) / 1600)}.seller-profile-sidebar .social-links a{width:calc(34px + 6 * (100vw - 320px) / 1600);height:calc(34px + 6 * (100vw - 320px) / 1600);border-radius:100%;background:rgba(var(--border-color),0.9);display:grid;place-items:center;color:rgba(var(--title-color),0.9);transition:all 0.2s ease-in-out}.seller-profile-sidebar .social-links a:hover{background-color:rgba(var(--primary-color),1);color:#fff}.shop-full-section .shop-filter-2{position:fixed;top:0;margin:calc(6px + 4 * (100vw - 320px) / 880);left:calc(-320px + -50 * (100vw - 320px) / 880);width:calc(308px + 42 * (100vw - 320px) / 880);height:calc(100vh - (12px + 8 * (100vw - 320px) / 880));padding:0;background-color:rgba(var(--white),1);z-index:12;border-radius:10px;overflow:hidden;transition:all 0.2s ease-in-out}[dir=rtl] .shop-full-section .shop-filter-2{left:unset;right:calc(-320px + -50 * (100vw - 320px) / 880)}.shop-full-section .shop-filter-2.show{left:0}[dir=rtl] .shop-full-section .shop-filter-2.show{left:unset;right:0}.shop-full-section .shop-filter-2 .shop-filter-box{overflow:hidden auto;height:calc(100vh - 52px - 26px);padding:0}.shop-full-section .shop-filter-2 .shop-filter-block{height:100vh}.shop-full-section .shop-filter-2 .shop-mobile-back{display:block}.shop-full-section .shop-filter-2 .shop-mobile-back button{width:100%;padding:12px 16px;border:none;border-bottom:1px solid rgba(var(--black),0.08);background-color:rgba(var(--primary-color),1);display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:500;color:#fff}.shop-full-section .shop-filter-2 .shop-mobile-back i{font-weight:normal}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item{border:none;border-radius:15px;transition:all 0.2s ease-in-out;padding:0;background-color:transparent;box-shadow:none;margin:0}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item:has(>.accordion-collapse.collapse.show)>.accordion-header>.accordion-button:after{transform:rotate(0deg)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-button{padding:12px 14px;background-color:rgba(var(--border-color),0.5);border-top:1px solid rgba(var(--border-color),1);border-bottom:1px solid rgba(var(--border-color),1);border-radius:0}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-button:after{margin-right:0;content:"";position:absolute;top:50%;right:18px;width:18px;height:2px;background-color:rgba(var(--title-color),0.7);transform-origin:center;transition:transform 0.15s ease-in-out;transform:rotate(-90deg)}[dir=rtl] .shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-button:after{right:unset;left:18px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-button::before{content:"";position:absolute;top:50%;right:18px;width:16px;height:2px;background-color:rgba(var(--title-color),0.7)}[dir=rtl] .shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-button::before{right:unset;left:18px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-button:focus{box-shadow:none}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-button:not(.collapsed){box-shadow:none}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-button span{font-size:calc(16px + 4 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);font-weight:500}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body{padding-inline:14px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li .color{width:20px;height:20px;display:block;border-radius:100%;position:relative;overflow:hidden;cursor:pointer}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li h5{font-size:16px;display:flex;align-items:center;width:100%;color:rgba(var(--title-color),1);gap:6px;font-weight:400}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .color-filter li h5 .number{margin-left:5px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .show-toggle-btn{background-color:rgba(var(--primary-color),1);border:none;margin-top:3px;color:#fff;font-size:16px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .show-toggle-btn::before,.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .show-toggle-btn::after{content:none}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .search-box{position:relative;text-align:center;margin-bottom:14px}@media (max-width:1199.98px){.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .search-box{margin-top:0}}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .search-box input{width:100%;background-color:rgba(var(--white),1);padding:8px 8px 8px 42px;border-radius:10px;border:1px solid rgba(var(--border-color),1)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .search-box input::placeholder{color:rgba(var(--content-color),0.8)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .search-box .search-icon{position:absolute;top:50%;top:50%;transform:translateY(-50%);width:18px;height:18px;color:rgba(var(--title-color),1);cursor:auto}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .categories-box{max-height:360px;overflow-y:auto;display:grid;gap:8px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li{width:100%;font-size:calc(14px + 2 * (100vw - 320px) / 1600);transition:all 0.3s ease-in-out;cursor:pointer;display:flex;align-items:center;gap:10px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li label{width:calc(100% - 12px - 16px);cursor:pointer}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li label::first-letter{text-transform:capitalize}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li span{margin-left:5px;transition:all 0.3s ease-in-out}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li:hover{color:rgba(var(--primary-color),1)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .categories-box li:hover span{color:rgba(var(--primary-color),1)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li{width:100%;font-size:calc(13px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);transition:all 0.3s ease-in-out;display:flex;align-items:center;gap:10px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li+li{margin-top:8px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li label{cursor:pointer;color:rgba(var(--title-color),1)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li label::first-letter{text-transform:capitalize}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .highlight-box li:hover{color:rgba(var(--primary-color),1)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li{width:100%;display:flex;align-items:center;gap:8px;font-size:calc(13px + 3 * (100vw - 320px) / 1600)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li label{cursor:pointer;color:rgba(var(--title-color),1)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li label::first-letter{text-transform:capitalize}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .availability-box li+li{margin-top:8px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .tag-box{display:flex;flex-wrap:wrap;gap:8px;padding:0 10px 10px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .tag-box li a{display:block;padding:6px 18px;border-radius:100px;background-color:rgba(var(--border-color),0.5);font-size:calc(14px + 1 * (100vw - 320px) / 1600);color:rgba(var(--content-color),1);transition:all 0.2s ease-in-out}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .tag-box li a::first-letter{text-transform:capitalize}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .tag-box li a:hover{background-color:rgba(var(--primary-color),1);color:rgba(var(--white),1)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li{width:100%;display:flex;align-items:center;gap:8px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li div{width:calc(100% - 18px - 8px);display:flex;align-items:center;gap:2px;line-height:1}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li+li{margin-top:10px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li i{font-size:calc(13px + 3 * (100vw - 320px) / 1600);color:rgba(var(--star),1)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li h5{font-size:16px;font-weight:400;margin-left:6px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .accordion-item .accordion-body .rating-box li span{margin-left:5px;font-size:14px;letter-spacing:0.3px}@media (max-width:1199.98px){.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box{display:none}}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-offer-banner{margin-bottom:-143px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-offer-banner .swiper-slide{text-align:center}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-offer-banner .swiper-slide img{height:207px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmIAAAIdCAMAAACp/OHAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEXRSTlMAcBBACCBgUDB4SDgYaFgogXdUmz4AABDwSURBVHja7N0LeoJADEXhecEAgnb/q+0K/Kq2nUlyz7+CWuMkJAHSR5bckrB1Sfhv95qE1SPhv5Vckq5lTfh3N+X/ctul64RR1i3pohgbYVH+JR/Spegwh3DNSzE2RMu62YJi7F00xyjGbBJOlXTGniNV/onlSniCVPk3KMaeI1X+ia7cFhyp5UfStPWEIc5ddFbZ9oTnmFXStvBkvSVJtC2GKfuZFC05YZCHaOcia/60pjjuSRHbFgNdkuUY2xY/oBz7NdV+zasox37tkDy8Z6mKSYNMOdSqWPsyCh+pZcGxMNeUQ52CN1aSKcfaBGNsZ075M0r+36hkyrG63GB4YaNnrHbJ/ajZ6BmsyF1WstEz2qm2fcAtu8M91C4rVRcyJ7qJxRitsfHqpZU6NJdMPsKCIq0xN7rUHYYU/K+iPfapVfVm5bcQYxT8zpSsFGPMwl9CjNHhd0Ypxij438S4kjepOCEUYzx6YJKSZcZ3rPS8gXqMvoUnOjFG3+JlxBi3LTijEmONx1tMU0RmSbRf52mrxN5Fk3xujBVdYkeRtbGZqsKuNVOk9xBj7+scYzNtAn2jwjE21SkwTOIY+wANMo4xR8p1j/4NcIzNdkQv+jnGpqvR38HLMTbdGbwgK7T4pyv5CP0l0OI3IHZB1kJ/Oi9ue+SV/iox87cudIesCYwxHCg9cDqRfY21MTXw/W/RGzNeBL6yXK4EC1rcK0se/mrFFrXqXxgjWVHWK+ZBxuvd7Kh7yJzCDW+GlNwjfhs0LiyJ2b6gcWFJyWu8g2xh48KUuscrj3mmnS0BB0ol3CfybgtX9lPxW1N6tLJ/DfZ5Aig5ViOWHr9BwbLlwdOg7ImVLRvNMYtCBRnNMZu2QJ1YUqVRcUoy9vjNqlGC7EGqtKr0ryNEkN1JlWaVnmuAICNVWhYjyEiVppUeoCbjqtK20r+8BxkNWOvK4f0kowFrXtny+kiOHfcE67bseqx0hbzNKprFc+XPBqwPpee713x54ykXTmxX3nyeBzT53Tj77vIoa9njXy2qbavHqmzhEQTf7N3rbtswDAVgkbrf/f5Puy3ZhmUrtqWNK4o+H9AfBYrCRU4lirLlnXCkvt2EiQeSNuNjDmmvjmZAObabNI6xU8pQjm2IU9gpZQ3l2I44jSPsUpfVS7whXSE3I3W7xd0MBW992JYvnaL8wcxhs3JnnEbuxcueijh784Nj9n6mlKp9kFKa3jeW/ZdclbfhCFZwzLge1cYYOuUjE4UwYozFPogxjnD7iYN6GMWm6cWPz1fifAlHKFNUzLilGkfPB339KjX95xjl2PtZbQyBDgqjVN8MyOBtyH3U9UsAnqkMytRjqbPdYhWjeQ/2s5bQjxyQNClaiv0IZVXOeNbYM/VYJ7vHkt+aD2B/S1ofFrOnCL7GfvTxmf/3riUbe6ZRUnPmDUzzBeXALCHnUCYGNAna/eMY9tzPw90KLnoI15satVfVnXZQFr2+uRLnUxn9oBDt9GxeXMuX0XPuo6TJ5t8SsXkZdys8Y8JwJkTz1Y6Q7wu06Zsz7+O4zWTj6HRQH6Wmp36TffVOUkuDaCBmkjQ/bRmh51vvKVpb7/1Odm8Hirl5n1K1JY5AdGTqI9qUGovZSeIUaYctjuvh5meyttz7nZSPb+iH+/eZiHoIMZZbFJnNRwVrznDf4ljfrIF/4p+cOYWjak7ibcgDgxkwJXMaTiOHisrs4hqdGwEfiQpSdmnnP5PUClJ2bW+1x85ImY4TTeE9LDlzvrbjI4HwIrY78xl8zGPnk43g/eIw/3TlZ+jh42I0n4Ut4fWFF+S6NZ9nDgxl1/PPjGEogw9yZM2nSmHXQ9rgnfi5jOGkedggY4YrBdyPcSFPZQyHgMMuGTMpIGTXwWs+bK/pLdnwd0zVPA+vYgfpcyVCdiX/nzGEDHbLGEJ2FQszZnggZFewMmPGE07UvoClGTMJt2FcAPenMoaQwdNcj2YhtmQN6ObicOZJWFzCU0p3ZqVJA7OlcpbYLJXI4lA83ZZnDLOlepXYrNWwtlRurm+D2oy1pWqNlr8tiePysRT+oKbRf5eooOxXjPv6Fz1zJDxEopgbYf0YMlH2q7a8efGVKxjINLMk4IxDj4pMs7l+YYmlpXISFpbGJBFXAefgLmGawkCmWhHx6VYJUzY8UFb0G0b7QrGZRYwgMqIOPygs+lH1a+ZGlzBLcccNsXpJ6PRjstRNSEE2MVnqxbT+1ov7ylJAow5O4YT0P2U06uAUVsZdD3X9bd9wliajEhJyGfCdxkqIu4jLgJ8UVkJCLgN+UNiaEnIZcAYv46YHIY06+IW2LUshlwFncGFIqLYlPIcHD9RtWbooYnce7lRmTMplwAM9J6sgY8oJOFnlm5TRvFBLyIquZRx3p5aQFZ2QqMMZ3BCxVYiMaVY6MgZ/ULiicx0Z00tKxqIBrYRkLCJjeq0/Qv0GGVMsIWPwFn0ddmRMMWQMfoeMwW6QMfgdMga7SVnEujKI2JqH7zT2LrCXpBkyBm9Q2OfHfReaydivZLz2WbEv7N2BbtpAEEXRxV5jsIH8/9+2kARomyhSE8Sdp3u+AInVevxmdj0y5sf2iEuqdJG5xg5eeBGMEUwx3jx0Jy6YWjeE3VRXgaHBeGxKNTDO8DKe2LrKe6GD7KZ6iAOi2DYeS8Z4oTO6SMaIxxgrXY+xIIrtcdsUi1FsnxAhna7yiu3OCFD0EAOi2Gb8Ct2JK7Z3dpKCMYrt5dQUi1Fsby3HcnVEyc/oZ+kmr9h+sRwLxii2GTmw7oUV2/1oORYM8e8Om6ZYA+KuC8I61x2LbZWCKMeUzGJbjzYgmpVKtnrgTB/Jala6kWbrm6e3CRHtUj3O9PTkYtjMbmTRluc/Kkc3smgd8LV6N7Js0763p3Mji4YI+afNAljpuop7VLbWF3PgXIhHZWs7L7TOBXirPBtmN7JUgAD21bq36g/1/AD2Fl9Afol+2AlTBln1h+qIKWur/mQr4g4Cs/5kpNP/jC826SwvHPNhGQwSjr0a7CcF6qxLTHyzDASq+M/WPaF1qh+1ZUXrfoQ3DybjfzMcT6wfpG+baduG6UUa3tHdFTHLpp8z4q6UO1iQZYEFF2fDhpTXKS24OOunI+3xre+gDCda9MeaeNtYayvifm1l5q+vJgeug0zIC35N+pMgtzHXWBJaG+lNP+IyO/2vLXS/mBGfNVfa/KvhRSTqNuYai4HdxlxjMUinkf6045z3VF42djEZ9GdgZmMXB4P+CBP4kw8H7+yMsAUOXLwbXGMJkAMXtzWGfR1R7bkxG5ZRgOOvrrEsfY8OOV1jAUb2qQxr/vo6c6bHNRYEdzTcNZZm2je2wZy/OnL8enGwX1ncCzq3cI0FAF2U/pkXdrSir4zwgv+3nTOKpXXs9OvN6horjTv9ejN6Lqky9LzFu7HCj9Rn+AX/b7NneAsrUPC31o8VfqU+NtAT/ovuiGJh+ITfdmV17MlEY/4AFaIxI9ja5iJlzggfb1PtaOxsOTXVVKbRjL1PSF9YqvxzRhdVga9Q+ctQohehf/G+WfOZydfKmko0kZy6qKzOk7K1mX34UxWvt7Dk/8Xe3SA1CARBFE4RSFLmz/ufVkjA0tID9GvedwItR3bonV0agFZKW34m0kp5eNryE2HSV4dgqTDpqyk/FWaf8mUAvZ5oA5noWU2ohV2oiR7WHKV+uMD+ZicTWBrK7KvtGBfjlEj8Z1uFvfjVGVg+VMD/cme9oYgV8C8GN5JgYLHF7Br8pTD948K7msTkgmVEXG7xy8iZCNcCeKL/aXKB8oFrxuaf2aWS5AIMmkZDfhJgM2bIDwNsxlwqWYjNmEslCrEZc6lEYVz7+sfDpZKDuekH+JCTNmfmlb1OWXNcoUsO4Ss7erlBRxcc6+GADfB/OyLfhXeJNsBvOIaDDF8Nx0iAY4mrh9dcMAy4MyJ2/DTUft8boTCo/b4dPwa23yceBN0nbr9vxg9BzfcXA7eR3BPkcLUDsCjkd/8Rd2fCLj2Y8zwGFxysq6sNLoDIr5S860R36cZOl7jR8X6gXynNXxHIr5TmrwiP54FsMn+NB96l9PtIDNRTSJubj7F0T/pJi7OPsXDcwVd3wyHGzwOcj7F08NTCx1i+O/4SEh9j4aB3p/gY46AHYz7G4l3RsxZmYwD4YMyIPx35hMhmYs+LtMNnr4sT/p2lGj57nU0Fj+Ji+OzV8dd0/Ox1NjnFHww+lLjyU5XB+PG+ZyrDFcT7s9H4NdcRPve6Ohq/xmKf1vUxBtCwg+R5t2gt7/stv0ehih0k49dkNSXmF95Swa+1sOEHaNgH51+WVq3mn9+xsVQVoxY2/Ml6SsyGP1RPidnwhypaXmz4MxWVmA1/pqISq/pdinSMvb5dS/b0y3SMvb6NfjQ8UVOJOdITqarEHOlJVFViPdthTbpKzGgsUFeJ+c2aQF0ldvALgnnKSqzk0F6VshJzEylPWYm5iZSnrcRcKeO0ldjgSpmmrcRcKeOciyYtXCkj1f3Tu1KmqSsx09c0fSXmXWNh+krMfcov9s4gqWEYCIKmSAGBJPD/10JBFUewcvFOT/cPFK/j0exoNQzOIbdfzrwlRQMsMcb8Wg7AEJ/Z11lgJvN4LHwqwBLz3q1RYKYkwi5yBUG4kFKDfzRMaazBPwhmiXkQaRCQ20MqXpxQmA09bYtBMEtse6Kl4ILBhV5/eDOXOAZe0OKbC9HuC+XKLDFi6zUVavDlxhQAiRBblPaQJoFsUaIXFgfXo6QqgDgo9zYrxsbC9Y+4KwuDG3PXGRsC1HnVGZvD9bJRsU05A6ot5viUKZDdI64fEwX5MZwM8E8AvbN/4OrMILiexRfP5MXFAPYs7ITP4Ez+liCPiKYBV8Sar8dD3lCyfeUY0BtK+GYmBPgzUO8fD3pDqd6fwAdbD8N3Mwng33L9/aN5waaq2Ufdg8B3WOA75gCoJ8ELDr+EcALnEflxuAjg3r4tpOMpSB7bQroLjVe3lCnAjVe3lIdTIMXcUq6jFHNLGUSBFEOfE50P3xWD3raZw3uBFNu2m1MH1rFBaegyhA5XUtfiLrxPT9cigZLfXtdiDaWY2eogOqSYrsUSSjFfpSQ6XDGzFovoF7nQICoalBpj69ig9O7zFBqyYiXHkafS8/nQe13AAIKJsSCKbtLTe92JXw9Hp0RR0gP3KqTjeH3catDeX0HjVXs/haZRD49F/9hzqLIjtff3odp3FGQUTWq/qFc2iSa1X+UBzqFJ7VtiS3hkwtVmUKZO7IPvxiSPsiCFoiSPUYsFHLdvieVQMOO11qKZQVX7yBLbje0jpWcObdEDA2P/41ttiWXRpk0ssT1oRRp7DaKuZ9emPY+nrENpie3DDqUlFkSdNLHEdqBnYYklUTf81BLbgwk9SyyHmlHVltgKehaWWBB9J1ctsb/xB3fFafQ1hS2xz/buIAdCGIah6G4Wc/8Dc4SkRUKy/P4NitxA7TSs0GdBYjHU2WIktoEtRmI51LXykNgGtpgDThBt149IbIduMRLLofDDpK576RhbmhMYReHzLlzyKZxXS06i7RKl4U87mPt2VQyN45sLd9UxZouJzHIozI8aC/cF/jllV6VQmB+R2AL5kcKdQ91Ai8rCfYGIUuGOoTCvK9xVZ5CYJWdRmNdJwQdITESZRWFeV7jkEzxvqWwYhXkdc3+AxJj7WRS+NTivI94arrglUSgxzusAibHFsuj79tVWPUBi6nYYfRIrnER0gfa8F/x5FhuYRPf8eBYDJKaVJ4s6iTlQjpCYA2UWX0jsAXlHUFNiuiCNAAAAAElFTkSuQmCCCg==);background-size:cover;background-repeat:no-repeat;padding:167px 22px 20px;border-radius:calc(15px + 15 * (100vw - 320px) / 1600);position:relative;overflow:hidden}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner::before{background:linear-gradient(174deg,rgba(var(--primary-color),0.2) 0%,rgba(var(--primary-color),0.5) 60%);z-index:-1}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner h4{font-family:var(--play);color:rgba(var(--white),1);font-size:calc(15px + 6 * (100vw - 320px) / 1600);margin-bottom:10px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner h4 img{filter:invert(1) brightness(100)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner .news-latter-form{display:flex;align-items:center;justify-content:space-between;gap:calc(5px + 5 * (100vw - 320px) / 1600);border-bottom:1px solid rgba(var(--white),1);margin-bottom:10px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner .news-latter-form input{background-color:transparent;border:0;padding:calc(3px + 7 * (100vw - 320px) / 1600) 0 calc(5px + 5 * (100vw - 320px) / 1600);font-size:calc(14px + 4 * (100vw - 320px) / 1600);color:rgba(var(--white),1);min-width:280px}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner .news-latter-form input::placeholder{color:rgba(var(--white),1);font-size:calc(14px + 4 * (100vw - 320px) / 1600)}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner .news-latter-form input:focus-visible{outline:none}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner .news-latter-form .btn{font-weight:600}.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner .news-latter-form .btn:hover,.shop-full-section .shop-filter-2 .shop-filter-box .accordion .shop-banner-box .shop-banner .news-latter-form .btn:active{border:1px solid transparent;color:rgba(var(--white),1)}.sidebar-hide{display:none}@media (max-width:1199.98px){.sidebar-hide{display:block}}.categories-items .filter-content{display:flex!important;align-items:center;justify-content:space-between}@media (max-width:767.98px){.categories-items .filter-content{flex-wrap:wrap;gap:calc(8px + 7 * (100vw - 320px) / 448)}}.categories-items .filter-content .right-menu>div{display:flex;gap:10px}.categories-items .filter-content .right-menu .shop-sorting{display:flex;align-items:center;gap:calc(10px + 4 * (100vw - 320px) / 1600)}.categories-items .filter-content .right-menu .shop-sorting li{display:inline-flex;gap:4px;align-items:center}.categories-items .filter-content .right-menu .shop-sorting li .form-select{border:1px solid rgba(var(--border-color),1);background-color:rgba(var(--background),1);color:rgba(var(--title-color),1);text-transform:capitalize;border-radius:6px;padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(10px + 6 * (100vw - 320px) / 1600);letter-spacing:0.3px;background-position:right calc(10px + 2 * (100vw - 320px) / 1600) center;cursor:pointer;font-size:calc(14px + 2 * (100vw - 320px) / 1600);box-shadow:none}[dir=rtl] .categories-items .filter-content .right-menu .shop-sorting li .form-select{background-position:left calc(10px + 2 * (100vw - 320px) / 1600) center}.categories-items .filter-content .right-menu .shop-sorting li .form-select .ss-values .ss-single{font-weight:400;letter-spacing:0.3px}.categories-items .filter-content .right-menu .filter-option-grid{display:flex;align-items:center;gap:10px}.categories-items .filter-content .right-menu .filter-option-grid .filter-box{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--black),0.1);border-radius:6px;padding:0}.categories-items .filter-content .right-menu .filter-option-grid .filter-box svg{width:22px;height:22px;color:rgba(var(--black),1)}.categories-items .filter-content .right-menu .filter-option-grid .filter-box.active{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.categories-items .filter-content .right-menu .filter-option-grid .filter-box.active svg{color:#fff}.categories-items .filter-content span{color:rgba(var(--title-color),0.9);font-size:calc(15px + 3 * (100vw - 320px) / 1600)}.categories-items .filter-content .filter-button{display:none}@media (max-width:1199.98px){.categories-items .filter-content .filter-button{display:flex;align-items:center;padding:calc(10px + 2 * (100vw - 320px) / 880) calc(10px + 5 * (100vw - 320px) / 880);font-size:calc(14px + 2 * (100vw - 320px) / 880);line-height:1}.categories-items .filter-content .filter-button i{margin-top:-2px;font-size:calc(18px + 2 * (100vw - 320px) / 880);line-height:1}}.categories-items .hide-show-btn{padding:calc(10px + 2 * (100vw - 320px) / 1600) calc(10px + 5 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600);line-height:1;border-radius:calc(6px + 2 * (100vw - 320px) / 1600);margin-bottom:14px;gap:4px;display:flex;align-items:center}.categories-items .hide-show-btn i{line-height:1}.categories-items .recent-box{border-top:1px solid rgba(var(--border-color),1);margin-top:calc(10px + 6 * (100vw - 320px) / 1600);padding-top:calc(10px + 4 * (100vw - 320px) / 1600);display:flex;gap:calc(5px + 2 * (100vw - 320px) / 1600);margin-bottom:calc(12px + 4 * (100vw - 320px) / 1600)}@media (max-width:575.98px){.categories-items .recent-box{flex-direction:column}}.categories-items .recent-box h4,.categories-items .recent-box .h4{font-size:calc(16px + 2 * (100vw - 320px) / 1600);letter-spacing:0.4px;margin-top:4px;line-height:2}@media (max-width:575.98px){.categories-items .recent-box h4,.categories-items .recent-box .h4{margin-block:0 4px}}.categories-items .recent-box ul{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.categories-items .recent-box ul li a{gap:6px;border:1px solid rgba(var(--border-color),1);text-transform:capitalize;padding:calc(4px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600) calc(4px + 2 * (100vw - 320px) / 1600) calc(13px + 5 * (100vw - 320px) / 1600);border-radius:100px;background-color:rgba(var(--border-color),0.5);letter-spacing:calc(0.1px + 0.2 * (100vw - 320px) / 1600);font-size:calc(13px + 3 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);display:flex;align-items:center;transition:all 0.2s ease-in-out}[dir=rtl] .categories-items .recent-box ul li a{padding-right:calc(13px + 5 * (100vw - 320px) / 1600);padding-left:calc(8px + 4 * (100vw - 320px) / 1600)}.categories-items .recent-box ul li a:hover{background-color:rgba(var(--primary-color),1);color:#fff}.categories-items .recent-box ul li a:hover i{color:#fff}.categories-items .recent-box ul li a i{line-height:1;margin-top:-3px;color:rgba(var(--title-color),0.8);transition:all 0.2s ease-in-out}.categories-items .recent-box ul li .btn{color:rgba(var(--error),1);font-weight:400;letter-spacing:calc(0.1px + 0.2 * (100vw - 320px) / 1600);padding:0;border:none;margin-left:calc(10px + 4 * (100vw - 320px) / 1600);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.categories-items .recent-box ul li .btn i{font-size:calc(16px + 2 * (100vw - 320px) / 1600)}.categories-items .product-tab-content .grid-section .col .product-box .product-details .product-description{display:none}.categories-items .product-tab-content .list-section>.col .product-box{display:flex;align-items:center;gap:10px}@media (max-width:991.98px){.categories-items .product-tab-content .list-section>.col .product-box{display:block}}.categories-items .product-tab-content .list-section>.col .product-box .product-img-box{width:calc(240px + 104 * (100vw - 990px) / 930)}@media (max-width:991.98px){.categories-items .product-tab-content .list-section>.col .product-box .product-img-box{width:100%}}.categories-items .product-tab-content .list-section>.col .product-box .product-details{width:calc(100% - (240px + 104 * (100vw - 990px) / 930) - 24px);margin:0}@media (max-width:991.98px){.categories-items .product-tab-content .list-section>.col .product-box .product-details{margin-top:calc(5px + 5 * (100vw - 320px) / 672);width:100%}}.categories-items .product-tab-content .list-section>.col .product-box .product-details .product-description{color:rgba(var(--content-color),1);margin-bottom:calc(10px + 10 * (100vw - 320px) / 1600);font-size:calc(13px + 3 * (100vw - 320px) / 1600);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (max-width:767.98px){.categories-items .product-tab-content .list-section>.col .product-box .product-details .product-description{-webkit-line-clamp:2}}.categories-items .product-tab-content .list-section>.col .product-box .product-details .bottom-panel{width:50%}@media (max-width:991.98px){.categories-items .product-tab-content .list-section>.col .product-box .product-details .bottom-panel{width:100%}.categories-items .product-tab-content .list-section>.col .product-box .product-details .bottom-panel>*{width:100%}.categories-items .product-tab-content .list-section>.col .product-box .product-details .bottom-panel .product .add-btn{justify-content:center;gap:10px}}.shop-section .product-section .title{margin-bottom:calc(12px + 14 * (100vw - 320px) / 1600);padding-bottom:0}.shop-section .product-section .title h3{font-size:calc(24px + 16 * (100vw - 320px) / 1600);font-family:var(--play);font-weight:600;text-transform:capitalize}.shop-section .category-slider-section~.categories-items,.shop-section .product-section~.categories-items,.shop-section .top-banner-box-2~.categories-items{margin-top:calc(16px + 22 * (100vw - 320px) / 1600);padding-top:calc(16px + 22 * (100vw - 320px) / 1600);border-top:1px solid rgba(var(--border-color),1);position:relative;inset:unset}.shop-section~.product-section .title{margin-bottom:calc(12px + 14 * (100vw - 320px) / 1600);padding-bottom:0}.shop-section~.product-section .title h3{font-size:calc(24px + 16 * (100vw - 320px) / 1600);font-family:var(--play);font-weight:600;text-transform:capitalize}.shop-section .shop-category-box{position:relative}.shop-section .shop-category-box:hover .shop-category-img img{transform:scale(1.02)}.shop-section .shop-category-box:hover .category-name{background-color:rgba(var(--primary-color),0.6)}@media (max-width:575.98px){.shop-section .shop-category-box:hover .category-name{background-color:transparent}}.shop-section .shop-category-box:hover .category-name h4{color:#fff}@media (max-width:575.98px){.shop-section .shop-category-box:hover .category-name h4{color:rgba(var(--title-color),1)}}.shop-section .shop-category-box:hover .category-name h5{color:rgba(255,255,255,0.8078431373)}@media (max-width:575.98px){.shop-section .shop-category-box:hover .category-name h5{color:rgba(var(--content-color),1)}}.shop-section .shop-category-box .shop-category-img{display:flex;align-items:center;justify-content:center;aspect-ratio:5/4;position:relative;padding:calc(22px + 22 * (100vw - 320px) / 1600);border-radius:calc(6px + 4 * (100vw - 320px) / 1600);background-color:rgba(var(--border-color),0.5)}.shop-section .shop-category-box .shop-category-img img{transition:all 0.25s ease-in-out}.shop-section .shop-category-box .category-name{transition:all 0.25s ease-in-out;position:absolute;bottom:10px;left:50%;transform:translateX(-50%);text-align:center;background-color:rgba(var(--white),0.6);width:calc(100% - 20px);border-radius:6px;backdrop-filter:blur(10px);padding:calc(14px + 6 * (100vw - 320px) / 1600);z-index:0}@media (max-width:575.98px){.shop-section .shop-category-box .category-name{position:relative;inset:unset;transform:unset;background-color:transparent;backdrop-filter:none;width:100%;padding:calc(6px + 4 * (100vw - 320px) / 256) 0 0}}.shop-section .shop-category-box .category-name h4{transition:all 0.25s ease-in-out;color:rgba(var(--title-color),1);font-size:calc(18px + 4 * (100vw - 320px) / 1600)}.shop-section .shop-category-box .category-name h5{transition:all 0.25s ease-in-out;color:rgba(var(--content-color),1);font-size:calc(14px + 2 * (100vw - 320px) / 1600);margin-top:calc(2px + 2 * (100vw - 320px) / 1600);font-weight:400}.category-slider-section .main-category-box{position:relative}.category-slider-section .swiper-button-next,.category-slider-section .swiper-button-prev{background-color:rgba(var(--white),1);width:calc(30px + 10 * (100vw - 320px) / 1600);height:calc(30px + 10 * (100vw - 320px) / 1600);border-radius:100%;color:rgba(var(--title-color),1);z-index:1;margin:0;top:calc(50% - (12px + 13 * (100vw - 320px) / 1600));transform:translateY(-50%);box-shadow:0 0 11px 3px rgba(183,183,183,0.161)}.category-slider-section .swiper-button-next svg,.category-slider-section .swiper-button-prev svg{width:calc(100% - (16px + 8 * (100vw - 320px) / 1600));height:calc(100% - (16px + 8 * (100vw - 320px) / 1600))}.category-slider-section .swiper-button-next{right:calc(4px + -24 * (100vw - 320px) / 1600)}.category-slider-section .swiper-button-prev{left:calc(4px + -24 * (100vw - 320px) / 1600)}.category-slider-section .category-box{display:block;text-align:center}.category-slider-section .category-box:hover .category-image img{transform:scale(1.05) rotate(5deg)}.category-slider-section .category-box:hover h4{color:rgba(var(--primary-color),1)}.category-slider-section .category-box:hover h4::before{width:100%}.category-slider-section .category-box .category-image{border-radius:calc(6px + 4 * (100vw - 320px) / 1600);height:calc(116px + 20 * (100vw - 320px) / 1600);padding:calc(12px + 8 * (100vw - 320px) / 1600);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmIAAAIdCAMAAACp/OHAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEXRSTlMAcBBACCBgUDB4SDgYaFgogXdUmz4AABDwSURBVHja7N0LeoJADEXhecEAgnb/q+0K/Kq2nUlyz7+CWuMkJAHSR5bckrB1Sfhv95qE1SPhv5Vckq5lTfh3N+X/ctul64RR1i3pohgbYVH+JR/Spegwh3DNSzE2RMu62YJi7F00xyjGbBJOlXTGniNV/onlSniCVPk3KMaeI1X+ia7cFhyp5UfStPWEIc5ddFbZ9oTnmFXStvBkvSVJtC2GKfuZFC05YZCHaOcia/60pjjuSRHbFgNdkuUY2xY/oBz7NdV+zasox37tkDy8Z6mKSYNMOdSqWPsyCh+pZcGxMNeUQ52CN1aSKcfaBGNsZ075M0r+36hkyrG63GB4YaNnrHbJ/ajZ6BmsyF1WstEz2qm2fcAtu8M91C4rVRcyJ7qJxRitsfHqpZU6NJdMPsKCIq0xN7rUHYYU/K+iPfapVfVm5bcQYxT8zpSsFGPMwl9CjNHhd0Ypxij438S4kjepOCEUYzx6YJKSZcZ3rPS8gXqMvoUnOjFG3+JlxBi3LTijEmONx1tMU0RmSbRf52mrxN5Fk3xujBVdYkeRtbGZqsKuNVOk9xBj7+scYzNtAn2jwjE21SkwTOIY+wANMo4xR8p1j/4NcIzNdkQv+jnGpqvR38HLMTbdGbwgK7T4pyv5CP0l0OI3IHZB1kJ/Oi9ue+SV/iox87cudIesCYwxHCg9cDqRfY21MTXw/W/RGzNeBL6yXK4EC1rcK0se/mrFFrXqXxgjWVHWK+ZBxuvd7Kh7yJzCDW+GlNwjfhs0LiyJ2b6gcWFJyWu8g2xh48KUuscrj3mmnS0BB0ol3CfybgtX9lPxW1N6tLJ/DfZ5Aig5ViOWHr9BwbLlwdOg7ImVLRvNMYtCBRnNMZu2QJ1YUqVRcUoy9vjNqlGC7EGqtKr0ryNEkN1JlWaVnmuAICNVWhYjyEiVppUeoCbjqtK20r+8BxkNWOvK4f0kowFrXtny+kiOHfcE67bseqx0hbzNKprFc+XPBqwPpee713x54ykXTmxX3nyeBzT53Tj77vIoa9njXy2qbavHqmzhEQTf7N3rbtswDAVgkbrf/f5Puy3ZhmUrtqWNK4o+H9AfBYrCRU4lirLlnXCkvt2EiQeSNuNjDmmvjmZAObabNI6xU8pQjm2IU9gpZQ3l2I44jSPsUpfVS7whXSE3I3W7xd0MBW992JYvnaL8wcxhs3JnnEbuxcueijh784Nj9n6mlKp9kFKa3jeW/ZdclbfhCFZwzLge1cYYOuUjE4UwYozFPogxjnD7iYN6GMWm6cWPz1fifAlHKFNUzLilGkfPB339KjX95xjl2PtZbQyBDgqjVN8MyOBtyH3U9UsAnqkMytRjqbPdYhWjeQ/2s5bQjxyQNClaiv0IZVXOeNbYM/VYJ7vHkt+aD2B/S1ofFrOnCL7GfvTxmf/3riUbe6ZRUnPmDUzzBeXALCHnUCYGNAna/eMY9tzPw90KLnoI15satVfVnXZQFr2+uRLnUxn9oBDt9GxeXMuX0XPuo6TJ5t8SsXkZdys8Y8JwJkTz1Y6Q7wu06Zsz7+O4zWTj6HRQH6Wmp36TffVOUkuDaCBmkjQ/bRmh51vvKVpb7/1Odm8Hirl5n1K1JY5AdGTqI9qUGovZSeIUaYctjuvh5meyttz7nZSPb+iH+/eZiHoIMZZbFJnNRwVrznDf4ljfrIF/4p+cOYWjak7ibcgDgxkwJXMaTiOHisrs4hqdGwEfiQpSdmnnP5PUClJ2bW+1x85ImY4TTeE9LDlzvrbjI4HwIrY78xl8zGPnk43g/eIw/3TlZ+jh42I0n4Ut4fWFF+S6NZ9nDgxl1/PPjGEogw9yZM2nSmHXQ9rgnfi5jOGkedggY4YrBdyPcSFPZQyHgMMuGTMpIGTXwWs+bK/pLdnwd0zVPA+vYgfpcyVCdiX/nzGEDHbLGEJ2FQszZnggZFewMmPGE07UvoClGTMJt2FcAPenMoaQwdNcj2YhtmQN6ObicOZJWFzCU0p3ZqVJA7OlcpbYLJXI4lA83ZZnDLOlepXYrNWwtlRurm+D2oy1pWqNlr8tiePysRT+oKbRf5eooOxXjPv6Fz1zJDxEopgbYf0YMlH2q7a8efGVKxjINLMk4IxDj4pMs7l+YYmlpXISFpbGJBFXAefgLmGawkCmWhHx6VYJUzY8UFb0G0b7QrGZRYwgMqIOPygs+lH1a+ZGlzBLcccNsXpJ6PRjstRNSEE2MVnqxbT+1ov7ylJAow5O4YT0P2U06uAUVsZdD3X9bd9wliajEhJyGfCdxkqIu4jLgJ8UVkJCLgN+UNiaEnIZcAYv46YHIY06+IW2LUshlwFncGFIqLYlPIcHD9RtWbooYnce7lRmTMplwAM9J6sgY8oJOFnlm5TRvFBLyIquZRx3p5aQFZ2QqMMZ3BCxVYiMaVY6MgZ/ULiicx0Z00tKxqIBrYRkLCJjeq0/Qv0GGVMsIWPwFn0ddmRMMWQMfoeMwW6QMfgdMga7SVnEujKI2JqH7zT2LrCXpBkyBm9Q2OfHfReaydivZLz2WbEv7N2BbtpAEEXRxV5jsIH8/9+2kARomyhSE8Sdp3u+AInVevxmdj0y5sf2iEuqdJG5xg5eeBGMEUwx3jx0Jy6YWjeE3VRXgaHBeGxKNTDO8DKe2LrKe6GD7KZ6iAOi2DYeS8Z4oTO6SMaIxxgrXY+xIIrtcdsUi1FsnxAhna7yiu3OCFD0EAOi2Gb8Ct2JK7Z3dpKCMYrt5dQUi1Fsby3HcnVEyc/oZ+kmr9h+sRwLxii2GTmw7oUV2/1oORYM8e8Om6ZYA+KuC8I61x2LbZWCKMeUzGJbjzYgmpVKtnrgTB/Jala6kWbrm6e3CRHtUj3O9PTkYtjMbmTRluc/Kkc3smgd8LV6N7Js0763p3Mji4YI+afNAljpuop7VLbWF3PgXIhHZWs7L7TOBXirPBtmN7JUgAD21bq36g/1/AD2Fl9Afol+2AlTBln1h+qIKWur/mQr4g4Cs/5kpNP/jC826SwvHPNhGQwSjr0a7CcF6qxLTHyzDASq+M/WPaF1qh+1ZUXrfoQ3DybjfzMcT6wfpG+baduG6UUa3tHdFTHLpp8z4q6UO1iQZYEFF2fDhpTXKS24OOunI+3xre+gDCda9MeaeNtYayvifm1l5q+vJgeug0zIC35N+pMgtzHXWBJaG+lNP+IyO/2vLXS/mBGfNVfa/KvhRSTqNuYai4HdxlxjMUinkf6045z3VF42djEZ9GdgZmMXB4P+CBP4kw8H7+yMsAUOXLwbXGMJkAMXtzWGfR1R7bkxG5ZRgOOvrrEsfY8OOV1jAUb2qQxr/vo6c6bHNRYEdzTcNZZm2je2wZy/OnL8enGwX1ncCzq3cI0FAF2U/pkXdrSir4zwgv+3nTOKpXXs9OvN6horjTv9ejN6Lqky9LzFu7HCj9Rn+AX/b7NneAsrUPC31o8VfqU+NtAT/ovuiGJh+ITfdmV17MlEY/4AFaIxI9ja5iJlzggfb1PtaOxsOTXVVKbRjL1PSF9YqvxzRhdVga9Q+ctQohehf/G+WfOZydfKmko0kZy6qKzOk7K1mX34UxWvt7Dk/8Xe3SA1CARBFE4RSFLmz/ufVkjA0tID9GvedwItR3bonV0agFZKW34m0kp5eNryE2HSV4dgqTDpqyk/FWaf8mUAvZ5oA5noWU2ohV2oiR7WHKV+uMD+ZicTWBrK7KvtGBfjlEj8Z1uFvfjVGVg+VMD/cme9oYgV8C8GN5JgYLHF7Br8pTD948K7msTkgmVEXG7xy8iZCNcCeKL/aXKB8oFrxuaf2aWS5AIMmkZDfhJgM2bIDwNsxlwqWYjNmEslCrEZc6lEYVz7+sfDpZKDuekH+JCTNmfmlb1OWXNcoUsO4Ss7erlBRxcc6+GADfB/OyLfhXeJNsBvOIaDDF8Nx0iAY4mrh9dcMAy4MyJ2/DTUft8boTCo/b4dPwa23yceBN0nbr9vxg9BzfcXA7eR3BPkcLUDsCjkd/8Rd2fCLj2Y8zwGFxysq6sNLoDIr5S860R36cZOl7jR8X6gXynNXxHIr5TmrwiP54FsMn+NB96l9PtIDNRTSJubj7F0T/pJi7OPsXDcwVd3wyHGzwOcj7F08NTCx1i+O/4SEh9j4aB3p/gY46AHYz7G4l3RsxZmYwD4YMyIPx35hMhmYs+LtMNnr4sT/p2lGj57nU0Fj+Ji+OzV8dd0/Ox1NjnFHww+lLjyU5XB+PG+ZyrDFcT7s9H4NdcRPve6Ohq/xmKf1vUxBtCwg+R5t2gt7/stv0ehih0k49dkNSXmF95Swa+1sOEHaNgH51+WVq3mn9+xsVQVoxY2/Ml6SsyGP1RPidnwhypaXmz4MxWVmA1/pqISq/pdinSMvb5dS/b0y3SMvb6NfjQ8UVOJOdITqarEHOlJVFViPdthTbpKzGgsUFeJ+c2aQF0ldvALgnnKSqzk0F6VshJzEylPWYm5iZSnrcRcKeO0ldjgSpmmrcRcKeOciyYtXCkj1f3Tu1KmqSsx09c0fSXmXWNh+krMfcov9s4gqWEYCIKmSAGBJPD/10JBFUewcvFOT/cPFK/j0exoNQzOIbdfzrwlRQMsMcb8Wg7AEJ/Z11lgJvN4LHwqwBLz3q1RYKYkwi5yBUG4kFKDfzRMaazBPwhmiXkQaRCQ20MqXpxQmA09bYtBMEtse6Kl4ILBhV5/eDOXOAZe0OKbC9HuC+XKLDFi6zUVavDlxhQAiRBblPaQJoFsUaIXFgfXo6QqgDgo9zYrxsbC9Y+4KwuDG3PXGRsC1HnVGZvD9bJRsU05A6ot5viUKZDdI64fEwX5MZwM8E8AvbN/4OrMILiexRfP5MXFAPYs7ITP4Ez+liCPiKYBV8Sar8dD3lCyfeUY0BtK+GYmBPgzUO8fD3pDqd6fwAdbD8N3Mwng33L9/aN5waaq2Ufdg8B3WOA75gCoJ8ELDr+EcALnEflxuAjg3r4tpOMpSB7bQroLjVe3lCnAjVe3lIdTIMXcUq6jFHNLGUSBFEOfE50P3xWD3raZw3uBFNu2m1MH1rFBaegyhA5XUtfiLrxPT9cigZLfXtdiDaWY2eogOqSYrsUSSjFfpSQ6XDGzFovoF7nQICoalBpj69ig9O7zFBqyYiXHkafS8/nQe13AAIKJsSCKbtLTe92JXw9Hp0RR0gP3KqTjeH3catDeX0HjVXs/haZRD49F/9hzqLIjtff3odp3FGQUTWq/qFc2iSa1X+UBzqFJ7VtiS3hkwtVmUKZO7IPvxiSPsiCFoiSPUYsFHLdvieVQMOO11qKZQVX7yBLbje0jpWcObdEDA2P/41ttiWXRpk0ssT1oRRp7DaKuZ9emPY+nrENpie3DDqUlFkSdNLHEdqBnYYklUTf81BLbgwk9SyyHmlHVltgKehaWWBB9J1ctsb/xB3fFafQ1hS2xz/buIAdCGIah6G4Wc/8Dc4SkRUKy/P4NitxA7TSs0GdBYjHU2WIktoEtRmI51LXykNgGtpgDThBt149IbIduMRLLofDDpK576RhbmhMYReHzLlzyKZxXS06i7RKl4U87mPt2VQyN45sLd9UxZouJzHIozI8aC/cF/jllV6VQmB+R2AL5kcKdQ91Ai8rCfYGIUuGOoTCvK9xVZ5CYJWdRmNdJwQdITESZRWFeV7jkEzxvqWwYhXkdc3+AxJj7WRS+NTivI94arrglUSgxzusAibHFsuj79tVWPUBi6nYYfRIrnER0gfa8F/x5FhuYRPf8eBYDJKaVJ4s6iTlQjpCYA2UWX0jsAXlHUFNiuiCNAAAAAElFTkSuQmCCCg==);background-size:cover;background-repeat:no-repeat;position:relative;overflow:hidden}.category-slider-section .category-box .category-image::before{z-index:-1;opacity:0.65;background:linear-gradient(174deg,rgba(var(--primary-color),0.56) 0%,rgba(var(--primary-color),0.9) 100%)}.category-slider-section .category-box .category-image img{transition:all 0.3s ease-in-out}.category-slider-section .category-box h4{display:inline-block;padding-top:calc(6px + 2 * (100vw - 320px) / 1600);font-size:calc(16px + 2 * (100vw - 320px) / 1600);color:rgba(var(--title-color),1);transition:all 0.3s ease-in-out;position:relative}.category-slider-section .category-box h4::before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;border-radius:100px;background-color:rgba(var(--primary-color),1);transition:all 0.3s ease-in-out}.category-slider-section~.shop-section{padding-top:calc(20px + 20 * (100vw - 320px) / 1600)}.top-banner-box{border-radius:calc(10px + 2 * (100vw - 320px) / 1600);overflow:hidden;aspect-ratio:14/5;position:relative}@media (max-width:991.98px){.top-banner-box{aspect-ratio:unset;height:290px}}.top-banner-box img{object-position:left calc(-2px + -88 * (100vw - 320px) / 1600)}.top-banner-box .shop-banner-content{width:55%;position:absolute;bottom:0;right:0;padding:28px 34px;background-color:rgba(var(--black),0.15);backdrop-filter:blur(14px);border-radius:8px 0 0 0}[dir=rtl] .top-banner-box .shop-banner-content{right:unset;left:0;border-radius:0 8px 0 0}@media (max-width:1199.98px){.top-banner-box .shop-banner-content{width:73%;padding:18px 26px}}@media (max-width:991.98px){.top-banner-box .shop-banner-content{width:100%}}@media (max-width:767.98px){.top-banner-box .shop-banner-content{padding:calc(14px + 2 * (100vw - 320px) / 448)}}.top-banner-box .shop-banner-content h4{color:#fff;font-size:55px;margin-top:-12px;font-family:var(--play)}@media (max-width:1199.98px){.top-banner-box .shop-banner-content h4{font-size:47px;margin-top:-8px}}@media (max-width:991.98px){.top-banner-box .shop-banner-content h4{font-size:40px}}@media (max-width:767.98px){.top-banner-box .shop-banner-content h4{font-size:calc(26px + 8 * (100vw - 320px) / 448);margin-top:-5px}}.top-banner-box .shop-banner-content p{color:rgba(255,255,255,0.8);margin-top:10px;margin-bottom:calc(-1px + -2 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.top-banner-box .shop-banner-content p{margin-top:calc(4px + 2 * (100vw - 320px) / 672)}}@media (max-width:480.98px){.top-banner-box .shop-banner-content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.top-banner-box .date-box{position:absolute;top:calc(10px + 5 * (100vw - 320px) / 1600);right:calc(10px + 5 * (100vw - 320px) / 1600);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(11px + 5 * (100vw - 320px) / 1600);background-color:rgba(var(--black),0.15);backdrop-filter:blur(14px);border-radius:calc(5px + 3 * (100vw - 320px) / 1600);text-align:center}[dir=rtl] .top-banner-box .date-box{right:unset;left:calc(10px + 5 * (100vw - 320px) / 1600)}.top-banner-box .date-box h5{color:#fff;font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.top-banner-box .date-box p{color:rgba(255,255,255,0.8);font-size:calc(13px + 1 * (100vw - 320px) / 1600);margin-top:2px;line-height:1.3}.top-banner-box-2{border-radius:calc(10px + 2 * (100vw - 320px) / 1600);overflow:hidden;aspect-ratio:14/5;position:relative}@media (max-width:991.98px){.top-banner-box-2{aspect-ratio:unset;height:290px}}.top-banner-box-2 img{object-position:left calc(-2px + -88 * (100vw - 320px) / 1600)}.top-banner-box-2 .shop-banner-content{width:55%;position:absolute;bottom:0;right:0;padding:28px 34px;background-color:rgba(var(--black),0.15);backdrop-filter:blur(14px);border-radius:8px 0 0 0}[dir=rtl] .top-banner-box-2 .shop-banner-content{right:unset;left:0;border-radius:0 8px 0 0}@media (max-width:1399.98px){.top-banner-box-2 .shop-banner-content{width:100%;padding:18px 26px}}@media (max-width:991.98px){.top-banner-box-2 .shop-banner-content{width:100%}}@media (max-width:767.98px){.top-banner-box-2 .shop-banner-content{padding:calc(14px + 2 * (100vw - 320px) / 448)}}.top-banner-box-2 .shop-banner-content h4{color:rgb(255,255,255);font-size:55px;margin-top:-12px;font-family:var(--play)}@media (max-width:1399.98px){.top-banner-box-2 .shop-banner-content h4{font-size:47px;margin-top:-8px}}@media (max-width:991.98px){.top-banner-box-2 .shop-banner-content h4{font-size:40px}}@media (max-width:767.98px){.top-banner-box-2 .shop-banner-content h4{font-size:calc(26px + 8 * (100vw - 320px) / 448);margin-top:-5px}}.top-banner-box-2 .shop-banner-content p{color:rgba(255,255,255,0.8);margin-top:10px;margin-bottom:calc(-1px + -2 * (100vw - 320px) / 1600)}@media (max-width:991.98px){.top-banner-box-2 .shop-banner-content p{margin-top:calc(4px + 2 * (100vw - 320px) / 672)}}@media (max-width:480.98px){.top-banner-box-2 .shop-banner-content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.top-banner-box-2 .date-box{position:absolute;top:calc(10px + 5 * (100vw - 320px) / 1600);right:calc(10px + 5 * (100vw - 320px) / 1600);padding:calc(8px + 4 * (100vw - 320px) / 1600) calc(11px + 5 * (100vw - 320px) / 1600);background-color:rgba(34,34,34,0.15);backdrop-filter:blur(14px);border-radius:calc(5px + 3 * (100vw - 320px) / 1600);text-align:center}[dir=rtl] .top-banner-box-2 .date-box{right:unset;left:calc(10px + 5 * (100vw - 320px) / 1600)}.top-banner-box-2 .date-box h5{color:rgb(255,255,255);font-size:calc(14px + 2 * (100vw - 320px) / 1600)}.top-banner-box-2 .date-box p{color:rgba(255,255,255,0.8);font-size:calc(13px + 1 * (100vw - 320px) / 1600);margin-top:calc(1px + 1 * (100vw - 320px) / 1600)}.dark .form-select{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yIDVMOCAxMUwxNCA1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+Cg==)}.dark .cookie-bar-box.style-4{background:linear-gradient(180deg,#1f2529 0%,rgb(34,42,47) 87%,rgb(36,45,50) 100%);box-shadow:0 20px 50px rgba(119,119,119,0.07)}.dark .cookie-bar-box.style-6 .cookie-content .cookie-icon{background:linear-gradient(180deg,#222523 0%,#0f100f 87%,#070808 100%)}.dark .theme-setting-panel .theme-panel-content{box-shadow:-4px 0 20px rgba(var(--title-color),0.06)}.dark .tap-to-top{box-shadow:0 0 20px rgba(var(--title-color),0.05)}.dark .tap-to-top i{color:rgb(255,255,255)}.dark .tap-to-top svg path.progress-background{stroke:rgba(255,255,255,0.1)}.dark .grocery-testimonial .testimonial-box.style-1{background:linear-gradient(177deg,#12160d 0%,rgba(var(--white),0) 100%)}.dark .menu-mobile-box{box-shadow:0 -4px 18px 5px rgba(42,41,41,0.231372549)}.dark .banner-box .back-name{color:rgba(18,18,18,0.84);user-select:none;font-size:calc(80px + 118 * (100vw - 320px) / 1600);text-align:center;font-family:var(--play);background:-webkit-linear-gradient(-86deg,hsla(0,0%,26%,0.76) 5%,hsla(0,4%,21%,0.54) 61%,hsla(30,8%,7%,0.32) 91%);-webkit-background-clip:text;-webkit-text-stroke:4px rgba(0,0,0,0);z-index:0;position:absolute;top:0;left:15px;text-transform:capitalize;width:calc(100% - 30px);margin:auto;line-height:1}.dark .recently-purchased-box{box-shadow:0 10px 18px rgba(119,119,119,0.1411764706)}.dark .product-box.style-2 .product-img-box{background-color:rgba(28,27,27,0.5)}.dark .product-box.style-4 .product-img-box{background:linear-gradient(180deg,#1f2529 0%,rgb(34,42,47) 87%,rgb(36,45,50) 100%)}.dark .product-box.style-6 .product-img-box{background:linear-gradient(180deg,#222523 0%,#0f100f 87%,#070808 100%)}.dark .testimonial-box{background:linear-gradient(177deg,rgba(56,52,47,0.4) 0%,rgba(var(--white),0) 100%)}.dark .testimonial-box.style-1{background:linear-gradient(177deg,#1f2529 0%,rgba(var(--white),0) 100%)}.dark .sub-header p{color:#fff}.dark .sub-header p a{color:#fff}@media (max-width:991.98px){.dark .navbar .navbar-collapse{box-shadow:0 0 10px rgba(var(--content-color),0.04)}}.dark .navbar .dropdown .dropdown-menu .dropdown-list{box-shadow:0 3px 8px rgba(119,119,119,0.07)}@media (max-width:991.98px){.dark .navbar .dropdown .dropdown-menu .dropdown-list{box-shadow:none}}.dark .shop-filter .shop-filter-box .accordion .accordion-item{box-shadow:0 2px 12px 0 rgba(119,119,119,0.05)}.dark .seller-grid-section-2 .seller-grid-box:hover,.dark .seller-grid-section-2 .seller-card-minimal:hover,.dark .seller-list-2-section .seller-grid-box:hover,.dark .seller-list-2-section .seller-card-minimal:hover{box-shadow:0 0 8px 4px rgba(119,119,119,0.031)}.dark .error-section .error-content .error-img img{filter:none}.dark .user-dashboard-section .dashboard-right-sidebar .membership-card{box-shadow:0 calc(0 + 15 * (100vw - 320px) / 1600) calc(0 + 35 * (100vw - 320px) / 1600) rgba(255,255,255,0.04)}.dark .user-dashboard-section .dashboard-right-sidebar .membership-card .tier-info .tier-icon{box-shadow:0 10px 20px rgba(255,255,255,0.14)}.dark header.header-2{background-color:#292523}.dark header.header-7 .style-7 .header-wrapper .contact-box .d-flex .contact a h6{color:#fff}.dark header.header-7 .style-7 .header-wrapper .search-input .d-flex .dropdown-category a{color:#fff}.dark header.header-7 .navbar .dropdown-category a{color:#fff}.dark .sticky-bottom-bar{box-shadow:0 calc(0 + 20 * (100vw - 320px) / 1600) calc(8px + 32 * (100vw - 320px) / 1600) rgba(119,119,119,0.05)}.dark .newsletter-modal .newsletter-wrapper .newsletter-content{background:linear-gradient(135deg,rgba(var(--white),1) 0%,#181616 100%)}.dark .home-section.style-2::before{background:linear-gradient(177deg,#292523 0%,rgba(var(--white),0) 100%)}.dark .home-section.style-5 .bag-home2 .swiper-wrapper .swiper-slide .shoes-detail-box{border-color:rgba(255,255,255,0.11)}.dark .home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows .swiper-button-prev img,.dark .home-section.style-6 .home-bg .home-content .home-pagination-arrows .home-arrows .swiper-button-next img{filter:invert(100%) sepia(0%) saturate(7500%) hue-rotate(132deg) brightness(112%) contrast(101%)}.dark .category-section.style-2 .category-box .category-img-box{background:linear-gradient(114.94deg,#1a1919 8.79%,#161313 92.86%)}.dark .footer-section-2{background-color:#0f100f}.dark .footer-section-2 .organic-shape{display:none}.dark .about-intro .about-img-wrap .quote-box{box-shadow:0 4px 12px rgba(119,119,119,0.05)}.dark .team-section .team-box .team-info{box-shadow:0 4px 12px rgba(119,119,119,0.05)}.page-loader{position:fixed;top:0;left:0;background-color:rgba(var(--white),1);z-index:1060;width:100dvw;height:100dvh;display:flex;align-items:center;justify-content:center}.page-loader .custom-loader{border-radius:50%;color:rgba(var(--primary-color),1);box-shadow:19px -19px 0 0,38px -19px 0 0,57px -19px 0 0,19px 0 0 5px,38px 0 0 5px,57px 0 0 5px,19px 19px 0 0,38px 19px 0 0,57px 19px 0 0;transform:translateX(-38px);animation:d6 2s infinite linear;width:4px;height:4px}.theme-setting-panel{position:fixed;top:50%;transform:translateY(-50%);right:-170px;z-index:11;gap:0;display:flex;align-items:center;transition:all 0.3s ease-in-out}[dir=rtl] .theme-setting-panel{right:unset;left:-170px}.theme-setting-panel .theme-panel-toggle{width:calc(38px + 8 * (100vw - 320px) / 1600);height:calc(38px + 8 * (100vw - 320px) / 1600);background-color:rgba(var(--primary-color),1);color:#fff;border:none;border-radius:8px 0 0 8px;cursor:pointer;position:relative;z-index:2;display:flex;align-items:center;justify-content:center}[dir=rtl] .theme-setting-panel .theme-panel-toggle{border-radius:0 8px 8px 0}.theme-setting-panel .theme-panel-toggle i{font-size:calc(18px + 2 * (100vw - 320px) / 1600);line-height:1;transition:transform 0.4s ease-in-out}.theme-setting-panel.open{right:0}[dir=rtl] .theme-setting-panel.open{right:unset;left:0}.theme-setting-panel.open .theme-panel-toggle i{transform:rotate(60deg)}.theme-setting-panel.open .theme-panel-content{opacity:1;visibility:visible;transform:translateX(0)}.theme-setting-panel .theme-panel-content{background-color:rgba(var(--white),1);border:1px solid rgba(var(--border-color),1);border-right:none;border-radius:10px 0 0 10px;padding:14px 16px;box-shadow:-4px 0 20px rgba(var(--title-color),0.1);min-width:170px;transition:all 0.3s ease-in-out}[dir=rtl] .theme-setting-panel .theme-panel-content{border-radius:0 10px 10px 0;border-right:1px solid rgba(var(--border-color),1);border-left:none}.theme-setting-panel .theme-panel-content h6{font-size:14px;font-weight:500;color:rgba(var(--title-color),1);letter-spacing:0.4px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(var(--border-color),1)}.theme-setting-panel .theme-option{gap:5px;display:grid}.theme-setting-panel .theme-option+.theme-option{margin-top:10px}.theme-setting-panel .theme-option>span{font-size:14px;color:rgba(var(--title-color),0.8);font-weight:500;white-space:nowrap;letter-spacing:0.3px}.theme-setting-panel .theme-toggle-btn{line-height:1;gap:5px;padding:8px 10px;border:1.5px solid rgba(var(--border-color),1);border-radius:6px;background-color:rgba(var(--background),1);color:rgba(var(--content-color),1);font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;display:flex;align-items:center;transition:all 0.25s ease-in-out}.theme-setting-panel .theme-toggle-btn i{font-size:16px;line-height:1}.theme-setting-panel .theme-toggle-btn:hover{border-color:rgba(var(--primary-color),0.5);color:rgba(var(--primary-color),1)}.theme-setting-panel .theme-toggle-btn.active{background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1);color:#fff}.theme-setting-panel .theme-toggle-btn.active i{color:#fff}:root{--roboto:'Montserrat',sans-serif;--play:'Montserrat',sans-serif}h1,h2,h3,h4,h5,h6,.title,.nm-hero-h1,.pboing-section h3,.breadcrumb-section h2,.footer-title{font-family:'Montserrat',sans-serif!important;font-weight:800!important;font-style:normal!important}body,p,a,li,span,input,button,label,td,th{font-family:'Montserrat',sans-serif}.page-id-1001{--yellow:#f2d524;--ink:#111;--muted:#7a7a72;--line:rgba(0,0,0,.08);--yellow-tint:rgba(242,213,36,.12);--bg-soft:#fafaf8}.page-id-1001 .y{color:var(--yellow)}.page-id-1001 .em{font-family:var(--play);font-style:italic}.page-id-1001 .wrap{max-width:1160px;margin:0 auto;padding:0 clamp(20px,4vw,60px)}.page-id-1001 .eyebrow{font-family:var(--roboto);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);font-weight:700;display:block}.page-id-1001 .eyebrow.center{text-align:center}.page-id-1001 .btn-wa{display:inline-flex;align-items:center;gap:10px;background:var(--yellow);color:var(--ink);font-family:var(--roboto);font-weight:700;font-size:14px;padding:13px 24px;border-radius:100px;text-decoration:none;transition:transform .2s,box-shadow .2s}.page-id-1001 .btn-wa:hover{transform:translateY(-2px);box-shadow:0 8px 22px -4px rgba(242,213,36,.5)}.page-id-1001 .btn-wa .icon{font-style:normal}.page-id-1001 .hero{position:relative;padding:88px 0 56px;overflow:hidden;border-bottom:1px solid var(--line)}.page-id-1001 .hero .arc{position:absolute;top:-160px;left:-200px;width:540px;height:540px;border-radius:50%;background:var(--yellow-tint);z-index:0}.page-id-1001 .hero .dot{position:absolute;width:10px;height:10px;background:var(--yellow);border-radius:50%;z-index:1}.page-id-1001 .hero .wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:66%;margin:0 auto}.page-id-1001 .hero h1{font-family:var(--play);font-style:normal;font-weight:700;font-size:calc(24px + 16 * (100vw - 320px) / 1600);line-height:1.2;margin:14px 0 24px;color:var(--ink);letter-spacing:-.01em}.page-id-1001 .hero p.lede{color:#3a3d47;font-size:15px;line-height:1.7;max-width:100%;margin:0 0 12px;text-align:center}.page-id-1001 .hero p.lede strong{color:var(--ink);font-weight:600}.page-id-1001 .hero .cta{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.page-id-1001 .hero .visual{position:relative;aspect-ratio:5/6;border-radius:24px;background:#fafaf8;overflow:hidden}.page-id-1001 .hero .visual img{width:100%;height:100%;object-fit:cover;display:block}.page-id-1001 .hero .visual .placeholder{position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(0,0,0,.035) 0 1px,transparent 1px 14px),linear-gradient(135deg,#fff9e5,#fafaf8);display:grid;place-items:center;font-family:var(--roboto);font-size:11px;color:var(--muted);font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-align:center}.page-id-1001 .hero .visual .placeholder span{display:block;margin-top:6px;color:#aaa;font-size:10px;letter-spacing:.08em}.page-id-1001 .global{padding:64px 0 56px;position:relative}.page-id-1001 .global .wrap{display:grid;grid-template-columns:.7fr 1.6fr;gap:64px;align-items:start;max-width:1080px}.page-id-1001 .global .head{position:sticky;top:24px;display:flex;align-items:flex-start;justify-content:center}.page-id-1001 .global .head .global-logo{width:100%;max-width:200px;max-height:160px;height:auto;object-fit:contain;border-radius:0;display:block}.page-id-1001 .global .head h2{font-family:var(--play);font-style:normal;font-weight:700;font-size:calc(24px + 16 * (100vw - 320px) / 1600);line-height:1.2;margin:16px 0 0;color:var(--ink);letter-spacing:-.012em}.page-id-1001 .global .body{max-width:640px}.page-id-1001 .global .body h1,.page-id-1001 .global .body h2,.page-id-1001 .global .body h3{font-family:var(--play);font-style:normal;font-weight:700;font-size:calc(24px + 16 * (100vw - 320px) / 1600);color:var(--ink);line-height:1.2;letter-spacing:-.01em;margin:0 0 16px}.page-id-1001 .global .body .body-text-wrap{display:flex;gap:40px;align-items:flex-start}.page-id-1001 .global .body .body-text{flex:1 1 0;min-width:0}.page-id-1001 .global .body .body-img{flex:0 0 220px;width:220px}.page-id-1001 .global .body .body-img img{width:100%;height:auto;border-radius:16px;display:block}.page-id-1001 .global .body p{font-family:var(--roboto);font-size:.9rem;font-weight:300;line-height:1.9;color:#777770;margin:0 0 14px}.page-id-1001 .global .body p strong{color:#1a1a1a;font-weight:500}.page-id-1001 .global .body p .em{font-family:var(--play);font-style:italic;color:var(--ink);font-weight:500}.page-id-1001 .global .body .inline-num{font-family:var(--roboto);font-weight:700;color:var(--ink);font-size:inherit;border-bottom:2px solid var(--yellow);padding-bottom:0}.page-id-1001 .global .body .inline-num .plus{color:var(--yellow);font-weight:700;margin-left:1px}.page-id-1001 .qs-stats{display:flex;gap:40px;align-items:flex-start;margin-bottom:28px;padding-bottom:22px;border-bottom:1px solid var(--line)}.page-id-1001 .qs-stat{display:flex;flex-direction:column;gap:4px}.page-id-1001 .qs-stat .inline-num{font-family:var(--play);font-style:italic;font-weight:700;font-size:clamp(28px,3vw,40px);color:var(--yellow);line-height:1}.page-id-1001 .qs-stat .inline-num .plus{font-size:.75em}.page-id-1001 .qs-stat-label{font-family:var(--roboto);font-size:12px;font-weight:400;color:var(--muted);line-height:1.4}.page-id-1001 .leadership{margin-top:28px;padding-top:22px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:32px}.page-id-1001 .leadership.no-body{margin-top:0;border-top:0;padding-top:0}.page-id-1001 .lead-item .role{font-family:var(--roboto);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:6px}.page-id-1001 .lead-item .name{font-family:var(--play);font-style:italic;font-weight:500;font-size:20px;color:var(--ink);line-height:1.05;letter-spacing:-.012em}.page-id-1001 .lead-item .name em{font-style:italic;font-weight:600}.page-id-1001 .lead-item .meta{margin-top:6px;font-family:var(--roboto);font-size:12px;color:var(--muted);line-height:1.5}.page-id-1001 .lead-item .meta .inline-num{font-family:var(--roboto);font-weight:700;color:var(--ink);font-size:13px;border-bottom:1.5px solid var(--yellow);padding-bottom:0}.page-id-1001 .atlas{padding:56px 0 56px;border-top:1px solid var(--line);background:#fff}.page-id-1001 .atlas .head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px;gap:24px;flex-wrap:wrap}.page-id-1001 .atlas h2{font-family:var(--play);font-style:normal;font-weight:700;font-size:calc(24px + 16 * (100vw - 320px) / 1600);line-height:1.2;margin:8px 0 0;color:var(--ink);letter-spacing:-.01em;max-width:540px}.page-id-1001 .atlas .head .legend{font-family:var(--roboto);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:600}.page-id-1001 .atlas .list{border-top:1px solid var(--line)}.page-id-1001 .atlas .row{display:grid;grid-template-columns:1fr 2.4fr;gap:40px;padding:18px 0;border-bottom:1px solid var(--line);align-items:baseline;transition:background .25s}.page-id-1001 .atlas .row:hover{background:#fafaf8}.page-id-1001 .atlas .row .r-left{display:flex;align-items:baseline;gap:16px}.page-id-1001 .atlas .row .r-index{font-family:var(--roboto);font-size:11px;letter-spacing:.16em;color:var(--muted);font-weight:700;min-width:24px}.page-id-1001 .atlas .row .r-meta{font-family:var(--roboto);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:4px}.page-id-1001 .atlas .row .r-name{font-family:var(--play);font-style:italic;font-weight:500;font-size:22px;color:var(--ink);line-height:1.02;letter-spacing:-.012em}.page-id-1001 .atlas .row .r-countries{font-family:var(--roboto);font-size:14px;line-height:1.6;color:#2d3038}.page-id-1001 .atlas .row .r-countries .sep{color:var(--yellow);margin:0 8px;font-weight:700}.page-id-1001 .atlas .row .r-countries strong{color:var(--ink);font-weight:600}.page-id-1001 .atlas .row .r-note{margin-top:4px;font-family:var(--roboto);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:600}.page-id-1001 .pillars-section{padding:72px 0 72px}.page-id-1001 .pillars-section .head{text-align:center;margin-bottom:40px}.page-id-1001 .pillars-section h2{font-family:var(--play);font-style:normal;font-weight:700;font-size:calc(24px + 16 * (100vw - 320px) / 1600);color:var(--ink);line-height:1.05;margin:10px auto 0;max-width:640px;letter-spacing:-.012em}.page-id-1001 .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.page-id-1001 .pillar{padding:32px 28px;border-left:1px solid var(--line);position:relative;transition:background .25s}.page-id-1001 .pillar:first-child{border-left:0}.page-id-1001 .pillar:hover{background:var(--bg-soft)}.page-id-1001 .pillar .ord{font-family:var(--roboto);font-style:normal;font-size:11px;color:var(--yellow);font-weight:700;letter-spacing:.14em;text-transform:uppercase}.page-id-1001 .pillar h3{font-family:var(--play);font-style:normal;font-weight:700;font-size:clamp(18px,1.5vw,22px);color:var(--ink);margin:8px 0 8px;line-height:1.2;letter-spacing:-.01em}.page-id-1001 .pillar p{font-family:var(--roboto);font-weight:300;color:#777770;font-size:.9rem;line-height:1.9;margin:0;max-width:260px}.page-id-1001 .closing{padding:80px 0 96px;border-top:1px solid var(--line);position:relative;text-align:center}.page-id-1001 .closing::before{content:"";position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:60px;height:2px;background:var(--yellow)}.page-id-1001 .closing h2{font-family:var(--play);font-style:normal;font-weight:700;font-size:calc(24px + 16 * (100vw - 320px) / 1600);line-height:1.2;margin:16px auto 18px;color:var(--ink);letter-spacing:-.012em;max-width:780px}.page-id-1001 .closing p{color:#3a3d47;font-size:15px;line-height:1.7;max-width:560px;margin:0 auto}@media (max-width:1024px){.page-id-1001 .global .wrap{grid-template-columns:1fr;gap:24px}.page-id-1001 .pillars{grid-template-columns:1fr}.page-id-1001 .pillar{border-left:0;border-top:1px solid var(--line)}.page-id-1001 .pillar:first-child{border-top:0}.page-id-1001 .global .wrap{grid-template-columns:1fr;gap:24px}.page-id-1001 .global .head{position:static}.page-id-1001 .global .body .body-text-wrap{flex-direction:column}.page-id-1001 .global .body .body-img{flex:none;width:100%;max-width:320px}.page-id-1001 .leadership{grid-template-columns:1fr;gap:24px}.page-id-1001 .atlas .row{grid-template-columns:1fr;gap:14px}}@media (max-width:640px){.page-id-1001 .atlas .row{grid-template-columns:1fr;gap:14px}.page-id-1001 .atlas .row .r-left{flex-direction:column}}.page-id-1001 .qs-atlas{padding:clamp(40px,5vw,72px) 0}.page-id-1001 .qs-atlas .top{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:clamp(28px,4vw,48px);padding-bottom:clamp(20px,3vw,32px);border-bottom:1px solid var(--line);text-align:center}.page-id-1001 .qs-atlas .region-rows-wrap{max-width:760px;margin:0 auto}.page-id-1001 .qs-atlas .top-meta{font-family:var(--roboto);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);white-space:nowrap;padding-top:4px;flex-shrink:0}.page-id-1001 .qs-atlas h2{font-family:var(--play);font-style:normal;font-weight:700;font-size:calc(24px + 16 * (100vw - 320px) / 1600);color:var(--ink);line-height:1.2;letter-spacing:-.01em}.page-id-1001 .qs-atlas h2 em{font-style:italic;font-weight:500;color:var(--yellow)}.page-id-1001 .region-row{display:grid;grid-template-columns:clamp(40px,5vw,60px) clamp(140px,18vw,240px) 1fr;gap:0 clamp(20px,3vw,48px);align-items:center;align-items:start;padding:clamp(18px,2.5vw,28px) 0;border-bottom:1px solid var(--line);transition:background .18s}.page-id-1001 .region-row:hover{background:rgba(242,213,36,.04)}.page-id-1001 .row-num{font-family:var(--roboto);font-size:15px;font-weight:400;color:var(--muted);padding-top:4px}.page-id-1001 .row-label{font-family:var(--roboto);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.page-id-1001 .row-name{font-family:var(--play);font-style:normal;font-weight:700;font-size:clamp(16px,1.5vw,20px);color:var(--ink);line-height:1.2;letter-spacing:-.01em}.page-id-1001 .row-countries{font-family:var(--roboto);font-size:.9rem;font-weight:300;color:var(--ink);line-height:1.9;margin-bottom:4px}.page-id-1001 .row-countries .sep{color:var(--muted);margin:0 clamp(4px,.5vw,8px);font-size:.7em}.page-id-1001 .row-count{font-family:var(--roboto);font-size:11px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}@media(max-width:640px){.page-id-1001 .qs-atlas .top{flex-direction:column;gap:10px}.page-id-1001 .region-row{grid-template-columns:clamp(28px,8vw,40px) 1fr;grid-template-rows:auto auto}.page-id-1001 .region-row .row-right{grid-column:2;margin-top:8px}}.qs-section{background:#fff;--qs-px:clamp(28px,6vw,100px);--qs-py:clamp(40px,5vw,80px);--qs-gap:clamp(32px,5vw,80px);--qs-border:rgba(0,0,0,.07)}.qs-wrap{max-width:100%}.qs-overline{display:inline-flex;align-items:center;gap:8px;font-family:var(--roboto);font-size:clamp(.58rem,.7vw,.7rem);font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#9a8800}.qs-overline::before{content:'';width:16px;height:2px;background:#f2d524;border-radius:2px}.qs-title{font-family:var(--play)!important;font-size:clamp(2.8rem,6vw,5.5rem)!important;font-weight:900!important;line-height:.96!important;color:#111!important;letter-spacing:-.025em!important}.qs-title em{font-style:italic;font-weight:400;color:#f2d524;display:block}.qs-row-1{display:grid;grid-template-columns:1fr 1fr;gap:var(--qs-gap);align-items:center;padding:0 var(--qs-px) var(--qs-py);border-bottom:1px solid var(--qs-border)}.qs-left{display:flex;flex-direction:column;gap:clamp(16px,2vw,28px)}.qs-intro-text{font-family:var(--roboto);font-size:clamp(.83rem,1vw,1rem);font-weight:300;line-height:1.88;color:#7a7a72}.qs-intro-text strong{font-weight:500;color:#111}.qs-logo-frame{width:100%;aspect-ratio:4/3;border-radius:clamp(14px,2vw,24px);background:#f7f6f3;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.qs-logo-frame::after{content:'';position:absolute;bottom:0;right:0;width:30%;height:30%;background:#f2d524;opacity:.1;border-radius:clamp(14px,2vw,24px) 0 clamp(14px,2vw,24px) 0;pointer-events:none}.qs-logo-frame img{width:70%;height:70%;object-fit:contain;position:relative;z-index:1;animation:qsFloat 6s ease-in-out infinite}@keyframes qsFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.qs-logo-ph{font-family:var(--roboto);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#b8a500;border:1.5px dashed rgba(242,213,36,.5);padding:14px 28px;border-radius:10px}.qs-row-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--qs-gap);padding:var(--qs-py) var(--qs-px);border-bottom:1px solid var(--qs-border);align-items:start}.qs-r2-left{display:flex;flex-direction:column;gap:clamp(16px,2vw,24px)}.qs-block-title{font-family:var(--play);font-size:clamp(1.2rem,2vw,1.7rem);font-weight:700;color:#111;display:flex;align-items:center;gap:10px;line-height:1.2}.qs-block-title::before{content:'';width:4px;height:1em;background:#f2d524;border-radius:2px;flex-shrink:0}.qs-block-body{font-family:var(--roboto);font-size:clamp(.82rem,1vw,.96rem);font-weight:300;line-height:1.88;color:#7a7a72}.qs-block-body strong,.qs-block-body p strong{font-weight:500;color:#111}.qs-block-body p{margin-bottom:0}.qs-tags{display:flex;flex-wrap:wrap;gap:7px}.qs-tag{font-family:var(--roboto);font-size:clamp(.65rem,.75vw,.74rem);font-weight:400;color:#7a7a72;border:1px solid rgba(0,0,0,.07);border-radius:40px;padding:4px 12px;background:#f7f6f3;transition:border-color .18s,color .18s;cursor:default}.qs-tag:hover{border-color:#f2d524;color:#111}.qs-right-col{display:flex;flex-direction:column;gap:clamp(24px,3vw,40px)}.qs-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.qs-stat{padding:0 clamp(16px,2vw,28px) 0 0;border-right:1px solid rgba(0,0,0,.07)}.qs-stat:first-child{padding-left:0}.qs-stat:last-child{border-right:none;padding-right:0;padding-left:clamp(16px,2vw,28px)}.qs-stat:nth-child(2){padding-left:clamp(16px,2vw,28px)}.qs-stat-num{font-family:var(--play);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:900;color:#f2d524;line-height:1;margin-bottom:4px}.qs-stat-label{font-family:var(--roboto);font-size:clamp(.65rem,.75vw,.76rem);font-weight:400;color:#7a7a72;line-height:1.4}.qs-pillars{display:flex;flex-direction:column}.qs-pillar{display:flex;align-items:flex-start;gap:clamp(12px,1.5vw,20px);padding:clamp(14px,1.5vw,20px) 0;border-bottom:1px solid rgba(0,0,0,.07);cursor:default;transition:padding-left .18s}.qs-pillar:last-child{border-bottom:none}.qs-pillar:hover{padding-left:6px}.qs-pillar-num{font-family:var(--play);font-size:clamp(.72rem,.85vw,.84rem);font-weight:700;color:#f2d524;flex-shrink:0;margin-top:1px;min-width:22px}.qs-pillar-name{font-family:var(--roboto);font-size:clamp(.84rem,1vw,.95rem);font-weight:500;color:#111;margin-bottom:2px}.qs-pillar-sub{font-family:var(--roboto);font-size:clamp(.72rem,.82vw,.8rem);font-weight:300;color:#7a7a72;line-height:1.45}.qs-row-3{display:grid;grid-template-columns:1fr auto;gap:var(--qs-gap);align-items:center;padding:clamp(28px,3.5vw,48px) var(--qs-px)}.qs-reach-title{font-family:var(--play);font-size:clamp(1.1rem,2vw,1.6rem);font-weight:700;font-style:italic;color:#111;margin-bottom:6px}.qs-reach-body{font-family:var(--roboto);font-size:clamp(.8rem,.95vw,.93rem);font-weight:300;color:#7a7a72;line-height:1.65}.qs-reach-body strong{font-weight:500;color:#111}.qs-btn-wa{display:inline-flex;align-items:center;gap:10px;padding:clamp(12px,1.2vw,16px) clamp(20px,2vw,28px);background:#fff;color:#111;border:2px solid #f2d524;border-radius:100px;font-family:var(--roboto);font-size:clamp(.78rem,.9vw,.9rem);font-weight:500;text-decoration:none;white-space:nowrap;flex-shrink:0;box-shadow:0 4px 14px -4px rgba(242,213,36,.28);transition:background .2s,transform .2s,box-shadow .2s}.qs-btn-wa:hover{background:#f2d524;box-shadow:0 8px 22px -4px rgba(242,213,36,.45);transform:translateY(-2px);text-decoration:none;color:#111}.qs-wa-c{width:clamp(22px,2vw,28px);height:clamp(22px,2vw,28px);border-radius:50%;background:#f2d524;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.qs-wa-c svg{width:55%;height:55%;fill:#111}.qs-btn-wa:hover .qs-wa-c{background:rgba(0,0,0,.1)}@media (max-width:800px){.qs-row-1,.qs-row-2{grid-template-columns:1fr}.qs-row-3{grid-template-columns:1fr}.qs-title{font-size:3rem!important}}@media (max-width:480px){.qs-stats{grid-template-columns:1fr 1fr}.qs-stat:nth-child(3){grid-column:span 2;border-right:none;border-top:1px solid rgba(0,0,0,.07);padding:14px 0 0;margin-top:4px}}.theme-setting-panel{display:none!important}#recent-purchase-notification{display:none!important}.breadcrumb-section.no-wave{display:none!important}.nm-page{--nm-yellow:#f2d524;--nm-ink:#111;--nm-muted:#7a7a72;--nm-line:rgba(0,0,0,.08);--nm-bg-soft:#f7f6f3;--nm-ytint:rgba(242,213,36,.08);--nm-shadow-md:0 12px 32px -8px rgba(0,0,0,.12)}.nm-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--roboto);font-size:.6rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#9a8800;margin-bottom:32px}.nm-eyebrow::before{content:'';width:16px;height:2px;background:#f2d524;border-radius:2px}.nm-y{color:var(--nm-yellow)!important;font-size:inherit!important;font-weight:inherit!important;font-style:inherit!important;line-height:inherit!important;letter-spacing:inherit!important}.nm-hero{position:relative;padding:72px 0 0;overflow:hidden}.nm-arc{position:absolute;top:-180px;right:-180px;width:520px;height:520px;border-radius:50%;background:var(--nm-ytint);z-index:0;pointer-events:none}.nm-hero .container{position:relative;z-index:2}.nm-hero-center{text-align:center;max-width:680px;margin:0 auto 48px}.nm-hero-h1{font-family:var(--play);font-style:normal;font-weight:700;font-size:calc(24px + 16 * (100vw - 320px) / 1600);line-height:1.2;margin:0 0 16px;color:var(--nm-ink);letter-spacing:-.01em}.nm-hero-sub{color:var(--nm-muted);font-size:15px;line-height:1.7;margin:0}.nm-hero-body{color:var(--nm-muted);font-size:13px;line-height:1.7;margin:0;text-align:center}.nm-hero-body p{margin:0}.nm-filter-bar{margin-top:56px;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;padding:18px 0;border-top:1px solid var(--nm-line);border-bottom:1px solid var(--nm-line)}.nm-filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center}.nm-filter-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--nm-muted);margin-right:8px}.nm-chip{border:1px solid var(--nm-line);background:#fff;color:var(--nm-ink);padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .18s;font-family:inherit}.nm-chip:hover{border-color:var(--nm-ink)}.nm-chip.is-active{background:var(--nm-ink);color:#fff;border-color:var(--nm-ink)}.nm-count{margin-left:6px;opacity:.55;font-size:11px}.nm-filter-meta{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--nm-muted)}.nm-yd{width:8px;height:8px;background:var(--nm-yellow);border-radius:50%;display:inline-block}.nm-brands-section{padding:40px 0 80px}.nm-brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.nm-brand-card{background:#fff;border:1px solid var(--nm-line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s;position:relative}.nm-brand-card:hover{transform:translateY(-4px);box-shadow:var(--nm-shadow-md);border-color:#fff}.nm-preview{display:block;aspect-ratio:16/10;background:#fff;position:relative;text-decoration:none;cursor:pointer;overflow:hidden;display:grid;place-items:center;border-bottom:1px solid var(--nm-line)}.nm-pattern{display:none}.nm-logo-slot{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 24px}.nm-word{font-weight:800;letter-spacing:-.01em;font-size:clamp(20px,2.4vw,28px);color:var(--brand-c,var(--nm-ink));font-family:var(--roboto);line-height:1.05}.nm-logo-slot small{font-size:9px;color:var(--nm-muted);letter-spacing:.2em;text-transform:uppercase;font-weight:600}.nm-badge{position:absolute;top:14px;left:14px;z-index:3;background:#fff;border:1px solid var(--nm-line);border-radius:999px;padding:4px 10px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--nm-ink)}.nm-badge.is-best{background:var(--nm-yellow);border-color:var(--nm-yellow)}.nm-body{padding:24px 26px 26px;display:flex;flex-direction:column;flex:1}.nm-name{font-family:var(--play);font-style:italic;font-size:20px;color:var(--nm-ink);font-weight:500;margin:0;line-height:1.1;letter-spacing:-.01em}.nm-dotsep{width:3px;height:3px;background:var(--nm-muted);border-radius:50%}.nm-pitch{color:#4d525d;font-size:13px;line-height:1.6;margin:10px 0 14px}.nm-bullets{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:8px}.nm-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--nm-ink);line-height:1.45}.nm-bullets li::before{content:"";flex-shrink:0;width:6px;height:6px;background:var(--nm-yellow);border-radius:50%;margin-top:6px}.nm-details{border-top:1px solid var(--nm-line);margin-top:auto}.nm-details summary{display:flex;align-items:center;justify-content:space-between;padding:18px 0 0;font-size:13px;font-weight:600;color:var(--nm-ink);cursor:pointer;list-style:none;user-select:none}.nm-details summary::-webkit-details-marker{display:none}.nm-arrow{width:32px;height:32px;border-radius:50%;background:var(--nm-yellow);color:var(--nm-ink);display:grid;place-items:center;transition:transform .25s}.nm-details[open] .nm-arrow{transform:rotate(90deg)}.nm-cats{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.nm-cats span{font-size:11px;background:var(--nm-ytint);color:var(--nm-ink);padding:6px 10px;border-radius:999px;font-weight:600;letter-spacing:.02em}.nm-cats-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--nm-muted);margin-top:14px}.nm-cats-strip{padding:80px 0;border-top:1px solid var(--nm-line);background:var(--nm-bg-soft)}.nm-cats-strip-wrap{display:grid;grid-template-columns:.9fr 1.6fr;gap:64px;align-items:center}.nm-cats-h2{font-family:var(--play);font-style:italic;font-weight:500;font-size:clamp(24px,2.8vw,38px);line-height:1.1;color:var(--nm-ink);margin:10px 0 0;letter-spacing:-.015em}.nm-cats-strip>.container>.nm-cats-strip-wrap>div>p{color:var(--nm-muted);font-size:15px;line-height:1.7;margin-top:18px;max-width:380px}.nm-cat-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.nm-cat-item{background:#fff;border:1px solid var(--nm-line);border-radius:14px;padding:20px 22px;display:flex;align-items:center;gap:16px;transition:all .2s}.nm-cat-item:hover{border-color:var(--nm-ink);transform:translateY(-2px)}.nm-cat-ico{width:42px;height:42px;border-radius:50%;background:var(--nm-ytint);color:var(--nm-ink);display:grid;place-items:center;flex-shrink:0}.nm-cat-t{font-weight:700;color:var(--nm-ink);font-size:14px}.nm-cat-s{font-size:12px;color:var(--nm-muted);margin-top:2px}.nm-cta-light{padding:72px 0 80px;text-align:center;position:relative;border-top:1px solid var(--nm-line)}.nm-cta-h3{font-family:var(--play);font-style:normal;font-weight:700;font-size:clamp(20px,2vw,28px);line-height:1.2;color:var(--nm-ink);margin:0 auto 10px;max-width:600px;letter-spacing:-.01em}.nm-cta-p{color:var(--nm-muted);font-size:14px;max-width:460px;margin:0 auto 28px;line-height:1.65}.nm-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.nm-page .btn-wa{display:inline-flex;align-items:center;gap:10px;padding:13px 26px;background:#fff;color:#111!important;border:2px solid #f2d524;border-radius:100px;font-size:.84rem;font-weight:700;text-decoration:none;box-shadow:0 4px 14px -4px rgba(242,213,36,.3);transition:background .2s,transform .2s,box-shadow .2s}.nm-page .btn-wa:hover{background:#f2d524;transform:translateY(-2px);box-shadow:0 8px 22px -4px rgba(242,213,36,.5);text-decoration:none;color:#111!important}.nm-page .wa-c{width:26px;height:26px;border-radius:50%;background:#f2d524;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.nm-page .wa-c svg{width:14px;height:14px;fill:#111}.nm-page .btn-wa:hover .wa-c{background:rgba(0,0,0,.12)}.nm-btn-outline{display:inline-flex;align-items:center;gap:10px;padding:13px 26px;background:#fff;color:#111!important;border:2px solid rgba(0,0,0,.15);border-radius:100px;font-size:.84rem;font-weight:700;text-decoration:none;transition:border-color .2s,transform .2s}.nm-btn-outline:hover{border-color:#111;transform:translateY(-2px);text-decoration:none;color:#111!important}.nm-brand-img{max-width:75%;max-height:75%;object-fit:contain;position:relative;z-index:2}@media (max-width:1100px){.nm-brand-grid{grid-template-columns:repeat(2,1fr)}.nm-cats-strip-wrap{grid-template-columns:1fr;gap:36px}}@media (max-width:700px){.nm-brand-grid{grid-template-columns:1fr}.nm-cat-list{grid-template-columns:1fr}.nm-hero{padding-top:40px}.nm-filter-bar{padding:14px 0}.nm-filter-label{display:none}.nm-cats-strip{display:none}.nm-details{display:block}.nm-details summary{display:flex}.nm-details .nm-cats-label{display:none}.nm-details .nm-cats{margin-top:12px}}.pboing-wrap{display:flex;flex-direction:column;gap:20px}.pboing-overline{display:inline-flex;align-items:center;gap:8px;font-family:var(--roboto);font-size:.6rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#9a8800;margin-bottom:32px}.pboing-overline::before{content:'';width:16px;height:2px;background:#f2d524;border-radius:2px}.pboing-wrap .title{font-weight:700!important;text-transform:none!important;letter-spacing:-.01em!important;line-height:1.2!important;padding-bottom:0!important;margin-bottom:48px!important;text-align:center!important}.pboing-wrap .title em{font-style:normal!important;color:#111!important}.pboing-heading{font-weight:900!important;line-height:1.05!important;color:#111!important;letter-spacing:-.02em;margin-bottom:0!important}.pboing-heading em{font-style:italic;color:#f2d524}.pboing-card{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:24px;padding:44px 40px;box-shadow:0 16px 48px -10px rgba(0,0,0,.08),0 4px 14px -4px rgba(0,0,0,.05)}.pboing-panel-label{font-family:var(--roboto);font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#888;margin-bottom:24px;display:flex;align-items:center;gap:10px}.pboing-panel-label::after{content:'';flex:1;height:1px;background:rgba(0,0,0,.07)}.pboing-reasons{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;grid-template-rows:repeat(4,auto);gap:8px}.pboing-reason{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:10px;cursor:default;transition:background .2s}.pboing-reason:hover{background:rgba(242,213,36,.09)}.pboing-num{width:32px;height:32px;border-radius:50%;background:#f2d524;display:flex;align-items:center;justify-content:center;font-family:var(--roboto);font-size:.75rem;font-weight:700;color:#111;flex-shrink:0}.pboing-rtext{font-family:var(--roboto);font-size:.88rem;color:#111;line-height:1.4}.pboing-panel-img{position:relative;overflow:hidden;min-height:380px;background:linear-gradient(148deg,#dde9e2 0%,#c5d9cc 100%)}.pboing-panel-img img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0}.pboing-panel-img::after{content:'';position:absolute;inset:0;background:linear-gradient(140deg,rgba(255,255,255,.15) 0%,transparent 50%);pointer-events:none}.pboing-img-pill{position:absolute;bottom:20px;left:20px;background:#f2d524;color:#111;border-radius:40px;padding:7px 16px;font-family:var(--roboto);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 6px 18px -4px rgba(242,213,36,.5);z-index:2}.pboing-bottom-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:stretch}.pboing-benefit-card{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:18px;padding:24px 20px;display:flex;flex-direction:column;gap:10px;cursor:default;position:relative;overflow:hidden;box-shadow:0 2px 8px -2px rgba(0,0,0,.04);transition:border-color .2s,transform .2s,box-shadow .2s}.pboing-benefit-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#f2d524;transform:scaleX(0);transform-origin:left;transition:transform .25s ease;border-radius:2px 2px 0 0}.pboing-benefit-card:hover{border-color:rgba(242,213,36,.45);transform:translateY(-4px);box-shadow:0 12px 28px -6px rgba(0,0,0,.1)}.pboing-benefit-card:hover::before{transform:scaleX(1)}.pboing-bc-num{font-family:var(--play);font-size:2rem;font-weight:900;color:rgba(0,0,0,.055);line-height:1;transition:color .2s}.pboing-benefit-card:hover .pboing-bc-num{color:#f2d524}.pboing-bc-title{font-family:var(--roboto);font-size:.83rem;font-weight:500;color:#111;line-height:1.45}.pboing-bc-sub{font-family:var(--roboto);font-size:.75rem;font-weight:300;color:#888;line-height:1.5;margin-top:auto}.pboing-cta-col{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px}.page-id-63055 .nm-brand-img{max-width:100%;max-height:100%;object-fit:cover;width:100%;height:100%}.page-id-63055 .nm-preview{aspect-ratio:4/3;overflow:hidden}.prod-marca-badge{display:inline-block;background:#f2d524;color:#111;font-family:var(--roboto);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:20px;margin-bottom:6px}.prod-pitch-text{display:block;font-family:var(--roboto);font-size:.85rem;font-weight:300;color:#777770;line-height:1.6;margin-top:4px}.pboing-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0}.pboing-benefit-badge{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:20px 24px;border-top:3px solid #f2d524}.pboing-benefit-title{font-family:var(--play);font-weight:700;font-size:.95rem;color:#111;margin-bottom:6px}.pboing-benefit-sub{font-family:var(--roboto);font-weight:300;font-size:.82rem;color:#777770;line-height:1.6}@media (max-width:560px){.pboing-benefits{grid-template-columns:1fr}}.pboing-cta-row{display:flex;justify-content:center}.pboing-btn-wa{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:#fff;color:#111;border:2px solid #f2d524;border-radius:100px;font-family:var(--roboto);font-size:.82rem;font-weight:700;letter-spacing:.03em;text-decoration:none;white-space:nowrap;text-align:center;box-shadow:0 4px 16px -4px rgba(242,213,36,.3);transition:background .2s,box-shadow .2s,transform .2s}.pboing-btn-wa:hover{background:#f2d524;color:#111;box-shadow:0 8px 24px -4px rgba(242,213,36,.5);transform:translateY(-2px);text-decoration:none}.pboing-wa-circle{width:26px;height:26px;border-radius:50%;background:#f2d524;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;transition:background .2s}.pboing-btn-wa:hover .pboing-wa-circle{background:rgba(0,0,0,.12)}@media (max-width:860px){.pboing-card{padding:28px 20px}.pboing-reasons{grid-template-columns:1fr;grid-auto-flow:row;grid-template-rows:none}.pboing-bottom-row{grid-template-columns:1fr 1fr}.pboing-cta-col{grid-column:span 2}}@media (max-width:560px){.pboing-bottom-row{grid-template-columns:1fr}.pboing-cta-col{grid-column:span 1}.pboing-panel-left{padding:32px 24px}}.marca-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 24px 60px -12px rgba(0,0,0,.10),0 4px 16px -4px rgba(0,0,0,.06);display:grid;grid-template-columns:1fr 1fr;position:relative}.marca-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#f2d524;border-radius:28px 28px 0 0}.marca-card-left{padding:52px 48px 52px 52px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(0,0,0,.07);position:relative}.marca-card-left::before{content:'"';position:absolute;top:36px;right:40px;font-family:var(--play);font-size:7rem;line-height:1;color:#f2d524;opacity:.18;pointer-events:none}.marca-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(242,213,36,.15);border:1px solid rgba(242,213,36,.4);border-radius:40px;padding:5px 14px 5px 10px;width:fit-content;margin-bottom:20px}.marca-pill-dot{width:7px;height:7px;border-radius:50%;background:#f2d524;flex-shrink:0}.marca-pill-text{font-family:var(--roboto);font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#9a8800}.marca-card-title{font-family:var(--play)!important;font-size:clamp(1.5rem,2.2vw,2rem)!important;font-weight:700!important;color:#f2d524!important;margin-bottom:20px!important;line-height:1.15!important;letter-spacing:-.01em}.marca-card-body{font-family:var(--roboto);font-size:.875rem;font-weight:300;line-height:1.85;color:#6f6f68;margin-bottom:12px}.marca-card-body strong{font-weight:500;color:#1a1a1a}.marca-card-body p{margin-bottom:10px}.marca-card-body ul,.marca-card-body ol{list-style:none;padding:0;margin-top:16px;display:flex;flex-direction:column;gap:9px}.marca-card-body li{display:flex;align-items:center;gap:10px;font-size:.83rem;color:#1a1a1a}.marca-card-body li::before{content:'';width:18px;height:2px;background:#f2d524;border-radius:2px;flex-shrink:0}.marca-card-right{background:#faf8f5;display:flex;align-items:center;justify-content:center;padding:52px 44px;position:relative;overflow:hidden}.marca-card-right::before,.marca-card-right::after{content:'';position:absolute;border-radius:50%;pointer-events:none}.marca-card-right::before{width:320px;height:320px;border:1.5px dashed rgba(242,213,36,.25);top:50%;left:50%;transform:translate(-50%,-50%)}.marca-card-right::after{width:210px;height:210px;border:1px dashed rgba(242,213,36,.18);top:50%;left:50%;transform:translate(-50%,-50%)}.marca-logo-wrap{position:relative;z-index:2;width:100%;max-width:300px}.marca-logo-wrap img{width:100%;height:auto;display:block;object-fit:contain}@media (max-width:768px){.marca-card{grid-template-columns:1fr}.marca-card-left{padding:40px 28px 32px;border-right:none;border-bottom:1px solid rgba(0,0,0,.07)}.marca-card-right{padding:40px 28px}.marca-logo-wrap{max-width:220px}}.home-intro-section{padding:80px 0 60px;position:relative;overflow:hidden}.home-intro-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 52% 60% at 78% 54%,rgba(221,233,226,.45) 0%,transparent 72%),radial-gradient(ellipse 30% 28% at 5% 88%,rgba(242,213,36,.06) 0%,transparent 60%);pointer-events:none}.home-intro-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--roboto);font-size:.68rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#9a8800;margin-bottom:18px}.home-intro-eyebrow::before{content:'';width:24px;height:2px;background:#f2d524;border-radius:2px;flex-shrink:0}.home-intro-title{font-family:var(--play)!important;font-size:calc(24px + 16 * (100vw - 320px) / 1600)!important;font-weight:700!important;line-height:1.2!important;letter-spacing:-.01em;color:#f2d524;text-transform:none;margin-bottom:10px!important}.home-intro-subtitle{font-family:var(--play);font-size:clamp(.9rem,1.4vw,1.1rem);font-style:italic;font-weight:400;color:#777770;margin-bottom:20px;letter-spacing:.01em}.home-intro-divider{display:flex;align-items:center;gap:8px;margin-bottom:22px}.hi-line{width:40px;height:1.5px;background:linear-gradient(90deg,#f2d524,transparent)}.hi-dot{width:5px;height:5px;border-radius:50%;background:#f2d524}.home-intro-body{font-family:var(--roboto);font-size:.9rem;font-weight:300;line-height:1.9;color:#777770;max-width:460px}.home-intro-body strong{font-weight:500;color:#1a1a1a}.home-intro-body h5{font-family:var(--roboto)!important;font-size:.9rem!important;font-weight:300!important;line-height:1.9!important;color:#777770!important}.home-intro-cta{margin-top:34px}.home-intro-btn{display:inline-flex;align-items:center;gap:11px;padding:14px 26px;background:#fff;border:2px solid #f2d524;border-radius:100px;font-family:var(--roboto);font-size:.84rem;font-weight:500;letter-spacing:.03em;color:#1a1a1a;text-decoration:none;box-shadow:0 4px 18px -4px rgba(242,213,36,.35),0 1px 4px -1px rgba(0,0,0,.06);transition:background .22s ease,box-shadow .22s ease,transform .2s ease}.home-intro-btn:hover{background:#f2d524;color:#1a1a1a;box-shadow:0 8px 28px -6px rgba(242,213,36,.55);transform:translateY(-2px);text-decoration:none}.hi-wa-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f2d524;flex-shrink:0;font-size:1rem;transition:background .22s}.home-intro-btn:hover .hi-wa-icon{background:rgba(0,0,0,.1)}.home-intro-right{position:relative;display:flex;justify-content:center;align-items:center}.hi-ring,.hi-ring2{position:absolute;border-radius:50%;pointer-events:none}.hi-ring{width:106%;aspect-ratio:1;border:1.5px dashed rgba(181,204,188,.4);animation:hi-spin 42s linear infinite}.hi-ring2{width:88%;aspect-ratio:1;border:1px dashed rgba(242,213,36,.25);animation:hi-spin 28s linear infinite reverse}.hi-card{position:relative;width:100%;max-width:440px;aspect-ratio:.9 / 1;border-radius:28px;background:linear-gradient(148deg,#dde9e2 0%,#c5d9cc 100%);box-shadow:0 28px 68px -14px rgba(50,80,60,.17),0 6px 18px -4px rgba(50,80,60,.09);overflow:hidden;display:flex;align-items:center;justify-content:center;animation:hi-float 7s ease-in-out infinite;z-index:1}.hi-card::after{content:'';position:absolute;inset:0;background:linear-gradient(138deg,rgba(255,255,255,.22) 0%,transparent 52%);pointer-events:none;border-radius:inherit}.hi-card img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.hi-placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;color:rgba(61,90,71,.3)}.hi-pill{position:absolute;top:20px;right:-10px;background:#f2d524;color:#1a1a1a;border-radius:40px;padding:7px 16px;font-family:var(--roboto);font-size:.67rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 6px 16px -4px rgba(242,213,36,.55);z-index:2}@keyframes hi-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes hi-spin{to{transform:rotate(360deg)}}@media (max-width:991px){.home-intro-section{padding:50px 0 40px;text-align:center}.home-intro-eyebrow,.home-intro-divider{justify-content:center}.home-intro-body{max-width:100%}.home-intro-cta{display:flex;justify-content:center}.hi-card{max-width:300px}.hi-pill{right:10px}}.brand-strip{display:flex;align-items:center;justify-content:center;gap:20px;padding:16px 0}.brand-strip-logo{flex-shrink:0;width:90px}.brand-strip-logo img{width:100%;height:auto;display:block;object-fit:contain}.brand-strip-sep{width:1.5px;height:44px;background:#d0d0d0;flex-shrink:0}.brand-strip-tagline{font-family:var(--roboto);font-size:.88rem;font-weight:700;color:#1a1a1a;line-height:1.45;max-width:200px;margin:0}.brand-logo-slider .swiper-slide a{display:flex;align-items:center;justify-content:center;padding:8px;height:120px}.brand-logo-slider .swiper-slide img{width:120px;height:120px;object-fit:contain;object-position:center}.whatsapp-fixed-btn{position:fixed;right:20px;bottom:90px;width:56px;height:56px;background:#25D366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 4px 20px rgba(37,211,102,0.45);z-index:1040;text-decoration:none;transition:transform 0.2s ease,box-shadow 0.2s ease}.whatsapp-fixed-btn:hover{color:#fff;transform:scale(1.08);box-shadow:0 6px 26px rgba(37,211,102,0.6)}.whatsapp-fixed-btn::before{content:"";position:absolute;inset:-6px;border-radius:50%;background:rgba(37,211,102,0.35);z-index:-1;animation:wa-pulse 2s ease-out infinite}@keyframes wa-pulse{0%{transform:scale(1);opacity:0.8}100%{transform:scale(1.5);opacity:0}}@media (max-width:575.98px){.whatsapp-fixed-btn{right:14px;bottom:80px;width:50px;height:50px;font-size:26px}}.cat-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.cat-nav-link{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:6px;font-size:14px;color:inherit;text-decoration:none;transition:background 0.15s ease,color 0.15s ease}.cat-nav-link:hover{background:rgba(0,0,0,.06);color:#000}.cat-nav-link.active{background:#000;color:#fff;font-weight:600}.cat-nav-link span{font-size:12px;opacity:0.6}.home-section{padding-top:0!important}.home-section .home-slider-main-box{width:100%;border-radius:0!important}.home-section .home-slider-box{display:block;width:100%;aspect-ratio:1900 / 1080;overflow:hidden;text-decoration:none;cursor:pointer}.home-section .home-slider-box img{width:100%;height:100%;object-fit:cover;display:block}.home-section.style-3 .home-img .home-detail-wrap{padding-bottom:0!important;padding-top:100px!important;position:relative}.home-section.style-3 .home-img .btn.theme-btn{position:absolute;left:0;bottom:40px;z-index:3;margin-left:0}@media (max-width:991px){.home-section.style-3 .home-img .home-detail-wrap{padding-top:40px!important}.home-section.style-3 .home-img .btn.theme-btn{bottom:10px}}.header-4 .navbar-nav .nav-link{font-weight:500!important}.header-4 .sub-header{background:var(--theme-color,#000);padding:8px 0;text-align:center}.header-4 .sub-header p{margin:0;font-size:13px;color:#fff}.header-4 .sub-header p a{color:#fff;font-weight:600;text-decoration:underline}.breadcrumb-section{aspect-ratio:1900 / 1080;overflow:hidden}.breadcrumb-section .b-wave{position:absolute;top:0;left:0;width:100%;z-index:-1}.page-id-63746 .breadcrumb-section,.page-id-1001 .breadcrumb-section{aspect-ratio:1900 / 500;padding:0!important;display:flex;align-items:center}.footer-section .footer-bottom{border-top:1px solid rgba(255,255,255,0.1);margin-top:30px;padding-top:20px;padding-bottom:20px}.footer-section .copyright-text{font-size:14px;color:rgba(255,255,255,0.6);margin:0}.footer-section .copyright-text a{color:rgba(255,255,255,0.8)}.footer-section .social-icon{display:flex;gap:10px;list-style:none;padding:0;margin-top:15px;flex-wrap:wrap}.footer-section .social-icon li a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:16px;background:rgba(255,255,255,0.1);color:#fff;transition:all 0.3s ease}.footer-section .social-icon li a:hover{background:var(--theme-color,#000);color:#fff}.footer-section .newsletter-form{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.footer-section .newsletter-form .form-control{flex:1;min-width:140px;padding:10px 14px;border-radius:6px;font-size:14px}.footer-section .contact-box{display:flex;flex-direction:column;gap:8px;margin-top:16px}.footer-section .contact-info{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:rgba(255,255,255,0.7)}.footer-section .contact-info i{font-size:16px;margin-top:2px;flex-shrink:0;color:var(--theme-color,#000)}.footer-section .contact-info a{color:rgba(255,255,255,0.7)}.footer-section .contact-info a:hover{color:#fff}.login-module-wrap form,.login-module-wrap .InputfieldForm{display:flex;flex-direction:column;gap:1rem}.login-module-wrap .Inputfield{margin-bottom:0}.login-module-wrap .InputfieldHeader{font-size:14px;font-weight:500;margin-bottom:6px;display:block}.login-module-wrap input[type="text"],.login-module-wrap input[type="email"],.login-module-wrap input[type="password"]{width:100%;padding:12px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;background:#fff;color:#333;outline:none;transition:border-color 0.2s ease}.login-module-wrap input[type="text"]:focus,.login-module-wrap input[type="email"]:focus,.login-module-wrap input[type="password"]:focus{border-color:var(--theme-color,#000)}.login-module-wrap input[type="submit"],.login-module-wrap button[type="submit"]{width:100%;padding:13px;background:var(--theme-color,#000);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity 0.2s ease}.login-module-wrap input[type="submit"]:hover,.login-module-wrap button[type="submit"]:hover{opacity:0.9}.login-module-wrap .notes,.login-module-wrap .description{font-size:13px;color:#888}.login-module-wrap a{color:var(--theme-color,#000);text-decoration:none}.mip,.mip *{font-family:var(--roboto)!important}.mip .anchor,.mip .bmp-sec-title,.mip .cat-name,.mip .bmp-name,.mip .bmp-feat-num,.mip .cta-title{font-family:var(--play)!important}.mip{--yellow:#f2d524;--ink:#111;--muted:#7a7a72;--soft:#f7f6f3;--border:rgba(0,0,0,.07);--gap:clamp(14px,1.5vw,24px);--pad-x:clamp(24px,5vw,80px);--pad-y:clamp(48px,6vw,96px);--section-gap:clamp(40px,5vw,72px)}.mip .wrap{max-width:1600px;margin:0 auto;padding:30px var(--pad-x) var(--pad-y);display:flex;flex-direction:column;gap:var(--section-gap)}.mip .section-label{display:inline-flex;align-items:center;gap:8px;font-family:var(--roboto);font-size:clamp(.58rem,.7vw,.72rem);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#9a8800;margin-bottom:clamp(10px,1.2vw,16px)}.mip .section-label::before{content:'';width:16px;height:2px;background:var(--yellow);border-radius:2px;flex-shrink:0}.mip .section-header{display:flex;align-items:center;justify-content:center;margin-bottom:clamp(18px,2vw,28px);width:100%}.mip .section-title{font-family:var(--play);font-size:clamp(1.2rem,2vw,1.7rem);font-weight:700;color:var(--ink);display:flex;align-items:center;gap:16px;white-space:nowrap;width:100%}.mip .section-title::before,.mip .section-title::after{content:'';display:block;height:1px;flex:1;background:currentColor;opacity:.25}.mip .see-all{font-family:var(--roboto);font-size:clamp(.65rem,.75vw,.8rem);font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:#9a8800;text-decoration:none;display:inline-flex;align-items:center;gap:5px;transition:gap .18s}.mip .see-all:hover{gap:9px}.mip .see-all svg{width:11px;height:11px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.mib-section{width:100%;padding:0 64px 0;position:relative;overflow:hidden}.mib-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-52%);font-family:var(--play);font-size:clamp(10rem,18vw,18rem);font-weight:900;font-style:italic;color:transparent;-webkit-text-stroke:1.5px rgba(242,213,36,.12);line-height:1;pointer-events:none;user-select:none;white-space:nowrap;letter-spacing:-.04em;z-index:0}.mib-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;position:relative;z-index:2}.mib-overline{display:inline-flex;align-items:center;gap:10px;font-family:var(--roboto);font-size:.6rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#9a8800}.mib-overline::before{content:'';width:18px;height:2px;background:#f2d524;border-radius:2px}.mib-metabadge{display:inline-flex;align-items:center;gap:6px;font-family:var(--roboto);font-size:.65rem;font-weight:400;color:#7a7a72;letter-spacing:.06em}.mib-metabadge::before{content:'';width:6px;height:6px;border-radius:50%;background:#f2d524;flex-shrink:0}.mib-grid{display:grid;grid-template-columns:280px 1fr;grid-auto-rows:1fr;gap:0;position:relative;z-index:2}.mib-coltitle{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 40px 56px!important;border-right:1px solid rgba(0,0,0,.08)!important;align-self:stretch!important}.mib-brandpre{font-family:var(--roboto)!important;font-size:.9rem!important;font-weight:300!important;letter-spacing:.28em!important;text-transform:uppercase!important;color:#7a7a72!important;margin-bottom:8px!important;line-height:1.4!important}.mib-brandname{font-family:var(--play)!important;font-size:clamp(2.8rem,6vw,8rem)!important;font-weight:900!important;font-style:italic!important;color:#0e0e0e!important;line-height:.88!important;letter-spacing:-.03em!important;margin:0!important;padding:0!important;border:none!important;background:none!important}.mib-brandname span{position:relative!important;display:inline-block!important;font-size:clamp(2.2rem,10vw,5rem)!important;line-height:1.2!important;color:#000!important}.mib-brandname span::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:4px;background:#f2d524;border-radius:2px;transform:scaleX(0);transform-origin:left;animation:mibLineIn .8s cubic-bezier(.22,1,.36,1) .5s forwards}@keyframes mibLineIn{to{transform:scaleX(1)}}.mib-colbody{padding:0 0 56px;grid-column:1 / -1;margin:0 -64px;display:flex;flex-direction:column;gap:16px;position:relative;z-index:2}.mib-colbody p{font-family:var(--roboto);font-size:clamp(.82rem,.95vw,.95rem);font-weight:300;line-height:1.88;color:#7a7a72;margin:0}.mib-colbody p strong{font-weight:500;color:#0e0e0e}.mib-colbody ul,.mib-colbody ol{display:none}.bmp-layout{display:flex!important;flex-direction:column!important;gap:0!important;width:100%!important}.mip .sobre{padding:40px 0 48px!important;border-bottom:1px solid rgba(0,0,0,.07)!important}.mip .overline{display:inline-flex!important;align-items:center!important;gap:8px!important;font-family:var(--roboto)!important;font-size:.6rem!important;font-weight:500!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:#9a8800!important;margin-bottom:32px!important}.mip .overline::before{content:''!important;width:16px!important;height:2px!important;background:#f2d524!important;border-radius:2px!important}.mip .sobre-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:72px!important;align-items:center!important}.mip .anchor{font-family:var(--play)!important;font-size:clamp(1rem,2.2vw,2rem)!important;font-weight:400!important;font-style:italic!important;color:#111!important;line-height:1.38!important;letter-spacing:-.015em!important}.mip .anchor strong{font-style:normal!important;font-weight:900!important;background-image:linear-gradient(#f2d524,#f2d524)!important;background-repeat:no-repeat!important;background-size:100% 3px!important;background-position:0 95%!important;padding-bottom:2px!important}.mip .sobre-right{display:flex!important;flex-direction:column!important;gap:16px!important}.mip .sobre-right p{font-family:var(--roboto)!important;font-size:clamp(.83rem,.95vw,.93rem)!important;font-weight:300!important;line-height:1.88!important;color:#7a7a72!important;margin:0!important}.mip .sobre-right p strong{font-weight:500!important;color:#111!important}.mip .tags{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:8px!important;padding-top:18px!important;border-top:1px solid rgba(0,0,0,.07)!important}.mip .tag{font-family:var(--roboto)!important;font-size:.7rem!important;font-weight:400!important;color:#7a7a72!important;border:1px solid rgba(0,0,0,.07)!important;border-radius:40px!important;padding:4px 12px!important;background:#f7f6f3!important;transition:border-color .18s,color .18s!important;cursor:default!important}.mip .tag:hover{border-color:#f2d524!important;color:#111!important}@media (max-width:780px){.mip .sobre{padding:32px 0 36px!important}.mip .sobre-grid{grid-template-columns:1fr!important;gap:28px!important}}.bmp-hero{border-bottom:1px solid rgba(0,0,0,.04)!important}.bmp-hero-left{padding:0 0 52px!important;display:flex!important;flex-direction:column!important;gap:20px!important}.bmp-label{display:inline-flex!important;align-items:center!important;gap:8px!important;font-family:var(--roboto)!important;font-size:.6rem!important;font-weight:500!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:#9a8800!important}.bmp-label::before{content:''!important;width:14px!important;height:2px!important;background:#f2d524!important;border-radius:2px!important;display:inline-block!important}.bmp-hero-text{font-family:var(--play)!important;font-size:clamp(1.15rem,2vw,1.55rem)!important;font-weight:400!important;font-style:italic!important;line-height:1.6!important;color:#111!important;margin:0!important}.bmp-hero-text strong{font-style:normal!important;font-weight:700!important;color:#111!important}.bmp-hero-sub{font-family:var(--roboto)!important;font-size:clamp(.82rem,.95vw,.93rem)!important;font-weight:300!important;line-height:1.85!important;color:#888880!important;columns:3!important;column-gap:clamp(32px,4vw,64px)!important;column-rule:1px solid rgba(0,0,0,.07)!important}.bmp-hero-sub p{margin-bottom:10px;break-inside:avoid}.bmp-hero-sub p:last-child{margin-bottom:0}.bmp-hero-sub strong{font-weight:500!important;color:#111!important}.bmp-hero-sub p:first-child::first-letter{font-family:var(--play)!important;font-size:2.8em!important;font-weight:900!important;float:left!important;line-height:.82!important;margin-right:5px!important;margin-top:5px!important;color:#111!important}.bmp-featbar{display:grid!important;grid-template-columns:repeat(4,1fr)!important}.bmp-featbar.bmp-featbar--centered{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:0!important}.bmp-featbar.bmp-featbar--centered .bmp-feat{flex:1 1 0!important;min-width:0!important;max-width:none!important}.bmp-featbar{border-top:1px solid rgba(0,0,0,.07)!important;border-bottom:1px solid rgba(0,0,0,.07)!important;list-style:none!important;margin:0!important;padding:0!important;background:#fff!important}.bmp-feat{padding:28px 24px!important;border-right:1px solid rgba(0,0,0,.07)!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:12px!important;cursor:default!important;position:relative!important;overflow:hidden!important;transition:background .22s!important;background:transparent!important}.bmp-feat:last-child{border-right:none!important}.bmp-feat:hover{background:#f7f6f3!important}.bmp-feat::after{content:''!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;height:3px!important;background:#f2d524!important;transform:scaleX(0)!important;transform-origin:left!important;transition:transform .28s cubic-bezier(.22,1,.36,1)!important}.bmp-feat:hover::after{transform:scaleX(1)!important}.bmp-feat-icon{width:48px!important;height:48px!important;border-radius:50%!important;background:rgba(242,213,36,.10)!important;border:1.5px solid rgba(242,213,36,.3)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:background .22s,border-color .22s!important}.bmp-feat:hover .bmp-feat-icon{background:#f2d524!important;border-color:#f2d524!important}.bmp-feat-icon i{font-size:22px!important;color:#111!important;line-height:1!important;display:inline-block!important;font-style:normal!important;font-family:remixicon!important}.bmp-feat:hover .bmp-feat-icon i{color:#111!important}.bmp-feat-icon svg{width:22px!important;height:22px!important;stroke:#111!important;fill:none!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.bmp-feat-label{font-family:var(--roboto)!important;font-size:clamp(.65rem,1.8vw,.9rem)!important;font-weight:700!important;color:#111!important;line-height:1.3!important}.bmp-feat-desc{font-family:var(--roboto)!important;font-size:clamp(.68rem,.78vw,.76rem)!important;font-weight:300!important;color:#7a7a72!important;line-height:1.45!important}.bmp-products{padding:24px 0!important}.bmp-cats-section{padding:0 0 4px!important}.bmp-cats-top{padding-top:20px!important}.bmp-sec-header{display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:28px!important;width:100%!important}.bmp-sec-title{display:flex!important;align-items:center!important;gap:14px!important;font-family:var(--play)!important;font-size:clamp(1rem,1.6vw,1.3rem)!important;font-weight:700!important;color:#111!important;white-space:nowrap!important;width:100%!important;justify-content:center!important}.bmp-sec-title::before,.bmp-sec-title::after{content:''!important;flex:1!important;height:1px!important;background:rgba(0,0,0,.13)!important;display:block!important}.bmp-see-all{font-family:var(--roboto)!important;font-size:.7rem!important;font-weight:500!important;letter-spacing:.07em!important;text-transform:uppercase!important;color:#888880!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;gap:6px!important;border:1px solid rgba(0,0,0,.07)!important;padding:7px 16px!important;border-radius:40px!important;transition:border-color .18s,color .18s!important}.bmp-see-all:hover{border-color:#f2d524!important;color:#111!important}.bmp-see-all svg{width:10px!important;height:10px!important}.bmp-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.bmp-card{border:1px solid rgba(0,0,0,.07)!important;border-radius:18px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;text-decoration:none!important;color:inherit!important;cursor:pointer!important;transition:border-color .22s!important;background:#fff!important}.bmp-card:hover{border-color:rgba(242,213,36,.4)!important}.bmp-card-img{width:100%!important;aspect-ratio:1 / 1!important;overflow:hidden!important;display:block!important;flex-shrink:0!important;background:#f7f6f3!important}.bmp-card-img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .5s ease!important}.bmp-card:hover .bmp-card-img img{transform:scale(1.04)!important}.bmp-card-bottom{display:block!important}.bmp-card-strip{background:#fff!important;padding:14px 18px 12px!important;border-top:1px solid rgba(0,0,0,.07)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.bmp-card-strip-left{display:flex!important;flex-direction:column!important;gap:4px!important}.bmp-name{font-family:var(--play)!important;font-size:.95rem!important;font-weight:700!important;color:#111!important;line-height:1.2!important}.bmp-card-arrow{width:26px!important;height:26px!important;border-radius:50%!important;background:#f2d524!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:transform .3s ease!important}.bmp-card:hover .bmp-card-arrow{transform:rotate(-180deg)!important}.bmp-card-arrow svg{width:11px!important;height:11px!important;stroke:#111!important;stroke-width:2.5!important;fill:none!important;stroke-linecap:round!important;stroke-linejoin:round!important}.bmp-card-desc-panel{background:#fff!important;padding:0 18px!important;max-height:0!important;overflow:hidden!important;transition:max-height .38s cubic-bezier(.22,1,.36,1),padding .3s ease!important}.bmp-card:hover .bmp-card-desc-panel{max-height:200px!important;padding:10px 18px 16px!important}.bmp-card-desc{font-family:var(--roboto)!important;font-size:.81rem!important;font-weight:300!important;line-height:1.75!important;color:#7a7a72!important;margin:0!important}.bmp-badge{display:inline-block!important;background:#f2d524!important;color:#111!important;font-family:var(--roboto)!important;font-size:.58rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:3px 10px!important;border-radius:40px!important}.bmp-name{font-family:var(--play)!important;font-size:clamp(.85rem,1.1vw,1rem)!important;font-weight:700!important;color:#111!important;line-height:1.2!important}@media (max-width:900px){.bmp-hero-sub{columns:2!important}.bmp-featbar{grid-template-columns:repeat(2,1fr)!important}.bmp-featbar.bmp-featbar--centered .bmp-feat{flex:1 1 45%!important;max-width:50%!important}.bmp-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:540px){.bmp-featbar.bmp-featbar--centered .bmp-feat{flex:1 1 0!important;padding:16px 8px!important}.bmp-featbar.bmp-featbar--centered .bmp-feat-icon{width:36px!important;height:36px!important}.bmp-featbar.bmp-featbar--centered .bmp-feat-icon i{font-size:16px!important}}@media (max-width:560px){.bmp-hero-sub{columns:1!important}.bmp-grid{grid-template-columns:1fr!important}.bmp-hero-left{padding:32px 0!important}}.mib-featbar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);position:relative;z-index:2;margin:0 -64px}.mib-feat{padding:22px 48px;border-right:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:6px;position:relative;cursor:default;overflow:hidden;transition:background .22s}.mib-feat:last-child{border-right:none}.mib-feat:hover{background:#faf9f6}.mib-feat::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:#f2d524;transform:scaleX(0);transform-origin:left;transition:transform .28s cubic-bezier(.22,1,.36,1)}.mib-feat:hover::before{transform:scaleX(1)}.mib-featnum{font-family:var(--play);font-size:2.4rem;font-weight:900;color:rgba(0,0,0,.05);line-height:1;letter-spacing:-.02em;transition:color .22s}.mib-feat:hover .mib-featnum{color:#f2d524}.mib-featlabel{font-family:var(--roboto);font-size:clamp(.75rem,.88vw,.88rem);font-weight:500;color:#0e0e0e;line-height:1.3}.mib-featdesc{font-family:var(--roboto);font-size:clamp(.65rem,.75vw,.75rem);font-weight:300;color:#7a7a72;line-height:1.4}@media (max-width:720px){.mib-section{padding:0 24px 0}.mib-topbar{margin-bottom:24px}.mib-grid{grid-template-columns:1fr;grid-auto-rows:auto}.mib-coltitle{border-right:none!important;border-bottom:1px solid rgba(0,0,0,.08)!important;padding:0 0 16px!important;min-height:unset!important}.mib-brandname span{font-size:clamp(1.4rem,8vw,2.2rem)!important}.mib-colbody{padding:32px 0 36px}.mib-featbar{grid-template-columns:repeat(2,1fr)}.mib-feat:nth-child(2){border-right:none}.mib-feat:nth-child(3),.mib-feat:nth-child(4){border-top:1px solid rgba(0,0,0,.08)}}.mip .mip-slider-section{position:relative}.mip .mip-products-swiper,.mip .mip-cats-swiper{padding-bottom:8px}.mip .mip-products-swiper .swiper-button-prev,.mip .mip-products-swiper .swiper-button-next,.mip .mip-cats-swiper .swiper-button-prev,.mip .mip-cats-swiper .swiper-button-next{color:var(--ink);background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:50%;width:36px;height:36px;top:calc(50% - 20px)}.mip .mip-products-swiper .swiper-button-prev::after,.mip .mip-products-swiper .swiper-button-next::after,.mip .mip-cats-swiper .swiper-button-prev::after,.mip .mip-cats-swiper .swiper-button-next::after{font-size:13px;font-weight:700}.mip .mip-products-swiper .swiper-slide{height:auto}.mip .product-card{background:var(--soft);border:1px solid var(--border);border-radius:clamp(14px,1.5vw,20px);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;position:relative;transition:transform .22s ease,box-shadow .22s ease,border-color .22s}.mip .product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--yellow);transform:scaleX(0);transform-origin:left;transition:transform .25s ease;z-index:2}.mip .product-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px -8px rgba(0,0,0,.1);border-color:rgba(242,213,36,.4)}.mip .product-card:hover::before{transform:scaleX(1)}.mip .product-img{height:clamp(140px,18vw,240px);background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;padding:clamp(16px,2vw,28px)}.mip .product-img img{max-height:75%;max-width:100%;object-fit:contain}.mip .img-ph{width:clamp(64px,8vw,100px);height:clamp(64px,8vw,100px);border:1.5px dashed rgba(242,213,36,.5);border-radius:14px;display:flex;align-items:center;justify-content:center}.mip .img-ph svg{opacity:.3}.mip .product-info{padding:clamp(14px,1.5vw,22px) clamp(16px,1.8vw,24px) clamp(16px,1.8vw,24px)}.mip .product-badge{display:inline-block;background:var(--yellow);color:var(--ink);font-family:var(--roboto);font-size:clamp(.57rem,.65vw,.7rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:40px;margin-bottom:clamp(6px,.8vw,10px)}.mip .product-name{font-family:var(--play);font-size:clamp(.9rem,1.2vw,1.15rem);font-weight:700;color:var(--ink);line-height:1.2;margin-bottom:4px}.mip .product-sub{font-family:var(--roboto);font-size:clamp(.72rem,.85vw,.88rem);font-weight:300;color:var(--muted);line-height:1.5}.mip .cats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}.mip .cats-header{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:24px!important}.mip .cats-header .bmp-sec-title{flex:1!important}.mip .cats-nav{display:none!important;gap:8px!important}.mip .cats-nav-btn{width:34px!important;height:34px!important;border-radius:50%!important;border:1.5px solid rgba(0,0,0,.1)!important;background:#fff!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:border-color .18s!important}.mip .cats-nav-btn:hover{border-color:#f2d524!important}.mip .cats-nav-btn svg{width:13px!important;height:13px!important;stroke:#111!important;stroke-width:2.2!important;fill:none!important;stroke-linecap:round!important;stroke-linejoin:round!important}.mip .cats-track{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.mip .cats-header{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:24px!important}.mip .cats-track{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.mip .cat-card{border:1px solid rgba(0,0,0,.07)!important;border-radius:18px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;text-decoration:none!important;color:inherit!important;cursor:pointer!important;background:#fff!important;transition:border-color .22s!important}.mip .cat-card:hover{border-color:rgba(242,213,36,.4)!important}.mip .cat-card-link{display:flex!important;flex-direction:column!important;text-decoration:none!important;color:inherit!important}.mip .cat-img{width:100%!important;aspect-ratio:920 / 320!important;overflow:hidden!important;display:block!important;flex-shrink:0!important;background:#f7f6f3!important}.mip .cat-img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .5s ease!important}.mip .cat-card:hover .cat-img img{transform:scale(1.04)!important}.mip .cat-img .img-ph{width:100%!important;height:100%!important;background:linear-gradient(148deg,#dde9e2 0%,#c5d9cc 100%)!important}.mip .cat-bottom{display:block!important}.mip .cat-title-strip{background:#fff!important;padding:14px 18px 12px!important;border-top:1px solid rgba(0,0,0,.07)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.mip .cat-name{font-family:var(--play)!important;font-size:.95rem!important;font-weight:700!important;color:#111!important;line-height:1.2!important}.mip .cat-arrow{width:26px!important;height:26px!important;border-radius:50%!important;background:#f2d524!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:transform .3s ease!important}.mip .cat-card:hover .cat-arrow{transform:rotate(-180deg)!important}.mip .cat-arrow svg{width:11px!important;height:11px!important;stroke:#111!important;stroke-width:2.5!important;fill:none!important;stroke-linecap:round!important;stroke-linejoin:round!important}.mip .cat-desc-panel{background:#fff!important;padding:0 18px!important;max-height:0!important;overflow:hidden!important;transition:max-height .38s cubic-bezier(.22,1,.36,1),padding .3s ease!important}.mip .cat-card:hover .cat-desc-panel{max-height:200px!important;padding:10px 18px 16px!important}.mip .cat-desc{font-family:var(--roboto)!important;font-size:.81rem!important;font-weight:300!important;line-height:1.75!important;color:#7a7a72!important;margin:0!important}.mip-cats-pagination,.bmp-prods-pagination{margin-top:20px!important;display:none!important;position:relative!important;bottom:auto!important}.mip-cats-pagination .swiper-pagination-bullet,.bmp-prods-pagination .swiper-pagination-bullet{width:8px!important;height:8px!important;background:rgba(0,0,0,.15)!important;opacity:1!important;border-radius:4px!important;transition:width .3s ease,background .3s ease!important;margin:0 4px!important}.mip-cats-pagination .swiper-pagination-bullet-active,.bmp-prods-pagination .swiper-pagination-bullet-active{background:#f2d524!important;width:24px!important;border-radius:4px!important}@media (max-width:768px){.mip .cats-track{display:block!important}.mip .cat-bottom{display:block!important}.mip .cat-desc-panel{max-height:none!important;padding:10px 18px 16px!important;transition:none!important}.mip .cat-arrow{display:none!important}.mip-cats-pagination{display:block!important}.bmp-prods-pagination{display:block!important}.bmp-card-bottom{display:block!important}.bmp-card-arrow{display:none!important}.bmp-card-desc-panel{max-height:none!important;padding:10px 18px 16px!important;transition:none!important}}.mip .cta-strip{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:56px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.mip .cta-title{font-family:var(--play);font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:700;color:var(--ink);letter-spacing:-.01em}.mip .cta-sub{font-family:var(--roboto);font-size:clamp(.8rem,1vw,.9rem);font-weight:300;color:var(--muted);line-height:1.6}.mip .btn-wa{margin-top:14px;display:inline-flex;align-items:center;gap:10px;padding:13px 26px;background:#fff;color:var(--ink);border:2px solid var(--yellow);border-radius:100px;font-family:var(--roboto);font-size:.84rem;font-weight:700;text-decoration:none;box-shadow:0 4px 14px -4px rgba(242,213,36,.3);transition:background .2s,transform .2s,box-shadow .2s}.mip .btn-wa:hover{background:var(--yellow);transform:translateY(-2px);box-shadow:0 8px 22px -4px rgba(242,213,36,.5)}.mip .wa-c{width:26px;height:26px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.mip .wa-c svg{width:14px;height:14px;fill:var(--ink)}.mip .btn-wa:hover .wa-c{background:rgba(0,0,0,.12)}@media (max-width:720px){.mip .mip-intro-block{padding:36px 24px}.mip .main-grid{grid-template-columns:1fr}.mip .mip-col-brand{border-right:none;padding:24px 0;border-bottom:1px solid var(--border);margin-bottom:24px;min-height:140px}.mip .mip-intro-block .col-body{padding:0}.mip .feature-bar{grid-template-columns:repeat(2,1fr)}.mip .feat:nth-child(2){border-right:none}.mip .feat:nth-child(3),.mip .feat:nth-child(4){border-top:1px solid var(--border)}.mip .cta-strip{flex-direction:column;align-items:center}}.menu-mobile-box ul li a i.ri-message-line{font-size:calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));line-height:1;display:block;margin-inline:auto;color:rgba(var(--title-color),0.6)}@media (max-width:540px){.wa-c,.pboing-wa-circle{width:20px!important;height:20px!important}.wa-c svg,.pboing-wa-circle svg,.pboing-wa-circle i{width:11px!important;height:11px!important;font-size:11px!important}}.btn-wa,.btn-outline-cta,.pboing-btn-wa,.btn.theme-btn,.btn.theme-btn.btn-hover,.nm-page .btn-wa,.mip .btn-wa,.page-id-1001 .btn-wa{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:13px 26px!important;background:#fff!important;color:#111!important;border:2px solid #f2d524!important;border-radius:100px!important;font-family:var(--roboto)!important;font-size:.84rem!important;font-weight:700!important;letter-spacing:.01em!important;text-decoration:none!important;cursor:pointer!important;box-shadow:none!important;transition:background .2s,transform .2s,box-shadow .2s!important}.btn-wa:hover,.btn-outline-cta:hover,.pboing-btn-wa:hover,.btn.theme-btn:hover,.btn.theme-btn.btn-hover:hover,.nm-page .btn-wa:hover,.mip .btn-wa:hover,.page-id-1001 .btn-wa:hover{background:#f2d524!important;color:#111!important;transform:translateY(-2px)!important;box-shadow:0 8px 22px -4px rgba(242,213,36,.45)!important;text-decoration:none!important}.wa-c,.pboing-wa-circle{width:26px!important;height:26px!important;border-radius:50%!important;background:#f2d524!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:background .2s!important}.wa-c svg,.pboing-wa-circle svg,.pboing-wa-circle i{width:14px!important;height:14px!important;fill:#111!important;font-size:14px!important;color:#111!important}.btn-outline-cta{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:#fff;color:#111;border:2px solid #f2d524;border-radius:100px;font-family:var(--roboto);font-size:.84rem;font-weight:700;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.btn-outline-cta:hover{background:#f2d524;color:#111;transform:translateY(-2px);box-shadow:0 8px 22px -4px rgba(242,213,36,.5);text-decoration:none}.btn-outline-cta .btn-arrow{font-style:normal}header .header-wrapper .navbar-toggler .navbar-toggler-icon{color:#111!important}.newsletter-section p{color:rgba(255,255,255,0.7)!important}