.product-single__top{padding:20px 0 40px}.product-single__details{padding:20px 0 80px}.product-single__cols{display:grid;grid-template-columns:464px minmax(0,1fr);gap:20px;align-items:start}.product-gallery,.product-gallery__main{min-width:0}.product-gallery{position:sticky;top:calc(var(--header-height) + 20px)}.product-gallery__main{margin:0}.product-gallery__slide{margin:0;cursor:zoom-in}.product-gallery__slide:focus-visible{outline:2px solid var(--color-red-bright);outline-offset:2px}.product-gallery__img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.product-gallery--slider .product-gallery__main>.product-gallery__slide:not(:first-child){display:none}.product-gallery--slider .product-gallery__main.slick-initialized>.product-gallery__slide{display:block}.product-gallery__thumbs{margin:20px 0 0}.product-gallery--slider .product-gallery__thumbs>.product-gallery__thumb:nth-child(n+5){display:none}.product-gallery--slider .product-gallery__thumbs.slick-initialized>.product-gallery__thumb{display:block}.product-gallery__thumb{padding:0}.product-gallery__thumb-img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border:2px solid #fff0;cursor:pointer;transition:border-color var(--transition)}.product-gallery__thumb.slick-current .product-gallery__thumb-img{border-color:var(--color-yellow)}.product-lightbox{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;gap:20px;padding:60px 20px;background:rgb(0 0 0 / .85)}.product-lightbox[hidden]{display:none}.product-lightbox__img{max-width:100%;max-height:100%;object-fit:contain}.product-lightbox__close,.product-lightbox__nav{flex:none;padding:0;color:var(--color-white);background:none;border:0;cursor:pointer;transition:color var(--transition)}.product-lightbox__close:hover,.product-lightbox__nav:hover{color:var(--color-yellow)}.product-lightbox__close{position:absolute;top:15px;right:20px;width:44px;height:44px;font-size:40px;line-height:1}.product-lightbox__nav{width:44px;height:44px;font-size:48px;line-height:1}.product-summary__title{margin:0 0 20px;font-family:var(--font-heading);font-size:var(--fs-h1);font-weight:var(--fw-semibold);line-height:48px;color:var(--color-red-bright)}.product-summary__excerpt{margin:0 0 20px;font-family:var(--font-body);font-size:var(--fs-base);line-height:24px;color:var(--color-text)}.product-summary__excerpt p{margin:0 0 20px}.product-summary__excerpt>:last-child{margin-bottom:0}.product-prices{overflow-x:auto}.product-prices__table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;border-radius:3px}.product-prices__table :is(th,td){width:50%}.product-prices__table :is(th,td){border-style:solid;border-color:var(--color-text-soft);border-width:0 0 1px 1px;vertical-align:middle}.product-prices__table :is(th,td):last-child{border-right-width:1px}.product-prices__table thead th{padding:8px 12px;font-family:var(--font-heading);font-size:var(--fs-xs);font-weight:var(--fw-semibold);line-height:16px;color:var(--color-text-soft);background:var(--color-border);text-align:center}.product-prices__table tbody th{padding:8px 12px;font-family:var(--font-heading);font-size:var(--fs-xs);font-weight:var(--fw-semibold);line-height:16px;color:var(--color-brown);background:var(--color-border);text-align:center}.product-prices__table tbody th span{display:block;font-weight:var(--fw-regular)}.product-prices__table tbody td{padding:10px;font-family:var(--font-heading);font-size:var(--fs-lead);font-weight:var(--fw-semibold);line-height:24px;color:var(--color-red-bright);text-align:center}.product-summary__actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin:20px 0 0}.product-summary__price{margin:0;font-family:var(--font-body);font-size:var(--fs-h3);font-weight:var(--fw-bold);line-height:30px;color:var(--color-red-bright)}.product-summary__price :is(del,ins){text-decoration:none}.product-summary__btn{display:inline-block;padding:10px 20px;font-family:var(--font-heading);font-size:var(--fs-lead);font-weight:var(--fw-semibold);line-height:24px;color:var(--color-white);background:var(--color-red-bright);border-radius:10px;transition:background-color var(--transition)}.product-summary__btn:hover{background:var(--color-yellow)}.product-order{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:20px}.product-order[hidden]{display:none}.product-order__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .5)}.product-order__box{position:relative;width:100%;max-width:520px;max-height:90vh;padding:48px 24px 24px;overflow-y:auto;background:var(--color-bg);border-radius:16px}.product-order__close{position:absolute;top:8px;right:12px;width:28px;height:28px;padding:0;font-size:28px;line-height:1;color:var(--color-text);background:none;border:0;cursor:pointer;transition:color var(--transition)}.product-order__close:hover{color:var(--color-red-bright)}.product-order__title{margin:0 0 16px;font-family:var(--font-heading);font-size:var(--fs-lead);font-weight:var(--fw-semibold);line-height:28px;color:var(--color-text);text-align:center}.product-order__form .jet-form-builder-row{padding-bottom:12px}.product-order__form .jet-form-builder__label{display:block;margin:0 0 6px;font-family:var(--font-heading);font-size:var(--fs-base);font-weight:var(--fw-bold);line-height:24px;color:var(--color-text);text-align:center}.product-order__form .jet-form-builder__required{color:inherit}.product-order__form :is(input[type="text"],input[type="tel"],input[type="email"],textarea){display:block;width:100%;padding:8px 14px;font-family:var(--font-body);font-size:var(--fs-base);line-height:24px;color:var(--color-text);background:var(--color-white);border:1px solid var(--color-border);border-radius:8px;transition:border-color var(--transition)}.product-order__form :is(input,textarea,select):focus{outline:none;border-color:var(--color-brown)}.product-order__form textarea{height:120px;resize:vertical}.product-order__form select{display:block;width:100%;padding:8px 40px 8px 14px;font-family:var(--font-body);font-size:var(--fs-base);line-height:24px;color:var(--color-text);background-color:var(--color-white);background-image:url(/wp-content/themes/grossdorf/img/chevron-down.svg);background-repeat:no-repeat;background-position:right 14px center;background-size:12px;border:1px solid var(--color-border);border-radius:8px;appearance:none;-webkit-appearance:none;transition:border-color var(--transition)}.product-order__form .field-type-submit-field{text-align:center}.product-order__form button[type="submit"]{display:block;margin-inline:auto;padding:10px 28px;font-family:var(--font-heading);font-size:var(--fs-base);font-weight:var(--fw-bold);line-height:24px;color:var(--color-white);background:var(--color-brown);border:0;border-radius:10px;box-shadow:var(--shadow);cursor:pointer;transition:background-color var(--transition)}.product-order__form button[type="submit"]:hover{background:var(--color-yellow)}.product-order__form form>p:empty{display:none}.product-order__form :is(.jet-form-builder-messages-wrap,.jet-form-builder-message){margin:0;padding:0;border:0}.product-media{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:20px;margin:20px 0 0}.product-media__item{flex:0 1 219px;min-width:0;margin:0}.product-media__img{display:block;width:100%;height:auto}.product-media__item--video{aspect-ratio:9 / 16;max-height:389px}.product-media__item--video iframe{display:block;width:100%;height:100%;border:0}.product-tabs__list{display:flex;flex-wrap:wrap;justify-content:center}.product-tabs__tab{padding:0 15px 10px;font-family:var(--font-heading);font-size:var(--fs-base);font-weight:var(--fw-semibold);line-height:24px;letter-spacing:1px;text-transform:uppercase;color:var(--color-text-soft);background:none;border:0;border-bottom:3px solid var(--color-text-soft);cursor:pointer;transition:color var(--transition),border-color var(--transition)}.product-tabs__tab:hover{color:var(--color-red-bright)}.product-tabs__tab.is-active{color:var(--color-red-bright);border-color:var(--color-red-bright)}.product-tabs__panel{padding:15px 0 0;font-family:var(--font-body);font-size:var(--fs-base);line-height:24px;color:var(--color-text)}.product-tabs__panel p{margin:0 0 20px}.product-tabs__panel>:last-child{margin-bottom:0}.product-tabs__panel table{display:block;width:100%;max-width:100%;margin:0 0 20px;overflow-x:auto;border-collapse:collapse}.product-tabs__panel :is(th,td){padding:5px;border:1px solid var(--color-black);font-family:var(--font-heading);font-size:var(--fs-base);font-weight:var(--fw-bold);line-height:24px;color:var(--color-text-soft);background:none;text-align:center}.product-tabs__panel thead :is(th,td),.product-tabs__panel table:not(:has(thead)) tr:first-child :is(th,td){background:var(--color-border);text-align:center}.product-tabs__panel tbody tr:hover :is(th,td){background:var(--color-border)}#panel-tekhnichni_kharakteristiki table{display:table;width:100%;table-layout:fixed;overflow:visible}#panel-tekhnichni_kharakteristiki :is(th,td){padding:5px 0;border:0;background:none;font-family:var(--font-body);font-size:var(--fs-base);font-weight:var(--fw-regular);line-height:24px;color:var(--color-text-soft);text-align:left}#panel-tekhnichni_kharakteristiki :is(th,td):last-child{width:15%}#panel-tekhnichni_kharakteristiki tbody tr:hover :is(th,td){background:none}@media (max-width:1024px){.product-single__details{padding-bottom:60px}.product-single__cols{grid-template-columns:360px minmax(0,1fr)}.product-summary__title{font-size:var(--fs-h3);line-height:32px}.product-tabs__tab{font-size:var(--fs-sm);padding:0 10px 8px}}@media (max-width:767px){.product-single__top{padding-bottom:30px}.product-single__details{padding-bottom:40px}.product-single__cols{grid-template-columns:minmax(0,1fr);gap:30px}.product-gallery{position:static}.product-media{flex-wrap:wrap}.product-media__item{flex:1 1 calc(50% - 10px)}.product-tabs__panel :is(th,td){font-size:var(--fs-sm);line-height:20px}.product-tabs__list{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.product-tabs__tab{flex:none;white-space:nowrap}}