.wd-pdp{padding:20px 0 60px;background:var(--wd-page-bg)}.wd-pdp__card{background:#fff;border-radius:var(--wd-radius);padding:20px;margin-bottom:20px}.wd-pdp__topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.wd-pdp__breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--wd-text);margin:0;padding:0;list-style:none}.wd-pdp__breadcrumbs a{color:var(--wd-link);text-decoration:none;transition:color .2s}.wd-pdp__breadcrumbs a:hover{color:var(--wd-link-hover)}.wd-pdp__breadcrumbs li:not(:last-child):after{content:"/";margin-left:6px;color:#ccc}.wd-pdp__breadcrumbs .is-current{color:var(--wd-title)}.wd-pdp__nav{display:flex;align-items:center;gap:8px}.wd-pdp__nav-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;color:var(--wd-link);text-decoration:none;border:1px solid var(--wd-border);border-radius:var(--wd-radius-btn);background:#fff;transition:all .2s}.wd-pdp__nav-btn:hover{border-color:var(--wd-primary);color:var(--wd-primary)}.wd-pdp__nav-btn svg{width:14px;height:14px}.wd-pdp__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px;align-items:start}.wd-pdp__gallery-col{min-width:0;overflow:hidden}.wd-pdp__summary{position:sticky;top:120px}.wd-pdp-gallery{--wd-gallery-h: 615px;--wd-thumbs-w: 80px;display:grid;grid-template-columns:var(--wd-thumbs-w) minmax(0,1fr);gap:10px;align-items:stretch;max-width:100%}.wd-pdp-gallery--single{grid-template-columns:minmax(0,1fr)}.wd-pdp-gallery__thumbs{display:flex;flex-direction:column;gap:10px;height:var(--wd-gallery-h);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.wd-pdp-gallery__thumb{flex-shrink:0;width:100%;aspect-ratio:1 / 1.14;max-height:calc((var(--wd-gallery-h) - 30px) / 4);padding:0;border:2px solid transparent;border-radius:var(--wd-radius);overflow:hidden;cursor:pointer;background:#fff;opacity:.5;transition:border-color .2s,opacity .2s}.wd-pdp-gallery__thumb:hover,.wd-pdp-gallery__thumb.is-active{border-color:var(--wd-primary);opacity:1}.wd-pdp-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.wd-pdp-gallery__stage{position:relative;min-width:0;height:var(--wd-gallery-h)}.wd-pdp-gallery__main{width:100%;height:100%;border-radius:var(--wd-radius);overflow:hidden;background:#fff;isolation:isolate}.wd-pdp-gallery__main.swiper{overflow:hidden}.wd-pdp-gallery__main .swiper-wrapper{height:100%}.wd-pdp-gallery__main .swiper-slide{width:100%!important;height:100%;overflow:hidden}.wd-pdp-gallery__main:not(.swiper-initialized) .swiper-wrapper{display:block;height:100%}.wd-pdp-gallery__main:not(.swiper-initialized) .swiper-slide:not(:first-child){display:none}.wd-pdp-gallery__image{position:relative;overflow:hidden;width:100%;height:100%;margin:0;border-radius:var(--wd-radius);background:#fff;cursor:crosshair}.wd-pdp-gallery__zoom-link{display:block;width:100%;height:100%;text-decoration:none;cursor:crosshair}.wd-pdp-gallery--zoom .wd-pdp-gallery__zoom-link{pointer-events:none}.wd-pdp-gallery__img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:opacity .15s ease}.wd-pdp-gallery__image.is-zooming .wd-pdp-gallery__img{opacity:0}.wd-pdp-zoom__lens{position:absolute;top:0;left:0;opacity:0;pointer-events:none;border:0;max-width:none;max-height:none;z-index:2;background:#fff;will-change:left,top}.wd-pdp-gallery__image--video{display:flex;align-items:center;justify-content:center;padding:16px;cursor:default}.wd-pdp-gallery__image.is-zooming .wd-pdp-zoom__lens{opacity:1}.wd-pdp-gallery__video{max-width:100%;max-height:100%}.wd-pdp-gallery__placeholder{width:160px;height:160px;opacity:.3}.wd-pdp-gallery__enlarge{position:absolute;bottom:15px;left:15px;z-index:4;display:inline-flex;align-items:center;gap:0;height:40px;padding:0;border-radius:20px;background:#fff;box-shadow:0 0 5px #00000014;color:var(--wd-text);text-decoration:none;font-size:13px;font-weight:500;overflow:hidden;transition:gap .25s ease,padding .25s ease}.wd-pdp-gallery__enlarge svg{width:40px;height:40px;padding:10px;flex-shrink:0;box-sizing:border-box}.wd-pdp-gallery__enlarge span{max-width:0;white-space:nowrap;overflow:hidden;opacity:0;transition:max-width .25s ease,opacity .25s ease,padding .25s ease}.wd-pdp-gallery__enlarge:hover{gap:4px;padding-right:16px;color:var(--wd-primary)}.wd-pdp-gallery__enlarge:hover span{max-width:140px;opacity:1}.wd-pdp-gallery__arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:36px;height:36px;border:none;border-radius:50%;background:#fffffff2;box-shadow:0 2px 8px #0000001f;color:var(--wd-title);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,background .2s}.wd-pdp-gallery__stage:hover .wd-pdp-gallery__arrow{opacity:1}.wd-pdp-gallery__arrow:hover{background:#fff;color:var(--wd-primary)}.wd-pdp-gallery__arrow svg{width:18px;height:18px}.wd-pdp-gallery__arrow--prev{left:10px}.wd-pdp-gallery__arrow--next{right:10px}.wd-pdp-gallery__arrow.swiper-button-disabled{opacity:0!important;pointer-events:none}.wd-pdp-gallery__badges{position:absolute;top:12px;left:12px;z-index:3;display:flex;flex-direction:column;gap:6px;pointer-events:none}.wd-pdp-badge{display:inline-block;padding:4px 10px;font-size:11px;font-weight:700;text-transform:uppercase;border-radius:3px;color:#fff}.wd-pdp-badge--hot{background:var(--wd-accent)}.wd-pdp-badge--new{background:var(--wd-secondary)}.wd-pdp-badge--sale{background:var(--wd-accent)}.wd-pdp__title{font-family:var(--wd-font-title);font-size:22px;font-weight:500;line-height:1.3;color:var(--wd-title);margin:0 0 12px}.wd-pdp__meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:16px}.wd-pdp__rating{display:flex;align-items:center;gap:6px}.wd-pdp__stars{display:flex;gap:2px;color:var(--wd-star)}.wd-pdp__stars svg{width:14px;height:14px;fill:currentColor}.wd-pdp__stars svg.is-empty{fill:none;stroke:var(--wd-star);stroke-width:1.5}.wd-pdp__rating-count,.wd-pdp__sku{font-size:13px;color:var(--wd-text)}.wd-pdp__sku strong{color:var(--wd-title);font-weight:600}.wd-pdp__promo{background:var(--wd-primary-light);border-radius:var(--wd-radius);padding:14px 18px;margin-bottom:16px}.wd-pdp__promo-title{font-family:var(--wd-font-title);font-size:16px;font-weight:600;color:var(--wd-title);margin:0 0 4px}.wd-pdp__promo-text{font-size:13px;margin:0;color:var(--wd-text)}.wd-pdp__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:8px}.wd-pdp__price{font-family:var(--wd-font-title);font-size:28px;font-weight:600;color:var(--wd-title)}.wd-pdp__price-compare{font-size:18px;color:#999;text-decoration:line-through}.wd-pdp__stock{font-size:13px;font-weight:600;margin-bottom:20px}.wd-pdp__stock--in{color:var(--wd-success)}.wd-pdp__stock--out{color:#e53935}.wd-pdp-options{margin-bottom:20px}.wd-pdp-option{margin-bottom:16px}.wd-pdp-option__label{display:block;font-size:13px;font-weight:600;color:var(--wd-title);margin-bottom:8px}.wd-pdp-swatches{display:flex;flex-wrap:wrap;gap:8px}.wd-pdp-swatch{border:2px solid var(--wd-border);background:#fff;cursor:pointer;transition:all .2s;padding:0}.wd-pdp-swatch--color{width:32px;height:32px;border-radius:50%}.wd-pdp-swatch--text{min-width:48px;height:36px;padding:0 14px;border-radius:var(--wd-radius-btn);font-size:13px;font-weight:500;color:var(--wd-title)}.wd-pdp-swatch.is-selected,.wd-pdp-swatch:hover{border-color:var(--wd-primary);box-shadow:0 0 0 1px var(--wd-primary)}.wd-pdp-swatch--color.is-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wd-primary)}.wd-pdp-cart-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:10px;margin-bottom:20px}.wd-pdp-qty{display:flex;align-items:center;border:1px solid var(--wd-border);border-radius:var(--wd-radius-btn);overflow:hidden;height:44px}.wd-pdp-qty__btn{width:40px;height:100%;border:none;background:#f5f5f5;font-size:18px;cursor:pointer;color:var(--wd-title);transition:background .2s}.wd-pdp-qty__btn:hover{background:var(--wd-primary-light)}.wd-pdp-qty__input{width:48px;height:100%;border:none;text-align:center;font-size:14px;font-weight:600;color:var(--wd-title);-moz-appearance:textfield}.wd-pdp-qty__input::-webkit-outer-spin-button,.wd-pdp-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wd-pdp-atc{flex:1;min-width:140px;height:44px}.wd-pdp-buy-now{flex:1;min-width:120px;height:44px}.wd-pdp-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--wd-border)}.wd-pdp-action{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--wd-link);background:none;border:none;cursor:pointer;padding:0;text-decoration:none;transition:color .2s}.wd-pdp-action:hover,.wd-pdp-action.is-active{color:var(--wd-primary)}.wd-pdp-action svg{width:18px;height:18px}.wd-pdp-visits{font-size:12px;color:var(--wd-text);margin-left:auto}.wd-pdp-policies{background:#f9f9f9;border-radius:var(--wd-radius);padding:16px;margin-bottom:16px}.wd-pdp-policy{display:flex;align-items:center;gap:10px;padding:10px 0}.wd-pdp-policy:not(:last-child){border-bottom:1px solid var(--wd-border)}.wd-pdp-policy__icon{width:24px;height:24px;flex-shrink:0;color:var(--wd-primary)}.wd-pdp-policy__text{font-size:13px;font-weight:500;color:var(--wd-title)}.wd-pdp-cod{font-size:13px;font-weight:600;color:var(--wd-title);padding:12px 0 0}.wd-pdp-cod span{color:var(--wd-primary)}.wd-pdp__details{display:grid;grid-template-columns:7fr 5fr;gap:20px;margin-top:20px}.wd-pdp__details-card{background:#fff;border-radius:var(--wd-radius);padding:24px}.wd-pdp__details-title{font-family:var(--wd-font-title);font-size:20px;font-weight:600;color:var(--wd-primary);margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid var(--wd-primary-light)}.wd-pdp__description{font-size:15px;line-height:1.7;color:var(--wd-text);overflow:hidden;word-break:break-word}.wd-pdp__description img,.wd-pdp__description video,.wd-pdp__description iframe{max-width:100%!important;height:auto!important;border-radius:var(--wd-radius)}.wd-pdp__attrs{width:100%;border-collapse:collapse}.wd-pdp__attrs th,.wd-pdp__attrs td{padding:10px 0;font-size:14px;text-align:left;border-bottom:1px solid var(--wd-border);vertical-align:top}.wd-pdp__attrs th{font-weight:600;color:var(--wd-title);width:40%;padding-right:16px}.wd-pdp__attrs td{color:var(--wd-text)}.wd-pdp-related{padding:40px 0}.wd-pdp-related .wd-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--wd-gap)}.wd-pdp-share-wrap{position:relative}.wd-pdp-share-menu{display:none;position:absolute;top:100%;left:0;z-index:10;background:#fff;border:1px solid var(--wd-border);border-radius:var(--wd-radius-btn);box-shadow:0 4px 20px #0000001a;padding:8px 0;min-width:160px;margin-top:6px}.wd-pdp-share-wrap.is-open .wd-pdp-share-menu{display:block}.wd-pdp-share-menu a{display:block;padding:8px 16px;font-size:13px;color:var(--wd-link);text-decoration:none}.wd-pdp-share-menu a:hover{background:var(--wd-primary-light);color:var(--wd-primary)}@media(max-width:1024px){.wd-pdp__title{font-size:24px}.wd-pdp-related .wd-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.wd-pdp__grid{grid-template-columns:1fr}.wd-pdp__summary{position:static}.wd-pdp-gallery{grid-template-columns:1fr;--wd-gallery-h: 420px}.wd-pdp-gallery__thumbs{flex-direction:row;height:auto;max-height:none;overflow-x:auto;overflow-y:hidden;order:2;gap:8px;padding-bottom:4px}.wd-pdp-gallery__stage{order:1}.wd-pdp-gallery__thumb{width:64px;max-height:none;aspect-ratio:1}.wd-pdp-gallery--zoom .wd-pdp-gallery__zoom-link{pointer-events:auto;cursor:default}.wd-pdp-zoom__lens{display:none!important}.wd-pdp__details{grid-template-columns:1fr}.wd-pdp__topbar{flex-direction:column;align-items:flex-start}.wd-pdp__nav{width:100%;justify-content:space-between}.wd-pdp-cart-row{flex-direction:column}.wd-pdp-atc,.wd-pdp-buy-now{width:100%}.wd-pdp-related .wd-product-grid{grid-template-columns:repeat(2,1fr)}.wd-pdp__title{font-size:20px}.wd-pdp-visits{margin-left:0;width:100%}}@media(max-width:576px){.wd-pdp__card{padding:14px}.wd-pdp__nav-btn span{display:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/woodmart-product.css.map */
