:root{--story-bg:#000000;--story-overlay:rgba(0, 0, 0, 0.95);--story-progress-bg:rgba(255, 255, 255, 0.35);--story-progress-fill:#ffffff;--story-text-primary:#ffffff;--story-text-secondary:rgba(255, 255, 255, 0.7);--story-transition-duration:0.3s;--story-cubic-bezier:cubic-bezier(0.4, 0.0, 0.2, 1);--story-max-width:420px;--story-aspect-ratio:9/16}.story-container{display:flex;padding:12px 16px;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.story-container::-webkit-scrollbar{display:none}.story{position:relative;flex-shrink:0;width:80px;text-align:center;cursor:pointer;transition:transform 0.2s var(--story-cubic-bezier)}.story:hover{transform:scale(1.02)}.story:active{transform:scale(.98)}.story-ring-container{position:relative;width:80px;height:80px;margin:0 auto;display:flex;align-items:center;justify-content:center}.story-ring{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotate(0deg);pointer-events:none}.story-segment{transition:stroke 0.3s ease,stroke-width 0.3s ease}.story-segment.active{stroke:#00E676!important;stroke-width:4}@keyframes segment-pulse{0%,100%{opacity:1}50%{opacity:.8}}.story-avatar-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;overflow:hidden;border:3px solid #fff;background:#fff;display:flex;align-items:center;justify-content:center}.story-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.circle-border{display:none}.story-foot{margin-top:8px}.story-item-cat{display:none}.story-item-title{margin:0;color:#262626;font-size:12px;font-weight:400;line-height:1.3;text-align:center;overflow:hidden}.story-modal-content{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;height:100dvh;z-index:99999999;background:var(--story-overlay);display:none;align-items:center;justify-content:center}.story-modal-content.active{display:flex}.story-modal-content.opening{animation:storyModalFadeIn 0.25s var(--story-cubic-bezier) forwards}.story-modal-content.closing{animation:storyModalFadeOut 0.2s var(--story-cubic-bezier) forwards}@keyframes storyModalFadeIn{from{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes storyModalFadeOut{from{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(20px)}}.story-modal{position:relative;width:100%;height:100%;max-width:var(--story-max-width);max-height:100vh;max-height:100dvh;background:var(--story-bg);display:flex;flex-direction:column;overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:pan-y}@media (min-width:768px){.story-modal{max-height:90vh;border-radius:12px;box-shadow:0 0 80px rgb(0 0 0 / .8)}}.progress-bars{position:absolute;top:0;left:0;right:0;display:flex;gap:4px;padding:8px 8px 0;z-index:100;pointer-events:none}.bar{flex:1;height:2px;background:var(--story-progress-bg);border-radius:1px;overflow:hidden}.bar .fill{height:100%;width:0%;background:var(--story-progress-fill);border-radius:1px;transition:none}.bar .fill.completed{width:100%!important}.story-header{position:absolute;top:16px;left:0;right:0;display:flex;align-items:center;padding:0 48px 0 12px;z-index:90;transition:opacity 0.2s var(--story-cubic-bezier)}.story-header.hidden{opacity:0;pointer-events:none}.story-header-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;margin-left:10px;flex-shrink:0;border:2px solid #fff0}.story-header-info{flex:1;display:flex;align-items:center;gap:8px;overflow:hidden}.story-user{color:var(--story-text-primary);font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0;margin:0}.story-time{color:var(--story-text-secondary);font-size:12px;font-weight:400;white-space:nowrap}.story-cat{display:none}.story-close{position:absolute;top:16px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;padding:0;transition:transform 0.2s var(--story-cubic-bezier),opacity 0.2s;background:none;border:none}.story-close:hover{transform:scale(1.1)}.story-close:active{transform:scale(.95)}.story-close svg{width:24px;height:24px}.story-close svg path{fill:var(--story-text-primary)}.story-slider{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--story-bg)}.story-slide{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity 0.2s var(--story-cubic-bezier),transform 0.2s var(--story-cubic-bezier),visibility 0.2s}.story-slide.active{opacity:1;visibility:visible;transform:scale(1);z-index:10}.story-slide.entering-from-right{animation:slideInFromRight 0.3s var(--story-cubic-bezier) forwards}.story-slide.entering-from-left{animation:slideInFromLeft 0.3s var(--story-cubic-bezier) forwards}.story-slide.exiting-to-right{animation:slideOutToRight 0.25s var(--story-cubic-bezier) forwards}.story-slide.exiting-to-left{animation:slideOutToLeft 0.25s var(--story-cubic-bezier) forwards}@keyframes slideInFromRight{from{opacity:0;transform:translateX(30px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideInFromLeft{from{opacity:0;transform:translateX(-30px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideOutToRight{from{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(30px) scale(.98)}}@keyframes slideOutToLeft{from{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(-30px) scale(.98)}}.story-slide img,.story-slide video{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:cover;pointer-events:none}.story-slide.loading::after{content:'';position:absolute;width:40px;height:40px;border:3px solid rgb(255 255 255 / .2);border-top-color:#fff;border-radius:50%;animation:spin 0.8s linear infinite;z-index:20}@keyframes spin{to{transform:rotate(360deg)}}.story-slider::before{content:'';position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(180deg,rgb(0 0 0 / .5) 0%,transparent 100%);z-index:5;pointer-events:none}.story-slider::after{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(0deg,rgb(0 0 0 / .6) 0%,transparent 100%);z-index:5;pointer-events:none}.gesture-layer{position:absolute;top:0;left:0;right:0;bottom:0;z-index:50;display:flex}.gesture-zone{flex:1;cursor:pointer}.gesture-zone-prev{flex:.3}.gesture-zone-pause{flex:.4}.gesture-zone-next{flex:.3}.story-controls{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(var(--story-max-width) + 120px);display:flex;justify-content:space-between;pointer-events:none;z-index:200}.story-controls button{width:48px;height:48px;border:none;border-radius:50%;background:rgb(255 255 255 / .95);color:#262626;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:auto;transition:transform 0.2s var(--story-cubic-bezier),background-color 0.2s,opacity 0.2s;opacity:0;font-size:18px;font-weight:700;box-shadow:0 2px 12px rgb(0 0 0 / .2)}.story-modal-content:hover .story-controls button{opacity:1}.story-controls button:hover{background:#fff;transform:scale(1.08)}.story-controls button:active{transform:scale(.95)}.story-controls button.disabled{opacity:0.3!important;cursor:not-allowed;pointer-events:none}@media (max-width:767px){.story-controls{display:none}}.story-footer{position:absolute;bottom:0;left:0;right:0;z-index:80;padding:16px 12px;transition:opacity 0.2s var(--story-cubic-bezier),transform 0.3s var(--story-cubic-bezier)}.story-footer.hidden{opacity:0;transform:translateY(20px);pointer-events:none}.story-footer-inner{display:flex;align-items:center;gap:10px;flex-direction:row-reverse;justify-content:flex-end}.story-product{display:none;flex:1;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.story-product.visible{display:block}.footer-reactions{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.footer-reactions .like-story,.footer-reactions .comment-story{display:flex;flex-direction:column;align-items:center;gap:2px}.footer-reactions .like-btn,.footer-reactions .comment-btn{width:44px;height:44px;border:none;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.2s var(--story-cubic-bezier),background-color 0.2s;padding:0;box-shadow:0 2px 8px rgb(0 0 0 / .15)}.footer-reactions .like-btn:hover,.footer-reactions .comment-btn:hover{background:#fff;transform:scale(1.1)}.footer-reactions .like-btn:active,.footer-reactions .comment-btn:active{transform:scale(.9)}.footer-reactions .like-btn.liked{background:#ed4956}.footer-reactions .like-btn svg,.footer-reactions .comment-btn svg{width:22px;height:22px}.footer-reactions .like-btn svg path,.footer-reactions .comment-btn svg path,.footer-reactions .comment-btn svg{fill:#262626;stroke:#262626}.footer-reactions .like-btn.liked svg path{fill:#fff}.footer-reactions .like-count,.footer-reactions .comment-count{color:var(--story-text-primary);font-size:11px;font-weight:600;text-align:center;text-shadow:0 1px 3px rgb(0 0 0 / .5)}.story-product-link{display:flex;align-items:center;width:100%;text-decoration:none;color:inherit;padding:10px 12px;gap:12px;transition:background-color 0.2s}.story-product-link:hover{background:#f8f8f8}.story-product-image{width:56px;height:56px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f0f0f0}.story-product-image img{width:100%;height:100%;object-fit:cover}.story-title{flex:1;min-width:0}.story-title h3{font-size:14px;font-weight:600;color:#262626;margin:0 0 4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.story-title .card-price{font-size:13px;font-weight:600;color:#262626}.story-title .card-price .woocommerce-Price-amount{font-weight:600}.story-reactions{position:absolute;left:12px;bottom:100px;display:flex;flex-direction:column;align-items:center;gap:16px;z-index:90;transition:opacity 0.2s var(--story-cubic-bezier)}.story-reactions.hidden{opacity:0;pointer-events:none}.story-reactions .like-story,.story-reactions .comment-story{display:none}.story-reactions .view-story{display:flex;flex-direction:column;align-items:center;gap:4px}.story-reactions .view-story svg{width:28px;height:28px}.like-story,.comment-story,.view-story{display:flex;flex-direction:column;align-items:center;gap:4px}.like-btn,.comment-btn{width:44px;height:44px;border:none;background:rgb(38 38 38 / .6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.2s var(--story-cubic-bezier),background-color 0.2s;padding:0}.like-btn:hover,.comment-btn:hover{background:rgb(38 38 38 / .8);transform:scale(1.1)}.like-btn:active,.comment-btn:active{transform:scale(.9)}.like-btn.liked{background:#ed4956}.like-btn.liked:hover{background:#ed4956}.like-btn svg,.comment-btn svg{width:22px;height:22px}.like-count,.comment-count,.view-count{color:var(--story-text-primary);font-size:12px;font-weight:600;text-align:center;text-shadow:0 1px 3px rgb(0 0 0 / .5)}.story-comments{position:fixed;bottom:0;left:50%;transform:translateX(-50%) translateY(100%);width:100%;max-width:var(--story-max-width);max-height:70vh;background:#fff;border-radius:16px 16px 0 0;z-index:1000;overflow:hidden;transition:transform 0.3s var(--story-cubic-bezier);box-shadow:0 -4px 20px rgb(0 0 0 / .2)}.story-comments.open{transform:translateX(-50%) translateY(0)}.comments-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #efefef;position:sticky;top:0;background:#fff;z-index:10}.comments-header::before{content:'';position:absolute;top:8px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:#dbdbdb;border-radius:2px}.comments-header h3{font-size:16px;font-weight:600;color:#262626;margin:0}.close-comments{width:32px;height:32px;border:none;background:#fff0;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s;padding:0}.close-comments:hover{background:#f5f5f5}.close-comments svg{width:24px;height:24px;color:#262626}.comments-section{display:flex;flex-direction:column;height:calc(70vh - 60px)}.comments-list{flex:1;overflow-y:auto;padding:0}.comment-item{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid #efefef}.comment-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#efefef}.comment-content{flex:1;min-width:0}.comment-header{display:flex;align-items:center;gap:8px;margin-bottom:2px}.comment-author{font-size:13px;font-weight:600;color:#262626}.comment-date{font-size:12px;color:#8e8e8e}.comment-text{font-size:14px;color:#262626;line-height:1.4;word-wrap:break-word}.no-comments{text-align:center;color:#8e8e8e;padding:60px 20px;font-size:14px}.story-comments .comment-form{display:flex;align-items:center;gap:12px;padding:12px 16px;border-top:1px solid #efefef;background:#fff}.story-comments .comment-form textarea{flex:1;border:1px solid #dbdbdb;border-radius:22px;padding:10px 16px;font-size:14px;font-family:inherit;resize:none;min-height:44px;max-height:80px;outline:none;transition:border-color 0.2s;background:#fafafa}.story-comments .comment-form textarea:focus{border-color:#a8a8a8;background:#fff}.story-comments .comment-form textarea::placeholder{color:#8e8e8e}.submit-comment{padding:10px 16px;background:#0095f6;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background-color 0.2s,opacity 0.2s;white-space:nowrap}.submit-comment:hover{background:#1877f2}.submit-comment:active{background:#0d7fd9}.submit-comment:disabled{opacity:.5;cursor:not-allowed}.pause-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:80px;height:80px;background:rgb(0 0 0 / .6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:200;opacity:0;pointer-events:none;transition:transform 0.2s var(--story-cubic-bezier),opacity 0.2s var(--story-cubic-bezier)}.pause-indicator.visible{transform:translate(-50%,-50%) scale(1);opacity:1}.pause-indicator svg{width:32px;height:32px;fill:#fff}.mute-btn{position:absolute;top:60px;right:12px;width:32px;height:32px;border:none;background:rgb(38 38 38 / .6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:95;transition:transform 0.2s var(--story-cubic-bezier);padding:0}.mute-btn.visible{display:flex}.mute-btn:hover{transform:scale(1.1)}.mute-btn:active{transform:scale(.95)}.mute-btn svg{width:16px;height:16px;fill:#fff}.story-modal.dragging{transition:none!important}.story-modal.dismissing{animation:dismissDown 0.25s var(--story-cubic-bezier) forwards}@keyframes dismissDown{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(100px) scale(.9)}}.story-swipe-preview{z-index:5;pointer-events:none}.story-swipe-preview .story-slider::before,.story-swipe-preview .story-slider::after{display:none}.story-modal{transform-style:preserve-3d;backface-visibility:hidden}.story-modal.dragging{transition:none!important}.story-modal.dismissing{animation:dismissDown 0.25s var(--story-cubic-bezier) forwards}.story-modal.cube-transition-out-left{animation:cubeOutLeft 0.5s cubic-bezier(.4,0,.2,1) forwards;transform-origin:right center}.story-modal.cube-transition-out-right{animation:cubeOutRight 0.5s cubic-bezier(.4,0,.2,1) forwards;transform-origin:left center}.story-modal.cube-transition-in-right{animation:cubeInRight 0.5s cubic-bezier(.4,0,.2,1) forwards;transform-origin:left center}.story-modal.cube-transition-in-left{animation:cubeInLeft 0.5s cubic-bezier(.4,0,.2,1) forwards;transform-origin:right center}.story-modal-next{position:absolute;top:0;left:0;right:0;bottom:0}@keyframes cubeOutLeft{0%{transform:perspective(1200px) rotateY(0deg) translateZ(0);opacity:1}100%{transform:perspective(1200px) rotateY(90deg) translateZ(-100px);opacity:.5}}@keyframes cubeOutRight{0%{transform:perspective(1200px) rotateY(0deg) translateZ(0);opacity:1}100%{transform:perspective(1200px) rotateY(-90deg) translateZ(-100px);opacity:.5}}@keyframes cubeInRight{0%{transform:perspective(1200px) rotateY(-90deg) translateZ(-100px);opacity:.5}100%{transform:perspective(1200px) rotateY(0deg) translateZ(0);opacity:1}}@keyframes cubeInLeft{0%{transform:perspective(1200px) rotateY(90deg) translateZ(-100px);opacity:.5}100%{transform:perspective(1200px) rotateY(0deg) translateZ(0);opacity:1}}@media (max-width:767px){.story-modal{max-width:100%;border-radius:0}.story-container{padding:10px 12px;gap:10px}.story{width:72px}.circle-border{width:72px;height:72px}.circle-border img{width:66px;height:66px;top:3px;left:3px}.story-item-title{font-size:11px;max-width:72px}.story-reactions{left:8px;bottom:90px;gap:14px}.like-btn,.comment-btn{width:40px;height:40px}.like-btn svg,.comment-btn svg{width:20px;height:20px}.footer-reactions .like-btn,.footer-reactions .comment-btn{width:40px;height:40px}.footer-reactions .like-btn svg,.footer-reactions .comment-btn svg{width:18px;height:18px}.progress-bars{padding:6px 6px 0;gap:3px}.story-header{top:14px;padding:0 44px 0 10px}.story-close{top:12px;right:10px;width:28px;height:28px}.story-close svg{width:20px;height:20px}.story-comments{max-width:100%;max-height:85vh;border-radius:12px 12px 0 0}.comments-section{height:calc(85vh - 60px)}.story-footer{padding:12px 10px}.story-product-link{padding:8px 10px}.story-product-image{width:48px;height:48px}.story-title h3{font-size:13px}.story-title .card-price{font-size:12px}.mute-btn{top:54px;right:10px;width:28px;height:28px}.mute-btn svg{width:14px;height:14px}}@media (max-width:375px){.story{width:66px}.circle-border{width:66px;height:66px}.circle-border img{width:58px;height:58px;top:4px;left:4px}.story-item-title{font-size:10px;max-width:66px}}@media (prefers-color-scheme:dark){.story-item-title{color:#262626}.circle-border img{border-color:#121212}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.bar .fill{transition:width 0.01ms!important}}.story:focus-visible,.like-btn:focus-visible,.comment-btn:focus-visible,.submit-comment:focus-visible,.story-close:focus-visible,.close-comments:focus-visible{outline:2px solid #0095f6;outline-offset:2px}button:focus{outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/themes/afralland/assets/front/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@font-face{font-family:'IRANYekanXVF';src:url(/wp-content/themes/afralland/assets/front/fonts/IRANYekanX/variable/IRANYekanXVF.woff2) format('woff-variations'),url(/wp-content/themes/afralland/assets/front/fonts/IRANYekanX/variable/IRANYekanXVF.woff2) format('woff');font-weight:100 1000;font-display:swap}.woocommerce-order{max-width:1180px;margin:24px auto 48px;padding:0 16px;color:#0b3764}.woocommerce-order .woocommerce-thankyou-order-received{margin:0 0 18px;padding:18px 22px;background:#e9f8dc;border:1px solid #b8ee83;border-radius:8px;color:#164b25;font-size:18px;font-weight:800;text-align:center}.woocommerce-order .woocommerce-order-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 22px;padding:0;list-style:none}.woocommerce-order .woocommerce-order-overview li{margin:0;padding:14px 16px;background:#fff;border:1px solid #e3edf7;border-radius:8px;box-shadow:0 8px 24px rgb(0 45 89 / .06);color:#6f8195;font-size:13px;line-height:1.9}.woocommerce-order .woocommerce-order-overview strong{display:block;margin-top:4px;color:#082f5f;font-size:15px;font-weight:900;word-break:break-word}.woocommerce-order .woocommerce-bacs-bank-details,.woocommerce-order .woocommerce-order-details,.woocommerce-order .woocommerce-customer-details{margin-top:22px;padding:22px;background:#fff;border:1px solid #e1ebf5;border-radius:8px;box-shadow:0 10px 30px rgb(0 45 89 / .06)}.woocommerce-order .wc-bacs-bank-details-heading,.woocommerce-order .woocommerce-order-details__title,.woocommerce-order .woocommerce-column__title{margin:-22px -22px 18px;padding:17px 22px;background:#e9f8dc;border-bottom:1px solid #ccefae;border-radius:8px 8px 0 0;color:#082f5f;font-size:18px;font-weight:900}.woocommerce-order .wc-bacs-bank-details-account-name{margin:18px 0 0;padding:12px 16px;background:#f6faff;border:1px solid #dceaf8;border-bottom:0;border-radius:8px 8px 0 0;color:#082f5f;font-size:15px;font-weight:900}.woocommerce-order .wc-bacs-bank-details.order_details.bacs_details{display:grid;grid-template-columns:1fr;gap:0;margin:0 0 14px;padding:0;overflow:hidden;background:#fff;border:1px solid #dceaf8;border-radius:0 0 8px 8px;list-style:none}.woocommerce-order .wc-bacs-bank-details.order_details.bacs_details li{display:grid;grid-template-columns:170px minmax(0,1fr);align-items:center;gap:12px;margin:0;padding:13px 16px;border-bottom:1px solid #edf3f9;color:#6f8195;font-size:14px;line-height:1.9}.woocommerce-order .wc-bacs-bank-details.order_details.bacs_details li:last-child{border-bottom:0}.woocommerce-order .wc-bacs-bank-details.order_details.bacs_details strong{display:inline-flex;justify-content:flex-end;width:100%;color:#082f5f;font-size:16px;font-weight:900;direction:ltr;text-align:left;letter-spacing:.5px;word-break:break-word}.woocommerce-order .shop_table.order_details{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #e1ebf5;border-radius:8px}.woocommerce-order .shop_table.order_details th,.woocommerce-order .shop_table.order_details td{padding:15px 16px;border-bottom:1px solid #edf3f9;color:#082f5f;font-size:14px;line-height:1.9;text-align:right;vertical-align:middle}.woocommerce-order .shop_table.order_details thead th{background:#f4f9fe;font-weight:900}.woocommerce-order .shop_table.order_details tbody tr:last-child td,.woocommerce-order .shop_table.order_details tfoot tr:last-child th,.woocommerce-order .shop_table.order_details tfoot tr:last-child td{border-bottom:0}.woocommerce-order .shop_table.order_details a{color:#082f5f;font-weight:800;text-decoration:none}.woocommerce-order .shop_table.order_details .amount{color:#4f28df;font-weight:900}.woocommerce-order .woocommerce-customer-details address{margin:0;padding:16px;background:#f8fbff;border:1px solid #e1ebf5;border-radius:8px;color:#082f5f;font-style:normal;line-height:2.1}.woocommerce-order .woocommerce-customer-details--phone,.woocommerce-order .woocommerce-customer-details--email{margin:8px 0 0;font-weight:800;direction:ltr;text-align:right}@media (max-width:991px){.woocommerce-order .woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.woocommerce-order{margin:16px auto 32px;padding:0 12px}.woocommerce-order .woocommerce-order-overview{grid-template-columns:1fr}.woocommerce-order .woocommerce-bacs-bank-details,.woocommerce-order .woocommerce-order-details,.woocommerce-order .woocommerce-customer-details{padding:16px}.woocommerce-order .wc-bacs-bank-details-heading,.woocommerce-order .woocommerce-order-details__title,.woocommerce-order .woocommerce-column__title{margin:-16px -16px 14px;padding:15px 16px;font-size:16px}.woocommerce-order .wc-bacs-bank-details.order_details.bacs_details li{grid-template-columns:1fr;gap:3px}.woocommerce-order .wc-bacs-bank-details.order_details.bacs_details strong{justify-content:flex-start;font-size:15px}.woocommerce-order .shop_table.order_details th,.woocommerce-order .shop_table.order_details td{padding:12px;font-size:13px}}@font-face{font-family:'YekanBakhXVF';src:url(/wp-content/themes/afralland/assets/front/fonts/Yekan-Bakh/variable/YekanBakhXVF.woff2) format('woff-variations'),url(/wp-content/themes/afralland/assets/front/fonts/Yekan-Bakh/variable/YekanBakhXVF.woff2) format('woff');font-weight:100 1000;font-display:swap}@font-face{font-family:'icomoon';src:url(/wp-content/themes/afralland/assets/front/fonts/font-icon/icomoon.woff2?adwdn0) format('woff2');font-weight:400;font-style:normal;font-display:swap}html,body{height:100%;min-height:100dvh}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon'!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-4:before{content:"\e900";color:#5d2ad4}.icon-5:before{content:"\e901";color:#5d2ad4}.icon-7:before{content:"\e902";color:#5d2ad4}.icon-6:before{content:"\e903";color:#5d2ad4}.icon-2:before{content:"\e904";color:#5d2ad4}.icon-3:before{content:"\e905";color:#5d2ad4}.icon-1:before{content:"\e906";color:#5d2ad4}.icon-0:before{content:"\e907";color:#5d2ad4}.icon-8:before{content:"\e908";color:#5d2ad4}.icon-9:before{content:"\e909";color:#5d2ad4}.question-item h3 i.icon-0{font-size:8px;margin-left:8px;margin-right:3px}:root{--color-primary:#023561;--color-secondary:#5d2ad4;--color-tertiary:#88fa05;--color-accent1:#e5facd;--color-accent2:#a078ff;--color-accent3:#e5dcfa;--color-whit-bg:#FFFFFF;--color-card-bg:#F5F5F5;--color-border:#E0E0E0;--color-accent4:#124754;--color-overlay:rgba(2, 53, 97, 0.6);--color-text:#262626;--color-gray:#595959;--color-divider:#dfdfdf;--color-lightgray:#f2f2f2;--color-lightgray2:#f7f7f7;--color-white:#fff;--color-button-bg:#D32F2F;--color-button-text:#FFFFFF;--color-button-hover:#B71C1C}.tooltip,body{font-family:YekanBakhXVF,tahoma}tr,td,th{font-family:'YekanBakhXVF',tahoma}@supports (font-variation-settings:normal){body{font-family:'YekanBakhXVF',tahoma}}ins{text-decoration:none}html{background-color:var(--color-lightgray)}body{margin:0;font-size:16px;font-weight:400;line-height:36px;background-color:var(--color-lightgray)}section{padding-top:calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));width:100%;content-visibility:auto;contain-intrinsic-size:300px}.afralland-story-section{content-visibility:visible}.section-story{content-visibility:visible!important}.afra-WebStory-title{position:relative}.afralland-archive-content{content-visibility:auto}.section-space{height:50px}*{letter-spacing:0;box-sizing:border-box;font-family:'YekanBakhXVF',tahoma}h1{font-size:32px;font-weight:800;color:var(--color-primary)}h2{font-size:32px;font-weight:800;color:var(--color-primary)}h3{font-size:24px;font-weight:700;color:var(--color-primary)}h4{font-size:20px;font-weight:600;color:var(--color-primary)}h5{font-size:16px;font-weight:550;color:var(--color-primary)}h6{font-size:32px;font-weight:500;color:var(--color-primary)}a{cursor:pointer;font-family:'YekanBakhXVF',tahoma;-webkit-transition:0.5s ease;transition:0.5s ease;text-decoration:none;color:var(--color-secondary)}strong,b,bold{font-weight:725;font-size:16px;line-height:36px;letter-spacing:0%;text-align:right;color:var(--color-text)}li{font-weight:325;font-size:16px;line-height:36px;letter-spacing:0%;text-align:right;color:var(--color-primary)}img{max-width:100%;height:auto}button{cursor:pointer}input{padding:8px}input:focus{outline:none}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type="number"]{-moz-appearance:textfield}abbr{text-decoration:none}.pixel-bar{clip-path:polygon(0% 12px,6px 12px,6px 6px,12px 6px,12px 0%,calc(100% - 12px) 0%,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0% calc(100% - 12px));position:relative}.pixel-bar::after{border:0 solid var(--color-secondary);content:'';position:absolute;inset:0;z-index:-1;clip-path:polygon(0% 12px,6px 12px,6px 6px,12px 6px,12px 0%,calc(100% - 12px) 0%,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0% calc(100% - 12px))}.pixel-bar-top{clip-path:polygon(0% 12px,6px 12px,6px 6px,12px 6px,12px 0%,calc(100% - 12px) 0%,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% 100%,0% 100%);position:relative}.pixel-bar-top::after{border:0 solid var(--color-secondary);content:'';position:absolute;inset:0;background:#fff;z-index:-1;clip-path:polygon(0% 12px,6px 12px,6px 6px,12px 6px,12px 0%,calc(100% - 12px) 0%,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% 100%,0% 100%)}.pixel-bar-bottom{clip-path:polygon(0% 0%,100% 0%,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0% calc(100% - 12px));position:relative}.pixel-bar-bottom::after{border:0 solid var(--color-secondary);content:'';position:absolute;inset:0;z-index:-1;clip-path:polygon(0% 0%,100% 0%,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0% calc(100% - 12px))}.pixel-bar-left{clip-path:polygon(0% 12px,6px 12px,6px 6px,12px 6px,12px 0%,100% 0%,100% 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0% calc(100% - 12px));position:relative}.pixel-bar-left::after{border:0 solid var(--color-secondary);content:'';position:absolute;inset:0;background:#fff;z-index:-1;clip-path:polygon(0% 12px,6px 12px,6px 6px,12px 6px,12px 0%,100% 0%,100% 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0% calc(100% - 12px))}.pixel-bar-right{clip-path:polygon(0% 0%,calc(100% - 12px) 0%,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,0% 100%);position:relative}.pixel-bar-right::after{border:0 solid var(--color-secondary);content:'';position:absolute;inset:0;background:#fff;z-index:-1;clip-path:polygon(0% 0%,calc(100% - 12px) 0%,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,0% 100%)}.pixel-bar-left-bottom{clip-path:polygon(0% 0%,100% 0%,100% 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0% calc(100% - 12px));position:relative}.pixel-bar-left-bottom::after{border:0 solid var(--color-secondary);content:'';position:absolute;inset:0;background:#fff;z-index:-1;clip-path:polygon(0% 0%,100% 0%,100% 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0% calc(100% - 12px))}.pixel-bar-green{background:var(--color-tertiary)!important}.pixel-bar-blue{background:var(--color-accent2)!important}.pixel-bar-accent1{background:var(--color-accent1)!important}.pixel-bar-white::after{background:#fff!important}.pricelist-icon{max-width:69px}.content-text ul{list-style:none}.content-text ul li::before{width:10px;height:10px;content:"";background:var(--color-secondary);display:inline-flex;margin-left:5px;border-radius:100%}.afralland-ImageSlider-section .owl-carousel{display:flex}.afralland-ImageSlider-section .owl-carousel .banner-item,.afralland-ImageSlider-section .owl-carousel .slider-item-images{display:none}.afralland-ImageSlider-section .owl-carousel .banner-item:first-child,.afralland-ImageSlider-section .owl-carousel .slider-item-images:first-child{display:flex;width:100%}.afralland-ImageSlider-section .no-js .owl-carousel .banner-item,.afralland-ImageSlider-section .owl-carousel.owl-loaded .banner-item,.afralland-ImageSlider-section .no-js .owl-carousel .slider-item-images,.afralland-ImageSlider-section .owl-carousel.owl-loaded .slider-item-images{visibility:visible;display:flex!important}.afralland-image-link-slider-section .owl-carousel{display:flex}.afralland-image-link-slider-section .owl-carousel .image-link-slider-item{display:none}.afralland-image-link-slider-section .owl-carousel .image-link-slider-item:first-child{display:block;width:100%}.afralland-image-link-slider-section .no-js .owl-carousel .image-link-slider-item,.afralland-image-link-slider-section .owl-carousel.owl-loaded .image-link-slider-item{visibility:visible;display:block!important}.afralland-image-link-slider-section .carousel-block::after,.afralland-image-link-slider-section .carousel-block::before{display:none}.image-link-slider-link{display:block;width:100%;aspect-ratio:1440 / 420;overflow:hidden;background:var(--color-lightgray)}.image-link-slider-link img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:767px){.image-link-slider-link{aspect-ratio:16 / 9}.footer-bottom{grid-template-columns:1fr!important}#main-footer{padding-bottom:60px}}.madal-afraland{position:fixed;top:15px;left:50%;transform:translateX(-50%);z-index:999999;max-width:400px;width:100%;background:var(--color-lightgray);padding:15px;box-shadow:0 0 10px rgb(0 0 0 / .2);border-radius:8px;overflow-y:auto;bottom:15px;display:none}.overlay{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;z-index:9999;background:var(--color-overlay);height:100%}.rotate-180{transform:rotate(180deg);transition:all ease .03s}.overlay-hide{display:none}.caption,p{font-size:14px;font-weight:400;line-height:32px;color:var(--color-text)}.editor_signature{display:flex;align-items:center;margin:0;padding:15px;background:var(--color-accent3);color:var(--color-primary);position:relative;width:100%;box-sizing:border-box;gap:30px;margin-top:15px}.about-description p{color:var(--color-gray)}.wp-caption.aligncenter{max-width:100%}.editor_introduction{padding:30px;min-height:120px;border:1px solid var(--color-accent2);font-weight:325;font-size:16px;line-height:36px;letter-spacing:0%;text-align:right;color:var(--color-text)}.editor_signature::before{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/favicon.png);display:flex;width:56px;height:56px;min-width:56px;justify-content:center;align-items:center}.rating-question-icon{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/question.svg);display:flex}.editor_signature p{line-height:100%;font-size:20px!important;font-weight:325!important}blockquote{display:flex;align-items:center;margin:0;padding:15px;background:#d9ebff;color:var(--color-primary);position:relative;width:100%;box-sizing:border-box;justify-content:center;gap:30px}blockquote p{margin:0;font-size:20px!important;font-weight:325!important}blockquote::before{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/bloq.svg);display:flex;width:56px;height:56px;min-width:56px;justify-content:center;align-items:center}.afra-text-content{position:relative;display:flex;align-items:center;padding:15px;background:#d9ebff;color:var(--color-primary);width:100%;box-sizing:border-box;justify-content:center;gap:30px;margin-bottom:15px}.afra-text-content::before{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/msg1.svg);display:flex;width:56px;height:56px;min-width:56px;justify-content:center;align-items:center}.afra-text-content p{font-size:20px!important;font-weight:325!important;line-height:100%}.subtitle{font-size:12px;font-weight:400}.content-text,.content-text p{font-size:16px;font-weight:325;line-height:36px}.aligncenter{margin:0 auto}.d-flex{display:flex}.d-block{display:block}.d-none{display:none}.d-grid{display:grid}.d-inline-flex{display:inline-flex}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-align-items-center{align-items:center}.flex-align-items-end{align-items:end}.flex-justify-content-space-between{justify-content:space-between!important}.flex-justify-content-space-around{justify-content:space-around}.flex-justify-content-end{justify-content:end!important}.flex-justify-content-center{justify-content:center}.flex-dir-col{flex-direction:column}.flex-align-items-stretch{align-items:stretch}.grid-template-2{grid-template-columns:repeat(2,1fr)}.grid-template-3{grid-template-columns:repeat(3,1fr)}.grid-template-4{grid-template-columns:repeat(4,1fr)}.grid-template-5{grid-template-columns:repeat(5,1fr)}.grid-template-6{grid-template-columns:repeat(6,1fr)}.flex-wrap{flex-wrap:wrap}.height-20{height:20px!important}.gap-3{gap:3px}.gap-4{gap:4px}.gap-5{gap:5px}.gap-6{gap:6px}.gap-8{gap:8px}.p-12{padding:12px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-15{gap:15px}.gap-25{gap:25px}.gap-30{gap:30px}.gap-45{gap:45px}.gap-60{gap:60px}.text-center{text-align:center}@media (min-width:768px){.col-m-15{width:15%;flex:1 1 15%}.col-m-20{width:20%;flex:1 1 20%}.col-m-25{width:25%;flex:1 1 23%}.col-m-30{width:30%;flex:1 1 30%}.col-m-35{width:35%;flex:1 1 34%}.col-m-40{width:40%;flex:1 1 38%}.col-m-50{width:50%;flex:1 1 48%}.col-m-55{width:55%;flex:1 1 55%}.col-m-60{width:60%;flex:1 1 60%}.col-m-65{width:65%;flex:1 1 65%}.col-m-70{width:70%;flex:1 1 70%}.col-m-75{width:75%;flex:1 1 75%}.col-m-80{width:80%;flex:1 1 80%}.col-m-100{width:100%}.col-m-85{width:85%;flex:1 1 85%}.columns-2{grid-template-columns:repeat(2,1fr)}.columns-3{grid-template-columns:repeat(3,1fr)}.columns-4{grid-template-columns:repeat(4,1fr)}.columns-5{grid-template-columns:repeat(5,1fr)}.columns-6{grid-template-columns:repeat(6,1fr)}.columns-7{grid-template-columns:repeat(7,1fr)}.columns-8{grid-template-columns:repeat(8,1fr)}.columns-9{grid-template-columns:repeat(9,1fr)}}@media (max-width:767px){.col-s-15{width:15%}.col-s-25{width:25%}.col-s-30{width:30%}.col-s-40{width:40%}.col-s-50{width:50%}.col-s-60{width:60%}.col-s-70{width:70%}.col-s-75{width:75%}.col-s-100{width:100%}.col-s-85{width:85%}.col-s-100{width:100%}.m-col-2-autofit{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.m-col-2{grid-template-columns:repeat(2,1fr)}.m-col-3{grid-template-columns:repeat(3,1fr)}.m-col-4{grid-template-columns:repeat(4,1fr)}.m-col-5{grid-template-columns:repeat(5,1fr)}.m-col-6{grid-template-columns:repeat(6,1fr)}.m-col-7{grid-template-columns:repeat(7,1fr)}.m-col-8{grid-template-columns:repeat(8,1fr)}.m-col-9{grid-template-columns:repeat(9,1fr)}.m-columns-2{grid-template-columns:repeat(2,1fr)}.m-columns-3{grid-template-columns:repeat(3,1fr)}.m-columns-4{grid-template-columns:repeat(4,1fr)}.m-columns-5{grid-template-columns:repeat(5,1fr)}.m-columns-6{grid-template-columns:repeat(6,1fr)}.m-columns-7{grid-template-columns:repeat(7,1fr)}.m-columns-8{grid-template-columns:repeat(8,1fr)}.m-columns-9{grid-template-columns:repeat(9,1fr)}}.p-0{padding:0px!important}.p-l-15{padding-left:15px}.p-4{padding:4px}.p-8{padding:8px}.p-12{padding:12px}.p-15{padding:15px}.p-25{padding:25px}.p-30{padding:30px}.pl-8{padding-left:8px}.pr-8{padding-right:8px}.p-15{padding:15px}.m-4{margin:4px}.m-8{margin:8px}.border-1-200{border:1px solid var(--color-border)}.owl-stage{padding:0!important}.radius-15{border-radius:15px}.social-icon{width:24px;height:24px;background-repeat:no-repeat;background-position:center;display:block;background-size:contain}div:where(.swal2-container){z-index:9999999!important}.question2-icon{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/question2.svg);background:var(--color-tertiary);width:24px;height:24px;border-radius:100px}.top-arrow-green{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/top.svg);width:12px;height:12px;background-size:contain;background-position:center;background-repeat:no-repeat;transform:rotate(90deg);margin-top:-3px}.question-square{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/question-square.svg)}.question-square2{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/question-circle.svg)}.check-icon{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/check.svg);background:var(--color-tertiary);width:24px;height:24px;border-radius:100px}.attr_desc abbr::after{display:none}.star-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/star.svg);width:24px;height:24px;border-radius:100px;background-position:center;background-repeat:no-repeat}.times-icon{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/times.svg);background:#ff3830;width:24px;height:24px;border-radius:100px}.question-icon{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/question.svg)}.instagram-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/instagram.svg)}.aparat-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/aparat.svg)}.youtube-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/youtube.svg)}.telegram-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/telegram.svg)}.view-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/Union.svg);width:20px;height:16px;display:block;background-repeat:no-repeat;background-position:center}.express-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/truck.svg);width:32px;height:32px;display:block;background-repeat:no-repeat;background-position:center}.coin-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/coin.svg);width:32px;height:32px;display:block;background-repeat:no-repeat;background-position:center}.headphon-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/headphones.svg);width:32px;height:32px;display:block;background-repeat:no-repeat;background-position:center}.esalat-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/esalat.svg);width:32px;height:32px;display:block;background-repeat:no-repeat;background-position:center}.date-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/date.svg);width:14px;height:15px;display:block;background-repeat:no-repeat;background-position:center}.background-white{background-color:#fff}.relative{position:relative}.text-right{text-align:right}.text-left{text-align:left}.m-0{margin:0}.mb-0{margin-bottom:0}.mb-8{margin-bottom:8px}.mt-15{margin-top:15px}.mb-15{margin-bottom:15px}.mb-16{margin-bottom:16px}.mt-8{margin-top:8px}.pt-0{padding:0}.pt-8{padding-top:8px}.pb-8{padding-bottom:8px}.pt-15{padding-top:15px}.pb-15{padding-bottom:15px}.pr-15{padding-right:15px}.pl-15{padding-left:15px}.pt-25{padding-top:25px}.pb-25{padding-bottom:25px}.pt-30{padding-top:30px}.pb-30{padding-bottom:30px}.pt-40{padding-top:40px}.pb-40{padding-bottom:40px}.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.back-white{background:#FFF}.container{max-width:1366px;margin:0 auto;padding:0 15px}.vertical-line{width:1px;height:40px;background:var(--color-divider)}.horizontal-line{width:100%;height:1px;background:var(--color-lightgray);margin:12px 0}.section-about .square-icon{fill:#e8e8e8!important}.horizontal-line.line2{opacity:20%;margin:0}.square-icon{position:absolute;z-index:99}.square-icon.lightgray{fill:var(--color-lightgray);stroke:var(--color-lightgray)}.square-icon.primmary{fill:#01192e;stroke:#01192e}.square-icon.white{fill:var(--color-white);stroke:var(--color-white)}.square-icon.icon-top-left{top:-1px;left:-1px;transform:rotate(-90deg)}.square-icon.icon-top-right{top:-1px;right:-1px}.square-icon.icon-bottom-right{bottom:-1px;right:-1px;transform:rotate(90deg)}.square-icon.icon-bottom-left{bottom:-1px;left:-1px;transform:rotate(-180deg)}.square-shape{content:url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3C/svg%3E);width:12px;height:12px;position:absolute}.square-shape-4{content:""!important;display:inline-block;width:13px;height:13px;background-image:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_850_51512)'%3E%3Crect x='1' width='8' height='6' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_850_51512)'%3E%3Crect x='7' y='6' width='6' height='6' fill='white'/%3E%3C/g%3E%3Crect x='7' width='6' height='6' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_850_51512' x='0' y='0' width='9' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_850_51512' x='6' y='6' width='7' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.shape-primary{content:url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23023561%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23023561%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23023561%22/%3E%3C/svg%3E)}.shape-purple{content:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6' width='8' height='6' fill='%23e5dcfa'/%3E%3Crect x='6' width='6' height='6' fill='%23e5dcfa'/%3E%3Crect x='6' y='6' width='6' height='6' fill='%23e5dcfa'/%3E%3C/svg%3E")}.shape-white-border-green{content:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_850_51512)'%3E%3Crect x='1' width='8' height='6' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_850_51512)'%3E%3Crect x='7' y='6' width='6' height='6' fill='white'/%3E%3C/g%3E%3Crect x='7' width='6' height='6' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_850_51512' x='0' y='0' width='9' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_850_51512' x='6' y='6' width='7' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}.shape-white{content:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' width='8' height='6' fill='white'/%3E%3Crect x='7' y='6' width='6' height='6' fill='white'/%3E%3Crect x='7' width='6' height='6' fill='white'/%3E%3C/svg%3E")}.shape-gray{content:url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23E8E8E8%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23E8E8E8%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23E8E8E8%22/%3E%3C/svg%3E)}.shape-gray2{content:url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23e3e3e3%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23e3e3e3%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23e3e3e3%22/%3E%3C/svg%3E)}.shape-blue{content:url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%235d2ad4%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%235d2ad4%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%235d2ad4%22/%3E%3C/svg%3E)}.shape-navy-blue{content:url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%2301192e%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%2301192e%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%2301192e%22/%3E%3C/svg%3E)}.shape-accent2{content:url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20filter%3D%22url(%23filter0_d_1556_113036)%22%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3C/g%3E%3Cg%20filter%3D%22url(%23filter1_d_1556_113036)%22%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3C/g%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_d_1556_113036%22%20x%3D%220%22%20y%3D%226%22%20width%3D%229%22%20height%3D%227%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22/%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22/%3E%3CfeOffset%20dx%3D%22-1%22%20dy%3D%22-1%22/%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22/%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.629%200%200%200%200%200.47%200%200%200%200%201%200%200%200%201%200%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_1556_113036%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_1556_113036%22%20result%3D%22shape%22/%3E%3C/filter%3E%3Cfilter%20id%3D%22filter1_d_1556_113036%22%20x%3D%226%22%20y%3D%220%22%20width%3D%227%22%20height%3D%227%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22/%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22/%3E%3CfeOffset%20dx%3D%22-1%22%20dy%3D%22-1%22/%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22/%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.629%200%200%200%200%200.47%200%200%200%200%201%200%200%200%201%200%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_1556_113036%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_1556_113036%22%20result%3D%22shape%22/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}.shape-white-border{content:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_850_51512)'%3E%3Crect x='1' width='8' height='6' fill='%23ffffff'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_850_51512)'%3E%3Crect x='7' y='6' width='6' height='6' fill='%23ffffff'/%3E%3C/g%3E%3Crect x='7' width='6' height='6' fill='%23ffffff'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_850_51512' x='0' y='0' width='9' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_850_51512' x='6' y='6' width='7' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}.shape-gray-border{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/shape-gray-border.svg)}.square2{width:4px;height:4px;z-index:9;position:absolute}.square-blue{background-color:#5d2ad4}.square-blue2{background-color:#023461}.shape-1{position:absolute;right:-1px;bottom:-1px}.shape-2{position:absolute;left:-1px;bottom:-1px;transform:rotate(90deg)}.shape-3{position:absolute;left:-1px;top:-1px;transform:rotate(180deg)}.shape-4{position:absolute;right:-1px;top:-1px;transform:rotate(-90deg)}.contact-item .square-shape-top-right{box-shadow:-1px 1px 0 0 #023461}.contact-item .square-shape-top-left{box-shadow:0 0 0 0 #023461}.h-40{height:40px!important}.h-30{height:30px!important}.h-80{height:80px!important}.h-16{height:16px!important}.h-12{height:12px}.h-1{height:1px}.contact-item .square-shape-bottom-left{box-shadow:1px -1px 0 0 #023461}.contact-item .square-shape-bottom-right{box-shadow:0 0 0 0 #023461}.bg-white{background-color:var(--color-whit-bg)}.shape1{right:-1px;bottom:-1px;z-index:9;transform:rotate(90deg)}.shape2{left:-1px;bottom:-1px;transform:rotate(180deg)}.shape3{right:-1px;top:-1px;z-index:9}.shape4{left:-1px;top:-1px;transform:rotate(-90deg)}.shape-lightgray{content:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_850_51512)'%3E%3Crect x='1' width='8' height='6' fill='%23f2f2f2'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_850_51512)'%3E%3Crect x='7' y='6' width='6' height='6' fill='%23f2f2f2'/%3E%3C/g%3E%3Crect x='7' width='6' height='6' fill='%23f2f2f2'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_850_51512' x='0' y='0' width='9' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_850_51512' x='6' y='6' width='7' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}.square-shape-top-right{top:0;right:0;border-right:none;border-bottom:none;box-shadow:-1px 1px 0 0 var(--color-accent2)}.square-shape-top-left{top:0;left:0;border-right:none;border-bottom:none;box-shadow:0 0 0 0 var(--color-accent2)}.square-shape-bottom-left{bottom:0;left:0;border-right:none;border-bottom:none;box-shadow:1px -1px 0 0 var(--color-accent2)}.square-shape-bottom-right{bottom:0;right:0;border-right:none;border-bottom:none;box-shadow:0 0 0 0 var(--color-accent2)}.square-shape1{right:-1px;bottom:-1px;z-index:9}.square-shape2{left:-1px;bottom:-1px;transform:rotate(90deg);z-index:9}.square-shape3{right:-1px;top:-1px;transform:rotate(-90deg);z-index:9}.square-shape4{left:-1px;top:-1px;transform:rotate(180deg);z-index:9}.content-text h1,.content-text h2,.content-text h3,.content-text h4,.content-text h5,.content-text h6{color:var(--color-text)}.header-top{background-color:var(--color-whit-bg);padding-right:20px;padding-left:20px}.afralland-logo img{display:block;width:125px;height:40px}.search-box{background-color:var(--color-lightgray)}.search-box input{width:100%;background:var(--color-lightgray);border:0}.search-box input{width:100%;background:var(--color-lightgray);border:0;font-weight:325;font-size:14px;line-height:100%;letter-spacing:0%;text-align:right;color:var(--color-gray)}.search-box{background-color:var(--color-lightgray);padding:4px 10px}.search-box::before{content:'';display:inline-block;width:20px;height:20px;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20opacity%3D%220.5%22%3E%3Cpath%20d%3D%22M4%200H12V2H4V0ZM2%204V2H4V4H2ZM2%2012H0V4H2V12ZM4%2014H2V12H4V14ZM12%2014V16H4V14H12ZM14%2012H12V14H14V16H16V18H18V20H20V18H18V16H16V14H14V12ZM14%204H16V12H14V4ZM14%204V2H12V4H14Z%22%20fill%3D%22%23595959%22/%3E%3C/g%3E%3C/svg%3E);background-size:contain;background-repeat:no-repeat}.afralland-search .search-results{box-shadow:0 -4px 8px 0 #0000001F;background:var(--color-whit-bg);position:absolute;right:0;left:0;top:calc(100% + 6px);z-index:9;max-height:500px;overflow-y:auto}.search-result-list{list-style:none;margin:0}.search-category a{background:var(--color-accent1);font-weight:600;font-size:14px;line-height:100%;letter-spacing:0%;text-align:right;color:var(--color-primary)}.search-product-item{margin-bottom:8px}.search-result-list .product-info .product-title{font-weight:600;font-size:14px;line-height:100%;letter-spacing:0%;text-align:right;color:var(--color-primary)}.search-product-item .unstock-text{font-weight:600;font-size:14px;line-height:100%;letter-spacing:0%;text-align:right;width:100%;color:var(--color-primary);padding-top:8px}.search-product-item .unstock-text{background:unset}.search-product-item .product-thumb img{max-height:56px;width:auto}.search-result-list .product-price span bdi{font-weight:450;font-size:12px;line-height:100%;letter-spacing:0%;color:var(--color-primary)}.search-result-list .product-thumb{max-width:75px;max-height:56px}.search-more-btn{margin-right:15px;margin-left:15px;margin-bottom:15px}.search-more-btn a::after{background:var(--color-accent3)!important;border-color:var(--color-accent2)!important}.close-search{cursor:pointer}#top-menu ul.menu,#main-menu ul.menu{margin:0;padding:0}#top-menu ul.menu{float:left}#top-menu ul.menu li a,#main-menu ul.menu li a{padding:8px;color:var(--color-gray);font-weight:325;font-size:12px;line-height:100%;letter-spacing:0%;text-align:right;vertical-align:middle}.afralland-top-menu ul li a{display:block;min-width:max-content}#top-menu ul.menu li,#main-menu ul.menu li{list-style:none;font-size:12px;width:;font-weight:325}.link-box .box-inner{font-size:14px;font-weight:325;border:1px solid var(--color-secondary);padding:7px 18px;height:40px;display:flex;align-items:center;background:var(--color-secondary);color:var(--color-secondary);position:relative;clip-path:polygon(0% 6px,6px 6px,6px 0%,calc(100% - 6px) 0%,calc(100% - 6px) 6px,100% 6px,100% calc(100% - 6px),calc(100% - 6px) calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,6px calc(100% - 6px),0% calc(100% - 6px));width:100%;box-sizing:border-box;justify-content:center;min-width:150px}.link-box .box-inner::after{border:0 solid var(--color-secondary);content:'';position:absolute;inset:0;background:#fff;z-index:-1;clip-path:polygon(0% 6px,6px 6px,6px 0%,calc(100% - 6px) 0%,calc(100% - 6px) 6px,100% 6px,100% calc(100% - 6px),calc(100% - 6px) calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,6px calc(100% - 6px),0% calc(100% - 6px))}.link-box .box-inner:hover::after{background:var(--color-accent3)}.header-wrapper{z-index:99999}.header-bottom{background-color:var(--color-primary);padding-right:25px;padding-left:25px}.product-discount{position:absolute;bottom:12px;left:0;font-size:12px;font-weight:450;line-height:100%;background:#d32f2f;color:#fff;width:37px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:12px}#main-menu ul.menu>li>a span{color:var(--color-white)}#main-menu ul.menu li a:hover{color:var(--color-tertiary)}.mega-menu li a{color:var(--color-gray)!important}.mega-menu{position:absolute;width:100%;right:0;z-index:99999;top:100%;padding-top:4px;display:none}.mega-section{box-shadow:0 8px 8px 0 #0000001f;background:var(--color-whit-bg);position:relative;z-index:10000}.mega-header{background:var(--color-lightgray);padding-right:30px;padding-left:30px}.mega-header span.menu-title{font-size:24px;font-weight:725;line-height:100%;color:var(--color-primary)}.section-title span{font-size:14px;font-weight:325;line-height:100%;color:var(--color-gray)}.brand-items{padding:0}.mega-body .group{max-width:50%}.brand-items li{max-width:80px;width:80px}.brand-items li a{background:var(--color-lightgray);padding:4px!important;transition:all}.brand-items li a:hover{background:var(--color-accent3)}.brand-items li a:hover .brand-img svg{fill:var(--color-accent3);stroke:var(--color-accent3)}.brand-items li a span{display:flex;flex-direction:column;text-align:center}.brand-items li a span b{text-align:center;font-size:12px;line-height:20px}.brand-items li .brand-img{background:var(--color-whit-bg);width:100%}.brand-items li .brand-img img{width:auto;margin:0 auto;display:block;height:revert-layer}.header-button a:hover{color:var(--color-accent2);stroke:var(--color-accent2)}.header-button a{width:58px;height:19px;color:var(--color-tertiary);display:flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:325}.cart-box>a::after{content:attr(data-count);background:#FF2B2B;color:#fff;border-radius:50%;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0%;text-align:right;width:20px;height:20px;position:absolute;top:-10px;left:-10px;display:flex;align-items:center;justify-content:center}#mini-cart-box .product-discount{bottom:unset;top:7px}#mini-cart-box .quantity.custom-quantity .box-inner{min-width:0!important;width:auto}.custom-quantity .box-inner{background:#fff!important;border:0!important}#mini-cart-box .qty{width:40px;max-width:40px;max-height:29px;background:var(--color-whit-bg);border:0;text-align:center}#mini-cart-box .quantity.custom-quantity .box-inner::after{background:var(--color-whit-bg)!important}#mini-cart-box .qty-btn{border:0;background:var(--color-whit-bg);display:flex;align-items:center;justify-content:center}.product-pricing{display:flex;flex-direction:column}.product-pricing del bdi{font-size:12px}.product-pricing del{padding-left:20px}#mini-cart-box{position:absolute;left:-25px;z-index:10;width:360px;top:100%;display:none;padding-top:22px}.mini-cart-content{box-shadow:0 4px 18px 8px #00000026;background:var(--color-whit-bg);max-height:450px;overflow-y:auto}.minicart-footer{position:sticky;bottom:-8px;right:0;left:0;background:#fff}#mini-cart-box .remove.remove_from_cart_button{position:absolute;left:3px;top:0;font-size:22px}.cart-box:hover .mini-cart-box{display:block!important}#mini-cart-box .cart-item{background:var(--color-card-bg);grid-template-columns:1fr 2fr}#mini-cart-box .product-info{flex:1 1 50%}#mini-cart-box .quantity-controls{border:0!important;background:unset!important}#mini-cart-box .product-title{display:block;font-weight:600;font-size:16px;line-height:32px;letter-spacing:0%;text-align:right;color:var(--color-primary)}#mini-cart-box .product-subtitle{font-weight:325;font-size:12px;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle;color:var(--color-gray)}.product-pricing span bdi{font-weight:450;font-size:16px;line-height:100%;letter-spacing:0%;color:var(--color-primary)}.product-pricing{text-align:left;flex:1 1 100%;margin-top:10px}.quantity-controls button{border:none;background:#fff;font-size:18px;margin:0 5px;cursor:pointer;display:flex;align-items:center}.product-image img{display:block}.checkout-button{text-align:center}.quantity-controls{justify-content:space-between!important}.cart-total>span{font-weight:325;font-size:12px;line-height:100%;letter-spacing:0%;text-align:right;margin-bottom:8px}.cart-total span bdi{font-weight:725;font-size:18px;line-height:100%;letter-spacing:0%;color:var(--color-primary)}.checkout-button .box-inner::after{background:var(--color-secondary)!important}.checkout-button a{color:#fff!important}afralland-ImageSlider-section .banner-sescription{max-width:339px}.navs{position:absolute;right:0;left:0;margin:0 auto;max-width:160px;height:35px;bottom:0;z-index:9;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 15px;padding-top:7px}.afralland-ImageSlider-section .carousel-block::after,.afralland-ImageSlider-section .carousel-block::before{display:none}.nav-btn{display:flex!important;align-items:center;cursor:pointer}.dots{display:flex;align-items:center}.dot-item{width:4px;height:4px;background-color:var(--color-divider);border-radius:0;margin:0 4px;border:none;cursor:pointer;padding:0}.dot-item.active{background-color:var(--color-secondary)}.nav-buttons{position:absolute;top:50%;display:flex;justify-content:center;transform:translateY(-50%);z-index:10;align-items:center;background:#fff;border-radius:100%;width:32px;height:32px;box-shadow:0 4px 4px 0 #00000026;cursor:pointer;border:0}.nav-buttons.next-btn{left:0}.nav-buttons.prev-btn{right:0}.carousel-block.no-after::after{display:none!important}.carousel-block.has-before::before{background:linear-gradient(90deg,#fff0 0%,#f2f2f2 100%);content:"";width:80px;position:absolute;right:0;top:0;height:100%;z-index:9}.section-sales .carousel-block.has-before::before{background:linear-gradient(90deg,#fff0 0%,#e5dcfa 100%)!important}.carousel-section.section-sales .section-wrapper.pixel-bar::after{background:var(--color-accent3)!important}.afralland-producr-categories{background:linear-gradient(180deg,#e3e3e3 0%,#fff0 100%)}.afra-icon{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/favicon.svg);width:40px;height:40px;display:block;background-size:contain;background-position:center;background-repeat:no-repeat}.addational-icon{background:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/addational.svg);width:40px;height:40px;display:block}.naghd-icon{background:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/naghd.svg);width:40px;height:40px;display:block}.bnr-back{position:absolute;right:0;left:0;top:0;bottom:0;width:100%}.svg-bnr{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/back-imageslider.svg);background-position:center;background-repeat:no-repeat;background-size:cover}.svg-bnr2{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/bnr-back2.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.afra-section-title .title-text{margin:0;font-size:24px;color:var(--color-primary)}.category-title{position:absolute;right:0;bottom:0;z-index:9;width:100%;padding:8px 15px}.afralland-producr-categories .icon-top-right,.afralland-producr-categories .icon-top-left{fill:#e3e3e3!important;stroke:#e3e3e3!important}.image-category::before{content:"";background:linear-gradient(90deg,#fff0 49.53%,#012747 100%);width:100%;height:100%;position:absolute;right:0;bottom:0}.image-category{width:100%;height:180px;display:block;background-size:cover;background-position:center;background-repeat:no-repeat}.overlay-hover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;z-index:9;background:var(--color-overlay);transition:1s}.hover1:hover .overlay-hover{width:100%;height:100%}.category-title .title-text{color:var(--color-tertiary);font-size:16px;font-weight:600;margin:0;line-height:100%}.category-title .subtitle{color:var(--color-divider)}.afra-section-title{padding-bottom:25px}.brand-item{background:#fff;padding:25px;border-radius:15px;display:flex;align-items:center;justify-content:center;width:153px;height:104px;gap:4px;min-width:max-content;color:var(--color-primary)}.heade-brand img{width:auto;max-width:119px;max-height:56px}.brand-item img{max-width:69px;max-height:32px;width:auto}.brand-item .font-icons{margin-top:-3px}.rank-product{position:absolute;width:auto;height:40px;right:0;left:0;margin:0 auto;top:0;max-width:58px;background-position:center;background-repeat:no-repeat}.rank-product.no_top{margin:0;right:43px;left:calc(100% - 102px)}.section-space.space-has-before::before{content:"";width:100%;height:1px;background:var(--color-divider);position:absolute;top:50%}.section-sales .section-wrapper{padding:15px}.section-sales .section-wrapper{background:var(--color-accent3);border:1px solid var(--color-accent2)}.card-item{padding:4px;background:var(--color-whit-bg);border:1px solid var(--color-lightgray)}.card-item .features{padding-bottom:15px!important}.card-title{padding:0 4px}.card-footer .features{padding:0 4px}.card-image img{height:auto}.card-metadata{border-right:1px solid var(--color-lightgray);padding-right:8px}.card-title .cart-title-text{font-size:14px;line-height:26px;font-weight:450;color:var(--color-secondary);min-height:52px}.card-price{background:var(--color-lightgray2);padding:2px 8px;margin-top:0}.price-text{font-size:10px;font-weight:150;color:var(--color-gray);min-width:max-content}.card-price.variable>.woocommerce-Price-amount.amount{flex-direction:row!important;align-items:center;font-size:12px;font-weight:150}.card-price.variable>.woocommerce-Price-amount.amount .woocommerce-Price-amount.amount:first-child .woocommerce-Price-currencySymbol{display:none}.call-us-card{font-weight:725;font-size:12px;line-height:100%;letter-spacing:0%;color:var(--color-primary)}.unstock-card{font-weight:725;font-size:12px;line-height:100%;letter-spacing:0%;color:var(--color-gray)}.woocommerce-Price-currencySymbol{font-size:0;content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/toman.svg);background-repeat:no-repeat;margin-right:5px}.compare-product{position:absolute;right:8px;background:#F7F7F7B2;border:1px solid var(--color-lightgray);padding:6px;width:32px;height:32px;cursor:pointer}.card-item:hover .card-price{background:var(--color-accent1)}.compare-product svg path{fill:var(--color-secondary)}.flag-product{width:20px;height:20px;position:absolute;left:8px;display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%;top:8px;font-size:20px}.flag-product img{max-width:24PX!important;max-height:24PX!important;width:24px!important;height:24px!important}.features .feture-item .feature-title{font-size:10px;line-height:100%;font-weight:150;color:var(--color-gray)}.card-horizontal .feture-item{padding-left:4px}.features .feture-item .feature-value{font-size:10px;font-weight:450;line-height:100%;color:var(--color-primary)}.carousel-block::after{content:"";width:80px;height:100%;background:linear-gradient(90deg,#e5dcfa 0%,#fff0100%);position:absolute;left:0;top:0}.carousel-box .carousel-block::after{background:linear-gradient(90deg,#f2f2f2 0%,#fff0100%)}.product-per-order{background:#fff;padding:15px}.level-item::after{background:#fff}.orderby-item{background:var(--color-accent1);border:1px solid var(--color-tertiary);padding:12px;min-height:64px}.orderby-item.all{font-weight:725;font-size:18px;line-height:100%;letter-spacing:0%;text-align:center;color:var(--color-secondary)}.orderby-item:hover{background:#fff}.orderby-item:hover::after{background:#fff!important}.orderby-item img{width:auto;max-width:69px;max-height:32px}.orderby-item::after{background:var(--color-accent1)}.font-icons .icon-0::before{font-size:7px}.orderby-inner .orderby-item:last-child:nth-child(odd){grid-column:span 2}.font-icons{gap:2px}.product-per-order-title{padding-bottom:15px}.orderby-item .font-icons{margin-top:-6px}.card-price .woocommerce-Price-amount.amount{display:flex;flex-direction:column-reverse;gap:5px;align-items:end;position:relative}.card-price.simple .woocommerce-Price-amount.amount{width:100%;min-width:max-content}.card-price del bdi{font-size:12px!important;font-weight:150!important;line-height:100%!important;color:var(--color-gray)!important}.card-price .product-discount{position:absolute;right:0;width:34px;height:20px;border-radius:12px;background:#D32F2F;color:var(--color-white);font-weight:450;font-size:12px;line-height:16px;letter-spacing:0%;display:flex;justify-content:center;align-items:center;top:calc(50% - 10PX)}.compare-product:hover{width:32px;height:32px;border:1px solid var(--color-accent2);background:var(--color-accent3)}.card-price del bdi .woocommerce-Price-currencySymbol{display:none}.card-price ins{text-decoration:none}.card-price ins bdi,.card-price .woocommerce-Price-amount.amount>bdi{font-size:12px;font-weight:450;line-height:100%;color:var(--color-primary);display:flex;align-items:center}.button.more{color:var(--color-secondary);font-size:14px;font-weight:325;line-height:100%}.icon{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/cat-icon.svg)}.icon-phone2{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/phone1.svg)}.icon-mail{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/mail.svg)}.icon-location{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/location.svg)}.icon-bad{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/bad.svg)}.icon-weak{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/weak.svg)}.icon-natural{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/natural.svg)}.icon-well{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/well.svg)}.icon-excelent{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/excelent.svg)}.icon-star-fill{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/star-fill.svg)}.icon-star-vacant{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/star-vacant.svg)}.icon-user{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/user-icon.svg)}.icon-timeline{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/timeline-squere.svg)}.section-product-tabs .section-inner{background:#f7f7f7;padding:30px 0}.section-product-tabs .tabs{border-bottom:1px solid var(--color-divider);position:relative;overflow-x:auto;overflow-y:hidden;padding-bottom:8px}.section-product-tabs .tabs::after{position:absolute;top:100%;left:52%;transform:translateX(-50%);width:100vw;height:1px;background:var(--color-divider);pointer-events:none;z-index:0}.section-product-tabs .tabs .tab-item{padding:12px;background:var(--color-lightgray);font-size:18px;border:0;font-weight:600;cursor:pointer;color:var(--color-gray);filter:grayscale()}.active-tab{border:1px solid var(--color-secondary)!important;background:var(--color-accent3)!important;border-bottom:4px solid var(--color-secondary)!important;color:var(--color-primary)!important;filter:unset!important}.tab-item.active-tab::after{top:-2px;left:-2px;border-right:none;border-bottom:none;box-shadow:1px 1px 0 0 var(--color-secondary);content:"";position:absolute;width:6px;height:6px;z-index:99;background:var(--color-lightgray)}.tab-item.active-tab::before{top:-2px;right:-2px;box-shadow:-1px 1px 0 0 var(--color-secondary);content:"";position:absolute;width:6px;height:6px;z-index:99;background:var(--color-lightgray)}.tab-content{display:none;content-visibility:auto;contain-intrinsic-size:500px}.tab-content.active{display:block}.compare-item{background:conic-gradient(from 180deg at 50% 22.18%,#023561 0deg,#5D2AD4 360deg);display:block;margin:0 auto}.compare-thumbs .compare-vs{width:64px;height:64px;background:rgb(229 220 250 / .3);border:1px solid var(--color-accent2);border-radius:100%;padding:8px;position:absolute;right:0;left:0;margin:0 auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center}.compare-thumbs .compare-vs svg{width:36px;height:16px}.compare-thumbs{height:150px;padding:15px;justify-content:center;position:relative;gap:40px}.compare-title{color:var(--color-white);font-size:14px;font-weight:450;line-height:100%;text-align:center;justify-content:center;gap:5px;padding:15px}.compare-item.space .thumb.thumb1{margin-bottom:-40px}.banner-item::after{background:background:linear-gradient(180deg,#02427a 0%,#01192e 100%);background:linear-gradient(180deg,#02427a 0%,#01192e 100%)!important}.compare-item.space .thumb.thumb2{margin-top:-40px}.compare-title svg{stroke:var(--color-white)}.banner-item{background:linear-gradient(180deg,#02427a 0%,#01192e 100%);padding:15px 20px;min-height:236px}.afralland-ImageSlider-section .banner-item{min-height:400px}.banner-sescription,.banner-img{position:relative;z-index:1}.bnr-back1{content:"";width:50%;position:absolute;left:0;bottom:0;z-index:0;height:125px}.bnr-back2{content:"";width:50%;position:absolute;right:0;bottom:0;z-index:0;height:125px}.banner-subtitle{font-size:14px;font-weight:150;margin:0;line-height:100%;color:var(--color-divider);width:100%;gap:8px}.small-line{height:16px!important;opacity:30%}.section-banners.home .columns-2 .banner-title{font-size:32px}.banner-subtitle img{max-width:37px;max-height:16px}.banner-title{font-size:32px;font-weight:725;color:var(--color-white);line-height:50px;margin:0}.section-banners .banner-title{font-size:20px}.banner-link .box-inner{background:var(--color-tertiary);border-color:var(--color-tertiary)}.banner-link .box-inner::after{background:var(--color-tertiary)}.banner-sescription{align-items:start;padding-left:15px;justify-content:center!important}.banner-img img{width:auto!important;height:auto;margin:0 auto;display:block}.section-banners .banner-sescription{padding-right:0}.slider-item-images{min-height:352px;width:auto;display:table;margin:0 auto;position:relative;padding:15px}.banner-img{position:relative}.banner-img::before{content:"";background:var(--color-secondary);width:299px;height:350px;display:block;border-radius:150px;backdrop-filter:blur(83px);-webkit-backdrop-filter:blur(83px);position:absolute;filter:blur(41.25px);right:0;left:0;margin:0 auto;z-index:-1;top:0;max-height:100%;max-width:100%}.item-image{display:table;margin:0 auto;position:relative}.item-image::after{content:"";background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/Star-4.svg);width:80px;height:80px;display:block;z-index:9;position:absolute;top:-30px;background-position:center;background-size:contain;left:-35px;animation:rotateStar 4s linear infinite}@keyframes rotateStar{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.warning-text>*{font-weight:725;font-size:20px;line-height:100%;letter-spacing:0%;text-align:right}.warning-text p{font-weight:325;font-size:16px;line-height:36px;letter-spacing:0%;text-align:right}.info-content{background:#FFE2D1}.card-blog-bg{width:100%;height:410px;background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center}.card-blog-bg::after{content:"";background:linear-gradient(180deg,#fff0 0%,#012747 100%);width:100%;height:100%;position:absolute;right:0;bottom:0}.card-blog-title{position:absolute;bottom:0;right:0;padding:15px}.card-blog-title:hover .title-text{color:var(--color-accent2)}.card-blog-title .title-text{color:var(--color-tertiary);font-size:16px;font-weight:600;margin-top:5px;line-height:32px;margin-bottom:0}.card-blog-cat{padding:7px 10px;width:48px;color:#fff;font-size:12px;font-weight:325;line-height:100%;display:flex;justify-content:center;align-items:center;min-width:fit-content;box-sizing:border-box;background:rgb(229 250 205 / .2);border:1px solid rgb(136 250 5 / .1);backdrop-filter:blur(6px);border-radius:12px}.card-blog-view{color:var(--color-accent2);font-size:16px;font-weight:450}.section-videos{background:#f7f7f7}.play-icon{border:3px solid var(--color-accent2);width:56px;height:56px;display:flex;justify-content:center;align-items:center;border-radius:100%;background:var(--color-secondary);position:relative;z-index:9}.blog-item{background:var(--color-whit-bg);display:block}.blog-item.horizontal-item{display:flex}.blog-section .carousel-block::after{display:none}.card-footer .title-text,.card-footer .title-text a{font-size:16px;font-weight:600;line-height:32px;color:var(--color-primary);min-height:64px}.card-cat{background:var(--color-accent1);color:var(--color-secondary);border:1px solid var(--color-tertiary);width:78px;height:24px;border-radius:12px;font-size:12px;font-weight:325;display:flex;line-height:20px;-webkit-align-items:center;align-items:center;justify-content:center;min-width:max-content;padding:0 5px}.card-date{font-size:12px;font-weight:325;line-height:100%;color:var(--color-gray)}.card-date i{margin-top:-3px}.section-about .section-wrapper{background-image:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/Frame-6.svg);background-size:cover;padding:25px;background-color:var(--color-accent1)}.buy-level-section,.section-about{background:#e8e8e8}.afra-section-title .subtitle{font-size:18px;font-weight:325;line-height:100%;color:var(--color-gray)}.icon-phone{content:url(https://afralland.com/wp-content/themes/afralland/assets/front/img/call-icon1.svg)}.level-icon{width:104px;height:104px;background:var(--color-accent3);display:flex;justify-content:center;align-items:center}.level-item{background:#fff;padding:60px;position:relative;padding-top:119px;max-width:400px;max-height:400px;border:1px solid var(--color-accent2)}.level-item>svg{fill:#e8e8e8!important;stroke:#e8e8e8!important}.level-icon{width:104px;height:104px;background:var(--color-accent3);display:flex;justify-content:center;align-items:center;position:absolute;top:0}.level-icon.pixel-bar-bottom::after{background:var(--color-accent3)}.call-title{font-size:20px;font-weight:875;line-height:36px;text-align:center;color:var(--color-primary)}.call-text{font-size:14px;font-weight:325;text-align:center;line-height:28px;color:var(--color-gray)}.level-pic{width:176px;height:56px;background-position:center;background-size:cover;background-repeat:no-repeat}.num-icon{position:absolute;bottom:15px;left:10px;color:var(--color-secondary);width:13px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;right:10px;margin:0 auto}.about-image img{margin:0 auto;display:block}.about-title{color:var(--color-primary)}.about-description .hilight{color:var(--color-secondary);margin-right:4px}.about-actions .link-box a::before,.about-actions .link-box a::after,.about-actions .link-box::before,.about-actions link-box::after,.about-actions .link-box::after{background:var(--color-accent1)}.link-about{color:var(--color-white)!important}.link-about::after,.primary-link::after{background:var(--color-primary)!important}.link-warranty,.primary-link{color:var(--color-white)!important}.link-warranty::after{background:var(--color-secondary)!important}.express{background:var(--color-accent2)!important;width:32px!important;height:32px!important;min-width:32px!important;padding:0!important}.express::after{background:var(--color-accent2)!important}.foot-features{background:var(--color-secondary);padding:15px}.marquee-carousel{overflow:hidden;width:100%;margin:0 auto;direction:ltr;position:relative}.marquee-track{display:flex;width:max-content;min-width:200%;animation:marquee 40s linear infinite}.foot-features .feature-item{min-width:250px;flex-direction:row-reverse}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.feture-text{font-size:16px;line-height:100%;font-weight:600;color:var(--color-white)}#main-footer{background:linear-gradient(180deg,#02427a 0%,#01192e 100%);position:relative}#main-footer::after{content:"";width:100%;height:145px;position:absolute;display:block;z-index:9;bottom:98px;background-repeat:no-repeat;right:0;background-size:cover}.foot-logo img{width:150px}.afralland-enemad{width:100%;display:block;padding:35px;position:relative;z-index:10}.afralland-enemad img{margin:0 auto;display:block}.socials{flex-wrap:wrap}.social-item{background:var(--color-primary);width:48px;height:48px;display:flex;justify-content:center;align-items:center;border-radius:12px}.social-item:hover svg path{fill:var(--color-tertiary)!important}.footer-links ul{padding:0;list-style:none}.link-items li a{color:var(--color-tertiary);font-size:14px;font-weight:325;line-height:100%}.link-items li a:hover{color:var(--color-accent2)}.contact-item.link-box .box-inner:hover::after{background:var(--color-whit-bg);opacity:.1}.footer-links ul{padding:0;margin:0;list-style:none}.footer-bottom{padding-top:15px;padding-bottom:15px;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(0,1.6fr)}.footer-links-head{color:var(--color-divider);font-size:14px;line-height:100%;font-weight:325;display:block;margin-bottom:25px}.contact-item{margin-bottom:15px}.contact-item.link-box .box-inner{display:flex;font-size:14px;font-weight:325;color:var(--color-tertiary);height:auto!important;align-items:center;background:var(--color-accent4);border:3px solid var(--color-accent4);gap:8px;justify-content:start}.contact-item.link-box .box-inner::after{background:var(--color-accent4)}.foot-features-inner{position:relative}.footer-links.adress-box .footer-timework{color:#fff;font-size:14px;font-weight:150;line-height:100%}.copyright,.copyright p{font-size:14px;font-weight:1;color:var(--color-divider);text-align:center;padding:15px}.marquee-carousel::after{content:"";width:80px;height:100%;background:linear-gradient(270deg,#fff0 0%,#5d2ad4 100%);display:block;position:absolute;left:0;top:0}.marquee-carousel::before{content:"";width:80px;height:100%;background:linear-gradient(270deg,#5d2ad4 0%,#fff0 100%);display:block;position:absolute;right:0;z-index:9;top:0}#main-footer .horizontal-line{background:var(--color-accent2)}.afra-consultant-item{background:var(--color-primary);min-height:152px;padding:15px}.afra-consultant-img{width:60px;height:60px;border-radius:32px;background-size:cover;background-position:center -3px;border:2px solid var(--color-secondary)}.afra-consultant-name{font-size:16px;font-weight:600;color:#fff;line-height:100%;margin:0}.sticky-side .afra-number-text,.sidebar-content .afra-number-text{color:#fff}.afra-consultant-duty{font-size:12px;font-weight:150;color:var(--color-lightgray);line-height:100%;margin:0}.afra-onsultant-number::after{background:var(--color-tertiary)!important;border-color:var(--color-tertiary)!important}.afra-consultant-whatsapp{background:var(--color-tertiary)!important;border-color:var(--color-tertiary)!important;min-width:min-content!important;gap:8px}.afra-consultant-whatsapp::after{background:var(--color-primary)!important}.afra-consultant-phone::after{background:var(--color-tertiary)!important}.afra-consultant-whatsapp,.afra-consultant-phone{background:var(--color-tertiary)!important;border-color:var(--color-tertiary)!important;padding:5px!important}.call-box .afra-consultant-action .link-box a{padding:10px;font-size:12px}.call-box .consultant-information{width:100%!important;}.call-box .afra-consultant-action .link-box .box-inner{min-width:min-content!important;font-size:12px!important;width:100%!important;display:flex;gap:4px}.call-box .afra-consultant-action .link-box{width:100%;min-width:fit-content}.afra-consultant-bale::after{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)!important}.afra-consultant-bale{border:1px solid #128c7e!important;background:#128c7e!important;min-width:auto!important}.afra-consultant-action>.link-box{width:100%}.afra-consultant-bale svg path{fill:#fff}.afra-consultant-head{margin-bottom:10px}.afra-single-counseling .afra-onsultant-number svg path{fill:var(--color-secondary)}.carousel-section .afra-onsultant-number{min-width:unset}.afra-side-item .navs{position:static;background:unset!important;width:100%;max-width:100%!important;padding:0!important;margin-top:8px}.afra-side-item .dot-item{width:40px!important}.soon-notify-action{margin-top:12px}.afra-soon-notify-button{width:100%;border:0;cursor:pointer;color:var(--color-primary);background:var(--color-secondary);font-size:14px;font-weight:725;min-width:unset!important}.afra-soon-notify-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;background:rgb(0 0 0 / .55);padding:15px}.afra-soon-notify-modal.open{display:flex}.afra-soon-notify-dialog{position:relative;width:100%;max-width:420px;background:#fff;padding:24px;border-radius:8px;border:0!important;background:unset!important;height:auto!important;display:block!important}.afra-soon-notify-dialog h3{margin:0 0 10px;color:var(--color-primary)}.afra-soon-notify-dialog p{margin:0 0 16px;color:var(--color-text);font-size:14px}.afra-soon-notify-close{position:absolute;top:10px;left:10px;border:0;background:#fff0;font-size:24px;cursor:pointer}.afra-soon-notify-form{display:grid;gap:10px}.afra-soon-notify-form input{width:100%;border:1px solid var(--color-divider);padding:12px;border-radius:6px;direction:ltr;text-align:left}.afra-soon-notify-form button{border:0;border-radius:6px;padding:12px;cursor:pointer;background:var(--color-secondary);color:var(--color-white);font-weight:725}.afra-soon-notify-form button:disabled{opacity:.65;cursor:wait}.afra-soon-notify-message{margin-top:10px;font-size:13px}.afra-soon-notify-message.success{color:#16803c}.afra-soon-notify-message.error{color:#b42318}.afra-single-counseling::after,.afra-single-counseling::before{display:none!important}.afralland-card-blog-section .card-blog-view{color:var(--color-divider)!important;font-size:12px!important;font-weight:325!important}.afralland-card-blog-section .card-blog-cat{background:rgb(48 83 101 / .4)!important;color:var(--color-tertiary)!important}.afralland-card-blog-section .card-blog-view{font-size:12px!important;font-weight:325!important;color:var(--color-white)!important}.afralland-card-blog-section .card-blog-title .title-text{color:var(--color-white)!important}.afralland-blog-categories .section-wrapper{background:#fff}.guide-box{background:var(--color-accent1);padding:15px;width:50%;border:1px solid var(--color-tertiary);max-width:250px;min-width:max-content}.guide-box::after{background:var(--color-accent1)}.guide-title{color:var(--color-primary);font-weight:725;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center}.guide-box img{width:auto;max-width:55px;margin-bottom:15px;max-height:40px}.afralland-WebStory{padding:8px 15px}.afralland-WebStory::before{content:"";background:var(--color-primary);width:100%;height:100%;position:absolute;z-index:0;right:0;clip-path:polygon(0% 12px,6px 12px,6px 6px,12px 6px,12px 0%,calc(100% - 12px) 0%,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0% calc(100% - 12px))}.WebStory-subtitle{font-size:14px;font-weight:150;color:var(--color-divider);line-height:100%;margin:0}.WebStory-title{font-size:32px;color:var(--color-white);font-weight:725;line-height:50px;max-width:298px;margin:0}.WebStory-box .story-item-title{color:var(--color-divider)}.WebStory-box{width:100%}.right-section .card-blog_item{height:100%}.card-blog-bg2{width:100%;height:410px;background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;min-height:100%}.card-blog-bg2::before{background:linear-gradient(180deg,#fff0 0%,#023561 100%);content:"";width:100%;height:100%;position:absolute;right:0;bottom:0}.horizontal-item .card-image{max-width:50%;width:100%}.horizontal-item .card-image img{height:100%;display:block}.blog-item.horizontal-item .card-footer{max-width:50%;width:100%}.left-section{display:grid;grid-template-columns:1fr;gap:8px}.music-player{width:100%;background:#fff}#visualizer{display:none;height:30px;border-radius:15px;position:absolute;padding:0 25px;width:300px;left:0;bottom:0;z-index:9}.play-pause{width:100px}.controls{flex-wrap:wrap}#current-time,#total-time{font-size:15px;font-weight:400!important}.play-speed{align-items:center;gap:8px}.controls button{background:#fff;border:none;color:var(--color1);padding:4px;font-size:16px;cursor:pointer;transition:background 0.3s;border-radius:100%;width:20px;height:20px}.playback-speed-options{background:var(--color-accent3);position:absolute;bottom:38px;color:#fff;min-width:100px;padding:8px;border-radius:8px;display:none}.controls button:hover{color:#a0032c!important}.play-speed{position:relative}.player-wrapper h4{font-size:20px;font-weight:725;line-height:100%;margin-top:0}#play-pause{color:#de043c;font-size:30px;width:40px;padding:0;display:flex;-webkit-align-items:center;align-items:center;justify-content:center;height:40px}.progress-bar{position:relative;margin:10px 15px;height:6px;background:var(--color-divider);border-radius:5px;cursor:pointer;width:calc(100% - 50px)}.progress-bar span{position:absolute;height:100%;width:0;background:var(--color-tertiary);border-radius:5px;transition:width 0.1s;left:0}#playback-speed li{cursor:pointer}#playback-speed{font-size:14px;padding:5px 10px;margin:10px 0;border:1px solid #ccc;border-radius:5px}#playback-speed li.active{color:var(--color1);font-weight:700}.time{display:flex;justify-content:space-between;margin:0 15px;font-size:14px}.player-image{width:104px;height:104px;background-size:contain;background-repeat:no-repeat;background-position:center}.woocommerce-breadcrumb{padding-top:30px;padding-bottom:15px}.woocommerce-breadcrumb,.woocommerce-breadcrumb a{font-weight:325;font-size:14px;line-height:100%;letter-spacing:0%;text-align:right;color:var(--color-secondary)}.warranty-selection{margin:20px 0;padding:15px;border:1px solid #e5e5e5;border-radius:5px;background-color:#f9f9f9}.warranty-selection h4{margin-bottom:15px;font-size:16px;color:#333}.warranty-options{display:flex;flex-direction:column;gap:10px}.warranty-options label{display:flex;align-items:center;cursor:pointer;padding:8px 12px;border:1px solid #ddd;border-radius:4px;transition:all 0.3s ease}.warranty-options label:hover{background-color:#f0f0f0}.warranty-options input[type="radio"]{margin-left:10px}.warranty-options input[type="radio"]:checked+span{font-weight:700;color:#4CAF50}.wp-block-table thead,.wp-block-table tr td:first-child{background:var(--color-accent1);border-color:var(--color-divider)}.wp-block-table{display:block!important}.wp-block-table tr td,.wp-block-table tr th{border-color:var(--color-divider);min-width:120px;padding:4px 15px}.wp-block-table table tbody{background:var(--color-lightgray2)}.wp-block-table table{position:relative;width:100%}.border-tertiary{border:1px solid var(--color-tertiary)}.menu-btn,.search-btn{width:40px!important;height:40px!important;min-width:40px!important;border:1px solid var(--color-accent1)!important;background:var(--color-accent1)!important;padding:0!important}.menu-btn::after,.search-btn::after{background:var(--color-accent1)!important}.mobile-menu-head{background:var(--color-lightgray);padding:8px 15px}.selected-cat a{font-weight:325;font-size:12px;line-height:100%;letter-spacing:0%;text-align:right;color:var(--color-secondary)}.afralland-mobile-menu{position:fixed;right:0;left:0;background:var(--color-whit-bg);top:0;z-index:10000000;bottom:0;height:100vh;overflow-y:auto;display:none}.selected-cat{padding:8px 15px}.selected-cat-title img{max-height:45px;max-width:45px}.topelements-footer-menu{flex-grow:0;height:calc(740px - 56px - 60px);display:flex;overscroll-behavior:none;padding-top:4px;padding-bottom:0;align-items:flex-start}.footer-mobile-meno-fix{position:fixed;bottom:0;right:0;left:0;display:flex;justify-content:space-between;padding:4px 15px;z-index:10000;border-top:1px solid var(--color-neutral-100);background-color:var(--color-neutral-000)}.footer-mobile-meno-fix a i{font-size:25px}.footer-mobile-meno-fix a{font-size:20px;color:#666}.footer-mobile-meno-fix a{display:flex;flex-direction:column;align-items:center;font-size:15px;padding-top:4px;padding-bottom:4px;font-weight:400;line-height:2.17;min-width:60px}.topelements-menu-parrent{width:100px;border:1px solid var(--color-divider);background:var(--color-divider)}.topelements-menu-parrent .topelements-menu-parrent-inner{padding:0;height:100%;margin:0;list-style:none}.topelements-menu-parrent .topelements-menu-parrent-inner li a,.topelements-menu-parrent .topelements-menu-parrent-inner li span{padding:8px 4px;border-bottom:1px solid var(--color-divider);background-color:#f0f0f1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;color:var(--color-gray);font-weight:325;font-size:10px;line-height:100%;letter-spacing:0%;text-align:center}.topelements-menu-childrens ul li ul li ul li a{font-size:10px!important;height:84px;padding:4px 4px!important;text-align:center!important}.item_title i{font-size:12px}.item_title{font-size:15px;font-weight:700;line-height:2.15;padding-bottom:12px;align-items:center;display:flex;justify-content:space-between;border-bottom:1px solid var(--color-divider);margin-bottom:12px;margin-right:12px;margin-left:12px}.topelements-menu-childrens{-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto;flex-grow:1;overscroll-behavior:none;padding:0 15px;width:calc(100% - 100px);height:100%}.topelements-menu-childrens>ul>li{display:flex;-webkit-align-items:center;align-items:center;flex-direction:column;font-size:1rem;font-weight:400;line-height:2.17;color:var(--color-neutral-900);text-align:center}.topelements-menu-childrens>ul>li>.sub-menu{-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto}.topelements-menu-childrens>ul>li>.sub-menu>li .sub-menu{grid-template-columns:repeat(3,minmax(0,1fr));display:grid;gap:8px}.topelements-menu-childrens>ul>li>.sub-menu li{list-style:none}.topelements-menu-childrens>ul>li>.sub-menu li a{align-items:center;flex-direction:column;display:flex;width:100%;padding:0;font-weight:325;font-size:12px;line-height:100%;letter-spacing:0%;text-align:right;color:var(--color-primary)}.topelements-menu-childrens>ul>li>.sub-menu li a b{font-size:10px;line-height:20px}.child-items{background:var(--color-lightgray)}.topelements-menu-childrens ul{padding:0;margin:0;list-style:none}.topelements-menu-childrens>ul>li{display:none}.topelements-menu-childrens>ul>li>ul>li{margin-bottom:15px}.topelements-menu-parrent-inner li.active span{background:var(--color-white);font-weight:725;color:var(--color-primary)}#top-elements-menu-footer .item_title{font-weight:325;font-size:12px;line-height:100%;letter-spacing:0%;text-align:right}#top-elements-menu-footer .item_title b{line-height:100%}.menu-image_container img{width:auto;height:auto}.topelements-menu-childrens .menu-image_container{background-color:var(--color-whit-bg)!important;position:relative;padding:15px;min-height:40px;max-height:40px;margin-bottom:6px!important}.topelements-menu-parrent .topelements-menu-parrent-inner li .menu-image_container{width:25px;height:26px;overflow:hidden;display:flex;justify-content:center;-webkit-align-items:center;align-items:center;margin:0 auto;margin-bottom:8px}.topelements-menu-childrens>ul>li>.sub-menu>li .sub-menu .menu-image_container{width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;-webkit-align-items:center;align-items:center;margin:0 auto}.active-menu span{background-color:#fff}.active-menu span{background-color:#fff!important}.active-menu span{background-color:#fff!important;border-left:1px solid #fff!important}.show-menu{display:flex!important}.topelements-menu-childrens>ul>li:first-child{display:block}.footer-mobile-meno-fix a.active{color:#000}.topelements-menu-childrens .sub-menu{position:static!important;visibility:visible;opacity:1;background:#fff!important;padding:0!important}#main-footer{z-index:9}.scroll-wrapper{position:relative;max-width:100%}.scroll-x{display:flex;overflow-x:auto;gap:8px;scroll-behavior:smooth;padding:0;overflow-y:hidden}.scroll-btn.prev{left:5px}.scroll-btn.next{right:5px}.afralland-story-section .scroll-wrapper::after{content:"";background:linear-gradient(90deg,#F2F2F2 0%,#fff0 100%);width:64px;height:100%;position:absolute;left:0;top:0}.tabel-content.wp-block-table{background:#fff;padding:8px;position:relative}.tbl-inner{position:relative;overflow-x:auto}.group_title .square-icon{fill:var(--color-whit-bg)!important;stroke:var(--color-whit-bg)!important}@media (min-width:768px){.afralland-WebStory{margin:0!important}.WebStory-box{max-width:calc(100% - 300px)}}@media (max-width:767px){body{padding-top:111px}h1{font-size:26px}h2{font-size:20px}h3{font-size:18px}h4{font-size:16px}h5{font-size:14px}h6{font-size:12px}.flag-product{width:20px;height:20px;left:8px;font-size:20px}#header-main{position:fixed;top:0;left:0;right:0;z-index:9999;transition:transform 0.3s ease}.header-hidden{transform:translateY(-100%)}.header-visible{transform:translateY(0)}.foot-features .feature-item{min-width:190px}.footer-links ul{gap:2px 30px;list-style-type:disc;padding-right:20px}.footer-links ul li::marker{color:var(--color-accent2)}.footer-bottom .footer-links-head{cursor:pointer}.footer-bottom .footer-links:not(.adress-box) .footer-links-head::after{content:"+";color:var(--color-tertiary);font-size:24px;font-weight:725;line-height:1}.footer-bottom .footer-links:not(.adress-box).is-open .footer-links-head::after{content:"-"}.footer-bottom .footer-links:not(.is-open) .link-items{display:none}.footer-bottom .footer-links:not(.adress-box){background:var(--color-primary);border-radius:12px;padding:18px 24px}.footer-bottom .footer-links-head{color:var(--color-tertiary);display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:0}.footer-bottom .footer-links.is-open .footer-links-head{margin-bottom:18px}.footer-bottom .footer-links-head:focus-visible{outline:2px solid var(--color-secondary);outline-offset:4px}.afralland-ImageSlider-section .banner-item{flex-wrap:wrap;flex-direction:column-reverse}.banner-title{font-size:22px;font-weight:725;line-height:34px}.banner-subtitle{font-size:12px}.afralland-ImageSlider-section .slider-item-images{min-height:0}.afralland-ImageSlider-section .banner-sescription{padding:15px 0;width:100%;padding-bottom:35px}.afralland-ImageSlider-section .banner-img{width:100%}.afralland-ImageSlider-section .banner-img img{max-width:240px}.afralland-ImageSlider-section .bnr-back2{bottom:auto;top:0}.bnr-back2{width:100%;height:220px;max-height:100%;background-size:contain}.banner-img::before{width:192px;height:144px}.afra-section-brands.home-page .section-inner{display:flex;flex-wrap:wrap}.brand-item{max-width:calc(25% - 6px);min-height:56px;max-height:56px;padding:15px}.brand-item img{max-width:47px;max-height:26px}.carousel-block.has-before::before,.carousel-block::after{width:40px}.banner-sescription{padding:0}.section-banners .banner-title{font-size:16px}.section-banners .banners.d-grid.columns-2 .banner-title{font-size:20px}.about-actions{justify-content:center;flex-wrap:wrap}blockquote{flex-direction:column}blockquote p{font-weight:325;font-size:16px;line-height:32px;letter-spacing:0%;text-align:center}.editor_signature{flex-direction:column;font-weight:325;font-size:16px;line-height:32px;letter-spacing:0%;text-align:center;margin-top:15px}.content-text,.content-text p{font-size:14px}.afralland-WebStory{flex-direction:column}.orderby-inner{grid-template-columns:repeat(2,1fr)}.section-product-tabs .tabs .tab-item{min-width:max-content}.section-product-tabs .tabs{gap:15px}.level-item{margin:0 auto}.section-about .section-wrapper{background-size:auto}.card-horizontal .feture-item{grid-template-columns:repeat(2,1fr)}.afra-section.section-contact .banner-item{flex-direction:column;gap:50px}.image-category{height:123px}.image-category::before{background:linear-gradient(180deg,#fff0 0%,#012747 100%)}.category-title .title-text{font-size:14px;font-weight:450}.category-title .subtitle{font-size:10px;font-weight:150}.category-title{padding:0 9px}.afra-section-title .title-text{font-size:20px;font-weight:725}.button.more{font-size:12px}.about-title{font-size:26px;font-weight:1000}.link-about{min-width:140px!important}.about-image img{max-width:159px}.section-about .section-wrapper{background-size:cover!important;background-repeat:no-repeat}.afralland-story-section{padding-top:15px}.afralland-ImageSlider-section.carousel-section{padding-top:8px}.section-space{height:30px!important}.banner-item{min-height:168px;overflow:hidden}.scroll-x .banner-item.scroll-item{min-width:315px;padding:10px}.scroll-x .banner-item.scroll-item .banner-img img{max-width:69px}.orderby-item.all{font-size:14px}.afra-section-title .subtitle{font-size:16px}.call-title{font-size:18px}.WebStory-title{font-size:20px;margin-bottom:8px}.afralland-WebStory{padding:15px;gap:0;justify-content:center}.afralland-WebStory .nav-buttons{background:var(--color-accent2)}.afralland-WebStory .nav-buttons svg{fill:#fff;stroke:#fff;color:#fff}.woocommerce-breadcrumb,.woocommerce-breadcrumb a{font-size:12px}.guide-box img{max-width:56px;max-height:56px}.left-section{grid-template-columns:repeat(2,1fr)}.card-footer .title-text,.card-footer .title-text a{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-cat{font-size:10px}.card-date{font-size:10px}.card-blog-bg2{height:184px}.card-blog-title .title-text{font-size:14px}.card-footer{padding-top:8px;padding-right:0;padding-left:0}.afra-section.section-support-team .section-inner{flex-direction:column-reverse}.card-title .cart-title-text{font-size:13px;min-height:0;margin-top:0}.card-item.card-horizontal .card-image img{max-width:86%;margin:0 auto;margin-top:9px}.wp-block-custom-podcast-player.music-player{display:flex;flex-direction:column}.wp-block-custom-podcast-player.music-player .player-controls{flex-direction:column}.wp-block-custom-podcast-player.music-player .player-wrapper{width:100%}.wp-block-custom-podcast-player.music-player .player-controls>div{width:100%!important}}.mobile-carousel-block{display:flex;overflow-x:auto;overflow-y:hidden}.mobile-carousel-block .card-item{min-width:248px}.mobile-carousel-block .scroll-item{min-width:248px}.afralland-mobile-search{position:fixed;top:0;height:0;background:#023561CC;right:0;left:0;width:100%;z-index:99999999;padding:15px;visibility:hidden;transition:all ease .2s}.search-show{visibility:visible;height:100vh}.afralland-mobile-search .search-box{border:1px solid var(--color-tertiary)}.product-tab-content{overflow:hidden}.single-post #commentform{flex-direction:column;align-items:stretch}#compare-float{position:fixed;right:15px;bottom:20px;width:auto;border-radius:12px;z-index:999999;transition:all .3s ease;backdrop-filter:blur(6px);background:var(--color-accent3);left:15px}#compare-float .compare-item{display:flex;align-items:center;gap:10px;background:var(--color-accent1);margin-bottom:8px}#compare-float .compare-item img{width:40px;height:40px;object-fit:cover;border-radius:6px}#compare-float .compare-item a{font-size:13px;color:#000;text-decoration:none}#compare-float .compare-remove{background:none;border:none;color:#999;font-size:16px;cursor:pointer;margin-right:auto}#compare-float .compare-remove:hover{color:red}#compare-float .compare-header button{border:0;background:var(--color-card-bg);width:30px;height:30px;border-radius:50%}#compare-float.compare-hidden{opacity:0;pointer-events:none;transform:translateY(20px)}#compare-float .compare-header{display:flex;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #eee;font-weight:700}#compare-float .compare-list{list-style:none;padding:10px;margin:0}#compare-float .compare-list li{font-size:13px;padding:6px;border-bottom:1px solid #f2f2f2}#compare-float .compare-go{text-align:center;background:var(--color-primary);color:#fff;padding:8px;border-radius:8px;text-decoration:none;min-width:0;width:100%}#compare-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9998}#compare-icon .compare-count{position:absolute;top:0;right:0;background:red;color:#fff;font-size:11px;width:12px;height:12px;display:flex;align-items:center;justify-content:center;border-radius:50%;left:0;margin:0 auto;text-align:center}.compare-go.box-inner.relative::after{background:var(--color-primary)}.compare-add-wrapper{padding:10px 15px}.open-compare-search{width:100%;padding:10px;background:#f5f5f5;border:1px dashed #ccc;border-radius:8px;cursor:pointer}.compare-modal.hidden{display:none}.compare-modal{position:fixed;inset:0;z-index:9999999;display:flex;align-items:end}.compare-modal-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .5)}.compare-modal-content{position:relative;background:#fff;width:90%;max-width:600px;margin:108px auto;border-radius:12px;overflow:hidden}.close-compare-modal{width:32px;height:32px;border:0;border-radius:50%;font-size:25px;background:unset}.compare-modal-header h3{margin:0}.compare-modal-header{display:flex;justify-content:space-between;padding:15px;border-bottom:1px solid #eee}.compare-modal-body{padding:15px}.compare-search-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px}.compare-search-results{margin-top:15px;max-height:300px;overflow-y:auto}.compare-search-item{display:flex;align-items:center;padding:10px;cursor:pointer;border-bottom:1px solid #f1f1f1}.compare-search-item:hover{background:#f9f9f9}.compare-search-item img{width:50px;margin-left:10px}@media (max-width:767px){#compare-icon{width:40px;height:40px;min-width:min-content}#compare-icon::after{background:var(--color-accent4)}#compare-float{bottom:108px}.link-items li a{color:var(--color-white)}}