:root{--wd-primary: #48c6cf;--wd-primary-hover: #3ab5be;--wd-primary-light: #e4f6f8;--wd-primary-light-hover: #d6eff2;--wd-secondary: #2a3f98;--wd-secondary-hover: #223280;--wd-accent: #f1753c;--wd-accent-hover: #e06530;--wd-page-bg: #f6f7f9;--wd-header-bottom-bg: #e8f7f8;--wd-text: #666666;--wd-title: #444444;--wd-link: #444444;--wd-link-hover: #48c6cf;--wd-border: #ebebeb;--wd-star: #eabe12;--wd-success: #459647;--wd-container: 1400px;--wd-radius: 10px;--wd-radius-pill: 35px;--wd-radius-btn: 5px;--wd-font-body: "Open Sans", Arial, sans-serif;--wd-font-title: "Lexend Deca", Arial, sans-serif;--wd-gap: 20px;--wd-gap-sm: 12px;--wd-header-general-h: 80px;--wd-header-bottom-h: 60px;--wd-sticky-nav-w-collapsed: 60px;--wd-sticky-nav-w-expanded: 275px}body.wd-theme{background-color:var(--wd-page-bg);font-family:var(--wd-font-body);font-size:15px;color:var(--wd-text);overflow-x:hidden;max-width:100%}html:has(body.wd-theme){overflow-x:hidden}body.wd-theme h1,body.wd-theme h2,body.wd-theme h3,body.wd-theme h4,body.wd-theme .wd-heading-xl{font-family:var(--wd-font-title);color:var(--wd-title);background:none}body.wd-theme .wd-section,body.wd-theme main{background-color:var(--wd-page-bg)}.wd-container{max-width:var(--wd-container);margin:0 auto;padding:0 15px;width:100%;min-width:0}.wd-section{padding:40px 0;background-color:var(--wd-page-bg)}.wd-section--white{background-color:#fff}.wd-heading-xl{font-family:var(--wd-font-title);font-size:26px;font-weight:600;color:var(--wd-title);margin:0}.wd-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 24px;border-radius:var(--wd-radius-btn);font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:all .25s ease;font-family:var(--wd-font-body)}.wd-btn--primary{background:var(--wd-primary);color:#fff}.wd-btn--primary:hover{background:var(--wd-primary-hover);color:#fff}.wd-btn--pill{background:var(--wd-primary-light);color:var(--wd-primary);border-radius:var(--wd-radius-pill);padding:8px 20px}.wd-btn--pill:hover{background:var(--wd-primary-light-hover)}.wd-btn--white{background:#fff;color:var(--wd-title)}.wd-btn--loading{pointer-events:none;opacity:.7}.wd-btn--loading:after{content:"";width:14px;height:14px;border:2px solid transparent;border-left-color:currentColor;border-radius:50%;animation:wd-spin .45s linear infinite;margin-left:6px}@keyframes wd-spin{to{transform:rotate(360deg)}}.wd-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px;flex-wrap:wrap}.wd-product-card{position:relative;background:#fff;border-radius:var(--wd-radius);padding:15px;display:flex;flex-direction:column;height:100%;transition:box-shadow .3s ease,transform .3s ease}.wd-product-card:hover{box-shadow:0 8px 24px #00000014}.wd-product-card__media-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit;text-decoration:none}.wd-product-card__type,.wd-product-card__rating,.wd-product-card__stock,.wd-product-card__price,.wd-product-card__sku{position:relative;z-index:0;cursor:pointer}.wd-product-card__badges{position:absolute;top:12px;left:12px;z-index:3;display:flex;flex-direction:column;gap:4px;pointer-events:none}.wd-product-card__badge{padding:3px 10px;border-radius:20px;font-size:10px;font-weight:600;text-transform:uppercase;color:#fff}.wd-product-card__badge--hot{background:var(--wd-accent)}.wd-product-card__badge--new{background:var(--wd-secondary)}.wd-product-card__badge--sale{background:var(--wd-accent)}.wd-product-card__actions{position:absolute;top:12px;right:12px;z-index:7;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translate(8px);transition:all .25s ease}.wd-product-card:hover .wd-product-card__actions{opacity:1;transform:translate(0)}@media(hover:none),(pointer:coarse){.wd-product-card__actions{opacity:0;transform:translate(8px);pointer-events:none}.wd-product-card:hover .wd-product-card__actions{opacity:0;transform:translate(8px)}}.wd-product-card__action-btn{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--wd-border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--wd-link);pointer-events:auto;position:relative}.wd-product-card__action-btn:hover,.wd-product-card__action-btn.is-active{background:var(--wd-primary);color:#fff;border-color:var(--wd-primary)}.wd-product-card__action-btn svg{width:16px;height:16px}.wd-product-card__media{position:relative;z-index:0;aspect-ratio:1;margin-bottom:12px;overflow:hidden;border-radius:6px;background:#fafafa}.wd-product-card__media-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.wd-product-card__media-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .45s ease;transform:none;pointer-events:none}.wd-product-card__media-img.is-active{opacity:1;z-index:1}.wd-product-card__media--gallery:not(:has(.wd-product-card__media-img.is-active)) .wd-product-card__media-img:first-child{opacity:1}.wd-product-card__media:not(.wd-product-card__media--gallery) img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.wd-product-card:hover .wd-product-card__media:not(.wd-product-card__media--gallery) img{transform:scale(1.05)}.wd-product-card__media--gallery .wd-product-card__overlay{z-index:2}.wd-product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#fff0;display:flex;align-items:flex-end;transition:background .3s ease;pointer-events:none}.wd-product-card:hover .wd-product-card__overlay{background:#ffffffd9}.wd-product-card__atc-overlay{width:100%;padding:12px;transform:translateY(100%);transition:transform .3s ease;opacity:0;pointer-events:none;position:relative;z-index:3}.wd-product-card:hover .wd-product-card__atc-overlay{transform:translateY(0);opacity:1;pointer-events:auto}.wd-product-card>.wd-btn.wd-product-card__btn,.wd-product-card>a.wd-btn.wd-product-card__btn{display:none;position:relative;z-index:7;pointer-events:auto}@media(max-width:768px){.wd-product-card__overlay{display:none}.wd-product-card>.wd-btn.wd-product-card__btn,.wd-product-card>a.wd-btn.wd-product-card__btn{display:flex;padding:9px 8px;font-size:12px;white-space:nowrap;line-height:1.2}}.wd-product-card__title{position:relative;z-index:1;font-family:var(--wd-font-title);font-size:14px;font-weight:600;margin:0 0 4px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wd-product-card__title a{color:var(--wd-title);text-decoration:none;transition:color .2s ease}.wd-product-card:hover .wd-product-card__title a{color:var(--wd-primary)}.wd-product-card__type{font-size:12px;color:#999;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wd-product-card__rating{display:flex;gap:2px;margin-bottom:6px;font-size:12px;color:var(--wd-star)}.wd-product-card__rating .star-empty{color:#ddd}.wd-product-card__stock{font-size:12px;color:var(--wd-success);margin-bottom:6px;display:flex;align-items:center;gap:4px}.wd-product-card__stock--out{color:#e53935}.wd-product-card__price{display:flex;align-items:center;gap:8px;margin-bottom:10px;margin-top:auto;cursor:pointer}.wd-product-card__price-current{font-size:16px;font-weight:700;color:var(--wd-primary)}.wd-product-card__price-compare{font-size:13px;color:#999;text-decoration:line-through}.wd-product-card__btn{width:100%}.wd-product-card__sku{font-size:11px;color:#999;margin-top:8px}.wd-product-card--compact{display:flex;gap:12px;padding:10px;background:#fff;border-radius:var(--wd-radius);align-items:center}.wd-product-card--compact .wd-product-card__media{width:80px;height:80px;flex-shrink:0;margin:0;aspect-ratio:auto}.wd-product-card--compact .wd-product-card__body{flex:1;min-width:0}.wd-product-card--compact .wd-product-card__title{font-size:13px;-webkit-line-clamp:2}.wd-product-card--compact .wd-product-card__price-current{font-size:14px}.wd-recently-viewed-section .swiper-slide{height:auto}.wd-recently-viewed-section .wd-product-card--compact{border:1px solid #eee;height:100%;transition:box-shadow .2s ease}.wd-recently-viewed-section .wd-product-card--compact:hover{box-shadow:0 4px 16px #00000014}.wd-recently-viewed-section .wd-product-card--compact .wd-product-card__media img{width:80px;height:80px;object-fit:contain}.wd-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--wd-gap);min-width:0}.wd-new-goods__grid{display:grid;grid-template-columns:minmax(240px,280px) 1fr;gap:var(--wd-gap);align-items:stretch;min-width:0}.wd-new-goods__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--wd-gap);min-width:0}@media(min-width:769px){.wd-product-grid,.wd-new-goods__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1025px){.wd-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.wd-new-goods__products{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1024px){.wd-new-goods__grid{grid-template-columns:1fr}.wd-heading-xl{font-size:22px}}@media(max-width:768px){.wd-product-grid,.wd-new-goods__products{gap:12px}}.wd-blog-card__img img{transition:transform .5s ease;width:100%;height:100%;object-fit:cover}.wd-category-card__img .wd-category-card__photo{transition:transform .5s ease}.wd-category-card:hover .wd-category-card__photo{transform:scale(1.06)}.wd-blog-card__img:hover img{transform:scale(1.05)}.wd-countdown{--wd-timer-size: 20px;display:inline-flex;flex-wrap:wrap;gap:calc(var(--wd-timer-size) / 4);max-width:100%}.wd-countdown__box{display:inline-flex;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:5px;min-width:2.7em;min-height:2.7em;background:#fff;border-radius:var(--wd-radius);box-shadow:0 0 3px #0000001a;font-size:var(--wd-timer-size);line-height:1;text-align:center;box-sizing:content-box}.wd-countdown__box span{display:block;font-family:var(--wd-font-title);font-size:1em;font-weight:600;line-height:1;color:#101010e6}.wd-countdown__box small{display:block;font-size:.6em;font-weight:400;text-transform:capitalize;color:#777;line-height:1}@media(min-width:1025px){.wd-countdown--large{--wd-timer-size: 28px}}.wd-swiper-wrap{position:relative}.wd-swiper-wrap .swiper-button-prev,.wd-swiper-wrap .swiper-button-next{width:40px;height:40px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001f;opacity:0;transition:opacity .25s ease}.wd-swiper-wrap:hover .swiper-button-prev,.wd-swiper-wrap:hover .swiper-button-next{opacity:1}.wd-swiper-wrap .swiper-button-prev:after,.wd-swiper-wrap .swiper-button-next:after{font-size:14px;font-weight:700;color:var(--wd-title)}.wd-swiper-wrap .swiper-pagination-bullet-active{background:var(--wd-primary)}.wd-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;visibility:hidden}.wd-cart-drawer.is-open{pointer-events:auto;visibility:visible}.wd-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.wd-cart-drawer.is-open .wd-cart-drawer__overlay{opacity:1}.wd-cart-drawer__panel{position:absolute;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;transform:translate(100%);transition:transform .45s cubic-bezier(.19,1,.22,1);display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f}.wd-cart-drawer.is-open .wd-cart-drawer__panel{transform:translate(0)}.wd-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--wd-border);flex-shrink:0}.wd-cart-drawer__header h3{margin:0;font-family:var(--wd-font-title);font-size:18px;font-weight:600;color:var(--wd-title);text-transform:capitalize}.wd-cart-drawer__close{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:4px;color:var(--wd-link);font-size:13px}.wd-cart-drawer__body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.wd-cart-drawer__items{padding:0}.wd-cart-drawer__items[hidden]{display:none!important}.wd-cart-drawer__item{display:flex;gap:14px;padding:18px 20px;border-bottom:1px solid var(--wd-border)}.wd-cart-drawer__item-image{flex:0 0 80px;display:block}.wd-cart-drawer__item-image img{width:80px;height:80px;object-fit:contain;border-radius:4px;background:#f9f9f9}.wd-cart-drawer__item-body{flex:1;min-width:0}.wd-cart-drawer__item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:4px}.wd-cart-drawer__item-title{font-size:14px;font-weight:600;color:var(--wd-title);text-decoration:none;line-height:1.35}.wd-cart-drawer__item-title:hover{color:var(--wd-primary)}.wd-cart-drawer__item-remove{flex-shrink:0;background:none;border:none;cursor:pointer;color:#bbb;padding:2px;line-height:1}.wd-cart-drawer__item-remove:hover{color:var(--wd-title)}.wd-cart-drawer__item-sku{font-size:12px;color:#999;margin-bottom:10px}.wd-cart-drawer__item-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.wd-cart-drawer__qty{display:inline-flex;align-items:center;border:1px solid var(--wd-border);border-radius:4px;overflow:hidden}.wd-cart-drawer__qty-btn{width:30px;height:30px;border:none;background:#fff;cursor:pointer;font-size:16px;color:var(--wd-title);line-height:1}.wd-cart-drawer__qty-btn:hover{background:#f5f5f5}.wd-cart-drawer__qty input{width:36px;height:30px;border:none;border-left:1px solid var(--wd-border);border-right:1px solid var(--wd-border);text-align:center;font-size:13px;padding:0;background:#fff}.wd-cart-drawer__item-price{text-align:right;font-size:14px;white-space:nowrap}.wd-cart-drawer__item-qty-label{color:#777;margin-right:4px}.wd-cart-drawer__item-unit-price{color:var(--wd-primary);font-weight:600}.wd-cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px}.wd-cart-drawer__empty[hidden]{display:none!important}.wd-cart-drawer__empty-icon{color:#d8d8d8;margin-bottom:16px}.wd-cart-drawer__empty p{margin:0 0 24px;font-size:15px;color:#777}.wd-cart-drawer__footer{padding:20px;border-top:1px solid var(--wd-border);flex-shrink:0}.wd-cart-drawer__footer[hidden]{display:none!important}.wd-cart-drawer__shipping{margin-bottom:16px}.wd-cart-drawer__shipping p{margin:0 0 8px;font-size:13px;color:var(--wd-title);line-height:1.4}.wd-cart-drawer__shipping-bar{height:8px;background:repeating-linear-gradient(-45deg,#e8e8e8,#e8e8e8 4px,#f5f5f5 4px 8px);border-radius:999px;overflow:hidden}.wd-cart-drawer__shipping-bar span{display:block;height:100%;background:var(--wd-primary);border-radius:999px;transition:width .3s ease;min-width:0}.wd-cart-drawer__total{display:flex;justify-content:space-between;align-items:center;font-size:15px;margin-bottom:16px;color:var(--wd-title)}.wd-cart-drawer__total span:last-child{font-size:18px;font-weight:700;color:var(--wd-primary)}.wd-btn--cart-view{display:block;width:100%;text-align:center;margin-bottom:10px;background:#1c61e71a;color:var(--wd-primary);border:none;border-radius:var(--wd-radius-pill);padding:14px 20px;font-weight:600;text-decoration:none}.wd-btn--cart-view:hover{background:#1c61e729}.wd-btn--cart-checkout{display:block;width:100%;text-align:center;border-radius:var(--wd-radius-pill);padding:14px 20px;font-weight:600;text-decoration:none}.wd-quick-view{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;pointer-events:none;visibility:hidden}.wd-quick-view.is-open{pointer-events:auto;visibility:visible}.wd-quick-view__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .3s ease}.wd-quick-view.is-open .wd-quick-view__overlay{opacity:1}.wd-quick-view__modal{position:relative;background:#fff;border-radius:var(--wd-radius);max-width:920px;width:95%;max-height:90vh;overflow-y:auto;transform:scale(.95);opacity:0;transition:all .3s ease;padding:30px}.wd-quick-view.is-open .wd-quick-view__modal{transform:scale(1);opacity:1}.wd-quick-view__close{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;z-index:1}.wd-quick-view__grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media(max-width:768px){.wd-quick-view__grid{grid-template-columns:1fr}}.wd-float-actions{position:fixed;right:20px;bottom:80px;z-index:900;display:flex;flex-direction:column-reverse;align-items:center;gap:12px}.wd-scroll-top{width:44px;height:44px;border-radius:50%;background:var(--wd-primary);color:#fff;border:none;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000026}.wd-scroll-top.is-visible{opacity:1;visibility:visible;pointer-events:auto}.wd-scroll-top:hover{transform:translateY(-2px)}.wd-whatsapp-btn{width:44px;height:44px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 14px #25d36666;transition:transform .2s ease,box-shadow .2s ease}.wd-whatsapp-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #25d36680}@media(max-width:768px){.wd-float-actions{bottom:76px;right:16px}}.wd-mobile-toolbar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--wd-border);z-index:890;padding:8px 0}.wd-mobile-toolbar__inner{display:flex;justify-content:space-around}.wd-mobile-toolbar__item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;color:var(--wd-link);text-decoration:none;background:none;border:none;cursor:pointer;position:relative}.wd-mobile-toolbar__item svg{width:22px;height:22px}.wd-mobile-toolbar__badge{position:absolute;top:-2px;right:-6px;background:var(--wd-primary);color:#fff;font-size:9px;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.wd-mobile-toolbar{display:block}body.wd-theme{padding-bottom:60px}}.wd-seo-collapsible{background:#fff;border-radius:var(--wd-radius);padding:30px}.wd-seo-collapsible__heading{margin-bottom:16px}.wd-seo-collapsible__excerpt{font-size:14px;line-height:1.75;color:#666}.wd-seo-collapsible__excerpt p,.wd-seo-collapsible__more p{margin:0 0 14px}.wd-seo-collapsible__excerpt p:last-child,.wd-seo-collapsible__more p:last-child{margin-bottom:0}.wd-seo-collapsible__more{margin-top:16px;padding-top:16px;border-top:1px solid var(--wd-border);font-size:14px;line-height:1.75;color:#666}.wd-seo-collapsible__more[hidden]{display:none}.wd-seo-collapsible.is-expanded .wd-seo-collapsible__more{display:block}.wd-seo-collapsible__toggle{margin-top:18px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/woodmart-theme.css.map */
