:root{--primary-color: #022B88;--secondary-color: #D1AB65;--secondary-light-color: #e8d5b2;--accent-color: #8E8E8A;--card-bg: #DCDBD8;--orange-color: #D1AB65;--light-bg: #DCDBD8;--white: #FFFFFF;--light: #FCF9F3;--dark-text: #232323;--light-text: #8E8E8A;--text-color: #8E8E8A;--light-gray: #F5F5F5;--max-width: 1420px}.gradient-border{-o-border-image:linear-gradient(90deg, #FFFFFF 0%, #D1AB65 50%, #FFFFFF 100%) 1;border-image:linear-gradient(90deg, #FFFFFF 0%, #D1AB65 50%, #FFFFFF 100%) 1}.gradient-border-v2{background-color:linear-gradient(90deg, #292E5F 0%, #D1AB65 50%, #292E5F 100%);height:1px;width:100%}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.quantity-control{display:flex;align-items:center}a{text-decoration:none;color:inherit}.full-screen-bg{width:100vw;margin-left:calc(-50vw + 50%)}nav.bottom-border{border-bottom:1px solid #f1f1f5}*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6;color:var(--dark-text);background:#fff;font-family:"Tobias TRIAL",sans-serif}.sections-container{background-size:cover;background-position:center;background-attachment:fixed;padding:0;margin:0 auto}.container{max-width:var(--max-width) !important}.header{padding:15px 0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.logo img{height:40px;width:auto}.mobile-navbar{position:absolute;z-index:10;width:100%;padding:10px;z-index:100}.mobile-navbar .search-box{width:100%;height:48px !important}.mobile-navbar .primary-link a{all:unset;color:var(--primary-color);font-weight:400;font-size:25px;text-align:center}.mobile-navbar .gray-link a{all:unset;color:#1b0806;font-weight:400;font-size:20px;text-align:center}.mobile-navbar button{all:unset;height:48px;color:#1b0806;text-align:center}.mobile-navbar button.active{color:#fff}.mobile-cart{background-color:#fff;width:100%;padding:9px}.mobile-cart .mobile-cart-products .cart-item{padding-bottom:20px;gap:10px}.mobile-cart .mobile-cart-products .cart-item .cart-product-title{font-size:21px;font-weight:400;color:var(--primary-color)}.mobile-cart .mobile-cart-products .cart-item-img img{aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}@media(max-width: 400px){.mobile-cart .mobile-cart-products .cart-item-img img{max-width:170px}}.mobile-cart .cart-item-info p{font-size:16px}.mobile-cart .cart-item-info span{font-size:14px;color:#1b0806}.mobile-cart .cart-item-info .cart-prices{margin-top:26px}.mobile-cart .cart-item-info .cart-prices .price-regular{font-size:21px;color:var(--primary-color);font-weight:300}.mobile-cart .cart-item-info .cart-prices .price-old{font-size:13px;color:var(--secondary-color);font-weight:300;text-decoration:line-through}.mobile-cart .cart-item-info .cart-prices .price-transfer{margin-top:10px;display:flex;flex-direction:column;gap:4px}.mobile-cart .cart-item-info .cart-prices .price-transfer .amount{font-size:17px;color:var(--secondary-color);font-weight:700}.mobile-cart .cart-item-info .cart-prices .price-transfer .label{font-weight:400;font-size:11px;line-height:100%;color:var(--secondary-color)}.mobile-cart .cart-item-info .cart-item-actions{display:flex;gap:45px;width:100%;margin-top:22px}.mobile-cart .cart-item-info .cart-item-actions .quantity-control{display:flex;align-items:center;gap:34px}.mobile-cart .cart-item-info .cart-item-actions .quantity-control *{color:#292e5f;font-size:21px}.mobile-cart button{all:unset;height:48px;color:#1b0806;background-color:#fff;text-align:center;z-index:10}.mobile-cart button.active{color:#fff}.hr{width:90%;border-bottom:1px solid #f1f1f5;margin:2rem 0}.search-container{display:flex;justify-content:center}.search-box{display:flex;align-items:center;padding:0 15px;width:700px;max-width:100%;transition:all .3s ease;border:1px solid rgba(0,0,0,0);height:48px}.search-box:focus-within{border-color:var(--card-bg)}.search-input{border:none;background:none;outline:none;flex:1;padding:5px;font-size:14px}.search-btn{background:none;border:none;color:var(--secondary-color);cursor:pointer}.mobile-search{flex:1;margin:0 15px}.mobile-search .search-box{width:100%;max-width:100%;border:1px solid rgba(0,0,0,0)}.mobile-search .search-box:focus-within{border-color:var(--card-bg)}.header-actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:20px}.user-section{display:flex;align-items:center;gap:8px;cursor:pointer}.header-icon{width:24px;height:24px}.login-text{color:#1b0806;font-weight:400}.down-icon{width:12px;height:12px}.cart-section{cursor:pointer}.hero-button{color:var(--white);padding:15px 30px;font-size:13px;border-radius:0px;text-transform:uppercase;font-weight:400;transition:all .3s ease}.hero-button:hover{color:var(--white)}#services-container{position:relative;z-index:2}.service-card{background-image:url("images/services.png");background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;position:relative;height:280px;width:100%;display:flex;align-items:center;color:var(--white);margin-bottom:30px}.service-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(0,0,0,.15)}.service-card .btn{color:var(--white);border:2px solid var(--white);padding:12px 25px;font-size:13px;text-transform:uppercase;border-radius:0;font-weight:500;transition:all .3s ease;text-decoration:none;display:inline-block}.service-card .btn:hover{color:var(--primary-color);border-color:var(--card-bg)}.service-content{position:relative;z-index:2;margin-left:auto;padding:40px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;height:100%;width:100%}.service-content h3{font-size:23px;font-weight:400;color:var(--dark-text);margin-bottom:25px;line-height:1.3;color:var(--white);text-align:left}.section-title{font-size:31px;font-weight:400;color:var(--primary-color);text-align:center;margin-bottom:20px;font-size:21px;line-height:31px;color:var(--primary-color);text-align:left;color:var(--primary-color);font-weight:700;font-size:21px;margin-bottom:30px;font-family:"Tobias TRIAL",sans-serif}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px;flex-wrap:wrap;gap:20px}.products-title{color:var(--primary-color);font-size:32px;font-weight:500;margin:0;flex:1;text-align:center}.products-slider-container{position:relative;display:flex;align-items:center;max-width:100%;margin-bottom:30px}.products-slider{flex:1;overflow:hidden;max-width:100%}.products-track{display:flex;gap:52px;transition:transform .3s ease}.product-item{flex-shrink:0;min-width:330px;max-width:330px}.products-dots{display:flex;justify-content:center;gap:10px;margin-top:30px}.products-dots .dot{width:12px;height:12px;border-radius:50%;cursor:pointer;transition:all .3s ease}.products-dots .dot:hover{transform:scale(1.2)}.products-dots .dot.active{transform:scale(1.2)}.product-card{border-radius:0;overflow:hidden;box-shadow:none;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;justify-content:space-between;position:relative;transition:all .3s ease;overflow:hidden;border-radius:15px;background-color:#fff}.product-card:hover{box-shadow:0 0 10px rgba(0,0,0,.1);transform:translateY(-2px)}.product-card:hover .product-actions{opacity:1}.product-card .btn-primary{border:1px solid var(--primary-color);color:var(--white);padding:12px 20px;font-size:13px;text-transform:uppercase;border-radius:0;font-weight:500;transition:all .3s ease;margin-top:auto}.product-card .btn-primary:hover{color:var(--primary-color);border-color:var(--card-bg)}.product-card .product-image{width:100%;height:auto;overflow:hidden;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.product-card .product-image img{width:auto;height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain}.product-card .product-card-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0 30px 30px 30px}@media(max-width: 778px){.product-card .product-card-content{padding:0 0 37px 0}}.product-card .product-actions{all:unset;display:flex;position:absolute;right:10px;top:10px;gap:10px;flex-direction:column;opacity:0}.product-card .product-actions .product-action-btn{all:unset;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:15px;cursor:pointer;background-color:var(--light) !important;fill:var(--dark-text)}.product-card .product-actions .product-action-btn *{transition:all .3s ease}.product-card .product-actions .product-action-btn:hover{background-color:#292e5f !important}.product-card .product-actions .product-action-btn:hover svg path{stroke:var(--white)}.product-card .add-to-cart-btn{transform:translateY(100px);transition:opacity .25s ease,transform .25s ease;z-index:3;position:absolute;left:0;right:0;margin:0 auto;opacity:0;bottom:35px}.product-card:hover .add-to-cart-btn{transform:translateY(0px) !important;opacity:1}@media(min-width: 998px){.product-box-home .add-to-cart-btn{position:unset;transform:translateY(0px) !important;opacity:1;margin-top:24px !important}}.product-box-home .product-card{height:100%;width:100%}@media(max-width: 768px){.product-box-home .product-card{width:auto}}.product-box-home .product-title{min-height:auto !important}.product-price{font-size:35px;font-weight:700;color:var(--dark-text);margin-bottom:0;font-family:"Tobias TRIAL",sans-serif}.product-quantity{color:#1b0806;padding:10px 15px;border-radius:0;display:flex;align-items:center;justify-content:space-between;font-size:14px;margin-bottom:0;border:1px solid #e0e0e0;min-width:120px;margin:0 auto;width:100%}.quantity-text{font-weight:500;color:var(--dark-text)}.product-rating{margin-bottom:0;display:flex;justify-content:center;gap:3px}.star-icon{margin-right:0;width:16px;height:16px;width:20px;height:20px}#product-details-swiper-pagination{display:none}.white-line{height:1px;width:100%;margin:0}.footer-payment{padding:20px 0}.payment-main-image{max-width:100%;height:auto;max-height:60px}.btn-outline-primary{border-color:var(--card-bg);color:var(--primary-color);padding:12px 30px;font-size:13px;text-transform:uppercase;border-radius:25px;transition:all .3s ease}.btn-outline-primary:hover{border-color:var(--card-bg);color:var(--white)}.btn-outline-secondary{border:1px solid #f1f1f5;color:#1b0806;padding:10px 30px;font-size:14px;font-weight:500;transition:all .3s ease;border-radius:0px;flex-shrink:0;font-family:"Tobias TRIAL",sans-serif}.btn-outline-secondary:hover{color:var(--white)}.testimonial-section{padding:30px 0;max-width:var(--max-width);margin:0 auto}.user-testimonial{max-width:1332px;margin:0 auto}.user-testimonial-content{border-radius:10px;padding:10px;text-align:center;position:relative}.star-icons{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.comment{display:block;color:var(--dark-text);font-size:31px;font-weight:400;line-height:1.6;text-align:center;margin-bottom:25px;max-width:800px;margin-left:auto;margin-right:auto}.user-name{display:block;color:var(--primary-color);font-size:20px;font-weight:500;text-align:center}.user-image{display:none}.general-hero-secion{padding:70px 0}.general-hero-secion h1{font-size:36px;line-height:46px;color:var(--primary-color)}.general-hero-secion p{font-size:26px;line-height:36px;color:#1b0806;margin-top:20px}.primary-text{color:var(--primary-color) !important}.normal-text{font-size:16px;line-height:26px}.content-big-text{font-size:26px;line-height:36px}.full-bg-padding{padding:80px 0}@media(max-width: 998px){.full-bg-padding{padding:40px 0}}.menu-list{list-style:none;padding:0;margin:0}.content-card{background:#fff;padding:40px 140px;height:100%;border-radius:15px}@media(max-width: 998px){.content-card{padding:40px 40px}}.form-label{color:var(--text-color);font-weight:400;font-size:15px;margin-bottom:8px;font-family:"Tobias TRIAL",sans-serif}.form-control{background:#f1f1f5;border:none;border-radius:0;padding:12px 15px;font-size:15px;font-family:"Tobias TRIAL",sans-serif;height:50px}.form-control:focus{background:#f1f1f5;box-shadow:none;border:2px solid #9c845e}.form-control[readonly]{background:#f1f1f5;cursor:default}.btn-update{background:var(--primary-color);border:none;border-radius:15px;padding:15px 30px;font-size:21px;font-weight:400;color:#fff;font-family:"Tobias TRIAL",sans-serif;height:60px;width:100%;transition:all .3s ease}.btn-update:hover{background:#1a1a5a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.btn-update:active{transform:translateY(0)}.form-switch .form-check-input{margin-left:0 !important;margin-right:1rem}#bg-underlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;display:flex;justify-content:space-between;align-items:center;background-image:url("/adm/siteAssets/img/bg/shape.png");background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:row-reverse}#bg-underlay .right{width:50%;height:100%;background:var(--primary-color);background-image:url("/adm/siteAssets/img/bg/shape.png");background-size:cover;background-position:center}#bg-underlay .left{width:50%;height:100%}.payment-page{height:100vh}.payment-content-inner{max-width:450px;margin:0 auto}.right-section{color:var(--white);padding:40px;padding-bottom:80px !important;padding-top:98px !important}.order-summary-section{padding-top:102px !important}.primary-color-text{color:var(--primary-color)}.order-details-card{border:none;border-radius:0}.free-shipping-card{color:var(--white);border-radius:0}.delivery-address-section .card{border:1px solid hsla(0,0%,100%,.2);color:var(--white)}.delivery-address-section .card h6{color:var(--white)}.delivery-address-section .card.active{border-color:var(--card-bg);box-shadow:0 0 10px rgba(156,132,94,.5)}.delivery-options-section .card{border:1px solid hsla(0,0%,100%,.2);color:var(--white)}.delivery-options-section .card h6{color:var(--white)}.delivery-options-section .card.active{border-color:var(--card-bg);box-shadow:0 0 10px rgba(156,132,94,.5)}.delivery-option{border:1px solid #dedede;border-radius:15px;font-size:11px;font-family:"Bw Modelica",serif}.delivery-option p{width:150px;color:#292e5f}.delivery-option .delivery-right{width:205px;position:absolute;right:0px;top:0px;height:100%;font-size:11px;color:var(--primary-color);font-family:"Bw Modelica",serif;text-align:right;background:#dedede;border-radius:15px 0 15px 15px;font-family:Bw Modelica;font-weight:700;font-style:Bold;font-size:15px;line-height:100%;letter-spacing:0%;text-align:center;display:flex;align-items:center;justify-content:center}.add-address-btn{color:var(--primary-color) !important}.edit-address-btn{color:var(--primary-color) !important}.payment-options-section .nav-tabs{border-bottom:1px solid hsla(0,0%,100%,.2)}.payment-options-section .nav-link{border:none;border-bottom:2px solid rgba(0,0,0,0);transition:all .3s ease}.payment-options-section .nav-link:hover{color:var(--primary-color);border-color:var(--card-bg)}.payment-options-section .nav-link.active{color:var(--primary-color);border-color:var(--card-bg)}.payment-options-section .form-label{color:var(--white)}.payment-options-section .btn-primary{border-color:var(--card-bg);color:var(--white);padding:10px 20px;font-size:16px;border-radius:5px;transition:all .3s ease}.payment-options-section .btn-primary:hover{color:var(--primary-color);border-color:var(--card-bg)}.mb-50{margin-bottom:50px !important}.fs-25{font-size:25px !important}.fs-35{font-size:35px !important}.fs-15{font-size:15px !important}.fs-21{font-size:21px !important}.fs-13{font-size:13px !important;line-height:15px !important}.address-option{border:1px solid var(--primary-color);transition:all .3s ease;color:var(--primary-color);font-size:14px;font-family:"Bw Modelica",serif;padding:20px 30px;border-radius:15px;position:relative}.address-option button{position:absolute;right:22px;top:20px}.address-option.active{color:#fff;background-color:var(--secondary-light-color);border-color:var(--secondary-light-color)}.custom-radio{width:20px;height:20px;min-height:20px;min-width:20px;border-radius:100%;background:#dedede;position:relative;cursor:pointer}.custom-radio.active{background:var(--secondary-color);border-radius:0}.payment-tabs{display:flex;overflow:hidden;padding:1px}.payment-tab{flex:1;padding:15px;font-size:11px;border:1px solid #dedede;color:#292e5f;border-radius:15px;border:none;cursor:pointer;transition:all .3s ease;font-family:"Bw Modelica",serif}.payment-tab:hover{background:var(--bg-light)}.payment-tab:not(:last-child){border-right:1px solid var(--border-light)}.payment-tab.active{background:#dedede}.bank-transfer-info{background:var(--bg-light);padding:20px;border-radius:4px;margin-bottom:20px}.bank-transfer-warning{background:var(--secondary-light-color);color:#292e5f;padding:16px;border-radius:4px}.custom-checkbox{width:20px;height:20px;background:#f1f1f5;position:relative;cursor:pointer}.custom-checkbox.active{background:var(--primary-color)}.custom-checkbox.active::after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:12px;font-weight:bold}.cart-title{color:var(--primary-color);font-size:31px;font-weight:400;text-align:center;margin:40px 0;font-weight:400;margin-bottom:30px;color:var(--primary-color);font-size:31px}.cart-item{background-color:#fff;transition:all .3s ease;overflow:hidden;padding-left:0}.cart-item .row{align-items:center;margin:0}.cart-item .product-image{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;margin-bottom:0 !important}.swiper-pagination-bullet{height:10px !important;width:10px !important}.delete-btn{background:none;border:none;cursor:pointer;padding:8px;transition:all .2s ease}.delete-btn:hover{color:var(--primary-color);transform:scale(1.1)}.recently-viewed .product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.recently-viewed .swiper-pagination{position:relative;bottom:0;padding-top:20px}.recently-viewed .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius:50%;transition:all .3s ease}.recently-viewed .swiper-pagination-bullet-active{transform:scale(1.2)}.swiper-pagination-clickable{position:relative;bottom:0;padding-top:20px}.swiper-pagination-clickable .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius:50%;transition:all .3s ease}.swiper-pagination-clickable .swiper-pagination-bullet-active{transform:scale(1.2)}.order-summary{color:var(--dark-text)}.countdown-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.update-text{font-size:15px;font-weight:500;margin-bottom:8px}.update-icon{color:var(--dark-text);font-size:16px}.countdown{font-size:16px;font-weight:800;color:var(--white);margin:5px 0}.order-summary-title{display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid #fff}.summary-title{font-size:25px;font-family:"Tobias TRIAL",sans-serif;font-weight:400;color:var(--dark-text)}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px}.summary-row .value{font-weight:700}.summary-subtitle{font-size:20px;font-weight:700;margin-bottom:20px}.coupon-input{flex:1;height:100%}.mobile-cart-products .coupon-section{background-color:#fff}.coupon-btn{color:var(--dark-text);border:1px solid var(--card-bg);white-space:nowrap;border-radius:100px;font-size:15px;height:100%}.product-main-img{max-height:350px;-o-object-fit:contain;object-fit:contain}.thumb-img{width:70px;height:70px;-o-object-fit:contain;object-fit:contain}.stock-text{font-size:.9rem}.note-text{font-size:.85rem;color:var(--secondary-color)}.pagination-dot{width:10px;height:10px;cursor:pointer;transition:all .3s ease}.product-thumbnails{display:flex;flex-direction:column;gap:10px}.thumbnail-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-main-image{flex:1;border-radius:4px;display:flex;align-items:center;justify-content:center}.main-img{max-width:100%;height:auto}.product-specs{margin-top:20px}.swiper-wrapper{height:auto !important}.swiper-button-prev{background-color:#fff;border-radius:9999px;width:40px !important;height:40px !important;display:inline-flex;align-items:center;justify-content:center;color:#022b88;font-size:16px;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.swiper-button-next{background-color:#fff;border-radius:9999px;width:40px !important;height:40px !important;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.swiper-button-prev::after,.swiper-button-next::after{font-size:16px !important;color:#022b88}.hero-swiper .swiper-slide{position:relative;text-align:center}.hero-swiper .swiper-button-next{position:static !important}.hero-swiper .swiper-button-prev{position:static !important}.hero-swiper .swiper-pagination-bullet-active{background:#fff}.hero-image{width:100%;height:auto;display:block;max-height:600px;min-height:400px;-o-object-fit:cover;object-fit:cover}.hero-content{position:absolute;top:0;left:0;height:100%;text-align:left;width:100%;display:flex}.hero-title{font-size:50px;text-align:left}.hero-detail{font-size:16px;line-height:26px;margin-bottom:2rem}.hero-navigation{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 20px;transform:translateY(-50%);display:flex;justify-content:space-between;z-index:10}.hero-section .swiper-pagination{bottom:initial !important;transform:translateY(-130%)}.hero-section .swiper-button-next{margin-top:0}.hero-section .swiper-button-next::after{font-size:25px !important;margin-top:0}.hero-section .swiper-button-prev{margin-top:0}.hero-section .swiper-button-prev::after{font-size:25px !important;margin-top:0}.page-sort-products .form-select{border:none !important;color:#1b0806}.page-sort-products .form-select:focus{box-shadow:none !important}.order-dropdown{position:relative}.order-dropdown .order-trigger{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:8px;width:170px;justify-content:space-between;margin-right:62px}.order-dropdown .order-menu{position:absolute;left:0;top:calc(100% + 8px);background:#fff;border:1px solid #f1f1f5;min-width:220px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:8px 0;display:none;z-index:20;max-height:320px;overflow-y:auto}.order-dropdown .order-menu li{list-style:none;padding:10px 14px;cursor:pointer}.order-dropdown .order-menu li:hover{background:#f7f7f7;color:var(--dark-text)}.order-dropdown .order-menu.show{display:block}.product-grid-wrapper button{all:unset}.main-content{padding:40px 0}.filter-section .filter-box:after{content:"";display:block;width:50px;height:1px;margin:30px 0}.filter-section .order-menu li{font-size:14px;line-height:30px;font-weight:400;color:var(--dark-text);cursor:pointer}.filter-section .order-menu li.active{font-weight:700}input[type=checkbox]{border-radius:0;outline:none;border:1px solid var(--secondary-color);height:20px;width:20px;padding:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox]:checked{background-color:var(--secondary-bg);border:3px solid var(--primary-color);background-size:80%;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.79462 0.140969C10.0442 0.34852 10.0699 0.709502 9.85198 0.947239L3.56631 7.80442C3.45231 7.92869 3.28751 8 3.11432 8C2.94104 8 2.77624 7.92869 2.6623 7.80442L0.148017 5.06156C-0.0699101 4.82377 -0.0442141 4.46278 0.205417 4.25524C0.455041 4.0477 0.834072 4.07215 1.052 4.30994L3.11432 6.5597L8.94798 0.195636C9.1659 -0.0421087 9.54494 -0.0665812 9.79462 0.140969Z" fill="%239C845E"/></svg>')}input[type=number]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.price-range{margin-bottom:20px}.price-inputs{display:flex;align-items:center;gap:10px;margin-bottom:15px}.price-inputs input{flex:1;font-size:16px}.price-inputs span{font-weight:500}.price-slider{margin-top:15px}.price-slider .form-range{background:linear-gradient(to right, var(--light-bg) 0%, var(--primary-color) 50%, var(--light-bg) 100%)}.price-slider .form-range::-webkit-slider-thumb{box-shadow:0 2px 8px rgba(156,132,94,.3)}.price-slider .form-range::-webkit-slider-thumb:hover{transform:scale(1.1)}.form-range{height:6px;border-radius:3px;outline:none}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;cursor:pointer;border:2px solid var(--white);box-shadow:0 2px 6px rgba(0,0,0,.2)}.form-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;cursor:pointer;border:2px solid var(--white);box-shadow:0 2px 6px rgba(0,0,0,.2)}.checkbox-group{display:flex;flex-direction:column;gap:15px}.form-check{display:flex;align-items:center;gap:12px}.form-check-input{width:20px;height:20px;border:1px solid var(--light-bg);border-radius:4px;cursor:pointer}.form-check-input:checked{border-color:var(--card-bg)}.form-check-label{font-size:14px;color:var(--dark-text);cursor:pointer;margin:0;font-weight:400;font-family:"Bw Modelica",serif}.best-sellers-list{display:flex;flex-direction:column;gap:20px}.best-seller-item{display:flex;gap:15px;transition:transform .3s ease,box-shadow .3s ease}.best-seller-item:hover{transform:translateY(-2px)}.best-seller-item:hover img{transform:scale(1.05);transition:transform .3s ease}.best-seller-item:hover .item-details h4{color:var(--primary-color);transition:color .3s ease}.best-seller-item img{width:auto;height:100px;width:100px;padding:15px;-o-object-fit:contain;object-fit:contain}.item-details{flex:1;font-family:"Tobias TRIAL",sans-serif;justify-content:center;display:flex;flex-direction:column}.item-details h4{font-size:17px;font-weight:500;color:var(--dark-text)}.item-details .price{font-size:17px;font-weight:700;color:var(--dark-text)}.item-details .discount-price{font-size:13px;color:#1b0806;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:30px;margin-bottom:40px}.products-grid .popular-item{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards}.products-grid .popular-item:nth-child(1){animation-delay:.1s}.products-grid .popular-item:nth-child(2){animation-delay:.2s}.products-grid .popular-item:nth-child(3){animation-delay:.3s}.products-grid .popular-item:nth-child(4){animation-delay:.4s}.products-grid .popular-item:nth-child(5){animation-delay:.5s}.products-grid .popular-item:nth-child(6){animation-delay:.6s}.products-grid .popular-item:nth-child(7){animation-delay:.7s}.products-grid .popular-item:nth-child(8){animation-delay:.8s}.pagination-section{margin-top:40px}.pagination{gap:5px}.page-link{border:none;padding:12px 16px;border-radius:8px;transition:all .3s ease;font-size:21px;font-weight:400}.page-item.active .page-link{font-weight:bold}.page-item:first-child .page-link{padding:12px 14px}.page-item:last-child .page-link{padding:12px 14px}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.loading{opacity:.6;pointer-events:none}.loading::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid var(--primary-color);border-top:2px solid rgba(0,0,0,0);border-radius:50%;animation:spin 1s linear infinite}.filter-toggle{display:none;color:var(--white);border:none;padding:12px 20px;margin-bottom:20px;width:100%;font-weight:500}.notification{font-family:"Tobias TRIAL",sans-serif;font-size:14px;line-height:1.4}.notification-content{display:flex;align-items:center;justify-content:space-between;gap:15px}.notification-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;line-height:1;opacity:.8;transition:opacity .3s ease}.notification-close:hover{opacity:1}.cart-counter{position:absolute;top:-8px;right:-8px;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.products-grid.loading{opacity:.6;pointer-events:none}.products-grid.loading::after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid var(--primary-color);border-top:3px solid rgba(0,0,0,0);border-radius:50%;animation:spin 1s linear infinite;z-index:10}.mobile-app-wrapper{display:flex;justify-content:space-between;align-items:center}.mobile-auth-wrapper{max-width:400px;margin-left:auto;margin-right:auto}.mobile-auth-wrapper .mobile-auth-card{display:flex;justify-content:center;align-items:center;flex-direction:column}.mobile-auth-wrapper .mobile-auth-card .user-icon>img,.mobile-auth-wrapper .mobile-auth-card .user-icon svg{height:97px}.mobile-auth-wrapper label{width:100%}.mobile-auth-card .user-form{display:flex;flex-direction:column;justify-content:center;gap:20px;margin-bottom:20px;width:100%}.mobile-auth-card button{color:var(--primary-color);padding:10px 4rem;font-size:17px;cursor:pointer;align-self:center;transition:background-color .3s ease;width:-moz-fit-content;width:fit-content;box-shadow:none;border-radius:100px;border:2px solid var(--secondary-color)}.mobile-auth-card button:not([disabled]){color:var(--secondary-color)}.mobile-auth-card button:not([disabled]):hover{background-color:var(--secondary-color);color:#fff}button.button-icon{display:flex;align-items:center;justify-content:center;gap:10px;font-size:17px;font-weight:350;position:relative}button.button-icon[data-icon=user]::before{content:"";background-image:url("../img/icon/account.svg");background-size:contain;background-repeat:no-repeat;background-position:center;width:20px;height:20px;display:block;position:absolute;right:13px;top:0;bottom:0;margin:auto}button.button-icon[data-icon=favorite]::before{content:"";background-image:url("../img/icon/favorite.svg");background-size:contain;background-repeat:no-repeat;background-position:center;width:20px;height:20px;display:block;position:absolute;right:13px;top:0;bottom:0;margin:auto}.form-group{display:flex;flex-direction:column;gap:5px}.form-group input:not([type=radio]):not([type=checkbox]),.form-group select{all:unset;background-color:var(--light);border:1px solid var(--light);padding:11.5px 15px;border:none;font-size:15px;place-content:start;place-items:start;border-radius:100px;font-family:"Bw Modelica",serif;color:#292e5f}.form-group input:not([type=radio]):not([type=checkbox])::-moz-placeholder, .form-group select::-moz-placeholder{color:#292e5f;font-weight:400;font-family:"Bw Modelica",serif}.form-group input:not([type=radio]):not([type=checkbox])::placeholder,.form-group select::placeholder{color:#292e5f;font-weight:400;font-family:"Bw Modelica",serif}.form-group label{font-size:14px;color:#292e5f;font-weight:400;font-family:"Bw Modelica",serif;margin-bottom:5px}#cart-toggler{cursor:pointer;border:none;background:none}.cart-page .cart-item{position:relative;display:flex;gap:15px;margin-bottom:5px}.cart-page .cart-item-delete-btn>#delete-icon{position:absolute;top:10px;left:10px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:5px;width:35px;height:35px;border-radius:50%}.cart-page .cart-item-img img{-o-object-fit:contain;object-fit:contain}.cart-page .cart-product-title{font-size:21px;font-weight:400;color:var(--dark-text);line-height:1.4;padding-right:30px;font-family:"Tobias TRIAL",sans-serif}.cart-page .cart-item-info{display:flex;flex-direction:column;align-items:flex-start}.cart-page .cart-item-price{font-weight:700;font-size:25px;color:var(--dark-text)}.basket-rollout-total span{font-size:17px;font-weight:400;color:#292e5f;line-height:1.4;font-family:"Bw Modelica",serif}.mobile-cart-products{max-height:700px;overflow-y:auto}@media(min-width: 768px){.mobile-cart-products{max-height:320px}}.mobile-cart-products .quantity-btn{display:flex;align-items:center;justify-content:center}.range-slider{position:relative;width:100%}.range-slider input[type=range]{position:absolute;pointer-events:none;height:0;-webkit-appearance:none}.range-slider input[type=range]::-webkit-slider-thumb{pointer-events:all;position:relative;z-index:2}.slider-track{position:absolute;height:3px;background:var(--primary-color);top:50%;transform:translateY(-50%);z-index:1;border-radius:3px}input[type=range]{bottom:3px}input[type=range]::-webkit-slider-runnable-track{background:#f1f1f5;height:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:18px;width:18px;border-radius:50%;background:#fff;border:2px solid var(--primary-color);outline:none;box-shadow:none}input[type=range]::-webkit-slider-thumb:focus{outline:none;box-shadow:none}input[type=range]:focus{outline:none;box-shadow:none}.filter-hr{width:100%;height:1px}@media(max-width: 998px){.top-bar span{margin:0 5px}.top-bar .row{justify-content:center;text-align:center}.top-bar .col-md-6{text-align:center;display:flex;justify-content:center;align-items:center}.top-bar .col-md-6:last-child{text-align:center}.search-box{width:100%;max-width:100%;margin:0 auto;width:100%;max-width:100%;margin:0 auto}.location-section{padding:30px 15px;min-height:auto;text-align:center}.location-info{padding:15px 0;margin-bottom:20px;text-align:center;display:flex;flex-direction:column;align-items:center}.contact-text .address{font-size:20px;text-align:center}.contact-text .phone{font-size:20px;text-align:center}.location-map{padding:15px 0;text-align:center;display:flex;justify-content:center}.location-map img{max-height:200px;margin:0 auto}.hero-title{font-size:36px;text-align:center;text-align:center;font-size:36px;margin-bottom:20px}.section-title{font-size:24px;text-align:center}.hero{min-height:500px;padding:80px 0 60px;text-align:center}.hero .btn-primary{margin:0 auto}.hero-slide.active{display:flex;align-items:center;justify-content:center;text-align:center}.hero-content{text-align:center;align-items:center;padding:20px 0;max-width:100%;margin:0 auto}.hero-description{text-align:center;margin:0 auto 30px auto;max-width:100%}.hero-slider-nav{padding:0 20px}.hero-nav-btn{width:50px;height:50px}.nav-arrow{width:20px;height:20px}.hero-dots{bottom:20px}.container{padding:0 15px;max-width:100%;overflow:hidden}.sections-container{overflow:hidden;max-width:100%}.service-content h3{font-size:22px;margin-bottom:20px}.service-card .btn-primary{padding:10px 20px;font-size:12px}.products-section{overflow:hidden}.products-header{flex-direction:column;text-align:center;gap:15px}.products-title{flex:none;margin-bottom:15px;font-size:28px}.products-slider-container{margin-bottom:25px}.products-slider{max-width:100%}.products-track{gap:52px}.product-item{min-width:280px;max-width:280px}.products-dots{margin-top:25px;gap:8px}.products-dots .dot{width:10px;height:10px}.product-details{text-align:center;font-size:14px;line-height:1.5;text-align:start}.app-content{padding-right:0;padding-bottom:30px;align-items:center;text-align:center;width:100%}.app-content span{font-size:28px;text-align:center;margin-bottom:25px;width:100%}.app-buttons{justify-content:center;gap:20px;width:100%;align-items:center}.btn-outline-secondary{align-self:center;padding:8px 25px;font-size:13px}.footer-nav{flex-direction:column;gap:15px;text-align:center;align-items:center}.footer-nav a{text-align:center}.copyright-netpartner-content{flex-direction:row;gap:15px;align-items:center;justify-content:center;text-align:center}.navbar-nav{gap:0;padding:10px 0;text-align:center;align-items:center;text-align:center}.header-actions{flex-direction:row;gap:15px;justify-content:center;gap:15px;flex-direction:row;justify-content:flex-end}.mobile-search{order:2;flex:1;margin:0 10px;text-align:center;order:2;flex:1}.navbar-collapse{order:3;width:100%;position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:0;border-radius:0 0 8px 8px;text-align:center;order:3;width:100%}.nav-link{padding:12px 20px !important;font-size:16px;text-align:center;width:100%}.navbar{padding:10px 0;text-align:center}.top-bar-text{text-align:center;margin:0 10px;margin-right:10px;font-size:11px}.user-section{gap:5px}.login-text{font-size:14px}.partners-section{padding:40px 0;text-align:center}.partners-slider-container{gap:15px;justify-content:center;align-items:center}.partners-nav-btn{padding:8px}.partners-nav-btn svg{width:20px;height:20px}.partners-track{gap:25px;justify-content:center;align-items:center}.partner-item{min-width:100px;display:flex;justify-content:center;align-items:center}.partner-logo{height:40px;width:auto;max-width:100px;margin:0 auto}.left-sidebar{min-height:auto;padding-top:60px}.right-sidebar{min-height:auto;padding-top:60px}.cart-title{font-size:24px;text-align:center}.cart-item .row{text-align:center}.cart-item .col-12:last-child{margin-bottom:0}.recently-viewed-title{font-size:24px}.recently-viewed .btn-outline-secondary{padding:8px 20px;font-size:13px}.products-grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:15px}.products-grid .popular-item-title{font-size:18px}.products-grid .popular-item-price{font-size:24px}.best-seller-item{flex-direction:column;text-align:center}.best-seller-item img{width:80px;height:80px;margin:0 auto}}@media(max-width: 1200px){.search-box{width:600px;margin:0 auto}.left-sidebar{padding-left:20px;padding-right:20px}.right-sidebar{padding-left:20px;padding-right:20px}}@media(max-width: 992px){.search-box{width:500px;margin:0 auto}.btn-outline-secondary{align-self:center;padding:10px 28px;font-size:13px}.sections-container{overflow:hidden;max-width:100%}.product-image{text-align:center;margin:0 auto 20px auto;width:120px;height:120px}.product-image img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;max-width:100%;height:auto;object-fit:contain;max-height:150px}.service-card{height:260px;width:100%;background-position:center;margin-bottom:28px}.service-content{padding:28px;height:100%;justify-content:center}.service-content h3{font-size:23px;margin-bottom:22px}.products-section{overflow:hidden}.product-details{text-align:start;font-size:15px;line-height:1.5;font-size:13px}.products-header{flex-direction:column;text-align:center;gap:15px}.products-title{flex:none;margin-bottom:15px;font-size:28px}.products-slider-container{margin-bottom:25px}.products-slider{max-width:100%}.products-track{gap:20px;justify-content:center;flex-wrap:wrap}.product-item{min-width:300px;max-width:300px;flex-shrink:0}.product-quantity{min-width:100px;margin:10px 0}.products-dots{margin-top:25px;gap:8px}.products-dots .dot{width:10px;height:10px;cursor:pointer;transition:all .3s ease}.products-dots .dot:hover{transform:scale(1.2)}.cart-item-container{flex-direction:column;text-align:center}.cart-item-container>div{margin-bottom:15px}.order-summary{position:relative;top:0;margin-top:30px}.recently-viewed .btn-outline-secondary{padding:10px 25px;font-size:14px}.navbar{display:none}.filters-sidebar{position:static;margin-bottom:30px;display:none}.products-grid{grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:20px}.filter-toggle{display:block}.filters-sidebar.show{display:block}.mobile-app-section{padding:40px 0;min-height:auto;padding-bottom:0 !important}.mobile-app-section .col-4{width:100% !important}.mobile-app-wrapper{min-height:auto;display:flex;flex-direction:column-reverse}.phone-img{position:relative !important}.comment{font-size:25px !important;line-height:1.2 !important}.contact-text{align-items:center;text-align:center}.contact-text .address{align-items:center;text-align:center}.hero-wrapper{align-items:center !important;text-align:center !important;justify-content:center;display:flex}.hero-wrapper .hero-title{text-align:center}.user-section{display:none}.cart-section{display:none}#product-details-breadcrumbs{display:none !important}#product-details-swiper-pagination{display:block}.header-actions{justify-content:center}}@media(max-width: 576px){.location-section{padding:20px 10px;text-align:center}.location-info{text-align:center;align-items:center}.contact-text .address{font-size:18px;text-align:center}.contact-text .phone{font-size:18px;text-align:center}.location-map{text-align:center;justify-content:center}.location-map img{max-height:180px;margin:0 auto}.products-header{flex-direction:column;text-align:center;gap:15px;flex-direction:column;text-align:center;gap:10px}.products-title{flex:none;margin-bottom:15px;font-size:24px;flex:none;margin-bottom:10px;font-size:24px}.products-track{gap:0;justify-content:center}.product-item{min-width:300px;max-width:300px;min-width:260px;max-width:260px}.product-image img{max-height:160px;max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.product-quantity{min-width:100px;margin:10px 0}.products-dots{margin-top:20px;gap:6px;margin-top:20px;gap:6px}.products-dots .dot{width:8px;height:8px;width:8px;height:8px;cursor:pointer;transition:all .3s ease}.products-dots .dot:hover{transform:scale(1.2)}.hero-title{font-size:28px;text-align:center;text-align:center;font-size:28px;margin-bottom:15px;line-height:1.2;font-size:28px}.section-title{font-size:20px;text-align:center;font-size:20px}.hero{min-height:400px;padding:60px 0 40px;text-align:center;padding:80px 0 60px}.hero .btn-primary{margin:0 auto;padding:12px 25px;font-size:12px}.hero-slide.active{display:flex;align-items:center;justify-content:center;text-align:center}.hero-content{text-align:center;align-items:center;padding:15px 0;max-width:100%;margin:0 auto;padding-top:0}.hero-description{text-align:center;margin:0 auto 25px auto;max-width:100%;font-size:14px;line-height:1.5}.hero-slider-nav{padding:0 15px}.hero-nav-btn{width:45px;height:45px}.nav-arrow{width:18px;height:18px}.hero-dots{bottom:15px;gap:8px}.dot{width:10px;height:10px}.container{max-width:100%;overflow:hidden}.sections-container{overflow:hidden;max-width:100%}.service-icon{text-align:center;margin:0 auto 10px auto}.service-icon img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.service-content h3{font-size:18px;line-height:1.3;margin-bottom:12px}.service-content p{text-align:center;font-size:13px;line-height:1.5;margin-bottom:18px;max-width:100%}.products-section{padding:40px 0;overflow:hidden}.products-slider-container{margin-bottom:20px}.products-slider{max-width:100%}.contact-item{flex-direction:column;gap:10px;text-align:center;align-items:center;flex-direction:column;gap:10px}.payment-main-image{max-height:50px;margin:0 auto;max-height:50px}.header-actions{gap:10px;flex-direction:column;justify-content:center;text-align:center;justify-content:center;text-align:center;flex-direction:column;gap:15px;gap:10px;flex-direction:row;justify-content:flex-end;gap:10px;flex-direction:row;justify-content:flex-end}.logo{text-align:center;display:flex;justify-content:center;text-align:center;display:flex;justify-content:center}.logo img{height:35px;margin:0 auto;height:35px;height:35px}.user-section{gap:3px;justify-content:center;text-align:center;justify-content:center;text-align:center;gap:3px;gap:3px}.down-icon{width:10px;height:10px;width:10px;height:10px;width:10px;height:10px}.search-box{padding:6px 12px;margin:0 auto;padding:6px 12px}.search-input{font-size:13px;text-align:center;font-size:13px}.mobile-search{margin:0 8px;text-align:center;margin:0 8px}.mobile-search .search-box{border:1px solid rgba(0,0,0,0);margin:0 auto;border:1px solid rgba(0,0,0,0)}.mobile-search .search-box:focus-within{border-color:var(--card-bg);border-color:var(--card-bg)}.navbar-collapse{margin-top:0;text-align:center;margin-top:0}.nav-link{padding:10px 15px !important;font-size:15px;text-align:center;width:100%;padding:10px 15px !important;font-size:15px}.app-content{padding:20px 88px;align-items:center;text-align:center;width:100%}.app-content span{font-size:24px;text-align:center;margin-bottom:20px;line-height:1.2;width:100%}.app-buttons{justify-content:center;gap:15px;flex-direction:row;align-items:center;width:100%}.app-buttons img{max-width:100px;height:18px}.top-bar .row{justify-content:center;text-align:center}.top-bar .col-md-6{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}.top-bar-text{text-align:center;margin:0 5px;font-size:10px;font-size:10px;margin-right:8px}.cart-section{text-align:center;display:flex;justify-content:center}.copyright-netpartner-content{flex-direction:row;gap:15px;align-items:center;justify-content:center;text-align:center;flex-direction:row;gap:15px;align-items:center;justify-content:center}.partners-section{padding:30px 0;text-align:center}.partners-slider-container{gap:10px;justify-content:center;align-items:center}.partners-nav-btn{padding:6px}.partners-nav-btn svg{width:18px;height:18px}.partners-track{gap:20px;justify-content:center;align-items:center}.partner-item{min-width:80px;display:flex;justify-content:center;align-items:center}.partner-logo{height:35px;width:auto;max-width:80px;margin:0 auto}.cart-title{font-size:22px}.order-summary{padding:20px}.recently-viewed .btn-outline-secondary{padding:6px 15px;font-size:12px}.recently-viewed-title{font-size:22px;margin-bottom:30px}.spec-item{flex-direction:column;margin-bottom:12px}.spec-label{min-width:auto;margin-bottom:3px}.main-content{padding:30px 0}.filters-sidebar{padding:20px}.products-grid{grid-template-columns:1fr;gap:20px}.price-inputs{flex-direction:column;gap:10px}.price-inputs input{width:100%}.hero-image{height:600px}.hero-wrapper{justify-content:start !important;display:flex !important;padding-top:50px;z-index:100}.hero-wrapper h1{font-weight:400 !important;font-size:35px;line-height:45px}.hero-wrapper .hero-detail{font-size:16px}}@media(max-width: 991px){.products-header{flex-direction:column;text-align:center;gap:20px}.products-title{flex:none;margin-bottom:20px;font-size:28px}.products-track{gap:0;justify-content:center}.product-item{min-width:330px;max-width:330px}.product-image img{max-height:180px}.product-quantity{min-width:110px;margin:12px 0}.products-dots{margin-top:25px;gap:8px}.products-dots .dot{width:10px;height:10px}.product-detail-section .row{gap:2rem}.product-detail-section .col-md-5{width:100%;max-width:100%;flex:0 0 100%}.product-detail-section .col-md-7{width:100%;max-width:100%;flex:0 0 100%}.product-main-image{padding:1rem;max-width:400px;width:100%}.main-img{max-height:300px}.quantity-cart-section{flex-direction:column;gap:1rem;align-items:stretch}.shipping-info{width:100% !important;align-items:start;text-align:start}}@media(max-width: 991.98px){.account-sidebar{margin-bottom:20px}.content-card{padding:25px}.btn-update{font-size:18px;padding:12px 20px;height:50px}#bg-underlay{display:none}.right-section{padding:20px;margin-top:20px}.order-summary-section{padding:20px}}@media(max-width: 767.98px){.content-card{padding:20px}.section-title{font-size:18px;margin-bottom:20px}.form-control{height:45px;font-size:14px}.btn-update{font-size:16px;height:45px}}@media(max-width: 1250px){.mobile-app-section{padding:0 80px}.gold-img{width:300px}.phone-img{width:300px !important}}.product-left .accordion-content p{font-weight:400}@media(max-width: 1120px){.mobile-app-section{padding:0 40px;min-height:300px}.phone-img{width:250px !important}.gold-img{width:250px}}@media(max-width: 1040){.mobile-app-section{padding:0 40px}.gold-img{width:250px}}@media(max-width: 767px){.product-detail-section .my-5{margin-top:1rem !important;margin-bottom:1rem !important}.product-detail-section .py-5{padding-top:1rem !important;padding-bottom:1rem !important}.product-main-image{padding:.5rem}.main-img{max-height:250px}.tab-btn{padding:10px 12px;font-size:12px;min-width:100px}.spec-item{flex-direction:column;gap:.25rem;margin-bottom:1rem}}@media(max-width: 575px){.product-main-image{padding:.25rem}.main-img{max-height:200px}.tab-navigation{flex-direction:column}}.toogle-menu:hover .mega-menu{opacity:1 !important;visibility:visible !important;pointer-events:auto !important}.product-list{display:grid;gap:20px}.product-list-four{grid-template-columns:repeat(4, 1fr)}.product-list-three{grid-template-columns:repeat(3, 1fr)}@media(max-width: 767px){.product-list{grid-template-columns:repeat(2, 1fr)}}.address-option:not(.active) p{color:var(--text-color)}.page-header{min-height:200px;display:flex;align-items:center;justify-content:center;flex-direction:column}input.w-full{width:100%}.new-address-form.fancybox-content{padding:0 !important}.new-address-form.fancybox-content label{color:var(--secondary-color) !important;font-size:15px !important}.alerts{top:100px;position:fixed;z-index:99999999999;display:flex;gap:20px;flex-direction:column;align-items:center;justify-content:center;left:50%;transform:translate(-50%)}.alerts .custom-alert{font-size:14px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;border:none;z-index:10;padding:20px;text-transform:uppercase;min-width:25vw;margin-bottom:0 !important;background:var(--primary-color);color:#fff;border-radius:4px;font-family:"Tobias TRIAL",sans-serif}@media(max-width: 998px){.alerts{width:90%}}.error-message{font-size:10px;color:#cc1d1d}.like-button.remove-like svg,.like-button.remove-like path{fill:#a41717}.auth-screen{background-color:var(--light);background-image:url("../img/bg/shape.png")}.auth-screen .auth-flex{padding:80px 0}.auth-screen .form-group input:not([type=radio]):not([type=checkbox]),.auth-screen .form-group select{padding:14px 20px;color:var(--secondary-color);border-radius:15px;background:#eee}.auth-screen .form-group select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACvSURBVHgB7dPtCYMwEMbxJ+5TSjdwiWxgpVvk3KKUbnBD1A1KcJ7GJthCqSjmxW/3h/si5H6oBJAkSSrZwJcahVraVf0/eHJTO7weA7cGmVluzLRrjs/gk773DmPnh3LwgAKK/HQHfe03H/RvTpbPYwoe0HDWcktIKQXPRlPwYmgMXhzdgu+GruGpqEJkAa+gjB9ycPhemaO+UcyeaPgX/6yIRrOaPvtO/1SSJGmtN3JqjpWMaqWTAAAAAElFTkSuQmCC");background-size:30px;background-position:right 15px center;background-repeat:no-repeat;padding-right:30px;-moz-appearance:none;appearance:none;-webkit-appearance:none}.auth-screen .tel-input input{border-top-left-radius:0px !important;border-bottom-left-radius:0px !important;width:calc(100% - 100px) !important}.auth-screen .tel-input::before{content:"+90";width:100px;min-width:100px;color:var(--secondary-color) !important;text-align:end;height:50px;border-radius:15px;background:#e6e6e6;border-top-right-radius:0px;border-bottom-right-radius:0px;display:flex;align-items:center;justify-content:flex-end;padding-right:24px}.kurumsal-page h1{font-family:Tobias TRIAL;font-weight:350;font-style:Regular;font-size:41px;leading-trim:NONE;line-height:51px;letter-spacing:0%;text-align:center;color:var(--primary-color);margin-bottom:20px}.kurumsal-page p{font-family:Bw Modelica;font-weight:400;font-style:Light;font-size:15px;leading-trim:NONE;line-height:25px;letter-spacing:0%;color:var(--dark-text);margin-bottom:20px}.swiper-pagination{position:relative !important}.swiper-pagination .swiper-pagination-bullet{background:#fff !important;opacity:1 !important;border-radius:50% !important;width:10px !important;height:10px !important;transition:all .3s ease !important}.swiper-pagination .swiper-pagination-bullet-active{background:var(--secondary-color) !important}.ebulten label.error{position:absolute;color:#fff !important;font-size:11px;right:86px;top:10px}/*# sourceMappingURL=style.min.css.map */