<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--fancy-selector-primary-color:#006400}.fancy-selector{font-size:1.6rem;margin-bottom:1em;white-space:normal}.fancy-selector label.selector-option{background-color:#e4e4e4;border-radius:5px;color:#000;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:400;gap:2rem;margin-bottom:.5em;padding:1em}.fancy-selector label.option-selected{background-color:#fff;-webkit-box-shadow:0 0 0 2px #006400;box-shadow:0 0 0 2px #006400;-webkit-box-shadow:0 0 0 2px var(--fancy-selector-primary-color);box-shadow:0 0 0 2px var(--fancy-selector-primary-color);color:#000}.fancy-selector input[type=radio]{height:0;opacity:0;position:absolute;width:0}.fancy-selector input[type=radio].focus-visible+label.selector-option{-webkit-box-shadow:0 0 0 4px #000;box-shadow:0 0 0 4px #000}.fancy-selector input[type=radio]:focus-visible+label.selector-option{-webkit-box-shadow:0 0 0 4px #000;box-shadow:0 0 0 4px #000}.fancy-selector input[type=radio]:hover+label.selector-option{-webkit-box-shadow:0 0 0 2px #006400;box-shadow:0 0 0 2px #006400;-webkit-box-shadow:0 0 0 2px var(--fancy-selector-primary-color);box-shadow:0 0 0 2px var(--fancy-selector-primary-color)}.fancy-selector__img{width:50px}.fancy-selector__img svg{-ms-flex-item-align:start;align-self:flex-start;display:block;max-width:5rem}.fancy-selector__title{font-weight:400;margin-bottom:.25em;margin-top:1em}.fancy-selector .option-info{grid-column-gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:1fr auto;justify-content:space-between}.option-info[\:has\(\.fun-facts\)]{row-gap:1rem}.option-info:has(.fun-facts){row-gap:1rem}.option-info p{margin:0}.option-info p[\:has\(\%2Bp\:empty\)]{grid-column:1/-1}.option-info p:has(+p:empty){grid-column:1/-1}.fancy-selector .fun-facts{color:#006400;color:var(--fancy-selector-primary-color);display:none;font-size:1.4rem}.option-selected .option-info .fun-facts{display:block;grid-column:1/-1}.option-info__qty{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.option-info__price,.option-info__qty{-ms-flex-item-align:center;align-self:center}.option-info__loc,.option-info__qty{font-size:1.8rem;font-weight:600}.option-info__price{font-size:2rem;text-align:right}.flex-1{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}:root{--loris-red:#b42c33;--loris-blue:#005194;--hgs-blue:#025e8d;--hgs-primary:#025e8d;--hgs-primary-light:#0380bf;--button-bg-color:var(--hgs-primary);--button-bg-color-highlight:var(--hgs-primary-light)}.product-container{-webkit-column-gap:1em;-moz-column-gap:1em;column-gap:1em;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-container,.product-container .product-image{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.product-container .product-image{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:400px;min-width:275px;padding:0 1em}.product-container .product-image #product-img-gallery{position:sticky;top:0}.product-container .product-react-root{grid-area:controls;width:100%}.product-container .product-react-root&gt;div:first-child{grid-column-gap:.5rem;grid-row-gap:1rem;-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;display:grid;grid-template-areas:"price attr" "error error" "qty add";grid-template-columns:fit-content(135px) 1fr;row-gap:1rem}.product-container .product-react-root&gt;div:first-child .error{grid-area:error}.product-container .product-react-root.attributes-under&gt;div:first-child{grid-template-areas:"price ." "qty add" "attr attr" "error error"}.product-container .product-react-root.attributes-noprice&gt;div:first-child{grid-template-areas:"attr attr" "error error" "qty add"}.product-container .product-react-root.attributes-noprice&gt;div:first-child .price{display:none}.product-container .product-info{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;grid-column-gap:.5rem;grid-row-gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;display:grid;-ms-flex:1 0 400px;flex:1 0 400px;-ms-flex-direction:column;flex-direction:column;grid-template-areas:"name name" "delivery delivery" "controls controls" "description description";grid-template-columns:fit-content(135px) 1fr;height:100%;justify-items:start;max-width:70ch;row-gap:1rem}.product-container .product-info .cart-controls,.product-container .product-info .code,.product-container .product-info .delivery-info,.product-container .product-info .name,.product-container .product-info .price-container{text-align:left}.product-container .product-info .name{font-size:2.4rem;grid-area:name}.product-container .product-info .delivery-info{align-self:end;grid-area:delivery;justify-self:start}.product-container .product-info .code,.product-container .product-info .name{display:block;margin:0}.product-container .product-info .description{clear:right;font-size:1.6rem;grid-area:description;line-height:1.3;padding-top:1em}.product-container .product-info .delivery{padding-top:1.5em}.product-container .product-info .cart-controls{align-self:start;grid-area:qty;justify-self:center}.product-container .product-info .cart-controls .quantity{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:2rem;grid-area:qty;justify-content:flex-start}.product-container .product-info .cart-controls .quantity .qty-label{-ms-flex-preferred-size:100%;flex-basis:100%;font-size:1.4rem;margin-bottom:0;text-align:center}.product-container .product-info .cart-controls .quantity .decrement,.product-container .product-info .cart-controls .quantity .increment,.product-container .product-info .cart-controls .quantity .totalQty{height:53px;text-align:center;width:53px}.product-container .product-info .cart-controls .quantity .decrement,.product-container .product-info .cart-controls .quantity .increment{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e7e7e7;border:1px solid #8f8f8f;border-radius:100%;cursor:pointer;display:grid;justify-items:center;place-items:center;position:relative}@media(pointer:coarse){.product-container .product-info .cart-controls .quantity .decrement:active,.product-container .product-info .cart-controls .quantity .increment:active{background-color:#8f8f8f}}@media(pointer:fine){.product-container .product-info .cart-controls .quantity .decrement:hover,.product-container .product-info .cart-controls .quantity .increment:hover{background-color:#8f8f8f}}.product-container .product-info .cart-controls .quantity .decrement .h,.product-container .product-info .cart-controls .quantity .decrement .v,.product-container .product-info .cart-controls .quantity .increment .h,.product-container .product-info .cart-controls .quantity .increment .v{background-color:#1d1d1d;position:absolute}.product-container .product-info .cart-controls .quantity .decrement .v,.product-container .product-info .cart-controls .quantity .increment .v{height:15px;width:2px}.product-container .product-info .cart-controls .quantity .decrement .h,.product-container .product-info .cart-controls .quantity .increment .h{height:15px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:2px}.product-container .product-info .cart-controls .quantity .increment{border-bottom-left-radius:0;border-top-left-radius:0}.product-container .product-info .cart-controls .quantity .decrement{border-bottom-right-radius:0;border-top-right-radius:0}.product-container .product-info .cart-controls .quantity .totalQty{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px solid #8f8f8f;border-left:none;border-right:none;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.product-container .product-info .price-container{align-self:center;grid-area:price;justify-self:center}.product-container .product-info .price{font-size:2.5rem;font-weight:600;text-align:center}.product-container .product-info .original-price{font-size:2rem;opacity:.8;text-decoration:line-through}.product-container .product-info .addToCart{font-size:1.6rem;grid-area:add;justify-self:stretch;margin-left:1rem;margin-right:1rem;min-width:135px}.product-container .product-info .product-attributes{gap:1rem;grid-area:attr;min-width:100%;padding-left:1rem;padding-right:1rem}.product-container .product-info .product-attributes .form-group{margin-bottom:0}.product-container .product-info .attribute-container{white-space:nowrap}.product-container .product-info .error,.product-container .product-info [id*=ErrorAlignment],.product-container .product-info [id*=OutOfStock]{grid-area:error;justify-self:center;margin:0}.product-container .product-info .price-container .savings{display:block}.product-container .product-info .price-container.sale-price .price-label{display:none}.product-container .product-info .notAvailable{color:blue;display:block;margin-top:1rem;text-align:center;text-decoration:underline}.product-container .social{-ms-flex-preferred-size:100%;clear:left;flex-basis:100%;margin:0;padding:1.5em 1em 1em}.product-container a#hplDetailImage{display:inline-block;font-size:1.6rem;padding-top:1rem;text-decoration:underline}.product-container dialog.modal{padding:0}.product-container dialog.modal::-ms-backdrop{background-color:rgba(0,0,0,.765)}.product-container dialog.modal::backdrop{background-color:rgba(0,0,0,.765)}.product-container dialog.modal[open]{-webkit-animation:slidein .5s forwards,fadein .5s forwards;animation:slidein .5s forwards,fadein .5s forwards}.product-container dialog.modal[open]::-ms-backdrop{animation:fadein .5s forwards}.product-container dialog.modal[open]::backdrop{-webkit-animation:fadein .5s forwards;animation:fadein .5s forwards}.product-container dialog.modal[closing]{-webkit-animation:slideout .5s forwards,fadeout .5s forwards;animation:slideout .5s forwards,fadeout .5s forwards;bottom:0;display:block;left:0;right:0;top:0}.product-container dialog.modal[closing]::-ms-backdrop{animation:fadeout .5s forwards}.product-container dialog.modal[closing]::backdrop{-webkit-animation:fadeout .5s forwards;animation:fadeout .5s forwards}.product-container dialog.modal img{height:auto;max-width:100%}.product-container dialog.modal button{background-color:#000;border:none;color:#fff;display:inline-block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:.75rem 1.25rem;position:absolute;right:0;top:0}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}@-webkit-keyframes slidein{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slidein{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideout{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-150%);transform:translateY(-150%)}}@keyframes slideout{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-150%);transform:translateY(-150%)}}.product-container option[disabled]{color:#dbdbde}#recommended-products{padding:20px 10px;width:80%}#recommended-products .title{border-bottom:1px solid #1f7dd4;display:block;padding:5px}#recommended-products ul{list-style:none}#recommended-products li{clear:left}#recommended-products li .name{display:block;padding:10px 5px 5px}#recommended-products img{float:left;padding:5px;width:176px}.attribute-control .attribute-name{display:block;font-size:1.2em;margin:1rem 0}.attribute-control ul{list-style-type:none}.attribute-control ul li{margin:1rem}.attribute-control ul li input[type=radio]{cursor:pointer;margin:.2rem}.attribute-control ul li label{cursor:pointer}.prod-button{background-color:#025e8d;border:none;border-radius:50px;-webkit-box-shadow:0 0 0 2px;box-shadow:0 0 0 2px;color:#fff;display:block;padding:1.5rem 2rem;text-align:center;width:100%}.prod-button.submitting,.prod-button:active,.prod-button:hover{background-color:#fff;color:#025e8d;cursor:pointer;text-decoration:none}.prod-button.disabled,.prod-button[disabled]{background-color:#737373;border-color:#737373}.prod-button.disabled:active,.prod-button.disabled:hover,.prod-button[disabled]:active,.prod-button[disabled]:hover{background-color:red;border-color:red;color:#fff;cursor:not-allowed}.prod-button.disabled:after,.prod-button.disabled:before,.prod-button[disabled]:after,.prod-button[disabled]:before{--scale:0;--arrow-size:1rem;--tooltip-color:#333;left:50%;position:absolute;top:-.25rem;-webkit-transform:translate(-50%) scale(var(--scale));transform:translate(-50%) scale(var(--scale));-webkit-transform:translate(-50%,var(--translate-y,0)) scale(var(--scale));transform:translate(-50%,var(--translate-y,0)) scale(var(--scale));-webkit-transform-origin:bottom center;transform-origin:bottom center;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s}.prod-button.disabled:before,.prod-button[disabled]:before{--translate-y:calc(-100% - var(--arrow-size));background-color:var(--tooltip-color);border-radius:.5rem;color:#fff;content:attr(data-tooltip);max-width:100%;padding:.5rem 1rem;text-align:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}.prod-button.disabled:hover:after,.prod-button.disabled:hover:before,.prod-button[disabled]:hover:after,.prod-button[disabled]:hover:before{--scale:1}.prod-button.disabled:after,.prod-button[disabled]:after{--translate-y:calc(var(--arrow-size)*-1);border-top-color:transparent;border:var(--arrow-size) solid transparent;border-top:var(--arrow-size) solid var(--tooltip-color);content:"";position:absolute;-webkit-transform-origin:top center;transform-origin:top center}.product-loading{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;justify-content:center;padding:1em}.loader{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-bottom:2px solid transparent;border-radius:50%;border-top:2px solid transparent;border-color:#025e8d transparent;border-style:solid;border-width:2px;height:30px;width:30px}.error{color:red;font-size:1.5rem;font-weight:600;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media only screen and (max-width:440px){.product-container .product-image{float:none;padding:0;text-align:center;width:100%}.product-container .product-image-container #product-img{max-width:330px}.product-container .product-react-root{width:100%}.product-container .product-react-root&gt;div:first-child{grid-template-areas:"price price" "attr attr" "error error" "qty add"}.product-container .product-react-root.attributes-under{border:1px solid green}.product-container .product-react-root.attributes-under&gt;div:first-child{grid-template-areas:"price price" "qty add" "attr attr" "error error"}}.location-search-dialog .k-window.k-dialog{max-height:100%}
/*# sourceMappingURL=product-detail-react.css.map*/</pre></body></html>