.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:10px}.wd-pdp__buy-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.wd-pdp__buy-meta .wd-pdp__price-row,.wd-pdp__buy-meta .wd-pdp__stock{margin-bottom:0}.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--image{width:72px;padding:6px 6px 4px;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:4px;overflow:hidden}.wd-pdp-swatch__img{width:56px;height:56px;object-fit:contain;display:block}.wd-pdp-swatch__label{font-size:10px;line-height:1.2;color:var(--wd-title);text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-pdp-swatch__fallback{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#f3f3f3;font-size:14px;font-weight:600}.wd-pdp-swatch--image.is-selected{border-color:#222;box-shadow:none}.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-gifts{margin-bottom:16px}.wd-pdp-gifts__head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.wd-pdp-gifts__head .wd-pdp-option__label{margin-bottom:0}.wd-pdp-gifts__badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--wd-accent, #f1753c);background:#f1753c1f}.wd-pdp-gifts__items{display:flex;flex-wrap:wrap;gap:10px}.wd-pdp-gift{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;min-width:92px;max-width:110px;padding:10px 10px 8px;border:2px solid var(--wd-primary);border-radius:10px;background:linear-gradient(180deg,#f7fdfd,#fff);box-shadow:0 0 0 1px #48c6cf26;text-align:center}.wd-pdp-gift__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:transparent}.wd-pdp-gift__icon img{width:40px;height:40px;display:block;object-fit:contain}.wd-pdp-gift__name{font-size:11px;font-weight:600;line-height:1.25;color:var(--wd-title)}.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-visits [data-pdp-visitors-count]{font-weight:600;color:var(--wd-title);transition:opacity .25s ease}.wd-pdp-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 16px}.wd-pdp-trust__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:96px;padding:12px 8px;background:#fff;border:1px solid #e8e8e8;border-radius:10px;text-align:center;transition:border-color .2s ease,box-shadow .2s ease}.wd-pdp-trust__icon{width:30px;height:30px;flex-shrink:0}.wd-pdp-trust__text{font-size:12px;font-weight:700;line-height:1.25;color:#1a1a1a}.wd-pdp-trust__item--warranty{background:linear-gradient(180deg,#e8f7f9,#fff);border-color:#b8e8ec}.wd-pdp-trust__item--warranty .wd-pdp-trust__icon{color:#2bb8c4}.wd-pdp-trust__item--delivery{background:linear-gradient(180deg,#e8f8ee,#fff);border-color:#b8e6c8}.wd-pdp-trust__item--delivery .wd-pdp-trust__icon{color:#22a55b}.wd-pdp-trust__item--payment{background:linear-gradient(180deg,#eef2ff,#fff);border-color:#c7d2fe}.wd-pdp-trust__item--payment .wd-pdp-trust__icon{color:#5b6ee8}.wd-pdp-trust__item--certified{background:linear-gradient(180deg,#fff8e6,#fff);border-color:#f5d78a}.wd-pdp-trust__item--certified .wd-pdp-trust__icon{color:#e8a317}@media(max-width:768px){.wd-pdp-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;max-width:340px;margin-left:auto;margin-right:auto}.wd-pdp-trust__item{min-height:80px;padding:10px 8px}.wd-pdp-trust__text{font-size:11px}}.wd-pdp-gift-banner{margin:16px 0;border-radius:var(--wd-radius);overflow:hidden;background:#f4f7f9;display:flex;justify-content:center;align-items:center;line-height:0}.wd-pdp-gift-banner__img{display:block;width:min(100%,680px);height:auto;object-fit:contain;margin:0 auto}@media(max-width:768px){.wd-pdp-gift-banner{margin:12px 0}.wd-pdp-gift-banner__img{width:100%;max-height:none}}.wd-pdp__details{display:grid;grid-template-columns:7fr 5fr;gap:20px;margin-top:16px}.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{display:flex;flex-direction:column}.wd-pdp__summary{position:static;display:contents}.wd-pdp__title{order:1;margin-bottom:8px}.wd-pdp__gallery-col{order:2;margin-bottom:16px}.wd-pdp__meta-row{order:3;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:0;margin-bottom:4px}.wd-pdp__buy-meta{order:4;align-items:center;text-align:center;gap:0;margin-bottom:10px}.wd-pdp__buy-meta .wd-pdp__sku{margin:0;line-height:1.25}.wd-pdp__buy-meta .wd-pdp__price-row{justify-content:center;gap:8px;margin:2px 0 0;line-height:1.1}.wd-pdp__buy-meta .wd-pdp__price{font-size:24px;line-height:1.1}.wd-pdp__buy-meta .wd-pdp__price-compare{font-size:16px;line-height:1.1}.wd-pdp__buy-meta .wd-pdp__stock{margin:2px 0 0;line-height:1.2}.wd-pdp__rating{justify-content:center}.wd-pdp__promo{order:5}.wd-pdp-form{order:6;width:100%}.wd-pdp-actions{order:7;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 22px;margin-bottom:10px;padding-bottom:10px}.wd-pdp-share-wrap{display:inline-flex;align-items:center}.wd-pdp-action{justify-content:flex-start}.wd-pdp-visits{margin-left:0;width:100%;text-align:center;display:block;margin-top:2px}.wd-pdp-trust{order:9;width:100%;max-width:340px;margin:4px auto 12px}.wd-pdp-tamara{order:10}.wd-pdp-cod{order:11}.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:row;align-items:center;flex-wrap:nowrap}.wd-pdp__nav{display:none!important}.wd-pdp__breadcrumbs{flex-wrap:nowrap;overflow:hidden;max-width:100%;min-width:0;white-space:nowrap}.wd-pdp__breadcrumbs li{flex-shrink:0}.wd-pdp__breadcrumbs .is-current{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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}}@media(max-width:576px){.wd-pdp__card{padding:14px}.wd-pdp__nav-btn span{display:none}}.wd-product-reviews-section{background:#f6f7f9;padding:36px 0 48px}.wd-reviews-noon__heading{font-family:var(--wd-font-title);font-size:24px;font-weight:700;color:var(--wd-title);margin:0 0 20px}.wd-reviews-noon__grid{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.wd-reviews-noon__score-card,.wd-reviews-noon__main{background:#fff;border:1px solid var(--wd-border);border-radius:12px;padding:20px}.wd-reviews-noon__hint{font-size:13px;color:#777;margin:10px 0 16px}.wd-reviews-noon__write{display:inline-flex;width:100%;justify-content:center;margin-bottom:18px}.wd-reviews-noon__help p{font-size:13px;color:#666;line-height:1.45;margin:0 0 12px}.wd-reviews-noon__main .jdgm-rev-widg__header,.wd-reviews-noon__main .jdgm-rev-widg__title,.wd-reviews-noon__main .jdgm-write-rev-link,.wd-reviews-noon__main .jdgm-row-actions,.wd-reviews-noon__main .jdgm-widget-actions-wrapper{display:none!important}.wd-reviews-noon__main .jdgm-rev-widg{border:none!important;box-shadow:none!important;padding:0!important;background:transparent!important}.wd-reviews-noon__main .jdgm-rev__pics,.wd-reviews-noon__main .jdgm-rev__pics a,.wd-reviews-noon__main .jdgm-rev__pic-link{max-width:80px!important}.wd-reviews-noon__main .jdgm-rev__pics img,.wd-reviews-noon__main .jdgm-rev__pic-img,.wd-reviews-noon__main .jdgm-gallery img{width:72px!important;height:72px!important;object-fit:cover!important;border-radius:8px!important}.wd-reviews-noon__main .jdgm-rev__pics{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.wd-reviews-noon__main .jdgm-rev{border:none!important;border-bottom:1px solid #eee!important;padding:18px 0!important;margin:0!important}.wd-reviews-noon__main .jdgm-star,.wd-reviews-noon__main .jdgm-star.jdgm--on{color:var(--wd-primary)!important}@media(max-width:900px){.wd-reviews-noon__grid{grid-template-columns:1fr}}.wd-pdp-tamara{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 16px;padding:10px 14px;background:#f3f3f3;border-radius:8px}.wd-pdp-tamara__text{margin:0;font-size:13px;line-height:1.4;color:#333}.wd-pdp-tamara__logo{flex-shrink:0;display:inline-flex;align-items:center}.wd-pdp-tamara__logo svg{display:block;height:28px;width:auto}.wd-pdp-sticky-bar{display:none}@media(max-width:768px){.wd-pdp-sticky-bar{position:fixed;left:0;right:0;bottom:60px;z-index:900;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fff;border-top:1px solid #eee;box-shadow:0 -6px 20px #00000014}.wd-pdp-sticky-bar__info{min-width:0;flex:1}.wd-pdp-sticky-bar__title{margin:0;font-size:14px;font-weight:700;color:var(--wd-title);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wd-pdp-sticky-bar__options{margin:2px 0 0;font-size:12px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wd-pdp-sticky-bar__price-row{display:flex;align-items:baseline;gap:8px;margin-top:2px}.wd-pdp-sticky-bar__price{font-size:15px;color:var(--wd-title)}.wd-pdp-sticky-bar__save{font-size:12px;color:#999}.wd-pdp-sticky-bar__atc{flex-shrink:0;min-width:120px;height:44px;padding:0 16px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;pointer-events:auto;transition:transform .2s ease,background-color .25s ease,box-shadow .25s ease}.wd-pdp-sticky-bar__atc:active:not(:disabled){transform:scale(.96)}.wd-pdp-sticky-bar.is-added{animation:wd-sticky-bar-added .55s ease}@keyframes wd-sticky-bar-added{0%,to{box-shadow:0 -6px 20px #00000014}45%{box-shadow:0 -8px 24px #48c6cf59}}.wd-pdp-atc,.wd-pdp-sticky-bar__atc{position:relative;overflow:hidden}.wd-pdp-atc:active:not(:disabled),.wd-pdp-sticky-bar__atc:active:not(:disabled){transform:scale(.97)}.wd-pdp-atc.wd-pdp-atc--added,.wd-pdp-sticky-bar__atc.wd-pdp-atc--added{background:#1f9d6a!important;animation:wd-atc-success .5s ease;box-shadow:0 8px 20px #1f9d6a59}@keyframes wd-atc-success{0%{transform:scale(1)}35%{transform:scale(1.06)}70%{transform:scale(.98)}to{transform:scale(1)}}.wd-pdp-atc.wd-btn--loading,.wd-pdp-sticky-bar__atc.wd-btn--loading{opacity:.85}body:has([data-wd-pdp]){padding-bottom:148px}body:has([data-wd-pdp]) .wd-float-actions{bottom:168px}.wd-pdp-cart-row{flex-direction:column;margin-bottom:24px}.wd-pdp-qty{width:100%;justify-content:center}.wd-pdp-atc,.wd-pdp-buy-now{width:100%;display:flex;align-items:center;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/woodmart-product.css.map */
