:root{--primary-color:#3e5170;--secondary-color:#f7f5ef;--bg-white:#fff;--bg-primary:#fdfcfb;--stroke-white:#e2e4e9;--stroke-disable:#f6f8fa;--stroke-sub:#cdd0d5;--stroke-strong:#323d58;--text-white:#fff;--text-disable:#cdd0d5;--text-soft:#808695;--text-sub:#656c7d;--text-main:#323d58;--icon-white:#e2e4e9;--icon-disable:#cdd0d5;--icon-soft:#808695;--icon-sub:#656c7d;--icon-strong:#323d58;--primary-50:#eceef1;--primary-100:#c3c9d3;--primary-200:#a6afbd;--primary-300:#7e8a9f;--primary-400:#65748d;--primary-500:#3e5170;--primary-600:#384a66;--primary-700:#2c3a50;--primary-800:#222d3e;--primary-900:#1a222f;--cream-50:#fcfcfb;--cream-100:#f6f5f3;--cream-200:#f1f0ee;--cream-300:#ebeae6;--cream-400:#e7e5e1;--cream-500:#e1dfd9;--cream-600:#cdcbc5;--cream-700:#a09e9a;--cream-800:#7c7b77;--cream-900:#5f5e5b;--brown-50:#f9f4f1;--brown-100:#ebddd3;--brown-200:#e2cdbe;--brown-300:#d4b6a0;--brown-400:#cca88d;--brown-500:#bf9271;--brown-600:#ae8567;--brown-700:#886850;--brown-800:#69503e;--brown-900:#503d2f;--green-50:#e9f7f2;--green-100:#bbe6d6;--green-200:#9adac2;--green-300:#6cc9a7;--green-400:#4fbf95;--green-500:#23af7b;--green-600:#209f70;--green-700:#197c57;--green-800:#136044;--green-900:#0f4a34;--red-50:#fceaea;--red-100:#f5bfbf;--red-200:#f09f9f;--red-300:#ea7474;--red-400:#e55959;--red-500:#df2f2f;--red-600:#cb2b2b;--red-700:#9e2121;--red-800:#7b1a1a;--red-900:#5e1414;--orange-50:#fef2ea;--orange-100:#fbd6be;--orange-200:#f9c29e;--orange-300:#f6a772;--orange-400:#f49556;--orange-500:#f17b2c;--orange-600:#db7028;--orange-700:#ab571f;--orange-800:#854418;--orange-900:#653412;--yellow-50:#fef7ec;--yellow-100:#fbe6c4;--yellow-200:#f9daa7;--yellow-300:#f6c97f;--yellow-400:#f5be66;--yellow-500:#f2ae40;--yellow-600:#dc9e3a;--yellow-700:#ac7c2d;--yellow-800:#856023;--yellow-900:#66491b;--blue-50:#eaf1ff;--blue-100:#c2d6ff;--blue-200:#9bf;--blue-300:#73a2ff;--blue-400:#5890ff;--blue-500:#2e74ff;--blue-600:#2a6ae8;--blue-700:#2152b5;--blue-800:#19408c;--blue-900:#13316b;--purple-50:#f1ecfe;--purple-100:#d2c3fb;--purple-200:#bca7f9;--purple-300:#9e7ef7;--purple-400:#8b65f5;--purple-500:#6e3ff3;--purple-600:#6439dd;--purple-700:#4e2dad;--purple-800:#3d2386;--purple-900:#2e1a66;--teal-50:#ebf8fd;--teal-100:#c0e9f8;--teal-200:#a2dff5;--teal-300:#78d0f0;--teal-400:#5dc7ed;--teal-500:#35b9e9;--teal-600:#30a8d4;--teal-700:#2683a5;--teal-800:#1d6680;--teal-900:#164e62;--pink-50:#fceefe;--pink-100:#f6cafb;--pink-200:#f2b1f9;--pink-300:#ec8df6;--pink-400:#e877f5;--pink-500:#e255f2;--pink-600:#ce4ddc;--pink-700:#a03cac;--pink-800:#7c2f85;--pink-900:#5f2466;--grey-50:#ececed;--grey-100:#c3c4c7;--grey-200:#a6a8ab;--grey-300:#7e8085;--grey-400:#65676d;--grey-500:#3e4149;--grey-600:#383b42;--grey-700:#2c2e34;--grey-800:#222428;--grey-900:#1a1b1f}.container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1280px}}.grid{display:grid}.block{display:block}.hidden{display:none}.flex{display:flex}.inline-block{display:inline-block}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}@media (min-width:992px){.navigation{z-index:90;display:flex;justify-content:space-between;position:relative}.navigation>ul{display:flex;gap:32px;align-items:center;height:64px;padding:0 !important;width:100%}.navigation>ul>li{height:100%}.navigation>ul>li>a{display:flex;color:var(--text-sub) !important;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;align-items:center;height:100%;gap:8px}.navigation>ul>li.sticky-right{flex:1;order:1}.navigation>ul>li.sticky-right>a{justify-content:flex-end}.navigation>ul>li .submenu-container{display:none;left:0;right:0;width:100%;z-index:10;border-radius:16px;margin-top:10px}.navigation>ul>li>.submenu-container{position:absolute;left:0;right:0;width:100%;z-index:10;border-radius:16px;margin-top:10px;padding:37px 64px;background:#fff;box-shadow:rgba(0,0,0,.1) 0px 1px 3px 0px,rgba(0,0,0,.06) 0px 1px 2px 0px}.navigation>ul>li>.submenu-container:before{width:100%;height:100%;content:'';position:absolute;left:0;z-index:-1;top:-10px}.navigation>ul>li>.submenu-container>ul{flex:1}.navigation>ul>li>.submenu-container>ul>li>a{color:#3e5170 !important}.navigation>ul>li>.submenu-container>ul>li.parent{padding-bottom:37px}.navigation>ul>li>.submenu-container>ul>li.parent>a{margin-bottom:20px;display:inline-block}.navigation>ul>li>.submenu-container>ul>li:not(.parent){padding-bottom:15px}.navigation>ul>li>.submenu-container>ul.level0>li{break-inside:avoid}.navigation>ul>li>.submenu-container>ul.level0>li>a{text-transform:uppercase;font-family:Familjen Grotesk;font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em}.navigation>ul>li>.submenu-container>ul ul.level1{padding:0 !important;display:flex;flex-direction:column;gap:16px}.navigation>ul>li>.submenu-container>ul ul.level1 a{font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#656c7d !important}.navigation>ul>li>.submenu-container .banner-image img{border-radius:20px}.navigation>ul>li:hover.parent>.submenu-container{display:flex !important}.mobile-bottom-account,.navigation .mobile-top-link{display:none !important}}@media (min-width:992px) and (max-width:768px){.navigation>ul>li>.submenu-container .banner-image:not(.mobile){display:none}}@media (min-width:992px) and (min-width:768px){.navigation>ul>li>.submenu-container .banner-image.mobile{display:none}}@media (max-width:992px){.header-menu-items{z-index:99999;position:absolute;left:0;right:0;background:#fff;top:160px;height:calc(100% - 160px);overflow-y:auto}.navigation .banner-image{margin-bottom:10px}.navigation .banner-image img{border-radius:20px}.navigation>ul{display:flex;flex-direction:column}.navigation>ul>li:not(.mobile-top-link){margin-left:16px !important;margin-right:16px !important}.navigation>ul>li:not(.last)>.mainmenu-container{padding-bottom:12px}.navigation>ul>li:not(:last-child):not(.last){border-bottom:1px solid #ebeae6}.navigation>ul>li.parent.active>.mainmenu-container>a{flex:1}.navigation>ul>li.parent.active>.mainmenu-container>.menu-collapse-icon{display:none}.navigation>ul>li.parent:not(.active)>.mainmenu-container .menu-collapse-icon{flex:1;text-align:right}.navigation>ul>li>.mainmenu-container{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.navigation>ul>li.last>.mainmenu-container{padding-bottom:20px}.navigation>ul>li>.mainmenu-container>a{color:#323d58 !important;font-size:15px;text-transform:uppercase;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.01em;text-align:left;align-items:center;display:flex;gap:8px}.navigation>ul>li>.submenu-container>ul{display:flex;flex-direction:column}.navigation>ul>li>.submenu-container>ul>li{padding-top:20px;padding-bottom:12px;border-bottom:1px solid #ebeae6}.navigation>ul>li>.submenu-container>ul>li:last-child{border-bottom:none !important}.navigation>ul>li>.submenu-container>ul>li:first-child{padding-top:0}.navigation>ul>li>.submenu-container>ul>li.parent>.mainmenu-container>a{font-family:Familjen Grotesk;font-weight:500;line-height:24px;letter-spacing:-.01em;text-align:left;display:flex;justify-content:space-between}.navigation>ul>li>.submenu-container>ul>li>.mainmenu-container>a{color:#323d58 !important;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.01em;text-align:left}.navigation>ul>li>.submenu-container>ul>li>ul{display:flex;flex-direction:column;gap:20px;margin-top:16px}.navigation>ul>li>.submenu-container>ul>li>ul a{color:#656c7d !important;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em}.navigation>ul>li>.submenu-container>ul>li.parent .mainmenu-container{display:flex;align-items:center;justify-content:space-between}.navigation>ul>li>.submenu-container>ul>li.parent .menu-collapse-icon{flex:1;text-align:right}.navigation>ul>li>.submenu-container>ul>li.parent.active>.mainmenu-container .menu-collapse-icon:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 12.5L10 7.5L5 12.5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:20px;height:20px}.navigation>ul>li>.submenu-container>ul>li.parent:not(.active)>.mainmenu-container .menu-collapse-icon:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:20px;height:20px}.navigation>ul>li>.submenu-container>ul>li.parent:not(.active)>ul{display:none}.navigation>ul>li.parent:not(.active)>.mainmenu-container .menu-collapse-icon{justify-content:space-between}.navigation>ul>li.parent:not(.active)>.mainmenu-container .menu-collapse-icon:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 15L12.5 10L7.5 5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:20px;width:20px}.navigation>ul>li.parent.active>.mainmenu-container{gap:10px;margin-bottom:8px}.navigation>ul>li.parent.active>.mainmenu-container>a:before{margin-right:8px;content:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 12H5M5 12L12 19M5 12L12 5" stroke="%23808695" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:24px;width:24px}.navigation>ul>li.parent.active>.submenu-container{display:flex;flex-direction:column}.navigation>ul>li:not(.active)>.submenu-container{display:none;flex-direction:column}.navigation>ul .mobile-top-link{padding-bottom:12px;padding-top:20px;padding-left:16px;padding-right:16px;background:#f6f5f3}.navigation>ul .mobile-top-link>a{color:#656c7d !important;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em}.navigation>ul .mobile-top-link:last-child{padding-bottom:20px !important}.mobile-bottom-account{display:flex;align-items:flex-start;justify-content:center;height:96px;background:#fff;margin-top:20px;gap:16.5px;padding:0 16px}.mobile-bottom-account .btn-primary{color:#fff !important}.mobile-bottom-account .btn-primary-outline:visited{color:#323d58 !important}.mobile-bottom-account .btn{flex:1;justify-content:center}}@media (max-width:992px) and (min-width:768px){.navigation .banner-image:not(.mobile){display:block}.navigation .banner-image.mobile{display:none}}@media (max-width:992px) and (max-width:768px){.navigation .banner-image:not(.mobile){display:none}.navigation .banner-image.mobile{display:block}}.custom-icon{width:20px;height:20px;background-size:100%;background-repeat:no-repeat;display:inline-block}.custom-icon.user-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path  d="M3 20C5.33579 17.5226 8.50702 16 12 16C15.493 16 18.6642 17.5226 21 20M16.5 7.5C16.5 9.98528 14.4853 12 12 12C9.51472 12 7.5 9.98528 7.5 7.5C7.5 5.01472 9.51472 3 12 3C14.4853 3 16.5 5.01472 16.5 7.5Z" stroke-width="2" stroke-linecap="round" stroke="%23656C7D" stroke-linejoin="round"/></svg>')}.custom-icon.hamburger-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12H21M3 6H21M3 18H21" stroke="%23323D58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.bell-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M7.79447 17.4998C8.38208 18.0185 9.15395 18.3332 9.99932 18.3332C10.8447 18.3332 11.6166 18.0185 12.2042 17.4998M14.9993 6.6665C14.9993 5.34042 14.4725 4.06865 13.5349 3.13097C12.5972 2.19329 11.3254 1.6665 9.99932 1.6665C8.67324 1.6665 7.40147 2.19329 6.46379 3.13097C5.52611 4.06865 4.99932 5.34042 4.99932 6.6665C4.99932 9.24166 4.34972 11.0048 3.62404 12.171C3.01193 13.1547 2.70587 13.6466 2.71709 13.7838C2.72952 13.9357 2.76171 13.9937 2.88414 14.0845C2.99471 14.1665 3.49315 14.1665 4.49004 14.1665H15.5086C16.5055 14.1665 17.0039 14.1665 17.1145 14.0845C17.2369 13.9937 17.2691 13.9357 17.2816 13.7838C17.2928 13.6466 16.9867 13.1547 16.3746 12.171C15.6489 11.0048 14.9993 9.24166 14.9993 6.6665Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.heart-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.99364 4.27985C8.32752 2.332 5.54914 1.80804 3.46159 3.59168C1.37405 5.37532 1.08016 8.35748 2.71951 10.467C4.08253 12.2209 8.20749 15.9201 9.55943 17.1174C9.71069 17.2513 9.78631 17.3183 9.87453 17.3446C9.95152 17.3676 10.0358 17.3676 10.1128 17.3446C10.201 17.3183 10.2766 17.2513 10.4279 17.1174C11.7798 15.9201 15.9048 12.2209 17.2678 10.467C18.9071 8.35748 18.6491 5.35656 16.5257 3.59168C14.4023 1.8268 11.6598 2.332 9.99364 4.27985Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.shopping-cart-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_323_1295)"><path d="M1.66602 1.6665H2.75449C2.9595 1.6665 3.06201 1.6665 3.1445 1.7042C3.2172 1.73743 3.2788 1.79086 3.32197 1.85813C3.37096 1.93446 3.38546 2.03594 3.41445 2.23889L3.80887 4.99984M3.80887 4.99984L4.68545 11.4427C4.79669 12.2603 4.85231 12.6691 5.04777 12.9768C5.22 13.2479 5.46692 13.4635 5.75881 13.5976C6.09007 13.7498 6.50264 13.7498 7.32777 13.7498H14.4593C15.2448 13.7498 15.6375 13.7498 15.9585 13.6085C16.2415 13.4839 16.4842 13.283 16.6596 13.0284C16.8585 12.7395 16.9319 12.3537 17.0789 11.5821L18.1819 5.79125C18.2337 5.51968 18.2595 5.38389 18.222 5.27775C18.1892 5.18465 18.1243 5.10624 18.039 5.05652C17.9417 4.99984 17.8035 4.99984 17.527 4.99984H3.80887ZM8.33268 17.4998C8.33268 17.9601 7.95959 18.3332 7.49935 18.3332C7.03911 18.3332 6.66602 17.9601 6.66602 17.4998C6.66602 17.0396 7.03911 16.6665 7.49935 16.6665C7.95959 16.6665 8.33268 17.0396 8.33268 17.4998ZM14.9993 17.4998C14.9993 17.9601 14.6263 18.3332 14.166 18.3332C13.7058 18.3332 13.3327 17.9601 13.3327 17.4998C13.3327 17.0396 13.7058 16.6665 14.166 16.6665C14.6263 16.6665 14.9993 17.0396 14.9993 17.4998Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_323_1295"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.credit-cart-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M18.3327 8.33317H1.66602M1.66602 6.83317L1.66602 13.1665C1.66602 14.0999 1.66602 14.5666 1.84767 14.9232C2.00746 15.2368 2.26243 15.4917 2.57603 15.6515C2.93255 15.8332 3.39926 15.8332 4.33268 15.8332L15.666 15.8332C16.5994 15.8332 17.0661 15.8332 17.4227 15.6515C17.7363 15.4917 17.9912 15.2368 18.151 14.9232C18.3327 14.5666 18.3327 14.0999 18.3327 13.1665V6.83317C18.3327 5.89975 18.3327 5.43304 18.151 5.07652C17.9912 4.76292 17.7363 4.50795 17.4227 4.34816C17.0661 4.16651 16.5994 4.16651 15.666 4.1665L4.33268 4.1665C3.39926 4.1665 2.93255 4.1665 2.57603 4.34816C2.26243 4.50795 2.00746 4.76292 1.84767 5.07652C1.66602 5.43304 1.66602 5.89975 1.66602 6.83317Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.search-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M17.5 17.5L14.5834 14.5833M16.6667 9.58333C16.6667 13.4954 13.4954 16.6667 9.58333 16.6667C5.67132 16.6667 2.5 13.4954 2.5 9.58333C2.5 5.67132 5.67132 2.5 9.58333 2.5C13.4954 2.5 16.6667 5.67132 16.6667 9.58333Z" stroke="%23656C7D" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.stars-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_323_3203)"><path d="M5.41602 10.8332L6.06973 12.1406C6.29097 12.5831 6.40159 12.8043 6.54937 12.996C6.68051 13.1662 6.83302 13.3187 7.00314 13.4498C7.19486 13.5976 7.4161 13.7082 7.85859 13.9295L9.16602 14.5832L7.85859 15.2369C7.4161 15.4581 7.19486 15.5687 7.00314 15.7165C6.83302 15.8477 6.68051 16.0002 6.54937 16.1703C6.40159 16.362 6.29097 16.5833 6.06973 17.0257L5.41602 18.3332L4.7623 17.0257C4.54106 16.5833 4.43044 16.362 4.28266 16.1703C4.15152 16.0002 3.99901 15.8477 3.82889 15.7165C3.63717 15.5687 3.41593 15.4581 2.97345 15.2369L1.66602 14.5832L2.97345 13.9295C3.41593 13.7082 3.63717 13.5976 3.82889 13.4498C3.99901 13.3187 4.15152 13.1662 4.28266 12.996C4.43044 12.8043 4.54106 12.5831 4.7623 12.1406L5.41602 10.8332Z" stroke="%23656C7D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.4993 1.6665L13.4815 4.22019C13.7165 4.83121 13.834 5.13672 14.0168 5.39371C14.1787 5.62147 14.3777 5.82046 14.6055 5.98241C14.8625 6.16514 15.168 6.28264 15.779 6.51765L18.3327 7.49984L15.779 8.48202C15.168 8.71703 14.8625 8.83454 14.6055 9.01727C14.3777 9.17922 14.1787 9.37821 14.0168 9.60597C13.834 9.86295 13.7165 10.1685 13.4815 10.7795L12.4994 13.3332L11.5172 10.7795C11.2822 10.1685 11.1646 9.86295 10.9819 9.60597C10.82 9.37821 10.621 9.17922 10.3932 9.01727C10.1362 8.83454 9.83072 8.71703 9.2197 8.48202L6.66602 7.49984L9.2197 6.51765C9.83072 6.28264 10.1362 6.16514 10.3932 5.98241C10.621 5.82046 10.82 5.62147 10.9819 5.39371C11.1646 5.13672 11.2822 4.83121 11.5172 4.22019L12.4993 1.6665Z" stroke="%23656C7D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_323_3203"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.gift-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_323_1742)"><path d="M9.99935 5.83317H6.24935C5.69681 5.83317 5.16691 5.61368 4.77621 5.22298C4.38551 4.83228 4.16602 4.30237 4.16602 3.74984C4.16602 3.1973 4.38551 2.6674 4.77621 2.2767C5.16691 1.886 5.69681 1.6665 6.24935 1.6665C9.16602 1.6665 9.99935 5.83317 9.99935 5.83317ZM9.99935 5.83317H13.7493C14.3019 5.83317 14.8318 5.61368 15.2225 5.22298C15.6132 4.83228 15.8327 4.30237 15.8327 3.74984C15.8327 3.1973 15.6132 2.6674 15.2225 2.2767C14.8318 1.886 14.3019 1.6665 13.7493 1.6665C10.8327 1.6665 9.99935 5.83317 9.99935 5.83317ZM9.99935 5.83317L9.99935 18.3332M1.66602 11.6665H18.3327M1.66602 8.49984L1.66602 15.6665C1.66602 16.5999 1.66602 17.0666 1.84767 17.4232C2.00746 17.7368 2.26243 17.9917 2.57603 18.1515C2.93255 18.3332 3.39926 18.3332 4.33268 18.3332L15.666 18.3332C16.5994 18.3332 17.0661 18.3332 17.4227 18.1515C17.7363 17.9917 17.9912 17.7368 18.151 17.4232C18.3327 17.0666 18.3327 16.5999 18.3327 15.6665V8.49984C18.3327 7.56642 18.3327 7.09971 18.151 6.74319C17.9912 6.42958 17.7363 6.17462 17.4227 6.01483C17.0661 5.83317 16.5994 5.83317 15.666 5.83317L4.33268 5.83317C3.39926 5.83317 2.93255 5.83317 2.57603 6.01483C2.26243 6.17462 2.00746 6.42958 1.84767 6.74319C1.66602 7.09971 1.66602 7.56642 1.66602 8.49984Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_323_1742"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.headphones-1-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 18V12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12V18M5.5 21C4.11929 21 3 19.8807 3 18.5V16.5C3 15.1193 4.11929 14 5.5 14C6.88071 14 8 15.1193 8 16.5V18.5C8 19.8807 6.88071 21 5.5 21ZM18.5 21C17.1193 21 16 19.8807 16 18.5V16.5C16 15.1193 17.1193 14 18.5 14C19.8807 14 21 15.1193 21 16.5V18.5C21 19.8807 19.8807 21 18.5 21Z" stroke="%233E5170" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.whatsapp-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M22.2259 5.72832C21.1563 4.6479 19.8823 3.79127 18.4782 3.20838C17.074 2.62549 15.5679 2.32803 14.0476 2.33332C7.67758 2.33332 2.48591 7.52499 2.48591 13.895C2.48591 15.9367 3.02258 17.92 4.02591 19.67L2.39258 25.6667L8.51758 24.0567C10.2092 24.9783 12.1109 25.4683 14.0476 25.4683C20.4176 25.4683 25.6092 20.2767 25.6092 13.9067C25.6092 10.815 24.4076 7.90999 22.2259 5.72832ZM14.0476 23.5083C12.3209 23.5083 10.6292 23.0417 9.14758 22.1667L8.79758 21.9567L5.15758 22.9133L6.12591 19.3667L5.89258 19.005C4.93328 17.4731 4.42391 15.7024 4.42258 13.895C4.42258 8.59832 8.73924 4.28165 14.0359 4.28165C16.6026 4.28165 19.0176 5.28499 20.8259 7.10499C21.7213 7.99628 22.4309 9.05643 22.9135 10.224C23.3962 11.3915 23.6423 12.6433 23.6376 13.9067C23.6609 19.2033 19.3442 23.5083 14.0476 23.5083ZM19.3209 16.3217C19.0292 16.1817 17.6059 15.4817 17.3492 15.3767C17.0809 15.2833 16.8942 15.2367 16.6959 15.5167C16.4976 15.8083 15.9492 16.4617 15.7859 16.6483C15.6226 16.8467 15.4476 16.87 15.1559 16.7183C14.8642 16.5783 13.9309 16.2633 12.8342 15.2833C11.9709 14.5133 11.3992 13.5683 11.2242 13.2767C11.0609 12.985 11.2009 12.8333 11.3526 12.6817C11.4809 12.5533 11.6442 12.3433 11.7842 12.18C11.9242 12.0167 11.9826 11.8883 12.0759 11.7017C12.1692 11.5033 12.1226 11.34 12.0526 11.2C11.9826 11.06 11.3992 9.63665 11.1659 9.05332C10.9326 8.49332 10.6876 8.56332 10.5126 8.55165H9.95258C9.75424 8.55165 9.45091 8.62165 9.18258 8.91332C8.92591 9.20499 8.17924 9.90499 8.17924 11.3283C8.17924 12.7517 9.21758 14.1283 9.35758 14.315C9.49758 14.5133 11.3992 17.43 14.2926 18.6783C14.9809 18.9817 15.5176 19.1567 15.9376 19.285C16.6259 19.5067 17.2559 19.4717 17.7576 19.4017C18.3176 19.32 19.4726 18.7017 19.7059 18.025C19.9509 17.3483 19.9509 16.7767 19.8692 16.6483C19.7876 16.52 19.6126 16.4617 19.3209 16.3217Z" fill="%233E5170"/></svg>')}.custom-icon.facebook-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M11.6673 11.25H13.7507L14.584 7.91669H11.6673V6.25002C11.6673 5.39169 11.6673 4.58335 13.334 4.58335H14.584V1.78335C14.3123 1.74752 13.2865 1.66669 12.2032 1.66669C9.94065 1.66669 8.33398 3.04752 8.33398 5.58335V7.91669H5.83398V11.25H8.33398V18.3334H11.6673V11.25Z" fill="%23656C7D"/></svg>')}.custom-icon.twitter-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_189_42435)"><path d="M11.8617 8.46875L19.147 0H17.4205L11.0948 7.35313L6.04234 0H0.214844L7.85516 11.1194L0.214844 20H1.94141L8.62172 12.2348L13.9573 20H19.7848L11.8613 8.46875H11.8617ZM9.49703 11.2172L8.72281 10.11L2.56344 1.29969H5.21531L10.1858 8.41L10.9598 9.51719L17.4213 18.7594H14.7697L9.49703 11.2177V11.2172Z" fill="%23656C7D"/></g><defs><clipPath id="clip0_189_42435"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.instagram-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_189_42431)"><path d="M10 0C7.28625 0 6.945 0.0125 5.87875 0.06C4.8125 0.11 4.08625 0.2775 3.45 0.525C2.78231 0.775407 2.17768 1.16925 1.67875 1.67875C1.16925 2.17768 0.775407 2.78231 0.525 3.45C0.2775 4.085 0.10875 4.8125 0.06 5.875C0.0125 6.94375 0 7.28375 0 10.0013C0 12.7163 0.0125 13.0563 0.06 14.1225C0.11 15.1875 0.2775 15.9137 0.525 16.55C0.78125 17.2075 1.1225 17.765 1.67875 18.3212C2.23375 18.8775 2.79125 19.22 3.44875 19.475C4.08625 19.7225 4.81125 19.8912 5.87625 19.94C6.94375 19.9875 7.28375 20 10 20C12.7163 20 13.055 19.9875 14.1225 19.94C15.1863 19.89 15.915 19.7225 16.5513 19.475C17.2185 19.2244 17.8227 18.8306 18.3212 18.3212C18.8775 17.765 19.2188 17.2075 19.475 16.55C19.7213 15.9137 19.89 15.1875 19.94 14.1225C19.9875 13.0563 20 12.7163 20 10C20 7.28375 19.9875 6.94375 19.94 5.87625C19.89 4.8125 19.7213 4.085 19.475 3.45C19.2246 2.78231 18.8308 2.17768 18.3212 1.67875C17.8223 1.16925 17.2177 0.775407 16.55 0.525C15.9125 0.2775 15.185 0.10875 14.1213 0.06C13.0538 0.0125 12.715 0 9.9975 0H10ZM9.10375 1.8025H10.0013C12.6713 1.8025 12.9875 1.81125 14.0413 1.86C15.0162 1.90375 15.5462 2.0675 15.8988 2.20375C16.365 2.385 16.6987 2.6025 17.0487 2.9525C17.3988 3.3025 17.615 3.635 17.7963 4.1025C17.9338 4.45375 18.0963 4.98375 18.14 5.95875C18.1887 7.0125 18.1987 7.32875 18.1987 9.9975C18.1987 12.6663 18.1887 12.9837 18.14 14.0375C18.0963 15.0125 17.9325 15.5413 17.7963 15.8938C17.6348 16.3274 17.3791 16.7197 17.0475 17.0425C16.6975 17.3925 16.365 17.6088 15.8975 17.79C15.5475 17.9275 15.0175 18.09 14.0413 18.135C12.9875 18.1825 12.6713 18.1938 10.0013 18.1938C7.33125 18.1938 7.01375 18.1825 5.96 18.135C4.985 18.09 4.45625 17.9275 4.10375 17.79C3.66979 17.6291 3.277 17.3738 2.95375 17.0425C2.62159 16.7195 2.36541 16.3267 2.20375 15.8925C2.0675 15.5412 1.90375 15.0113 1.86 14.0363C1.8125 12.9825 1.8025 12.6663 1.8025 9.995C1.8025 7.32375 1.8125 7.01 1.86 5.95625C1.905 4.98125 2.0675 4.45125 2.205 4.09875C2.38625 3.6325 2.60375 3.29875 2.95375 2.94875C3.30375 2.59875 3.63625 2.3825 4.10375 2.20125C4.45625 2.06375 4.985 1.90125 5.96 1.85625C6.8825 1.81375 7.24 1.80125 9.10375 1.8V1.8025ZM15.3387 3.4625C15.1812 3.4625 15.0251 3.49354 14.8795 3.55384C14.7339 3.61415 14.6017 3.70254 14.4902 3.81397C14.3788 3.9254 14.2904 4.05769 14.2301 4.20328C14.1698 4.34887 14.1388 4.50491 14.1388 4.6625C14.1388 4.82009 14.1698 4.97613 14.2301 5.12172C14.2904 5.26731 14.3788 5.3996 14.4902 5.51103C14.6017 5.62246 14.7339 5.71085 14.8795 5.77116C15.0251 5.83146 15.1812 5.8625 15.3387 5.8625C15.657 5.8625 15.9622 5.73607 16.1873 5.51103C16.4123 5.28598 16.5387 4.98076 16.5387 4.6625C16.5387 4.34424 16.4123 4.03902 16.1873 3.81397C15.9622 3.58893 15.657 3.4625 15.3387 3.4625ZM10.0013 4.865C9.32009 4.85437 8.64362 4.97936 8.01122 5.23268C7.37883 5.486 6.80314 5.86259 6.31769 6.34053C5.83223 6.81847 5.4467 7.38821 5.18355 8.01657C4.9204 8.64494 4.78488 9.31938 4.78488 10.0006C4.78488 10.6819 4.9204 11.3563 5.18355 11.9847C5.4467 12.613 5.83223 13.1828 6.31769 13.6607C6.80314 14.1387 7.37883 14.5153 8.01122 14.7686C8.64362 15.0219 9.32009 15.1469 10.0013 15.1363C11.3494 15.1152 12.6353 14.5649 13.5812 13.6041C14.5272 12.6432 15.0574 11.349 15.0574 10.0006C15.0574 8.65228 14.5272 7.35802 13.5812 6.39719C12.6353 5.43636 11.3494 4.88603 10.0013 4.865ZM10.0013 6.66625C10.439 6.66625 10.8726 6.75248 11.277 6.92002C11.6815 7.08755 12.049 7.33312 12.3586 7.64268C12.6681 7.95225 12.9137 8.31976 13.0812 8.72423C13.2488 9.1287 13.335 9.56221 13.335 10C13.335 10.4378 13.2488 10.8713 13.0812 11.2758C12.9137 11.6802 12.6681 12.0477 12.3586 12.3573C12.049 12.6669 11.6815 12.9124 11.277 13.08C10.8726 13.2475 10.439 13.3337 10.0013 13.3337C9.11709 13.3337 8.26913 12.9825 7.64393 12.3573C7.01873 11.7321 6.6675 10.8842 6.6675 10C6.6675 9.11583 7.01873 8.26788 7.64393 7.64268C8.26913 7.01748 9.11709 6.66625 10.0013 6.66625Z" fill="%23656C7D"/></g><defs><clipPath id="clip0_189_42431"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.youtube-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_189_42443)"><path d="M10 2C10.855 2 11.732 2.022 12.582 2.058L13.586 2.106L14.547 2.163L15.447 2.224L16.269 2.288C17.161 2.35628 18.0004 2.73695 18.6395 3.36304C19.2786 3.98913 19.6764 4.82054 19.763 5.711L19.803 6.136L19.878 7.046C19.948 7.989 20 9.017 20 10C20 10.983 19.948 12.011 19.878 12.954L19.803 13.864C19.79 14.01 19.777 14.151 19.763 14.289C19.6764 15.1796 19.2784 16.0112 18.6391 16.6373C17.9999 17.2634 17.1602 17.6439 16.268 17.712L15.448 17.775L14.548 17.837L13.586 17.894L12.582 17.942C11.7218 17.9794 10.861 17.9987 10 18C9.13902 17.9987 8.27817 17.9794 7.418 17.942L6.414 17.894L5.453 17.837L4.553 17.775L3.731 17.712C2.83895 17.6437 1.99955 17.2631 1.36047 16.637C0.721394 16.0109 0.323574 15.1795 0.237 14.289L0.197 13.864L0.122 12.954C0.0455376 11.9711 0.00484402 10.9858 0 10C0 9.017 0.052 7.989 0.122 7.046L0.197 6.136C0.21 5.99 0.223 5.849 0.237 5.711C0.323541 4.8207 0.721217 3.98942 1.36009 3.36334C1.99897 2.73727 2.83813 2.3565 3.73 2.288L4.551 2.224L5.451 2.163L6.413 2.106L7.417 2.058C8.2775 2.02063 9.13869 2.0013 10 2ZM10 4C9.175 4 8.326 4.022 7.5 4.056L6.522 4.103L5.583 4.158L4.701 4.218L3.893 4.281C3.46833 4.31113 3.06804 4.49065 2.76309 4.78773C2.45814 5.08481 2.26822 5.48026 2.227 5.904C2.11 7.113 2 8.618 2 10C2 11.382 2.11 12.887 2.227 14.096C2.312 14.968 3.004 15.646 3.893 15.719L4.701 15.781L5.583 15.841L6.522 15.897L7.5 15.944C8.326 15.978 9.175 16 10 16C10.825 16 11.674 15.978 12.5 15.944L13.478 15.897L14.417 15.842L15.299 15.782L16.107 15.719C16.5317 15.6889 16.932 15.5094 17.2369 15.2123C17.5419 14.9152 17.7318 14.5197 17.773 14.096C17.89 12.887 18 11.382 18 10C18 8.618 17.89 7.113 17.773 5.904C17.7318 5.48026 17.5419 5.08481 17.2369 4.78773C16.932 4.49065 16.5317 4.31113 16.107 4.281L15.299 4.219L14.417 4.159L13.478 4.103L12.5 4.056C11.6671 4.02017 10.8336 4.0015 10 4ZM8 7.575C7.99994 7.47726 8.02375 7.38099 8.06937 7.29455C8.11498 7.20812 8.18103 7.13413 8.26175 7.07903C8.34248 7.02394 8.43544 6.98939 8.53256 6.97841C8.62968 6.96742 8.72801 6.98033 8.819 7.016L8.9 7.056L13.1 9.48C13.1836 9.52826 13.2544 9.59599 13.3063 9.67744C13.3581 9.75889 13.3896 9.85165 13.3979 9.94785C13.4062 10.044 13.3912 10.1408 13.3542 10.23C13.3171 10.3192 13.2591 10.3981 13.185 10.46L13.1 10.52L8.9 12.945C8.81536 12.994 8.72003 13.0216 8.62229 13.0253C8.52456 13.0291 8.4274 13.0089 8.33926 12.9665C8.25112 12.9241 8.17468 12.8608 8.1166 12.7821C8.05851 12.7034 8.02054 12.6117 8.006 12.515L8 12.425V7.575Z" fill="%23656C7D"/></g><defs><clipPath id="clip0_189_42443"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.pinterest-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M8.57754 13.2279C8.03636 15.9812 7.37754 18.6213 5.42246 20C4.82032 15.8387 6.30909 12.7127 7 9.39485C5.82139 7.46572 7.14225 3.58222 9.62781 4.5387C12.6866 5.71638 6.97861 11.7118 10.8107 12.4613C14.8118 13.243 16.446 5.71133 13.9647 3.26103C10.3797 -0.275028 3.52942 3.18124 4.3722 8.24444C4.57754 9.48272 5.89198 9.85845 4.89733 11.5674C2.60321 11.0715 1.91872 9.31203 2.00749 6.96576C2.14867 3.12771 5.55508 0.439052 8.97112 0.0673668C13.292 -0.4033 17.3465 1.60966 17.9059 5.56184C18.5369 10.0221 15.9561 14.854 11.3369 14.5055C10.0845 14.4116 9.55829 13.8086 8.57754 13.2279Z" fill="%23656C7D"/></svg>')}.custom-icon.arrow-up-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 19V5M12 5L5 12M12 5L19 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.arrow-down-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 5V19M12 19L19 12M12 19L5 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.chevron-up-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 15L12 9L6 15" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.chevron-down{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.arrow-right{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.16797 9.99984H15.8346M15.8346 9.99984L10.0013 4.1665M15.8346 9.99984L10.0013 15.8332" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.filter-funnel-02{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.82125 4.72239C2.19097 4.01796 1.87583 3.66574 1.86394 3.3664C1.85361 3.10636 1.96536 2.85643 2.16603 2.69074C2.39704 2.5 2.86966 2.5 3.81491 2.5H16.184C17.1293 2.5 17.6019 2.5 17.8329 2.69074C18.0336 2.85643 18.1453 3.10636 18.135 3.3664C18.1231 3.66574 17.808 4.01796 17.1777 4.72239L12.4225 10.037C12.2968 10.1774 12.234 10.2477 12.1892 10.3276C12.1495 10.3984 12.1203 10.4747 12.1027 10.554C12.0828 10.6435 12.0828 10.7377 12.0828 10.9261V15.382C12.0828 15.5449 12.0828 15.6264 12.0565 15.6969C12.0333 15.7591 11.9955 15.8149 11.9463 15.8596C11.8907 15.9102 11.815 15.9404 11.6637 16.001L8.83039 17.1343C8.5241 17.2568 8.37096 17.3181 8.24802 17.2925C8.14052 17.2702 8.04617 17.2063 7.98551 17.1148C7.91613 17.0101 7.91613 16.8452 7.91613 16.5153V10.9261C7.91613 10.7377 7.91613 10.6435 7.89623 10.554C7.87858 10.4747 7.84943 10.3984 7.8097 10.3276C7.76491 10.2477 7.70209 10.1774 7.57645 10.037L2.82125 4.72239Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.two-dot-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><rect width="6" height="6" rx="1" fill="%23CDD0D5"/><rect y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="8" y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/></svg>')}.custom-icon.three-dot-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="14" viewBox="0 0 22 14" fill="none"><rect width="6" height="6" rx="1" fill="%23CDD0D5"/><rect y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="16" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="8" y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="16" y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/></svg>')}.custom-icon.four-dot-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 32 24" fill="none"><rect x="1" y="5" width="6" height="6" rx="1" fill="white"/><rect x="1" y="13" width="6" height="6" rx="1" fill="white"/><rect x="9" y="5" width="6" height="6" rx="1" fill="white"/><rect x="17" y="5" width="6" height="6" rx="1" fill="white"/><rect x="25" y="5" width="6" height="6" rx="1" fill="white"/><rect x="9" y="13" width="6" height="6" rx="1" fill="white"/><rect x="17" y="13" width="6" height="6" rx="1" fill="white"/><rect x="25" y="13" width="6" height="6" rx="1" fill="white"/></svg>')}.custom-icon.check-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M11.6654 3.5L5.2487 9.91667L2.33203 7" stroke="white" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>')}button{background:inherit}.btn{border-radius:8px;display:flex;cursor:pointer;margin:2px;font-weight:500;align-items:center}.btn-lg{padding:16px 28px;font-size:18px}.btn-lg:after{width:20px;height:20px}.btn-md{padding:12px 28px;font-size:16px}.btn-md:after{width:20px;height:20px}.btn-sm{padding:8px 28px;font-size:16px}.btn-sm:after{width:16px;height:16px}.btn-xs{padding:8px 16px;font-size:12px}.btn-xs:after{width:13px;height:13px}.btn-primary{background-color:#3e5170;color:#fff}.btn-primary-700{background-color:#2c3a50;color:#fff}.btn-secondary{background-color:#f7f5ef;color:#fff}.btn-red-500{background-color:#df2f2f;color:#fff}.btn-red-600{background-color:#cb2b2b;color:#fff}.btn-red-700{background-color:#9e2121;color:#fff}.btn-green-500{background-color:#23af7b;color:#fff}.btn-green-600{background-color:#209f70;color:#fff}.btn-green-700{background-color:#197c57;color:#fff}.btn-primary-outline{border:1px solid #3e5170;color:#323d58}.btn-primary-outline:after{border:2px solid #3e5170}.btn-red-500-outline{border:1px solid #df2f2f;color:#df2f2f}.btn-red-500-outline:after{border:2px solid #df2f2f}.btn-green-500-outline{border:1px solid #23af7b;color:#23af7b}.btn-green-500-outline:after{border:2px solid #23af7b}.link-btn{display:inline-block;text-transform:uppercase}.link-btn:after{position:relative;content:''}.link-btn.link-btn-primary{color:#323d58;border-bottom:1.5px solid #323d58}.link-btn.link-btn-error{color:#df2f2f;border-bottom:1.5px solid #df2f2f}.link-btn.link-btn-success{color:#23af7b;border-bottom:1.5px solid #23af7b}.link-btn.link-btn-sm{font-size:12px;font-weight:500;line-height:16px;letter-spacing:-.12px}.link-btn.link-btn-sm.link-btn-primary:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.33398 8.00065H12.6673M12.6673 8.00065L8.00065 3.33398M12.6673 8.00065L8.00065 12.6673" stroke="%23323D58" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-sm.link-btn-error:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.33398 8.00065H12.6673M12.6673 8.00065L8.00065 3.33398M12.6673 8.00065L8.00065 12.6673" stroke="%23DF2F2F" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-sm.link-btn-success:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.33398 8.00065H12.6673M12.6673 8.00065L8.00065 3.33398M12.6673 8.00065L8.00065 12.6673" stroke="%2323AF7B" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-md{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px}.link-btn.link-btn-md.link-btn-primary:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16602 9.99935H15.8327M15.8327 9.99935L9.99935 4.16602M15.8327 9.99935L9.99935 15.8327" stroke="%23323D58" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-md.link-btn-error:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16602 9.99935H15.8327M15.8327 9.99935L9.99935 4.16602M15.8327 9.99935L9.99935 15.8327" stroke="%23DF2F2F" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-md.link-btn-success:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16602 9.99935H15.8327M15.8327 9.99935L9.99935 4.16602M15.8327 9.99935L9.99935 15.8327" stroke="%2323AF7B" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-lg{font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px}.link-btn.link-btn-lg.link-btn-primary:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="%23323D58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-lg.link-btn-error:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="%23DF2F2F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-lg.link-btn-success:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="%2323AF7B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.breadcrumbs{margin-top:26px !important;margin-bottom:26px !important}.breadcrumbs .items{display:flex;align-items:center !important;flex-wrap:wrap;margin-bottom:0 !important}.breadcrumbs .items .item{min-height:20px;display:flex !important;align-items:center !important;margin-bottom:0 !important}.breadcrumbs .items .item.home:before{margin-right:6px;width:20px !important;height:20px !important;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M6.77168 11.6668C7.14172 13.1045 8.4468 14.1668 10 14.1668C11.5532 14.1668 12.8583 13.1045 13.2283 11.6668M9.18141 2.30345L3.52949 6.69939C3.15168 6.99324 2.96278 7.14017 2.82669 7.32417C2.70614 7.48716 2.61633 7.67077 2.56169 7.866C2.5 8.08639 2.5 8.3257 2.5 8.80433V14.8334C2.5 15.7669 2.5 16.2336 2.68166 16.5901C2.84144 16.9037 3.09641 17.1587 3.41002 17.3185C3.76654 17.5001 4.23325 17.5001 5.16667 17.5001H14.8333C15.7668 17.5001 16.2335 17.5001 16.59 17.3185C16.9036 17.1587 17.1586 16.9037 17.3183 16.5901C17.5 16.2336 17.5 15.7669 17.5 14.8334V8.80433C17.5 8.3257 17.5 8.08639 17.4383 7.866C17.3837 7.67077 17.2939 7.48716 17.1733 7.32417C17.0372 7.14017 16.8483 6.99324 16.4705 6.69939L10.8186 2.30345C10.5258 2.07574 10.3794 1.96189 10.2178 1.91812C10.0752 1.87951 9.92484 1.87951 9.78221 1.91812C9.62057 1.96189 9.47418 2.07574 9.18141 2.30345Z" stroke="%23808695" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.breadcrumbs .items .item a,.breadcrumbs .items .item strong{color:var(--text-color-text-sub,#656c7d) !important;font-size:12px !important;font-weight:400 !important;line-height:16px !important;letter-spacing:-.12px;display:flex;align-items:center}.breadcrumbs .items .item:not(:last-child):after{content:'/' !important;font-size:14px !important;margin-left:2px !important;width:20px !important;margin-right:2px !important;display:flex !important;justify-content:center;align-items:center;margin-bottom:-2px}@media only screen and (max-width:768px){.breadcrumbs{margin-top:5px !important}}.cms-page-view .breadcrumbs{display:none}@media only screen and (max-width:768px){.cms-page-view .breadcrumbs{display:block;margin:0 16px}}.modals-overlay{background-color:rgba(51,51,51,.55);bottom:0;left:0;position:fixed;right:0;top:0}.modal-title{font-size:30px;line-height:30px;margin-bottom:0;color:#3e5170}.action-close{position:absolute;top:0;right:0;background:0 0 !important;border:none !important;color:#3e5170}.action-close:hover,.action-close.active,.action-close.focus{background:0 0 !important;border:none !important}.form-discount .g-recaptcha{margin-top:50px !important}.login-container .g-recaptcha,.form-login .g-recaptcha,.form-edit-account .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}@keyframes loading{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(359.9deg)}}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{left:auto;right:-10px;top:40px}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;left:auto;margin-top:-21px;right:10px;top:0;width:0}.field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape){.product-video{height:100%;width:81%}}.vxblog-index-index .page-title-wrapper .page-title,.vxblog-category-view .page-title-wrapper .page-title{display:none}.blog-list-container{--swiper-pagination-bullet-width:8px;--swiper-pagination-bullet-height:8px;--swiper-pagination-bullet-horizontal-gap:0;--swiper-pagination-color:#3e5170;--swiper-pagination-bullet-inactive-color:#a6afbd;--swiper-pagination-bullet-inactive-opacity:1;position:relative}.blog-list-container .blog-post-list{margin-bottom:0}.blog-list-container .blog-main-slider{display:flex;align-items:center;border-radius:24px;overflow:hidden}.blog-list-container .blog-button-next,.blog-list-container .blog-button-prev{position:absolute;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#3e5170;border-radius:8px;top:50%;transform:translateY(-50%);cursor:pointer}.blog-list-container .blog-button-next:after,.blog-list-container .blog-button-prev:after{position:absolute;width:20px;height:20px}.blog-list-container .blog-button-prev{left:0}.blog-list-container .blog-button-prev:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.8346 9.99935H4.16797M4.16797 9.99935L10.0013 15.8327M4.16797 9.99935L10.0013 4.16602" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.blog-list-container .blog-button-next{right:0}.blog-list-container .blog-button-next:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.16797 9.99935H15.8346M15.8346 9.99935L10.0013 4.16602M15.8346 9.99935L10.0013 15.8327" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.blog-list-container .blog-main-item,.blog-list-container .blog-post-list-item{display:flex;flex-direction:column;border-radius:24px;overflow:hidden;position:relative;margin-bottom:0}.blog-list-container .blog-main-item .blog-img-area img,.blog-list-container .blog-post-list-item .blog-img-area img{object-fit:cover;width:100%}.blog-list-container .blog-main-item .blog-category,.blog-list-container .blog-post-list-item .blog-category{position:absolute;display:flex;gap:3px;flex-wrap:wrap}.blog-list-container .blog-main-item .blog-category .blog-category-item,.blog-list-container .blog-post-list-item .blog-category .blog-category-item{color:#3e5170 !important;padding:2px 10px 5px;border-radius:16px;background:#eceef1;line-height:27px;display:inline}.blog-list-container .blog-main-item .blog-main-info,.blog-list-container .blog-post-list-item .blog-main-info{background:#384a66;position:absolute;bottom:0;display:flex;flex-direction:column;gap:24px;left:0;align-items:flex-start;right:0}.blog-list-container .blog-main-item .blog-main-info .blog-main-title,.blog-list-container .blog-post-list-item .blog-main-info .blog-main-title,.blog-list-container .blog-main-item .blog-main-info .blog-post-item-title,.blog-list-container .blog-post-list-item .blog-main-info .blog-post-item-title{color:#f6f5f3;font-weight:500;letter-spacing:-.02em;margin:0}.blog-list-container .blog-main-item .blog-main-info .blog-main-description,.blog-list-container .blog-post-list-item .blog-main-info .blog-main-description,.blog-list-container .blog-main-item .blog-main-info .blog-post-item-short-content,.blog-list-container .blog-post-list-item .blog-main-info .blog-post-item-short-content{color:#f6f5f3;font-weight:400;letter-spacing:-.02em;margin:0}.blog-list-container .blog-main-item .blog-main-info .blog-read-more,.blog-list-container .blog-post-list-item .blog-main-info .blog-read-more{color:#fff !important}.blog-category-wrapper .blog-category-slider{margin:110px 25px 64px}.blog-category-wrapper .blog-category-slider .swiper-wrapper .blog-category-link{font-size:20px;font-weight:400;line-height:28px;letter-spacing:-.02em;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;background:#fff;display:block;padding:12px 16px;text-decoration:none}.blog-category-wrapper .blog-category-slider .swiper-wrapper .blog-category-link.active{background:#3e5170;color:#fff !important}.blog-category-wrapper .blog-category-slider .swiper-wrapper .blog-category-link:not(.active){color:#656c7d !important}.blog-category-wrapper .blog-category-slider .swiper-wrapper .swiper-slide:not(:last-child){border-right:1px solid #e2e4e9}.blog-category-wrapper .blog-category-slider .swiper-wrapper .swiper-slide{width:auto !important}.blog-center-info{display:flex;gap:24px;flex-direction:column;align-items:flex-start;max-width:468px;width:100%}.blog-center-info .blog-center-label{line-height:43px;padding:0 20px;color:#3e5170;background:#eceef1;border-radius:24px;font-size:20px;font-weight:500;letter-spacing:-.02em;text-align:center}.blog-center-info .blog-center-title{font-size:48px;font-weight:500;line-height:56px;letter-spacing:-.02em;color:#3e5170}.blog-center-info .blog-center-descp{font-size:20px;font-weight:400;line-height:28px;letter-spacing:-.02em;color:#656c7d}.blog-center-info .blog-center-nav{display:flex;gap:12px}.blog-center-info .blog-center-nav .blog-center-button-next,.blog-center-info .blog-center-nav .blog-center-button-prev{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#3e5170;border-radius:8px;cursor:pointer}.blog-center-info .blog-center-nav .blog-center-button-next:after,.blog-center-info .blog-center-nav .blog-center-button-prev:after{position:absolute;width:20px;height:20px}.blog-center-info .blog-center-nav .blog-center-button-prev{left:0}.blog-center-info .blog-center-nav .blog-center-button-prev:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.8346 9.99935H4.16797M4.16797 9.99935L10.0013 15.8327M4.16797 9.99935L10.0013 4.16602" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.blog-center-info .blog-center-nav .blog-center-button-next{right:0}.blog-center-info .blog-center-nav .blog-center-button-next:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.16797 9.99935H15.8346M15.8346 9.99935L10.0013 4.16602M15.8346 9.99935L10.0013 15.8327" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.section-blog-title{color:#384a66;font-size:32px;font-weight:500;line-height:40px;letter-spacing:-.02em;margin-bottom:40px;margin-top:24px}.blog-col-item{position:relative;border-radius:16px;overflow:hidden;margin-bottom:24px}.blog-col-item:before{content:"";left:0;right:0;bottom:0;top:0;position:absolute;background:linear-gradient(180deg,rgba(62,81,112,0) 28.04%,rgba(32,47,70,.8) 100%);background-size:cover;background-position:center;width:100%;height:100%}.blog-col-item img{width:100%;height:100%;object-fit:cover}.blog-col-item .blog-col-item-info{position:absolute;display:flex;flex-direction:column;align-items:flex-start}.blog-col-item .blog-col-item-info .blog-col-item-category{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.01em;text-align:center;background:#eceef1;color:#3e5170;border-radius:16px;min-height:27px;display:inline-flex;align-items:center;padding:0 10px}.blog-col-item .blog-col-item-info .blog-col-item-title{font-weight:600;letter-spacing:-.02em;color:#fff !important}.blog-col-item .blog-col-item-info .blog-read-more{color:#fff !important}.design-tips-container,.vintage-container{column-gap:24px;margin-bottom:48px}.blog-center-wrapper{display:flex;align-items:center;margin:100px 0}.blog-center-wrapper .blog-center-slider-item{position:relative;border-radius:16px;overflow:hidden;margin-bottom:24px}.blog-center-wrapper .blog-center-slider-item:before{content:"";left:0;right:0;bottom:0;top:0;position:absolute;background:linear-gradient(180deg,rgba(62,81,112,0) 28.04%,rgba(32,47,70,.8) 100%);background-size:cover;background-position:center;width:100%;height:100%}.blog-center-wrapper .blog-center-slider-item .blog-center-item-category{position:absolute;top:20px;left:20px;line-height:27px;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.01em;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;color:#3e5170;padding:0 10px}.blog-center-wrapper .blog-center-slider-item img{width:100%;height:100%;object-fit:cover}.blog-center-wrapper .blog-center-slider-item .blog-read-more{color:#fff !important}.blog-center-wrapper .blog-center-item-category{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.01em;text-align:center;background:#eceef1;color:#3e5170;border-radius:16px;min-height:27px;display:inline-flex;align-items:center;padding:0 10px;left:20px;top:20px}.blog-center-wrapper .blog-center-item-info{position:absolute;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.blog-center-wrapper .blog-center-item-info .blog-center-item-title{font-size:32px;font-weight:500;line-height:40px;letter-spacing:-.02em;color:#fff !important}.blog-center-wrapper .blog-center-item-info .blog-center-item-descp{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em;color:#fff !important}.blog-center-wrapper .blog-center-slider{max-width:100%}.blog-center-wrapper .blog-center-slider .blog-col-item-info{left:32px;bottom:32px}.blog-bottom-container{position:relative}.blog-bottom-container img{border-radius:16px;object-fit:cover;width:100%}.blog-bottom-container .blog-bottom-info{position:absolute;display:flex;flex-direction:column;gap:24px;align-items:flex-start}.blog-bottom-container .blog-bottom-info .blog-bottom-title{letter-spacing:-.02em;color:#3e5170}.blog-bottom-container .blog-bottom-info .blog-bottom-text{letter-spacing:-.02em;color:#656c7d}.blog-bottom-container .blog-bottom-info .blog-bottom-btn{letter-spacing:-.02em;background:#3e5170;color:#fff;padding:16px 28px;display:inline-block;border-radius:8px}@media (min-width:768px){.blog-list-container{padding:0 78px;margin-bottom:56px}.blog-list-container .swiper-pagination-area{display:flex;justify-content:center;margin-top:32px;position:absolute;bottom:-56px;left:0;right:0}.blog-list-container .swiper-pagination-area .swiper-pagination{position:relative;width:auto;background:#eceef1;display:flex;gap:12px;padding:8px;border-radius:100px;top:0}.blog-list-container .blog-img-area img{border-radius:24px;max-height:726px}.blog-list-container .blog-main-info{padding:32px}.blog-list-container .blog-main-info .blog-main-title,.blog-list-container .blog-main-info .blog-post-item-title{font-size:48px;font-weight:500;line-height:56px}.blog-list-container .blog-main-info .blog-main-description,.blog-list-container .blog-main-info .blog-post-item-short-content{font-size:20px;line-height:28px}.blog-list-container .blog-main-info .blog-read-more{color:#fff !important}.blog-list-container .blog-main-item .blog-category,.blog-list-container .blog-post-list-item .blog-category{top:32px;left:32px}.blog-read-more{font-size:16px;line-height:24px}.design-tips-container,.vintage-container{column-count:2}.design-tips-container>div:nth-child(1),.design-tips-container>div:nth-child(4){height:740px}.design-tips-container>div:nth-child(2),.design-tips-container>div:nth-child(3){height:560px}.vintage-container>div:nth-child(2),.vintage-container>div:nth-child(3){height:740px}.vintage-container>div:nth-child(1),.vintage-container>div:nth-child(4){height:560px}.blog-center-wrapper .blog-center-item-info{left:32px;bottom:32px;right:32px}.blog-bottom-container img{min-height:420px}.blog-bottom-container .blog-bottom-info{top:66px;left:72px;max-width:623px}.blog-bottom-container .blog-bottom-info .blog-bottom-title{font-size:48px;font-weight:500;line-height:56px}.blog-bottom-container .blog-bottom-info .blog-bottom-text{font-size:24px;font-weight:400;line-height:32px}.blog-bottom-container .blog-bottom-info .blog-bottom-btn{font-size:18px;font-weight:500;line-height:24px}.blog-col-item .blog-col-item-info{left:40px;bottom:40px;right:40px;gap:16px}.blog-col-item .blog-col-item-info .blog-col-item-title{line-height:48px;font-size:40px}.blog-category-wrapper .blog-category-slider{display:flex;justify-content:center}.blog-category-wrapper .blog-category-slider .swiper-wrapper{width:auto;border:1px solid #e2e4e9;border-radius:8px;background:#fff}}@media (max-width:768px){.blog-list-container li.swiper-slide{margin-bottom:0}.blog-list-container .blog-main-info{padding:20px 16px;position:relative !important}.blog-list-container .blog-post-item-image{display:flex;flex-direction:column}.blog-list-container .blog-post-item-image img{border-top-left-radius:24px;border-top-right-radius:24px;max-height:250px}.blog-list-container .post-swiper-actions{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.blog-list-container .post-swiper-actions .swiper-pagination-area .swiper-pagination{position:relative !important;top:0}.blog-list-container .post-swiper-actions .swiper-pagination-area .swiper-pagination.swiper-pagination-fraction{font-size:20px;font-weight:400;line-height:28px;color:#3e5170}.blog-list-container .post-swiper-actions .swiper-pagination-area .swiper-pagination .swiper-pagination-current{color:#3e5170}.blog-list-container .post-swiper-actions .swiper-pagination-area .swiper-pagination .swiper-pagination-total{color:#a6afbd}.blog-list-container .post-swiper-actions .blog-post-swiper-nav{display:flex;gap:12px}.blog-list-container .post-swiper-actions .blog-button-prev,.blog-list-container .post-swiper-actions .blog-button-next{position:relative;top:0 !important;transform:inherit}.blog-list-container .blog-main-info .blog-main-title,.blog-list-container .blog-main-info .blog-post-item-title{font-size:24px;font-weight:500;line-height:32px}.blog-list-container .blog-main-info .blog-main-description,.blog-list-container .blog-main-info .blog-post-item-short-content{font-size:14;line-height:20px}.blog-list-container .blog-main-info .blog-read-more{color:#fff !important}.blog-list-container .blog-main-item .blog-category,.blog-list-container .blog-post-list-item .blog-category{top:20px;left:20px}.blog-read-more{font-size:14px;line-height:20px}.design-tips-container,.vintage-container{column-count:1}.design-tips-container .design-tips-container>div:nth-child(1),.vintage-container .design-tips-container>div:nth-child(1),.design-tips-container .design-tips-container>div:nth-child(4),.vintage-container .design-tips-container>div:nth-child(4){height:400px}.design-tips-container .design-tips-container>div:nth-child(2),.vintage-container .design-tips-container>div:nth-child(2),.design-tips-container .design-tips-container>div:nth-child(3),.vintage-container .design-tips-container>div:nth-child(3){height:300px}.design-tips-container .vintage-container>div:nth-child(2),.vintage-container .vintage-container>div:nth-child(2),.design-tips-container .vintage-container>div:nth-child(3),.vintage-container .vintage-container>div:nth-child(3){height:400px}.design-tips-container .vintage-container>div:nth-child(1),.vintage-container .vintage-container>div:nth-child(1),.design-tips-container .vintage-container>div:nth-child(4),.vintage-container .vintage-container>div:nth-child(4){height:300px}.blog-center-wrapper{margin:32px 0;flex-direction:column;gap:32px;align-items:flex-start}.blog-center-wrapper .blog-center-slider-item img{min-height:464px}.blog-center-wrapper .blog-center-slider-item .blog-center-item-info{left:22px;bottom:20px;right:22px;gap:8px}.blog-bottom-container img{height:560px;object-position:bottom}.blog-bottom-container .blog-bottom-info{left:24px;top:24px;right:24px}.blog-bottom-container .blog-bottom-info .blog-bottom-title{font-size:40px;font-weight:400;line-height:48px;letter-spacing:-.02em}.blog-bottom-container .blog-bottom-info .blog-bottom-text{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em}.blog-bottom-container .blog-bottom-info .blog-bottom-btn{font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.01em;padding:8px 28px}.blog-col-item .blog-col-item-info{left:24px;bottom:24px;right:24px;gap:10px}.blog-col-item .blog-col-item-info .blog-col-item-title{line-height:28px;font-size:20px}.blog-category-wrapper{margin-top:48px;margin-bottom:56px}.blog-category-wrapper .blog-category-slider{border:1px solid #e2e4e9;border-radius:8px;background:#fff}.blog-category-wrapper .blog-category-title{margin-bottom:20px;font-size:20px;font-weight:500;line-height:28px;letter-spacing:-.02em;color:#384a66}.vxblog-post-view .post-detail-image{position:relative;width:100%}.vxblog-post-view .blog-banner-content{max-width:90%;gap:16px;margin-top:-445px}.vxblog-post-view .blog-banner-content h1{font-size:48px !important;font-weight:500;line-height:56px !important;letter-spacing:-.02em;text-align:center;color:#384a66;margin:0}.vxblog-post-view .blog-detail-container{max-width:90%}.vxblog-post-view .blog-detail-container .image-container{flex-direction:column;gap:12px !important}.vxblog-post-view .blog-detail-container .image-container-right{flex-direction:row !important;gap:12px !important}.vxblog-post-view .blog-detail-container .image-container img{width:100%}}.blog-read-more{color:#f6f5f3 !important;display:inline-flex;align-items:center;gap:8px;border-bottom:1.5px solid #f6f5f3;font-weight:500;letter-spacing:-.01em;padding-bottom:6px}.blog-read-more:after{content:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="%23F6F5F3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:24px;height:24px}.vxblog-post-view #maincontent{padding:0}.vxblog-post-view .post-detail-image{position:relative;width:100%;margin-bottom:200px}.vxblog-post-view .blog-banner-content{display:flex;flex-direction:column;max-width:1040px;margin:0 auto;background:#fdfcfb;text-align:center;padding:48px 8px;gap:32px;border-radius:16px 16px 0 0;width:90%;margin-top:-445px;z-index:10;position:relative}.vxblog-post-view .blog-banner-content .tag{display:inline-block;font-size:20px;font-weight:600;color:#ae8567;background:#f7e5d5;padding:6px 12px 9px;border-radius:24px;margin:0 auto}.vxblog-post-view .blog-banner-content h1{font-size:64px;font-weight:500;line-height:72px;letter-spacing:-.02em;text-align:center;color:#384a66;margin:0}.vxblog-post-view .blog-banner-content p{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em;text-align:center;color:#65748d;max-width:445px;margin:0 auto}.vxblog-post-view .blog-banner-content .divider{display:flex;align-items:center;justify-content:center;gap:10px}.vxblog-post-view .blog-banner-content .divider .line{width:235px;height:1px;background-color:#ebddd3}.vxblog-post-view .blog-banner-content .divider .circle{width:8px;height:8px;border-radius:100px;background-color:#ebddd3}.vxblog-post-view .blog-detail-container{max-width:1040px;margin:0 auto;width:90%}.vxblog-post-view .blog-detail-container p{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em;text-align:left;color:#323d58;margin-bottom:20px}.vxblog-post-view .blog-detail-container .image-container{display:flex;gap:24px;margin-top:48px}.vxblog-post-view .blog-detail-container .image-container-right{display:flex;flex-direction:column;gap:12px}.vxblog-post-view .blog-detail-container h2{font-size:28px;font-weight:500;line-height:36px;letter-spacing:-.02em;text-align:left;color:#323d58;margin-top:0}.vxblog-post-view .blog-detail-container h3{font-size:24px;font-weight:500;line-height:32px;letter-spacing:-.02em;text-align:left;color:#323d58}.vxblog-post-view .blog-detail-container .img-1{margin-top:28px}.vxblog-post-view .post-detail-image img{width:100%;height:640px;object-fit:cover}.vxblog-post-view .blog-cart-item{padding-bottom:30px;background:var(--white,#fff);border:.5px solid #e2e4e9;box-shadow:0px 3.23px 8.609999999999999px -1.08px rgba(50,50,71,.05);border-radius:8px}.vxblog-post-view .blog-cart-item .blog-cart-image{position:relative}.vxblog-post-view .blog-cart-item .blog-cart-image .badge{position:absolute;top:24px;left:24px;width:auto;height:auto;padding:2px 12px 5px;border-radius:18px;background-color:#eceef1;color:#fff;font-size:14px;font-weight:500;line-height:20px;opacity:1;text-align:center;z-index:1}.vxblog-post-view .blog-cart-item .blog-cart-image .badge span{color:#3e5170}.vxblog-post-view .blog-cart-item .blog-cart-image .blog-item-photo img{height:236px;border-radius:16px;padding:8px;object-fit:cover;width:100%}.vxblog-post-view .detail-read-more{padding-left:16px;display:flex;align-items:center;position:relative}.vxblog-post-view .detail-read-more a{display:flex;align-items:center;position:relative;border-bottom:1.5px solid #323d58;padding-bottom:4px;padding-left:0}.vxblog-post-view .detail-read-more a span{font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.01em;text-decoration:none;color:#323d58}.vxblog-post-view .detail-read-more a:after{content:"";width:24px;height:24px;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="%23323D58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:contain;background-repeat:no-repeat;margin-left:8px}.vxblog-post-view .blog-cart-description{margin-top:0;display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding:0 16px;max-width:296px}.vxblog-post-view .blog-title h3{font-size:24px;font-weight:500;line-height:32px;letter-spacing:-.02em;text-align:left;color:#323d58;margin:0}.vxblog-post-view .blog-description{font-size:18px;font-weight:400;line-height:24px;letter-spacing:-.02em;text-align:left;color:#65748d}.vxblog-post-view .blog-widget{max-width:1040px;margin:0 auto;width:90%}.vxblog-post-view .blog-widget .swiper-pagination{position:absolute;bottom:10px;left:0;width:100%;text-align:center}.vxblog-post-view .blog-widget .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background-color:#ececed;opacity:1;margin:0 4px;transition:background-color .3s;border-radius:5px}.vxblog-post-view .blog-widget .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#323d58}.vxblog-post-view .blog-widget .blog-button-prev,.vxblog-post-view .blog-widget .blog-button-next{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:background-color .3s,border .3s,box-shadow .3s;display:flex;align-items:center;justify-content:center}.vxblog-post-view .blog-widget .blog-button-prev:not(.swiper-button-disabled),.vxblog-post-view .blog-widget .blog-button-next:not(.swiper-button-disabled){background-color:#3e5170;border:.71px solid #3e5170}.vxblog-post-view .blog-widget .blog-button-prev.swiper-button-disabled,.vxblog-post-view .blog-widget .blog-button-next.swiper-button-disabled{background-color:#fff;border:.5px solid #e2e4e9;box-shadow:0px 3px 8px -1px #323247 0 D;cursor:not-allowed}.vxblog-post-view .blog-widget .blog-button-prev:after,.vxblog-post-view .blog-widget .blog-button-next:after{height:20px}.vxblog-post-view .blog-widget .blog-button-prev.blog-button-prev:not(.swiper-button-disabled):after,.vxblog-post-view .blog-widget .blog-button-next.blog-button-prev:not(.swiper-button-disabled):after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.8327 10H4.16602M4.16602 10L9.99935 15.8333M4.16602 10L9.99935 4.16663" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vxblog-post-view .blog-widget .blog-button-prev.blog-button-next:not(.swiper-button-disabled):after,.vxblog-post-view .blog-widget .blog-button-next.blog-button-next:not(.swiper-button-disabled):after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16602 10H15.8327M15.8327 10L9.99935 4.16663M15.8327 10L9.99935 15.8333" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vxblog-post-view .blog-widget .blog-button-prev.blog-button-prev.swiper-button-disabled:after,.vxblog-post-view .blog-widget .blog-button-next.blog-button-prev.swiper-button-disabled:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.8327 10H4.16602M4.16602 10L9.99935 15.8333M4.16602 10L9.99935 4.16663" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vxblog-post-view .blog-widget .blog-button-prev.blog-button-next.swiper-button-disabled:after,.vxblog-post-view .blog-widget .blog-button-next.blog-button-next.swiper-button-disabled:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16602 10H15.8327M15.8327 10L9.99935 4.16663M15.8327 10L9.99935 15.8333" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vxblog-post-view .blog-widget .blog-button-arrows{display:flex;gap:24px;justify-content:flex-end}.vxblog-post-view .blog-widget .widget-title-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.vxblog-post-view .blog-widget .widget-title-wrapper .widget-title{font-size:36px;font-weight:500;line-height:44px;letter-spacing:-.02em;color:#3e5170}.vxblog-post-view .blog-widget .widget-scrollbar{height:6px;background:#eceef1;border-radius:80px;margin-top:32px}.vxblog-post-view .blog-widget .widget-scrollbar .swiper-scrollbar-drag{background:#3e5170;border-radius:4px}@media (max-width:576px){.vxblog-index-index #maincontent{padding:0 16px}.vxblog-post-view .breadcrumbs{padding:0 16px}}@media all and (min-width:769px),print{.fieldset>.field{margin:0 0 20px;box-sizing:border-box;margin:0 0 29px}.fieldset>.field>.label{margin:0}.fieldset>.field:before,.fieldset>.field:after{content:'';display:table}.fieldset>.field:after{clear:both}.fieldset>.field.choice:before,.fieldset>.field.no-label:before{padding:6px 15px 0 0;width:25.8%;box-sizing:border-box;content:' ';float:left;height:1px}.fieldset>.field .description{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset>.field:not(.choice)>.label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset>.field:not(.choice)>.control{width:74.2%;float:left}.product.data.items{position:relative;z-index:1}.product.data.items:before,.product.data.items:after{content:'';display:table}.product.data.items:after{clear:both}.product.data.items>.item.title{float:left;width:auto}.product.data.items>.item.title>.switch{height:20px;display:block;position:relative;z-index:2}.product.data.items>.item.content{margin-top:20px;box-sizing:border-box;float:right;margin-left:-100%;width:100%}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0 5px 0 0}.product.data.items>.item.title>.switch{font-weight:600;line-height:20px;font-size:1.4rem;color:#7d7d7d;text-decoration:none;background:#f0f0f0;border:1px solid #d1d1d1;border-bottom:none;height:20px;padding:5px 20px}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{background:#fff;color:#333;text-decoration:none}.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{padding-bottom:6px}.product.data.items>.item.content{background:#fff;margin-top:31px;padding:20px;border:1px solid #d1d1d1}.actions-toolbar:before,.actions-toolbar:after{content:'';display:table}.actions-toolbar:after{clear:both}.actions-toolbar .primary{float:left}.actions-toolbar .secondary{float:right}.actions-toolbar .primary,.actions-toolbar .secondary{display:inline-block}.actions-toolbar .primary a.action,.actions-toolbar .secondary a.action{display:inline-block}.actions-toolbar .primary .action{margin:0 5px 0 0}.actions-toolbar .secondary a.action{margin-top:6px}.actions-toolbar>.primary,.actions-toolbar>.secondary{margin-bottom:0}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:0;width:auto}.pagebuilder-mobile-only{display:none !important}.block-cart-failed .actions{text-align:left}.block-cart-failed .actions.primary{float:right}.bundle-options-container .bundle-options-wrapper,.bundle-options-container .product-options-wrapper{float:left;width:57%}.bundle-options-container .block-bundle-summary{float:right;position:relative;width:40%}.page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,.page-layout-2columns-left .bundle-options-container .block-bundle-summary,.page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,.page-layout-2columns-right .bundle-options-container .block-bundle-summary,.page-layout-3columns .bundle-options-container .bundle-options-wrapper,.page-layout-3columns .bundle-options-container .block-bundle-summary{width:48%}.page-products .products-grid .product-item{margin-left:2%;padding:0;width:calc((100% - 4%)/3)}.page-products .products-grid .product-item:nth-child(3n+1){margin-left:0}.page-products.page-layout-1column .products-grid .product-item{width:25%}.page-products.page-layout-3columns .products-grid .product-item{width:50%}.page-products .columns{padding-top:0;position:relative;z-index:1}.products.wrapper~.toolbar .pages{float:left}.toolbar-amount{float:left}.sorter{float:right}.modes{display:inline-block;float:left;margin-right:20px}.products.wrapper~.toolbar .modes{display:none}.modes-mode{color:#7d7d7d;border:1px solid #d1d1d1;border-right:0;float:left;font-weight:400;line-height:1;padding:7px 10px;text-align:center;display:inline-block;text-decoration:none}.modes-mode:not(.active):hover{color:#7d7d7d;background:#dedede}.modes-mode:last-child{border-right:1px solid #d1d1d1}.modes-mode.active{color:#a6a6a6}.modes-mode>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modes-mode:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:inherit;color:#7d7d7d;content:'\e60d';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.modes-mode:hover:before{color:#7d7d7d}.mode-list:before{content:'\e60b'}.products.wrapper~.toolbar .limiter{display:block;float:right}.product-info-main .box-tocart,.product-options-bottom .box-tocart{display:table}.product-info-main .box-tocart .field.qty,.product-options-bottom .box-tocart .field.qty{display:table-cell}.product-info-main .box-tocart .actions,.product-options-bottom .box-tocart .actions{display:table-cell;padding-top:25px;text-align:center;vertical-align:bottom}.product-info-main .page-title-wrapper .page-title{margin-top:-13px}.sidebar .product-items .product-item-info .product-item-photo{float:left;left:auto;margin:0 10px 10px 0;position:relative;top:auto}.sidebar .product-items .product-item-details{margin:0}.sidebar .product-items .product-item-actions{clear:left}.product-info-main{float:right}.product.media{float:left;margin-bottom:25px}.page-layout-1column .product-info-main{width:40%}.page-layout-1column .product.media{width:57%}.page-layout-2columns-left .product-info-main,.page-layout-2columns-right .product-info-main,.page-layout-3columns .product-info-main{width:48%}.page-layout-2columns-left .product.media,.page-layout-2columns-right .product.media,.page-layout-3columns .product.media{width:50%}.block-category-event.block:last-child{margin-bottom:30px;padding:10px 0 30px}.block-category-event .block-title{margin:0}.block-category-event .block-title strong{font-size:2.4rem}.block-category-event .ticker li{display:none;margin:0 50px}.block-category-event .ticker .value{font-size:6rem}.block-category-event .ticker .label{font-size:1.4rem;text-transform:none}.block-category-event .dates .date{font-size:5rem}.block-category-event .dates .start{padding-right:50px}.block-category-event .dates .start:after{font-size:5rem;right:10px}.block-search{float:right;padding-left:15px;position:relative;width:250px;z-index:4}.block-search .control{border-top:0;margin:0;padding:0 0 25px}.block-search .nested{display:block;padding-top:5px;position:absolute}.block-search input{margin:0;padding-right:35px;position:static}.block-search input::-webkit-input-placeholder{color:#c2c2c2}.block-search input:-moz-placeholder{color:#c2c2c2}.block-search input::-moz-placeholder{color:#c2c2c2}.block-search input:-ms-input-placeholder{color:#c2c2c2}.block-search .action.search{display:inline-block;background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;padding:5px 0;position:absolute;right:10px;top:0;z-index:1}.block-search .action.search>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .action.search:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#8f8f8f;content:'\e615';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.block-search .action.search:hover:before{color:inherit}.block-search .action.search:active:before{color:inherit}.block-search .action.search:focus,.block-search .action.search:active{background:0 0;border:none}.block-search .action.search:hover{background:0 0;border:none}.block-search .action.search.disabled,.block-search .action.search[disabled],fieldset[disabled] .block-search .action.search{pointer-events:none;opacity:.5}.block-search .action.search:focus:before{color:#333}.search-autocomplete{margin-top:0}.cart-container .widget{float:left}.cart-container .widget.block{margin-bottom:20px}.cart-summary{float:right;position:relative;width:23%}.column.main .cart-summary .actions-toolbar>.secondary{float:none}.cart-summary .block .fieldset .field{margin:0 0 20px;margin:0 0 10px}.cart-summary .block .fieldset .field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.cart-summary .block .fieldset .field:not(.choice)>.control{float:none;width:auto}.cart-summary .block .fieldset .field>.label{margin:0 0 5px;display:inline-block}.cart-summary .block .fieldset .field.choice:before,.cart-summary .block .fieldset .field.no-label:before{display:none}.cart.table-wrapper .items{min-width:100%;width:auto}.cart.table-wrapper .item .col.item{padding:27px 8px 10px}.cart.table-wrapper .item-actions td{text-align:right}.cart.table-wrapper .product-item-photo{display:table-cell;max-width:100%;padding-right:20px;position:static;vertical-align:top;width:1%}.cart.table-wrapper .product-item-details{display:table-cell;vertical-align:top;white-space:normal;width:99%}.cart.table-wrapper .item-actions .actions-toolbar{text-align:left}.cart .action{margin-bottom:10px}.cart-products-toolbar .toolbar-amount{line-height:30px;margin:0}.cart-products-toolbar .pages{float:right;margin:0 0 1px}.cart-products-toolbar .pages .item:last-child{margin-right:0}.cart.table-wrapper .cart-products-toolbar+.cart thead tr th.col{padding-bottom:7px;padding-top:8px}.cart.table-wrapper .cart+.cart-products-toolbar{margin-top:25px}.minicart-wrapper{margin-left:13px}.minicart-wrapper .block-minicart{right:-15px;width:390px}.opc-wrapper{width:66.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1;padding-right:30px}.checkout-onepage-success .print{display:block;float:right;margin:22px 0 0}.opc-progress-bar-item{width:185px}.checkout-index-index .modal-popup .form-shipping-address{max-width:600px}.checkout-index-index .modal-popup .modal-footer .action-save-address{float:right;margin:0 0 0 10px}.checkout-shipping-method .actions-toolbar>.primary{float:right}.checkout-shipping-method .actions-toolbar .action.primary{margin:0}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{max-width:600px}.table-checkout-shipping-method{width:auto}.opc-sidebar{margin:46px 0 20px;width:33.33333333%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.opc-summary-wrapper .modal-header .action-close{display:none}.authentication-dropdown{background-color:#fff;border:1px solid #aeaeae;-webkit-transform:scale(1,0);-webkit-transform-origin:0 0;-webkit-transition:-webkit-transform linear .1s,visibility 0s linear .1s;position:absolute;text-align:left;top:100%;transform:scale(1,0);transform-origin:0 0;transition:transform linear .1s,visibility 0s linear .1s;visibility:hidden;width:100%}.authentication-dropdown._show{z-index:100;-webkit-transform:scale(1,1);-webkit-transition:-webkit-transform linear .1s,visibility 0s linear 0s;transform:scale(1,1);transition:transform linear .1s,visibility 0s linear 0s;visibility:visible}.authentication-wrapper{width:33.33333333%;text-align:right}.block-authentication .block-title{font-size:2.6rem;border-bottom:0;margin-bottom:25px}.block-authentication .actions-toolbar>.primary{display:inline;float:right;margin-right:0}.block-authentication .actions-toolbar>.primary .action{margin-right:0}.block-authentication .actions-toolbar>.secondary{float:left;margin-right:2rem;padding-top:1rem}.popup-authentication .modal-inner-wrap{min-width:768px;width:60%}.popup-authentication .block-authentication{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;border-top:1px solid #c1c1c1}.popup-authentication .block[class],.popup-authentication .form-login,.popup-authentication .fieldset,.popup-authentication .block-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.popup-authentication .block[class]{box-sizing:border-box;float:left;padding:10px 30px 0 0;width:50%}.popup-authentication .block[class]+.block{border-left:1px solid #c1c1c1;border-top:0;margin:0;padding:10px 0 0 40px}.popup-authentication .block[class]+.block:before{left:0;top:50%}.popup-authentication .actions-toolbar{margin-bottom:0;margin-top:auto}.checkout-payment-method .actions-toolbar .primary{float:right;margin:0}.checkout-payment-method .fieldset>.field-select-billing>.control{float:none;width:100%}.checkout-payment-method .payment-method-content .fieldset>.field{margin:0 0 20px}.checkout-payment-method .payment-method-content .fieldset>.field.choice:before{padding:0;width:0}.checkout-payment-method .payment-method-content .fieldset>.field.type .control{margin-left:25.8%}.checkout-payment-method .payment-method-content .fieldset>.field.type.no-detection .control{margin-left:0}.checkout-billing-address .action-update{float:right}.checkout-billing-address .actions-toolbar .action-cancel{margin:6px 20px 0 0}.checkout-payment-method .payment-option-title{padding-left:22px}.checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar{margin-left:0}.contact-index-index .column:not(.sidebar-additional) .form.contact{min-width:600px}.login-container .block .login .actions-toolbar>.primary{margin-bottom:0;margin-right:30px}.login-container .block .login .actions-toolbar>.secondary{float:left}.fieldset .fullname .field .label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset .fullname .field .control{width:74.2%;float:left}.form.password.reset,.form.send.confirmation,.form.password.forget,.form.create.account,.form.search.advanced,.form.form-orders-search{min-width:600px;width:50%}.account.page-layout-2columns-left .sidebar-main,.account.page-layout-2columns-left .sidebar-additional{width:22.3%}.account.page-layout-2columns-left .column.main{width:77.7%}.block-addresses-list .items.addresses{font-size:0}.block-addresses-list .items.addresses>.item{display:inline-block;font-size:14px;margin-bottom:20px;vertical-align:top;width:48.8%}.block-addresses-list .items.addresses>.item:nth-last-child(1),.block-addresses-list .items.addresses>.item:nth-last-child(2){margin-bottom:0}.block-addresses-list .items.addresses>.item:nth-child(even){margin-left:2.4%}.control.captcha-image .captcha-img{margin:0 10px 10px 0}.page-product-downloadable .product-options-wrapper{float:left;width:55%}.page-product-downloadable .product-options-bottom{float:right;width:40%}.page-product-downloadable .product-options-bottom .field.qty+.actions{padding-top:0}.gift-message .field{margin-bottom:20px}.gift-options{position:relative;z-index:1}.gift-options .actions-toolbar{clear:both;float:right;position:static}.gift-options .actions-toolbar .secondary{float:right}.gift-options .actions-toolbar .secondary .action{float:right;margin-left:20px}.gift-options .actions-toolbar .secondary .action-cancel{display:block;float:left;margin-top:6px}.gift-options .actions-toolbar:nth-child(3):before{border-left:1px solid #c1c1c1;bottom:5rem;content:'';display:block;left:50%;overflow:hidden;position:absolute;top:0;width:0}.gift-options-title{font-weight:300;font-size:1.8rem}.cart.table-wrapper .action-gift{float:left}.order-options .gift-wrapping,.table-order-review .gift-wrapping{max-width:50%}.form-giftregistry-search .fieldset{margin-bottom:29px}.form-giftregistry-search .fieldset>.fields-specific-options>.field{margin:0 0 20px;box-sizing:border-box}.form-giftregistry-search .fieldset>.fields-specific-options>.field>.label{margin:0}.form-giftregistry-search .fieldset>.fields-specific-options>.field:before,.form-giftregistry-search .fieldset>.fields-specific-options>.field:after{content:'';display:table}.form-giftregistry-search .fieldset>.fields-specific-options>.field:after{clear:both}.form-giftregistry-search .fieldset>.fields-specific-options>.field.choice:before,.form-giftregistry-search .fieldset>.fields-specific-options>.field.no-label:before{padding:6px 15px 0 0;width:25.8%;box-sizing:border-box;content:' ';float:left;height:1px}.form-giftregistry-search .fieldset>.fields-specific-options>.field .description{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.control{width:74.2%;float:left}.block-giftregistry-shared-items .product-item-photo{display:table-cell;max-width:100%;padding:0 20px 0 0;vertical-align:top;width:1%}.block-giftregistry-shared-items .product-item-details{display:table-cell;vertical-align:top;width:99%;word-break:normal}.block-giftregistry-shared-items .col.product{width:48%}.block-giftregistry-shared-items .col:not(.product){text-align:center}.block-giftregistry-shared-items .col.price{padding-top:17px}.block-giftregistry-shared-items .input-text.qty{margin-top:-4px}.gift-options-cart-item .gift-wrapping,.cart-gift-item .gift-wrapping{box-sizing:border-box;float:left;padding-right:20px;width:50%}.gift-options-cart-item .gift-wrapping+.gift-message,.cart-gift-item .gift-wrapping+.gift-message{border-left:1px solid #c1c1c1;box-sizing:border-box;float:left;padding-left:4.5rem;width:50%}.form-add-invitations .additional,.form-add-invitations .field.text{margin-top:29px}.table-invitations .col{width:50%}.wishlist.window.popup{bottom:auto;top:20%;left:50%;margin-left:-212px;width:380px;right:auto}.wishlist.window.popup .field{margin:0 0 20px}.wishlist.window.popup .field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.wishlist.window.popup .field:not(.choice)>.control{float:none;width:auto}.wishlist.window.popup .field>.label{margin:0 0 5px;display:inline-block}.wishlist.window.popup .field.choice:before,.wishlist.window.popup .field.no-label:before{display:none}.block-wishlist-management{margin-bottom:20px}.block-wishlist-management .wishlist-select{border-bottom:1px solid #e8e8e8;display:table;margin-bottom:15px;width:100%}.block-wishlist-management .wishlist-select .wishlist-name{display:table-cell;margin-right:10px;padding:5px 10px 10px;vertical-align:top;white-space:nowrap;width:5%}.block-wishlist-management .wishlist-select-items{display:table-cell;padding-right:160px;vertical-align:top}.block-wishlist-management .wishlist-select-items .item{display:inline-block;margin-right:10px;padding:5px 10px 10px}.block-wishlist-management .wishlist-select-items .item:last-child{margin-right:0}.block-wishlist-management .wishlist-select-items .current{border-bottom:3px solid #ff5501;font-weight:600}.block-wishlist-management .wishlist-select .wishlist-name-current{display:none}.block-wishlist-management .wishlist-add.item{position:absolute;right:0;top:0}.block-wishlist-management .wishlist-title strong{font-size:4rem}.block-wishlist-management .wishlist-info{float:left}.block-wishlist-management .wishlist-toolbar{float:right}.block-wishlist-info-items .product-item-photo{margin-left:0}.products-grid.wishlist .product-item-checkbox{float:left}.products-grid.wishlist .product-item-checkbox+.product-item-name{margin-left:25px}.block.newsletter{max-width:44%;width:max-content}.block.newsletter .field{margin-right:5px}.block.newsletter .field.newsletter{max-width:220px}.block.newsletter .field .control{width:100%}.block.newsletter .action.subscribe{border-radius:3px}.paypal-review .paypal-review-title{border-bottom:1px solid #d1d1d1}.paypal-review .block-content .box-order-shipping-address,.paypal-review .block-content .box-order-shipping-method,.paypal-review .block-content .box-order-shipping-method+.box-order-billing-address{box-sizing:border-box;float:left;width:33%}.paypal-review .block-content .box-order-shipping-address{padding:0 5%;width:34%}.paypal-review .col.subtotal,.paypal-review .mark,.paypal-review .amount{text-align:right}.products.wrapper.list .product-reviews-summary{margin:0}.reward-settings+.actions-toolbar{margin-top:-32px}.form-create-return .additional .field:last-child{margin-top:29px}.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.block-returns-tracking .block-title .action{margin:0 0 0 30px}.block-returns-tracking .block-title .actions-track{float:right;margin-top:12px}.table-order-items .subtotal,.table-order-items .amount{text-align:right}.table-order-items.creditmemo .col.qty,.table-order-items.creditmemo .col.discount,.table-order-items.creditmemo .col.subtotal{text-align:center}.table-order-items.creditmemo .col.total{text-align:right}.order-pager-wrapper .order-pager-wrapper-top{padding-left:0;padding-right:0}.order-pager-wrapper .pages{float:right}.order-actions-toolbar .action.print{display:block;float:right}.page-title-wrapper .order-date{margin-top:-20px}[class^=sales-guest-] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.page-wrapper>.breadcrumbs,.page-wrapper>.top-container,.page-wrapper>.widget{box-sizing:border-box;width:100%}.navigation ul{padding:0 8px}.header.panel>.header.links{float:right;font-size:0;margin:0;padding:0;list-style:none none;margin-left:auto}.header.panel>.header.links>li{display:inline-block;vertical-align:top}.header.panel>.header.links>li{font-size:14px;margin:0 0 0 15px}.header.panel>.header.links>li.welcome,.header.panel>.header.links>li a{line-height:1.4}.header.panel>.header.links>li.welcome a{padding-left:5px}.header.content{padding:30px 20px 0}.page-header{border:0;margin-bottom:0}.page-header .panel.wrapper{border-bottom:1px solid #e8e8e8}.page-header .header.panel{padding-bottom:10px;padding-top:10px}.page-header .switcher{display:inline-block}.page-main>.page-title-wrapper .page-title{display:inline-block}.page-main>.page-title-wrapper .page-title+.action{float:right;margin-top:20px}.logo{margin:0 auto 25px 0}.logo img{max-height:inherit}.footer.content .block{float:right}.footer.content .links{display:inline-block;margin-bottom:20px;padding:0 50px 0 0;vertical-align:top}.footer.content .switcher.store{display:inline-block;padding-right:50px;vertical-align:top}.my-credit-cards .card-type img{display:block}.products-grid.wishlist .product-item-tooltip{display:inline-block}.products-grid.wishlist .product-item-actions{margin:10px 0 0}.products-grid.wishlist .product-item .fieldset .field.qty{margin-bottom:10px;padding-right:10px}.products-grid.wishlist .product-item .fieldset .field.qty .label{width:auto}.products-grid.wishlist .product-item .box-tocart .actions-primary{margin:0}.products-grid.wishlist .product-item .box-tocart .stock{margin:20px 0 0}.wishlist-index-index .product-item-info{width:240px}.block.widget .products-grid .product-item{width:33.33333333%}.sidebar .block.widget .products-grid .product-item{margin-left:0;width:100%}.sidebar .block.widget .products-grid .product-item .actions-secondary{display:block;padding:10px 0}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 6%)/4)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1){margin-left:2%}.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1){margin-left:0}.page-layout-3columns .block.widget .products-grid .product-item{width:50%}.sidebar .block.widget .pager .pages-item-next{padding:0}.sidebar .block.widget .pager .pages-item-next .action{margin:0}}@media all and (min-width:1024px),print{.products-grid .product-item{width:20%}.page-layout-1column .products-grid .product-item{width:16.66666667%}.page-layout-3columns .products-grid .product-item{width:25%}.page-products .products-grid .product-items{margin:0}.page-products .products-grid .product-item{margin-left:2%;padding:0;width:calc((100% - 6%)/4)}.page-products .products-grid .product-item:nth-child(3n+1){margin-left:2%}.page-products .products-grid .product-item:nth-child(4n+1){margin-left:0}.page-products.page-layout-1column .products-grid .product-item{margin-left:0;width:20%}.page-products.page-layout-3columns .products-grid .product-item{margin-left:1%;width:32.667%}.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n){margin-left:1%}.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n+1){margin-left:0}.checkout-index-index .modal-popup .modal-inner-wrap{margin-left:-400px;width:800px;left:50%}.opc-wrapper .shipping-address-item{width:33.33333333%}.opc-wrapper .shipping-address-item:before{background:#ccc;height:calc(100% - 20px);content:'';left:0;position:absolute;top:0;width:1px}.opc-wrapper .shipping-address-item:nth-child(3n+1):before{display:none}.opc-wrapper .shipping-address-item.selected-item:before{display:none}.opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before{display:none}.table-checkout-shipping-method{min-width:500px}.wishlist-index-index .products-grid .product-items{margin:0}.wishlist-index-index .products-grid .product-item{margin-left:calc((100% - 4*24.439%)/3);padding:0;width:24.439%}.wishlist-index-index .products-grid .product-item:nth-child(4n+1){margin-left:0}.block.widget .products-grid .product-item{width:20%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 8%)/5)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1){margin-left:2%}.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1){margin-left:0}.page-layout-3columns .block.widget .products-grid .product-item{width:25%}.block.widget .products-grid .product-items{margin:0}.block.widget .products-grid .product-item{margin-left:calc((100% - 4*24.439%)/3);padding:0;width:24.439%}.block.widget .products-grid .product-item:nth-child(4n+1){margin-left:0}}@media all and (min-width:1440px),print{.sidebar .product-items .product-item-info .product-item-photo{float:none;left:0;margin:0;position:absolute;top:0}.sidebar .product-items .product-item-details{margin-left:85px}}header{background:#fff;border-bottom:none !important}header .header-top-wrapper{background:#3e5170;padding:0 16px}header .header-top-wrapper .header-top-area{min-height:36px;display:flex;justify-content:space-between}header .header-top-wrapper .header-top-area .header-top-description{display:flex;align-items:center}@media (min-width:768px){header .header-top-wrapper .header-top-area .header-top-description{margin-left:15px}}header .header-top-wrapper .header-top-area .header-top-description .header-description{line-height:20px;letter-spacing:-.12px;font-size:12px;color:#fff;display:flex;height:100%;align-items:center;margin-left:8px}header .header-top-wrapper .header-top-area .header-top-links{display:flex;position:relative}header .header-top-wrapper .header-top-area .header-top-links ul{margin:0;display:flex;align-items:center}header .header-top-wrapper .header-top-area .header-top-links li{align-items:center;line-height:20px;letter-spacing:-.12px;font-size:12px;color:#fff;display:flex;margin:0;margin-right:20px}header .header-top-wrapper .header-top-area .header-top-links li>a{position:relative;display:flex;justify-content:center;align-items:center;font-weight:400}header .header-top-wrapper .header-top-area .header-top-order-tracking{display:flex;position:relative}header .header-top-wrapper .header-top-area .header-top-order-tracking li.nav.item{align-items:center;line-height:20px;letter-spacing:-.12px;font-size:12px;color:#fff;display:flex}header .header-top-wrapper .header-top-area .header-top-order-tracking li.nav.item>a{position:relative;display:flex;justify-content:center;align-items:center;font-weight:400}header .header-top-wrapper .header-top-area .header-top-menus{font-size:12px;line-height:20px;color:#fff;display:flex}header .header-top-wrapper .header-top-area .header-top-menus a{height:100%;align-items:center}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages{display:flex;gap:14px;position:relative}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options{min-height:36px;display:flex;justify-content:space-between}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown{margin:0;display:flex;align-items:center;margin-left:20px}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option{margin:0;line-height:20px;letter-spacing:-.12px;font-size:12px;color:#fff;display:flex;height:100%;align-items:center}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option a{position:relative;display:flex;justify-content:center;align-items:center}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option a strong{font-weight:600 !important}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option a:not(:first-child):before{position:absolute;content:'';width:1px;height:10px;background-color:#fff;left:-8px}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option:not(:first-child):before{content:'';width:1px;height:10px;background-color:#fff;margin-right:10px}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li:not(:first-child){margin-left:8px}header .header-main-wrapper{box-shadow:0 3px 8px -1px rgba(50,50,71,.05);padding:0 16px}header .header-main-wrapper .header.content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:0 !important}header .header-main-wrapper .header.content h1{margin:0}header .header-main-wrapper .header.content .header-logo{height:100%;display:flex;align-items:center}header .header-main-wrapper .header.content .header-logo img{width:100%}header .header-main-wrapper .header.content .header-search{padding-left:12px;padding-right:12px;border:1px solid #e2e4e9;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);border-radius:8px}header .header-main-wrapper .header.content .header-search form.minisearch{display:flex;align-items:center;overflow:hidden;gap:8px;width:100%}header .header-main-wrapper .header.content .header-search form.minisearch button{padding:0;border:none;display:flex}header .header-main-wrapper .header.content .header-search form.minisearch button:not(:disabled){background:inherit !important}header .header-main-wrapper .header.content .header-search input{outline:none;padding:10px 0 !important;border:none;width:100%;letter-spacing:-.16px;font-size:16px;line-height:24px}header .header-main-wrapper .header.content .header-search input::placeholder{color:#808695}header .header-main-wrapper .header.content .header-search input:focus{box-shadow:none !important}header .header-main-wrapper .header.content .header-link-items{display:flex}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper{margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper .action.showcart:before{content:none !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper .action.showcart .counter.qty{background:0 0;height:auto;margin:0}@media (max-width:768px){header .header-main-wrapper .header.content .header-link-items .minicart-wrapper .action.showcart .counter.qty{display:none}}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog{background:rgba(51,51,51,.5);width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:200}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper{display:flex;flex-direction:column;position:fixed;padding:24px;box-sizing:border-box;z-index:10;background:var(--white,#fff);box-shadow:0px 3px 8px -1px rgba(50,50,71,.05)}@media (min-width:768px){header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper{height:calc(97%)}}@media (max-width:768px){header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper{height:calc(100%);border-bottom-left-radius:10px;border-bottom-right-radius:10px}}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper .minicart-items .product-item-name a{color:inherit}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-title{display:none}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.modal-title-container{display:flex;align-items:center;gap:24px;color:var(--text-color-text-main,#323d58);font-size:18px;font-weight:500;line-height:24px;letter-spacing:-.36px;justify-content:space-between}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.modal-title-container.empty{position:absolute;right:24px;top:24px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.modal-title-container .modal-close-btn{cursor:pointer}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.modal-title-container .modal-close-btn:before{width:20px;height:20px;background:var(--primary-primary-50,#eceef1);display:flex;padding:10px;border-radius:6.667px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15 5L5 15M5 5L15 15" stroke="%23323D58" stroke-width="1.38889" stroke-linecap="round" stroke-linejoin="round"/></svg>')}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content{display:flex;flex:1;flex-direction:column;overflow-y:auto;overflow-x:hidden}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content.empty-container{align-items:center}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty{display:flex;flex-direction:column;align-items:center;max-width:450px;justify-content:center;height:100%;margin-left:35px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty .modal-empty-image{background-image:url('../../frontend/Bellamaison/main/tr_TR/images/empty.png');width:200px;height:160px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty .modal-empty-title{color:var(--text-color-text-main,#323d58);text-align:center;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px;margin-bottom:12px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty .modal-empty-description{color:var(--text-color-text-soft,#808695);text-align:center;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.14px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty>.btn{margin-top:40px;text-decoration:none;width:100%;justify-content:center;box-sizing:border-box}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty>.btn>span{color:#fff}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.items-total{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.36px;margin:0}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper{border:none;margin-top:20px;overflow-y:auto;overflow-x:hidden;padding:25px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item{position:relative}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item span.product-image-container{width:120px !important;height:120px !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item span.product-image-container img{border-radius:8px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item:not(:first-child){border-color:#e2e4e9}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details{padding-left:136px;padding-right:40px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-name{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.14px;margin:0;height:40px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .additional_options{display:flex;margin-top:10px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .additional_options div.additional-item{display:flex;padding:4px 10px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--stroke-color-stroke-white,#e2e4e9);background:var(--white,#fff);box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);color:var(--text-color-text-sub,#656c7d);text-align:center;font-family:"Familjen Grotesk";font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px;margin-right:10px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .additional_options div.additional-item:last-child{margin-right:0}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing span.price{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container{display:flex;align-items:center;gap:16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container .regular .price{color:#808695 !important;font-size:12px !important;text-decoration:line-through;font-weight:400 !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container .final .price-wrapper .price-including-tax{margin:0 !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .secondary{position:absolute;right:0;top:15px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .secondary .action.delete:before{content:initial}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .secondary .action.delete i.remove-icon{background:url("../../frontend/Bellamaison/main/tr_TR/images/x-close.svg") 0 0 no-repeat;background-size:24px 24px;width:24px;height:24px;display:block}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total{margin:0;margin-top:0;margin-top:10px;border-top:1px dashed #cdd0d5;display:flex}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal .label,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total .label{margin-top:10px;flex:50%;display:flex}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal .label span,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total .label span{color:var(--text-color-text-sub,#656c7d);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal .amount,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total .amount{margin-top:10px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal .amount .price,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total .amount .price{color:var(--text-color-text-main,#323d58);text-align:right;font-family:"Familjen Grotesk";font-size:20px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.4px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions{margin-top:20px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions .secondary .action{text-align:center;border-radius:8px;background:var(--primary,#3e5170);padding:12px 28px;width:100%;display:inline-block;margin-top:10px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions .secondary .action.continue{margin-top:10px;background:0 0;border:1px solid #3e5170}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions .secondary .action.continue span{color:var(--text-color-text-white,#3e5170);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions .secondary .action.viewcart span{color:var(--text-color-text-white,#fff);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total{border:none}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper.active>div.ui-dialog{display:block}header .header-main-wrapper .header.content .header-link-items .header.links{display:flex !important;margin:0 !important}header .header-main-wrapper .header.content .header-link-items .header.links li{margin-bottom:0 !important}header .header-main-wrapper .header.content .header-link-items .header.links li.wishlist{order:3}header .header-main-wrapper .header.content .header-link-items .header.links li.authorization-link{order:2}header .header-main-wrapper .header.content .header-link-items .header.links li.bell{order:1}header .header-main-wrapper .header.content .header-link-items .header-menu-item{display:flex;align-items:center;padding:8px 12px;gap:8px}header .header-main-wrapper .header.content .header-link-items .header-menu-item span{color:#656c7d;font-size:16px;letter-spacing:-.096px}header .header-main-wrapper .category-main{display:flex;justify-content:space-between;position:relative}header .header-main-wrapper .category-main .header-categories li{height:100%}header .header-main-wrapper .category-main .header-categories li a{letter-spacing:-.16px}header .header-main-wrapper .category-main .header-categories>li:hover .submenu-container{display:flex !important}header .header-main-wrapper .category-main .header-categories .submenu-container{display:none;left:0;right:0;width:100%;position:absolute;background:#fff;z-index:10;top:64px;border-radius:16px;box-shadow:rgba(0,0,0,.1) 0px 1px 3px 0px,rgba(0,0,0,.06) 0px 1px 2px 0px}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus{display:flex;align-items:flex-start;padding-top:40px;padding-bottom:40px;flex:1;flex-wrap:wrap}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenus-item{padding-left:64px;padding-right:64px;position:relative;height:100%}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenus-item:nth-child(2n):before{position:absolute;height:100%;width:1px;background:#e2e4e9;top:0;content:'';left:0}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenus-item:nth-child(2n):after{position:absolute;height:100%;width:1px;background:#e2e4e9;top:0;content:'';right:0}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenus-item>div:not(:first-child) .submenu-link{margin-top:10px !important}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenu-link{color:#3e5170;font-size:14px;font-weight:700;text-transform:uppercase;line-height:18.9px;margin-bottom:10px;display:block}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenu-link-item{color:#323d58;font-size:14px;font-weight:400;line-height:24px;padding-top:6px;padding-bottom:6px;display:block}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenu-link-items{margin-bottom:20px}header .header-main-wrapper .category-main .header-categories .submenu-container .submenu-img{margin-right:40px;margin-top:40px;display:block}header .header-main-wrapper .category-main .header-categories-right a{display:flex;font-size:16px;height:100%;align-items:center;color:#656c7d;line-height:24px;font-weight:400}header .header-main-wrapper .category-main .header-categories-right a .custom-icon{margin-right:8px}header .header-main-wrapper .category-main .header-categories,header .header-main-wrapper .category-main .header-categories-right{height:64px;display:flex;gap:32px;align-items:center}header .header-main-wrapper .category-main .header-categories:before,header .header-main-wrapper .category-main .header-categories-right:before{content:'';height:1px;width:100%;top:0;left:0;right:0;background:#3232470D;position:absolute}header .header-main-wrapper .category-main .header-categories li>a,header .header-main-wrapper .category-main .header-categories-right li>a{display:flex;font-size:16px;height:100%;align-items:center;color:#656c7d;line-height:24px;font-weight:400}header .header-main-wrapper .category-main .header-categories li>a .custom-icon,header .header-main-wrapper .category-main .header-categories-right li>a .custom-icon{margin-right:8px}header .header-main-wrapper .header-menu-items{border-top:1px solid #e2e4e9}header .header-main-wrapper .header-menu-items ul,header .header-main-wrapper .header-menu-items li{margin:0}@media (max-width:992px){.category-main.active,.header-menu-items.active{display:block}.category-main:not(.active),.header-menu-items:not(.active){display:none}.header-top-wrapper .header-top-menus>a{display:none}.header-main-wrapper{height:124px;align-items:center;display:flex}.header-main-wrapper .mobile-menu{display:flex;align-items:center}.header-main-wrapper .header-logo{max-width:148px;margin-left:16px}.header-main-wrapper .header-search{margin:14px 0 0;box-shadow:rgba(17,17,26,.1) 0px 1px 0px;order:4;width:100%;flex:none;max-width:-webkit-fill-available}.header-main-wrapper .header-search input{height:40px !important}.header-main-wrapper .header-link-items{gap:0;flex:1;justify-content:flex-end}.header-main-wrapper .header-link-items .header.links .link.wishlist,.header-main-wrapper .header-link-items .header.links .link.authorization-link{margin-left:10px}.header-main-wrapper .header-link-items .header.links .link.wishlist{display:none}.header-main-wrapper .header-link-items .header-menu-item{padding:8px 10px !important}.header-main-wrapper .header-link-items .header-menu-item span{display:none}.header-main-wrapper .header-link-items .header-menu-item:last-child{padding-right:0 !important}.header-main-wrapper .header-link-items .header-menu-item:nth-child(3){display:none !important}.header-main-wrapper .header-link-items .minicart-wrapper{margin-left:10px}.header-main-wrapper .header-link-items .minicart-wrapper .header-menu-item{padding-right:0 !important}.header-main-wrapper .category-area{display:none !important}}@media (min-width:993px){.header.content{min-height:100px}.header-top-wrapper .header-top-menus>a{display:flex}.header-main-wrapper .mobile-menu{display:none}.header-main-wrapper .header-logo{max-width:222px}.header-main-wrapper .header-search{margin:0 30px;max-width:415px;flex:1}.header-main-wrapper .header-search input{height:auto !important}.header-main-wrapper .minicart-wrapper{margin-left:0 !important}}@media (min-width:993px) and (min-width:577px){#minicart-content-wrapper{top:10px;right:10px;width:565px;border-radius:16px}}@media only screen and (max-width:768px){.nav-before-open{height:100%;overflow-x:hidden;width:100%}.nav-before-open body{height:100%;overflow:hidden;position:relative;width:100%}.nav-before-open .page-wrapper{-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:0;overflow:hidden;position:relative}.nav-sections{background:#fff;-webkit-overflow-scrolling:touch;-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:calc(100% - 160px);left:-1000%;overflow:auto;position:fixed;top:161px;width:100%}.nav-sections .nav-sections-items{position:relative;z-index:1}.nav-sections .nav-sections-items .nav-sections-item-content{box-sizing:border-box;float:right;margin-left:-100%;margin-top:15px;width:100%;padding:25px 0;padding-top:0}.nav-sections .nav-sections-items .nav-sections-item-content:before{content:'';display:table}.nav-sections .nav-sections-items .nav-sections-item-content:after{content:'';display:table;clear:both}.nav-sections .nav-sections-items .nav-sections-item-content .navigation{display:initial;position:initial;padding:0;background:#f0f0f0;box-sizing:border-box}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul{display:initial;margin:0;padding:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li{margin:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li a{display:block;color:#323d58 !important;text-decoration:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li a:hover{color:#323d58;text-decoration:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li:first-child{border:none !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0{border-top:1px solid #ebeae6;margin-left:20px;margin-right:20px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0 a{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.level-top{text-transform:uppercase;word-wrap:break-word;padding-bottom:15px;padding-top:15px;padding-left:0;padding-right:0;position:relative}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.level-top.ui-state-active span:last-child{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M19 12H5M5 12L12 19M5 12L12 5" stroke="%23808695" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;padding-left:30px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.level-top .ui-menu-icon{display:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.level-top:not(.ui-state-active):after{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M7.5 15L12.5 10L7.5 5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;content:"";position:absolute;right:0;width:20px;height:20px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu{position:initial !important;top:initial;left:initial;column-count:1 !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li{word-wrap:break-word;border-bottom:1px solid #ebeae6;margin-bottom:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li:last-child{border:none !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.last{border:none !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.category-item.banner-image{float:none !important;text-align:center;margin-bottom:25px;margin-left:-15px;margin-top:15px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.category-item.banner-image:not(.mobile){display:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.category-item.banner-image.mobile{margin:15px auto 15px auto !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.category-item.banner-image img{float:none !important;border-radius:10px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li>a{font-weight:400;padding-top:10px;padding-bottom:10px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li>a .ui-menu-icon{display:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li>a.ui-state-active{font-weight:600;padding-bottom:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li>a.ui-state-active:after{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15 12.5L10 7.5L5 12.5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;content:"";position:absolute;right:15px;width:20px;height:20px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.level1>.submenu{position:initial !important;top:initial;left:initial;column-count:1 !important;margin-top:10px;margin-bottom:10px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.level1>.submenu>li{margin:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.level1>.submenu>li>a{padding-top:10px;padding-bottom:10px;font-weight:400}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child){font-weight:400;line-height:1.3;left:auto !important;overflow-x:hidden;padding:0;position:relative;top:auto !important;transition:left .3s ease-out}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child).expanded{padding-right:0;top:0 !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child)>ul{display:block;padding-left:15px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child)>ul>li{margin:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child)>ul>li>a{color:#575757;display:block;line-height:normal;padding-left:15px}.nav-open .nav-sections{left:0;z-index:100}#minicart-content-wrapper{top:0;right:0;bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;width:100%;height:100%}#minicart-content-wrapper .modal-empty{margin-left:0 !important}#minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:auto !important}#minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-details .additional_options{flex-wrap:wrap}#minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-details .additional_options .additional-item{font-size:10px;margin-bottom:3px;margin-right:0 !important}.cart-container{margin-top:0 !important}.cart-container .cart-sidebar{position:fixed !important;bottom:0;top:initial !important;width:100%;margin-bottom:0;z-index:100;border-radius:24px 24px 0 0}.cart-container .cart-sidebar .block.discount{border-radius:0 !important}.cart-container .cart-sidebar .block.discount div.coupon .field{display:grid;grid-template-columns:1fr auto;column-gap:12px}.cart-container .cart-sidebar .block.discount div.coupon .field .control{width:100% !important}.cart-container .cart-sidebar .block.discount div.coupon .field .actions-toolbar{text-align:right;width:100%;max-width:100px}.cart-container .cart-sidebar .block.discount div.coupon .field .actions-toolbar button{width:100% !important}.cart-container .cart-sidebar .block.discount div.coupon .field .label{grid-column:span 2;width:100%;margin-bottom:5px}.cart-container .cart-sidebar .cart-summary{margin:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.cart-container .cart-sidebar .checkout-methods-items{margin:0 !important;background:#fff;padding:0 24px}.cart-container .cart-sidebar .checkout-methods-items>.item{margin-bottom:0}.cart-container .cart-content-container{margin:0;margin-left:15px !important;margin-right:15px !important}.cart-container .cart-content-container span.cart-title{font-size:16px !important}.cart-container .cart-content-container .clear{background-size:20px 20px !important}.cart-container .cart-content-container .clear span{font-size:14px !important;margin-left:30px !important;line-height:20px !important}.cart-container .cart-content-container .cart.items.data.table .cart.item{border:none}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info{position:relative}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.item{min-height:90px;position:relative;padding-top:15px}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.item .actions-toolbar{display:none !important}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.item .product-item-details .product-item-name{font-size:14px}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.qty{position:absolute;top:25px;left:62px}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.qty button{width:20px;height:20px;background-position-x:2px;background-position-y:2px;background-size:15px 15px}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.qty:before{content:initial}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.subtotal{display:none}.cms-index-index .page-header{margin-bottom:0 !important}}@media (max-width:576px){header .header-top-menus .header-top-links,header .header-top-menus .header-top-order-tracking{display:none !important}}html.nav-open{overflow:hidden}html.nav-open .nav-toggle.hamburger-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M6 6L18 18" stroke="%23323D58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important}.newsletter-wrapper{margin-top:12px}.newsletter-wrapper #newsletter-container{background-repeat:no-repeat;background-size:cover;background-position:center right;box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);border:.5px solid #e2e4e9;border-radius:24px}.newsletter-wrapper #newsletter-container .title{font-weight:500;font-style:normal;color:#323d58;margin-bottom:8px}.newsletter-wrapper #newsletter-container .description{font-weight:400;font-style:normal;color:#656c7d}.newsletter-wrapper #newsletter-container .form.subscribe .email-container{display:flex;align-items:center;gap:16px}.newsletter-wrapper #newsletter-container .form.subscribe .email-container input{margin-bottom:28px;margin-top:28px;padding:10px 12px;border-radius:8px;border:1px solid #e2e4e9;background:#fff;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);line-height:24px;letter-spacing:-.16px;font-size:16px;font-weight:400;height:auto !important}.newsletter-wrapper #newsletter-container .form.subscribe .email-container button{height:100%;padding:11px;display:flex;justify-content:center;align-items:center;border-radius:8px;border:1.1px solid #3e5170;background:#3e5170}.newsletter-wrapper #newsletter-container .form.subscribe .email-container button:after{content:none !important}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container{display:flex;gap:8px;align-items:center}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container input{margin:0;top:0 !important;width:20px;height:20px;border-radius:4px;border:1px solid #e2e4e9;background:#fff}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container input[type=checkbox]{appearance:none;-webkit-appearance:none}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container input[type=checkbox]:before{flex:1}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container input[type=checkbox]:checked:before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17L4 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container label{font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.12px;display:block;height:100%;color:#656c7d;margin-bottom:0}@media (max-width:768px){.newsletter-wrapper{margin-bottom:24px}#newsletter-container{background-image:none;background:#fff}#newsletter-container .newsletter-area{padding:24px;width:100%}#newsletter-container .newsletter-area .title{font-size:20px;line-height:28px;letter-spacing:-.4px}#newsletter-container .newsletter-area .description{font-size:14px;line-height:20px;letter-spacing:-.14px}}@media (min-width:768px){.newsletter-wrapper{margin-bottom:40px}#newsletter-container{background-image:url('../../frontend/Bellamaison/main/tr_TR/images/newsletter_bg.png')}#newsletter-container .newsletter-area{padding:47px 0 47px 64px;width:50%}#newsletter-container .newsletter-area .title{font-size:40px;line-height:48px;letter-spacing:-.8px;text-align:start}#newsletter-container .newsletter-area .description{font-size:16px;line-height:24px;letter-spacing:-.16px}#newsletter-container .newsletter-area form .email-container input{max-width:320px}}footer{padding:0 16px}.footer{display:flex;flex-direction:column;padding:0 16px}.footer.content{border:none !important;margin:0 !important;padding:0 !important}.footer .footer-container{background-color:#f7f5ef;border-radius:24px}.footer .holder-footer{justify-content:space-between}.footer .appearance-footer{height:20px;margin-top:10px}.footer .ruler-footer{display:flex;flex-direction:column;max-width:200px;list-style:none;padding:0;justify-content:space-between;align-items:flex-start;gap:12px}.footer .string-footer{display:flex;flex-direction:row;justify-content:left;align-items:flex-start;width:100%;gap:42px;border-top:1px solid #e1dfd9;border-bottom:1px solid #e1dfd9;padding-top:15px;flex-wrap:wrap}.footer .sentence-footer{margin:2px 0;color:#656c7d;font-size:14px;line-height:20px;letter-spacing:-.01em}.footer .headline-footer{font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em;color:#323d58}.footer .matter-footer{font-size:14px;color:#656c7d;display:flex;line-height:20px;font-weight:400;letter-spacing:-.01em;justify-content:space-between;align-items:center;gap:7px}.footer .summon-footer{text-decoration:none;color:#323d58;font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em}.footer .footer-support-container{display:flex;align-items:center}.footer .support-container-center{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer .support-container-center .appearance-footer{width:28px;height:28px;padding:4px}.footer .support-container-callcenter{background-color:#fff;border-radius:8px;padding:4px 8px 4px 4px;display:flex;align-items:center;border:.5px solid #e2e4e9}.footer .support-container-callcenter .callcenter-text-container{padding:0 12px}.footer .support-container-whatsapp{background-color:#fff;border-radius:8px;padding:4px 8px 4px 4px;display:flex;align-items:center;border:.5px solid #e2e4e9}.footer .support-container-whatsapp .whatsapp-text-container{padding:0 12px}.footer .support-container-title{padding:0;width:100%}.footer .footer-copyright-container{display:flex;align-items:center}.footer .back-to-top-button{display:flex;align-items:center;justify-content:space-between;gap:12px}.footer .callcenter-image-container{padding:10px;background-color:#f7f5ef;border-radius:4px}.footer .callcenter-image-container .custom-icon{width:28px;height:28px}.footer .whatsapp-image-container{padding:10px;background-color:#f7f5ef;border-radius:4px}.footer .whatsapp-image-container .custom-icon{width:28px;height:28px}.footer .footer-social-media{margin-bottom:12px}.footer .footer-copyright-text .copyright{margin-top:0;text-align:center}@media (min-width:768px){.footer .footer-container{padding:40px;margin-bottom:72px}.footer .footer-container .footer-corporate-container .footer-corporate-row{padding-bottom:16px}.footer .footer-container .footer-support-container{padding-bottom:32px}.footer .footer-container .footer-copyright-container{padding-top:24px}}@media (max-width:768px){.footer .footer-container{padding:20px 16px 24px;margin-bottom:16px}.footer .string-footer{flex-direction:column;border-top:none;border-bottom:none;gap:16px}.footer .footer-support-container{flex-direction:column;align-items:start}.footer .footer-support-container>img{margin-left:16px;margin-top:12px}.footer .support-container-center{flex-direction:column;padding:0;gap:16px;padding:32px 0 0;width:100%}.footer .ruler-footer{max-width:unset}.footer .pillar-footer{border-bottom:1px solid #e1dfd9;width:100%}.footer .footer-corporate-row .footer-corporate-column:not(.footer-social-media) .headline-footer.active+.footer-column-list{display:flex}.footer .footer-corporate-row .footer-corporate-column:not(.footer-social-media) .headline-footer:not(.active)+.footer-column-list{display:none}.footer .headline-footer{position:relative;margin-top:0;margin-bottom:12px}.footer .footer-column-title:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');position:absolute;right:0;transform:rotate(0deg);transition:transform .3s ease;height:20px;width:20px}.footer .footer-column-title.active:after{transform:rotate(180deg)}.footer .social-media-title:after{display:none}.footer .footer-list-item .list-item-text{display:none}.footer .social-media-container{flex-direction:row;gap:32px;margin-bottom:21px;justify-content:flex-start;flex-wrap:wrap}.footer .footer-copyright-container{flex-direction:column-reverse;justify-content:space-between;gap:16px;padding-top:24px}.footer .footer-copyright-text{border-top:1px solid #e1dfd9;border-bottom:1px solid #e1dfd9;padding:12px 0}.footer .footer-social-media{border-bottom:none;margin-bottom:0}.footer .support-container-callcenter{width:100%;justify-content:flex-start}.footer .support-container-whatsapp{width:100%;justify-content:flex-start}}.badge{border-radius:16px;display:inline}.badge.badge-sm{padding:0 8px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:-.12px}.badge.badge-md{padding:2px 10px;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px}.badge.badge-lg{padding:4px 12px;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px}.badge.badge-primary{color:#3e5170;background:#eceef1}.badge.badge-purple{color:#6439dd;background:#f1ecfe}.badge.badge-red{color:#cb2b2b;background:#fceaea}.badge.badge-yellow{color:#ac7c2d;background:#fef7ec}.badge.badge-green{color:#197c57;background:#e9f7f2}.badge.badge-grey{color:#383b42;background:#ececed}.badge.badge-teal{color:#2683a5;background:#ebf8fd}.badge.badge-blue{color:#2a6ae8;background:#eaf1ff}.badge.badge-pink{color:#5f2466;background:#f2b1f9}.badge.badge-orange{color:#db7028;background:#fef2ea}.badge.badge-brown{color:#886850;background:#f9f4f1}.vx-select{min-width:184px;cursor:pointer}.vx-select .vx-select-current{background:#fff;border-radius:8px;border:1px solid #e2e4e9;padding:8px 16px;display:flex;height:40px;align-items:center;gap:12px;position:relative;padding-right:48px;color:#808695}.vx-select .vx-select-current.sorting:before{content:'';background:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.1875 17.0312V8.125M13.8065 2.96875V11.875" stroke="%23323D58" stroke-width="2" stroke-linecap="round"/><path d="M3.33203 14.6875L6.18917 17.5L9.04632 14.6875M16.6654 5.3125L13.8082 2.5L10.9511 5.3125" stroke="%23323D58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');display:flex;align-items:center;height:20px;width:20px;background-size:100%;background-repeat:no-repeat}.vx-select .vx-select-current:after{content:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6L8 10L12 6" stroke="%23808695" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:16px;height:16px;position:absolute;display:flex;top:10px;right:16px;bottom:0}.vx-select .vx-select-current,.vx-select .vx-select-list li{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em}.vx-select.active .vx-select-current{background:#f6f8fa}.vx-select.active .vx-select-current:after{content:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 10L8 6L4 10" stroke="%23808695" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vx-select.active .vx-select-list-area{background-color:#fff;margin-top:8px}.vx-select.active .vx-select-list-area .vx-select-list{overflow-y:auto;padding-right:8px;display:flex;flex-direction:column;max-height:0;list-style:none;margin:0;padding:0}.vx-select.active .vx-select-list-area .vx-select-list li{margin-bottom:0}.vx-select.active .vx-select-list-area .vx-select-list li>a{display:flex;justify-content:space-between;flex:1;align-items:center}.vx-select .vx-select-list-area .vx-select-list{max-height:0;list-style:none;margin:0;padding:0;overflow:hidden}.vx-select .vx-select-list-area .vx-select-list li{color:#323d58}.vx-select .vx-select-list-area .vx-select-list li[data-value]:not([data-value=""]):hover{background:#f6f8fa}.vx-select .vx-select-list-area .vx-select-list::-webkit-scrollbar{background:#fff !important;width:6px !important}.vx-select .vx-select-list-area .vx-select-list::-webkit-scrollbar-thumb{background-color:#cdd0d5;border-radius:12px;border:1.5px solid transparent;background-clip:padding-box}.vx-select .vx-select-list-area .swatch-option{border:1px solid #e2e4e9;margin:0 8px 0 0;width:20px;height:20px;border-radius:100%;max-width:20px !important;min-width:20px !important}.vx-select .vx-select-list-area .swatch-option:hover{border:none}.vx-select .vx-select-list-area .swatch-option.color,.vx-select .vx-select-list-area .swatch-option.image{border:none}.vx-select .vx-close-btn{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%23ECEEF1"/><path d="M16.1654 7.8335L7.83203 16.1668M7.83203 7.8335L16.1654 16.1668" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:100%;width:24px;height:24px;background-position:center}.vx-select.filter .vx-select-list li{display:flex;justify-content:space-between;align-items:center}.vx-select.filter .vx-select-list li label{flex:1}.vx-select.filter .vx-select-list li input[type=checkbox]{appearance:none;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:5px;box-sizing:border-box;margin:0;cursor:pointer}.vx-select.filter .vx-select-list li input[type=checkbox]:checked{background:url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6654 3.5L5.2487 9.91667L2.33203 7" stroke="white" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-color:#3e5170;background-repeat:no-repeat;background-position:center}.vx-select.filter .vx-select-list li input[type=checkbox]:not(:checked){border:1px solid #e2e4e9}@media (min-width:768px){.vx-select{position:relative}.vx-select.active .vx-select-list-area{position:absolute;top:100%;left:0;width:100%;overflow:hidden;transition:max-height .3s ease;z-index:50;padding:12px 6px 12px 12px;border:.5px solid #e2e4e9;border-radius:12px}.vx-select.active .vx-select-list-area .vx-select-list{gap:8px;max-height:232px}.vx-select.active .vx-select-list-area .vx-select-list li{line-height:40px;border-radius:8px;padding-left:12px;padding-right:12px}.vx-select .vx-select-head{display:none}}.vx-select.basic{position:relative}.vx-select.basic.active .vx-select-list-area{position:absolute;top:100%;left:0;width:100%;overflow:hidden;transition:max-height .3s ease;z-index:50;padding:12px 6px 12px 12px;border:.5px solid #e2e4e9;border-radius:12px}.vx-select.basic.active .vx-select-list-area .vx-select-list{gap:8px;max-height:232px}.vx-select.basic.active .vx-select-list-area .vx-select-list li{line-height:40px;border-radius:8px;padding-left:12px;padding-right:12px}.vx-select.basic .vx-select-head{display:none}@media (max-width:768px){.vx-select:not(.basic){position:static}.vx-select:not(.basic).active .vx-select-list-area{position:fixed;bottom:0;left:0;right:0;top:inherit;border-top-left-radius:24px;border-top-right-radius:24px;padding:24px;z-index:110;transform:translateY(0);transition:transform .4s ease}.vx-select:not(.basic).active .vx-select-list-area .vx-select-list{gap:0;max-height:340px}.vx-select:not(.basic).active .vx-select-list-area .vx-select-list li{border-radius:0;padding:0;line-height:52px}.vx-select:not(.basic).active .vx-select-list-area .vx-select-list li:not(:last-child){border-bottom:.5px solid #e2e4e9 !important}.vx-select:not(.basic).active .vx-select-list-area .vx-select-head{display:flex;justify-content:space-between;align-items:center}.vx-select:not(.basic).active .vx-select-list-area .vx-select-head .vx-select-head-title{font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.01em;text-align:center;color:#323d58}.vx-select:not(.basic).active .vx-select-list-area:before{background:#eceef1;max-width:44px;height:4px;border-radius:10px;position:absolute;top:8px;left:0;content:'';right:0;margin:auto}.vx-select:not(.basic).active .vx-select-list-area:after{background:#eceef1;max-width:134px;height:5px;border-radius:10px;position:absolute;bottom:8px;left:0;content:'';right:0;margin:auto}.vx-select:not(.basic):not(.active) .vx-select-list-area{transform:translateY(100%);transition:transform .4s ease}.vx-select:not(.basic):not(.active) .vx-select-list-area .vx-select-head{display:none}}select[data-sorter=vx-sorter]{visibility:hidden;opacity:0}body{background:#fdfcfb}.logo{float:none}.page-main{max-width:1280px;margin:0 auto;width:100%}.page .messages{margin-top:20px}h1{font-size:72px;line-height:80px;letter-spacing:-1.44px}h2{font-size:64px;line-height:72px;letter-spacing:-1.28px}h3{font-size:56px;line-height:64px;letter-spacing:-1.12px}h4{font-size:48px;line-height:56px;letter-spacing:-.96px}h5{font-size:40px;line-height:48px;letter-spacing:-.8px}h6{font-size:36px;line-height:44px;letter-spacing:-.72px}.text-2xl{font-size:32px;line-height:40px;letter-spacing:-.64px}.text-xl{font-size:28px;line-height:36px;letter-spacing:-.56px}.text-lg{font-size:24px;line-height:32px;letter-spacing:-.48px}.messages .message.success,.messages .message.notice,.messages .message.warning,.messages .message.error,.messages .message.info{border-radius:5px;padding-left:15px}.messages .message.success>div:before,.messages .message.notice>div:before,.messages .message.warning>div:before,.messages .message.error>div:before,.messages .message.info>div:before{content:initial}.totals-tax{display:none}.modal{flex-direction:column;z-index:999}.modal:not(.active){display:none}.modal.active{display:block}.modal .modal-content{display:flex;flex:1;flex-direction:column}.modal .modal-content.active{display:flex}.modal .modal-bottom{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.modal .modal-bottom .btn{width:100%;text-align:center;justify-content:center;margin-top:32px}.modal .modal-bottom .modal-bottom-info{color:var(--text-color-text-sub,#656c7d);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.modal .modal-title-container{display:flex;align-items:center;gap:24px;color:var(--text-color-text-main,#323d58);font-size:18px;font-weight:500;line-height:24px;letter-spacing:-.36px}.modal .modal-title-container .modal-title{font-size:18px !important}.modal .modal-title-container .modal-close-btn{cursor:pointer}.modal .modal-title-container .modal-close-btn:before{width:20px;height:20px;background:var(--primary-primary-50,#eceef1);display:flex;padding:10px;border-radius:6.667px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15 5L5 15M5 5L15 15" stroke="%23323D58" stroke-width="1.38889" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.modal.center-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(51,51,51,.5);opacity:0;visibility:hidden;transition:all .2s ease}.modal.center-modal.active{opacity:1;visibility:visible}.modal.center-modal .modal-dialog{display:flex;align-items:center;max-width:416px;justify-content:center;margin:auto;height:100%}.modal.center-modal .modal-content{border-radius:16px;background:var(--white,#fff);padding:24px;box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);background:#fff}.modal.center-modal .modal-content .modal-title-container{display:flex;gap:12px;align-items:center}.modal.center-modal .modal-content .modal-logout-btn{background:#f6f8fa;border-radius:50%;padding:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.modal.center-modal .modal-content .modal-logout-btn:before{width:20px;height:20px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M13.3333 14.1667L17.5 10M17.5 10L13.3333 5.83333M17.5 10H7.5M7.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H7.5" stroke="%23323D58" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.modal.center-modal .modal-content .btn{justify-content:center;text-decoration:none}.modal.center-modal .modal-body span{color:var(--text-color-text-sub,#656c7d);display:block;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px;margin-top:18px;margin-bottom:32px}.modal.center-modal .modal-actions{display:flex;flex-direction:column;gap:16px}.modal:not(.center-modal){background:rgba(51,51,51,.5);width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0}.modal:not(.center-modal) .modal-dialog{display:flex;flex-direction:column;position:fixed;height:calc(100% - 20px);padding:24px;box-sizing:border-box;z-index:10;background:var(--white,#fff);box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);overflow-y:auto}.subscribe-modal .center-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center}.subscribe-modal .center-modal.active{display:flex}.subscribe-modal .modal-content{overflow-y:auto;max-height:600px;max-width:600px;background-color:#fff;padding:20px;border-radius:8px}.subscribe-modal .modal-title-container{position:relative;margin-bottom:30px;color:#3e5170 !important;font-size:24px !important;display:flex}.subscribe-modal .modal-title-container .modal-close-button{margin-left:auto;cursor:pointer}.subscribe-modal .modal-title-container .modal-close-button svg{width:40px;height:40px}#kvkk-modal .document{width:auto !important;padding:0 !important}.input-group .group-title,.select-group .group-title,.radio-group .group-title,.textarea-group .group-title,.radio-circle-group .group-title,.file-group .group-title{color:var(--text-color-text-sub,#656c7d);font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.14px;margin-bottom:6px;display:block}.input-group input,.select-group input,.radio-group input,.textarea-group input,.radio-circle-group input,.file-group input,.input-group select,.select-group select,.radio-group select,.textarea-group select,.radio-circle-group select,.file-group select{height:auto}.row-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.input-group label{color:var(--text-color-text-sub,#656c7d);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px;margin-bottom:6px;display:block}.input-group .input-item input{padding:10px 12px;outline:none;border:none;flex:1;width:100%;color:var(--text-color-text-main,#323d58);font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px;height:40px;border-radius:8px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);background:var(--white,#fff);box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);overflow:hidden}.input-group .input-item .input-item-edit{display:flex;align-items:center;color:var(--text-color-text-main,#323d58);text-align:center;font-size:12px;font-weight:400;line-height:16px;letter-spacing:-.12px;gap:6px;padding-right:12px;padding-top:10px;padding-bottom:10px}.input-group .input-item .input-item-edit:before{width:16px;height:16px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_940_24247)"><path d="M7.33398 2.66617H4.53398C3.41388 2.66617 2.85383 2.66617 2.426 2.88415C2.04968 3.0759 1.74372 3.38186 1.55197 3.75819C1.33398 4.18601 1.33398 4.74606 1.33398 5.86617V11.4662C1.33398 12.5863 1.33398 13.1463 1.55197 13.5741C1.74372 13.9505 2.04968 14.2564 2.426 14.4482C2.85383 14.6662 3.41388 14.6662 4.53398 14.6662H10.134C11.2541 14.6662 11.8141 14.6662 12.242 14.4482C12.6183 14.2564 12.9243 13.9505 13.116 13.5741C13.334 13.1463 13.334 12.5863 13.334 11.4662V8.66617M5.33397 10.6662H6.45033C6.77645 10.6662 6.93951 10.6662 7.09296 10.6293C7.22901 10.5967 7.35907 10.5428 7.47836 10.4697C7.61292 10.3872 7.72822 10.2719 7.95882 10.0413L14.334 3.66617C14.8863 3.11388 14.8863 2.21845 14.334 1.66617C13.7817 1.11388 12.8863 1.11388 12.334 1.66617L5.95881 8.04133C5.7282 8.27193 5.6129 8.38723 5.53045 8.52179C5.45734 8.64108 5.40347 8.77114 5.37081 8.90719C5.33397 9.06064 5.33397 9.2237 5.33397 9.54982V10.6662Z" stroke="%23808695" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_940_24247"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>')}.input-group .textarea-item textarea{border-radius:8px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);background:var(--white,#fff);box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);width:100%;resize:none;color:var(--text-color-text-soft,#808695);font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;padding:12px 14px;box-sizing:border-box}.select-items{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.select-items .select-item{border-radius:8px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);background:var(--white,#fff);box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);padding:0 16px;color:var(--text-color-text-soft,#808695);font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;width:100%}.select-items select{height:40px}.radio-group .radio-items{display:flex;align-items:center;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);border-radius:8px;overflow:hidden}.radio-group .radio-items label{cursor:pointer}.radio-group .radio-items input{display:none}.radio-group .radio-items input:checked+label{background:#3e5170;color:#fff}.radio-group .radio-items .radio-item{color:var(--text-color-text-sub,#656c7d);font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px;padding:8px 16px;text-align:center;flex:1}.radio-group .radio-items .radio-item:last-child{white-space:nowrap}.radio-circle-group .radio-items{display:flex;gap:24px}.radio-circle-group .radio-item{display:flex}.radio-circle-group .radio-circle-icon{width:24px;height:24px;border-radius:50%;border:1px solid #e2e4e9;margin-right:12px;box-sizing:border-box}.radio-circle-group label{display:flex;align-items:center;color:var(--text-color-text-main,#323d58);font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px;box-sizing:border-box}.radio-circle-group input{display:none}.radio-circle-group input:checked+label .radio-circle-icon{box-sizing:border-box;border:4px solid #3e5170}.button-group{border-radius:8px;justify-content:center;color:var(--text-color-text-white,#fff);background:var(--primary,#3e5170);margin:auto;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px;grid-column:span 2;text-align:center}.button-group button{text-align:center;border:none;justify-content:center;margin:0}.switch-group{display:flex;flex-direction:column;gap:32px}.switch-group .switch-item{display:flex;gap:24px;align-items:center}.switch-group .switch-item span{color:var(--text-color-text-main,#323d58);font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}.switch-group .switch-item input[type=checkbox]{position:relative;appearance:none;width:60px;height:32px;background:#cdd0d5;border-radius:50px;flex-shrink:0;cursor:pointer;transition:.4s}.switch-group .switch-item input:checked[type=checkbox]{background:#3e5170}.switch-group .switch-item input[type=checkbox]:after{position:absolute;content:"";width:24px;height:24px;top:4px;left:4px;background:#fff;border-radius:50%;transform:scale(1);transition:.4s}.switch-group .switch-item input:checked[type=checkbox]:after{left:52%}.file-group .file-item{display:flex;border:1px dashed rgba(0,0,0,.25);padding:16px 32px;border-radius:8px;align-items:center}.file-group .file-item label{display:flex;flex:1}.file-group .file-item input[type=file]{display:none}.file-group .file-item .file-info{display:flex;flex-direction:column;flex:1}.file-group .file-item .file-info .file-title{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em;color:#323d58}.file-group .file-item .file-info .file-text{color:#808695}.file-group .file-item .remove-file{display:none;align-items:center;padding:8px 28px;gap:12px;border-radius:8px;border:1px solid #df2f2f;height:40px;color:#df2f2f;cursor:pointer}@media (min-width:576px){.file-group .file-item .file-info{margin-left:24px}}@media (max-width:576px){.file-group .file-item{flex-direction:column;gap:24px}.file-group .file-item label{flex-direction:column;align-items:center;gap:24px;text-align:center}.file-group .file-item label .file-text{margin-top:8px}}@media (min-width:577px){.modal:not(.center-modal) .modal-dialog{top:10px;right:10px;width:565px;border-radius:16px}}@media (max-width:576px){.modal:not(.center-modal) .modal-dialog{bottom:0 !important;width:100%;right:0;top:initial;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:16px;border-top-right-radius:16px}.modal:not(.center-modal) .modal-dialog .modal-title-container{margin-bottom:36px !important;justify-content:space-between}.modal:not(.center-modal) .modal-dialog .modal-title-container .modal-close-btn{order:1}.modal:not(.center-modal) .modal-dialog .modal-title-container .modal-close-btn:before{padding:2px;border-radius:50%}.modal:not(.center-modal) .modal-dialog .modal-content .input-group{margin-bottom:16px !important}.modal:not(.center-modal) .modal-dialog .btn{width:100%;justify-content:center}}#new-address-modal{flex-direction:column;gap:20px;z-index:90}#new-address-modal .modal-content{flex-direction:column;gap:20px}#new-address-modal:not(.active){display:none}#new-address-modal.active{display:flex}#new-address-modal input,#new-address-modal select,#new-address-modal textarea{color:var(--text-color-text-soft,#808695);font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}#logout-modal .modal-title-container:before{width:32px;height:32px;content:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="%23F6F8FA"/><path d="M19.3333 20.1667L23.5 16M23.5 16L19.3333 11.8333M23.5 16H13.5M13.5 8.5H12.5C11.0999 8.5 10.3998 8.5 9.86502 8.77248C9.39462 9.01217 9.01217 9.39462 8.77248 9.86502C8.5 10.3998 8.5 11.0999 8.5 12.5V19.5C8.5 20.9001 8.5 21.6002 8.77248 22.135C9.01217 22.6054 9.39462 22.9878 9.86502 23.2275C10.3998 23.5 11.0999 23.5 12.5 23.5H13.5" stroke="%23323D58" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}#logout-modal .modal-actions .action.secondary{border:1px solid transparent !important}.product-cart-item{border-radius:12px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);background:var(--white,#fff);box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);margin-bottom:0;height:100%;display:flex;flex-direction:column}.product-cart-item .product-cart-image{display:flex;justify-content:center;position:relative;width:100%}.product-cart-item .product-cart-image>a{width:100%}.product-cart-item .product-cart-image>a .swiper-slide{height:auto !important}.product-cart-item .product-cart-image>a.product-item-photo img{border-radius:6px;height:100%;object-fit:cover;width:100%}.product-cart-item .product-cart-image .product-card-favorite{position:absolute;border-radius:8px;border:.435px solid var(--white,#fff);background:var(--white,#fff);z-index:10;box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);width:32px;height:32px;display:flex;align-items:center;justify-content:center}.product-cart-item .product-cart-image .product-card-favorite:after{display:flex;position:relative;height:16px;width:16px;content:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.99804 3.42388C6.66514 1.8656 4.44243 1.44643 2.7724 2.87334C1.10237 4.30026 0.867249 6.68599 2.17874 8.3736C3.26915 9.77674 6.56912 12.7361 7.65067 13.6939C7.77167 13.801 7.83218 13.8546 7.90275 13.8757C7.96434 13.8941 8.03174 13.8941 8.09333 13.8757C8.1639 13.8546 8.2244 13.801 8.34541 13.6939C9.42696 12.7361 12.7269 9.77674 13.8173 8.3736C15.1288 6.68599 14.9224 4.28525 13.2237 2.87334C11.5249 1.46144 9.33094 1.8656 7.99804 3.42388Z" stroke="%23808695" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.product-cart-item .product-cart-image .product-card-favorite .actions-secondary a span{display:none}.product-cart-item .product-cart-image .product-card-favorite.active:after{content:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="%233E5170" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.99804 3.42388C6.66514 1.8656 4.44243 1.44643 2.7724 2.87334C1.10237 4.30026 0.867249 6.68599 2.17874 8.3736C3.26915 9.77674 6.56912 12.7361 7.65067 13.6939C7.77167 13.801 7.83218 13.8546 7.90275 13.8757C7.96434 13.8941 8.03174 13.8941 8.09333 13.8757C8.1639 13.8546 8.2244 13.801 8.34541 13.6939C9.42696 12.7361 12.7269 9.77674 13.8173 8.3736C15.1288 6.68599 14.9224 4.28525 13.2237 2.87334C11.5249 1.46144 9.33094 1.8656 7.99804 3.42388Z" stroke="%233E5170" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.product-cart-item .product-cart-image .product-card-basket{position:absolute;width:32px;height:32px;display:flex;align-items:center;justify-content:center;z-index:1;background:#fff;border-radius:8px;cursor:pointer}.product-cart-item .product-discount{margin:16px 8px 0;line-height:12px}.product-cart-item .product-discount .product-discount-text{display:inline-flex;padding:0 8px;align-items:center;border-radius:16px;background:var(--green-green-50,#e9f7f2);mix-blend-mode:multiply;color:var(--green-green-700,#197c57);text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.12px;text-transform:uppercase}.product-cart-item .product-cart-info{display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1;justify-content:space-between}.product-cart-item .product-cart-info .product-card-name{color:var(--text-color-text-main,#323d58);font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px;margin-top:12px}.product-cart-item .product-cart-info .price-box{display:flex;align-items:center;flex-wrap:wrap}.product-cart-item .product-cart-info .price-box .price-box-container{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-cart-item .product-cart-info .price-box .price-box-container>.price-container .price{color:var(--text-color-text-main,#323d58);font-size:20px;font-weight:600}.product-cart-item .product-cart-info .price-box>.price-container .price-wrapper .price{color:var(--red-red-600,#3e5170);font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.4px}.product-cart-item .product-cart-info .price-box .old-price>span{color:var(--text-color-text-soft,#808695);font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration:line-through;text-decoration-color:#808695}.product-cart-item .product-cart-info .price-box .old-price>span .price{font-size:14px}.product-cart-item .product-cart-info .price-box .special-price>span{color:var(--red-red-600,#cb2b2b);float:right}.product-cart-item .product-cart-info .price-box .special-price>span .price{font-size:20px;font-weight:600}.product-cart-item .product-cart-info .price-box .product-instead-text{color:var(--text-color-text-soft,#808695);font-family:"Familjen Grotesk";font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.product-cart-item .product-options-container{z-index:2;border-radius:12px 12px 0 0;border-top:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.8);backdrop-filter:blur(12px);flex-direction:column;position:absolute;justify-content:space-between;align-items:flex-start;bottom:0;width:100%;height:auto;flex-shrink:0;padding-top:16px;display:flex;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.product-cart-item .product-options-container.visible{visibility:visible;opacity:1}.product-cart-item .product-options-container .product-options-close-btn{position:absolute;right:12px;top:12px;cursor:pointer}.product-cart-item .product-options-container .configurablepro_container{width:100%;margin-bottom:5px}.product-cart-item .product-options-container .configurablepro_container h3{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.072px;margin:0;margin-bottom:5px}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.swiper .swiper-slide{width:auto}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item{padding:2px 10px;text-align:center;border-radius:6px;cursor:pointer}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item span{font-size:14px;font-weight:500;line-height:16px;color:var(--white,#fff)}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item.selected{background:#323d58;border:1px solid #323d58}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item.selected span{color:#fff}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item:not(.selected){background:#fff;border:1px solid #e2e4e9}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item:not(.selected) span{color:#323d58}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_image{display:flex;flex-wrap:wrap;gap:8px}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_image .configurablepro-item{padding-bottom:4px;cursor:pointer}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_image .configurablepro-item img{border-radius:6px;width:40px;height:40px}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_image .configurablepro-item.selected img{border:2px solid #323d58}.product-cart-item .product-options-container>form{width:100%}.product-cart-item .product-options-container>form .add-to-cart-button{cursor:pointer;display:flex;width:100%;padding:8px 14px;margin:0;justify-content:center;align-items:center;gap:8px;border-radius:8px;border-top-right-radius:0;border-top-left-radius:0;border:1px solid var(--primary,#3e5170);background:var(--primary,#3e5170);color:var(--text-color-text-white,#fff);font-size:14px;font-style:normal;font-weight:600;line-height:20px;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);opacity:1}.product-cart-item .product-options-container>form .add-to-cart-button:after{content:initial}.product-cart-item .product-options-container>form .add-to-cart-button .add-to-cart-icon{width:20px;height:20px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 2.5C11.1935 2.5 12.3381 2.97411 13.182 3.81802C14.0259 4.66193 14.5 5.80653 14.5 7V7.75H17.5V9.25H16.6248L16.057 16.0623C16.0414 16.2497 15.9559 16.4244 15.8176 16.5518C15.6792 16.6791 15.4981 16.7499 15.31 16.75H4.69C4.50193 16.7499 4.32077 16.6791 4.18242 16.5518C4.04406 16.4244 3.95861 16.2497 3.943 16.0623L3.3745 9.25H2.5V7.75H5.5V7C5.5 5.80653 5.97411 4.66193 6.81802 3.81802C7.66193 2.97411 8.80653 2.5 10 2.5ZM15.1195 9.25H4.87975L5.38 15.25H14.6193L15.1195 9.25ZM10.75 10.75V13.75H9.25V10.75H10.75ZM7.75 10.75V13.75H6.25V10.75H7.75ZM13.75 10.75V13.75H12.25V10.75H13.75ZM10 4C9.23032 4 8.49008 4.29583 7.93239 4.82629C7.3747 5.35676 7.04223 6.08128 7.00375 6.85L7 7V7.75H13V7C13 6.23032 12.7042 5.49008 12.1737 4.93239C11.6432 4.3747 10.9187 4.04223 10.15 4.00375L10 4Z" fill="white"/></svg>')}.product-cart-item .product-options-container .close-button{position:absolute;top:5px;right:5px;cursor:pointer;width:20px;height:20px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.2887 14.9617C16.4649 15.1379 16.5638 15.3767 16.5638 15.6258C16.5638 15.8749 16.4649 16.1137 16.2887 16.2899C16.1126 16.466 15.8737 16.5649 15.6247 16.5649C15.3756 16.5649 15.1367 16.466 14.9606 16.2899L10.0005 11.3281L5.03874 16.2883C4.86262 16.4644 4.62374 16.5634 4.37467 16.5634C4.1256 16.5634 3.88673 16.4644 3.71061 16.2883C3.53449 16.1122 3.43555 15.8733 3.43555 15.6242C3.43555 15.3752 3.53449 15.1363 3.71061 14.9602L8.67233 10L3.71217 5.0383C3.53605 4.86218 3.43711 4.62331 3.43711 4.37423C3.43711 4.12516 3.53605 3.88629 3.71217 3.71017C3.88829 3.53405 4.12716 3.43511 4.37624 3.43511C4.62531 3.43511 4.86418 3.53405 5.0403 3.71017L10.0005 8.67189L14.9622 3.70939C15.1383 3.53327 15.3772 3.43433 15.6262 3.43433C15.8753 3.43433 16.1142 3.53327 16.2903 3.70939C16.4664 3.88551 16.5654 4.12438 16.5654 4.37345C16.5654 4.62252 16.4664 4.86139 16.2903 5.03751L11.3286 10L16.2887 14.9617Z" fill="%23323D58"/></svg>')}.product-cart-item .view-configurable-button{cursor:pointer;display:flex;width:100%;padding:8px 14px;margin:0;margin-top:-5px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border-top-left-radius:0;border-top-right-radius:0;border:1px solid var(--primary,#3e5170);background:var(--primary,#3e5170);color:var(--text-color-text-white,#fff);font-family:"Familjen Grotesk";font-size:14px;font-style:normal;font-weight:600;line-height:20px;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);opacity:1}.product-cart-item .view-configurable-button:after{content:initial}.product-cart-item .view-configurable-button .add-to-cart-icon{width:20px;height:20px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 2.5C11.1935 2.5 12.3381 2.97411 13.182 3.81802C14.0259 4.66193 14.5 5.80653 14.5 7V7.75H17.5V9.25H16.6248L16.057 16.0623C16.0414 16.2497 15.9559 16.4244 15.8176 16.5518C15.6792 16.6791 15.4981 16.7499 15.31 16.75H4.69C4.50193 16.7499 4.32077 16.6791 4.18242 16.5518C4.04406 16.4244 3.95861 16.2497 3.943 16.0623L3.3745 9.25H2.5V7.75H5.5V7C5.5 5.80653 5.97411 4.66193 6.81802 3.81802C7.66193 2.97411 8.80653 2.5 10 2.5ZM15.1195 9.25H4.87975L5.38 15.25H14.6193L15.1195 9.25ZM10.75 10.75V13.75H9.25V10.75H10.75ZM7.75 10.75V13.75H6.25V10.75H7.75ZM13.75 10.75V13.75H12.25V10.75H13.75ZM10 4C9.23032 4 8.49008 4.29583 7.93239 4.82629C7.3747 5.35676 7.04223 6.08128 7.00375 6.85L7 7V7.75H13V7C13 6.23032 12.7042 5.49008 12.1737 4.93239C11.6432 4.3747 10.9187 4.04223 10.15 4.00375L10 4Z" fill="white"/></svg>')}.collection-list .swiper-slide{height:auto}@media (min-width:768px){.product-cart-item{padding:8px}.product-cart-item .product-card-basket{bottom:20px;right:20px}.product-cart-item .product-cart-image .product-card-favorite{right:12px;top:12px}.product-cart-item .product-cart-info{margin:0 8px}.product-cart-item .product-cart-info .price-box{gap:12px}}@media (max-width:768px){.product-cart-item{width:auto;min-width:0;padding:4px}.product-cart-item .product-card-basket{bottom:6px;right:6px}.product-cart-item .product-cart-image .product-card-favorite{right:6px;top:6px}.product-cart-item .product-cart-info{margin:0 8px 8px}.product-cart-item .product-cart-info .product-card-name{font-size:14px;line-height:16px;letter-spacing:-.12px}.product-cart-item .product-cart-info .price-box{flex-wrap:wrap;gap:6px}.product-cart-item .product-cart-info .price-box .price-final_price{font-size:16px;line-height:20px;letter-spacing:-.14px}}@media (min-width:768px){#cartpopup-modal .modal-dialog{max-width:682px}}@media (max-width:768px){#cartpopup-modal .modal-dialog{max-width:100%;align-items:flex-end}#cartpopup-modal .modal-dialog .modal-content{border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:0;border-bottom-right-radius:0}#cartpopup-modal .modal-dialog .modal-content .modal-body{flex-direction:column}}#cartpopup-modal .modal-content .modal-title-container{justify-content:flex-end;margin-bottom:28px}#cartpopup-modal .modal-body{display:flex;flex-direction:row;gap:16px}#cartpopup-modal .modal-body .product.item{flex:2;display:flex;gap:16px;padding:8px;border-radius:6px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);align-items:center;height:fit-content}#cartpopup-modal .modal-body .product.item .image-container,#cartpopup-modal .modal-body .product.item .image-container a{display:inline-flex}#cartpopup-modal .modal-body .product.item img{border-radius:6px;width:84px}#cartpopup-modal .modal-body .modal-actions{flex:1}#cartpopup-modal .modal-body .modal-actions .btn{margin:0}#cartpopup-modal .modal-body .modal-actions .btn-primary:after{content:url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66797 9.99996H16.3346M16.3346 9.99996L10.5013 4.16663M16.3346 9.99996L10.5013 15.8333" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');margin-left:12px}#cartpopup-modal .modal-body .modal-actions .action.secondary:hover{border:1px solid transparent}#cartpopup-modal .message.success{display:flex;padding:4px 12px;gap:8px;border-radius:4px;align-items:center}#cartpopup-modal .message.success>*:first-child:before{content:''}#cartpopup-modal .message.success .message{line-height:16px}#cartpopup-modal .message.success .custom-icon.check-icon{border-radius:50%;background-color:#006400;width:14px;height:14px}.products-grid{padding:16px}.wishlist-products-container{display:grid;gap:20px}.wishlist-products-container .product-item-inner{display:none}.catalog-product-view .action.towishlist:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9932 5.13581C9.9938 2.7984 6.65975 2.16964 4.15469 4.31001C1.64964 6.45038 1.29697 10.029 3.2642 12.5604C4.89982 14.6651 9.84977 19.1041 11.4721 20.5408C11.6536 20.7016 11.7444 20.7819 11.8502 20.8135C11.9426 20.8411 12.0437 20.8411 12.1361 20.8135C12.2419 20.7819 12.3327 20.7016 12.5142 20.5408C14.1365 19.1041 19.0865 14.6651 20.7221 12.5604C22.6893 10.029 22.3797 6.42787 19.8316 4.31001C17.2835 2.19216 13.9925 2.7984 11.9932 5.13581Z" stroke="%23323D58" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.catalog-product-view .action.towishlist.active:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%233E5170"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9932 5.13581C9.9938 2.7984 6.65975 2.16964 4.15469 4.31001C1.64964 6.45038 1.29697 10.029 3.2642 12.5604C4.89982 14.6651 9.84977 19.1041 11.4721 20.5408C11.6536 20.7016 11.7444 20.7819 11.8502 20.8135C11.9426 20.8411 12.0437 20.8411 12.1361 20.8135C12.2419 20.7819 12.3327 20.7016 12.5142 20.5408C14.1365 19.1041 19.0865 14.6651 20.7221 12.5604C22.6893 10.029 22.3797 6.42787 19.8316 4.31001C17.2835 2.19216 13.9925 2.7984 11.9932 5.13581Z" stroke="%233E5170" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}@media (min-width:768px){.wishlist-products-container{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (max-width:768px){.wishlist-products-container{grid-template-columns:repeat(2,minmax(125px,1fr))}.products-grid.wishlist a.product-item-photo{margin-right:0;margin-bottom:0}}@media (min-width:768px) and (max-width:992px){.wishlist-products-container{grid-template-columns:repeat(2,minmax(125px,1fr))}}@media (max-width:1130px){.product-card-container .product-info-container .price-box{flex-wrap:wrap}}.block-reset-password .actions-toolbar,.block-customer-forgotpassword .actions-toolbar{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.block-reset-password .actions-toolbar .primary,.block-customer-forgotpassword .actions-toolbar .primary{width:100%}.block-reset-password .actions-toolbar .primary button,.block-customer-forgotpassword .actions-toolbar .primary button,.block-reset-password .actions-toolbar .primary a,.block-customer-forgotpassword .actions-toolbar .primary a{display:flex;width:100%;padding:12px 28px;justify-content:center;align-items:center;gap:12px;border-radius:8px;background:var(--primary,#3e5170);border:none}.block-reset-password .actions-toolbar .primary button .icon,.block-customer-forgotpassword .actions-toolbar .primary button .icon,.block-reset-password .actions-toolbar .primary a .icon,.block-customer-forgotpassword .actions-toolbar .primary a .icon{width:24px;height:24px;flex-shrink:0;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.block-reset-password .actions-toolbar .primary button .text,.block-customer-forgotpassword .actions-toolbar .primary button .text,.block-reset-password .actions-toolbar .primary a .text,.block-customer-forgotpassword .actions-toolbar .primary a .text{color:var(--text-color-text-white,#fff);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}.block-reset-password .check-img,.block-customer-forgotpassword .check-img{width:84px;height:84px;background-color:#bbe6d6;display:flex;justify-content:center;align-items:center;border-radius:50%}.block-reset-password .check-img .check,.block-customer-forgotpassword .check-img .check{background-image:url('../../frontend/Bellamaison/main/tr_TR/images/check.svg');width:55px;height:55px;display:block}.block-reset-password .copyright-text,.block-customer-forgotpassword .copyright-text{text-align:center}.customer-account-resetpasswordpost .column.main{padding:0 16px}body.overlay{overflow:hidden}body.overlay:before{transition:background .3s ease;position:fixed;top:0;right:0;background:rgba(51,51,51,.5);width:100%;content:'';height:100%;z-index:100}.kvkk-form .document{width:90%;margin:0 auto;padding:20px;border-radius:16px;box-shadow:0px 0px 8px -1px rgba(50,50,71,.05);background:#fff}.kvkk-form .kvkk-header{text-align:center}.kvkk-form .kvkk-header .kvkk-logo,.kvkk-form .kvkk-header .kvkk-logo1,.kvkk-form .kvkk-header .kvkk-logo2,.kvkk-form .kvkk-header .kvkk-logo3,.kvkk-form .kvkk-header .kvkk-logo4{max-width:224px}.kvkk-form .kvkk-header .kvkk-logo1{margin-bottom:30px;margin-top:30px}.kvkk-form .kvkk-header .kvkk-logo2,.kvkk-form .kvkk-header .kvkk-logo4{margin-top:40px}.kvkk-form .kvkk-header .kvkk-logo4{margin-bottom:-20px}.kvkk-form .kvkk-section-title,.kvkk-form .kvkk-section-title2{font-weight:700;font-size:16px}.kvkk-form .kvkk-section-title{margin-top:20px;margin-bottom:-10px}.kvkk-form .kvkk-section-title2{margin-top:-10px;margin-bottom:-10px;text-align:center}.kvkk-form .kvkk-no-bold-title{margin-top:20px}.kvkk-form .kvkk-title{font-size:18px;line-height:1.2;text-align:center;font-weight:700}.kvkk-form .kvkk-subtitle{font-size:16px;margin-top:-40px;text-align:center;font-weight:700}.kvkk-form .kvkk-intro-text,.kvkk-form .kvkk-content-text{font-size:14px;line-height:1.6;text-align:justify;margin-top:-10px;margin-bottom:20px}.kvkk-form .kvkk-intro-text strong,.kvkk-form .kvkk-content-text strong{color:#000;font-weight:700}.kvkk-form .kvkk-content-text-veri{font-size:14px;line-height:1.6;text-align:justify;margin-bottom:-10px}.kvkk-form .kvkk-custom-list{margin-left:20px;list-style-type:lower-alpha;padding-left:20px}.kvkk-form .kvkk-custom-list li{margin-bottom:8px}.kvkk-form .kvkk-application-methods{width:100%;border-collapse:separate;border-spacing:5px;margin:20px 0;margin-top:-10px;background-color:#fff}.kvkk-form .kvkk-application-methods th,.kvkk-form .kvkk-application-methods td{border:1px solid #ddd;padding:10px;text-align:left;font-size:14px;background-color:#f9f9f9}.kvkk-form .kvkk-application-methods th{background-color:#a9a9a9;color:#333;font-weight:700}.kvkk-form .kvkk-application-methods td:first-child{background-color:#a9a9a9;color:#333;font-weight:700;text-align:center}.kvkk-form .kvkk-application-methods td{vertical-align:top;background-color:#d3d3d3}.kvkk-form .kvkk-contact-info{width:100%;margin-top:10px;font-size:14px}.kvkk-form .kvkk-contact-info td{padding:5px;vertical-align:top}.kvkk-form .kvkk-contact-info td:first-child{display:flex;white-space:nowrap;font-weight:700;padding-right:10px}.kvkk-form .kvkk-contact-info td:nth-child(2){width:100%}.kvkk-form .kvkk-contact-info td a{color:#06c;text-decoration:none}.kvkk-form .kvkk-contact-info td a:hover{text-decoration:underline}.kvkk-form .kvkk-contact-info td .kvkk-label{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-weight:700;padding-right:10px}.kvkk-form .kvkk-contact-info td .kvkk-label strong:after{content:":";margin-left:30px}.kvkk-form .kvkk-form-table{width:100%;border-collapse:collapse;margin-top:10px;font-size:14px}.kvkk-form .kvkk-form-table td{border:1px solid #ddd;padding:10px;vertical-align:top;height:40px}.kvkk-form label{font-size:14px;margin-bottom:10px}.kvkk-form label input[type=checkbox]{margin-right:10px}.kvkk-form .kvkk-dotted-lines{margin-bottom:50px}.kvkk-form .kvkk-dotted-lines .kvkk-dot{border-bottom:1px dotted #000;margin-bottom:20px;width:100%;height:5px}.kvkk-form .kvkk-content-text2,.kvkk-form .kvkk-content-text3{font-size:14px;line-height:1.6;text-align:justify;margin-top:-10px}.kvkk-form .kvkk-content-text2{margin-bottom:30px}.kvkk-form .kvkk-form-info{display:flex;flex-direction:column}.kvkk-form .kvkk-form-info div{display:flex;justify-content:flex-start;font-size:12px}.kvkk-form .kvkk-form-info div strong{width:245px;font-size:14px;white-space:nowrap}.kvkk-form .kvkk-form-info div:after{content:":";font-weight:700}.kvkk-form .kvkk-form-info2{display:flex;flex-direction:column;margin-top:10px}.kvkk-form .kvkk-form-info2 div{display:flex;font-size:14px;align-items:center}.kvkk-form .kvkk-form-info2 div strong{width:80px;font-size:14px;white-space:nowrap;text-align:left}.kvkk-form .kvkk-form-info2 .kvkk-colon{font-weight:700;margin-left:15px;margin-right:5px}.catalog-product-view #shareModal .modal-content{background-color:#fff;margin:15% auto;padding:20px;border-radius:8px;text-align:center;max-width:600px}.catalog-product-view #shareModal .modal-content .modal-content-product-name{font-size:15px;font-weight:300;line-height:normal;letter-spacing:3.75px;margin-top:40px;margin-bottom:40px}.catalog-product-view #shareModal .modal-content-f-hr{height:2px;margin:10px 25px;opacity:.1;background-color:#000}.catalog-product-view #shareModal .modal-content h2{font-size:22px;line-height:normal;letter-spacing:8px;margin-bottom:0}.catalog-product-view #shareModal .modal-content .social-icons{display:flex;justify-content:space-evenly;align-items:center}.catalog-product-view #shareModal .modal-content .social-icons svg{display:block;margin:10px 0;width:30px}.catalog-product-view #shareModal .close-modal{color:#000;float:right;font-size:28px;font-weight:700;cursor:pointer;margin-left:auto;position:initial;background:0 0}.catalog-product-view #shareModal .close-modal:hover,.catalog-product-view #shareModal .close-modal:focus{color:#000;text-decoration:none;cursor:pointer}.catalog-product-view .review-and-share{display:flex;align-items:center}.catalog-product-view .review-and-share .yt-comment-point{display:flex}.catalog-product-view .review-and-share .yt-comment-point:after{content:'•';font-size:16px;color:#323d58;text-decoration:none;margin-left:8px;margin-right:8px}.catalog-product-view .review-and-share .action.share{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:14px}.catalog-product-view .review-and-share .action.share .share-icon{width:16px;height:16px;background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.72667 9.00671L10.28 11.66M10.2733 4.34004L5.72667 6.99337M14 3.33337C14 4.43794 13.1046 5.33337 12 5.33337C10.8954 5.33337 10 4.43794 10 3.33337C10 2.2288 10.8954 1.33337 12 1.33337C13.1046 1.33337 14 2.2288 14 3.33337ZM6 8.00004C6 9.10461 5.10457 10 4 10C2.89543 10 2 9.10461 2 8.00004C2 6.89547 2.89543 6.00004 4 6.00004C5.10457 6.00004 6 6.89547 6 8.00004ZM14 12.6667C14 13.7713 13.1046 14.6667 12 14.6667C10.8954 14.6667 10 13.7713 10 12.6667C10 11.5621 10.8954 10.6667 12 10.6667C13.1046 10.6667 14 11.5621 14 12.6667Z" stroke="%23323D58" stroke-width="1.2963" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:contain}.catalog-product-view .review-and-share .action.share .base{text-decoration:underline}@media (max-width:768px){.catalog-product-view .review-and-share .action.share .share-icon{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83333 9.16667C5.05836 9.16667 4.67087 9.16667 4.35295 9.25185C3.49022 9.48302 2.81635 10.1569 2.58519 11.0196C2.5 11.3375 2.5 11.725 2.5 12.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H13.5C14.9001 17.5 15.6002 17.5 16.135 17.2275C16.6054 16.9878 16.9878 16.6054 17.2275 16.135C17.5 15.6002 17.5 14.9001 17.5 13.5V12.5C17.5 11.725 17.5 11.3375 17.4148 11.0196C17.1836 10.1569 16.5098 9.48302 15.647 9.25185C15.3291 9.16667 14.9416 9.16667 14.1667 9.16667M13.3333 5.83333L10 2.5M10 2.5L6.66667 5.83333M10 2.5V12.5" stroke="%23323D58" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:36px;height:36px;background-repeat:no-repeat;background-size:20px;background-color:#fff;border-radius:8px;display:flex;justify-content:center;align-items:center;background-position:center;border:.5px solid #e2e4e9}.catalog-product-view .review-and-share .action.share .base,.catalog-product-view .review-and-share .action.share:before{display:none}}.catalog-product-view .page-title-wrapper.product{display:flex}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper{padding-top:32px;max-width:619px}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .col.label,.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .col.data{color:#323d58;font-weight:500}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .additional-attributes{width:100%}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .additional-attributes tr{display:flex;justify-content:space-between;padding:4px 16px;border-radius:4px}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .additional-attributes tr:nth-child(odd){background-color:#f6f8fa}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .additional-attributes tr:nth-child(even){background-color:#fff}.vx-custom-info{background:#f6f8fa;padding:12px;border-radius:8px;margin:0 0 10px}.vx-checkbox{appearance:none;width:16px;height:16px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.vx-checkbox:not(:checked){border:1px solid #e2e4e9}.vx-checkbox:checked{background-color:#2e74ff;background-image:url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 3L4.5 8.5L2 6" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:center}.product-options-container-modal .product-options-close-btn{display:none}.product-options-container-modal .configurablepro_container .configurablepro_list.swiper .swiper-slide{width:auto}:root{--primary-color:#3e5170;--secondary-color:#f7f5ef;--bg-white:#fff;--bg-primary:#fdfcfb;--stroke-white:#e2e4e9;--stroke-disable:#f6f8fa;--stroke-sub:#cdd0d5;--stroke-strong:#323d58;--text-white:#fff;--text-disable:#cdd0d5;--text-soft:#808695;--text-sub:#656c7d;--text-main:#323d58;--icon-white:#e2e4e9;--icon-disable:#cdd0d5;--icon-soft:#808695;--icon-sub:#656c7d;--icon-strong:#323d58;--primary-50:#eceef1;--primary-100:#c3c9d3;--primary-200:#a6afbd;--primary-300:#7e8a9f;--primary-400:#65748d;--primary-500:#3e5170;--primary-600:#384a66;--primary-700:#2c3a50;--primary-800:#222d3e;--primary-900:#1a222f;--cream-50:#fcfcfb;--cream-100:#f6f5f3;--cream-200:#f1f0ee;--cream-300:#ebeae6;--cream-400:#e7e5e1;--cream-500:#e1dfd9;--cream-600:#cdcbc5;--cream-700:#a09e9a;--cream-800:#7c7b77;--cream-900:#5f5e5b;--brown-50:#f9f4f1;--brown-100:#ebddd3;--brown-200:#e2cdbe;--brown-300:#d4b6a0;--brown-400:#cca88d;--brown-500:#bf9271;--brown-600:#ae8567;--brown-700:#886850;--brown-800:#69503e;--brown-900:#503d2f;--green-50:#e9f7f2;--green-100:#bbe6d6;--green-200:#9adac2;--green-300:#6cc9a7;--green-400:#4fbf95;--green-500:#23af7b;--green-600:#209f70;--green-700:#197c57;--green-800:#136044;--green-900:#0f4a34;--red-50:#fceaea;--red-100:#f5bfbf;--red-200:#f09f9f;--red-300:#ea7474;--red-400:#e55959;--red-500:#df2f2f;--red-600:#cb2b2b;--red-700:#9e2121;--red-800:#7b1a1a;--red-900:#5e1414;--orange-50:#fef2ea;--orange-100:#fbd6be;--orange-200:#f9c29e;--orange-300:#f6a772;--orange-400:#f49556;--orange-500:#f17b2c;--orange-600:#db7028;--orange-700:#ab571f;--orange-800:#854418;--orange-900:#653412;--yellow-50:#fef7ec;--yellow-100:#fbe6c4;--yellow-200:#f9daa7;--yellow-300:#f6c97f;--yellow-400:#f5be66;--yellow-500:#f2ae40;--yellow-600:#dc9e3a;--yellow-700:#ac7c2d;--yellow-800:#856023;--yellow-900:#66491b;--blue-50:#eaf1ff;--blue-100:#c2d6ff;--blue-200:#9bf;--blue-300:#73a2ff;--blue-400:#5890ff;--blue-500:#2e74ff;--blue-600:#2a6ae8;--blue-700:#2152b5;--blue-800:#19408c;--blue-900:#13316b;--purple-50:#f1ecfe;--purple-100:#d2c3fb;--purple-200:#bca7f9;--purple-300:#9e7ef7;--purple-400:#8b65f5;--purple-500:#6e3ff3;--purple-600:#6439dd;--purple-700:#4e2dad;--purple-800:#3d2386;--purple-900:#2e1a66;--teal-50:#ebf8fd;--teal-100:#c0e9f8;--teal-200:#a2dff5;--teal-300:#78d0f0;--teal-400:#5dc7ed;--teal-500:#35b9e9;--teal-600:#30a8d4;--teal-700:#2683a5;--teal-800:#1d6680;--teal-900:#164e62;--pink-50:#fceefe;--pink-100:#f6cafb;--pink-200:#f2b1f9;--pink-300:#ec8df6;--pink-400:#e877f5;--pink-500:#e255f2;--pink-600:#ce4ddc;--pink-700:#a03cac;--pink-800:#7c2f85;--pink-900:#5f2466;--grey-50:#ececed;--grey-100:#c3c4c7;--grey-200:#a6a8ab;--grey-300:#7e8085;--grey-400:#65676d;--grey-500:#3e4149;--grey-600:#383b42;--grey-700:#2c2e34;--grey-800:#222428;--grey-900:#1a1b1f}@font-face{font-family:'Familjen Grotesk';src:url('../../frontend/Bellamaison/main/tr_TR/fonts/FamiljenGrotesk-Bold.ttf') format('truetype');font-weight:700}@font-face{font-family:'Familjen Grotesk';src:url(../../frontend/Bellamaison/main/tr_TR/fonts/FamiljenGrotesk-SemiBold.ttf) format('truetype');font-weight:600}@font-face{font-family:'Familjen Grotesk';src:url(../../frontend/Bellamaison/main/tr_TR/fonts/FamiljenGrotesk-Medium.ttf) format('truetype');font-weight:500}@font-face{font-family:'Familjen Grotesk';src:url(../../frontend/Bellamaison/main/tr_TR/fonts/FamiljenGrotesk-Regular.ttf) format('truetype');font-weight:400}.container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1280px}}.grid{display:grid}.block{display:block}.hidden{display:none}.flex{display:flex}.inline-block{display:inline-block}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.table-wrapper{margin-bottom:20px}table>caption{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.table:not(.cart):not(.totals){border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>tbody>tr>th,.table:not(.cart):not(.totals)>tfoot>tr>th,.table:not(.cart):not(.totals)>thead>tr>td,.table:not(.cart):not(.totals)>tbody>tr>td,.table:not(.cart):not(.totals)>tfoot>tr>td{border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>thead>tr>td{border-bottom:1px solid #d1d1d1}.table:not(.cart):not(.totals) tfoot>tr:first-child th,.table:not(.cart):not(.totals) tfoot>tr:first-child td{border-top:1px solid #d1d1d1;padding-top:20px}.table:not(.cart):not(.totals) tfoot .mark{font-weight:400;text-align:right}.message.info{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.info a{color:#1979c3}.message.info a:hover{color:#006bb4}.message.info a:active{color:#006bb4}.message.info>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.error{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:40px;position:relative}.message.error a{color:#1979c3}.message.error a:hover{color:#006bb4}.message.error a:active{color:#006bb4}.message.error>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#b30000;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.warning{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.warning a{color:#1979c3}.message.warning a:hover{color:#006bb4}.message.warning a:active{color:#006bb4}.message.warning>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.notice{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.notice a{color:#1979c3}.message.notice a:hover{color:#006bb4}.message.notice a:active{color:#006bb4}.message.notice>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.success{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:40px;position:relative}.message.success a{color:#1979c3}.message.success a:hover{color:#006bb4}.message.success a:active{color:#006bb4}.message.success>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#006400;content:'\e610';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}@media (min-width:992px){.navigation{z-index:90;display:flex;justify-content:space-between;position:relative}.navigation>ul{display:flex;gap:32px;align-items:center;height:64px;padding:0 !important;width:100%}.navigation>ul>li{height:100%}.navigation>ul>li>a{display:flex;color:var(--text-sub) !important;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;align-items:center;height:100%;gap:8px}.navigation>ul>li.sticky-right{flex:1;order:1}.navigation>ul>li.sticky-right>a{justify-content:flex-end}.navigation>ul>li .submenu-container{display:none;left:0;right:0;width:100%;z-index:10;border-radius:16px;margin-top:10px}.navigation>ul>li>.submenu-container{position:absolute;left:0;right:0;width:100%;z-index:10;border-radius:16px;margin-top:10px;padding:37px 64px;background:#fff;box-shadow:rgba(0,0,0,.1) 0px 1px 3px 0px,rgba(0,0,0,.06) 0px 1px 2px 0px}.navigation>ul>li>.submenu-container:before{width:100%;height:100%;content:'';position:absolute;left:0;z-index:-1;top:-10px}.navigation>ul>li>.submenu-container>ul{flex:1}.navigation>ul>li>.submenu-container>ul>li>a{color:#3e5170 !important}.navigation>ul>li>.submenu-container>ul>li.parent{padding-bottom:37px}.navigation>ul>li>.submenu-container>ul>li.parent>a{margin-bottom:20px;display:inline-block}.navigation>ul>li>.submenu-container>ul>li:not(.parent){padding-bottom:15px}.navigation>ul>li>.submenu-container>ul.level0>li{break-inside:avoid}.navigation>ul>li>.submenu-container>ul.level0>li>a{text-transform:uppercase;font-family:Familjen Grotesk;font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em}.navigation>ul>li>.submenu-container>ul ul.level1{padding:0 !important;display:flex;flex-direction:column;gap:16px}.navigation>ul>li>.submenu-container>ul ul.level1 a{font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#656c7d !important}.navigation>ul>li>.submenu-container .banner-image img{border-radius:20px}.navigation>ul>li:hover.parent>.submenu-container{display:flex !important}.mobile-bottom-account,.navigation .mobile-top-link{display:none !important}}@media (min-width:992px) and (max-width:768px){.navigation>ul>li>.submenu-container .banner-image:not(.mobile){display:none}}@media (min-width:992px) and (min-width:768px){.navigation>ul>li>.submenu-container .banner-image.mobile{display:none}}@media (max-width:992px){.header-menu-items{z-index:99999;position:absolute;left:0;right:0;background:#fff;top:160px;height:calc(100% - 160px);overflow-y:auto}.navigation .banner-image{margin-bottom:10px}.navigation .banner-image img{border-radius:20px}.navigation>ul{display:flex;flex-direction:column}.navigation>ul>li:not(.mobile-top-link){margin-left:16px !important;margin-right:16px !important}.navigation>ul>li:not(.last)>.mainmenu-container{padding-bottom:12px}.navigation>ul>li:not(:last-child):not(.last){border-bottom:1px solid #ebeae6}.navigation>ul>li.parent.active>.mainmenu-container>a{flex:1}.navigation>ul>li.parent.active>.mainmenu-container>.menu-collapse-icon{display:none}.navigation>ul>li.parent:not(.active)>.mainmenu-container .menu-collapse-icon{flex:1;text-align:right}.navigation>ul>li>.mainmenu-container{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.navigation>ul>li.last>.mainmenu-container{padding-bottom:20px}.navigation>ul>li>.mainmenu-container>a{color:#323d58 !important;font-size:15px;text-transform:uppercase;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.01em;text-align:left;align-items:center;display:flex;gap:8px}.navigation>ul>li>.submenu-container>ul{display:flex;flex-direction:column}.navigation>ul>li>.submenu-container>ul>li{padding-top:20px;padding-bottom:12px;border-bottom:1px solid #ebeae6}.navigation>ul>li>.submenu-container>ul>li:last-child{border-bottom:none !important}.navigation>ul>li>.submenu-container>ul>li:first-child{padding-top:0}.navigation>ul>li>.submenu-container>ul>li.parent>.mainmenu-container>a{font-family:Familjen Grotesk;font-weight:500;line-height:24px;letter-spacing:-.01em;text-align:left;display:flex;justify-content:space-between}.navigation>ul>li>.submenu-container>ul>li>.mainmenu-container>a{color:#323d58 !important;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.01em;text-align:left}.navigation>ul>li>.submenu-container>ul>li>ul{display:flex;flex-direction:column;gap:20px;margin-top:16px}.navigation>ul>li>.submenu-container>ul>li>ul a{color:#656c7d !important;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em}.navigation>ul>li>.submenu-container>ul>li.parent .mainmenu-container{display:flex;align-items:center;justify-content:space-between}.navigation>ul>li>.submenu-container>ul>li.parent .menu-collapse-icon{flex:1;text-align:right}.navigation>ul>li>.submenu-container>ul>li.parent.active>.mainmenu-container .menu-collapse-icon:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 12.5L10 7.5L5 12.5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:20px;height:20px}.navigation>ul>li>.submenu-container>ul>li.parent:not(.active)>.mainmenu-container .menu-collapse-icon:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:20px;height:20px}.navigation>ul>li>.submenu-container>ul>li.parent:not(.active)>ul{display:none}.navigation>ul>li.parent:not(.active)>.mainmenu-container .menu-collapse-icon{justify-content:space-between}.navigation>ul>li.parent:not(.active)>.mainmenu-container .menu-collapse-icon:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 15L12.5 10L7.5 5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:20px;width:20px}.navigation>ul>li.parent.active>.mainmenu-container{gap:10px;margin-bottom:8px}.navigation>ul>li.parent.active>.mainmenu-container>a:before{margin-right:8px;content:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 12H5M5 12L12 19M5 12L12 5" stroke="%23808695" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:24px;width:24px}.navigation>ul>li.parent.active>.submenu-container{display:flex;flex-direction:column}.navigation>ul>li:not(.active)>.submenu-container{display:none;flex-direction:column}.navigation>ul .mobile-top-link{padding-bottom:12px;padding-top:20px;padding-left:16px;padding-right:16px;background:#f6f5f3}.navigation>ul .mobile-top-link>a{color:#656c7d !important;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em}.navigation>ul .mobile-top-link:last-child{padding-bottom:20px !important}.mobile-bottom-account{display:flex;align-items:flex-start;justify-content:center;height:96px;background:#fff;margin-top:20px;gap:16.5px;padding:0 16px}.mobile-bottom-account .btn-primary{color:#fff !important}.mobile-bottom-account .btn-primary-outline:visited{color:#323d58 !important}.mobile-bottom-account .btn{flex:1;justify-content:center}}@media (max-width:992px) and (min-width:768px){.navigation .banner-image:not(.mobile){display:block}.navigation .banner-image.mobile{display:none}}@media (max-width:992px) and (max-width:768px){.navigation .banner-image:not(.mobile){display:none}.navigation .banner-image.mobile{display:block}}.tooltip.wrapper{position:relative}.tooltip.wrapper .tooltip.content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-top:5px;left:0;top:100%}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.tooltip.wrapper .tooltip.content:after{border-width:5px;border-color:transparent}.tooltip.wrapper .tooltip.content:before{border-width:6px;border-color:transparent}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{bottom:100%}.tooltip.wrapper .tooltip.content:after{border-bottom-color:#fff;left:15px;margin-left:-5px}.tooltip.wrapper .tooltip.content:before{border-bottom-color:#bbb;left:15px;margin-left:-6px}.tooltip.wrapper .tooltip.toggle{cursor:help}.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,.tooltip.wrapper .tooltip.toggle:focus+.tooltip.content,.tooltip.wrapper:hover .tooltip.content{display:block}.tooltip.wrapper .tooltip.content dl{margin-bottom:0}.tooltip.wrapper .tooltip.content dd{white-space:normal}.tooltip.wrapper .tooltip.content .subtitle{display:inline-block;font-size:16px;font-weight:500;margin-bottom:15px}.tooltip.wrapper .tooltip.content .label{margin-top:10px}.tooltip.wrapper .tooltip.content .label:first-child{margin-top:0}.tooltip.wrapper .tooltip.content .values{margin:0}.ui-tooltip{position:absolute;z-index:9999}.load.indicator{background-color:rgba(255,255,255,.5);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../../frontend/Bellamaison/main/tr_TR/images/loader-2.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;bottom:0;box-sizing:border-box;content:'';left:0;margin:auto;position:absolute;right:0;top:0}.load.indicator>span{display:none}.loading-mask{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100;background:rgba(255,255,255,.5)}.loading-mask .loader>img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.loading-mask .loader>p{display:none}body>.loading-mask{z-index:9999}._block-content-loading{position:relative}[data-role=main-css-loader]{display:none}.fieldset{border:0;margin:0 0 40px;padding:0;letter-spacing:-.31em}.fieldset>*{letter-spacing:normal}.fieldset>.legend{margin:0 0 25px;padding:0;box-sizing:border-box;float:left;line-height:1.2;font-size:2rem}.fieldset>.legend+br{clear:both;display:block;height:0;overflow:hidden;visibility:hidden}.fieldset:last-child{margin-bottom:20px}.fieldset>.field,.fieldset>.fields>.field{margin:0 0 20px}.fieldset>.field>.label,.fieldset>.fields>.field>.label{margin:0 0 5px;display:inline-block}.fieldset>.field:last-child,.fieldset>.fields>.field:last-child{margin-bottom:0}.fieldset>.field>.label,.fieldset>.fields>.field>.label{font-weight:700}.fieldset>.field>.label+br,.fieldset>.fields>.field>.label+br{display:none}.fieldset>.field .choice input,.fieldset>.fields>.field .choice input{vertical-align:top}.fieldset>.field .fields.group:before,.fieldset>.fields>.field .fields.group:before,.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{content:'';display:table}.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{clear:both}.fieldset>.field .fields.group .field,.fieldset>.fields>.field .fields.group .field{box-sizing:border-box;float:left}.fieldset>.field .fields.group.group-2 .field,.fieldset>.fields>.field .fields.group.group-2 .field{width:50% !important}.fieldset>.field .fields.group.group-3 .field,.fieldset>.fields>.field .fields.group.group-3 .field{width:33.3% !important}.fieldset>.field .fields.group.group-4 .field,.fieldset>.fields>.field .fields.group.group-4 .field{width:25% !important}.fieldset>.field .fields.group.group-5 .field,.fieldset>.fields>.field .fields.group.group-5 .field{width:20% !important}.fieldset>.field .addon,.fieldset>.fields>.field .addon{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;width:100%}.fieldset>.field .addon textarea,.fieldset>.fields>.field .addon textarea,.fieldset>.field .addon select,.fieldset>.fields>.field .addon select,.fieldset>.field .addon input,.fieldset>.fields>.field .addon input{-ms-flex-order:2;-webkit-order:2;order:2;-webkit-flex-basis:100%;flex-basis:100%;display:inline-block;margin:0;width:auto}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore,.fieldset>.field .addon .addafter,.fieldset>.fields>.field .addon .addafter{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:Familjen Grotesk;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box;-ms-flex-order:3;-webkit-order:3;order:3;display:inline-block;vertical-align:middle;white-space:nowrap;width:auto}.fieldset>.field .addon .addbefore:disabled,.fieldset>.fields>.field .addon .addbefore:disabled,.fieldset>.field .addon .addafter:disabled,.fieldset>.fields>.field .addon .addafter:disabled{opacity:.5}.fieldset>.field .addon .addbefore::-moz-placeholder,.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,.fieldset>.field .addon .addafter::-moz-placeholder,.fieldset>.fields>.field .addon .addafter::-moz-placeholder{color:#c2c2c2}.fieldset>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.field .addon .addafter::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder{color:#c2c2c2}.fieldset>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.field .addon .addafter:-ms-input-placeholder,.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder{color:#c2c2c2}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore{float:left;-ms-flex-order:1;-webkit-order:1;order:1}.fieldset>.field .additional,.fieldset>.fields>.field .additional{margin-top:10px}.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.fieldset>.field .note,.fieldset>.fields>.field .note{font-size:1.2rem;margin:3px 0 0;padding:0;display:inline-block;text-decoration:none}.fieldset>.field .note:before,.fieldset>.fields>.field .note:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:12px;content:'\e618';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.fieldset>.field.choice .label,.fieldset>.fields>.field.choice .label{display:inline;font-weight:400}.column:not(.main) .fieldset>.field .label,.column:not(.main) .fieldset>.fields>.field .label{font-weight:400}.fieldset>.field .field.choice,.fieldset>.fields>.field .field.choice{margin-bottom:10px}.fieldset>.field .field.choice:last-child,.fieldset>.fields>.field .field.choice:last-child{margin-bottom:0}.fieldset>.field input[type=file],.fieldset>.fields>.field input[type=file]{margin:5px 0}.legend+.fieldset,.legend+div{clear:both}.legend strong{margin-left:5px}fieldset.field{border:0;padding:0}.field.date .time-picker{display:inline-block;margin-top:10px;white-space:nowrap}.field .message.warning{margin-top:10px}.field-error,div.mage-error{margin-top:7px}.field-error{color:#e02b27;font-size:1.2rem}.product-options-wrapper .date.required div[for*=options].mage-error{display:none !important}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-left:5px;left:100%;top:0}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.field .tooltip .tooltip-content:after{border-width:5px;border-color:transparent}.field .tooltip .tooltip-content:before{border-width:6px;border-color:transparent}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{right:100%}.field .tooltip .tooltip-content:after{border-right-color:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;margin-top:-6px;top:15px}.field .tooltip .tooltip-toggle{cursor:help}.field .tooltip .tooltip-toggle:hover+.tooltip-content,.field .tooltip .tooltip-toggle:focus+.tooltip-content,.field .tooltip:hover .tooltip-content{display:block}.field .tooltip .tooltip-content{min-width:200px;white-space:normal}input:focus~.tooltip .tooltip-content,select:focus~.tooltip .tooltip-content{display:block}._has-datepicker~.ui-datepicker-trigger{background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:block;text-decoration:none;display:inline-block;vertical-align:middle}._has-datepicker~.ui-datepicker-trigger:focus,._has-datepicker~.ui-datepicker-trigger:active{background:0 0;border:none}._has-datepicker~.ui-datepicker-trigger:hover{background:0 0;border:none}._has-datepicker~.ui-datepicker-trigger.disabled,._has-datepicker~.ui-datepicker-trigger[disabled],fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger{pointer-events:none;opacity:.5}._has-datepicker~.ui-datepicker-trigger>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._has-datepicker~.ui-datepicker-trigger:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:23px;line-height:23px;color:#7d7d7d;content:'\e612';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}._has-datepicker~.ui-datepicker-trigger:focus{box-shadow:none;outline:0}.sidebar .fieldset{margin:0}.sidebar .fieldset>.field:not(.choice):not(:last-child),.sidebar .fieldset .fields>.field:not(:last-child){margin:0 0 20px}.sidebar .fieldset>.field:not(.choice) .label,.sidebar .fieldset .fields>.field .label{margin:0 0 4px;padding:0 0 5px;text-align:left;width:100%}.sidebar .fieldset>.field:not(.choice) .control,.sidebar .fieldset .fields>.field .control{width:100%}.custom-icon{width:20px;height:20px;background-size:100%;background-repeat:no-repeat;display:inline-block}.custom-icon.user-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path  d="M3 20C5.33579 17.5226 8.50702 16 12 16C15.493 16 18.6642 17.5226 21 20M16.5 7.5C16.5 9.98528 14.4853 12 12 12C9.51472 12 7.5 9.98528 7.5 7.5C7.5 5.01472 9.51472 3 12 3C14.4853 3 16.5 5.01472 16.5 7.5Z" stroke-width="2" stroke-linecap="round" stroke="%23656C7D" stroke-linejoin="round"/></svg>')}.custom-icon.hamburger-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12H21M3 6H21M3 18H21" stroke="%23323D58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.bell-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M7.79447 17.4998C8.38208 18.0185 9.15395 18.3332 9.99932 18.3332C10.8447 18.3332 11.6166 18.0185 12.2042 17.4998M14.9993 6.6665C14.9993 5.34042 14.4725 4.06865 13.5349 3.13097C12.5972 2.19329 11.3254 1.6665 9.99932 1.6665C8.67324 1.6665 7.40147 2.19329 6.46379 3.13097C5.52611 4.06865 4.99932 5.34042 4.99932 6.6665C4.99932 9.24166 4.34972 11.0048 3.62404 12.171C3.01193 13.1547 2.70587 13.6466 2.71709 13.7838C2.72952 13.9357 2.76171 13.9937 2.88414 14.0845C2.99471 14.1665 3.49315 14.1665 4.49004 14.1665H15.5086C16.5055 14.1665 17.0039 14.1665 17.1145 14.0845C17.2369 13.9937 17.2691 13.9357 17.2816 13.7838C17.2928 13.6466 16.9867 13.1547 16.3746 12.171C15.6489 11.0048 14.9993 9.24166 14.9993 6.6665Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.heart-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.99364 4.27985C8.32752 2.332 5.54914 1.80804 3.46159 3.59168C1.37405 5.37532 1.08016 8.35748 2.71951 10.467C4.08253 12.2209 8.20749 15.9201 9.55943 17.1174C9.71069 17.2513 9.78631 17.3183 9.87453 17.3446C9.95152 17.3676 10.0358 17.3676 10.1128 17.3446C10.201 17.3183 10.2766 17.2513 10.4279 17.1174C11.7798 15.9201 15.9048 12.2209 17.2678 10.467C18.9071 8.35748 18.6491 5.35656 16.5257 3.59168C14.4023 1.8268 11.6598 2.332 9.99364 4.27985Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.shopping-cart-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_323_1295)"><path d="M1.66602 1.6665H2.75449C2.9595 1.6665 3.06201 1.6665 3.1445 1.7042C3.2172 1.73743 3.2788 1.79086 3.32197 1.85813C3.37096 1.93446 3.38546 2.03594 3.41445 2.23889L3.80887 4.99984M3.80887 4.99984L4.68545 11.4427C4.79669 12.2603 4.85231 12.6691 5.04777 12.9768C5.22 13.2479 5.46692 13.4635 5.75881 13.5976C6.09007 13.7498 6.50264 13.7498 7.32777 13.7498H14.4593C15.2448 13.7498 15.6375 13.7498 15.9585 13.6085C16.2415 13.4839 16.4842 13.283 16.6596 13.0284C16.8585 12.7395 16.9319 12.3537 17.0789 11.5821L18.1819 5.79125C18.2337 5.51968 18.2595 5.38389 18.222 5.27775C18.1892 5.18465 18.1243 5.10624 18.039 5.05652C17.9417 4.99984 17.8035 4.99984 17.527 4.99984H3.80887ZM8.33268 17.4998C8.33268 17.9601 7.95959 18.3332 7.49935 18.3332C7.03911 18.3332 6.66602 17.9601 6.66602 17.4998C6.66602 17.0396 7.03911 16.6665 7.49935 16.6665C7.95959 16.6665 8.33268 17.0396 8.33268 17.4998ZM14.9993 17.4998C14.9993 17.9601 14.6263 18.3332 14.166 18.3332C13.7058 18.3332 13.3327 17.9601 13.3327 17.4998C13.3327 17.0396 13.7058 16.6665 14.166 16.6665C14.6263 16.6665 14.9993 17.0396 14.9993 17.4998Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_323_1295"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.credit-cart-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M18.3327 8.33317H1.66602M1.66602 6.83317L1.66602 13.1665C1.66602 14.0999 1.66602 14.5666 1.84767 14.9232C2.00746 15.2368 2.26243 15.4917 2.57603 15.6515C2.93255 15.8332 3.39926 15.8332 4.33268 15.8332L15.666 15.8332C16.5994 15.8332 17.0661 15.8332 17.4227 15.6515C17.7363 15.4917 17.9912 15.2368 18.151 14.9232C18.3327 14.5666 18.3327 14.0999 18.3327 13.1665V6.83317C18.3327 5.89975 18.3327 5.43304 18.151 5.07652C17.9912 4.76292 17.7363 4.50795 17.4227 4.34816C17.0661 4.16651 16.5994 4.16651 15.666 4.1665L4.33268 4.1665C3.39926 4.1665 2.93255 4.1665 2.57603 4.34816C2.26243 4.50795 2.00746 4.76292 1.84767 5.07652C1.66602 5.43304 1.66602 5.89975 1.66602 6.83317Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.search-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M17.5 17.5L14.5834 14.5833M16.6667 9.58333C16.6667 13.4954 13.4954 16.6667 9.58333 16.6667C5.67132 16.6667 2.5 13.4954 2.5 9.58333C2.5 5.67132 5.67132 2.5 9.58333 2.5C13.4954 2.5 16.6667 5.67132 16.6667 9.58333Z" stroke="%23656C7D" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.stars-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_323_3203)"><path d="M5.41602 10.8332L6.06973 12.1406C6.29097 12.5831 6.40159 12.8043 6.54937 12.996C6.68051 13.1662 6.83302 13.3187 7.00314 13.4498C7.19486 13.5976 7.4161 13.7082 7.85859 13.9295L9.16602 14.5832L7.85859 15.2369C7.4161 15.4581 7.19486 15.5687 7.00314 15.7165C6.83302 15.8477 6.68051 16.0002 6.54937 16.1703C6.40159 16.362 6.29097 16.5833 6.06973 17.0257L5.41602 18.3332L4.7623 17.0257C4.54106 16.5833 4.43044 16.362 4.28266 16.1703C4.15152 16.0002 3.99901 15.8477 3.82889 15.7165C3.63717 15.5687 3.41593 15.4581 2.97345 15.2369L1.66602 14.5832L2.97345 13.9295C3.41593 13.7082 3.63717 13.5976 3.82889 13.4498C3.99901 13.3187 4.15152 13.1662 4.28266 12.996C4.43044 12.8043 4.54106 12.5831 4.7623 12.1406L5.41602 10.8332Z" stroke="%23656C7D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.4993 1.6665L13.4815 4.22019C13.7165 4.83121 13.834 5.13672 14.0168 5.39371C14.1787 5.62147 14.3777 5.82046 14.6055 5.98241C14.8625 6.16514 15.168 6.28264 15.779 6.51765L18.3327 7.49984L15.779 8.48202C15.168 8.71703 14.8625 8.83454 14.6055 9.01727C14.3777 9.17922 14.1787 9.37821 14.0168 9.60597C13.834 9.86295 13.7165 10.1685 13.4815 10.7795L12.4994 13.3332L11.5172 10.7795C11.2822 10.1685 11.1646 9.86295 10.9819 9.60597C10.82 9.37821 10.621 9.17922 10.3932 9.01727C10.1362 8.83454 9.83072 8.71703 9.2197 8.48202L6.66602 7.49984L9.2197 6.51765C9.83072 6.28264 10.1362 6.16514 10.3932 5.98241C10.621 5.82046 10.82 5.62147 10.9819 5.39371C11.1646 5.13672 11.2822 4.83121 11.5172 4.22019L12.4993 1.6665Z" stroke="%23656C7D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_323_3203"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.gift-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_323_1742)"><path d="M9.99935 5.83317H6.24935C5.69681 5.83317 5.16691 5.61368 4.77621 5.22298C4.38551 4.83228 4.16602 4.30237 4.16602 3.74984C4.16602 3.1973 4.38551 2.6674 4.77621 2.2767C5.16691 1.886 5.69681 1.6665 6.24935 1.6665C9.16602 1.6665 9.99935 5.83317 9.99935 5.83317ZM9.99935 5.83317H13.7493C14.3019 5.83317 14.8318 5.61368 15.2225 5.22298C15.6132 4.83228 15.8327 4.30237 15.8327 3.74984C15.8327 3.1973 15.6132 2.6674 15.2225 2.2767C14.8318 1.886 14.3019 1.6665 13.7493 1.6665C10.8327 1.6665 9.99935 5.83317 9.99935 5.83317ZM9.99935 5.83317L9.99935 18.3332M1.66602 11.6665H18.3327M1.66602 8.49984L1.66602 15.6665C1.66602 16.5999 1.66602 17.0666 1.84767 17.4232C2.00746 17.7368 2.26243 17.9917 2.57603 18.1515C2.93255 18.3332 3.39926 18.3332 4.33268 18.3332L15.666 18.3332C16.5994 18.3332 17.0661 18.3332 17.4227 18.1515C17.7363 17.9917 17.9912 17.7368 18.151 17.4232C18.3327 17.0666 18.3327 16.5999 18.3327 15.6665V8.49984C18.3327 7.56642 18.3327 7.09971 18.151 6.74319C17.9912 6.42958 17.7363 6.17462 17.4227 6.01483C17.0661 5.83317 16.5994 5.83317 15.666 5.83317L4.33268 5.83317C3.39926 5.83317 2.93255 5.83317 2.57603 6.01483C2.26243 6.17462 2.00746 6.42958 1.84767 6.74319C1.66602 7.09971 1.66602 7.56642 1.66602 8.49984Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_323_1742"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.headphones-1-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 18V12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12V18M5.5 21C4.11929 21 3 19.8807 3 18.5V16.5C3 15.1193 4.11929 14 5.5 14C6.88071 14 8 15.1193 8 16.5V18.5C8 19.8807 6.88071 21 5.5 21ZM18.5 21C17.1193 21 16 19.8807 16 18.5V16.5C16 15.1193 17.1193 14 18.5 14C19.8807 14 21 15.1193 21 16.5V18.5C21 19.8807 19.8807 21 18.5 21Z" stroke="%233E5170" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.whatsapp-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M22.2259 5.72832C21.1563 4.6479 19.8823 3.79127 18.4782 3.20838C17.074 2.62549 15.5679 2.32803 14.0476 2.33332C7.67758 2.33332 2.48591 7.52499 2.48591 13.895C2.48591 15.9367 3.02258 17.92 4.02591 19.67L2.39258 25.6667L8.51758 24.0567C10.2092 24.9783 12.1109 25.4683 14.0476 25.4683C20.4176 25.4683 25.6092 20.2767 25.6092 13.9067C25.6092 10.815 24.4076 7.90999 22.2259 5.72832ZM14.0476 23.5083C12.3209 23.5083 10.6292 23.0417 9.14758 22.1667L8.79758 21.9567L5.15758 22.9133L6.12591 19.3667L5.89258 19.005C4.93328 17.4731 4.42391 15.7024 4.42258 13.895C4.42258 8.59832 8.73924 4.28165 14.0359 4.28165C16.6026 4.28165 19.0176 5.28499 20.8259 7.10499C21.7213 7.99628 22.4309 9.05643 22.9135 10.224C23.3962 11.3915 23.6423 12.6433 23.6376 13.9067C23.6609 19.2033 19.3442 23.5083 14.0476 23.5083ZM19.3209 16.3217C19.0292 16.1817 17.6059 15.4817 17.3492 15.3767C17.0809 15.2833 16.8942 15.2367 16.6959 15.5167C16.4976 15.8083 15.9492 16.4617 15.7859 16.6483C15.6226 16.8467 15.4476 16.87 15.1559 16.7183C14.8642 16.5783 13.9309 16.2633 12.8342 15.2833C11.9709 14.5133 11.3992 13.5683 11.2242 13.2767C11.0609 12.985 11.2009 12.8333 11.3526 12.6817C11.4809 12.5533 11.6442 12.3433 11.7842 12.18C11.9242 12.0167 11.9826 11.8883 12.0759 11.7017C12.1692 11.5033 12.1226 11.34 12.0526 11.2C11.9826 11.06 11.3992 9.63665 11.1659 9.05332C10.9326 8.49332 10.6876 8.56332 10.5126 8.55165H9.95258C9.75424 8.55165 9.45091 8.62165 9.18258 8.91332C8.92591 9.20499 8.17924 9.90499 8.17924 11.3283C8.17924 12.7517 9.21758 14.1283 9.35758 14.315C9.49758 14.5133 11.3992 17.43 14.2926 18.6783C14.9809 18.9817 15.5176 19.1567 15.9376 19.285C16.6259 19.5067 17.2559 19.4717 17.7576 19.4017C18.3176 19.32 19.4726 18.7017 19.7059 18.025C19.9509 17.3483 19.9509 16.7767 19.8692 16.6483C19.7876 16.52 19.6126 16.4617 19.3209 16.3217Z" fill="%233E5170"/></svg>')}.custom-icon.facebook-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M11.6673 11.25H13.7507L14.584 7.91669H11.6673V6.25002C11.6673 5.39169 11.6673 4.58335 13.334 4.58335H14.584V1.78335C14.3123 1.74752 13.2865 1.66669 12.2032 1.66669C9.94065 1.66669 8.33398 3.04752 8.33398 5.58335V7.91669H5.83398V11.25H8.33398V18.3334H11.6673V11.25Z" fill="%23656C7D"/></svg>')}.custom-icon.twitter-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_189_42435)"><path d="M11.8617 8.46875L19.147 0H17.4205L11.0948 7.35313L6.04234 0H0.214844L7.85516 11.1194L0.214844 20H1.94141L8.62172 12.2348L13.9573 20H19.7848L11.8613 8.46875H11.8617ZM9.49703 11.2172L8.72281 10.11L2.56344 1.29969H5.21531L10.1858 8.41L10.9598 9.51719L17.4213 18.7594H14.7697L9.49703 11.2177V11.2172Z" fill="%23656C7D"/></g><defs><clipPath id="clip0_189_42435"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.instagram-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_189_42431)"><path d="M10 0C7.28625 0 6.945 0.0125 5.87875 0.06C4.8125 0.11 4.08625 0.2775 3.45 0.525C2.78231 0.775407 2.17768 1.16925 1.67875 1.67875C1.16925 2.17768 0.775407 2.78231 0.525 3.45C0.2775 4.085 0.10875 4.8125 0.06 5.875C0.0125 6.94375 0 7.28375 0 10.0013C0 12.7163 0.0125 13.0563 0.06 14.1225C0.11 15.1875 0.2775 15.9137 0.525 16.55C0.78125 17.2075 1.1225 17.765 1.67875 18.3212C2.23375 18.8775 2.79125 19.22 3.44875 19.475C4.08625 19.7225 4.81125 19.8912 5.87625 19.94C6.94375 19.9875 7.28375 20 10 20C12.7163 20 13.055 19.9875 14.1225 19.94C15.1863 19.89 15.915 19.7225 16.5513 19.475C17.2185 19.2244 17.8227 18.8306 18.3212 18.3212C18.8775 17.765 19.2188 17.2075 19.475 16.55C19.7213 15.9137 19.89 15.1875 19.94 14.1225C19.9875 13.0563 20 12.7163 20 10C20 7.28375 19.9875 6.94375 19.94 5.87625C19.89 4.8125 19.7213 4.085 19.475 3.45C19.2246 2.78231 18.8308 2.17768 18.3212 1.67875C17.8223 1.16925 17.2177 0.775407 16.55 0.525C15.9125 0.2775 15.185 0.10875 14.1213 0.06C13.0538 0.0125 12.715 0 9.9975 0H10ZM9.10375 1.8025H10.0013C12.6713 1.8025 12.9875 1.81125 14.0413 1.86C15.0162 1.90375 15.5462 2.0675 15.8988 2.20375C16.365 2.385 16.6987 2.6025 17.0487 2.9525C17.3988 3.3025 17.615 3.635 17.7963 4.1025C17.9338 4.45375 18.0963 4.98375 18.14 5.95875C18.1887 7.0125 18.1987 7.32875 18.1987 9.9975C18.1987 12.6663 18.1887 12.9837 18.14 14.0375C18.0963 15.0125 17.9325 15.5413 17.7963 15.8938C17.6348 16.3274 17.3791 16.7197 17.0475 17.0425C16.6975 17.3925 16.365 17.6088 15.8975 17.79C15.5475 17.9275 15.0175 18.09 14.0413 18.135C12.9875 18.1825 12.6713 18.1938 10.0013 18.1938C7.33125 18.1938 7.01375 18.1825 5.96 18.135C4.985 18.09 4.45625 17.9275 4.10375 17.79C3.66979 17.6291 3.277 17.3738 2.95375 17.0425C2.62159 16.7195 2.36541 16.3267 2.20375 15.8925C2.0675 15.5412 1.90375 15.0113 1.86 14.0363C1.8125 12.9825 1.8025 12.6663 1.8025 9.995C1.8025 7.32375 1.8125 7.01 1.86 5.95625C1.905 4.98125 2.0675 4.45125 2.205 4.09875C2.38625 3.6325 2.60375 3.29875 2.95375 2.94875C3.30375 2.59875 3.63625 2.3825 4.10375 2.20125C4.45625 2.06375 4.985 1.90125 5.96 1.85625C6.8825 1.81375 7.24 1.80125 9.10375 1.8V1.8025ZM15.3387 3.4625C15.1812 3.4625 15.0251 3.49354 14.8795 3.55384C14.7339 3.61415 14.6017 3.70254 14.4902 3.81397C14.3788 3.9254 14.2904 4.05769 14.2301 4.20328C14.1698 4.34887 14.1388 4.50491 14.1388 4.6625C14.1388 4.82009 14.1698 4.97613 14.2301 5.12172C14.2904 5.26731 14.3788 5.3996 14.4902 5.51103C14.6017 5.62246 14.7339 5.71085 14.8795 5.77116C15.0251 5.83146 15.1812 5.8625 15.3387 5.8625C15.657 5.8625 15.9622 5.73607 16.1873 5.51103C16.4123 5.28598 16.5387 4.98076 16.5387 4.6625C16.5387 4.34424 16.4123 4.03902 16.1873 3.81397C15.9622 3.58893 15.657 3.4625 15.3387 3.4625ZM10.0013 4.865C9.32009 4.85437 8.64362 4.97936 8.01122 5.23268C7.37883 5.486 6.80314 5.86259 6.31769 6.34053C5.83223 6.81847 5.4467 7.38821 5.18355 8.01657C4.9204 8.64494 4.78488 9.31938 4.78488 10.0006C4.78488 10.6819 4.9204 11.3563 5.18355 11.9847C5.4467 12.613 5.83223 13.1828 6.31769 13.6607C6.80314 14.1387 7.37883 14.5153 8.01122 14.7686C8.64362 15.0219 9.32009 15.1469 10.0013 15.1363C11.3494 15.1152 12.6353 14.5649 13.5812 13.6041C14.5272 12.6432 15.0574 11.349 15.0574 10.0006C15.0574 8.65228 14.5272 7.35802 13.5812 6.39719C12.6353 5.43636 11.3494 4.88603 10.0013 4.865ZM10.0013 6.66625C10.439 6.66625 10.8726 6.75248 11.277 6.92002C11.6815 7.08755 12.049 7.33312 12.3586 7.64268C12.6681 7.95225 12.9137 8.31976 13.0812 8.72423C13.2488 9.1287 13.335 9.56221 13.335 10C13.335 10.4378 13.2488 10.8713 13.0812 11.2758C12.9137 11.6802 12.6681 12.0477 12.3586 12.3573C12.049 12.6669 11.6815 12.9124 11.277 13.08C10.8726 13.2475 10.439 13.3337 10.0013 13.3337C9.11709 13.3337 8.26913 12.9825 7.64393 12.3573C7.01873 11.7321 6.6675 10.8842 6.6675 10C6.6675 9.11583 7.01873 8.26788 7.64393 7.64268C8.26913 7.01748 9.11709 6.66625 10.0013 6.66625Z" fill="%23656C7D"/></g><defs><clipPath id="clip0_189_42431"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.youtube-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_189_42443)"><path d="M10 2C10.855 2 11.732 2.022 12.582 2.058L13.586 2.106L14.547 2.163L15.447 2.224L16.269 2.288C17.161 2.35628 18.0004 2.73695 18.6395 3.36304C19.2786 3.98913 19.6764 4.82054 19.763 5.711L19.803 6.136L19.878 7.046C19.948 7.989 20 9.017 20 10C20 10.983 19.948 12.011 19.878 12.954L19.803 13.864C19.79 14.01 19.777 14.151 19.763 14.289C19.6764 15.1796 19.2784 16.0112 18.6391 16.6373C17.9999 17.2634 17.1602 17.6439 16.268 17.712L15.448 17.775L14.548 17.837L13.586 17.894L12.582 17.942C11.7218 17.9794 10.861 17.9987 10 18C9.13902 17.9987 8.27817 17.9794 7.418 17.942L6.414 17.894L5.453 17.837L4.553 17.775L3.731 17.712C2.83895 17.6437 1.99955 17.2631 1.36047 16.637C0.721394 16.0109 0.323574 15.1795 0.237 14.289L0.197 13.864L0.122 12.954C0.0455376 11.9711 0.00484402 10.9858 0 10C0 9.017 0.052 7.989 0.122 7.046L0.197 6.136C0.21 5.99 0.223 5.849 0.237 5.711C0.323541 4.8207 0.721217 3.98942 1.36009 3.36334C1.99897 2.73727 2.83813 2.3565 3.73 2.288L4.551 2.224L5.451 2.163L6.413 2.106L7.417 2.058C8.2775 2.02063 9.13869 2.0013 10 2ZM10 4C9.175 4 8.326 4.022 7.5 4.056L6.522 4.103L5.583 4.158L4.701 4.218L3.893 4.281C3.46833 4.31113 3.06804 4.49065 2.76309 4.78773C2.45814 5.08481 2.26822 5.48026 2.227 5.904C2.11 7.113 2 8.618 2 10C2 11.382 2.11 12.887 2.227 14.096C2.312 14.968 3.004 15.646 3.893 15.719L4.701 15.781L5.583 15.841L6.522 15.897L7.5 15.944C8.326 15.978 9.175 16 10 16C10.825 16 11.674 15.978 12.5 15.944L13.478 15.897L14.417 15.842L15.299 15.782L16.107 15.719C16.5317 15.6889 16.932 15.5094 17.2369 15.2123C17.5419 14.9152 17.7318 14.5197 17.773 14.096C17.89 12.887 18 11.382 18 10C18 8.618 17.89 7.113 17.773 5.904C17.7318 5.48026 17.5419 5.08481 17.2369 4.78773C16.932 4.49065 16.5317 4.31113 16.107 4.281L15.299 4.219L14.417 4.159L13.478 4.103L12.5 4.056C11.6671 4.02017 10.8336 4.0015 10 4ZM8 7.575C7.99994 7.47726 8.02375 7.38099 8.06937 7.29455C8.11498 7.20812 8.18103 7.13413 8.26175 7.07903C8.34248 7.02394 8.43544 6.98939 8.53256 6.97841C8.62968 6.96742 8.72801 6.98033 8.819 7.016L8.9 7.056L13.1 9.48C13.1836 9.52826 13.2544 9.59599 13.3063 9.67744C13.3581 9.75889 13.3896 9.85165 13.3979 9.94785C13.4062 10.044 13.3912 10.1408 13.3542 10.23C13.3171 10.3192 13.2591 10.3981 13.185 10.46L13.1 10.52L8.9 12.945C8.81536 12.994 8.72003 13.0216 8.62229 13.0253C8.52456 13.0291 8.4274 13.0089 8.33926 12.9665C8.25112 12.9241 8.17468 12.8608 8.1166 12.7821C8.05851 12.7034 8.02054 12.6117 8.006 12.515L8 12.425V7.575Z" fill="%23656C7D"/></g><defs><clipPath id="clip0_189_42443"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')}.custom-icon.pinterest-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M8.57754 13.2279C8.03636 15.9812 7.37754 18.6213 5.42246 20C4.82032 15.8387 6.30909 12.7127 7 9.39485C5.82139 7.46572 7.14225 3.58222 9.62781 4.5387C12.6866 5.71638 6.97861 11.7118 10.8107 12.4613C14.8118 13.243 16.446 5.71133 13.9647 3.26103C10.3797 -0.275028 3.52942 3.18124 4.3722 8.24444C4.57754 9.48272 5.89198 9.85845 4.89733 11.5674C2.60321 11.0715 1.91872 9.31203 2.00749 6.96576C2.14867 3.12771 5.55508 0.439052 8.97112 0.0673668C13.292 -0.4033 17.3465 1.60966 17.9059 5.56184C18.5369 10.0221 15.9561 14.854 11.3369 14.5055C10.0845 14.4116 9.55829 13.8086 8.57754 13.2279Z" fill="%23656C7D"/></svg>')}.custom-icon.arrow-up-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 19V5M12 5L5 12M12 5L19 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.arrow-down-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 5V19M12 19L19 12M12 19L5 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.chevron-up-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 15L12 9L6 15" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.chevron-down{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.arrow-right{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.16797 9.99984H15.8346M15.8346 9.99984L10.0013 4.1665M15.8346 9.99984L10.0013 15.8332" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.filter-funnel-02{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.82125 4.72239C2.19097 4.01796 1.87583 3.66574 1.86394 3.3664C1.85361 3.10636 1.96536 2.85643 2.16603 2.69074C2.39704 2.5 2.86966 2.5 3.81491 2.5H16.184C17.1293 2.5 17.6019 2.5 17.8329 2.69074C18.0336 2.85643 18.1453 3.10636 18.135 3.3664C18.1231 3.66574 17.808 4.01796 17.1777 4.72239L12.4225 10.037C12.2968 10.1774 12.234 10.2477 12.1892 10.3276C12.1495 10.3984 12.1203 10.4747 12.1027 10.554C12.0828 10.6435 12.0828 10.7377 12.0828 10.9261V15.382C12.0828 15.5449 12.0828 15.6264 12.0565 15.6969C12.0333 15.7591 11.9955 15.8149 11.9463 15.8596C11.8907 15.9102 11.815 15.9404 11.6637 16.001L8.83039 17.1343C8.5241 17.2568 8.37096 17.3181 8.24802 17.2925C8.14052 17.2702 8.04617 17.2063 7.98551 17.1148C7.91613 17.0101 7.91613 16.8452 7.91613 16.5153V10.9261C7.91613 10.7377 7.91613 10.6435 7.89623 10.554C7.87858 10.4747 7.84943 10.3984 7.8097 10.3276C7.76491 10.2477 7.70209 10.1774 7.57645 10.037L2.82125 4.72239Z" stroke="%23656C7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.custom-icon.two-dot-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><rect width="6" height="6" rx="1" fill="%23CDD0D5"/><rect y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="8" y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/></svg>')}.custom-icon.three-dot-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="14" viewBox="0 0 22 14" fill="none"><rect width="6" height="6" rx="1" fill="%23CDD0D5"/><rect y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="16" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="8" y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/><rect x="16" y="8" width="6" height="6" rx="1" fill="%23CDD0D5"/></svg>')}.custom-icon.four-dot-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 32 24" fill="none"><rect x="1" y="5" width="6" height="6" rx="1" fill="white"/><rect x="1" y="13" width="6" height="6" rx="1" fill="white"/><rect x="9" y="5" width="6" height="6" rx="1" fill="white"/><rect x="17" y="5" width="6" height="6" rx="1" fill="white"/><rect x="25" y="5" width="6" height="6" rx="1" fill="white"/><rect x="9" y="13" width="6" height="6" rx="1" fill="white"/><rect x="17" y="13" width="6" height="6" rx="1" fill="white"/><rect x="25" y="13" width="6" height="6" rx="1" fill="white"/></svg>')}.custom-icon.check-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M11.6654 3.5L5.2487 9.91667L2.33203 7" stroke="white" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>')}button{background:inherit}.btn{border-radius:8px;display:flex;cursor:pointer;margin:2px;font-weight:500;align-items:center}.btn-lg{padding:16px 28px;font-size:18px}.btn-lg:after{width:20px;height:20px}.btn-md{padding:12px 28px;font-size:16px}.btn-md:after{width:20px;height:20px}.btn-sm{padding:8px 28px;font-size:16px}.btn-sm:after{width:16px;height:16px}.btn-xs{padding:8px 16px;font-size:12px}.btn-xs:after{width:13px;height:13px}.btn-primary{background-color:#3e5170;color:#fff}.btn-primary-700{background-color:#2c3a50;color:#fff}.btn-secondary{background-color:#f7f5ef;color:#fff}.btn-red-500{background-color:#df2f2f;color:#fff}.btn-red-600{background-color:#cb2b2b;color:#fff}.btn-red-700{background-color:#9e2121;color:#fff}.btn-green-500{background-color:#23af7b;color:#fff}.btn-green-600{background-color:#209f70;color:#fff}.btn-green-700{background-color:#197c57;color:#fff}.btn-primary-outline{border:1px solid #3e5170;color:#323d58}.btn-primary-outline:after{border:2px solid #3e5170}.btn-red-500-outline{border:1px solid #df2f2f;color:#df2f2f}.btn-red-500-outline:after{border:2px solid #df2f2f}.btn-green-500-outline{border:1px solid #23af7b;color:#23af7b}.btn-green-500-outline:after{border:2px solid #23af7b}.link-btn{display:inline-block;text-transform:uppercase}.link-btn:after{position:relative;content:''}.link-btn.link-btn-primary{color:#323d58;border-bottom:1.5px solid #323d58}.link-btn.link-btn-error{color:#df2f2f;border-bottom:1.5px solid #df2f2f}.link-btn.link-btn-success{color:#23af7b;border-bottom:1.5px solid #23af7b}.link-btn.link-btn-sm{font-size:12px;font-weight:500;line-height:16px;letter-spacing:-.12px}.link-btn.link-btn-sm.link-btn-primary:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.33398 8.00065H12.6673M12.6673 8.00065L8.00065 3.33398M12.6673 8.00065L8.00065 12.6673" stroke="%23323D58" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-sm.link-btn-error:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.33398 8.00065H12.6673M12.6673 8.00065L8.00065 3.33398M12.6673 8.00065L8.00065 12.6673" stroke="%23DF2F2F" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-sm.link-btn-success:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.33398 8.00065H12.6673M12.6673 8.00065L8.00065 3.33398M12.6673 8.00065L8.00065 12.6673" stroke="%2323AF7B" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-md{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px}.link-btn.link-btn-md.link-btn-primary:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16602 9.99935H15.8327M15.8327 9.99935L9.99935 4.16602M15.8327 9.99935L9.99935 15.8327" stroke="%23323D58" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-md.link-btn-error:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16602 9.99935H15.8327M15.8327 9.99935L9.99935 4.16602M15.8327 9.99935L9.99935 15.8327" stroke="%23DF2F2F" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-md.link-btn-success:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16602 9.99935H15.8327M15.8327 9.99935L9.99935 4.16602M15.8327 9.99935L9.99935 15.8327" stroke="%2323AF7B" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-lg{font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px}.link-btn.link-btn-lg.link-btn-primary:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="%23323D58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-lg.link-btn-error:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="%23DF2F2F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.link-btn.link-btn-lg.link-btn-success:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="%2323AF7B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.product.data.items{margin:0;padding:0;margin-bottom:20px}.product.data.items>.item.title{box-sizing:border-box;float:none;width:100%}.product.data.items>.item.title>.switch{display:block}.product.data.items>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0 0 5px}.product.data.items>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{background:#fff;color:#333;text-decoration:none;padding-bottom:5px}.product.data.items>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px}.pages>.label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .items{font-size:0;letter-spacing:-1px;line-height:0;white-space:nowrap;margin:0;padding:0;list-style:none none;display:inline-block;font-weight:700}.pages .item{font-size:1.2rem;line-height:3.2rem;letter-spacing:normal;margin:0 2px 0 0;display:inline-block}.pages .item .label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages a.page{color:#1979c3;display:inline-block;padding:0 4px;text-decoration:none}.pages a.page:visited{color:#1979c3}.pages a.page:hover{color:#006bb4;text-decoration:none}.pages a.page:active{color:#ff5501}.pages strong.page{font-size:1.2rem;line-height:3.2rem;letter-spacing:normal;color:#333;display:inline-block;font-weight:700;padding:0 4px}.pages .action{border:1px solid #d1d1d1;color:#7d7d7d;display:inline-block;padding:0;text-decoration:none}.pages .action:visited{color:#7d7d7d}.pages .action:hover{color:#7d7d7d;text-decoration:none}.pages .action:active{color:#7d7d7d}.pages .action.next{display:inline-block;text-decoration:none}.pages .action.next:visited:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.next>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.next:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:46px;line-height:inherit;color:#7d7d7d;content:'\e608';font-family:'icons-blank-theme';margin:0 0 0 -6px;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.pages .action.next:hover:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.previous{display:inline-block;text-decoration:none}.pages .action.previous:visited:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.pages .action.previous>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.previous:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:46px;line-height:inherit;color:#7d7d7d;content:'\e617';font-family:'icons-blank-theme';margin:0 0 0 -6px;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.pages .action.previous:hover:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.pages .action{width:34px}.pages .action.previous{margin-right:12px}.pages .action.next{margin-left:12px}.actions-toolbar>.primary,.actions-toolbar>.secondary{text-align:center;margin-bottom:10px}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:10px}.actions-toolbar>.primary .action:last-child,.actions-toolbar>.secondary .action:last-child{margin-bottom:0}.actions-toolbar>.primary:last-child,.actions-toolbar>.secondary:last-child{margin-bottom:0}.actions-toolbar>.secondary .action.back{display:none}.breadcrumbs{margin-top:26px !important;margin-bottom:26px !important}.breadcrumbs .items{display:flex;align-items:center !important;flex-wrap:wrap;margin-bottom:0 !important}.breadcrumbs .items .item{min-height:20px;display:flex !important;align-items:center !important;margin-bottom:0 !important}.breadcrumbs .items .item.home:before{margin-right:6px;width:20px !important;height:20px !important;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M6.77168 11.6668C7.14172 13.1045 8.4468 14.1668 10 14.1668C11.5532 14.1668 12.8583 13.1045 13.2283 11.6668M9.18141 2.30345L3.52949 6.69939C3.15168 6.99324 2.96278 7.14017 2.82669 7.32417C2.70614 7.48716 2.61633 7.67077 2.56169 7.866C2.5 8.08639 2.5 8.3257 2.5 8.80433V14.8334C2.5 15.7669 2.5 16.2336 2.68166 16.5901C2.84144 16.9037 3.09641 17.1587 3.41002 17.3185C3.76654 17.5001 4.23325 17.5001 5.16667 17.5001H14.8333C15.7668 17.5001 16.2335 17.5001 16.59 17.3185C16.9036 17.1587 17.1586 16.9037 17.3183 16.5901C17.5 16.2336 17.5 15.7669 17.5 14.8334V8.80433C17.5 8.3257 17.5 8.08639 17.4383 7.866C17.3837 7.67077 17.2939 7.48716 17.1733 7.32417C17.0372 7.14017 16.8483 6.99324 16.4705 6.69939L10.8186 2.30345C10.5258 2.07574 10.3794 1.96189 10.2178 1.91812C10.0752 1.87951 9.92484 1.87951 9.78221 1.91812C9.62057 1.96189 9.47418 2.07574 9.18141 2.30345Z" stroke="%23808695" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.breadcrumbs .items .item a,.breadcrumbs .items .item strong{color:var(--text-color-text-sub,#656c7d) !important;font-size:12px !important;font-weight:400 !important;line-height:16px !important;letter-spacing:-.12px;display:flex;align-items:center}.breadcrumbs .items .item:not(:last-child):after{content:'/' !important;font-size:14px !important;margin-left:2px !important;width:20px !important;margin-right:2px !important;display:flex !important;justify-content:center;align-items:center;margin-bottom:-2px}@media only screen and (max-width:768px){.breadcrumbs{margin-top:5px !important}}.cms-page-view .breadcrumbs{display:none}@media only screen and (max-width:768px){.cms-page-view .breadcrumbs{display:block;margin:0 16px}}.ui-dialog.popup .action.close{position:absolute;height:40px;right:0;top:0;width:40px;z-index:1001;display:inline-block;background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.ui-dialog.popup .action.close>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-dialog.popup .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup .action.close:hover:before{color:inherit}.ui-dialog.popup .action.close:active:before{color:inherit}.ui-dialog.popup .action.close:focus,.ui-dialog.popup .action.close:active{background:0 0;border:none}.ui-dialog.popup .action.close:hover{background:0 0;border:none}.ui-dialog.popup .action.close.disabled,.ui-dialog.popup .action.close[disabled],fieldset[disabled] .ui-dialog.popup .action.close{pointer-events:none;opacity:.5}.popup-pointer{margin-left:-14px;position:absolute;top:-14px}.popup-pointer:before,.popup-pointer:after{content:'';position:absolute;display:block;width:0;height:0;border-bottom-style:solid}.popup-pointer:before{left:2px;top:2px;border:solid 6px;border-color:transparent transparent #fff;z-index:99}.popup-pointer:after{left:1px;top:0;border:solid 7px;border-color:transparent transparent #aeaeae;z-index:98}.price-tier_price .price-excluding-tax,.price-tier_price .price-including-tax{display:inline}.price-including-tax,.price-excluding-tax{display:block;font-size:1.8rem;line-height:1}.price-including-tax .price,.price-excluding-tax .price{font-weight:700}.price-including-tax+.price-excluding-tax,.weee[data-label]{display:block;font-size:1.8rem}.price-including-tax+.price-excluding-tax:before,.weee[data-label]:before{content:attr(data-label) ': ';font-size:1.1rem}.price-including-tax+.price-excluding-tax .price,.weee[data-label] .price{font-size:1.1rem}body._has-modal{height:100%;overflow:hidden;width:100%}.modals-overlay{z-index:899}.modal-slide,.modal-popup{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease}.modal-slide._show,.modal-popup._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-slide._show .modal-inner-wrap,.modal-popup._show .modal-inner-wrap{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-slide .modal-inner-wrap,.modal-popup .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,.35);opacity:1;pointer-events:auto}.modal-slide{left:44px;z-index:900}.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-slide._inner-scroll .modal-inner-wrap{overflow-y:visible;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal-slide._inner-scroll .modal-header,.modal-slide._inner-scroll .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-slide._inner-scroll .modal-content{overflow-y:auto}.modal-slide._inner-scroll .modal-footer{margin-top:auto}.modal-slide .modal-header,.modal-slide .modal-content,.modal-slide .modal-footer{padding:0 2.6rem 2.6rem}.modal-slide .modal-header{padding-bottom:2.1rem;padding-top:2.1rem}.modal-popup{z-index:900;left:0;overflow-y:auto}.modal-popup.confirm .modal-inner-wrap{max-width:50rem}.modal-popup._show .modal-inner-wrap{-webkit-transform:translateY(0);transform:translateY(0)}.modal-popup .modal-inner-wrap{margin:5rem auto;width:75%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;height:auto;left:0;position:absolute;right:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease}.modal-popup._inner-scroll{overflow-y:visible}.ie11 .modal-popup._inner-scroll{overflow-y:auto}.modal-popup._inner-scroll .modal-inner-wrap{max-height:90%}.ie11 .modal-popup._inner-scroll .modal-inner-wrap{max-height:none}.modal-popup._inner-scroll .modal-content{overflow-y:auto}.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left:3rem;padding-right:3rem}.modal-popup .modal-header,.modal-popup .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-popup .modal-header{padding-bottom:1.2rem;padding-top:3rem}.modal-popup .modal-footer{margin-top:auto;padding-bottom:3rem;padding-top:3rem}.modal-popup .modal-footer-actions{text-align:right}.modals-overlay{background-color:rgba(51,51,51,.55);bottom:0;left:0;position:fixed;right:0;top:0}.modal-title{font-size:30px;line-height:30px;margin-bottom:0;color:#3e5170}.action-close{position:absolute;top:0;right:0;background:0 0 !important;border:none !important;color:#3e5170}.action-close:hover,.action-close.active,.action-close.focus{background:0 0 !important;border:none !important}@media all and (min-width:769px),print{.fieldset>.field{margin:0 0 20px;box-sizing:border-box;margin:0 0 29px}.fieldset>.field>.label{margin:0}.fieldset>.field:before,.fieldset>.field:after{content:'';display:table}.fieldset>.field:after{clear:both}.fieldset>.field.choice:before,.fieldset>.field.no-label:before{padding:6px 15px 0 0;width:25.8%;box-sizing:border-box;content:' ';float:left;height:1px}.fieldset>.field .description{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset>.field:not(.choice)>.label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset>.field:not(.choice)>.control{width:74.2%;float:left}.product.data.items{position:relative;z-index:1}.product.data.items:before,.product.data.items:after{content:'';display:table}.product.data.items:after{clear:both}.product.data.items>.item.title{float:left;width:auto}.product.data.items>.item.title>.switch{height:20px;display:block;position:relative;z-index:2}.product.data.items>.item.content{margin-top:20px;box-sizing:border-box;float:right;margin-left:-100%;width:100%}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0 5px 0 0}.product.data.items>.item.title>.switch{font-weight:600;line-height:20px;font-size:1.4rem;color:#7d7d7d;text-decoration:none;background:#f0f0f0;border:1px solid #d1d1d1;border-bottom:none;height:20px;padding:5px 20px}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{background:#fff;color:#333;text-decoration:none}.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{padding-bottom:6px}.product.data.items>.item.content{background:#fff;margin-top:31px;padding:20px;border:1px solid #d1d1d1}.actions-toolbar:before,.actions-toolbar:after{content:'';display:table}.actions-toolbar:after{clear:both}.actions-toolbar .primary{float:left}.actions-toolbar .secondary{float:right}.actions-toolbar .primary,.actions-toolbar .secondary{display:inline-block}.actions-toolbar .primary a.action,.actions-toolbar .secondary a.action{display:inline-block}.actions-toolbar .primary .action{margin:0 5px 0 0}.actions-toolbar .secondary a.action{margin-top:6px}.actions-toolbar>.primary,.actions-toolbar>.secondary{margin-bottom:0}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:0;width:auto}}header{background:#fff;border-bottom:none !important}header .header-top-wrapper{background:#3e5170;padding:0 16px}header .header-top-wrapper .header-top-area{min-height:36px;display:flex;justify-content:space-between}header .header-top-wrapper .header-top-area .header-top-description{display:flex;align-items:center}@media (min-width:768px){header .header-top-wrapper .header-top-area .header-top-description{margin-left:15px}}header .header-top-wrapper .header-top-area .header-top-description .header-description{line-height:20px;letter-spacing:-.12px;font-size:12px;color:#fff;display:flex;height:100%;align-items:center;margin-left:8px}header .header-top-wrapper .header-top-area .header-top-links{display:flex;position:relative}header .header-top-wrapper .header-top-area .header-top-links ul{margin:0;display:flex;align-items:center}header .header-top-wrapper .header-top-area .header-top-links li{align-items:center;line-height:20px;letter-spacing:-.12px;font-size:12px;color:#fff;display:flex;margin:0;margin-right:20px}header .header-top-wrapper .header-top-area .header-top-links li>a{position:relative;display:flex;justify-content:center;align-items:center;font-weight:400}header .header-top-wrapper .header-top-area .header-top-order-tracking{display:flex;position:relative}header .header-top-wrapper .header-top-area .header-top-order-tracking li.nav.item{align-items:center;line-height:20px;letter-spacing:-.12px;font-size:12px;color:#fff;display:flex}header .header-top-wrapper .header-top-area .header-top-order-tracking li.nav.item>a{position:relative;display:flex;justify-content:center;align-items:center;font-weight:400}header .header-top-wrapper .header-top-area .header-top-menus{font-size:12px;line-height:20px;color:#fff;display:flex}header .header-top-wrapper .header-top-area .header-top-menus a{height:100%;align-items:center}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages{display:flex;gap:14px;position:relative}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options{min-height:36px;display:flex;justify-content:space-between}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown{margin:0;display:flex;align-items:center;margin-left:20px}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option{margin:0;line-height:20px;letter-spacing:-.12px;font-size:12px;color:#fff;display:flex;height:100%;align-items:center}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option a{position:relative;display:flex;justify-content:center;align-items:center}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option a strong{font-weight:600 !important}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option a:not(:first-child):before{position:absolute;content:'';width:1px;height:10px;background-color:#fff;left:-8px}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li.switcher-option:not(:first-child):before{content:'';width:1px;height:10px;background-color:#fff;margin-right:10px}header .header-top-wrapper .header-top-area .header-top-menus .header-top-languages .switcher-language .switcher-options ul.switcher-dropdown li:not(:first-child){margin-left:8px}header .header-main-wrapper{box-shadow:0 3px 8px -1px rgba(50,50,71,.05);padding:0 16px}header .header-main-wrapper .header.content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:0 !important}header .header-main-wrapper .header.content h1{margin:0}header .header-main-wrapper .header.content .header-logo{height:100%;display:flex;align-items:center}header .header-main-wrapper .header.content .header-logo img{width:100%}header .header-main-wrapper .header.content .header-search{padding-left:12px;padding-right:12px;border:1px solid #e2e4e9;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);border-radius:8px}header .header-main-wrapper .header.content .header-search form.minisearch{display:flex;align-items:center;overflow:hidden;gap:8px;width:100%}header .header-main-wrapper .header.content .header-search form.minisearch button{padding:0;border:none;display:flex}header .header-main-wrapper .header.content .header-search form.minisearch button:not(:disabled){background:inherit !important}header .header-main-wrapper .header.content .header-search input{outline:none;padding:10px 0 !important;border:none;width:100%;letter-spacing:-.16px;font-size:16px;line-height:24px}header .header-main-wrapper .header.content .header-search input::placeholder{color:#808695}header .header-main-wrapper .header.content .header-search input:focus{box-shadow:none !important}header .header-main-wrapper .header.content .header-link-items{display:flex}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper{margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper .action.showcart:before{content:none !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper .action.showcart .counter.qty{background:0 0;height:auto;margin:0}@media (max-width:768px){header .header-main-wrapper .header.content .header-link-items .minicart-wrapper .action.showcart .counter.qty{display:none}}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog{background:rgba(51,51,51,.5);width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:200}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper{display:flex;flex-direction:column;position:fixed;padding:24px;box-sizing:border-box;z-index:10;background:var(--white,#fff);box-shadow:0px 3px 8px -1px rgba(50,50,71,.05)}@media (min-width:768px){header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper{height:calc(97%)}}@media (max-width:768px){header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper{height:calc(100%);border-bottom-left-radius:10px;border-bottom-right-radius:10px}}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper .minicart-items .product-item-name a{color:inherit}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-title{display:none}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.modal-title-container{display:flex;align-items:center;gap:24px;color:var(--text-color-text-main,#323d58);font-size:18px;font-weight:500;line-height:24px;letter-spacing:-.36px;justify-content:space-between}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.modal-title-container.empty{position:absolute;right:24px;top:24px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.modal-title-container .modal-close-btn{cursor:pointer}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.modal-title-container .modal-close-btn:before{width:20px;height:20px;background:var(--primary-primary-50,#eceef1);display:flex;padding:10px;border-radius:6.667px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15 5L5 15M5 5L15 15" stroke="%23323D58" stroke-width="1.38889" stroke-linecap="round" stroke-linejoin="round"/></svg>')}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content{display:flex;flex:1;flex-direction:column;overflow-y:auto;overflow-x:hidden}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content.empty-container{align-items:center}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty{display:flex;flex-direction:column;align-items:center;max-width:450px;justify-content:center;height:100%;margin-left:35px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty .modal-empty-image{background-image:url('../../frontend/Bellamaison/main/tr_TR/images/empty.png');width:200px;height:160px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty .modal-empty-title{color:var(--text-color-text-main,#323d58);text-align:center;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px;margin-bottom:12px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty .modal-empty-description{color:var(--text-color-text-soft,#808695);text-align:center;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.14px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty>.btn{margin-top:40px;text-decoration:none;width:100%;justify-content:center;box-sizing:border-box}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.modal-empty>.btn>span{color:#fff}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.items-total{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.36px;margin:0}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper{border:none;margin-top:20px;overflow-y:auto;overflow-x:hidden;padding:25px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item{position:relative}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item span.product-image-container{width:120px !important;height:120px !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item span.product-image-container img{border-radius:8px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item:not(:first-child){border-color:#e2e4e9}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details{padding-left:136px;padding-right:40px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-name{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.14px;margin:0;height:40px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .additional_options{display:flex;margin-top:10px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .additional_options div.additional-item{display:flex;padding:4px 10px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--stroke-color-stroke-white,#e2e4e9);background:var(--white,#fff);box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);color:var(--text-color-text-sub,#656c7d);text-align:center;font-family:"Familjen Grotesk";font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px;margin-right:10px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .additional_options div.additional-item:last-child{margin-right:0}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing span.price{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container{display:flex;align-items:center;gap:16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container .regular .price{color:#808695 !important;font-size:12px !important;text-decoration:line-through;font-weight:400 !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container .final .price-wrapper .price-including-tax{margin:0 !important}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .secondary{position:absolute;right:0;top:15px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .secondary .action.delete:before{content:initial}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .secondary .action.delete i.remove-icon{background:url("../../frontend/Bellamaison/main/tr_TR/images/x-close.svg") 0 0 no-repeat;background-size:24px 24px;width:24px;height:24px;display:block}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total{margin:0;margin-top:0;margin-top:10px;border-top:1px dashed #cdd0d5;display:flex}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal .label,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total .label{margin-top:10px;flex:50%;display:flex}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal .label span,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total .label span{color:var(--text-color-text-sub,#656c7d);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal .amount,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total .amount{margin-top:10px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.subtotal .amount .price,header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total .amount .price{color:var(--text-color-text-main,#323d58);text-align:right;font-family:"Familjen Grotesk";font-size:20px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.4px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions{margin-top:20px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions .secondary .action{text-align:center;border-radius:8px;background:var(--primary,#3e5170);padding:12px 28px;width:100%;display:inline-block;margin-top:10px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions .secondary .action.continue{margin-top:10px;background:0 0;border:1px solid #3e5170}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions .secondary .action.continue span{color:var(--text-color-text-white,#3e5170);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container .actions .secondary .action.viewcart span{color:var(--text-color-text-white,#fff);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper>div.ui-dialog>div.block-minicart>#minicart-content-wrapper div.minicart-bottom-container div.grand-total{border:none}header .header-main-wrapper .header.content .header-link-items .minicart-wrapper.active>div.ui-dialog{display:block}header .header-main-wrapper .header.content .header-link-items .header.links{display:flex !important;margin:0 !important}header .header-main-wrapper .header.content .header-link-items .header.links li{margin-bottom:0 !important}header .header-main-wrapper .header.content .header-link-items .header.links li.wishlist{order:3}header .header-main-wrapper .header.content .header-link-items .header.links li.authorization-link{order:2}header .header-main-wrapper .header.content .header-link-items .header.links li.bell{order:1}header .header-main-wrapper .header.content .header-link-items .header-menu-item{display:flex;align-items:center;padding:8px 12px;gap:8px}header .header-main-wrapper .header.content .header-link-items .header-menu-item span{color:#656c7d;font-size:16px;letter-spacing:-.096px}header .header-main-wrapper .category-main{display:flex;justify-content:space-between;position:relative}header .header-main-wrapper .category-main .header-categories li{height:100%}header .header-main-wrapper .category-main .header-categories li a{letter-spacing:-.16px}header .header-main-wrapper .category-main .header-categories>li:hover .submenu-container{display:flex !important}header .header-main-wrapper .category-main .header-categories .submenu-container{display:none;left:0;right:0;width:100%;position:absolute;background:#fff;z-index:10;top:64px;border-radius:16px;box-shadow:rgba(0,0,0,.1) 0px 1px 3px 0px,rgba(0,0,0,.06) 0px 1px 2px 0px}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus{display:flex;align-items:flex-start;padding-top:40px;padding-bottom:40px;flex:1;flex-wrap:wrap}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenus-item{padding-left:64px;padding-right:64px;position:relative;height:100%}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenus-item:nth-child(2n):before{position:absolute;height:100%;width:1px;background:#e2e4e9;top:0;content:'';left:0}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenus-item:nth-child(2n):after{position:absolute;height:100%;width:1px;background:#e2e4e9;top:0;content:'';right:0}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenus-item>div:not(:first-child) .submenu-link{margin-top:10px !important}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenu-link{color:#3e5170;font-size:14px;font-weight:700;text-transform:uppercase;line-height:18.9px;margin-bottom:10px;display:block}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenu-link-item{color:#323d58;font-size:14px;font-weight:400;line-height:24px;padding-top:6px;padding-bottom:6px;display:block}header .header-main-wrapper .category-main .header-categories .submenu-container .submenus .submenu-link-items{margin-bottom:20px}header .header-main-wrapper .category-main .header-categories .submenu-container .submenu-img{margin-right:40px;margin-top:40px;display:block}header .header-main-wrapper .category-main .header-categories-right a{display:flex;font-size:16px;height:100%;align-items:center;color:#656c7d;line-height:24px;font-weight:400}header .header-main-wrapper .category-main .header-categories-right a .custom-icon{margin-right:8px}header .header-main-wrapper .category-main .header-categories,header .header-main-wrapper .category-main .header-categories-right{height:64px;display:flex;gap:32px;align-items:center}header .header-main-wrapper .category-main .header-categories:before,header .header-main-wrapper .category-main .header-categories-right:before{content:'';height:1px;width:100%;top:0;left:0;right:0;background:#3232470D;position:absolute}header .header-main-wrapper .category-main .header-categories li>a,header .header-main-wrapper .category-main .header-categories-right li>a{display:flex;font-size:16px;height:100%;align-items:center;color:#656c7d;line-height:24px;font-weight:400}header .header-main-wrapper .category-main .header-categories li>a .custom-icon,header .header-main-wrapper .category-main .header-categories-right li>a .custom-icon{margin-right:8px}header .header-main-wrapper .header-menu-items{border-top:1px solid #e2e4e9}header .header-main-wrapper .header-menu-items ul,header .header-main-wrapper .header-menu-items li{margin:0}@media (max-width:992px){.category-main.active,.header-menu-items.active{display:block}.category-main:not(.active),.header-menu-items:not(.active){display:none}.header-top-wrapper .header-top-menus>a{display:none}.header-main-wrapper{height:124px;align-items:center;display:flex}.header-main-wrapper .mobile-menu{display:flex;align-items:center}.header-main-wrapper .header-logo{max-width:148px;margin-left:16px}.header-main-wrapper .header-search{margin:14px 0 0;box-shadow:rgba(17,17,26,.1) 0px 1px 0px;order:4;width:100%;flex:none;max-width:-webkit-fill-available}.header-main-wrapper .header-search input{height:40px !important}.header-main-wrapper .header-link-items{gap:0;flex:1;justify-content:flex-end}.header-main-wrapper .header-link-items .header.links .link.wishlist,.header-main-wrapper .header-link-items .header.links .link.authorization-link{margin-left:10px}.header-main-wrapper .header-link-items .header.links .link.wishlist{display:none}.header-main-wrapper .header-link-items .header-menu-item{padding:8px 10px !important}.header-main-wrapper .header-link-items .header-menu-item span{display:none}.header-main-wrapper .header-link-items .header-menu-item:last-child{padding-right:0 !important}.header-main-wrapper .header-link-items .header-menu-item:nth-child(3){display:none !important}.header-main-wrapper .header-link-items .minicart-wrapper{margin-left:10px}.header-main-wrapper .header-link-items .minicart-wrapper .header-menu-item{padding-right:0 !important}.header-main-wrapper .category-area{display:none !important}}@media (min-width:993px){.header.content{min-height:100px}.header-top-wrapper .header-top-menus>a{display:flex}.header-main-wrapper .mobile-menu{display:none}.header-main-wrapper .header-logo{max-width:222px}.header-main-wrapper .header-search{margin:0 30px;max-width:415px;flex:1}.header-main-wrapper .header-search input{height:auto !important}.header-main-wrapper .minicart-wrapper{margin-left:0 !important}}@media (min-width:993px) and (min-width:577px){#minicart-content-wrapper{top:10px;right:10px;width:565px;border-radius:16px}}@media only screen and (max-width:768px){.nav-before-open{height:100%;overflow-x:hidden;width:100%}.nav-before-open body{height:100%;overflow:hidden;position:relative;width:100%}.nav-before-open .page-wrapper{-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:0;overflow:hidden;position:relative}.nav-sections{background:#fff;-webkit-overflow-scrolling:touch;-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:calc(100% - 160px);left:-1000%;overflow:auto;position:fixed;top:161px;width:100%}.nav-sections .nav-sections-items{position:relative;z-index:1}.nav-sections .nav-sections-items .nav-sections-item-content{box-sizing:border-box;float:right;margin-left:-100%;margin-top:15px;width:100%;padding:25px 0;padding-top:0}.nav-sections .nav-sections-items .nav-sections-item-content:before{content:'';display:table}.nav-sections .nav-sections-items .nav-sections-item-content:after{content:'';display:table;clear:both}.nav-sections .nav-sections-items .nav-sections-item-content .navigation{display:initial;position:initial;padding:0;background:#f0f0f0;box-sizing:border-box}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul{display:initial;margin:0;padding:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li{margin:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li a{display:block;color:#323d58 !important;text-decoration:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li a:hover{color:#323d58;text-decoration:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li:first-child{border:none !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0{border-top:1px solid #ebeae6;margin-left:20px;margin-right:20px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0 a{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.level-top{text-transform:uppercase;word-wrap:break-word;padding-bottom:15px;padding-top:15px;padding-left:0;padding-right:0;position:relative}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.level-top.ui-state-active span:last-child{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M19 12H5M5 12L12 19M5 12L12 5" stroke="%23808695" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;padding-left:30px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.level-top .ui-menu-icon{display:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.level-top:not(.ui-state-active):after{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M7.5 15L12.5 10L7.5 5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;content:"";position:absolute;right:0;width:20px;height:20px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu{position:initial !important;top:initial;left:initial;column-count:1 !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li{word-wrap:break-word;border-bottom:1px solid #ebeae6;margin-bottom:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li:last-child{border:none !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.last{border:none !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.category-item.banner-image{float:none !important;text-align:center;margin-bottom:25px;margin-left:-15px;margin-top:15px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.category-item.banner-image:not(.mobile){display:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.category-item.banner-image.mobile{margin:15px auto 15px auto !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.category-item.banner-image img{float:none !important;border-radius:10px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li>a{font-weight:400;padding-top:10px;padding-bottom:10px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li>a .ui-menu-icon{display:none}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li>a.ui-state-active{font-weight:600;padding-bottom:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li>a.ui-state-active:after{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15 12.5L10 7.5L5 12.5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;content:"";position:absolute;right:15px;width:20px;height:20px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.level1>.submenu{position:initial !important;top:initial;left:initial;column-count:1 !important;margin-top:10px;margin-bottom:10px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.level1>.submenu>li{margin:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu>li.level1>.submenu>li>a{padding-top:10px;padding-bottom:10px;font-weight:400}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child){font-weight:400;line-height:1.3;left:auto !important;overflow-x:hidden;padding:0;position:relative;top:auto !important;transition:left .3s ease-out}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child).expanded{padding-right:0;top:0 !important}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child)>ul{display:block;padding-left:15px}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child)>ul>li{margin:0}.nav-sections .nav-sections-items .nav-sections-item-content .navigation>ul>li.level0>.submenu:not(:first-child)>ul>li>a{color:#575757;display:block;line-height:normal;padding-left:15px}.nav-open .nav-sections{left:0;z-index:100}#minicart-content-wrapper{top:0;right:0;bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;width:100%;height:100%}#minicart-content-wrapper .modal-empty{margin-left:0 !important}#minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:auto !important}#minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-details .additional_options{flex-wrap:wrap}#minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-details .additional_options .additional-item{font-size:10px;margin-bottom:3px;margin-right:0 !important}.cart-container{margin-top:0 !important}.cart-container .cart-sidebar{position:fixed !important;bottom:0;top:initial !important;width:100%;margin-bottom:0;z-index:100;border-radius:24px 24px 0 0}.cart-container .cart-sidebar .block.discount{border-radius:0 !important}.cart-container .cart-sidebar .block.discount div.coupon .field{display:grid;grid-template-columns:1fr auto;column-gap:12px}.cart-container .cart-sidebar .block.discount div.coupon .field .control{width:100% !important}.cart-container .cart-sidebar .block.discount div.coupon .field .actions-toolbar{text-align:right;width:100%;max-width:100px}.cart-container .cart-sidebar .block.discount div.coupon .field .actions-toolbar button{width:100% !important}.cart-container .cart-sidebar .block.discount div.coupon .field .label{grid-column:span 2;width:100%;margin-bottom:5px}.cart-container .cart-sidebar .cart-summary{margin:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.cart-container .cart-sidebar .checkout-methods-items{margin:0 !important;background:#fff;padding:0 24px}.cart-container .cart-sidebar .checkout-methods-items>.item{margin-bottom:0}.cart-container .cart-content-container{margin:0;margin-left:15px !important;margin-right:15px !important}.cart-container .cart-content-container span.cart-title{font-size:16px !important}.cart-container .cart-content-container .clear{background-size:20px 20px !important}.cart-container .cart-content-container .clear span{font-size:14px !important;margin-left:30px !important;line-height:20px !important}.cart-container .cart-content-container .cart.items.data.table .cart.item{border:none}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info{position:relative}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.item{min-height:90px;position:relative;padding-top:15px}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.item .actions-toolbar{display:none !important}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.item .product-item-details .product-item-name{font-size:14px}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.qty{position:absolute;top:25px;left:62px}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.qty button{width:20px;height:20px;background-position-x:2px;background-position-y:2px;background-size:15px 15px}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.qty:before{content:initial}.cart-container .cart-content-container .cart.items.data.table .cart.item .item-info .col.subtotal{display:none}.cms-index-index .page-header{margin-bottom:0 !important}}@media (max-width:576px){header .header-top-menus .header-top-links,header .header-top-menus .header-top-order-tracking{display:none !important}}html.nav-open{overflow:hidden}html.nav-open .nav-toggle.hamburger-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M6 6L18 18" stroke="%23323D58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important}.newsletter-wrapper{margin-top:12px}.newsletter-wrapper #newsletter-container{background-repeat:no-repeat;background-size:cover;background-position:center right;box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);border:.5px solid #e2e4e9;border-radius:24px}.newsletter-wrapper #newsletter-container .title{font-weight:500;font-style:normal;color:#323d58;margin-bottom:8px}.newsletter-wrapper #newsletter-container .description{font-weight:400;font-style:normal;color:#656c7d}.newsletter-wrapper #newsletter-container .form.subscribe .email-container{display:flex;align-items:center;gap:16px}.newsletter-wrapper #newsletter-container .form.subscribe .email-container input{margin-bottom:28px;margin-top:28px;padding:10px 12px;border-radius:8px;border:1px solid #e2e4e9;background:#fff;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);line-height:24px;letter-spacing:-.16px;font-size:16px;font-weight:400;height:auto !important}.newsletter-wrapper #newsletter-container .form.subscribe .email-container button{height:100%;padding:11px;display:flex;justify-content:center;align-items:center;border-radius:8px;border:1.1px solid #3e5170;background:#3e5170}.newsletter-wrapper #newsletter-container .form.subscribe .email-container button:after{content:none !important}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container{display:flex;gap:8px;align-items:center}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container input{margin:0;top:0 !important;width:20px;height:20px;border-radius:4px;border:1px solid #e2e4e9;background:#fff}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container input[type=checkbox]{appearance:none;-webkit-appearance:none}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container input[type=checkbox]:before{flex:1}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container input[type=checkbox]:checked:before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17L4 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.newsletter-wrapper #newsletter-container .form.subscribe .privacy-policy-container label{font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.12px;display:block;height:100%;color:#656c7d;margin-bottom:0}@media (max-width:768px){.newsletter-wrapper{margin-bottom:24px}#newsletter-container{background-image:none;background:#fff}#newsletter-container .newsletter-area{padding:24px;width:100%}#newsletter-container .newsletter-area .title{font-size:20px;line-height:28px;letter-spacing:-.4px}#newsletter-container .newsletter-area .description{font-size:14px;line-height:20px;letter-spacing:-.14px}}@media (min-width:768px){.newsletter-wrapper{margin-bottom:40px}#newsletter-container{background-image:url('../../frontend/Bellamaison/main/tr_TR/images/newsletter_bg.png')}#newsletter-container .newsletter-area{padding:47px 0 47px 64px;width:50%}#newsletter-container .newsletter-area .title{font-size:40px;line-height:48px;letter-spacing:-.8px;text-align:start}#newsletter-container .newsletter-area .description{font-size:16px;line-height:24px;letter-spacing:-.16px}#newsletter-container .newsletter-area form .email-container input{max-width:320px}}footer{padding:0 16px}.footer{display:flex;flex-direction:column;padding:0 16px}.footer.content{border:none !important;margin:0 !important;padding:0 !important}.footer .footer-container{background-color:#f7f5ef;border-radius:24px}.footer .holder-footer{justify-content:space-between}.footer .appearance-footer{height:20px;margin-top:10px}.footer .ruler-footer{display:flex;flex-direction:column;max-width:200px;list-style:none;padding:0;justify-content:space-between;align-items:flex-start;gap:12px}.footer .string-footer{display:flex;flex-direction:row;justify-content:left;align-items:flex-start;width:100%;gap:42px;border-top:1px solid #e1dfd9;border-bottom:1px solid #e1dfd9;padding-top:15px;flex-wrap:wrap}.footer .sentence-footer{margin:2px 0;color:#656c7d;font-size:14px;line-height:20px;letter-spacing:-.01em}.footer .headline-footer{font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em;color:#323d58}.footer .matter-footer{font-size:14px;color:#656c7d;display:flex;line-height:20px;font-weight:400;letter-spacing:-.01em;justify-content:space-between;align-items:center;gap:7px}.footer .summon-footer{text-decoration:none;color:#323d58;font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em}.footer .footer-support-container{display:flex;align-items:center}.footer .support-container-center{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer .support-container-center .appearance-footer{width:28px;height:28px;padding:4px}.footer .support-container-callcenter{background-color:#fff;border-radius:8px;padding:4px 8px 4px 4px;display:flex;align-items:center;border:.5px solid #e2e4e9}.footer .support-container-callcenter .callcenter-text-container{padding:0 12px}.footer .support-container-whatsapp{background-color:#fff;border-radius:8px;padding:4px 8px 4px 4px;display:flex;align-items:center;border:.5px solid #e2e4e9}.footer .support-container-whatsapp .whatsapp-text-container{padding:0 12px}.footer .support-container-title{padding:0;width:100%}.footer .footer-copyright-container{display:flex;align-items:center}.footer .back-to-top-button{display:flex;align-items:center;justify-content:space-between;gap:12px}.footer .callcenter-image-container{padding:10px;background-color:#f7f5ef;border-radius:4px}.footer .callcenter-image-container .custom-icon{width:28px;height:28px}.footer .whatsapp-image-container{padding:10px;background-color:#f7f5ef;border-radius:4px}.footer .whatsapp-image-container .custom-icon{width:28px;height:28px}.footer .footer-social-media{margin-bottom:12px}.footer .footer-copyright-text .copyright{margin-top:0;text-align:center}@media (min-width:768px){.footer .footer-container{padding:40px;margin-bottom:72px}.footer .footer-container .footer-corporate-container .footer-corporate-row{padding-bottom:16px}.footer .footer-container .footer-support-container{padding-bottom:32px}.footer .footer-container .footer-copyright-container{padding-top:24px}}@media (max-width:768px){.footer .footer-container{padding:20px 16px 24px;margin-bottom:16px}.footer .string-footer{flex-direction:column;border-top:none;border-bottom:none;gap:16px}.footer .footer-support-container{flex-direction:column;align-items:start}.footer .footer-support-container>img{margin-left:16px;margin-top:12px}.footer .support-container-center{flex-direction:column;padding:0;gap:16px;padding:32px 0 0;width:100%}.footer .ruler-footer{max-width:unset}.footer .pillar-footer{border-bottom:1px solid #e1dfd9;width:100%}.footer .footer-corporate-row .footer-corporate-column:not(.footer-social-media) .headline-footer.active+.footer-column-list{display:flex}.footer .footer-corporate-row .footer-corporate-column:not(.footer-social-media) .headline-footer:not(.active)+.footer-column-list{display:none}.footer .headline-footer{position:relative;margin-top:0;margin-bottom:12px}.footer .footer-column-title:after{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');position:absolute;right:0;transform:rotate(0deg);transition:transform .3s ease;height:20px;width:20px}.footer .footer-column-title.active:after{transform:rotate(180deg)}.footer .social-media-title:after{display:none}.footer .footer-list-item .list-item-text{display:none}.footer .social-media-container{flex-direction:row;gap:32px;margin-bottom:21px;justify-content:flex-start;flex-wrap:wrap}.footer .footer-copyright-container{flex-direction:column-reverse;justify-content:space-between;gap:16px;padding-top:24px}.footer .footer-copyright-text{border-top:1px solid #e1dfd9;border-bottom:1px solid #e1dfd9;padding:12px 0}.footer .footer-social-media{border-bottom:none;margin-bottom:0}.footer .support-container-callcenter{width:100%;justify-content:flex-start}.footer .support-container-whatsapp{width:100%;justify-content:flex-start}}.badge{border-radius:16px;display:inline}.badge.badge-sm{padding:0 8px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:-.12px}.badge.badge-md{padding:2px 10px;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px}.badge.badge-lg{padding:4px 12px;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px}.badge.badge-primary{color:#3e5170;background:#eceef1}.badge.badge-purple{color:#6439dd;background:#f1ecfe}.badge.badge-red{color:#cb2b2b;background:#fceaea}.badge.badge-yellow{color:#ac7c2d;background:#fef7ec}.badge.badge-green{color:#197c57;background:#e9f7f2}.badge.badge-grey{color:#383b42;background:#ececed}.badge.badge-teal{color:#2683a5;background:#ebf8fd}.badge.badge-blue{color:#2a6ae8;background:#eaf1ff}.badge.badge-pink{color:#5f2466;background:#f2b1f9}.badge.badge-orange{color:#db7028;background:#fef2ea}.badge.badge-brown{color:#886850;background:#f9f4f1}.vx-select{min-width:184px;cursor:pointer}.vx-select .vx-select-current{background:#fff;border-radius:8px;border:1px solid #e2e4e9;padding:8px 16px;display:flex;height:40px;align-items:center;gap:12px;position:relative;padding-right:48px;color:#808695}.vx-select .vx-select-current.sorting:before{content:'';background:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.1875 17.0312V8.125M13.8065 2.96875V11.875" stroke="%23323D58" stroke-width="2" stroke-linecap="round"/><path d="M3.33203 14.6875L6.18917 17.5L9.04632 14.6875M16.6654 5.3125L13.8082 2.5L10.9511 5.3125" stroke="%23323D58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');display:flex;align-items:center;height:20px;width:20px;background-size:100%;background-repeat:no-repeat}.vx-select .vx-select-current:after{content:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6L8 10L12 6" stroke="%23808695" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:16px;height:16px;position:absolute;display:flex;top:10px;right:16px;bottom:0}.vx-select .vx-select-current,.vx-select .vx-select-list li{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em}.vx-select.active .vx-select-current{background:#f6f8fa}.vx-select.active .vx-select-current:after{content:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 10L8 6L4 10" stroke="%23808695" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vx-select.active .vx-select-list-area{background-color:#fff;margin-top:8px}.vx-select.active .vx-select-list-area .vx-select-list{overflow-y:auto;padding-right:8px;display:flex;flex-direction:column;max-height:0;list-style:none;margin:0;padding:0}.vx-select.active .vx-select-list-area .vx-select-list li{margin-bottom:0}.vx-select.active .vx-select-list-area .vx-select-list li>a{display:flex;justify-content:space-between;flex:1;align-items:center}.vx-select .vx-select-list-area .vx-select-list{max-height:0;list-style:none;margin:0;padding:0;overflow:hidden}.vx-select .vx-select-list-area .vx-select-list li{color:#323d58}.vx-select .vx-select-list-area .vx-select-list li[data-value]:not([data-value=""]):hover{background:#f6f8fa}.vx-select .vx-select-list-area .vx-select-list::-webkit-scrollbar{background:#fff !important;width:6px !important}.vx-select .vx-select-list-area .vx-select-list::-webkit-scrollbar-thumb{background-color:#cdd0d5;border-radius:12px;border:1.5px solid transparent;background-clip:padding-box}.vx-select .vx-select-list-area .swatch-option{border:1px solid #e2e4e9;margin:0 8px 0 0;width:20px;height:20px;border-radius:100%;max-width:20px !important;min-width:20px !important}.vx-select .vx-select-list-area .swatch-option:hover{border:none}.vx-select .vx-select-list-area .swatch-option.color,.vx-select .vx-select-list-area .swatch-option.image{border:none}.vx-select .vx-close-btn{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%23ECEEF1"/><path d="M16.1654 7.8335L7.83203 16.1668M7.83203 7.8335L16.1654 16.1668" stroke="%23808695" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:100%;width:24px;height:24px;background-position:center}.vx-select.filter .vx-select-list li{display:flex;justify-content:space-between;align-items:center}.vx-select.filter .vx-select-list li label{flex:1}.vx-select.filter .vx-select-list li input[type=checkbox]{appearance:none;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:5px;box-sizing:border-box;margin:0;cursor:pointer}.vx-select.filter .vx-select-list li input[type=checkbox]:checked{background:url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6654 3.5L5.2487 9.91667L2.33203 7" stroke="white" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-color:#3e5170;background-repeat:no-repeat;background-position:center}.vx-select.filter .vx-select-list li input[type=checkbox]:not(:checked){border:1px solid #e2e4e9}@media (min-width:768px){.vx-select{position:relative}.vx-select.active .vx-select-list-area{position:absolute;top:100%;left:0;width:100%;overflow:hidden;transition:max-height .3s ease;z-index:50;padding:12px 6px 12px 12px;border:.5px solid #e2e4e9;border-radius:12px}.vx-select.active .vx-select-list-area .vx-select-list{gap:8px;max-height:232px}.vx-select.active .vx-select-list-area .vx-select-list li{line-height:40px;border-radius:8px;padding-left:12px;padding-right:12px}.vx-select .vx-select-head{display:none}}.vx-select.basic{position:relative}.vx-select.basic.active .vx-select-list-area{position:absolute;top:100%;left:0;width:100%;overflow:hidden;transition:max-height .3s ease;z-index:50;padding:12px 6px 12px 12px;border:.5px solid #e2e4e9;border-radius:12px}.vx-select.basic.active .vx-select-list-area .vx-select-list{gap:8px;max-height:232px}.vx-select.basic.active .vx-select-list-area .vx-select-list li{line-height:40px;border-radius:8px;padding-left:12px;padding-right:12px}.vx-select.basic .vx-select-head{display:none}@media (max-width:768px){.vx-select:not(.basic){position:static}.vx-select:not(.basic).active .vx-select-list-area{position:fixed;bottom:0;left:0;right:0;top:inherit;border-top-left-radius:24px;border-top-right-radius:24px;padding:24px;z-index:110;transform:translateY(0);transition:transform .4s ease}.vx-select:not(.basic).active .vx-select-list-area .vx-select-list{gap:0;max-height:340px}.vx-select:not(.basic).active .vx-select-list-area .vx-select-list li{border-radius:0;padding:0;line-height:52px}.vx-select:not(.basic).active .vx-select-list-area .vx-select-list li:not(:last-child){border-bottom:.5px solid #e2e4e9 !important}.vx-select:not(.basic).active .vx-select-list-area .vx-select-head{display:flex;justify-content:space-between;align-items:center}.vx-select:not(.basic).active .vx-select-list-area .vx-select-head .vx-select-head-title{font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.01em;text-align:center;color:#323d58}.vx-select:not(.basic).active .vx-select-list-area:before{background:#eceef1;max-width:44px;height:4px;border-radius:10px;position:absolute;top:8px;left:0;content:'';right:0;margin:auto}.vx-select:not(.basic).active .vx-select-list-area:after{background:#eceef1;max-width:134px;height:5px;border-radius:10px;position:absolute;bottom:8px;left:0;content:'';right:0;margin:auto}.vx-select:not(.basic):not(.active) .vx-select-list-area{transform:translateY(100%);transition:transform .4s ease}.vx-select:not(.basic):not(.active) .vx-select-list-area .vx-select-head{display:none}}select[data-sorter=vx-sorter]{visibility:hidden;opacity:0}body{background:#fdfcfb}.logo{float:none}.page-main{max-width:1280px;margin:0 auto;width:100%}.page .messages{margin-top:20px}h1{font-size:72px;line-height:80px;letter-spacing:-1.44px}h2{font-size:64px;line-height:72px;letter-spacing:-1.28px}h3{font-size:56px;line-height:64px;letter-spacing:-1.12px}h4{font-size:48px;line-height:56px;letter-spacing:-.96px}h5{font-size:40px;line-height:48px;letter-spacing:-.8px}h6{font-size:36px;line-height:44px;letter-spacing:-.72px}.text-2xl{font-size:32px;line-height:40px;letter-spacing:-.64px}.text-xl{font-size:28px;line-height:36px;letter-spacing:-.56px}.text-lg{font-size:24px;line-height:32px;letter-spacing:-.48px}.messages .message.success,.messages .message.notice,.messages .message.warning,.messages .message.error,.messages .message.info{border-radius:5px;padding-left:15px}.messages .message.success>div:before,.messages .message.notice>div:before,.messages .message.warning>div:before,.messages .message.error>div:before,.messages .message.info>div:before{content:initial}.totals-tax{display:none}.modal{flex-direction:column;z-index:999}.modal:not(.active){display:none}.modal.active{display:block}.modal .modal-content{display:flex;flex:1;flex-direction:column}.modal .modal-content.active{display:flex}.modal .modal-bottom{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.modal .modal-bottom .btn{width:100%;text-align:center;justify-content:center;margin-top:32px}.modal .modal-bottom .modal-bottom-info{color:var(--text-color-text-sub,#656c7d);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.modal .modal-title-container{display:flex;align-items:center;gap:24px;color:var(--text-color-text-main,#323d58);font-size:18px;font-weight:500;line-height:24px;letter-spacing:-.36px}.modal .modal-title-container .modal-title{font-size:18px !important}.modal .modal-title-container .modal-close-btn{cursor:pointer}.modal .modal-title-container .modal-close-btn:before{width:20px;height:20px;background:var(--primary-primary-50,#eceef1);display:flex;padding:10px;border-radius:6.667px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15 5L5 15M5 5L15 15" stroke="%23323D58" stroke-width="1.38889" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.modal.center-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(51,51,51,.5);opacity:0;visibility:hidden;transition:all .2s ease}.modal.center-modal.active{opacity:1;visibility:visible}.modal.center-modal .modal-dialog{display:flex;align-items:center;max-width:416px;justify-content:center;margin:auto;height:100%}.modal.center-modal .modal-content{border-radius:16px;background:var(--white,#fff);padding:24px;box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);background:#fff}.modal.center-modal .modal-content .modal-title-container{display:flex;gap:12px;align-items:center}.modal.center-modal .modal-content .modal-logout-btn{background:#f6f8fa;border-radius:50%;padding:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.modal.center-modal .modal-content .modal-logout-btn:before{width:20px;height:20px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M13.3333 14.1667L17.5 10M17.5 10L13.3333 5.83333M17.5 10H7.5M7.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H7.5" stroke="%23323D58" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.modal.center-modal .modal-content .btn{justify-content:center;text-decoration:none}.modal.center-modal .modal-body span{color:var(--text-color-text-sub,#656c7d);display:block;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px;margin-top:18px;margin-bottom:32px}.modal.center-modal .modal-actions{display:flex;flex-direction:column;gap:16px}.modal:not(.center-modal){background:rgba(51,51,51,.5);width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0}.modal:not(.center-modal) .modal-dialog{display:flex;flex-direction:column;position:fixed;height:calc(100% - 20px);padding:24px;box-sizing:border-box;z-index:10;background:var(--white,#fff);box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);overflow-y:auto}.subscribe-modal .center-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center}.subscribe-modal .center-modal.active{display:flex}.subscribe-modal .modal-content{overflow-y:auto;max-height:600px;max-width:600px;background-color:#fff;padding:20px;border-radius:8px}.subscribe-modal .modal-title-container{position:relative;margin-bottom:30px;color:#3e5170 !important;font-size:24px !important;display:flex}.subscribe-modal .modal-title-container .modal-close-button{margin-left:auto;cursor:pointer}.subscribe-modal .modal-title-container .modal-close-button svg{width:40px;height:40px}#kvkk-modal .document{width:auto !important;padding:0 !important}.input-group .group-title,.select-group .group-title,.radio-group .group-title,.textarea-group .group-title,.radio-circle-group .group-title,.file-group .group-title{color:var(--text-color-text-sub,#656c7d);font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.14px;margin-bottom:6px;display:block}.input-group input,.select-group input,.radio-group input,.textarea-group input,.radio-circle-group input,.file-group input,.input-group select,.select-group select,.radio-group select,.textarea-group select,.radio-circle-group select,.file-group select{height:auto}.row-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.input-group label{color:var(--text-color-text-sub,#656c7d);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px;margin-bottom:6px;display:block}.input-group .input-item input{padding:10px 12px;outline:none;border:none;flex:1;width:100%;color:var(--text-color-text-main,#323d58);font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px;height:40px;border-radius:8px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);background:var(--white,#fff);box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);overflow:hidden}.input-group .input-item .input-item-edit{display:flex;align-items:center;color:var(--text-color-text-main,#323d58);text-align:center;font-size:12px;font-weight:400;line-height:16px;letter-spacing:-.12px;gap:6px;padding-right:12px;padding-top:10px;padding-bottom:10px}.input-group .input-item .input-item-edit:before{width:16px;height:16px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(../../frontend/Bellamaison/main/tr_TR/css/%23clip0_940_24247)"><path d="M7.33398 2.66617H4.53398C3.41388 2.66617 2.85383 2.66617 2.426 2.88415C2.04968 3.0759 1.74372 3.38186 1.55197 3.75819C1.33398 4.18601 1.33398 4.74606 1.33398 5.86617V11.4662C1.33398 12.5863 1.33398 13.1463 1.55197 13.5741C1.74372 13.9505 2.04968 14.2564 2.426 14.4482C2.85383 14.6662 3.41388 14.6662 4.53398 14.6662H10.134C11.2541 14.6662 11.8141 14.6662 12.242 14.4482C12.6183 14.2564 12.9243 13.9505 13.116 13.5741C13.334 13.1463 13.334 12.5863 13.334 11.4662V8.66617M5.33397 10.6662H6.45033C6.77645 10.6662 6.93951 10.6662 7.09296 10.6293C7.22901 10.5967 7.35907 10.5428 7.47836 10.4697C7.61292 10.3872 7.72822 10.2719 7.95882 10.0413L14.334 3.66617C14.8863 3.11388 14.8863 2.21845 14.334 1.66617C13.7817 1.11388 12.8863 1.11388 12.334 1.66617L5.95881 8.04133C5.7282 8.27193 5.6129 8.38723 5.53045 8.52179C5.45734 8.64108 5.40347 8.77114 5.37081 8.90719C5.33397 9.06064 5.33397 9.2237 5.33397 9.54982V10.6662Z" stroke="%23808695" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_940_24247"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>')}.input-group .textarea-item textarea{border-radius:8px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);background:var(--white,#fff);box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);width:100%;resize:none;color:var(--text-color-text-soft,#808695);font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;padding:12px 14px;box-sizing:border-box}.select-items{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.select-items .select-item{border-radius:8px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);background:var(--white,#fff);box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);padding:0 16px;color:var(--text-color-text-soft,#808695);font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;width:100%}.select-items select{height:40px}.radio-group .radio-items{display:flex;align-items:center;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);border-radius:8px;overflow:hidden}.radio-group .radio-items label{cursor:pointer}.radio-group .radio-items input{display:none}.radio-group .radio-items input:checked+label{background:#3e5170;color:#fff}.radio-group .radio-items .radio-item{color:var(--text-color-text-sub,#656c7d);font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px;padding:8px 16px;text-align:center;flex:1}.radio-group .radio-items .radio-item:last-child{white-space:nowrap}.radio-circle-group .radio-items{display:flex;gap:24px}.radio-circle-group .radio-item{display:flex}.radio-circle-group .radio-circle-icon{width:24px;height:24px;border-radius:50%;border:1px solid #e2e4e9;margin-right:12px;box-sizing:border-box}.radio-circle-group label{display:flex;align-items:center;color:var(--text-color-text-main,#323d58);font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px;box-sizing:border-box}.radio-circle-group input{display:none}.radio-circle-group input:checked+label .radio-circle-icon{box-sizing:border-box;border:4px solid #3e5170}.button-group{border-radius:8px;justify-content:center;color:var(--text-color-text-white,#fff);background:var(--primary,#3e5170);margin:auto;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px;grid-column:span 2;text-align:center}.button-group button{text-align:center;border:none;justify-content:center;margin:0}.switch-group{display:flex;flex-direction:column;gap:32px}.switch-group .switch-item{display:flex;gap:24px;align-items:center}.switch-group .switch-item span{color:var(--text-color-text-main,#323d58);font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}.switch-group .switch-item input[type=checkbox]{position:relative;appearance:none;width:60px;height:32px;background:#cdd0d5;border-radius:50px;flex-shrink:0;cursor:pointer;transition:.4s}.switch-group .switch-item input:checked[type=checkbox]{background:#3e5170}.switch-group .switch-item input[type=checkbox]:after{position:absolute;content:"";width:24px;height:24px;top:4px;left:4px;background:#fff;border-radius:50%;transform:scale(1);transition:.4s}.switch-group .switch-item input:checked[type=checkbox]:after{left:52%}.file-group .file-item{display:flex;border:1px dashed rgba(0,0,0,.25);padding:16px 32px;border-radius:8px;align-items:center}.file-group .file-item label{display:flex;flex:1}.file-group .file-item input[type=file]{display:none}.file-group .file-item .file-info{display:flex;flex-direction:column;flex:1}.file-group .file-item .file-info .file-title{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em;color:#323d58}.file-group .file-item .file-info .file-text{color:#808695}.file-group .file-item .remove-file{display:none;align-items:center;padding:8px 28px;gap:12px;border-radius:8px;border:1px solid #df2f2f;height:40px;color:#df2f2f;cursor:pointer}@media (min-width:576px){.file-group .file-item .file-info{margin-left:24px}}@media (max-width:576px){.file-group .file-item{flex-direction:column;gap:24px}.file-group .file-item label{flex-direction:column;align-items:center;gap:24px;text-align:center}.file-group .file-item label .file-text{margin-top:8px}}@media (min-width:577px){.modal:not(.center-modal) .modal-dialog{top:10px;right:10px;width:565px;border-radius:16px}}@media (max-width:576px){.modal:not(.center-modal) .modal-dialog{bottom:0 !important;width:100%;right:0;top:initial;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:16px;border-top-right-radius:16px}.modal:not(.center-modal) .modal-dialog .modal-title-container{margin-bottom:36px !important;justify-content:space-between}.modal:not(.center-modal) .modal-dialog .modal-title-container .modal-close-btn{order:1}.modal:not(.center-modal) .modal-dialog .modal-title-container .modal-close-btn:before{padding:2px;border-radius:50%}.modal:not(.center-modal) .modal-dialog .modal-content .input-group{margin-bottom:16px !important}.modal:not(.center-modal) .modal-dialog .btn{width:100%;justify-content:center}}#new-address-modal{flex-direction:column;gap:20px;z-index:90}#new-address-modal .modal-content{flex-direction:column;gap:20px}#new-address-modal:not(.active){display:none}#new-address-modal.active{display:flex}#new-address-modal input,#new-address-modal select,#new-address-modal textarea{color:var(--text-color-text-soft,#808695);font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}#logout-modal .modal-title-container:before{width:32px;height:32px;content:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="%23F6F8FA"/><path d="M19.3333 20.1667L23.5 16M23.5 16L19.3333 11.8333M23.5 16H13.5M13.5 8.5H12.5C11.0999 8.5 10.3998 8.5 9.86502 8.77248C9.39462 9.01217 9.01217 9.39462 8.77248 9.86502C8.5 10.3998 8.5 11.0999 8.5 12.5V19.5C8.5 20.9001 8.5 21.6002 8.77248 22.135C9.01217 22.6054 9.39462 22.9878 9.86502 23.2275C10.3998 23.5 11.0999 23.5 12.5 23.5H13.5" stroke="%23323D58" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}#logout-modal .modal-actions .action.secondary{border:1px solid transparent !important}.product-cart-item{border-radius:12px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);background:var(--white,#fff);box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);margin-bottom:0;height:100%;display:flex;flex-direction:column}.product-cart-item .product-cart-image{display:flex;justify-content:center;position:relative;width:100%}.product-cart-item .product-cart-image>a{width:100%}.product-cart-item .product-cart-image>a .swiper-slide{height:auto !important}.product-cart-item .product-cart-image>a.product-item-photo img{border-radius:6px;height:100%;object-fit:cover;width:100%}.product-cart-item .product-cart-image .product-card-favorite{position:absolute;border-radius:8px;border:.435px solid var(--white,#fff);background:var(--white,#fff);z-index:10;box-shadow:0px 3px 8px -1px rgba(50,50,71,.05);width:32px;height:32px;display:flex;align-items:center;justify-content:center}.product-cart-item .product-cart-image .product-card-favorite:after{display:flex;position:relative;height:16px;width:16px;content:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.99804 3.42388C6.66514 1.8656 4.44243 1.44643 2.7724 2.87334C1.10237 4.30026 0.867249 6.68599 2.17874 8.3736C3.26915 9.77674 6.56912 12.7361 7.65067 13.6939C7.77167 13.801 7.83218 13.8546 7.90275 13.8757C7.96434 13.8941 8.03174 13.8941 8.09333 13.8757C8.1639 13.8546 8.2244 13.801 8.34541 13.6939C9.42696 12.7361 12.7269 9.77674 13.8173 8.3736C15.1288 6.68599 14.9224 4.28525 13.2237 2.87334C11.5249 1.46144 9.33094 1.8656 7.99804 3.42388Z" stroke="%23808695" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.product-cart-item .product-cart-image .product-card-favorite .actions-secondary a span{display:none}.product-cart-item .product-cart-image .product-card-favorite.active:after{content:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="%233E5170" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.99804 3.42388C6.66514 1.8656 4.44243 1.44643 2.7724 2.87334C1.10237 4.30026 0.867249 6.68599 2.17874 8.3736C3.26915 9.77674 6.56912 12.7361 7.65067 13.6939C7.77167 13.801 7.83218 13.8546 7.90275 13.8757C7.96434 13.8941 8.03174 13.8941 8.09333 13.8757C8.1639 13.8546 8.2244 13.801 8.34541 13.6939C9.42696 12.7361 12.7269 9.77674 13.8173 8.3736C15.1288 6.68599 14.9224 4.28525 13.2237 2.87334C11.5249 1.46144 9.33094 1.8656 7.99804 3.42388Z" stroke="%233E5170" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.product-cart-item .product-cart-image .product-card-basket{position:absolute;width:32px;height:32px;display:flex;align-items:center;justify-content:center;z-index:1;background:#fff;border-radius:8px;cursor:pointer}.product-cart-item .product-discount{margin:16px 8px 0;line-height:12px}.product-cart-item .product-discount .product-discount-text{display:inline-flex;padding:0 8px;align-items:center;border-radius:16px;background:var(--green-green-50,#e9f7f2);mix-blend-mode:multiply;color:var(--green-green-700,#197c57);text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.12px;text-transform:uppercase}.product-cart-item .product-cart-info{display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1;justify-content:space-between}.product-cart-item .product-cart-info .product-card-name{color:var(--text-color-text-main,#323d58);font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px;margin-top:12px}.product-cart-item .product-cart-info .price-box{display:flex;align-items:center;flex-wrap:wrap}.product-cart-item .product-cart-info .price-box .price-box-container{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-cart-item .product-cart-info .price-box .price-box-container>.price-container .price{color:var(--text-color-text-main,#323d58);font-size:20px;font-weight:600}.product-cart-item .product-cart-info .price-box>.price-container .price-wrapper .price{color:var(--red-red-600,#3e5170);font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.4px}.product-cart-item .product-cart-info .price-box .old-price>span{color:var(--text-color-text-soft,#808695);font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration:line-through;text-decoration-color:#808695}.product-cart-item .product-cart-info .price-box .old-price>span .price{font-size:14px}.product-cart-item .product-cart-info .price-box .special-price>span{color:var(--red-red-600,#cb2b2b);float:right}.product-cart-item .product-cart-info .price-box .special-price>span .price{font-size:20px;font-weight:600}.product-cart-item .product-cart-info .price-box .product-instead-text{color:var(--text-color-text-soft,#808695);font-family:"Familjen Grotesk";font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.product-cart-item .product-options-container{z-index:2;border-radius:12px 12px 0 0;border-top:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.8);backdrop-filter:blur(12px);flex-direction:column;position:absolute;justify-content:space-between;align-items:flex-start;bottom:0;width:100%;height:auto;flex-shrink:0;padding-top:16px;display:flex;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.product-cart-item .product-options-container.visible{visibility:visible;opacity:1}.product-cart-item .product-options-container .product-options-close-btn{position:absolute;right:12px;top:12px;cursor:pointer}.product-cart-item .product-options-container .configurablepro_container{width:100%;margin-bottom:5px}.product-cart-item .product-options-container .configurablepro_container h3{color:var(--text-color-text-main,#323d58);font-family:"Familjen Grotesk";font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.072px;margin:0;margin-bottom:5px}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.swiper .swiper-slide{width:auto}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item{padding:2px 10px;text-align:center;border-radius:6px;cursor:pointer}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item span{font-size:14px;font-weight:500;line-height:16px;color:var(--white,#fff)}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item.selected{background:#323d58;border:1px solid #323d58}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item.selected span{color:#fff}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item:not(.selected){background:#fff;border:1px solid #e2e4e9}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_text .configurablepro-item:not(.selected) span{color:#323d58}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_image{display:flex;flex-wrap:wrap;gap:8px}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_image .configurablepro-item{padding-bottom:4px;cursor:pointer}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_image .configurablepro-item img{border-radius:6px;width:40px;height:40px}.product-cart-item .product-options-container .configurablepro_container .configurablepro_list.display_image .configurablepro-item.selected img{border:2px solid #323d58}.product-cart-item .product-options-container>form{width:100%}.product-cart-item .product-options-container>form .add-to-cart-button{cursor:pointer;display:flex;width:100%;padding:8px 14px;margin:0;justify-content:center;align-items:center;gap:8px;border-radius:8px;border-top-right-radius:0;border-top-left-radius:0;border:1px solid var(--primary,#3e5170);background:var(--primary,#3e5170);color:var(--text-color-text-white,#fff);font-size:14px;font-style:normal;font-weight:600;line-height:20px;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);opacity:1}.product-cart-item .product-options-container>form .add-to-cart-button:after{content:initial}.product-cart-item .product-options-container>form .add-to-cart-button .add-to-cart-icon{width:20px;height:20px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 2.5C11.1935 2.5 12.3381 2.97411 13.182 3.81802C14.0259 4.66193 14.5 5.80653 14.5 7V7.75H17.5V9.25H16.6248L16.057 16.0623C16.0414 16.2497 15.9559 16.4244 15.8176 16.5518C15.6792 16.6791 15.4981 16.7499 15.31 16.75H4.69C4.50193 16.7499 4.32077 16.6791 4.18242 16.5518C4.04406 16.4244 3.95861 16.2497 3.943 16.0623L3.3745 9.25H2.5V7.75H5.5V7C5.5 5.80653 5.97411 4.66193 6.81802 3.81802C7.66193 2.97411 8.80653 2.5 10 2.5ZM15.1195 9.25H4.87975L5.38 15.25H14.6193L15.1195 9.25ZM10.75 10.75V13.75H9.25V10.75H10.75ZM7.75 10.75V13.75H6.25V10.75H7.75ZM13.75 10.75V13.75H12.25V10.75H13.75ZM10 4C9.23032 4 8.49008 4.29583 7.93239 4.82629C7.3747 5.35676 7.04223 6.08128 7.00375 6.85L7 7V7.75H13V7C13 6.23032 12.7042 5.49008 12.1737 4.93239C11.6432 4.3747 10.9187 4.04223 10.15 4.00375L10 4Z" fill="white"/></svg>')}.product-cart-item .product-options-container .close-button{position:absolute;top:5px;right:5px;cursor:pointer;width:20px;height:20px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.2887 14.9617C16.4649 15.1379 16.5638 15.3767 16.5638 15.6258C16.5638 15.8749 16.4649 16.1137 16.2887 16.2899C16.1126 16.466 15.8737 16.5649 15.6247 16.5649C15.3756 16.5649 15.1367 16.466 14.9606 16.2899L10.0005 11.3281L5.03874 16.2883C4.86262 16.4644 4.62374 16.5634 4.37467 16.5634C4.1256 16.5634 3.88673 16.4644 3.71061 16.2883C3.53449 16.1122 3.43555 15.8733 3.43555 15.6242C3.43555 15.3752 3.53449 15.1363 3.71061 14.9602L8.67233 10L3.71217 5.0383C3.53605 4.86218 3.43711 4.62331 3.43711 4.37423C3.43711 4.12516 3.53605 3.88629 3.71217 3.71017C3.88829 3.53405 4.12716 3.43511 4.37624 3.43511C4.62531 3.43511 4.86418 3.53405 5.0403 3.71017L10.0005 8.67189L14.9622 3.70939C15.1383 3.53327 15.3772 3.43433 15.6262 3.43433C15.8753 3.43433 16.1142 3.53327 16.2903 3.70939C16.4664 3.88551 16.5654 4.12438 16.5654 4.37345C16.5654 4.62252 16.4664 4.86139 16.2903 5.03751L11.3286 10L16.2887 14.9617Z" fill="%23323D58"/></svg>')}.product-cart-item .view-configurable-button{cursor:pointer;display:flex;width:100%;padding:8px 14px;margin:0;margin-top:-5px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border-top-left-radius:0;border-top-right-radius:0;border:1px solid var(--primary,#3e5170);background:var(--primary,#3e5170);color:var(--text-color-text-white,#fff);font-family:"Familjen Grotesk";font-size:14px;font-style:normal;font-weight:600;line-height:20px;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);opacity:1}.product-cart-item .view-configurable-button:after{content:initial}.product-cart-item .view-configurable-button .add-to-cart-icon{width:20px;height:20px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 2.5C11.1935 2.5 12.3381 2.97411 13.182 3.81802C14.0259 4.66193 14.5 5.80653 14.5 7V7.75H17.5V9.25H16.6248L16.057 16.0623C16.0414 16.2497 15.9559 16.4244 15.8176 16.5518C15.6792 16.6791 15.4981 16.7499 15.31 16.75H4.69C4.50193 16.7499 4.32077 16.6791 4.18242 16.5518C4.04406 16.4244 3.95861 16.2497 3.943 16.0623L3.3745 9.25H2.5V7.75H5.5V7C5.5 5.80653 5.97411 4.66193 6.81802 3.81802C7.66193 2.97411 8.80653 2.5 10 2.5ZM15.1195 9.25H4.87975L5.38 15.25H14.6193L15.1195 9.25ZM10.75 10.75V13.75H9.25V10.75H10.75ZM7.75 10.75V13.75H6.25V10.75H7.75ZM13.75 10.75V13.75H12.25V10.75H13.75ZM10 4C9.23032 4 8.49008 4.29583 7.93239 4.82629C7.3747 5.35676 7.04223 6.08128 7.00375 6.85L7 7V7.75H13V7C13 6.23032 12.7042 5.49008 12.1737 4.93239C11.6432 4.3747 10.9187 4.04223 10.15 4.00375L10 4Z" fill="white"/></svg>')}.collection-list .swiper-slide{height:auto}@media (min-width:768px){.product-cart-item{padding:8px}.product-cart-item .product-card-basket{bottom:20px;right:20px}.product-cart-item .product-cart-image .product-card-favorite{right:12px;top:12px}.product-cart-item .product-cart-info{margin:0 8px}.product-cart-item .product-cart-info .price-box{gap:12px}}@media (max-width:768px){.product-cart-item{width:auto;min-width:0;padding:4px}.product-cart-item .product-card-basket{bottom:6px;right:6px}.product-cart-item .product-cart-image .product-card-favorite{right:6px;top:6px}.product-cart-item .product-cart-info{margin:0 8px 8px}.product-cart-item .product-cart-info .product-card-name{font-size:14px;line-height:16px;letter-spacing:-.12px}.product-cart-item .product-cart-info .price-box{flex-wrap:wrap;gap:6px}.product-cart-item .product-cart-info .price-box .price-final_price{font-size:16px;line-height:20px;letter-spacing:-.14px}}@media (min-width:768px){#cartpopup-modal .modal-dialog{max-width:682px}}@media (max-width:768px){#cartpopup-modal .modal-dialog{max-width:100%;align-items:flex-end}#cartpopup-modal .modal-dialog .modal-content{border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:0;border-bottom-right-radius:0}#cartpopup-modal .modal-dialog .modal-content .modal-body{flex-direction:column}}#cartpopup-modal .modal-content .modal-title-container{justify-content:flex-end;margin-bottom:28px}#cartpopup-modal .modal-body{display:flex;flex-direction:row;gap:16px}#cartpopup-modal .modal-body .product.item{flex:2;display:flex;gap:16px;padding:8px;border-radius:6px;border:1px solid var(--stroke-color-stroke-soft,#e2e4e9);align-items:center;height:fit-content}#cartpopup-modal .modal-body .product.item .image-container,#cartpopup-modal .modal-body .product.item .image-container a{display:inline-flex}#cartpopup-modal .modal-body .product.item img{border-radius:6px;width:84px}#cartpopup-modal .modal-body .modal-actions{flex:1}#cartpopup-modal .modal-body .modal-actions .btn{margin:0}#cartpopup-modal .modal-body .modal-actions .btn-primary:after{content:url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66797 9.99996H16.3346M16.3346 9.99996L10.5013 4.16663M16.3346 9.99996L10.5013 15.8333" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');margin-left:12px}#cartpopup-modal .modal-body .modal-actions .action.secondary:hover{border:1px solid transparent}#cartpopup-modal .message.success{display:flex;padding:4px 12px;gap:8px;border-radius:4px;align-items:center}#cartpopup-modal .message.success>*:first-child:before{content:''}#cartpopup-modal .message.success .message{line-height:16px}#cartpopup-modal .message.success .custom-icon.check-icon{border-radius:50%;background-color:#006400;width:14px;height:14px}.products-grid{padding:16px}.wishlist-products-container{display:grid;gap:20px}.wishlist-products-container .product-item-inner{display:none}.catalog-product-view .action.towishlist:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9932 5.13581C9.9938 2.7984 6.65975 2.16964 4.15469 4.31001C1.64964 6.45038 1.29697 10.029 3.2642 12.5604C4.89982 14.6651 9.84977 19.1041 11.4721 20.5408C11.6536 20.7016 11.7444 20.7819 11.8502 20.8135C11.9426 20.8411 12.0437 20.8411 12.1361 20.8135C12.2419 20.7819 12.3327 20.7016 12.5142 20.5408C14.1365 19.1041 19.0865 14.6651 20.7221 12.5604C22.6893 10.029 22.3797 6.42787 19.8316 4.31001C17.2835 2.19216 13.9925 2.7984 11.9932 5.13581Z" stroke="%23323D58" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.catalog-product-view .action.towishlist.active:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%233E5170"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9932 5.13581C9.9938 2.7984 6.65975 2.16964 4.15469 4.31001C1.64964 6.45038 1.29697 10.029 3.2642 12.5604C4.89982 14.6651 9.84977 19.1041 11.4721 20.5408C11.6536 20.7016 11.7444 20.7819 11.8502 20.8135C11.9426 20.8411 12.0437 20.8411 12.1361 20.8135C12.2419 20.7819 12.3327 20.7016 12.5142 20.5408C14.1365 19.1041 19.0865 14.6651 20.7221 12.5604C22.6893 10.029 22.3797 6.42787 19.8316 4.31001C17.2835 2.19216 13.9925 2.7984 11.9932 5.13581Z" stroke="%233E5170" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')}@media (min-width:768px){.wishlist-products-container{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (max-width:768px){.wishlist-products-container{grid-template-columns:repeat(2,minmax(125px,1fr))}.products-grid.wishlist a.product-item-photo{margin-right:0;margin-bottom:0}}@media (min-width:768px) and (max-width:992px){.wishlist-products-container{grid-template-columns:repeat(2,minmax(125px,1fr))}}@media (max-width:1130px){.product-card-container .product-info-container .price-box{flex-wrap:wrap}}.block-reset-password .actions-toolbar,.block-customer-forgotpassword .actions-toolbar{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.block-reset-password .actions-toolbar .primary,.block-customer-forgotpassword .actions-toolbar .primary{width:100%}.block-reset-password .actions-toolbar .primary button,.block-customer-forgotpassword .actions-toolbar .primary button,.block-reset-password .actions-toolbar .primary a,.block-customer-forgotpassword .actions-toolbar .primary a{display:flex;width:100%;padding:12px 28px;justify-content:center;align-items:center;gap:12px;border-radius:8px;background:var(--primary,#3e5170);border:none}.block-reset-password .actions-toolbar .primary button .icon,.block-customer-forgotpassword .actions-toolbar .primary button .icon,.block-reset-password .actions-toolbar .primary a .icon,.block-customer-forgotpassword .actions-toolbar .primary a .icon{width:24px;height:24px;flex-shrink:0;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.block-reset-password .actions-toolbar .primary button .text,.block-customer-forgotpassword .actions-toolbar .primary button .text,.block-reset-password .actions-toolbar .primary a .text,.block-customer-forgotpassword .actions-toolbar .primary a .text{color:var(--text-color-text-white,#fff);font-family:"Familjen Grotesk";font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}.block-reset-password .check-img,.block-customer-forgotpassword .check-img{width:84px;height:84px;background-color:#bbe6d6;display:flex;justify-content:center;align-items:center;border-radius:50%}.block-reset-password .check-img .check,.block-customer-forgotpassword .check-img .check{background-image:url('../../frontend/Bellamaison/main/tr_TR/images/check.svg');width:55px;height:55px;display:block}.block-reset-password .copyright-text,.block-customer-forgotpassword .copyright-text{text-align:center}.customer-account-resetpasswordpost .column.main{padding:0 16px}body.overlay{overflow:hidden}body.overlay:before{transition:background .3s ease;position:fixed;top:0;right:0;background:rgba(51,51,51,.5);width:100%;content:'';height:100%;z-index:100}.kvkk-form .document{width:90%;margin:0 auto;padding:20px;border-radius:16px;box-shadow:0px 0px 8px -1px rgba(50,50,71,.05);background:#fff}.kvkk-form .kvkk-header{text-align:center}.kvkk-form .kvkk-header .kvkk-logo,.kvkk-form .kvkk-header .kvkk-logo1,.kvkk-form .kvkk-header .kvkk-logo2,.kvkk-form .kvkk-header .kvkk-logo3,.kvkk-form .kvkk-header .kvkk-logo4{max-width:224px}.kvkk-form .kvkk-header .kvkk-logo1{margin-bottom:30px;margin-top:30px}.kvkk-form .kvkk-header .kvkk-logo2,.kvkk-form .kvkk-header .kvkk-logo4{margin-top:40px}.kvkk-form .kvkk-header .kvkk-logo4{margin-bottom:-20px}.kvkk-form .kvkk-section-title,.kvkk-form .kvkk-section-title2{font-weight:700;font-size:16px}.kvkk-form .kvkk-section-title{margin-top:20px;margin-bottom:-10px}.kvkk-form .kvkk-section-title2{margin-top:-10px;margin-bottom:-10px;text-align:center}.kvkk-form .kvkk-no-bold-title{margin-top:20px}.kvkk-form .kvkk-title{font-size:18px;line-height:1.2;text-align:center;font-weight:700}.kvkk-form .kvkk-subtitle{font-size:16px;margin-top:-40px;text-align:center;font-weight:700}.kvkk-form .kvkk-intro-text,.kvkk-form .kvkk-content-text{font-size:14px;line-height:1.6;text-align:justify;margin-top:-10px;margin-bottom:20px}.kvkk-form .kvkk-intro-text strong,.kvkk-form .kvkk-content-text strong{color:#000;font-weight:700}.kvkk-form .kvkk-content-text-veri{font-size:14px;line-height:1.6;text-align:justify;margin-bottom:-10px}.kvkk-form .kvkk-custom-list{margin-left:20px;list-style-type:lower-alpha;padding-left:20px}.kvkk-form .kvkk-custom-list li{margin-bottom:8px}.kvkk-form .kvkk-application-methods{width:100%;border-collapse:separate;border-spacing:5px;margin:20px 0;margin-top:-10px;background-color:#fff}.kvkk-form .kvkk-application-methods th,.kvkk-form .kvkk-application-methods td{border:1px solid #ddd;padding:10px;text-align:left;font-size:14px;background-color:#f9f9f9}.kvkk-form .kvkk-application-methods th{background-color:#a9a9a9;color:#333;font-weight:700}.kvkk-form .kvkk-application-methods td:first-child{background-color:#a9a9a9;color:#333;font-weight:700;text-align:center}.kvkk-form .kvkk-application-methods td{vertical-align:top;background-color:#d3d3d3}.kvkk-form .kvkk-contact-info{width:100%;margin-top:10px;font-size:14px}.kvkk-form .kvkk-contact-info td{padding:5px;vertical-align:top}.kvkk-form .kvkk-contact-info td:first-child{display:flex;white-space:nowrap;font-weight:700;padding-right:10px}.kvkk-form .kvkk-contact-info td:nth-child(2){width:100%}.kvkk-form .kvkk-contact-info td a{color:#06c;text-decoration:none}.kvkk-form .kvkk-contact-info td a:hover{text-decoration:underline}.kvkk-form .kvkk-contact-info td .kvkk-label{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-weight:700;padding-right:10px}.kvkk-form .kvkk-contact-info td .kvkk-label strong:after{content:":";margin-left:30px}.kvkk-form .kvkk-form-table{width:100%;border-collapse:collapse;margin-top:10px;font-size:14px}.kvkk-form .kvkk-form-table td{border:1px solid #ddd;padding:10px;vertical-align:top;height:40px}.kvkk-form label{font-size:14px;margin-bottom:10px}.kvkk-form label input[type=checkbox]{margin-right:10px}.kvkk-form .kvkk-dotted-lines{margin-bottom:50px}.kvkk-form .kvkk-dotted-lines .kvkk-dot{border-bottom:1px dotted #000;margin-bottom:20px;width:100%;height:5px}.kvkk-form .kvkk-content-text2,.kvkk-form .kvkk-content-text3{font-size:14px;line-height:1.6;text-align:justify;margin-top:-10px}.kvkk-form .kvkk-content-text2{margin-bottom:30px}.kvkk-form .kvkk-form-info{display:flex;flex-direction:column}.kvkk-form .kvkk-form-info div{display:flex;justify-content:flex-start;font-size:12px}.kvkk-form .kvkk-form-info div strong{width:245px;font-size:14px;white-space:nowrap}.kvkk-form .kvkk-form-info div:after{content:":";font-weight:700}.kvkk-form .kvkk-form-info2{display:flex;flex-direction:column;margin-top:10px}.kvkk-form .kvkk-form-info2 div{display:flex;font-size:14px;align-items:center}.kvkk-form .kvkk-form-info2 div strong{width:80px;font-size:14px;white-space:nowrap;text-align:left}.kvkk-form .kvkk-form-info2 .kvkk-colon{font-weight:700;margin-left:15px;margin-right:5px}.catalog-product-view #shareModal .modal-content{background-color:#fff;margin:15% auto;padding:20px;border-radius:8px;text-align:center;max-width:600px}.catalog-product-view #shareModal .modal-content .modal-content-product-name{font-size:15px;font-weight:300;line-height:normal;letter-spacing:3.75px;margin-top:40px;margin-bottom:40px}.catalog-product-view #shareModal .modal-content-f-hr{height:2px;margin:10px 25px;opacity:.1;background-color:#000}.catalog-product-view #shareModal .modal-content h2{font-size:22px;line-height:normal;letter-spacing:8px;margin-bottom:0}.catalog-product-view #shareModal .modal-content .social-icons{display:flex;justify-content:space-evenly;align-items:center}.catalog-product-view #shareModal .modal-content .social-icons svg{display:block;margin:10px 0;width:30px}.catalog-product-view #shareModal .close-modal{color:#000;float:right;font-size:28px;font-weight:700;cursor:pointer;margin-left:auto;position:initial;background:0 0}.catalog-product-view #shareModal .close-modal:hover,.catalog-product-view #shareModal .close-modal:focus{color:#000;text-decoration:none;cursor:pointer}.catalog-product-view .review-and-share{display:flex;align-items:center}.catalog-product-view .review-and-share .yt-comment-point{display:flex}.catalog-product-view .review-and-share .yt-comment-point:after{content:'•';font-size:16px;color:#323d58;text-decoration:none;margin-left:8px;margin-right:8px}.catalog-product-view .review-and-share .action.share{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:14px}.catalog-product-view .review-and-share .action.share .share-icon{width:16px;height:16px;background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.72667 9.00671L10.28 11.66M10.2733 4.34004L5.72667 6.99337M14 3.33337C14 4.43794 13.1046 5.33337 12 5.33337C10.8954 5.33337 10 4.43794 10 3.33337C10 2.2288 10.8954 1.33337 12 1.33337C13.1046 1.33337 14 2.2288 14 3.33337ZM6 8.00004C6 9.10461 5.10457 10 4 10C2.89543 10 2 9.10461 2 8.00004C2 6.89547 2.89543 6.00004 4 6.00004C5.10457 6.00004 6 6.89547 6 8.00004ZM14 12.6667C14 13.7713 13.1046 14.6667 12 14.6667C10.8954 14.6667 10 13.7713 10 12.6667C10 11.5621 10.8954 10.6667 12 10.6667C13.1046 10.6667 14 11.5621 14 12.6667Z" stroke="%23323D58" stroke-width="1.2963" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:contain}.catalog-product-view .review-and-share .action.share .base{text-decoration:underline}@media (max-width:768px){.catalog-product-view .review-and-share .action.share .share-icon{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83333 9.16667C5.05836 9.16667 4.67087 9.16667 4.35295 9.25185C3.49022 9.48302 2.81635 10.1569 2.58519 11.0196C2.5 11.3375 2.5 11.725 2.5 12.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H13.5C14.9001 17.5 15.6002 17.5 16.135 17.2275C16.6054 16.9878 16.9878 16.6054 17.2275 16.135C17.5 15.6002 17.5 14.9001 17.5 13.5V12.5C17.5 11.725 17.5 11.3375 17.4148 11.0196C17.1836 10.1569 16.5098 9.48302 15.647 9.25185C15.3291 9.16667 14.9416 9.16667 14.1667 9.16667M13.3333 5.83333L10 2.5M10 2.5L6.66667 5.83333M10 2.5V12.5" stroke="%23323D58" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:36px;height:36px;background-repeat:no-repeat;background-size:20px;background-color:#fff;border-radius:8px;display:flex;justify-content:center;align-items:center;background-position:center;border:.5px solid #e2e4e9}.catalog-product-view .review-and-share .action.share .base,.catalog-product-view .review-and-share .action.share:before{display:none}}.catalog-product-view .page-title-wrapper.product{display:flex}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper{padding-top:32px;max-width:619px}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .col.label,.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .col.data{color:#323d58;font-weight:500}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .additional-attributes{width:100%}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .additional-attributes tr{display:flex;justify-content:space-between;padding:4px 16px;border-radius:4px}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .additional-attributes tr:nth-child(odd){background-color:#f6f8fa}.catalog-product-view .product-additional-area .tabs-content-items .additional-attributes-wrapper .additional-attributes tr:nth-child(even){background-color:#fff}.vx-custom-info{background:#f6f8fa;padding:12px;border-radius:8px;margin:0 0 10px}.vx-checkbox{appearance:none;width:16px;height:16px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.vx-checkbox:not(:checked){border:1px solid #e2e4e9}.vx-checkbox:checked{background-color:#2e74ff;background-image:url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 3L4.5 8.5L2 6" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:center}.product-options-container-modal .product-options-close-btn{display:none}.product-options-container-modal .configurablepro_container .configurablepro_list.swiper .swiper-slide{width:auto}