.pb-item--product-cart,.pb-item--product-cart *{--accent-color:#007BFF;--color-discount-font:var(--color-white);--color-discount-bg:var(--accent-color);--color-discount-bg-hover:rgba(0,123,255,0);--shadow:0px 0px 15px rgba(0,0,0,0.16);--switch-toggle--on:#54AE72;--switch-bg--on:#cbe7d4;--switch-toggle--off:var(--color-dark-alt);--switch-bg--off:#d4d5d9;--image-size:38%;--spacer--left:60px}@media (max-width:1400px) and (min-width:1081px){.pb-item--product-cart,.pb-item--product-cart *{--image-size:30%;--spacer--left:40px}}@media (max-width:1080px) and (min-width:993px){.pb-item--product-cart,.pb-item--product-cart *{--image-size:30%;--spacer--left:20px}}@media (max-width:882px){.pb-item--product-cart,.pb-item--product-cart *{--image-size:30%;--spacer--left:20px}}@media (max-width:769px){.pb-item--product-cart,.pb-item--product-cart *{--spacer--left:0}}.pb-item--product-cart{width:100%;max-width:960px;min-height:236px;position:relative;display:grid;grid-template-columns:var(--image-size) 1fr auto;grid-template-areas:"image title title" "image header interaction";border-radius:15px;overflow:hidden;background:var(--color-white);box-shadow:var(--shadow)}.pb-item--product-cart .image{grid-area:image;width:100%;height:100%;position:relative}.pb-item--product-cart .image img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;z-index:1}.pb-item--product-cart .discount{width:50px;height:50px;position:absolute;top:10px;left:10px;z-index:10}.pb-item--product-cart .discount>span{width:100%;display:block;position:relative;z-index:2;padding-top:15px;font-size:14px;font-weight:700;color:var(--color-discount-font);text-align:center}.pb-item--product-cart .discount svg{top:0;right:0;position:absolute;z-index:1;transition:fill .3s ease-out}.pb-item--product-cart .remove{position:absolute;top:20px;right:20px}.pb-item--product-cart .title-wrapper{grid-area:title;align-self:end;display:flex;justify-content:space-between;align-items:flex-start;margin:0 0 0 var(--spacer--left)}.pb-item--product-cart .title-wrapper a.title{display:flex;justify-content:flex-start;align-items:center;gap:20px;text-decoration:none}.pb-item--product-cart .title-wrapper a.title span{font-size:1.7rem!important;font-weight:500;margin:0;line-height:1.2;text-decoration:none;color:var(--color-darkest)}.pb-item--product-cart .header{grid-area:header;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:16px 0 0 var(--spacer--left);padding:0 20px 0 0}.pb-item--product-cart .data-wrapper{display:flex;gap:14px;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin:0}.pb-item--product-cart .data-wrapper ul{width:98%;height:auto;max-width:210px;margin:0;padding:0;list-style:none;display:flex;justify-content:flex-start;align-items:flex-start;gap:24px}.pb-item--product-cart .data-wrapper ul.specs-wrapper{order:1}.pb-item--product-cart .data-wrapper ul.specs-wrapper li.specs{text-align:left}.pb-item--product-cart .data-wrapper ul li.specs span:first-of-type{position:relative;font-size:.75rem;font-weight:400;text-transform:initial;color:var(--color-lighter)}.pb-item--product-cart .data-wrapper ul li.specs span:last-of-type{font-size:1rem;font-weight:400;color:var(--color-dark-alt)}.pb-item--product-cart .data-wrapper ul.price-wrapper{order:2;flex-wrap:wrap;gap:8px}.pb-item--product-cart .data-wrapper ul li.price{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:6px;margin:0!important;white-space:nowrap}.pb-item--product-cart .data-wrapper ul li.price span{font-size:1rem;font-weight:300;white-space:nowrap}.pb-item--product-cart .data-wrapper ul li span.retailed{text-decoration:line-through}.pb-item--product-cart .data-wrapper ul li.price.sale span{font-size:1rem;font-weight:700}.pb-item--product-cart .data-wrapper ul li.price.sale span:last-of-type{font-size:1rem;font-weight:300}.pb-item--product-cart .data-wrapper ul li.price.sale span b{display:inline-block;margin:0 2px 0 6px;padding:6px 11px;border-radius:10px;font-weight:500;color:var(--color-white);background:var(--color-darkest)}.pb-item--product-cart .data-wrapper ul li.specs{margin:0!important}.pb-item--product-cart .interaction{grid-area:interaction;width:238px;position:relative;display:flex;justify-content:start;align-items:center;flex-direction:column}.pb-item--product-cart .interaction:before{width:2px;height:96px;content:"";display:block;background:var(--color-lightest);position:absolute;top:calc((100% - 96px)/ 2);left:0}.pb-item--product-cart .interaction .remove{width:100%;display:flex;flex-direction:row-reverse;margin-bottom:2rem}.pb-item--product-cart .interaction .remove a{background:0 0;padding:8px 14px;border-radius:10px;margin-right:-2rem}.pb-item--product-cart .interaction .remove a:hover{background:#ffdbde}.pb-item--product-cart .interaction .remove img{filter:grayscale(1) brightness(.7) hue-rotate(0deg)}.pb-item--product-cart .interaction .remove a:hover img{filter:grayscale(1) brightness(0) hue-rotate(120deg) brightness(2)}.pb-item--product-cart .interaction .boxes{margin:0 0 8px;font-size:1rem;font-weight:300;text-align:center}.pb-item--product-cart .interaction .boxes b,.pb-item--product-cart .interaction .boxes span{font-weight:500}.pb-item--product-cart .interaction .selector{margin:0 0 12px;display:inline-flex;justify-content:center;align-items:center;gap:10px;font-size:1.5rem;font-weight:300}.pb-item--product-cart .interaction .selector button{width:16px;height:16px;display:flex;justify-content:center;align-items:center;border-radius:6px;border:0}.pb-item--product-cart .interaction .selector button.minus{background:var(--color-light)}.pb-item--product-cart .interaction .selector button.plus{background:var(--accent-color)}.pb-item--product-cart .interaction .selector input{width:auto;max-width:100px;min-width:50px;width:fit-content;flex-grow:0;text-align:center;border:0;border-bottom:1px solid var(--color-lightest);margin-right:-10px}.pb-item--product-cart .interaction .price{display:flex;justify-content:center;align-items:center;gap:4px}.pb-item--product-cart .interaction .price>pre{margin:0;font-size:1rem;font-weight:300}.pb-item--product-cart .interaction .price>span{font-size:1.75rem;font-weight:500}.pb-item--product-cart .interaction label{margin:10px 0 0}@media (max-width:769px){.pb-item--product-cart{grid-template-columns:100%;height:auto;grid-template-rows:200px auto auto;grid-template-areas:"image" "title" "header" "interaction"}.pb-item--product-cart .header{padding:9px 20px 0;align-items:center}.pb-item--product-cart .header .title{text-align:center}.pb-item--product-cart .title-wrapper{justify-content:center;padding:20px 20px 0}.pb-item--product-cart .title-wrapper .remove{display:none}.pb-item--product-cart .data-wrapper{flex-direction:column}.pb-item--product-cart .data-wrapper ul.price-wrapper{order:1;width:100%;max-width:100%;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;column-gap:24px}.pb-item--product-cart .data-wrapper ul.specs-wrapper{order:2;margin-bottom:0}.pb-item--product-cart .interaction{width:100%;padding:30px 20px 20px}.pb-item--product-cart .interaction .selector{position:relative}.pb-item--product-cart .interaction .selector button{width:55px;height:90px;position:absolute;top:-26px}.pb-item--product-cart .interaction .selector button.plus{right:-75px}.pb-item--product-cart .interaction .selector button.minus{left:-75px}.pb-item--product-cart .interaction label{margin:20px 0 0}.pb-item--product-cart .interaction .remove{justify-content:center}.pb-item--product-cart .interaction .remove a{margin-right:initial}}