:root{--primary-color: #111111;--background-light: #f5f5f5;--dark-section: #000000;--accent-red: #8b0000;--white: #ffffff;--text-color: #111111;--text-muted: #666666;--text-black: #000000;--container-width: 1280px;--section-padding-desktop: 50px;--section-padding-mobile: 30px;--font-primary: 'Cairo', sans-serif;--letter-spacing-heading: 0}*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5;font-family:var(--font-primary);color:var(--text-color);background-color:var(--bg-color);-webkit-font-smoothing:antialiased}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background-clip:padding-box;color:inherit}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}a[href^=tel],a[href^=sms],.address,.date{color:inherit;text-decoration:none}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--primary-color, #000);outline-offset:2px}:focus:not(:focus-visible){outline:none}@font-face{font-family:"Cairo";src:url("../fonts/Cairo-Regular.woff2") format("woff2"),url("../fonts/Cairo-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Cairo";src:url("../fonts/Cairo-Bold.woff2") format("woff2"),url("../fonts/Cairo-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}body{font-family:var(--font-primary);font-weight:400;font-size:15px;line-height:1.5;color:var(--text-color);background-color:var(--white);direction:rtl;text-align:right}h1,h2,h3,h4,h5,h6{font-weight:700;text-transform:none;letter-spacing:0;line-height:1.2;margin-bottom:1rem}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.section-padding{padding:var(--section-padding-desktop) 0}@media(max-width: 767px){.section-padding{padding:var(--section-padding-mobile) 0}}.header-promo-bar{background-color:var(--dark-section);color:var(--white);padding:8px 0;text-align:center;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.site-header{background-color:var(--white);border-bottom:1px solid #eee;position:sticky;top:0;z-index:1000;transition:transform .3s ease}.site-header.is-hidden{transform:translateY(-100%)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 20px}@media(max-width: 1024px){.header-inner{padding:0 15px;height:50px}}.header-left{flex:1;display:flex;align-items:center;gap:30px}.drawer-toggle{background:none;border:none;padding:10px;cursor:pointer;display:block}.drawer-toggle .hamburger{display:block;width:24px;height:2px;background:var(--text-color);position:relative}.drawer-toggle .hamburger::before,.drawer-toggle .hamburger::after{content:"";position:absolute;width:24px;height:2px;background:var(--text-color);left:0;transition:.3s}.drawer-toggle .hamburger::before{top:-8px}.drawer-toggle .hamburger::after{bottom:-8px}@media(max-width: 1024px){.situ-dt-navigation{display:none}}.situ-dt-navigation ul.situ-menu{display:flex;gap:20px;list-style:none;padding:0;margin:0}.situ-dt-navigation ul.situ-menu li a{text-decoration:none;color:var(--text-color);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.header-right{flex:1;display:flex;align-items:center;justify-content:flex-end}.site-branding{flex:0 0 auto;text-align:center}.site-branding .custom-logo{height:40px;width:auto}.site-branding .site-title{font-size:24px;font-weight:800;letter-spacing:.1em}.main-navigation ul{display:flex;list-style:none;padding:0;margin:0;gap:30px}@media(max-width: 1024px){.main-navigation ul{display:none}}.main-navigation ul li a{text-decoration:none;color:var(--text-color);font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.05em}.header-controls{display:flex;align-items:center;gap:25px}.header-country{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:600}.header-country .flag-icon{font-size:18px}.header-country svg{transition:transform .3s ease}.header-icons{display:flex;align-items:center;gap:20px}.header-icons a{color:var(--text-color);position:relative;display:flex;align-items:center}.header-icons a .cart-count-badge{position:absolute;top:-8px;right:-8px;background:var(--accent-red);color:var(--white);font-size:10px;height:16px;width:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.menu-toggle{display:none;background:none;border:none;padding:10px;cursor:pointer}@media(max-width: 1024px){.menu-toggle{display:block}}.menu-toggle .hamburger{display:block;width:24px;height:2px;background:var(--text-color);position:relative}.menu-toggle .hamburger::before,.menu-toggle .hamburger::after{content:"";position:absolute;width:24px;height:2px;background:var(--text-color);left:0;transition:.3s}.menu-toggle .hamburger::before{top:-8px}.menu-toggle .hamburger::after{bottom:-8px}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--white);z-index:999;padding:100px 30px 40px;opacity:0;visibility:hidden;transition:.3s ease}.mobile-menu-overlay.is-open{opacity:1;visibility:visible}.mobile-menu-list{list-style:none;padding:0;margin:0}.mobile-menu-list li{margin-bottom:20px}.mobile-menu-list li a{font-size:24px;font-weight:800;text-transform:uppercase;text-decoration:none;color:var(--text-color)}.side-drawer{position:fixed;top:0;left:0;width:350px;height:100%;background:#fff;z-index:9999;padding:100px 40px 40px;transform:translateX(-100%);transition:transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);box-shadow:20px 0 50px rgba(0,0,0,.05)}.side-drawer.is-open{transform:translateX(0)}body.rtl .side-drawer{left:auto;right:0;transform:translateX(100%);box-shadow:-20px 0 50px rgba(0,0,0,.05)}body.rtl .side-drawer.is-open{transform:translateX(0)}@media(max-width: 480px){.side-drawer{width:100%}}.drawer-close{position:absolute;top:30px;right:30px;background:none;border:none;font-size:40px;cursor:pointer;line-height:1}body.rtl .drawer-close{right:auto;left:30px}.drawer-section{margin-bottom:40px}.drawer-section:last-child{margin-bottom:0}.drawer-section-title{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.drawer-menu-list{list-style:none;padding:0;margin:0}.drawer-menu-list li{margin-bottom:20px}.drawer-menu-list li a{font-size:20px;font-weight:800;text-transform:uppercase;text-decoration:none;color:var(--text-color);transition:opacity .3s}.drawer-menu-list li a:hover{opacity:.7}.drawer-categories-list{display:flex;flex-direction:column;gap:15px}.drawer-cat-item{display:flex;align-items:center;text-decoration:none;color:var(--text-color);gap:15px;padding:5px 0}.drawer-cat-item img{width:50px;height:50px;object-fit:cover;background:#f5f5f5;border-radius:4px}.drawer-cat-item .cat-name{flex:1;font-size:16px;font-weight:700;text-transform:uppercase}.drawer-cat-item i{font-size:12px;color:#ccc;transition:color .3s ease}.drawer-cat-item:hover i{color:#000}.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9998;opacity:0;visibility:hidden;transition:.3s}.drawer-overlay.is-open{opacity:1;visibility:visible}.site-footer{background-color:var(--white);border-top:1px solid #eee}.footer-desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:25px;max-width:300px}.footer-social-simple{display:flex;gap:15px;margin-bottom:10px}.footer-social-simple .social-icon{color:var(--text-color);font-size:20px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #eee;border-radius:50%;text-decoration:none !important;box-shadow:none !important}.footer-social-simple .social-icon i{text-decoration:none !important}.footer-social-simple .social-icon::after{display:none !important}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}@media(max-width: 1024px){.footer-grid{grid-template-columns:1fr;gap:0}}@media(max-width: 1024px){.footer-col{border-bottom:1px solid #eee}.footer-col:last-child{border-bottom:none}}.footer-col.has-accordion .footer-heading{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:25px}@media(max-width: 1024px){.footer-col.has-accordion .footer-heading{padding:20px 0;margin-bottom:0}}.footer-col.has-accordion .accordion-icon{display:none;font-size:12px;transition:transform .3s}@media(max-width: 1024px){.footer-col.has-accordion .accordion-icon{display:block}}.footer-col.has-accordion.is-active .accordion-icon{transform:rotate(180deg)}.footer-col.has-accordion.is-active .footer-col-content{display:block}@media(max-width: 1024px){.footer-col.has-accordion .footer-col-content{display:none;padding-bottom:30px}}.footer-heading{font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:25px;letter-spacing:.1em}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links li a{text-decoration:none;color:var(--text-muted);font-size:14px}.footer-bottom{display:flex;justify-content:center;align-items:center;padding:30px 0;border-top:1px solid #eee;text-align:center}.legal-text{font-size:12px;color:var(--text-muted)}.categories-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media(max-width: 1024px){.categories-grid{grid-template-columns:repeat(2, 1fr)}}.category-card{text-align:left;text-decoration:none}.category-card .category-image{background-color:var(--background-light);margin-bottom:15px;overflow:hidden;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.category-card .category-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.165, 0.84, 0.44, 1)}.category-card .category-title{font-size:1rem;margin:0;color:var(--primary-color);font-weight:700;text-decoration:none}.category-card .category-desc{font-size:.8rem;color:var(--text-muted);margin:5px 0 0}.section-title{font-size:1.75rem;margin-bottom:30px;text-align:left;font-weight:800;color:var(--primary-color)}@media(max-width: 767px){.section-title{font-size:1.5rem}}@media(min-width: 768px){.d-md-none{display:none !important}}.promo-banner{display:flex;align-items:center;background:linear-gradient(135deg, #8b0000 0%, #4a0000 100%);color:var(--white);padding:60px 40px;overflow:hidden;position:relative;border-radius:4px}.promo-banner.has-bg{background-size:cover;background-position:center}.promo-banner.has-bg::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}@media(max-width: 1024px){.promo-banner{flex-direction:column;text-align:center;padding:40px 30px}}.promo-content{flex:1;z-index:2;position:relative}.promo-content .promo-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:15px;color:var(--white)}.promo-content .promo-subtitle{font-size:.95rem;margin-bottom:25px;max-width:500px;opacity:.9}@media(max-width: 1024px){.promo-content .promo-subtitle{margin:0 auto 30px}}.promo-media{flex:1;display:flex;justify-content:flex-end;align-items:center;z-index:1}.promo-media img{width:120%;height:auto;transform:translateX(10%)}@media(max-width: 1024px){.promo-media img{width:80%;transform:translateX(0);margin-top:30px}}.power-section{background-color:var(--background-light);position:relative;overflow:hidden}.power-section.has-bg{background-size:cover;background-position:center;color:var(--white)}.power-section.has-bg::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1}.power-section.has-bg .power-text{color:hsla(0,0%,100%,.8)}.power-section.has-bg .power-title{color:var(--white)}.power-inner{display:flex;align-items:center;justify-content:space-between;gap:100px;position:relative;z-index:2}@media(max-width: 1024px){.power-inner{flex-direction:column;text-align:center;gap:60px}}.power-content{flex:1}.power-content .power-title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:15px;line-height:1.1}.power-content .power-text{font-size:.95rem;margin-bottom:25px;color:var(--text-muted);max-width:450px}@media(max-width: 1024px){.power-content .power-text{margin:0 auto 40px}}.power-media{flex:1.2}.power-media img{width:100%;height:auto}.btn-black{background-color:var(--primary-color);color:var(--white)}.hero-slider-section,.hero-video-section{position:relative;overflow:hidden;width:100%}.hero-slider-section{height:var(--hero-height-desktop)}@media(max-width: 768px){.hero-slider-section{height:var(--hero-height-mobile)}}.hero-video-section{height:var(--v-height-desktop)}@media(max-width: 768px){.hero-video-section{height:var(--v-height-mobile)}}.hero-video-container{position:relative;width:100%;height:100%}.hero-video-container .hero-video{width:100%;height:100%;object-fit:cover}.hero-swiper{width:100%;height:100%}.hero-swiper .swiper-slide{position:relative;display:flex;align-items:center;justify-content:center;text-align:center}.hero-swiper .swiper-slide .hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-content{position:relative;z-index:2;color:var(--white);max-width:800px;padding:0 20px}.hero-content h1,.hero-content h2{font-family:var(--font-primary);font-weight:700;margin-bottom:20px;line-height:1.2;display:inline-block}.hero-content h1 span,.hero-content h2 span{display:block}.hero-content h1{font-size:var(--title-size-desktop)}@media(max-width: 768px){.hero-content h1{font-size:var(--title-size-mobile)}}.hero-content h2{font-size:3rem}@media(max-width: 768px){.hero-content h2{font-size:2rem}}.hero-content p{font-size:1.2rem;margin-bottom:30px;opacity:.9}@media(max-width: 768px){.hero-content p{font-size:1rem}}.hero-content .btn{padding:8px 25px;font-size:1rem;border-radius:5px;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-weight:600;background-color:var(--primary-color);color:var(--white)}.hero-content .btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.hero-swiper{--swiper-navigation-size: 18px}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{color:var(--white);background:rgba(0,0,0,0);width:18px;height:18px;transition:opacity .3s ease;background-repeat:no-repeat;background-position:center;background-size:contain;top:50% !important;bottom:auto !important;margin-top:-9px}.hero-swiper .swiper-button-next::after,.hero-swiper .swiper-button-prev::after{display:none}.hero-swiper .swiper-button-next:hover,.hero-swiper .swiper-button-prev:hover{opacity:.7}@media(max-width: 768px){.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{top:auto !important;bottom:20px !important;width:14px;height:14px;margin-top:0;transform:none !important}}.hero-swiper .swiper-button-next{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M1 1l22 21L1 43' stroke='white' stroke-width='3' fill='none'/%3E%3C/svg%3E");right:20px}@media(max-width: 768px){.hero-swiper .swiper-button-next{right:15px !important;left:auto !important}}.hero-swiper .swiper-button-prev{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M26 1L4 22l22 21' stroke='white' stroke-width='3' fill='none'/%3E%3C/svg%3E");left:20px}@media(max-width: 768px){.hero-swiper .swiper-button-prev{left:15px !important;right:auto !important}}.swiper-pagination{bottom:20px !important}.swiper-pagination-bullet{background:#000;opacity:.5;width:10px;height:10px;margin:0 6px !important;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 2px 5px rgba(0,0,0,.1)}.swiper-pagination-bullet-active{opacity:1;width:30px;background:#000;border-radius:5px}.products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;list-style:none !important;padding:0 !important;margin:40px 0 !important}@media(max-width: 1024px){.products-grid{grid-template-columns:repeat(2, 1fr);gap:15px}}@media(max-width: 600px){.products-grid{grid-template-columns:repeat(2, 1fr);gap:10px}}.product-card{list-style:none !important;text-align:center;position:relative;margin-bottom:20px}.product-card::before{display:none !important}.product-card .woocommerce-loop-product__link{text-decoration:none !important;color:var(--text-black) !important;display:block}.product-card .woocommerce-loop-product__link:hover{color:var(--text-black) !important}.product-card .product-image-wrapper{width:100% !important;height:0 !important;padding-top:100% !important;overflow:hidden !important;position:relative !important;margin-bottom:15px !important;background-color:var(--background-light)}.product-card .product-image-wrapper img{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;margin:0 !important}.product-card .category-image,.product-card .attachment-woocommerce_thumbnail,.product-card .attachment-opsim-product-card{aspect-ratio:1/1;object-fit:cover}.product-card .woocommerce-loop-product__title{font-size:13px;font-weight:700;text-transform:uppercase;margin:10px 0 8px;letter-spacing:.05em;color:var(--text-black);line-height:1.4}.product-card .price{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:800;color:#000 !important}.product-card .price del{color:#777 !important;font-size:.9em;font-weight:400;text-decoration:line-through;opacity:.4;margin-right:4px}.product-card .price ins{text-decoration:none !important;color:#000 !important;font-weight:800}.product-card .button{display:none !important}.product-card .onsale{display:none !important}.woocommerce-products-header{margin-bottom:40px}.woocommerce-products-header .page-title{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:900;text-transform:uppercase;margin-bottom:15px;letter-spacing:-0.02em}.woocommerce-result-count,.woocommerce-ordering{margin-bottom:30px;font-size:14px;color:var(--text-muted)}.woocommerce-result-count select,.woocommerce-ordering select{border:1px solid #eee;padding:5px 10px;font-size:13px;outline:none}.text-center{text-align:center}.load-more-container{margin-top:30px}.load-more-container #load-more-products{min-width:auto;height:38px;padding:0 25px;border-radius:4px;background:var(--primary-color, #000);color:#fff;border:none;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .3s ease}.load-more-container #load-more-products:hover{background:var(--primary-color, #000);transform:none;box-shadow:none;opacity:.9}.load-more-container #load-more-products:disabled{opacity:.8;cursor:not-allowed;transform:none}.load-more-container #load-more-products .btn-loader{font-size:16px}@media(max-width: 600px){.load-more-container #load-more-products{height:34px;padding:0 20px;font-size:11px}}.more-products-link-container{margin-top:15px;text-align:center}.more-products-link-container .btn-more-products,.more-products-link-container #more-products-button{display:inline-flex;align-items:center;justify-content:center;min-width:auto;height:42px;padding:0 35px;border-radius:50px;background:rgba(0,0,0,0);color:var(--primary-color, #000);border:2px solid var(--primary-color, #000);text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:13px;transition:all .3s ease}.more-products-link-container .btn-more-products:hover,.more-products-link-container #more-products-button:hover{background:rgba(0,0,0,0);color:var(--primary-color, #000);transform:none;box-shadow:none}@media(max-width: 600px){.more-products-link-container .btn-more-products,.more-products-link-container #more-products-button{height:38px;padding:0 25px;font-size:12px}}.products-grid-section .product-card .discount-badge,.products-grid-section .product-card .opsim-discount-badge{display:none !important}.products-pro-section .products-pro-grid{gap:25px}@media(max-width: 1024px){.products-pro-section .products-pro-grid{gap:15px}}@media(max-width: 600px){.products-pro-section .products-pro-grid{gap:10px}}.products-pro-section .products-pro-grid .product-card{border:1px solid #e0e0e0;padding:12px;border-radius:12px;background:#fff;transition:transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275),box-shadow .3s ease,border-color .3s ease;height:100%;display:flex;flex-direction:column;margin-bottom:0}.products-pro-section .products-pro-grid .product-card:hover{border-color:var(--primary-color)}.products-pro-section .products-pro-grid .product-card .product-image-wrapper{margin:-12px -12px 15px -12px !important;width:calc(100% + 24px) !important;border-radius:11px 11px 0 0;overflow:hidden !important}.products-pro-section .products-pro-grid .product-card .product-image-wrapper img{transition:none}.products-pro-section .products-pro-grid .product-card .woocommerce-loop-product__title{font-size:14px;margin:0 0 10px 0;padding:0 5px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}.products-pro-section .products-pro-grid .product-card .price{margin-top:auto;padding-bottom:5px;font-size:16px}.products-pro-section .products-pro-grid .product-card .pro-buy-btn{display:block;width:100%;padding:10px;background:var(--primary-color, #427A76);color:#fff;text-align:center;text-decoration:none;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.05em;border-radius:6px;margin-top:8px;transition:opacity .3s ease}.products-pro-section .products-pro-grid .product-card .pro-buy-btn:hover{opacity:.85;color:#fff}@media(max-width: 600px){.products-pro-section .products-pro-grid .product-card .pro-buy-btn{padding:8px;font-size:11px}}.products-pro-section .products-pro-grid .product-card .discount-badge{position:absolute;top:8px;right:8px;background:#ff4d4d;color:#fff;padding:2px 5px;border-radius:4px;font-size:9px;font-weight:700;z-index:10;box-shadow:none;text-transform:uppercase;letter-spacing:.3px;line-height:1.2}@media(max-width: 600px){.products-pro-section .products-pro-grid .product-card .discount-badge{padding:1px 4px;font-size:7px;top:5px;right:5px;border-radius:3px}}.products-pro-section .products-pro-grid .product-card .opsim-discount-badge{display:none !important}.features-section{background-color:var(--dark-section);color:var(--white)}.features-inner{display:flex;justify-content:space-between;gap:100px}@media(max-width: 1024px){.features-inner{flex-direction:column;gap:60px}}.features-header{flex:1}.features-header .features-title{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:20px;color:var(--white)}.features-header .features-subtitle{font-size:1.125rem;opacity:.7;max-width:450px}.features-list{flex:1;display:flex;flex-direction:column;gap:40px}.features-list .feature-item{border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:20px}.features-list .feature-item .feature-name{font-size:1.25rem;margin-bottom:10px;color:var(--white)}.features-list .feature-item .feature-desc{font-size:1rem;opacity:.6}.opsim-product-extra-sections{padding:40px 0;background-color:#fff}.opsim-product-extra-sections .container{display:flex;flex-direction:column;gap:30px;max-width:1200px;margin:0 auto;padding:0 20px}.opsim-product-extra-sections .extra-section-row{display:flex;align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;min-height:400px}@media(max-width: 767px){.opsim-product-extra-sections .extra-section-row{flex-direction:column;min-height:auto}}@media(max-width: 767px){.opsim-product-extra-sections .extra-section-row.row-2{flex-direction:column-reverse}}.opsim-product-extra-sections .extra-section-row .extra-section-image{flex:1;height:400px;overflow:hidden}@media(max-width: 767px){.opsim-product-extra-sections .extra-section-row .extra-section-image{height:250px;width:100%}}.opsim-product-extra-sections .extra-section-row .extra-section-image img{width:100%;height:100%;object-fit:cover;display:block}.opsim-product-extra-sections .extra-section-row .extra-section-content{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media(max-width: 767px){.opsim-product-extra-sections .extra-section-row .extra-section-content{padding:30px 20px}}.opsim-product-extra-sections .extra-section-row .extra-section-content .subtitle{display:block;font-size:14px;font-weight:700;color:#666;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.opsim-product-extra-sections .extra-section-row .extra-section-content .title{font-size:32px;line-height:1.2;font-weight:900;color:#000;margin-bottom:20px}@media(max-width: 767px){.opsim-product-extra-sections .extra-section-row .extra-section-content .title{font-size:24px}}.opsim-product-extra-sections .extra-section-row .extra-section-content .button{display:inline-block;padding:16px 36px;background:#000;color:#fff;text-decoration:none;border-radius:50px;font-weight:700;font-size:16px;transition:all .3s ease}.opsim-product-extra-sections .extra-section-row .extra-section-content .button:hover{background:#333;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.home-trust-badges,.product-trust-badges{background:#fff}.home-trust-badges .trust-badges-grid,.product-trust-badges .trust-badges-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.home-trust-badges .trust-item,.product-trust-badges .trust-item{display:flex;align-items:center;justify-content:center;text-align:center}.home-trust-badges .trust-item i,.product-trust-badges .trust-item i{color:#000}.home-trust-badges .trust-item span,.product-trust-badges .trust-item span{font-weight:800;text-transform:uppercase;color:#000}.home-trust-badges{padding:60px 0;border-top:1px solid #f0f0f0}.home-trust-badges .trust-badges-grid{gap:60px}@media(max-width: 767px){.home-trust-badges .trust-badges-grid{gap:20px;display:grid;grid-template-columns:repeat(2, 1fr)}}.home-trust-badges .trust-item{flex-direction:column;gap:15px}.home-trust-badges .trust-item i{font-size:32px}.home-trust-badges .trust-item span{font-size:13px;letter-spacing:.1em}@media(max-width: 767px){.home-trust-badges .trust-item i{font-size:24px}.home-trust-badges .trust-item span{font-size:11px}}.product-trust-badges{padding:8px 0;margin-top:5px;border-top:1px solid #eee}.product-trust-badges .trust-badges-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:15px}@media(max-width: 600px){.product-trust-badges .trust-badges-grid{grid-template-columns:repeat(2, 1fr);gap:10px}}.product-trust-badges .trust-item{flex-direction:column;gap:5px;flex:1}.product-trust-badges .trust-item i{font-size:16px}.product-trust-badges .trust-item span{font-size:9px;letter-spacing:.05em;line-height:1.1}@media(max-width: 600px){.product-trust-badges .trust-item i{font-size:14px}.product-trust-badges .trust-item span{font-size:8px}}.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none;opacity:0;transition:opacity .3s ease}.cart-drawer.open{pointer-events:auto;opacity:1}.cart-drawer.open .cart-drawer-container{transform:translateX(0)}.cart-drawer .cart-drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);cursor:pointer}.cart-drawer .cart-drawer-container{position:absolute;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;transform:translateX(100%);transition:transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);display:flex;flex-direction:column;box-shadow:-5px 0 15px rgba(0,0,0,.1)}body.rtl .cart-drawer .cart-drawer-container{right:auto;left:0;transform:translateX(-100%);box-shadow:5px 0 15px rgba(0,0,0,.1)}.cart-drawer .cart-drawer-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart-drawer .cart-drawer-header h3{margin:0;font-size:1.25rem;font-weight:600}.cart-drawer .cart-drawer-header .cart-drawer-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:5px;line-height:1}.cart-drawer .cart-drawer-shipping{padding:15px 20px;background:#f9f9f9}.cart-drawer .cart-drawer-shipping .shipping-message{font-size:.95rem;margin-bottom:8px;color:#333;font-weight:500;transition:color .3s ease}.cart-drawer .cart-drawer-shipping .shipping-message.remaining{color:#d32f2f}.cart-drawer .cart-drawer-shipping .shipping-message.success{color:#2e7d32}.cart-drawer .cart-drawer-shipping .shipping-message .amount-highlight{font-weight:800}.cart-drawer .cart-drawer-shipping .shipping-progress-bar{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.cart-drawer .cart-drawer-shipping .shipping-progress-bar .progress-fill{height:100%;background:#d32f2f;width:0;transition:width .5s ease,background-color .3s ease}.cart-drawer .cart-drawer-shipping .shipping-progress-bar .progress-fill.unlocked{background:#2e7d32}.cart-drawer .cart-drawer-items{flex:1;overflow-y:auto;padding:20px}.cart-drawer .cart-drawer-items .empty-cart-message{text-align:center;padding:40px 0;color:#666}.cart-drawer .cart-drawer-items .cart-item{display:flex;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee;position:relative;align-items:flex-start}.cart-drawer .cart-drawer-items .cart-item:last-child{border-bottom:none}.cart-drawer .cart-drawer-items .cart-item .item-image{width:80px;height:80px;flex-shrink:0;margin-right:15px}body.rtl .cart-drawer .cart-drawer-items .cart-item .item-image{margin-right:0;margin-left:15px}.cart-drawer .cart-drawer-items .cart-item .item-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.cart-drawer .cart-drawer-items .cart-item .item-details{flex:1;display:flex;flex-direction:column}.cart-drawer .cart-drawer-items .cart-item .item-details .item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:5px}.cart-drawer .cart-drawer-items .cart-item .item-details .item-header .item-title{font-size:.95rem;margin:0;line-height:1.3;padding-right:20px;font-weight:600}.cart-drawer .cart-drawer-items .cart-item .item-details .item-header .item-title a{text-decoration:none;color:inherit}.cart-drawer .cart-drawer-items .cart-item .item-details .item-header .item-title a:hover{text-decoration:underline}.cart-drawer .cart-drawer-items .cart-item .item-details .item-header .remove-item{background:none;border:none;color:#999;cursor:pointer;padding:0;font-size:1.2rem;line-height:1;margin-left:10px}body.rtl .cart-drawer .cart-drawer-items .cart-item .item-details .item-header .remove-item{margin-left:0;margin-right:10px}.cart-drawer .cart-drawer-items .cart-item .item-details .item-header .remove-item:hover{color:#c00}.cart-drawer .cart-drawer-items .cart-item .item-details .item-meta{font-size:.8rem;color:#777;margin-bottom:15px}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer{display:flex;justify-content:space-between;align-items:flex-end}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .qty-control{display:flex;align-items:center;border:1px solid #ddd;border-radius:50px;padding:2px 5px;height:32px;background:#fff;overflow:hidden}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .qty-control .qty-btn{background:rgba(0,0,0,0);border:none;width:24px;height:100%;cursor:pointer;font-weight:600;color:#555;display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:1rem;color:#000 !important;-webkit-appearance:none;appearance:none}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .qty-control .qty-btn:hover{color:#000}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .qty-control .qty-input{width:32px;border:none;text-align:center;font-size:.9rem;font-weight:600;height:100%;background:rgba(0,0,0,0);padding:0;-moz-appearance:textfield;appearance:textfield}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .qty-control .qty-input::-webkit-outer-spin-button,.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .qty-control .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .item-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;line-height:1.2}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .item-price del{font-size:.8rem;color:#999;font-weight:400;margin-bottom:2px;text-decoration:line-through;opacity:.7}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .item-price ins{text-decoration:none;font-weight:700;font-size:1rem;color:#000}.cart-drawer .cart-drawer-items .cart-item .item-details .item-footer .item-price{font-weight:700;font-size:1rem;color:#000}.cart-drawer .cart-drawer-footer{padding:20px;border-top:1px solid #eee;background:#fff}.cart-drawer .cart-drawer-footer .cart-subtotal{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:600;margin-bottom:15px}.cart-drawer .cart-drawer-footer .btn-primary{width:100%;padding:12px;background:#000;color:#fff;border:none;font-weight:600;cursor:pointer;text-transform:uppercase;transition:background .2s}.cart-drawer .cart-drawer-footer .btn-primary:hover{background:#333}.cart-drawer .cart-drawer-order-form{display:none;flex:1;overflow-y:auto;padding:20px;background:#fff;animation:slideUp .3s ease forwards}.cart-drawer .cart-drawer-order-form .order-form-header{display:flex;align-items:center;margin-bottom:20px}.cart-drawer .cart-drawer-order-form .order-form-header .back-to-cart{background:none;border:none;cursor:pointer;font-size:.9rem;margin-right:15px;display:flex;align-items:center;gap:5px}body.rtl .cart-drawer .cart-drawer-order-form .order-form-header .back-to-cart{margin-right:0;margin-left:15px}.cart-drawer .cart-drawer-order-form .order-form-header h3{margin:0;font-size:1.2rem}.cart-drawer .cart-drawer-order-form .cod-inputs{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.cart-drawer .cart-drawer-order-form .cod-input-group{display:flex;border:1px solid #ddd;border-radius:5px;overflow:hidden;background:#f9f9f9;align-items:stretch;transition:border-color .3s ease}.cart-drawer .cart-drawer-order-form .cod-input-group.has-error{border-color:#d32f2f !important}.cart-drawer .cart-drawer-order-form .cod-input-group .input-icon{width:40px;display:flex;justify-content:center;align-items:center;background:#e6e6e6;border-right:1px solid #ddd;color:#000 !important;font-size:14px;flex-shrink:0}body.rtl .cart-drawer .cart-drawer-order-form .cod-input-group .input-icon{border-right:none;border-left:1px solid #ddd}.cart-drawer .cart-drawer-order-form .cod-input-group .input-icon svg{width:16px;height:16px}.cart-drawer .cart-drawer-order-form .cod-input-group input{flex:1;border:none;padding:14px 16px;outline:none;font-size:15px;background:#fff;width:100%;text-align:right !important;direction:rtl !important}.cart-drawer .cart-drawer-order-form .cod-input-group input::placeholder{text-align:right}.cart-drawer .cart-drawer-order-form .cod-input-group input:focus{background:#fff}.cart-drawer .cart-drawer-order-form .cod-summary{background:#f8f9fa;border-radius:5px;padding:15px;margin-bottom:20px;text-align:center}.cart-drawer .cart-drawer-order-form .shipping-badge{display:inline-flex;align-items:center;gap:5px;background:#e9ecef;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:700;color:#495057;margin-bottom:12px}.cart-drawer .cart-drawer-order-form .shipping-badge svg{width:14px;height:14px}.cart-drawer .cart-drawer-order-form .cod-total-row{display:flex;flex-direction:column;align-items:center;gap:5px}.cart-drawer .cart-drawer-order-form .cod-total-row .total-label{font-weight:800;font-size:.85rem;color:#0d1e3a;text-transform:uppercase}.cart-drawer .cart-drawer-order-form .cod-total-row .total-price{font-weight:900;font-size:1.5rem;color:#000 !important}.cart-drawer .cart-drawer-order-form button[type=submit]{width:100%;padding:16px;background:#000;color:#fff;border:none;font-weight:900;font-size:1rem;cursor:pointer;text-transform:uppercase;border-radius:5px;transition:opacity .2s;display:flex;align-items:center;justify-content:center;gap:10px}.cart-drawer .cart-drawer-order-form button[type=submit] svg{width:18px;height:18px}.cart-drawer .cart-drawer-order-form button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.cart-drawer .cart-drawer-order-form button[type=submit]:hover{opacity:.9}.cart-drawer .cart-drawer-loader{position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.7);display:flex;align-items:center;justify-content:center;z-index:10;opacity:0;pointer-events:none;transition:opacity .2s}.cart-drawer .cart-drawer-loader .spinner{width:30px;height:30px;border:3px solid #ccc;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.cart-drawer.loading .cart-drawer-loader{opacity:1;pointer-events:auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.header-icons .cart-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-left:15px}.cart-count-badge{position:absolute;top:-5px;right:-8px;background:#000;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.cart-count-badge.has-items{opacity:1}:root{--primary-color: #111111;--background-light: #f5f5f5;--dark-section: #000000;--accent-red: #8b0000;--white: #ffffff;--text-color: #111111;--text-muted: #666666;--text-black: #000000;--container-width: 1280px;--section-padding-desktop: 50px;--section-padding-mobile: 30px;--font-primary: 'Cairo', sans-serif;--letter-spacing-heading: 0}.opsim-search-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;visibility:hidden;opacity:0;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);display:flex;align-items:flex-start;justify-content:center;padding-top:50px}.opsim-search-modal.open{visibility:visible;opacity:1;padding-top:80px}.opsim-search-modal.open .search-modal-container{transform:translateY(0)}.search-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.search-modal-container{background:#fff;width:95%;max-width:700px;border-radius:16px;z-index:2;transform:translateY(-20px);transition:transform .3s ease;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.3);direction:rtl}.search-modal-header{padding:8px 12px;border-bottom:2px solid #f5f5f5}.search-field-wrapper{display:flex;align-items:center;gap:15px;position:relative}.search-field-wrapper .search-icon{color:#888;display:flex;align-items:center}.search-field-wrapper input{flex:1;border:none !important;background:none !important;font-family:"Cairo",sans-serif;font-size:18px;font-weight:500;color:#333;padding:5px 0;outline:none !important;box-shadow:none !important}.search-field-wrapper input::placeholder{color:#bbb}.search-field-wrapper .search-modal-close{background:#f5f5f5;border:none;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:background .2s}.search-field-wrapper .search-modal-close svg,.search-field-wrapper .search-modal-close i{font-size:12px;width:12px !important;height:12px !important}.search-field-wrapper .search-modal-close:active{background:#eee}.search-modal-body{max-height:60vh;overflow-y:auto;padding:10px 15px}.search-modal-body::-webkit-scrollbar{width:6px}.search-modal-body::-webkit-scrollbar-track{background:#f9f9f9}.search-modal-body::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.search-results-grid{display:grid;grid-template-columns:1fr;gap:8px}.search-placeholder-msg{text-align:center;color:#999;padding:40px 0;font-size:15px}.search-result-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;text-decoration:none;border-bottom:1px solid #f0f0f0}.search-result-item:last-child{border-bottom:none}.search-result-item .item-thumbnail{width:45px;height:45px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f5f5f5}.search-result-item .item-thumbnail img{width:100%;height:100%;object-fit:cover}.search-result-item .item-details{flex:1}.search-result-item .item-details .item-title{display:block;font-size:13px;font-weight:600;color:#222;margin-bottom:2px;line-height:1.3}.search-result-item .item-details .item-price{display:block;font-size:12px;color:#e63946;font-weight:700;text-decoration:none !important}.search-result-item .item-details .item-price ins{text-decoration:none !important}.search-result-item .item-details .item-price del{color:#bbb;margin-left:8px;font-weight:400;font-size:.9em;text-decoration:none;position:relative}.search-result-item .item-details .item-price del::after{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#bbb;transform:translateY(-50%)}.search-loader{display:flex;justify-content:center;padding:30px 0;color:#000}.no-results-msg{text-align:center;color:#888;padding:30px 0;font-size:14px}@media(max-width: 768px){.opsim-search-modal{padding-top:0;align-items:flex-start}.opsim-search-modal.open{padding-top:0}.search-modal-container{width:100%;height:100%;max-width:none;border-radius:0;transform:translateY(100%)}.opsim-search-modal.open .search-modal-container{transform:translateY(0)}.search-modal-header{padding:12px;position:sticky;top:0;background:#fff;z-index:10}.search-field-wrapper input{font-size:16px}.search-modal-body{max-height:calc(100vh - 75px)}}:root{--primary-color: #111111;--background-light: #f5f5f5;--dark-section: #000000;--accent-red: #8b0000;--white: #ffffff;--text-color: #111111;--text-muted: #666666;--text-black: #000000;--container-width: 1280px;--section-padding-desktop: 50px;--section-padding-mobile: 30px;--font-primary: 'Cairo', sans-serif;--letter-spacing-heading: 0}.opsim-quantity-bundles{margin-bottom:15px;display:flex;flex-direction:column;gap:8px;direction:rtl}.opsim-quantity-bundles .bundle-card{background:#fff;border:1px solid #e8e8e8;border-radius:5px;padding:8px 10px;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.02)}.opsim-quantity-bundles .bundle-card.is-popular{margin-top:0}.opsim-quantity-bundles .bundle-card .bundle-badge{display:inline-block;background:#000;color:#fff;font-size:8px;font-weight:800;padding:1px 6px;border-radius:4px;text-transform:uppercase;margin-bottom:4px;line-height:1.2}.opsim-quantity-bundles .bundle-card .bundle-text-content{display:flex;flex-direction:column;align-items:flex-start}.opsim-quantity-bundles .bundle-card:hover{border-color:#000;background:rgba(0,0,0,.02);transform:translateY(-2px)}.opsim-quantity-bundles .bundle-card.active{border:2px solid #000;background:rgba(0,0,0,.05);box-shadow:0 4px 12px rgba(0,0,0,.05)}.opsim-quantity-bundles .bundle-card .bundle-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.opsim-quantity-bundles .bundle-card .bundle-info{display:flex;align-items:center;gap:12px;flex:1}.opsim-quantity-bundles .bundle-card .bundle-image{width:55px;height:55px;border-radius:8px;object-fit:cover;background:#f5f5f5}.opsim-quantity-bundles .bundle-card .bundle-title{font-size:14px;font-weight:800;color:#000;line-height:1.2}.opsim-quantity-bundles .bundle-card .bundle-pricing{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.opsim-quantity-bundles .bundle-card .bundle-pricing .price{font-size:16px;font-weight:900;color:#000}.opsim-quantity-bundles .bundle-card .bundle-pricing del{font-size:12px;color:#999;text-decoration:line-through;margin-bottom:2px}.opsim-quantity-bundles .bundle-card .bundle-variation-selections{margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0;display:none}.opsim-quantity-bundles .bundle-card .bundle-variation-selections.visible{display:block}.opsim-quantity-bundles .bundle-card .bundle-variation-selections .bundle-variation-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;background:rgba(0,0,0,0);padding:0;border-radius:0}.opsim-quantity-bundles .bundle-card .bundle-variation-selections .bundle-variation-row .item-number{font-size:10px;font-weight:900;color:#bbb;min-width:15px}.opsim-quantity-bundles .bundle-card .bundle-variation-selections .bundle-variation-row .selectors-group{display:flex;flex:1;gap:6px}.opsim-quantity-bundles .bundle-card .bundle-variation-selections .bundle-variation-row .selector-item{flex:1}.opsim-quantity-bundles .bundle-card .bundle-variation-selections .bundle-variation-row .selector-item label{display:block;font-size:9px;font-weight:700;color:#777;margin-bottom:2px;text-align:right}.opsim-quantity-bundles .bundle-card .bundle-variation-selections .bundle-variation-row .selector-item select{width:100%;height:30px;padding:0 8px 0 24px;font-size:11px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;font-family:inherit;outline:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 8px center;background-size:10px}.ridge-product-page{font-family:var(--font-primary);background-color:#f7f7f7;padding-bottom:50px}.ridge-product-page .woocommerce-product-gallery{opacity:1 !important;display:block !important;visibility:visible !important}.opsim-form-notices{margin:12px 0;text-align:right}.opsim-form-notices .woocommerce-error,.opsim-form-notices .woocommerce-message,.opsim-form-notices .woocommerce-info{background:rgba(0,0,0,0) !important;border:none !important;padding:0 !important;color:#d32f2f !important;font-size:11px !important;font-weight:700 !important;margin:0 !important;list-style:none !important;display:block !important;box-shadow:none !important}.opsim-form-notices .woocommerce-error::before,.opsim-form-notices .woocommerce-message::before,.opsim-form-notices .woocommerce-info::before{display:none !important}.opsim-form-notices .woocommerce-error li,.opsim-form-notices .woocommerce-message li,.opsim-form-notices .woocommerce-info li{padding:0 !important;margin:0 !important;line-height:1.4}.opsim-form-notices .woocommerce-error li::before,.opsim-form-notices .woocommerce-message li::before,.opsim-form-notices .woocommerce-info li::before{display:none !important}.opsim-form-notices .woocommerce-error li a,.opsim-form-notices .woocommerce-message li a,.opsim-form-notices .woocommerce-info li a{display:none !important}.opsim-form-notices .woocommerce-message{color:#2e7d32 !important}.ridge-promo-banner{background-color:#000;color:#fff;text-align:center;font-size:11px;font-weight:700;text-transform:uppercase;padding:10px;letter-spacing:.1em;width:100%;margin-bottom:20px}.ridge-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:50px;padding:0 20px}@media(max-width: 768px){.ridge-container{grid-template-columns:1fr;gap:0;padding:0}}.ridge-gallery{position:relative;background-color:#fff;padding-bottom:20px}.ridge-gallery .features-badge{position:absolute;top:20px;left:20px;z-index:10;background:#fff;border:2px solid #000;padding:5px 10px;font-weight:800;font-size:12px;text-transform:uppercase;border-radius:4px;display:flex;align-items:center;gap:5px}.ridge-gallery .features-badge i{font-size:14px;display:inline-flex;align-items:center}.ridge-gallery .features-badge i svg{width:14px;height:14px}.ridge-gallery .woocommerce-product-gallery__image{padding:0}.ridge-gallery .woocommerce-product-gallery__image img{width:100%;height:auto;display:block}.ridge-gallery .woocommerce-product-gallery__trigger{display:none !important}@media(max-width: 768px){.ridge-gallery .flex-control-thumbs{display:none !important}}@media(min-width: 769px){.ridge-gallery .flex-control-thumbs{display:flex !important;flex-wrap:wrap;gap:12px;margin-top:20px;padding:0;list-style:none;width:100%}.ridge-gallery .flex-control-thumbs li{width:70px;height:70px;flex:0 0 70px;cursor:pointer;padding:0;margin:0 !important;position:relative;overflow:hidden}.ridge-gallery .flex-control-thumbs li img{width:100%;height:100%;object-fit:cover;opacity:.6;border:1px solid #eee;border-radius:2px;transition:all .25s ease;box-sizing:border-box;display:block}.ridge-gallery .flex-control-thumbs li img.flex-active,.ridge-gallery .flex-control-thumbs li img:hover{opacity:1;border:2px solid #000}}@media(min-width: 769px){.ridge-gallery .flex-direction-nav{display:none !important}}.ridge-info{padding:0 20px}@media(min-width: 769px){.ridge-info{padding:40px 0 0;position:sticky;top:20px}}.ridge-reviews-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;margin-top:15px}.ridge-reviews-row .star-rating{font-size:14px;color:#444;float:none;margin:0}.ridge-reviews-row .star-rating::before{color:#ccc}.ridge-reviews-row .star-rating span::before{color:#444}.ridge-reviews-row .review-count-text{font-size:12px;font-weight:600;color:#777;text-transform:uppercase}.ridge-title-price{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.ridge-title-price.multi-line{flex-direction:column;align-items:flex-start;gap:12px}.ridge-title-price.multi-line h1.product_title{line-height:1.3;text-align:right}.ridge-title-price.multi-line .price{font-size:26px;text-align:right;width:100%}.ridge-title-price h1.product_title{font-size:24px;font-weight:900;text-transform:uppercase;margin:0;line-height:1;color:#222;letter-spacing:-0.5px}.ridge-title-price .price{font-size:24px;font-weight:900;color:#000;margin:0}.ridge-title-price .price del{opacity:.4;font-size:.7em;margin-right:8px;color:#777;text-decoration:line-through}.ridge-title-price .price ins{text-decoration:none;color:#000}.ridge-kit-selector{display:flex;width:100%;margin-bottom:25px;border-radius:4px;overflow:hidden}.ridge-kit-selector .kit-option{flex:1;background:#fff;border:1px solid #ddd;padding:15px 5px;font-size:12px;font-weight:800;text-transform:uppercase;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#888;transition:all .2s}.ridge-kit-selector .kit-option.active{border-bottom:3px solid #000;color:#000;background:#fff}.ridge-kit-selector .kit-option .badge-save{background:#000;color:#fff;color:#fff;padding:2px 6px;font-size:9px;border-radius:2px}.ridge-kit-selector .kit-option:first-child{border-right:none}.ridge-color-selection{margin-bottom:30px}.ridge-color-selection .color-label{font-size:14px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.ridge-color-selection .color-label .label-title{color:#000;margin-right:5px}.ridge-color-selection .color-label .current-color{color:#555;text-transform:capitalize;font-weight:400}.ridge-color-selection .variations{width:100%;margin-bottom:20px}.ridge-color-selection .variations tr{border:none;display:block;margin-bottom:10px}.ridge-color-selection .variations td{display:block;padding:0;background:rgba(0,0,0,0) !important}.ridge-color-selection .variations td.label{display:none}.ridge-color-selection .variations select{padding:10px;border:1px solid #ccc;width:100%;margin-bottom:10px}.ridge-color-selection .swatch-control{display:inline-block;width:30px;height:30px;border-radius:50%;margin-right:10px;border:2px solid rgba(0,0,0,0);cursor:pointer}.ridge-color-selection .swatch-control.active{border-color:#000;transform:scale(1.1)}.ridge-color-selection .cart{display:block !important;margin-top:15px}.ridge-color-selection .cart .quantity{display:none !important}.ridge-color-selection .single_add_to_cart_button{width:100%;background-color:#000;color:#fff;-webkit-appearance:none;appearance:none;text-transform:uppercase;font-weight:800;padding:18px;border:none;font-size:16px;margin-top:20px;cursor:pointer;transition:background .3s;display:flex;align-items:center;justify-content:center;gap:10px}.ridge-color-selection .single_add_to_cart_button svg{width:18px;height:18px}.ridge-color-selection .single_add_to_cart_button:hover{background-color:#000}.ridge-description{font-size:14px;line-height:1.6;color:#555;margin-bottom:30px;margin-top:20px;padding-top:20px;border-top:1px solid #eee}.ridge-related{padding:40px 20px;background:#fff;margin-top:40px}.ridge-related h2{text-align:center;text-transform:uppercase;font-size:18px;margin-bottom:30px}.cod-shipping-rule{padding:0;background:#fff;margin-bottom:20px;border-radius:10px;border:1px solid #e8e8e8;text-align:right;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:border-color .3s ease,box-shadow .3s ease}.cod-shipping-rule.rule-unlocked{border-color:#2e7d32;box-shadow:0 2px 12px rgba(46,125,50,.12)}.cod-shipping-rule .shipping-message{font-size:12.5px;padding:14px 16px 4px;color:#555;font-weight:600;transition:color .3s ease}.cod-shipping-rule .shipping-message.remaining{color:#d32f2f}.cod-shipping-rule .shipping-message.success{color:#2e7d32}.cod-shipping-rule .shipping-message .amount-highlight{font-weight:800;color:#000}.cod-shipping-rule .shipping-progress-wrapper{display:flex;align-items:center;gap:10px;padding:4px 16px 0}.cod-shipping-rule .shipping-progress-bar{height:8px;background:#eee;border-radius:4px;overflow:hidden;flex:1;position:relative}.cod-shipping-rule .shipping-progress-bar .progress-fill{height:100%;background:linear-gradient(270deg, #ef5350 0%, #f44336 50%, #d32f2f 100%);width:0;border-radius:4px;transition:width .6s cubic-bezier(0.4, 0, 0.2, 1),background .4s ease;position:relative;float:right}.cod-shipping-rule .shipping-progress-bar .progress-fill::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);animation:progressShimmer 2s ease-in-out infinite}.cod-shipping-rule .shipping-progress-bar .progress-fill.unlocked{background:linear-gradient(90deg, #43a047 0%, #2e7d32 100%)}.cod-shipping-rule .shipping-progress-bar .progress-fill.unlocked::after{animation:none;background:none}.cod-shipping-rule .progress-percent{font-size:11px;font-weight:800;color:#888;min-width:32px;text-align:left;transition:color .3s ease}.cod-shipping-rule.rule-unlocked .progress-percent{color:#2e7d32}.cod-shipping-rule .shipping-progress-checkpoints{display:flex;justify-content:space-between;padding:6px 16px 12px}.cod-shipping-rule .shipping-progress-checkpoints .checkpoint{font-size:10px;font-weight:600;color:#bbb;position:relative}.cod-shipping-rule .shipping-progress-checkpoints .checkpoint::before{content:"";display:block;width:4px;height:4px;border-radius:50%;background:#ddd;margin:0 auto 3px}.cod-shipping-rule .shipping-progress-checkpoints .checkpoint.mid{text-align:center}.cod-shipping-rule .shipping-progress-checkpoints .checkpoint.end{text-align:left}@keyframes progressShimmer{0%{transform:translateX(-100%)}100%{transform:translateX(200%)}}.product-sticky-bar{position:fixed;bottom:-100px;left:50%;transform:translateX(-50%);width:90%;max-width:1000px;background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.15);border-radius:100px;z-index:2005;padding:10px 12px;transition:all .5s cubic-bezier(0.19, 1, 0.22, 1);border:1px solid rgba(0,0,0,.08)}.product-sticky-bar.is-visible{bottom:30px}.product-sticky-bar .sticky-bar-content{display:flex;align-items:center;width:100%;justify-content:space-between}.product-sticky-bar .product-info-left{display:flex;align-items:center;gap:15px;flex:1;min-width:0}.product-sticky-bar .product-info-left img{width:52px;height:52px;object-fit:cover;border-radius:12px;background:#f8f9fa}.product-sticky-bar .product-info-left .text-details{display:flex;flex-direction:column;min-width:0}.product-sticky-bar .product-info-left .text-details .sticky-title{font-size:14px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000;line-height:1.2}.product-sticky-bar .product-info-left .text-details .sticky-subtitle{font-size:10px;color:#888;font-weight:600;text-transform:uppercase}.product-sticky-bar .product-price-middle{margin:0 10px}.product-sticky-bar .product-price-middle .price{font-size:15px;font-weight:900;color:#000;white-space:nowrap}.product-sticky-bar .product-price-middle .price del{display:none}.product-sticky-bar .product-price-middle .price ins{text-decoration:none}.product-sticky-bar .sticky-order-btn{background:#000;color:#fff;border:none;padding:12px 28px;border-radius:50px;font-weight:900;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;white-space:nowrap}.product-sticky-bar .sticky-order-btn i,.product-sticky-bar .sticky-order-btn svg{width:16px;height:16px;display:inline-block;vertical-align:middle;margin-top:-2px}.product-sticky-bar .sticky-order-btn:hover{background:#333;transform:translateY(-2px)}.product-sticky-bar .sticky-order-btn:active{transform:scale(0.96)}@media(max-width: 768px){.product-sticky-bar{width:95%;padding:6px 8px;border-radius:60px}.product-sticky-bar.is-visible{bottom:15px}.product-sticky-bar .product-info-left{gap:8px}.product-sticky-bar .product-info-left img{width:38px;height:38px}.product-sticky-bar .product-info-left .text-details .sticky-title{font-size:11px;max-width:100px}.product-sticky-bar .product-info-left .text-details .sticky-subtitle{font-size:8px}.product-sticky-bar .product-price-middle{margin:0 5px}.product-sticky-bar .product-price-middle .price{font-size:12px}.product-sticky-bar .sticky-order-btn{padding:10px 16px;font-size:12px;gap:6px}.product-sticky-bar .sticky-order-btn i,.product-sticky-bar .sticky-order-btn svg{width:14px;height:14px}}.opsim-thank-you-page .entry-header{display:none}.opsim-thank-you-container{max-width:800px;margin:40px auto;padding:0 20px;font-family:inherit;color:var(--text-color, #333)}.opsim-thank-you-container .opsim-thank-you-header{text-align:center;margin-bottom:40px}.opsim-thank-you-container .opsim-thank-you-header .success-icon{font-size:64px;color:#2fb45d;margin-bottom:20px;animation:scaleIn .5s ease-out}.opsim-thank-you-container .opsim-thank-you-header .success-icon svg{width:64px;height:64px}.opsim-thank-you-container .opsim-thank-you-header h1{font-size:32px;font-weight:700;margin-bottom:10px;color:#000}.opsim-thank-you-container .opsim-thank-you-header p{font-size:16px;color:#666}.opsim-thank-you-container .opsim-order-summary-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:30px;margin-bottom:30px;border:1px solid #eee}.opsim-thank-you-container .opsim-order-summary-card .order-meta-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:20px;padding-bottom:25px;border-bottom:1px solid #f0f0f0;margin-bottom:25px}.opsim-thank-you-container .opsim-order-summary-card .order-meta-grid .meta-item .label{display:block;font-size:12px;text-transform:uppercase;color:#999;letter-spacing:.5px;margin-bottom:5px}.opsim-thank-you-container .opsim-order-summary-card .order-meta-grid .meta-item .value{display:block;font-size:16px;font-weight:600;color:#000}.opsim-thank-you-container .opsim-order-summary-card .order-details-section h3{font-size:18px;margin-bottom:20px;font-weight:600}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .items-list{margin-bottom:25px}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .items-list .summary-item{display:flex;align-items:center;padding:15px 0;border-bottom:1px solid #f9f9f9}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .items-list .summary-item .item-thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f5f5f5;margin-right:15px}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .items-list .summary-item .item-thumb img{width:100%;height:100%;object-fit:cover}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .items-list .summary-item .item-main{flex:1}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .items-list .summary-item .item-main .item-name{display:block;font-size:15px;font-weight:500;margin-bottom:3px}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .items-list .summary-item .item-main .item-qty{font-size:13px;color:#888}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .items-list .summary-item .item-total{font-weight:600;font-size:15px}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .summary-totals .total-line{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .summary-totals .total-line .label{color:#666}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .summary-totals .total-line .value{font-weight:500}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .summary-totals .total-line.order-total{margin-top:15px;padding-top:15px;border-top:2px solid #f0f0f0;font-size:18px;font-weight:700}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .summary-totals .total-line.order-total .label{color:#000}.opsim-thank-you-container .opsim-order-summary-card .order-details-section .summary-totals .total-line.order-total .value{color:#000}.opsim-thank-you-container .opsim-customer-info .info-card{background:#fdfdfd;border:1px solid #eee;border-radius:12px;padding:25px}.opsim-thank-you-container .opsim-customer-info .info-card h3{font-size:16px;margin-bottom:15px;display:flex;align-items:center;gap:10px;color:#444}.opsim-thank-you-container .opsim-customer-info .info-card h3 i{color:#2fb45d;display:inline-flex;align-items:center}.opsim-thank-you-container .opsim-customer-info .info-card h3 i svg{width:16px;height:16px}.opsim-thank-you-container .opsim-customer-info .info-card address{font-style:normal;line-height:1.6;color:#555;font-size:14px}.opsim-thank-you-container .opsim-customer-info .info-card .customer-phone{margin-top:10px;font-size:14px;color:#555}.opsim-thank-you-container .opsim-thank-you-actions{text-align:center;margin-top:40px}.opsim-thank-you-container .opsim-thank-you-actions .btn-primary{display:inline-block;background:#000;color:#fff;padding:15px 40px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.opsim-thank-you-container .opsim-thank-you-actions .btn-primary:hover{background:#333;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}@keyframes scaleIn{from{transform:scale(0.5);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width: 600px){.opsim-thank-you-container{margin:20px auto}.opsim-thank-you-container .opsim-thank-you-header h1{font-size:24px}.opsim-thank-you-container .opsim-order-summary-card{padding:20px}}.error-404{min-height:70vh;display:flex;align-items:center;justify-content:center}.error-404 .error-content{max-width:600px;margin:0 auto}.error-404 .error-content .page-title{font-size:clamp(5rem,15vw,10rem);line-height:1;margin-bottom:20px;color:var(--primary-color);font-weight:900}.error-404 .error-content .error-subtitle{font-size:2rem;margin-bottom:15px;text-transform:uppercase}.error-404 .error-content .error-text{font-size:1.125rem;color:var(--text-muted);margin-bottom:40px}.btn-black{background-color:var(--primary-color);color:var(--white);padding:16px 40px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;display:inline-block;text-decoration:none;border:none;transition:opacity .3s}.btn-black:hover{opacity:.9}/*# sourceMappingURL=main.min.css.map */
