.roza-cruise-unavailable {
background-color: #b5b5b5 !important;
color: #fff !important;
cursor: not-allowed !important;
opacity: 0.85;
pointer-events: none;
box-shadow: none !important;
border: 0 !important;
}
.roza-cruise-unavailable-wrap {
margin: 1em 0;
}.p24-payment__logo {
max-width: 80px;
}
.p24-1clicks {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 20px;
}
.p24-1clicks__items {
display: flex;
flex-direction: column; 
gap: 8px;
align-items: center;
}
.p24-1clicks__label,
.p24-1clicks__or {
font-size: 75%;
text-align: center;
}
.p24-1clicks__or {
display: flex;
align-items: center;
gap: 10px;
white-space: nowrap;
}
.p24-1clicks__or:after,
.p24-1clicks__or:before {
content: "";
width: 100%;
height: 1px;
background: rgba(0, 0, 0, .2);
}
.p24-1click {
display: flex;
gap: 12px;
align-items: center;
cursor: pointer;
background: white;
border-radius: 6px;
padding: 10px;
border: 2px solid transparent;
outline: none;
position: relative;
}
.p24-1click__logo { margin: 0; }
.p24-1click__logo img { display: block; }
.p24-1click--card {
aspect-ratio: 85.6 / 53.98;
}
.p24-1click--active {
border-color: currentColor;
outline: 1px solid;
}
.p24-1click--card__number {
gap: 0.5em;
display: flex;
font-size: 110%;
font-family: monospace;
align-items: center;
margin-bottom: 1.5em;
}
.p24-1click--card__number small { font-size: 75%; }
.p24-1click--card__valid {
font-family: monospace;
position: absolute;
bottom: 10px;
left: 10px;
opacity: .8;
font-size: 80%;
font-weight: 800;
}
.p24-1click--blik__valid {
font-family: monospace;
opacity: .8;
font-size: 75%;
}
.p24-1click--card__logo {
margin-bottom: 0;
position: absolute;
bottom: 10px;
right: 10px;
}
#card-tokenizer {
display: flex;
justify-content: center;
min-width: 280px;
}
.woocommerce table.shop_table .shop_table__cell-description {
border-top: none;
padding-top: 0;
margin: 0;
opacity: .5;
font-size: 75%;
}
.p24-waiting {
position: absolute;
background: rgba(255, 255, 255, .85);
font-size: 90%;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-direction: column;
top: 0; left: 0; bottom: 0; right: 0;
}
.p24-waiting.hidden { display: none; }
.p24-waiting .wc-block-components-spinner {
position: relative;
height: auto;
}
.p24-blik-code-input { margin-top: 0 !important; }
.p24-payment-input input[type="text"] {
padding: 0 1rem;
width: 100%;
box-sizing: border-box;
min-height: 3rem;
}
.woocommerce-order-pay .p24-payment-container {
max-width: 500px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 24px;
}
.wc-block-components-radio-control-accordion-content:has(.p24-payment-container:empty) {
display: none;
}
.p24-methods {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 12px;
}
.p24-methods + .woocommerce-input-wrapper {
margin-top: 24px;
display: block;
}
.p24-methods__items {
--logo-size: 20px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, auto));
gap: 12px;
border-radius: 4px;
}
.p24-methods__items--featured {
--logo-size: 40px;
grid-template-columns: repeat(auto-fit, minmax(150px, auto));
}
.p24-method-item {
cursor: pointer;
display: flex;
background: white;
border-radius: 4px;
padding: 10px;
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
flex: 0 1 100px;
border: 1px solid hsla(0, 0%, 7%, .11);
user-select: none;
position: relative;
gap: 8px;
font-size: 11px;
}
.p24-method-item--active { outline: 2px solid black; }
.p24-method-item picture {
aspect-ratio: 16/9;
height: var(--logo-size);
max-height: var(--logo-size);
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.p24-method-item picture img {
max-width: 100%;
max-height: var(--logo-size);
}
.p24-payment-container .p24-checkbox:first-child .wc-block-components-checkbox { margin-top: 0; }
input[id^="payment_method_p24-"] + label img { max-height: 30px; }
.p24-payment-container .wc-block-components-notice-banner:first-child { margin-top: 0; }
p24-installment {
margin: 20px 0;
display: block;
}
p24-installment[show-modal="true"] { cursor: pointer; }
.p24-currency__submit {
line-height: inherit;
padding-top: 0.3rem !important;
padding-right: 0.5rem !important;
padding-bottom: 0.3rem !important;
padding-left: 0.5rem !important;
}
#p24-3ds-modal {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.6);
visibility: hidden; opacity: 0;
transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
align-items: center; justify-content: center;
display: flex;
}
#p24-3ds-modal.active {
display: flex;
visibility: visible;
opacity: 1;
}
#p24-3ds-modal .modal-content {
background: #fff;
border-radius: 8px;
padding: 16px;
max-width: 600px;
max-height: 80vh;
width: 100%;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
position: relative;
transition: transform 0.3s ease-out, opacity 0.3s ease-out;
transform: translateY(25px);
opacity: 0;
}
#p24-3ds-iframe-wrapper {
width: 100%; height: 100%;
flex-grow: 1;
min-height: 480px;
}
#p24-3ds-modal.active .modal-content {
transform: translateY(0px);
opacity: 1;
}
#p24-3ds-iframe-wrapper {
width: 100%;
height: 100%;
flex-grow: 1;
min-height: 480px;
}
#p24-3ds-iframe-wrapper iframe.fullScreenP24 {
width: 100%;
height: 100%;
border: none;
min-height: 480px;
display: block;
visibility: visible;
}
#p24-3ds-iframe-wrapper iframe.hiddenP24 {
display: none !important;
visibility: hidden !important;
}
.p24-1clicks__new-card {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
max-width: 450px;
margin: 16px auto;
padding: 12px 20px;
background-color: #fafbfc;
border: 1.5px solid #d1d5db;
border-radius: 6px;
color: #1f2937;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.3px;
cursor: pointer;
transition: all 0.2s ease-in-out;
font-family: inherit;
text-decoration: none;
box-shadow: none;
}
.p24-1clicks__new-card-icon {
flex-shrink: 0;
width: 18px; height: 18px;
color: #3b82f6; stroke: currentColor;
}
.p24-1clicks__new-card-text { white-space: nowrap; }
.p24-1clicks__new-card:hover {
background-color: #f3f4f6;
border-color: #9ca3af;
color: #0f172a;
box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.p24-1clicks__new-card:hover .p24-1clicks__new-card-icon {
color: #2563eb; transform: scale(1.05);
}
.p24-1clicks__new-card:active {
transform: translateY(1px);
box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.p24-1clicks__new-card:focus {
outline: 2px solid #3b82f6;
outline-offset: 2px;
}
.p24-1clicks__new-card:disabled {
opacity: 0.6;
cursor: not-allowed;
background-color: #f3f4f6;
}
.p24-1click--card {
--card-bg: linear-gradient(135deg, #ffffff 0%, #f7f7f9 100%);
--card-border: rgba(0, 0, 0, .06);
--card-shadow: 0 1px 5px rgba(0, 0, 0, .06);
--card-shadow-hover: 0 4px 14px rgba(0, 0, 0, .12);
--accent: #2563eb;
--text-color: #1f2937;
--text-color-light: #6b7280;
--border-radius: 12px;
display: flex;
flex-direction: column;
gap: 10px;
padding: 14px 16px;
width: 100%;
max-width: 220px;                 
border: 1px solid var(--card-border);
border-radius: var(--border-radius);
background: var(--card-bg);
box-shadow: var(--card-shadow);
cursor: pointer;
text-align: left;
transition: transform .18s ease, box-shadow .18s ease;
}
.p24-1click--card:hover {
transform: translateY(-2px);
box-shadow: var(--card-shadow-hover);
}
.p24-1click--card:focus-visible {
outline: 3px solid color-mix(in oklab, var(--accent) 60%, white 40%);
outline-offset: 3px;
}
.p24-1click--card-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.p24-1click--card__logo img {
max-height: 24px;
width: auto;
opacity: .95;
}
.p24-1click--card__number {
font-size: 17px;
font-family: ui-monospace, monospace;
letter-spacing: 1.5px;
font-weight: 600;
color: var(--text-color);
display: block;
}
.p24-1click--card__number small {
font-size: 14px;
color: var(--text-color-light);
margin-right: 4px;
}
.p24-1click--card__valid {
font-size: 13px;
color: var(--text-color-light);
}
@media screen and (max-width: 480px) {
#p24-3ds-modal {
padding: 0;
align-items: flex-end;
}
#p24-3ds-modal .modal-content {
width: 100%; height: 95vh;
max-width: 100%; max-height: 100%;
padding: 12px;
border-radius: 16px 16px 0 0;
transform: translateY(100%);
opacity: 1;
}
#p24-3ds-modal.active .modal-content { transform: translateY(0); }
#p24-3ds-iframe-wrapper { height: 100%; min-height: 0; }
#p24-3ds-iframe-wrapper iframe { min-height: 0; }
#card-tokenizer iframe { max-width: 100%; width: 100% !important; }
.p24-1clicks__new-card {
padding: 10px 16px;
font-size: 13px;
max-width: 100%;
}
.p24-1clicks__new-card-icon { width: 16px; height: 16px; }
.p24-1clicks__items .p24-1click--card {
width: 100%;
max-width: 220px;
}
}
@media screen and (min-width: 481px) {
#p24-3ds-modal .modal-content {
height: auto;
max-height: 90vh;
}
.p24-1clicks__items {
flex-direction: row;
flex-wrap: wrap;        
justify-content: center; 
}
.p24-1clicks__items .p24-1click--card {
flex: 0 1 220px;        
max-width: 220px;
width: auto;
}
}
@media screen and (min-width: 779px) and (max-width: 873px) {
.p24-1clicks__items {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
justify-items: center; 
}
.p24-1clicks__items .p24-1click--card {
width: 100%;
max-width: 100%;
}
}
@media screen and (max-width: 768px) {
#p24-3ds-modal .modal-content {
max-width: 90%;
padding: 16px;
max-height: 92vh;
}
}.container,.single-product #primary,.woocommerce-shop #main,.tax-product_cat #main,.container-fluid{margin-right:auto;margin-left:auto;width:100%}.container,.single-product #primary,.woocommerce-shop #main,.tax-product_cat #main{padding-right:15px;padding-left:15px}.container-fluid{padding:0}.row,.products.related .products.columns-4,.products.up-sells .products.columns-4,.single-product #primary .single-product-content,.woocommerce-shop #main .products.columns-4,.tax-product_cat #main .products.columns-4{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.popular-products__row>li,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.products.related .products.columns-4>li,.products.up-sells .products.columns-4>li,.woocommerce-shop #main .products.columns-4>li,.tax-product_cat #main .products.columns-4>li,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.single-product #primary .summary,.single-product #primary .woocommerce-product-gallery,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-12,.popular-products__row>li{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media(min-width: 576px){.container,.single-product #primary,.woocommerce-shop #main,.tax-product_cat #main{max-width:540px}.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-sm-12,.row-cols-sm-1>*{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.col-sm-6,.products.related .products.columns-4>li,.products.up-sells .products.columns-4>li,.woocommerce-shop #main .products.columns-4>li,.tax-product_cat #main .products.columns-4>li,.row-cols-sm-2>*{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-sm-4,.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-3,.row-cols-sm-4>*{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.col-sm-2,.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.order-sm-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.order-sm-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}.order-sm-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.order-sm-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.order-sm-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.order-sm-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.order-sm-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.order-sm-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.order-sm-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.order-sm-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.order-sm-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.order-sm-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.order-sm-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.order-sm-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.order-sm-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media(min-width: 768px){.container,.single-product #primary,.woocommerce-shop #main,.tax-product_cat #main{max-width:720px}.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-md-12,.row-cols-md-1>*{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.col-md-6,.single-product #primary .summary,.single-product #primary .woocommerce-product-gallery,.popular-products__row>li,.row-cols-md-2>*{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-md-4,.row-cols-md-3>*{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-md-3,.row-cols-md-4>*{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.col-md-2,.row-cols-md-6>*{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-md-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-md-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.order-md-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.order-md-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}.order-md-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.order-md-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.order-md-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.order-md-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.order-md-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.order-md-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.order-md-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.order-md-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.order-md-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media(min-width: 992px){.container,.single-product #primary,.woocommerce-shop #main,.tax-product_cat #main{max-width:960px}.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-lg-12,.row-cols-lg-1>*{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.col-lg-6,.row-cols-lg-2>*{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-lg-4,.products.related .products.columns-4>li,.products.up-sells .products.columns-4>li,.woocommerce-shop #main .products.columns-4>li,.tax-product_cat #main .products.columns-4>li,.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-3,.row-cols-lg-4>*{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.col-lg-2,.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.order-lg-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.order-lg-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}.order-lg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.order-lg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.order-lg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.order-lg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.order-lg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.order-lg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.order-lg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.order-lg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.order-lg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media(min-width: 1200px){.container,.single-product #primary,.woocommerce-shop #main,.tax-product_cat #main{max-width:1190px}.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-xl-12,.row-cols-xl-1>*{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.col-xl-6,.row-cols-xl-2>*{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-xl-4,.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-3,.row-cols-xl-4>*{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.col-xl-2,.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.order-xl-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.order-xl-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}.order-xl-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.order-xl-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.order-xl-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.order-xl-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.order-xl-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.order-xl-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.order-xl-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.order-xl-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.order-xl-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.order-xl-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.order-xl-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.order-xl-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.order-xl-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute !important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71);transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1);transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide::before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image::before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle;padding:0;background:rgba(0,0,0,0)}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);-webkit-backface-visibility:hidden;background:rgba(0,0,0,0);background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:rgba(0,0,0,0);border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-video,.fancybox-iframe{background:rgba(0,0,0,0);border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:visited,.fancybox-button:link{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){display:none}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:rgba(0,0,0,0);border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));background:linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px 44px;pointer-events:none;right:0;text-align:center;z-index:99996}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:fancybox-rotate 1s linear infinite;animation:fancybox-rotate 1s linear infinite;background:rgba(0,0,0,0);border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0, 0, 0.25, 1);transition-timing-function:cubic-bezier(0, 0, 0.25, 1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5, 1.5, 1.5);transform:scale3d(1.5, 1.5, 1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0.5, 0.5, 0.5);transform:scale3d(0.5, 0.5, 0.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(360deg);transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg);transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translate3d(0, 0, 0) scale(1);transform:translate3d(0, 0, 0) scale(1)}@media all and (max-height: 576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports(padding: max(0px)){.fancybox-caption{padding-left:max(12px, env(safe-area-inset-left));padding-right:max(12px, env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:400;margin:0 0 20px 0}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:400;line-height:40px;margin:0 5px 10px 5px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:visited,.fancybox-share__button:link{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:rgba(0,0,0,0);border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px 2px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);width:100px}.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);z-index:99991}.fancybox-thumbs__list a:focus::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}@media all and (max-width: 576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.fancybox-slide--iframe .fancybox-content{width:92% !important;height:92% !important}@media(max-width: 991px){.fancybox-slide--iframe .fancybox-content{height:40vh !important}}@media only screen and (orientation: landscape){.fancybox-slide--iframe .fancybox-content{height:80vh !important;width:85% !important}}.fancybox-button.fancybox-button--play{display:none !important}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}.editor-styles-wrapper .container,.editor-styles-wrapper .single-product #primary,.single-product .editor-styles-wrapper #primary,.editor-styles-wrapper .woocommerce-shop #main,.woocommerce-shop .editor-styles-wrapper #main,.editor-styles-wrapper .tax-product_cat #main,.tax-product_cat .editor-styles-wrapper #main{margin:0 auto !important;padding:0 15px !important}.editor-styles-wrapper .cta-hero__image{z-index:0 !important}@font-face{font-family:"Subversia";src:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/fonts/subversia-regular-webfont.woff2) format("woff2"),url(https://rozaveneda.pl/wp-content/themes/rozaveneda/fonts/subversia-regular-webfont.woff) format("woff"),url(https://rozaveneda.pl/wp-content/themes/rozaveneda/fonts/Subversia-Regular.ttf) format("truetype"),url(https://rozaveneda.pl/wp-content/themes/rozaveneda/fonts/Subversia-Regular.otf) format("opentype");font-weight:normal;font-style:normal}h1,.h1,.counter__item,.list__number,.numbers__digit,h1>strong,h1>b{color:#000;font-family:"Subversia",sans-serif;font-size:70px;line-height:1.1;font-weight:500}@media(max-width: 1199px){h1,.h1,.counter__item,.list__number,.numbers__digit,h1>strong,h1>b{font-size:58px}}@media(max-width: 767px){h1,.h1,.counter__item,.list__number,.numbers__digit,h1>strong,h1>b{font-size:56px}}h2,.h2,.nav__logo,.thank-you__title,h2>strong,h2>b{color:#000;font-family:"Subversia",sans-serif;font-size:46px;line-height:1.1;font-weight:500;text-transform:uppercase}@media(max-width: 1199px){h2,.h2,.nav__logo,.thank-you__title,h2>strong,h2>b{font-size:40px}}h3,.h3,.products.related>h2,.products.up-sells>h2,.single-product #primary .product_title,.woocommerce-order-received .woocommerce-thankyou-order-received,.woocommerce-order-received h2,.woocommerce-checkout .woocommerce h3 span,.woocommerce-checkout .woocommerce h3,.woocommerce-cart .cart-collaterals table .order-total th,.woocommerce-cart .cart-collaterals table .shipping th,.theme-blog__title,.text-image-decorated__content p,.stats__title,.counter__content p span .counter__item,.counter__content p,.button-banner__title,.motto-bar__content p,.text-with-image__title,.testimonials__name,.numbers__title,h3>strong,h3>b{color:#000;font-family:"Subversia",sans-serif;font-size:36px;line-height:1.1;font-weight:500;text-transform:uppercase}@media(max-width: 1199px){h3,.h3,.products.related>h2,.products.up-sells>h2,.single-product #primary .product_title,.woocommerce-order-received .woocommerce-thankyou-order-received,.woocommerce-order-received h2,.woocommerce-checkout .woocommerce h3 span,.woocommerce-checkout .woocommerce h3,.woocommerce-cart .cart-collaterals table .order-total th,.woocommerce-cart .cart-collaterals table .shipping th,.theme-blog__title,.text-image-decorated__content p,.stats__title,.counter__content p span .counter__item,.counter__content p,.button-banner__title,.motto-bar__content p,.text-with-image__title,.testimonials__name,.numbers__title,h3>strong,h3>b{font-size:32px}}h4,.h4,.woocommerce-Address-title.title>div,.single-product #primary .product__subtitle,.single-product #primary .single-product-content h3,.single-product #primary .single-product-content h4,.woocommerce-order-received table tfoot tr th,.woocommerce-order-received table tbody tr th,.woocommerce-order-received table thead tr th,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr th,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr th,.theme-content-product-title,.product h2,.product .woocommerce-loop-product__title,.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-name a,.footer__column h1,.footer__column h2,.footer__column h3,.footer__column h4,.footer__column h5,.counter__item:after,.counter__content p span .counter__item:after,.counter__content p span .counter__content p span,.counter__content p span .counter__content p,.counter__content p span,.three-boxes__content h1,.three-boxes__content h2,.three-boxes__content h3,.text-with-image__subtitle,h4>strong,h4>b{color:#000;font-family:"Subversia",sans-serif;font-size:27px;line-height:1.1;font-weight:500}@media(max-width: 1199px){h4,.h4,.woocommerce-Address-title.title>div,.single-product #primary .product__subtitle,.single-product #primary .single-product-content h3,.single-product #primary .single-product-content h4,.woocommerce-order-received table tfoot tr th,.woocommerce-order-received table tbody tr th,.woocommerce-order-received table thead tr th,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr th,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr th,.theme-content-product-title,.product h2,.product .woocommerce-loop-product__title,.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-name a,.footer__column h1,.footer__column h2,.footer__column h3,.footer__column h4,.footer__column h5,.counter__item:after,.counter__content p span .counter__item:after,.counter__content p span .counter__content p span,.counter__content p span .counter__content p,.counter__content p span,.three-boxes__content h1,.three-boxes__content h2,.three-boxes__content h3,.text-with-image__subtitle,h4>strong,h4>b{font-size:24px}}h5,.h5,.three-boxes__link,.three-boxes__content h4,.testimonials__role,.numbers__subtitle,h5>strong,h5>b{color:#000;font-family:"Subversia",sans-serif;font-size:23px;line-height:1.1;font-weight:500}@media(max-width: 1199px){h5,.h5,.three-boxes__link,.three-boxes__content h4,.testimonials__role,.numbers__subtitle,h5>strong,h5>b{font-size:24px}}p,.paragraph,.woocommerce-account .woocommerce label,.woocommerce-account .default-block.container .woocommerce nav ul li a,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce nav ul li a,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce nav ul li a,.woocommerce-account .tax-product_cat .default-block#main .woocommerce nav ul li a,.tax-product_cat .woocommerce-account .default-block#main .woocommerce nav ul li a,.woocommerce-account .single-product .default-block#primary .woocommerce nav ul li a,.single-product .woocommerce-account .default-block#primary .woocommerce nav ul li a,.variations th,.single-product #primary .trip-picker input[type=date],.single-product #primary .woocommerce-product-details__short-description,.single-product #primary .woocommerce-tabs ul li,.single-product #primary .woocommerce-tabs ol li,.product-filters form>ul li label,.woocommerce-order-received table tfoot tr td,.woocommerce-order-received table tbody tr td,.woocommerce-order-received table thead tr td,.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong,.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li,.woocommerce-error li,.woocommerce-checkout-payment ul li .wc-credit-card-form.wc-payment-form label,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr td,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr td,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr td,.woocommerce-checkout .woocommerce #order_comments_field label,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p label,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p label,.single-blog-post__content ul li,.text-image-decorated__author,.three-boxes__info-item span,.contact__form .gform_confirmation_message,.contact__phone,.contact__email{font-size:18px;line-height:1.65;font-weight:400;margin:20px 0 0;color:#000}p>a,.paragraph>a,.woocommerce-account .woocommerce label>a,.woocommerce-account .default-block.container .woocommerce nav ul li a>a,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce nav ul li a>a,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce nav ul li a>a,.woocommerce-account .tax-product_cat .default-block#main .woocommerce nav ul li a>a,.tax-product_cat .woocommerce-account .default-block#main .woocommerce nav ul li a>a,.woocommerce-account .single-product .default-block#primary .woocommerce nav ul li a>a,.single-product .woocommerce-account .default-block#primary .woocommerce nav ul li a>a,.variations th>a,.single-product #primary .trip-picker input[type=date]>a,.single-product #primary .woocommerce-product-details__short-description>a,.single-product #primary .woocommerce-tabs ul li>a,.single-product #primary .woocommerce-tabs ol li>a,.product-filters form>ul li label>a,.woocommerce-order-received table tfoot tr td>a,.woocommerce-order-received table tbody tr td>a,.woocommerce-order-received table thead tr td>a,.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong>a,.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li>a,.woocommerce-error li>a,.woocommerce-checkout-payment ul li .wc-credit-card-form.wc-payment-form label>a,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr td>a,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr td>a,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr td>a,.woocommerce-checkout .woocommerce #order_comments_field label>a,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p label>a,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p label>a,.single-blog-post__content ul li>a,.text-image-decorated__author>a,.three-boxes__info-item span>a,.contact__form .gform_confirmation_message>a,.contact__phone>a,.contact__email>a{font-weight:500;text-decoration:underline;display:inline-block;color:#000}p>a:hover,.paragraph>a:hover,.woocommerce-account .woocommerce label>a:hover,.woocommerce-account .default-block.container .woocommerce nav ul li a>a:hover,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce nav ul li a>a:hover,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce nav ul li a>a:hover,.woocommerce-account .tax-product_cat .default-block#main .woocommerce nav ul li a>a:hover,.tax-product_cat .woocommerce-account .default-block#main .woocommerce nav ul li a>a:hover,.woocommerce-account .single-product .default-block#primary .woocommerce nav ul li a>a:hover,.single-product .woocommerce-account .default-block#primary .woocommerce nav ul li a>a:hover,.variations th>a:hover,.single-product #primary .trip-picker input[type=date]>a:hover,.single-product #primary .woocommerce-product-details__short-description>a:hover,.single-product #primary .woocommerce-tabs ul li>a:hover,.single-product #primary .woocommerce-tabs ol li>a:hover,.product-filters form>ul li label>a:hover,.woocommerce-order-received table tfoot tr td>a:hover,.woocommerce-order-received table tbody tr td>a:hover,.woocommerce-order-received table thead tr td>a:hover,.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong>a:hover,.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li>a:hover,.woocommerce-error li>a:hover,.woocommerce-checkout-payment ul li .wc-credit-card-form.wc-payment-form label>a:hover,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr td>a:hover,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr td>a:hover,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr td>a:hover,.woocommerce-checkout .woocommerce #order_comments_field label>a:hover,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p label>a:hover,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p label>a:hover,.single-blog-post__content ul li>a:hover,.text-image-decorated__author>a:hover,.three-boxes__info-item span>a:hover,.contact__form .gform_confirmation_message>a:hover,.contact__phone>a:hover,.contact__email>a:hover{text-decoration:underline;color:#000}p>strong,.paragraph>strong,.woocommerce-account .woocommerce label>strong,.woocommerce-account .default-block.container .woocommerce nav ul li a>strong,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce nav ul li a>strong,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce nav ul li a>strong,.woocommerce-account .tax-product_cat .default-block#main .woocommerce nav ul li a>strong,.tax-product_cat .woocommerce-account .default-block#main .woocommerce nav ul li a>strong,.woocommerce-account .single-product .default-block#primary .woocommerce nav ul li a>strong,.single-product .woocommerce-account .default-block#primary .woocommerce nav ul li a>strong,.variations th>strong,.single-product #primary .trip-picker input[type=date]>strong,.single-product #primary .woocommerce-product-details__short-description>strong,.single-product #primary .woocommerce-tabs ul li>strong,.single-product #primary .woocommerce-tabs ol li>strong,.product-filters form>ul li label>strong,.woocommerce-order-received table tfoot tr td>strong,.woocommerce-order-received table tbody tr td>strong,.woocommerce-order-received table thead tr td>strong,.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong>strong,.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li>strong,.woocommerce-error li>strong,.woocommerce-checkout-payment ul li .wc-credit-card-form.wc-payment-form label>strong,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr td>strong,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr td>strong,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr td>strong,.woocommerce-checkout .woocommerce #order_comments_field label>strong,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p label>strong,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p label>strong,.single-blog-post__content ul li>strong,.text-image-decorated__author>strong,.three-boxes__info-item span>strong,.contact__form .gform_confirmation_message>strong,.contact__phone>strong,.contact__email>strong{font-weight:700}ul>li,ol>li{font-size:18px;line-height:1.65;font-weight:400}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;outline:0 !important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Roboto",sans-serif;max-width:100vw !important;overflow-x:hidden;position:relative;font-weight:400;color:#000;background:#e2d7c6}body.archive{padding:0}select,input[type=text],input[type=password],input[type=number],input[type=submit],textarea{offset:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Roboto",sans-serif}button{border:none;background:none;outline:none;font-family:"Roboto",sans-serif}button:focus{outline:none}a,button,input[type=submit]{cursor:pointer !important;font-family:"Roboto",sans-serif}a{text-decoration:none;color:inherit;display:inline-block}a:hover{text-decoration:none;color:inherit}img,svg{display:block;width:auto;height:auto;max-width:100%}.container .container,.single-product #primary .container,.container .single-product #primary,.single-product .container #primary,.single-product #primary #primary,.woocommerce-shop #main .container,.woocommerce-shop #main .single-product #primary,.single-product .woocommerce-shop #main #primary,.tax-product_cat #main .container,.tax-product_cat #main .single-product #primary,.single-product .tax-product_cat #main #primary,.container .woocommerce-shop #main,.single-product #primary .woocommerce-shop #main,.woocommerce-shop .container #main,.woocommerce-shop .single-product #primary #main,.single-product .woocommerce-shop #primary #main,.woocommerce-shop #main #main,.container .tax-product_cat #main,.single-product #primary .tax-product_cat #main,.tax-product_cat .container #main,.tax-product_cat .single-product #primary #main,.single-product .tax-product_cat #primary #main,.tax-product_cat #main #main{max-width:100% !important;padding:0 !important}@media(min-width: 1200px){.main--subpage{padding:62px 0 0 !important}}.default-block.container,.single-product .default-block#primary,.woocommerce-shop .default-block#main,.tax-product_cat .default-block#main{margin:20px auto 0}@media(min-width: 1200px){.default-block.container ol,.single-product .default-block#primary ol,.woocommerce-shop .default-block#main ol,.tax-product_cat .default-block#main ol,.default-block.container ul,.single-product .default-block#primary ul,.woocommerce-shop .default-block#main ul,.tax-product_cat .default-block#main ul{padding:0 0 0 15px}}body.page .display-none,body.woocommerce-page .display-none{display:none}.woocommerce .col-1,.woocommerce .col-2{max-width:none !important}#wpadminbar{position:fixed !important}@media(max-width: 767px){#wpadminbar{display:none !important}}#wpadminbar #wp-admin-bar-search{display:none !important}.gform_wrapper{margin:0}.gform_body ul li{margin:0 !important;padding:0 !important}.gform_body ul li label{display:none !important}.gform_body ul li>div{margin:0 !important}.gform_footer{margin:0 !important;padding:0 !important}.ercoding-form .gform_wrapper div.validation_error{padding:0 !important;margin:0 0 10px !important;font-size:12px !important}.ercoding-form .gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error.gfield_contains_required{max-width:100% !important;margin:0 !important;background:none !important;border:none !important}.ercoding-form .gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error.gfield_contains_required input,.ercoding-form .gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error.gfield_contains_required textarea{border:2px solid #949494 !important}.ercoding-form .validation_message{display:none !important}.ercoding-form .gform_validation_errors{padding:16px !important;text-align:center}.ercoding-form .gform_validation_errors .gform-icon{display:none !important}.gfield_required.gfield_required_text{font-style:normal !important;font-size:12px !important;color:#000 !important}.gfield_required_text{display:none !important}.gform_wrapper.gravity-theme .gform_validation_errors{border-radius:0 !important;margin:0 0 25px !important}.gform_error-message{margin:0}.slick-prev,.slick-next{font-size:0px}ul>li,ol>li{list-style:none}.container-fluid--max-width{max-width:2300px}.container-fluid--padding{padding:0 30px}@media(max-width: 991px){.container-fluid--padding{padding:0 15px}}.text-center{text-align:center}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.object-fit-cover{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;max-width:100%}.object-fit-contain,.product__image img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;max-width:100%}.cover{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;z-index:4;margin:0;padding:0;display:block}.inactive{pointer-events:none}.mt-5{margin-top:25px}.mt-4{margin-top:20px}.mt-3{margin-top:15px}.mb-5{margin-bottom:25px}.mb-4{margin-bottom:20px}.mb-3{margin-bottom:15px}@media(min-width: 992px){.mobile-only{display:none !important}}@media(max-width: 991px){.desktop-only{display:none !important}}.preloader{width:100vw;height:100vh;position:fixed;background:#fff;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:99999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preloader__logo{width:150px;height:100px}.preloader__logo img{-webkit-animation:preloader 2000ms ease infinite;animation:preloader 2000ms ease infinite;max-width:100%;height:auto;display:block}@-webkit-keyframes preloader{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes preloader{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}.button,.woocommerce-checkout .woocommerce #ship-to-different-address label::after{border:1px solid #0b6d55;padding:15px 20px 15px 19px;font-size:18px;text-transform:uppercase;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#0b6d55;color:#fff;-webkit-transition:all 300ms ease;transition:all 300ms ease;border-radius:0px !important;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;text-align:center;line-height:1 !important;position:relative;overflow:hidden;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}@media(max-width: 449px){.button,.woocommerce-checkout .woocommerce #ship-to-different-address label::after{padding:9px 20px .59375rem;font-size:12px}}.button::before{content:"";display:block;width:20px;height:20px;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/anchor-icon.png) left/contain no-repeat;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.button:hover,.woocommerce-checkout .woocommerce #ship-to-different-address label:hover::after{color:#fff;border:1px solid #0b6d55;background:#0b6d55}.button:hover::after,.woocommerce-checkout .woocommerce #ship-to-different-address label:hover::after{content:"";position:absolute;top:0;left:-100%;height:100%;width:100%;background:linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);-webkit-transition:none;transition:none;-webkit-animation:mmpuu 1s forwards;animation:mmpuu 1s forwards}@-webkit-keyframes mmpuu{0%{left:-100%}50%{left:100%}100%{left:100%}}@keyframes mmpuu{0%{left:-100%}50%{left:100%}100%{left:100%}}.button--checkout,.button--continue-shopping,.button--update-cart{min-width:184px;text-align:center}.button--checkout{margin:20px 0 0}.button--continue-shopping,.button--update-cart{margin:10px 0 0;border:1px solid #fff;background:rgba(0,0,0,0);color:#fff;display:none !important}.button--continue-shopping:hover,.button--update-cart:hover{background:#0b6d55;border:1px solid #0b6d55}.button--continue-shopping::after,.button--update-cart::after{display:none}.button--ghost{background:rgba(0,0,0,0);border:1px solid #fff;color:#fff}.button--inactive{background:#d1d2d4;border:1px solid #e2d7c6;color:#949494;pointer-events:none;cursor:context-menu}.button--inactive:hover{background:#d1d2d4;border:1px solid #e2d7c6;color:#949494}.button--full-width{display:block;width:100%;padding:30px 25px 31px;font-size:20px}.button.single_add_to_cart_button,.woocommerce-checkout .woocommerce #ship-to-different-address label.single_add_to_cart_button::after{margin:0;height:53px}.button.acf-button,.woocommerce-checkout .woocommerce #ship-to-different-address label.acf-button::after{background:#f6f7f7 !important;padding:0 10px !important;color:#2271b1 !important;font-size:13px !important;line-height:2.15384615 !important;border:1px solid #2271b1 !important}.added_to_cart{display:none !important}.hamburger{display:none;width:30px;height:29px;position:relative;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;background:none;border:none !important;cursor:pointer;-ms-flex-negative:0;flex-shrink:0}@media(max-width: 1199px){.hamburger{display:block;margin:0}}.hamburger span{display:block;position:absolute;height:4px;width:100%;background:#e4be6c;border-radius:0px;opacity:1;left:0;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.hamburger span:nth-child(1){top:0px}.hamburger span:nth-child(2),.hamburger span:nth-child(3){top:12px}.hamburger span:nth-child(4){top:24px}.hamburger.active span:nth-child(1){top:18px;width:0%;left:50%}.hamburger.active span:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.active span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger.active span:nth-child(4){top:18px;width:0%;left:50%}.mailchimp-newsletter{width:100%;margin:25px 0 0}.mailchimp-newsletter__form{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 767px){.mailchimp-newsletter__form{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.mailchimp-newsletter__form input{max-width:143px}.mailchimp-newsletter p{margin:10px 0 0;font-size:13px}.mailchimp-newsletter p label input{margin:0 5px 0 0;position:relative;bottom:-2px}.mailchimp-newsletter p a{text-decoration:underline}.mc4wp-form-submitted.mc4wp-form-success .mailchimp-newsletter{display:none}.ercoding-form{width:100%}.inputs,.woocommerce-EditAccountForm.edit-account input,.woocommerce-input-wrapper input,.woocommerce-input-wrapper select,.woocommerce-account .woocommerce-form.woocommerce-form-login input,.woocommerce-account .woocommerce-form.woocommerce-form-register input,.single-product #primary form .variations select,.single-product #primary form .variations option,.select2-dropdown input,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>input,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>input,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>span input,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>span input,input[type=text],input[type=number],input[type=email],input[type=password],input[type=tel],select,textarea{border:1px solid #221b10 !important;padding:13px !important;font-size:16px !important;color:#fff !important;display:block;border-radius:0px !important;font-weight:400 !important;width:100%;background:#221b10 !important;min-height:53px}.inputs::-webkit-input-placeholder, .woocommerce-EditAccountForm.edit-account input::-webkit-input-placeholder, .woocommerce-input-wrapper input::-webkit-input-placeholder, .woocommerce-input-wrapper select::-webkit-input-placeholder, .woocommerce-account .woocommerce-form.woocommerce-form-login input::-webkit-input-placeholder, .woocommerce-account .woocommerce-form.woocommerce-form-register input::-webkit-input-placeholder, .single-product #primary form .variations select::-webkit-input-placeholder, .single-product #primary form .variations option::-webkit-input-placeholder, .select2-dropdown input::-webkit-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>input::-webkit-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>input::-webkit-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>span input::-webkit-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>span input::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder{font-size:15px !important;color:#fff !important;font-weight:400 !important;font-family:"Roboto",sans-serif !important}.inputs::-moz-placeholder, .woocommerce-EditAccountForm.edit-account input::-moz-placeholder, .woocommerce-input-wrapper input::-moz-placeholder, .woocommerce-input-wrapper select::-moz-placeholder, .woocommerce-account .woocommerce-form.woocommerce-form-login input::-moz-placeholder, .woocommerce-account .woocommerce-form.woocommerce-form-register input::-moz-placeholder, .single-product #primary form .variations select::-moz-placeholder, .single-product #primary form .variations option::-moz-placeholder, .select2-dropdown input::-moz-placeholder, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>input::-moz-placeholder, .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>input::-moz-placeholder, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>span input::-moz-placeholder, .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>span input::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder{font-size:15px !important;color:#fff !important;font-weight:400 !important;font-family:"Roboto",sans-serif !important}.inputs:-ms-input-placeholder, .woocommerce-EditAccountForm.edit-account input:-ms-input-placeholder, .woocommerce-input-wrapper input:-ms-input-placeholder, .woocommerce-input-wrapper select:-ms-input-placeholder, .woocommerce-account .woocommerce-form.woocommerce-form-login input:-ms-input-placeholder, .woocommerce-account .woocommerce-form.woocommerce-form-register input:-ms-input-placeholder, .single-product #primary form .variations select:-ms-input-placeholder, .single-product #primary form .variations option:-ms-input-placeholder, .select2-dropdown input:-ms-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>input:-ms-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>input:-ms-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>span input:-ms-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>span input:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder{font-size:15px !important;color:#fff !important;font-weight:400 !important;font-family:"Roboto",sans-serif !important}.inputs::-ms-input-placeholder, .woocommerce-EditAccountForm.edit-account input::-ms-input-placeholder, .woocommerce-input-wrapper input::-ms-input-placeholder, .woocommerce-input-wrapper select::-ms-input-placeholder, .woocommerce-account .woocommerce-form.woocommerce-form-login input::-ms-input-placeholder, .woocommerce-account .woocommerce-form.woocommerce-form-register input::-ms-input-placeholder, .single-product #primary form .variations select::-ms-input-placeholder, .single-product #primary form .variations option::-ms-input-placeholder, .select2-dropdown input::-ms-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>input::-ms-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>input::-ms-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>span input::-ms-input-placeholder, .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>span input::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder{font-size:15px !important;color:#fff !important;font-weight:400 !important;font-family:"Roboto",sans-serif !important}.inputs::placeholder,.woocommerce-EditAccountForm.edit-account input::placeholder,.woocommerce-input-wrapper input::placeholder,.woocommerce-input-wrapper select::placeholder,.woocommerce-account .woocommerce-form.woocommerce-form-login input::placeholder,.woocommerce-account .woocommerce-form.woocommerce-form-register input::placeholder,.single-product #primary form .variations select::placeholder,.single-product #primary form .variations option::placeholder,.select2-dropdown input::placeholder,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>input::placeholder,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>input::placeholder,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>span input::placeholder,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>span input::placeholder,input[type=text]::placeholder,input[type=number]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,select::placeholder,textarea::placeholder{font-size:15px !important;color:#fff !important;font-weight:400 !important;font-family:"Roboto",sans-serif !important}.social-media{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0 20px}.social-media a{display:block;margin:0;padding:0;width:100%;max-width:25px;height:25px}.social-media a img{-webkit-filter:brightness(0.15);filter:brightness(0.15)}.section-id{width:1px;height:1px;opacity:0;z-index:-1;pointer-events:none;position:absolute;left:0;top:-100px}.section-id--background{top:-60px}body.admin-bar .section-id{top:-135px}body.admin-bar .section-id--background{top:-92px}.spacer{width:100%}@media(max-width: 1199px){.spacer{height:50px !important}}.spacer--background{background:#e2d7c6}.spacer--black{background:#221b10}@media(max-width: 1199px){.spacer--small{height:25px !important}}.slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:initial}@media(max-width: 767px){.slick-dots{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.slick-dots li{padding:0 5px;list-style:none}@media(max-width: 767px){.slick-dots li{margin:5px}}.slick-dots li:before{display:none}.slick-dots li button{width:25px;height:7px;background:rgba(11,109,85,.5);font-size:0px}.slick-dots li.slick-active button{background:#0b6d55}html{scrollbar-width:thin;scrollbar-color:#0b6d55 #f5f5f5}html::-webkit-scrollbar{width:12px;background-color:#f5f5f5}html::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:0px;background-color:#f5f5f5}html::-webkit-scrollbar-thumb{border-radius:0px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#0b6d55}.animated-number{min-width:200px}.animated-number__circle{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center;stroke-dasharray:0 100}.animated-number__circle--animated{-webkit-animation:animated-number-fill 2s ease-out forwards;animation:animated-number-fill 2s ease-out forwards}@-webkit-keyframes animated-number-fill{from{stroke-dasharray:0 100}to{stroke-dasharray:var(--dasharray) 100}}@keyframes animated-number-fill{from{stroke-dasharray:0 100}to{stroke-dasharray:var(--dasharray) 100}}.prev-and-next-posts{display:-webkit-box;display:-ms-flexbox;display:flex;margin:40px 0 0}@media(max-width: 500px){.prev-and-next-posts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.prev-and-next-posts__item{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d1d2d4;border-radius:0px;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 20px 15px;width:50%}@media(max-width: 500px){.prev-and-next-posts__item{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.prev-and-next-posts__item:before{width:163px;height:61px;background:#fff;position:absolute;bottom:-0.1875rem;content:"";display:block;z-index:0}.prev-and-next-posts__item:first-child{margin:0 10px 0 0}@media(max-width: 500px){.prev-and-next-posts__item:first-child{margin:10px 0 0}}.prev-and-next-posts__item:first-child:before{left:-0.1875rem}.prev-and-next-posts__item:nth-child(2){margin:0 0 0 10px}@media(max-width: 500px){.prev-and-next-posts__item:nth-child(2){margin:35px 0 0}}.prev-and-next-posts__item:nth-child(2) .prev-and-next-posts__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media(min-width: 500px)and (max-width: 699px){.prev-and-next-posts__item:nth-child(2) .prev-and-next-posts__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.prev-and-next-posts__item:nth-child(2) .prev-and-next-posts__image{padding:0 0 0 15px}.prev-and-next-posts__item:nth-child(2) .prev-and-next-posts__content{text-align:right}@media(max-width: 699px){.prev-and-next-posts__item:nth-child(2) .prev-and-next-posts__content{text-align:center}}.prev-and-next-posts__item:nth-child(2) .prev-and-next-posts__title{text-align:right}@media(max-width: 699px){.prev-and-next-posts__item:nth-child(2) .prev-and-next-posts__title{text-align:center}}.prev-and-next-posts__item:nth-child(2):before{right:-0.1875rem}.prev-and-next-posts__item--blank{display:none}.prev-and-next-posts__link{width:100%;margin:0 0 15px 0}.prev-and-next-posts__link a{color:#221b10;font-size:15px;position:relative}.prev-and-next-posts__link a:hover{color:#221b10}.prev-and-next-posts__link a:before{top:5px;position:absolute;content:"";display:block;width:5px;height:8px;background:red;z-index:1}.prev-and-next-posts__link--prev a{padding:0 0 0 15px}.prev-and-next-posts__link--prev a:before{left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.prev-and-next-posts__link--next{text-align:right}.prev-and-next-posts__link--next a{padding:0 15px 0 0}.prev-and-next-posts__link--next a:before{right:0}.prev-and-next-posts__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media(min-width: 500px)and (max-width: 699px){.prev-and-next-posts__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.prev-and-next-posts__image{width:33.33%;padding:0 15px 0 0;height:115px;-webkit-box-flex:0;-ms-flex:0 1 130px;flex:0 1 130px;position:relative;z-index:1}@media(min-width: 500px)and (max-width: 699px){.prev-and-next-posts__image{width:100%;padding:0px;max-width:500px}}.prev-and-next-posts__image img{border-radius:0px}.prev-and-next-posts__image-link{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:1;margin:0}.prev-and-next-posts__content{width:66.66%;padding:0;position:relative;z-index:1}@media(min-width: 500px)and (max-width: 699px){.prev-and-next-posts__content{width:100%;padding:0px;max-width:500px;text-align:center;margin:10px 0 0}}.prev-and-next-posts__content span{display:inline-block;position:relative;padding:0 5px 0 0;margin:10px 0px 0 0;line-height:1;color:#221b10;font-size:13px}.prev-and-next-posts__content span:after{top:0;right:0;position:absolute;display:block;content:"";width:1px;height:100%;background:#221b10}.prev-and-next-posts__content span:last-of-type:after{display:none}.prev-and-next-posts__content p{font-size:13px;margin:5px 0 0;line-height:1.35}.prev-and-next-posts__title{font-size:16px;color:#221b10;font-weight:500;margin:10px 0 0;text-align:left;display:block}.prev-and-next-posts__title:hover{color:#221b10}@media(min-width: 500px)and (max-width: 699px){.prev-and-next-posts__title{text-align:center}}.prev-and-next-posts--no-prev{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.prev-and-next-posts--no-next{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.opening-hours{margin:15px 0 0}.opening-hours>p{margin:0}.opening-hours>p span{min-width:100px;display:inline-block}.top-bar{background:#0b6d55;width:100%;border-bottom:1px solid #221b10}.top-bar__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:10px 20px;padding:18px 0}@media(max-width: 767px){.top-bar__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.top-bar__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px 20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar__content--left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(max-width: 767px){.top-bar__content--left{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.top-bar__content--right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width: 767px){.top-bar__content--right{display:none}}.top-bar__phone,.top-bar__email{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;color:#e4be6c;text-shadow:-1px 1px 0 #000,1px 1px 0 #000,-1px 0px 0 #000,1px 2px 0 #000;font-size:15px;font-weight:500}.top-bar__phone::before,.top-bar__email::before{content:"";display:block;position:relative}.top-bar__phone:hover,.top-bar__email:hover{color:#e4be6c;text-shadow:-1px 1px 0 #000,1px 1px 0 #000,-1px 0px 0 #000,1px 2px 0 #000}.top-bar__phone::before{width:18px;height:18px;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/phone-icon.svg) center/contain no-repeat;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(57) hue-rotate(315deg) brightness(0.85);filter:brightness(0) invert(1) sepia(1) saturate(57) hue-rotate(315deg) brightness(0.85)}.top-bar__email::before{width:18px;height:18px;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/email-icon.svg) center/contain no-repeat;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(57) hue-rotate(315deg) brightness(0.85);filter:brightness(0) invert(1) sepia(1) saturate(57) hue-rotate(315deg) brightness(0.85)}.top-bar__social-media{margin:0}.top-bar__social-media a{max-width:25px;height:25px;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(57) hue-rotate(315deg) brightness(0.85);filter:brightness(0) invert(1) sepia(1) saturate(57) hue-rotate(315deg) brightness(0.85)}.announcement-bar{background:#b33028;color:#fff;width:100%;border-bottom:1px solid rgba(0,0,0,.25)}.announcement-bar__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:9px 0;text-align:center}.announcement-bar__track{position:relative;width:100%;min-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.announcement-bar__text{font-size:14px;font-weight:600;line-height:1.4;color:#fff;letter-spacing:.2px;display:block}.announcement-bar:not(.announcement-bar--carousel) .announcement-bar__text{position:static}.announcement-bar--carousel .announcement-bar__track{min-height:22px}.announcement-bar--carousel .announcement-bar__text{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;-webkit-transition:opacity 500ms ease;transition:opacity 500ms ease;pointer-events:none}.announcement-bar--carousel .announcement-bar__text.is-active{opacity:1}@media(max-width: 767px){.announcement-bar__content{padding:8px 0}.announcement-bar__text{font-size:13px}}.bottom-bar{width:100%;background:#0b6d55;padding:0;border-top:1px solid #fff}.bottom-bar__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 0}@media(max-width: 767px){.bottom-bar__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.bottom-bar__wrapper p{color:#fff;font-size:12px;margin:0}.bottom-bar__wrapper p a{color:#fff;font-weight:700;text-decoration:none}.pagination,.woocommerce-pagination{width:100%;text-align:center;margin:40px 0 0}.pagination ul,.woocommerce-pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:16px 0 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination ul li,.woocommerce-pagination ul li{margin:10px}.pagination ul li:first-child,.pagination ul li:last-child(2),.woocommerce-pagination ul li:first-child,.woocommerce-pagination ul li:last-child(2){display:none}.pagination ul li a,.pagination ul li span,.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:32px;height:32px;margin:0;padding:0;line-height:32px;text-align:center;font-weight:600;color:#e4be6c}.pagination ul li a:hover,.pagination ul li span:hover,.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li span:hover{background-color:#eee}.pagination ul li a.current,.pagination ul li span.current,.woocommerce-pagination ul li a.current,.woocommerce-pagination ul li span.current{background:#e4be6c;border:2px solid #e4be6c;color:#fff}.pagination ul li a.next,.pagination ul li a.prev,.pagination ul li span.next,.pagination ul li span.prev,.woocommerce-pagination ul li a.next,.woocommerce-pagination ul li a.prev,.woocommerce-pagination ul li span.next,.woocommerce-pagination ul li span.prev{display:none}.popup{display:none;position:fixed;width:100vw;height:100vh;overflow:hidden;max-width:100%;max-height:100%;background:rgba(0,0,0,.5);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;right:0;bottom:0;padding:15px}.popup--newsletter{z-index:98}.popup--shop{z-index:99}.popup__wrapper{background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);padding:50px 50px;width:100%;max-width:500px;max-height:500px;border-radius:0px;position:relative}@media(max-width: 767px){.popup__wrapper{padding:25px;max-height:450px;max-width:100%}}.popup__close{position:absolute;top:0px;right:10px;background:none;border:none;font-size:50px;cursor:pointer}.popup__title--shop{color:#e4be6c}.popup__title--newsletter{color:#e4be6c}.popup__code{color:#e4be6c}.popup__content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;text-align:center}.popup__content p{margin:0}.popup__content p span{display:block;font-weight:700}.cruise-type-badges{position:absolute;top:1px;left:16px;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.cruise-type-badges--three-boxes{left:0;top:0}.cruise-type{padding:6px 12px;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase}.cruise-type.special{background:#d97706}.cruise-type.live-music{background:#be185d}.cruise-type.happy-hour{background:#047857}.cruise-type.recreation{display:none}.hero-slider{width:100%;text-align:left;position:relative}.hero-slider--background{background:#e2d7c6}.hero-slider__item{position:relative;width:100%}.hero-slider__item:hover .hero-slider__image--animated img{-webkit-transform:scale(1.05);transform:scale(1.05)}.hero-slider__image,.hero-slider__overlay{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.hero-slider__image{z-index:-1;overflow:hidden}.hero-slider__image img{-webkit-transition:all 450ms ease;transition:all 450ms ease}.hero-slider__overlay{z-index:0;background:linear-gradient(61deg, rgb(36, 36, 36) 0%, rgba(22, 22, 22, 0.6923144258) 23%, rgba(0, 0, 0, 0.3197654062) 48%, rgba(255, 255, 255, 0) 89%, rgba(255, 255, 255, 0) 100%)}.hero-slider__link{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:2}.hero-slider__content{height:550px;width:100%;position:relative;padding:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1;max-width:100%}@media(max-width: 767px){.hero-slider__content{height:400px;padding:25px}}@media(max-width: 449px){.hero-slider__content{padding:15px}}.hero-slider__content--full{padding:45px 0}@media(max-width: 767px){.hero-slider__content--full{padding:25px 0}}@media(max-width: 449px){.hero-slider__content--full{padding:15px 0}}.hero-slider__title,.hero-slider__subtitle,.hero-slider__button,.hero-slider p{position:relative;-webkit-transition:all 500ms ease;transition:all 500ms ease}.hero-slider__title,.hero-slider__subtitle,.hero-slider p{color:#fff}.hero-slider__subtitle{margin:10px 0 0}.hero-slider__button{margin:30px 0 0}.hero-slider .slick-current{position:relative;z-index:10}.numbers{position:relative;background:#0b6d55}.numbers--background{background:#e2d7c6}.numbers__content{width:100%;text-align:center;margin:0 auto;max-width:1000px}.numbers__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:30px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}@media(max-width: 991px){.numbers__wrapper{padding:55px 0}}@media(max-width: 767px){.numbers__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media(max-width: 991px){.numbers__wrapper--about{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.numbers__item{padding:15px;text-align:center;width:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 991px){.numbers__item{padding:5px}}@media(max-width: 767px){.numbers__item{width:33.33%}}@media(max-width: 500px){.numbers__item{width:100%}}.numbers__item a{display:block;width:100%;height:100%;max-width:250px;padding:15px}.numbers__icon{width:64px;height:64px;margin:0 auto 20px}.numbers__icon img{max-width:100%;height:auto;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.numbers__digit{color:#fff;position:relative;display:inline-block;width:auto;opacity:0;-webkit-transition:all 350ms ease;transition:all 350ms ease}@media(max-width: 991px){.numbers__digit{font-size:45px}}.numbers__title{color:#fff;margin:25px 0 0}@media(max-width: 991px){.numbers__title{font-size:14px}}.numbers__subtitle{color:#fff;text-transform:uppercase;margin:0 0 10px}.popular-products{width:100%;position:relative;overflow:hidden}.popular-products--background{background:#e2d7c6}.popular-products>h2{text-align:center;margin:0 0 25px}.popular-products__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popular-products__row>li{list-style:none}@media(min-width: 992px){.popular-products__row>li .product__image{height:400px}}.cta{width:100%;text-align:center;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/pergamin.jpg) center/cover no-repeat;position:relative;margin:0 0 -85px}.cta--background{background:#e2d7c6}.cta__background{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.cta__background img{-webkit-transition:all 350ms ease;transition:all 350ms ease;-o-object-position:bottom right;object-position:bottom right}.cta__background--overlay:before{content:"";display:block;position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.85)}.cta__wrapper{padding:80px 0;position:relative;z-index:2}.cta__subtitle{margin:10px 0 0}.cta__title,.cta__subtitle,.cta p{color:#000}.cta p{max-width:700px;margin:20px auto 0;color:#000;font-size:23px;font-weight:500;line-height:1.4}.cta p a{color:#000}.cta__button{margin:35px auto 0;background:#0b6d55;border:1px solid #0b6d55;color:#fff}.cta__button::before{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.cta__button:hover{background:#0b6d55;color:#fff;border:1px solid #0b6d55}.cta--started img{-webkit-animation:ctaAnimation 8s ease-out forwards;animation:ctaAnimation 8s ease-out forwards}.cta .mailchimp-newsletter__form{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@-webkit-keyframes ctaAnimation{0%{-webkit-transform:scale(1);transform:scale(1)}40%{-webkit-filter:blur(0px);filter:blur(0px)}100%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes ctaAnimation{0%{-webkit-transform:scale(1);transform:scale(1)}40%{-webkit-filter:blur(0px);filter:blur(0px)}100%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.testimonials{width:100%;position:relative}.testimonials--background{background:#e2d7c6}.testimonials__item{position:relative;width:100%}.testimonials__item::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:2;background:-webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgba(255, 255, 255, 0))),-webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(40%, rgba(255, 255, 255, 0)));background:linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%),linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%);background-repeat:no-repeat;display:none}.testimonials__item::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:2;display:none;background:-webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(20%, rgba(255, 255, 255, 0))),-webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(20%, rgba(255, 255, 255, 0)));background:linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%),linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%);background-repeat:no-repeat}.testimonials__pattern{width:100%;height:100%;position:absolute;left:0;top:0;right:0;z-index:1}.testimonials__pattern svg{display:block;width:100%;height:100%}.testimonials__wrapper{width:100%;max-width:100%;overflow:hidden;position:relative}.testimonials__title{text-align:center}.testimonials__image{width:100%;max-width:400px;height:400px;-ms-flex-negative:0;flex-shrink:0;position:relative;z-index:3}@media(max-width: 767px){.testimonials__image{height:70vw;width:70vw}}.testimonials__image img{border-radius:50%;position:relative;z-index:2}.testimonials__image--square img{border-radius:0}.testimonials__image-decorator{display:block;content:"";z-index:1;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/pergamin.jpg) center/cover no-repeat;width:430px;height:420px;border-radius:50%;position:absolute;top:0px;left:0px;opacity:0}@media(max-width: 767px){.testimonials__image-decorator{height:72vw;width:72vw;top:0;left:0}}.testimonials__image-decorator--square{width:400px;height:400px;border-radius:0}@media(max-width: 767px){.testimonials__image-decorator--square{height:72vw;width:72vw;top:0;left:0}}.testimonials__content{margin:25px 0 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 40px;z-index:3}.testimonials__content::after{position:absolute;display:block;right:0;top:0;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/ship-icon.svg) right/contain no-repeat;width:100%;height:100%;content:"";opacity:.1}@media(max-width: 991px){.testimonials__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}}.testimonials__content p{margin:0;color:#000;font-size:20px;font-weight:500}@media(min-width: 1200px){.testimonials__content p{max-width:650px}}.testimonials__content>div{position:relative;z-index:3}.testimonials__name{margin:20px 0 0;color:#000}.testimonials__role{text-align:left;margin:5px 0 0;color:#000}.testimonials__slider .slick-slide{margin:0 20px}.testimonials__slider .slick-list{margin:0 -1.25rem}.testimonials__slider .slick-dots{margin:15px auto 0}.testimonials__slider .slick-arrow{display:none}.icons{width:100%;position:relative}.icons--background{background:#221b10}.icons__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:auto}@media(max-width: 1199px){.icons__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.icons__item{max-width:230px;text-align:center;padding:15px;width:100%}.icons__item>div{width:64px;height:64px;overflow:hidden;margin:auto}.icons__item>div img{max-width:100%;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(15) hue-rotate(323deg) brightness(0.75);filter:brightness(0) invert(1) sepia(1) saturate(15) hue-rotate(323deg) brightness(0.75)}.icons p{color:#e4be6c}.text-images{width:100%;position:relative}.text-images__pattern{height:100%;width:100%;position:absolute}.text-images__pattern svg{width:100%;height:100%;opacity:.5}.text-images--background{background:#e2d7c6}@media(max-width: 767px){.text-images{padding:55px 0}}.text-images__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.text-images__content{width:100%;margin:30px 0 0}.text-images__content p{max-width:550px}.text-images__pictures-wrapper{width:100%;position:relative;min-height:600px}@media(max-width: 767px){.text-images__pictures-wrapper{margin:55px auto 0;min-height:400px}}.text-images__left-picture{width:60%;height:470px;position:absolute;left:0;top:70px;z-index:3;border:4px solid #fff}.text-images__left-picture img{-o-object-position:center top;object-position:center top}@media(max-width: 1199px){.text-images__left-picture{height:350px}}@media(max-width: 499px){.text-images__left-picture{height:300px}}.text-images__right-picture{width:50%;height:400px;position:absolute;right:0;top:100px;z-index:1;border:4px solid #fff}@media(max-width: 1199px){.text-images__right-picture{height:350px}}@media(max-width: 499px){.text-images__right-picture{height:300px}}.text-images__top-picture{z-index:2;position:absolute;top:0;right:55px;width:50%;height:180px;border:4px solid #fff}@media(max-width: 1199px){.text-images__top-picture{height:150px}}.text-images__button{margin:35px 0 0}.text-with-image{width:100%;text-align:left;position:relative}.text-with-image--background{background:#e2d7c6}.text-with-image--padding{padding:80px 0 85px}.text-with-image__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.text-with-image__row--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.text-with-image__picture{width:100%;height:350px}@media(max-width: 767px){.text-with-image__picture{margin:30px 0 0;height:380px}}.text-with-image__picture img{-o-object-position:top;object-position:top;-webkit-filter:contrast(1.05) brightness(0.98);filter:contrast(1.05) brightness(0.98)}.text-with-image__picture--reverse img{-o-object-position:top;object-position:top}.text-with-image__picture--big{height:550px}@media(max-width: 767px){.text-with-image__picture--big{height:440px}}.text-with-image__title{color:#000}.text-with-image__subtitle{margin:10px 0 0;color:#000}.text-with-image__button{margin:30px 0 0}.two-columns-text{width:100%;position:relative}.two-columns-text--background{background:#e2d7c6}.two-columns-text__section-title{text-align:center;margin:0 0 25px}@media(max-width: 767px){.two-columns-text__column--right{margin:20px 0 0}}.two-columns-text p:first-of-type{margin:0}.blank-button{width:100%;position:relative;margin:0 0 100px}.blank-button--background{background:#e2d7c6}.blank-button__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.blank-button__wrapper--centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-title{width:100%;position:relative}.section-title--shop{margin:90px 0 0}.section-title h2{color:#000}.section-title h3{margin:15px 0 0}.section-title p{text-transform:initial;max-width:1050px;text-align:left;font-size:20px;font-weight:500}.section-title p:first-of-type{margin:30px 0 0}.section-title p span{color:#0b6d55;font-weight:600;font-size:25px}.section-title__wrapper{width:100%;position:relative}.section-title__wrapper--centered{text-align:center}.section-title__wrapper--centered p{text-align:center;margin:25px auto 0 !important}.section-title__wrapper--decorated{padding:0 0 0 30px}.section-title__wrapper--decorated::after{content:"";display:block;top:5px;left:0;height:calc(100% - 10px);width:5px;border-radius:0px;background:#000;position:absolute}.section-title--background{background:#e2d7c6}.section-title--background h2{color:#000}.three-images{width:100%;position:relative}.three-images--background{background:#e2d7c6}.three-images__item{width:100%;height:400px}@media(max-width: 991px){.three-images__item{height:300px;margin:15px 0 0}}.two-images{width:100%;position:relative}.two-images--background{background:#e2d7c6}.two-images__item{width:100%;height:388px;position:relative;-webkit-transition:all 350ms ease;transition:all 350ms ease;margin:20px 0 0}@media(max-width: 767px){.two-images__item{height:auto !important}}.two-images__item:hover{-webkit-filter:brightness(0.8);filter:brightness(0.8)}.contact{width:100%;position:relative}.contact--background{background:#e2d7c6}.contact__image{width:100%;max-width:350px;height:300px;-ms-flex-negative:0;flex-shrink:0;position:relative;z-index:3;margin:20px 0 0 20px}.contact__image img{position:relative;z-index:2}.contact__image-decorator{display:block;content:"";z-index:1;background:#0b6d55;width:350px;height:300px;position:absolute;top:-20px;left:-20px}.contact__subtitle{margin:20px 0 0}.contact__details{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}@media(max-width: 767px){.contact__details{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.contact__details>p{margin:13px 0 0}.contact__details>p span{font-weight:600;display:inline-block;position:relative}.contact__details>p span::after{width:100%;height:3px;content:"";display:block;background:#0b6d55;position:absolute;bottom:-2px;left:0}.contact__phone,.contact__email{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;gap:8px;color:#000;font-weight:500}.contact__phone::before,.contact__email::before{content:"";display:block;-webkit-filter:brightness(0.2);filter:brightness(0.2);position:relative;bottom:-2px}.contact__phone:hover,.contact__email:hover{color:#000}.contact__phone{margin:20px 0 0}.contact__phone::before{width:20px;height:20px;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/phone-icon.svg) center/contain no-repeat}.contact__email{margin:5px 0 0}.contact__email::before{width:20px;height:20px;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/email-icon.svg) center/contain no-repeat}.contact__social-media{margin:10px 0 0}.contact__address{margin:10px 0 0}.contact__address p{margin:0}@media(max-width: 767px){.contact__address p{text-align:center}}.contact__form{margin:3px 0 0;padding:50px;-webkit-box-shadow:0px 1px 20px 0px rgba(0,0,0,.1);box-shadow:0px 1px 20px 0px rgba(0,0,0,.1);background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/pergamin.jpg) center/cover no-repeat}@media(max-width: 767px){.contact__form{margin:30px 0 0}}.contact__form form .gform_body .gform_fields{grid-row-gap:25px;grid-column-gap:25px}.contact__form form .gform_body .gform_fields>div{width:100%}.contact__form form .gform_body .gform_fields>div input{line-height:1 !important}.contact__form form .gform_body .gform_fields>div textarea{height:181px !important}.contact__form form .gform_body .gform_fields>div .ginput_recaptcha.gform-initialized{margin:0 0 10px}.contact__form form .gform_body .gform_fields .gfield.gfield--type-consent{margin:-20px 0 0}.contact__form form .gform_body .gform_fields p,.contact__form form .gform_body .gform_fields label{margin:0;font-size:15px;font-weight:500;color:#221b10}.contact__form form .gform_body .gform_fields p a,.contact__form form .gform_body .gform_fields label a{color:#221b10;text-decoration:underline;font-weight:500;font-size:15px}.contact__form form .gform_body .gform_fields .gfield_label{display:none}.contact__form form .gform_body .gform_fields fieldset{margin:0;border:none !important}.contact__form form .gform_footer{margin:25px 0 0 !important;text-align:right;display:block !important}@media(max-width: 767px){.contact__form form .gform_footer{text-align:center;margin:25px 0 0 !important}}.contact__form form .gform_footer input{border-radius:0px !important;background:#221b10 !important;border:1px solid #221b10}.map{width:100%;position:relative;margin:0 0 -75px}.map--background{background:#e2d7c6}.map__content{height:450px;width:100%}@media(max-width: 767px){.map__content{height:300px !important}}.map__content iframe{width:100%;height:100%}.subpage-hero{width:100%;position:relative}.subpage-hero--background{background:#e2d7c6}.subpage-hero__background{width:100%;height:100%;position:absolute;left:0;top:0;right:0;z-index:1}.subpage-hero__background img{-o-object-position:center left;object-position:center left;-webkit-filter:brightness(0.9);filter:brightness(0.9)}.subpage-hero__background--plain{background:#e2d7c6}.subpage-hero__overlay{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(33%, rgba(0, 0, 0, 0.2)), color-stop(48%, rgba(0, 0, 0, 0.1)), color-stop(89%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0) 89%, rgba(0, 0, 0, 0) 100%)}.subpage-hero__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:150px 0 100px;position:relative;z-index:2;text-align:center}@media(max-width: 767px){.subpage-hero__wrapper{padding:60px 0}}.subpage-hero__title{color:#e4be6c;text-shadow:-1px 3px 0 #000,1px 3px 0 #000,-1px 3px 0 #000,1px 3px 0 #000}.motto-bar{width:100%;background:#d1d2d4;position:relative}.motto-bar--background{background:#e2d7c6}.motto-bar__content{width:100%;text-align:center;padding:30px 0}.motto-bar__content p{margin:0;font-weight:800;text-transform:uppercase}.team{width:100%;position:relative}.team--background{background:#e2d7c6}.team__wrapper{margin:-30px 0 0;width:100%}.team__item{width:100%;margin:30px 0 0}.team__image{width:100%;height:250px;background:#f5f5f5}@media(max-width: 470px){.team__image{height:200px}}@media(max-width: 399px){.team__image{height:150px}}.team__image img{-webkit-filter:brightness(0.96);filter:brightness(0.96);-o-object-position:top;object-position:top}.team__image--padding{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1d2d4}.team__image--padding img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);height:auto;max-width:150px}.team__title{margin:15px 0 0}.team p{margin:5px 0 0}.program{width:100%;position:relative}.program--background{background:#e2d7c6}.program__nav{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}@media(max-width: 991px){.program__nav{-ms-flex-wrap:wrap;flex-wrap:wrap}}.program__button{min-width:168px}.program__button.active{background:#d1d2d4;border:1px solid #d1d2d4}.program__wrapper{width:100%;margin:40px 0 0;min-height:570px}.program__item{width:100%;display:none;min-height:570px}.program__item:first-child{display:block}.program__title{font-size:16px;padding:0 20px;text-align:center}.program__date{font-size:13px;display:block;margin:0 0 20px;padding:0 20px;text-align:center}.program__info{width:100%;padding:20px;background:#e2d7c6}.program__info:nth-child(2n){background:#e7d6bb}.program__time{display:block;font-size:13px}.program__subtitle{font-weight:700;display:block}.list{width:100%;position:relative}.list--background{background:#e2d7c6}.list--padding{padding:85px 0 95px}.list__item{width:100%;position:relative;margin:40px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 767px){.list__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.list__item:first-child{margin:0}.list__item p{margin:0}.list__item--unordered:before{content:"";display:block;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/ship-wheel.svg) center/contain no-repeat;width:50px;height:50px;-ms-flex-negative:0;flex-shrink:0;margin:0 20px 0 0;-webkit-filter:brightness(0);filter:brightness(0)}@media(max-width: 767px){.list__item--unordered:before{margin:0 0 10px}}.list__title{margin:0 0 15px}.list__number{line-height:1;margin:-4px 50px 0 0}@media(max-width: 767px){.list__number{margin:0 0 10px}}.gallery{width:100%;max-width:100vw;overflow:hidden;position:relative}@media(max-width: 767px){.gallery{padding:0 15px}}.gallery--background{background:#e2d7c6}.gallery__slider{width:100%}.gallery__slider .slick-slide{margin:0 15px}@media(max-width: 767px){.gallery__slider .slick-slide{margin:0 .46875rem}}.gallery__slider .slick-list{margin:0 -0.9375rem}@media(max-width: 767px){.gallery__slider .slick-list{margin:0 -0.46875rem}}.gallery__image{width:100%;height:280px;margin:-6px 0 0;padding:0;overflow:hidden;background:#000}.gallery__image--full-width{height:430px}@media(max-width: 1599px){.gallery__image{height:360px}}@media(max-width: 1199px){.gallery__image{height:250px}}@media(max-width: 767px){.gallery__image{height:200px}}.iframe{width:100%;position:relative}.iframe--background{background:#221b10}.iframe h3{color:#e4be6c;margin:0 auto 30px}.iframe__element{width:100%;height:500px}@media(max-width: 767px){.iframe__element{height:330px !important}}.iframe__element iframe{width:100%;height:100%;display:none}.iframe__overlay{width:100%;position:relative;height:100%}.iframe__image{width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;right:0;bottom:0}.iframe__image img{-webkit-filter:brightness(0.8) contrast(1);filter:brightness(0.8) contrast(1)}.iframe__decorated-image{position:absolute;width:300px;top:-258px;right:296px;-webkit-transform:rotate(14deg);transform:rotate(14deg);opacity:.05}.iframe__link:before{display:block;content:"";position:absolute;right:50%;bottom:50%;-webkit-transform:translateX(50%) translateY(50%);transform:translateX(50%) translateY(50%);z-index:3;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/play-icon-psd.png) center/contain no-repeat;width:90px;height:90px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);opacity:.9}.blank-image{width:100%;position:relative;position:absolute;height:97vh !important;margin:-80px 0 0;min-height:1625px}.blank-image--background{background:#e2d7c6}.timeline{width:100%;position:relative}.timeline--background{background:#e2d7c6}.faq{width:100%;max-width:100vw;position:relative;padding:80px 0;background:#221b10;margin:0 0 -80px}.faq--background{background:#221b10}.faq h2{color:#e4be6c}.faq__wrapper{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:50px 0 0}.faq__item{width:calc(50% - 15px);display:-webkit-box;display:-ms-flexbox;display:flex;background:#e2d7c6;padding:30px 20px 25px;gap:30px}@media(max-width: 991px){.faq__item{width:100%}}.faq__number{width:50px;min-height:45px;line-height:1;display:block;-ms-flex-negative:0;flex-shrink:0;text-align:center;position:relative}.faq__content{margin:0 0 0 10px;width:100%}.faq__question{width:100%;font-size:18px;font-family:"Roboto",sans-serif;font-weight:600;color:#221b10;width:100%;display:block;text-align:left}@media(max-width: 767px){.faq__question{font-size:14px}}.faq__answer p{text-align:left}@media(max-width: 767px){.faq__answer p{font-size:14px}}.thank-you{width:100%;text-align:center;position:relative}.thank-you--background{background:#e2d7c6}.thank-you__content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.thank-you__button{margin:25px auto 0}.two-buttons{width:100%;position:relative}.two-buttons--background{background:#e2d7c6}.two-buttons__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px}@media(max-width: 767px){.two-buttons__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(max-width: 767px){.two-buttons__button{min-width:203px;text-align:center}}.two-buttons__button:last-child{margin:0 0 0 15px}.two-columns-list{width:100%;position:relative}.two-columns-list--background{background:#e2d7c6}.wyswig-content{width:100%;position:relative}.wyswig-content--background{background:#e2d7c6}.wyswig-content__wrapper{width:100%}.wyswig-content__wrapper h1,.wyswig-content__wrapper h2,.wyswig-content__wrapper h3,.wyswig-content__wrapper h4,.wyswig-content__wrapper h5{margin-bottom:25px}.wyswig-content__wrapper h1 em,.wyswig-content__wrapper h2 em,.wyswig-content__wrapper h3 em,.wyswig-content__wrapper h4 em,.wyswig-content__wrapper h5 em{font-size:inherit;line-height:inherit;font-style:normal}.wyswig-content__wrapper h1 em strong,.wyswig-content__wrapper h2 em strong,.wyswig-content__wrapper h3 em strong,.wyswig-content__wrapper h4 em strong,.wyswig-content__wrapper h5 em strong{font-weight:inherit}.wyswig-content__wrapper p{margin-bottom:15px}.wyswig-content__wrapper p em{font-size:inherit;line-height:inherit}.wyswig-content__wrapper>*:first-child{margin-top:0}.cta-hero{width:100%;text-align:left;position:relative;margin:0 0 -155px}.cta-hero--background{background:#e2d7c6}@media(max-width: 991px){.cta-hero{margin:0 0 -100px;background:#221b10}}.cta-hero__item{position:relative;width:100%}.cta-hero__item:hover .cta-hero__image--animated img{-webkit-transform:scale(1.05);transform:scale(1.05)}.cta-hero__image,.cta-hero__overlay{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.cta-hero__image{z-index:-1}.cta-hero__image img{-webkit-transition:all 450ms ease;transition:all 450ms ease;-webkit-filter:brightness(0.95) contrast(1.02);filter:brightness(0.95) contrast(1.02);width:110%;height:110%;max-width:110%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;display:block;margin:0;position:relative;top:0;-webkit-transition:all 300ms ease;transition:all 300ms ease}@media(max-width: 767px){.cta-hero__image img{-o-object-position:center;object-position:center}}.cta-hero__image img.scrolled{top:-45px}@media(max-width: 1199px){.cta-hero__image img.scrolled{top:-38px}}.cta-hero__overlay{z-index:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(33%, rgba(0, 0, 0, 0.2)), color-stop(48%, rgba(0, 0, 0, 0.1)), color-stop(89%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0) 89%, rgba(0, 0, 0, 0) 100%)}.cta-hero__link{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:2}.cta-hero__content{height:770px;width:100%;position:relative;padding:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1;text-align:center;max-width:800px;margin:0 auto}@media(max-width: 767px){.cta-hero__content{height:auto;padding:80px 25px 140px}}.cta-hero__content--full{padding:160px 0 145px}@media(max-width: 767px){.cta-hero__content--full{padding:25px 0;padding:80px 25px 140px}}.cta-hero__logo{width:100%;max-width:320px;margin:0 0 20px}@media(max-width: 767px){.cta-hero__logo{max-width:220px;margin:20px 0}}.cta-hero__title,.cta-hero__subtitle,.cta-hero__button,.cta-hero__content>p{position:relative}.cta-hero__title,.cta-hero__subtitle,.cta-hero__content>p{color:#000}.cta-hero__content>p{font-size:25px}.cta-hero__title{text-transform:uppercase;max-width:1000px}@media(max-width: 767px){.cta-hero__title{font-size:35px}}.cta-hero__button{margin:30px 0 0;background:rgba(0,0,0,0);border:2px solid #fff}.cta-hero__button:hover{border:2px solid #fff;background:#fff;color:#0b6d55}.cta-hero .slick-current{position:relative;z-index:10}.cta-hero__button-banner{top:-100px;-webkit-box-shadow:0px 0px 27px -17px #000;box-shadow:0px 0px 27px -17px #000}.cta-hero__button-banner .row,.cta-hero__button-banner .products.related .products.columns-4,.products.related .cta-hero__button-banner .products.columns-4,.cta-hero__button-banner .products.up-sells .products.columns-4,.products.up-sells .cta-hero__button-banner .products.columns-4,.cta-hero__button-banner .single-product #primary .single-product-content,.single-product #primary .cta-hero__button-banner .single-product-content,.cta-hero__button-banner .woocommerce-shop #main .products.columns-4,.woocommerce-shop #main .cta-hero__button-banner .products.columns-4,.cta-hero__button-banner .tax-product_cat #main .products.columns-4,.tax-product_cat #main .cta-hero__button-banner .products.columns-4{margin:0}.button-banner{width:100%;position:relative;background:#0b6d55;border-radius:0px;-webkit-box-shadow:1px 4px 10px -4px rgba(0,0,0,.7);box-shadow:1px 4px 10px -4px rgba(0,0,0,.7)}.button-banner--background{background:#e2d7c6}.button-banner__wrapper{padding:50px 75px}@media(max-width: 991px){.button-banner__wrapper{padding:50px}}@media(max-width: 767px){.button-banner__wrapper{padding:25px}}.button-banner__content,.button-banner__link-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.button-banner__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width: 991px){.button-banner__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.button-banner__link-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media(max-width: 991px){.button-banner__link-wrapper{margin:20px 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.button-banner__title,.button-banner p{width:100%;max-width:700px;text-align:left;color:#e4be6c}@media(max-width: 991px){.button-banner__title,.button-banner p{text-align:center;max-width:100%}}.button-banner__title{text-shadow:-1px 3px 0 #000,1px 3px 0 #000,-1px 3px 0 #000,1px 3px 0 #000}@media(max-width: 767px){.button-banner__title{max-width:350px}}.button-banner__row{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.button-banner__button{border:2px solid #e4be6c;color:#000;background:#e4be6c;-webkit-box-shadow:1px 7px 10px -4px #000;box-shadow:1px 7px 10px -4px #000}.button-banner__button::before{-webkit-filter:brightness(0);filter:brightness(0)}.button-banner__button:hover{background:#e4be6c;color:#000;border:2px solid #e4be6c}.three-boxes{width:100%;position:relative}.three-boxes--background{background:#e2d7c6}.three-boxes__item{width:100%;position:relative;padding:25px;background:#e7d6bb;margin:30px 0 0;-webkit-box-shadow:0px 6px 10px -1px rgba(0,0,0,.4);box-shadow:0px 6px 10px -1px rgba(0,0,0,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:calc(100% - 30px)}.three-boxes__item:hover .three-boxes__image img{opacity:1}.three-boxes__item:hover .three-boxes__image::before{opacity:.8}.three-boxes__item:hover .three-boxes__image::after{opacity:.5}.three-boxes__item--de h1,.three-boxes__item--de h2,.three-boxes__item--de h3{font-size:23px !important}.three-boxes__item--de h4{font-size:16px !important}.three-boxes__image{position:relative;width:100%;height:100%;z-index:1;-webkit-transition:all 350ms ease;transition:all 350ms ease;height:220px;background:#000}.three-boxes__image::before,.three-boxes__image::after{width:100%;height:100%;display:block;position:absolute;content:"";top:0;left:0;right:0;bottom:0;opacity:0;-webkit-transition:all 300ms ease;transition:all 300ms ease}.three-boxes__image::before{background:#221b10;z-index:2}.three-boxes__image::after{background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/ship-icon.svg) center/50px no-repeat;z-index:3;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.three-boxes__image img{-webkit-transition:all 350ms ease;transition:all 350ms ease}.three-boxes__image--big{height:370px}.three-boxes__image--small{height:170px}@media(max-width: 767px){.three-boxes__image--small{height:230px}}.three-boxes__content{width:100%}.three-boxes__content h1,.three-boxes__content h2,.three-boxes__content h3{margin:25px 0 0}.three-boxes__content h4{margin:0 0 5px;font-size:18px;text-transform:uppercase}.three-boxes__content p{margin:15px 0 0}.three-boxes__info{width:100%;margin:10px 0 0}.three-boxes__info-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0 0}.three-boxes__info-item span{margin:0;font-size:14px;font-weight:500}.three-boxes__icon{width:100%;max-width:28px;height:28px}.three-boxes__icon:first-child{max-width:36px;height:36px}.three-boxes__link{margin:15px 0 0;display:inline-block;-webkit-transition:all 300ms ease;transition:all 300ms ease}.three-columns-content{width:100%;position:relative;z-index:2}.three-columns-content--background{background:#e2d7c6}.three-columns-content__item{width:100%;margin:45px 0 0}.three-columns-content__title{margin:0}.three-columns-content p:first-of-type{margin:30px 0 0}.three-columns-content__button{margin:25px 0 0}.border-divider{height:2px;width:100%;background:#221b10}.counter{width:100%;background:#0b6d55;overflow:hidden;position:relative}.counter--background{background:#e2d7c6}@media(max-width: 1199px){.counter{text-align:center}}.counter__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.counter__content{position:relative;width:100%;padding:60px 0}.counter__content p{margin:0;color:#fff;max-width:430px}.counter__content p span{display:block;margin:0;color:#fff}.counter__content p span .counter{width:100%;background:#0b6d55;overflow:hidden;position:relative}@media(max-width: 1199px){.counter__content p span .counter{text-align:center}}.counter__content p span .counter__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1199px){.counter__content p span .counter__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.counter__content p span .counter__content{position:relative;padding:10px 0;text-align:left}.counter__content p span .counter__content p{margin:0;color:#fff;max-width:430px;text-align:left;font-weight:500}@media(max-width: 767px){.counter__content p span .counter__content p{font-size:14px}}.counter__content p span .counter__content p span{display:block;margin:0;color:#fff;font-weight:400;margin:10px 0 0}.counter__content p span .counter__time-wrapper{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}@media(max-width: 1199px){.counter__content p span .counter__time-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 575px){.counter__content p span .counter__time-wrapper{gap:15px}}.counter__content p span .counter__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;max-width:43px;color:#fff;padding:10px;min-width:43px}@media(max-width: 767px){.counter__content p span .counter__item{min-width:70px}}@media(max-width: 575px){.counter__content p span .counter__item{min-width:initial;padding:0 10px}}.counter__content p span .counter__item:after{display:block;margin:0 0;text-align:center;color:#fff;font-weight:400}.counter__content p span .counter__day:after{content:"dni"}.counter__content p span .counter__hour:after{content:"godzin"}.counter__content p span .counter__minute:after{content:"min"}.counter__content p span .counter__second:after{content:"sekund"}.counter__content p span{font-weight:400;margin:10px 0 0}.counter__button{border:1px solid #fff;margin:30px 0 0}@media(max-width: 399px){.counter__button{width:100%}}.counter__button:first-child{border:1px solid #fff;color:#0b6d55;background:#fff}.counter__button:hover{border:1px solid #fff;color:#0b6d55;background:#fff}.counter__time-wrapper{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}@media(max-width: 1199px){.counter__time-wrapper{padding:0 0 40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 575px){.counter__time-wrapper{gap:15px}}.counter__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;max-width:130px;color:#fff;padding:25px;min-width:130px}@media(max-width: 767px){.counter__item{min-width:100px}}@media(max-width: 575px){.counter__item{min-width:initial;padding:0 10px}}.counter__item:before{position:absolute;right:50%;bottom:50%;-webkit-transform:translateX(50%) translateY(50%);transform:translateX(50%) translateY(50%);background:hsla(0,0%,100%,.2);display:block;content:"";width:100%;height:100%;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}@media(max-width: 767px){.counter__item:before{display:none}}.counter__item:after{display:block;margin:20px 0 0;text-align:center;color:#fff;font-weight:400}.counter__day:after{content:"dni"}.counter__hour:after{content:"godzin"}.counter__minute:after{content:"min"}.counter__second:after{content:"sekund"}.stats{width:100%}.stats--background{background:#e2d7c6}.stats__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}@media(max-width: 1199px){.stats__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}.stats__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.stats__title{margin:20px 0 0;text-align:center}.map-snazzy{width:100%;height:500px}.map-snazzy__marker{width:64px;height:64px}.logos{width:100%;text-align:center;position:relative}.logos--background{background:#e2d7c6}.logos__items{width:100%}.logos__items a{height:100px;width:100%;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}.logos__items a img{height:100%;display:block;-o-object-fit:contain;object-fit:contain;max-width:100%;margin:auto}.logos__items--one-slide a{height:auto}.logos__items--one-slide a img{height:auto;width:auto;-o-object-fit:initial;object-fit:initial}.logos .slick-track{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logos .slick-slide{margin:0 15px}.logos .slick-list{margin:0 -0.9375rem}.logos .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;max-width:initial;position:absolute;bottom:-3.125rem;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);z-index:5}@media(max-width: 767px){.logos .slick-dots{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.logos .slick-dots li{padding:0 5px}@media(max-width: 767px){.logos .slick-dots li{margin:3px}}.logos .slick-dots li:before{display:none}.logos .slick-dots li button{width:15px;height:15px;background:rgba(11,109,85,.5);font-size:0}.logos .slick-dots li.slick-active button{background:#0b6d55}.text-image-decorated{width:100%}.text-image-decorated--background{background:#221b10}.text-image-decorated__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 991px){.text-image-decorated__row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.text-image-decorated__content{width:100%;padding:0 0 0 30px;border-left:5px solid #e4be6c}@media(max-width: 991px){.text-image-decorated__content{margin:30px 0 0}}.text-image-decorated__content p{margin:0;text-transform:initial;color:#e4be6c}.text-image-decorated__column{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.text-image-decorated__column>div{width:100%;max-width:100%;text-align:center}@media(max-width: 991px){.text-image-decorated__column{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.text-image-decorated__picture{width:100%;max-width:100%;height:370px;margin-left:auto}.text-image-decorated__picture img{-o-object-position:center;object-position:center;-webkit-filter:brightness(0.95) contrast(1.05);filter:brightness(0.95) contrast(1.05)}.text-image-decorated__picture--circle{border-radius:50%}.text-image-decorated__picture--circle img{border-radius:50%;-o-object-position:center;object-position:center}.text-image-decorated__author{display:block;margin:10px 0 0;font-size:15px}.decorated-text{width:100%;position:relative}.decorated-text__title{text-transform:initial;max-width:1050px;text-align:left}.decorated-text--background{background:#e4be6c}.decorated-text--background .decorated-text__title{color:#fff}.offer{width:100%;max-width:100%}@media(max-width: 767px){.offer{margin:-30px 0 0}}.offer--background{background:#e2d7c6}.offer__item{width:100%}@media(max-width: 767px){.offer__item{margin:30px 0 0}}.offer__image{width:100%;height:280px;position:relative}.offer__image::before{display:block;content:"";width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#000;opacity:0;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;z-index:1;position:absolute}.offer__image::after{position:absolute;display:block;content:"";width:100%;height:100%;max-width:100px;max-height:100px;right:50%;bottom:50%;background:red;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;z-index:2;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);-webkit-transform:translateX(50%) translateY(50%);transform:translateX(50%) translateY(50%);opacity:0}.offer__image img{-o-object-position:top right;object-position:top right}@media(max-width: 500px){.offer__image{height:250px}}.offer__title{margin:18px 0 0;font-family:"Roboto",sans-serif;font-size:20px;font-weight:500}.offer__price{margin:15px 0 0;font-size:17px}.offer__price span{font-weight:500}.offer p{margin:15px 0 0}.offer__button{margin:15px 0 0;font-size:16px;text-transform:uppercase;font-weight:500;position:relative}.offer__button::after{content:"";display:block;bottom:-5px;left:0;right:0;height:3px;width:85%;background:#0b6d55;position:absolute;-webkit-transition:all 300ms ease;transition:all 300ms ease}.offer__button:hover::after{width:100%}.offer a.cover:hover~.offer__image::before{opacity:.6}.offer a.cover:hover~.offer__image::after{opacity:1}.offer a.cover:hover~.offer__button::after{width:100%}.ercoding-theme-shortcode{position:relative;z-index:1}.header{z-index:20;position:absolute;width:100%;left:0;right:0;top:0;-webkit-transition:all 150ms ease;transition:all 150ms ease;min-height:91px}@media(max-width: 991px){.header{position:static;background:#0b6d55}}.header__background{position:absolute;top:0;z-index:1;left:15px;right:15px;width:calc(100% - 30px)}.header__background svg{max-width:1200px;margin:0 auto}.single-product header.header{position:relative;background:#0b6d55}body.admin-bar .header{top:0}body.admin-bar .header--fixed{top:0}.nav{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px 0;-webkit-transition:all 250ms ease;transition:all 250ms ease;z-index:10}@media(max-width: 1199px){.nav{padding:10px 0;min-height:65px}}.nav--fixed{padding:5px 0}.nav__logo{width:210px;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-transition:all 250ms ease;transition:all 250ms ease;display:none}@media(max-width: 1199px){.nav__logo{position:static}}.nav__logo img,.nav__logo svg{max-width:100%;height:auto}.nav__logo{text-transform:uppercase}.nav__content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 0}.nav__social-media{margin:0 0 0 30px}@media(max-width: 499px){.nav__social-media{display:none}}.nav__social-media li a{width:25px;height:25px}.nav__social-media li a img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}@media(max-width: 1199px){.nav__social-media li a img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}}.nav__button{margin:0 0 0 30px;border:2px solid #0b6d55;background:#0b6d55;color:#fff}.nav__button::before{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.nav__button:hover{border:2px solid #0b6d55;background:#0b6d55;color:#fff}@media(max-width: 599px){.nav__button{display:none}}.nav__button--tel{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;color:#000;font-weight:500;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 599px){.nav__button--tel{display:none}}.nav__button--tel::before{content:"";display:block;width:20px;height:20px;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/phone-icon.svg) center/contain no-repeat}.nav__button--tel:hover{color:#000;background:#0b6d55;border:2px solid #0b6d55}.nav__menu{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1200px){.nav__menu{-webkit-transition:all 350ms ease-in-out;transition:all 350ms ease-in-out}}@media(max-width: 1199px){.nav__menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#221b10;color:#e4be6c;position:absolute;top:calc(100% - 2px);display:none;z-index:10;left:-0.9375rem;width:calc(100% + 30px);padding:25px 0 30px;-webkit-transform:none;transform:none}}.nav__menu li{margin:0 0 0 .9375rem;position:relative}@media(max-width: 1199px){.nav__menu li{width:100%;text-align:center;margin:0;-webkit-transform:none;transform:none}}.nav__menu li:nth-child(1){margin:0}.nav__menu li a{font-size:20px;font-weight:500;text-transform:uppercase;padding:5px;color:#e4be6c;-webkit-transition:all 300ms ease;transition:all 300ms ease;text-shadow:-1px 1px 0 #000,1px 1px 0 #000,-1px 1px 0 #000,1px 3px 0 #000}@media(min-width: 1200px){.nav__menu li a:hover+ul.sub-menu{-webkit-transform:scale(1);transform:scale(1)}}@media(max-width: 1199px){.nav__menu li a{padding:10px 0;color:#e4be6c;text-transform:uppercase;font-size:16px}}.nav__menu li:last-child a{padding:5px 0 5px 5px}@media(min-width: 1200px){.nav__menu li.menu-item-has-children>a{padding:5px 5px 31px;margin:0 0 -26px}}.nav__menu li>ul.sub-menu{display:block;min-width:160px}@media(min-width: 1200px){.nav__menu li>ul.sub-menu{-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1, 0);transform:scale(1, 0);-webkit-transition:all 350ms ease;transition:all 350ms ease;position:absolute;top:58px;background:#221b10;padding:12px 10px 20px 20px;left:5px;z-index:10}}@media(max-width: 1199px){.nav__menu li>ul.sub-menu{padding:12px 0 20px;background:#221b10;display:none}}.nav__menu li>ul.sub-menu li{margin:5px 0 0}.nav__menu li>ul.sub-menu li a{padding:0;color:#e4be6c;text-transform:initial;font-size:14px}@media(max-width: 1199px){.nav__menu li>ul.sub-menu li a{font-size:15px}}.nav__menu li>ul.sub-menu:hover{-webkit-transform:scale(1);transform:scale(1)}.nav__cart-icon{position:relative;margin:0 10px 0 30px}.nav__cart-icon img{max-width:30px;display:block;position:relative;z-index:1;-webkit-filter:brightness(0);filter:brightness(0)}.nav__cart-icon span{position:absolute;right:-1rem;top:-0.625rem;z-index:2;width:20px;height:20px;color:#000;background:#0b6d55;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;font-size:15px;border-radius:50%;-webkit-transition:all 300ms ease;transition:all 300ms ease}.nav__cart-icon span.active{-webkit-animation:pulse 700ms forwards ease-in-out;animation:pulse 700ms forwards ease-in-out}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(2.5);transform:scale(2.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(2.5);transform:scale(2.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.footer{background:#0b6d55;width:100%;margin:70px 0 0}.footer--homepage{margin:0}.footer__wrapper{padding:90px 0 80px}.footer__logo{display:inline-block}.footer__logo img{max-width:170px;height:auto}.footer__phone,.footer__email{display:block;font-weight:400;font-size:15px;color:#fff}.footer__phone:hover,.footer__email:hover{color:#fff}.footer__address{margin:15px 0 0}.footer__address *{display:block;font-weight:400;font-size:15px;color:#fff}.footer__address *:hover{color:#fff}.footer__link{display:block;color:#fff;margin:10px 0 0;font-size:15px;text-decoration:underline}.footer__link:hover{text-decoration:underline}.footer__phone{margin:0 0 5px}.footer__address span{display:block;font-size:16px;color:#fff;font-weight:500;margin:15px 0 0}.footer__address p{margin:0;font-size:15px}@media(max-width: 767px){.footer__subtitle{margin:25px auto 0}}.footer__column{width:100%}.footer__column h1,.footer__column h2,.footer__column h3,.footer__column h4,.footer__column h5{margin:20px 0 0;color:#fff}.footer__column ul{width:100%;margin:20px 0 0}.footer__column ul li{margin:8px 0 0;list-style:none}.footer__column ul li a{color:#fff;font-size:15px;line-height:1.5;max-width:200px}.footer__social-media img{-webkit-filter:brightness(0) invert(1) !important;filter:brightness(0) invert(1) !important}.theme-blog{width:100%}.theme-blog--background{background:#e2d7c6}.theme-blog--subpage{margin:80px 0}.theme-blog__wrapper{width:100%}@media(width <= 991px){.theme-blog__row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.theme-blog__item{width:100%;height:100%}@media(width <= 767px){.theme-blog__item{margin:40px auto 0;height:auto}}.theme-blog__image{height:280px;width:100%;position:relative;overflow:hidden;border-radius:0px}.theme-blog__image--bigger{height:350px}.theme-blog__image--smaller{height:200px}.theme-blog__image::before{display:block;position:absolute;inset:0;margin:0;background:#000;opacity:0;z-index:1;cursor:pointer;-webkit-transition:all 350ms ease;transition:all 350ms ease;content:""}.theme-blog__image:hover::before{opacity:.2}.theme-blog__image img{-webkit-transform-origin:center;transform-origin:center;border-radius:0px}.theme-blog__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:calc(100% - 350px)}@media(width <= 767px){.theme-blog__content{height:auto}}.theme-blog__title{margin:20px 0 0;max-width:410px}.theme-blog__title:hover{color:#221b10}.theme-blog__time{display:block;font-size:15px;margin:15px 0 0}.theme-blog__button{margin:15px 0 0;font-size:16px;text-transform:uppercase;font-weight:500;position:relative}.theme-blog__button::after{content:"";display:block;bottom:-5px;left:0;right:0;height:3px;width:75%;background:#0b6d55;position:absolute;-webkit-transition:all 300ms ease;transition:all 300ms ease}.theme-blog__button:hover::after{width:100%}@media(width <= 768px){.theme-blog p{margin:16px 0 0}}@media(width <= 767px){.theme-blog{margin:-30px 0 0}}.theme-news{width:100%;padding:80px 0 100px}.theme-news__list{list-style:none;padding:0;margin:0 auto;max-width:760px}.theme-news__item{display:block;position:relative;padding:30px 0 30px 28px;border-bottom:1px solid rgba(34,27,16,.12);list-style:none !important}.theme-news__item::before{content:"" !important;position:absolute !important;left:0;top:30px;bottom:30px;width:3px;background:#0b6d55;display:block !important}.theme-news__item:first-child{padding-top:6px}.theme-news__item:first-child::before{top:6px}.theme-news__item:last-child{border-bottom:0}@media(width <= 767px){.theme-news__item{padding:24px 0 24px 20px}.theme-news__item::before{top:24px;bottom:24px}.theme-news__item:first-child::before{top:4px}}.theme-news__date{display:block;font-size:12px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#0b6d55;line-height:1;margin-bottom:10px}.theme-news__text{display:block;font-size:22px;line-height:1.5;font-weight:400;color:#221b10;letter-spacing:-0.1px}@media(width <= 767px){.theme-news__text{font-size:18px;line-height:1.45}}.theme-news__empty{max-width:760px;margin:0 auto;text-align:left;padding:20px 0 20px 28px;color:#949494;font-size:16px;border-left:3px solid rgba(34,27,16,.1)}.theme-news__pagination{margin:50px auto 0;max-width:760px}.theme-news__pagination .page-numbers{display:inline-block;min-width:40px;padding:10px 14px;margin:0 2px;text-align:center;font-size:14px;font-weight:600;color:#221b10;border:1px solid rgba(34,27,16,.18);background:rgba(0,0,0,0);-webkit-transition:all 200ms ease;transition:all 200ms ease}.theme-news__pagination .page-numbers:hover,.theme-news__pagination .page-numbers.current{background:#0b6d55;color:#fff;border-color:#0b6d55}.theme-news__pagination .nav-links{text-align:left}@media(width <= 767px){.theme-news{padding:50px 0 70px}}.single-blog-post{padding:20px 0 0;overflow:hidden}@media(max-width: 991px){.single-blog-post{padding:80px 0 0;text-align:center}}.single-blog-post__image{width:100%;height:500px;margin:0 0 35px;border-radius:0px}@media(max-width: 991px){.single-blog-post__image{height:400px}}@media(max-width: 499px){.single-blog-post__image{height:250px}}.single-blog-post__image img{-o-object-position:center;object-position:center;border-radius:0px}.single-blog-post__content>.default-block.container,.single-blog-post__content .container,.single-blog-post__content .single-product #primary,.single-product .single-blog-post__content #primary,.single-blog-post__content .woocommerce-shop #main,.woocommerce-shop .single-blog-post__content #main,.single-blog-post__content .tax-product_cat #main,.tax-product_cat .single-blog-post__content #main{margin:25px 0 0}.single-blog-post__content h2{margin:0}.single-blog-post__content ul{margin:20px 0 0}.single-blog-post__content ul .default-block.container,.single-blog-post__content ul .container,.single-blog-post__content ul .single-product #primary,.single-product .single-blog-post__content ul #primary,.single-blog-post__content ul .woocommerce-shop #main,.woocommerce-shop .single-blog-post__content ul #main,.single-blog-post__content ul .tax-product_cat #main,.tax-product_cat .single-blog-post__content ul #main{margin:0}@media(max-width: 991px){.single-blog-post__content ul{text-align:left}}.single-blog-post__content ul li{margin:0}.main--rules-page .default-block.container li>a,.main--rules-page .single-product .default-block#primary li>a,.single-product .main--rules-page .default-block#primary li>a,.main--rules-page .woocommerce-shop .default-block#main li>a,.woocommerce-shop .main--rules-page .default-block#main li>a,.main--rules-page .tax-product_cat .default-block#main li>a,.tax-product_cat .main--rules-page .default-block#main li>a{font-weight:500;text-decoration:underline;display:inline-block;color:#000}.main--rules-page .default-block.container li>a:hover,.main--rules-page .single-product .default-block#primary li>a:hover,.single-product .main--rules-page .default-block#primary li>a:hover,.main--rules-page .woocommerce-shop .default-block#main li>a:hover,.woocommerce-shop .main--rules-page .default-block#main li>a:hover,.main--rules-page .tax-product_cat .default-block#main li>a:hover,.tax-product_cat .main--rules-page .default-block#main li>a:hover{text-decoration:underline;color:#000}.theme-content-product-price,.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong .woocommerce-Price-amount.amount,.product .price,.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove a:hover,.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove a,.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-price ins .woocommerce-Price-amount.amount,.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-price>.woocommerce-Price-amount.amount{color:#000;font-size:24px;font-weight:700}.theme-content-product-price-deleted,.single-product #primary .single-product-content .price del,.product .price del,.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-price del{color:#000;font-size:16px;font-weight:400;margin:0 8px 0 0}.theme-content-product-title,.product h2,.product .woocommerce-loop-product__title,.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-name a{color:#000}.added_to_cart{display:none !important}@media(max-width: 767px){.woocommerce-shop #main,.tax-product_cat #main{max-width:calc(100% - 30px)}}.woocommerce-shop,.tax-product_cat{width:100%;max-width:100vw;position:relative;z-index:1}.woocommerce-shop .woocommerce-message,.tax-product_cat .woocommerce-message{display:none}.woocommerce-shop #primary,.tax-product_cat #primary{width:100%;max-width:100vw;overflow:hidden}.woocommerce-shop #main,.tax-product_cat #main{padding:0 15px}@media(max-width: 1199px){.woocommerce-shop #main,.tax-product_cat #main{text-align:left}}.woocommerce-shop #main .woocommerce-result-count,.tax-product_cat #main .woocommerce-result-count{display:none}.woocommerce-shop #main .woocommerce-products-header,.tax-product_cat #main .woocommerce-products-header{width:100%;position:relative;padding:80px 0 90px;text-align:center}.woocommerce-shop #main .woocommerce-products-header:before,.tax-product_cat #main .woocommerce-products-header:before{content:"";display:block;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(33%, rgba(0, 0, 0, 0.2)), color-stop(48%, rgba(0, 0, 0, 0.1)), color-stop(89%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0) 89%, rgba(0, 0, 0, 0) 100%);width:100vw;height:100%;position:absolute;top:0;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);z-index:-1;max-width:2550px}.woocommerce-shop #main .woocommerce-products-header h1,.tax-product_cat #main .woocommerce-products-header h1{color:#fff}.woocommerce-shop #main .woocommerce-products-header .page-description,.tax-product_cat #main .woocommerce-products-header .page-description{display:none}.woocommerce-shop #main .products.columns-4,.tax-product_cat #main .products.columns-4{position:relative;z-index:1;max-width:990px;margin-left:auto;margin-top:-32px}@media(max-width: 1270px){.woocommerce-shop #main .products.columns-4,.tax-product_cat #main .products.columns-4{max-width:calc(100% + 30px);margin-top:0;margin-left:-15px}}.woocommerce-shop .sidebar__item,.tax-product_cat .sidebar__item{display:none}.woocommerce-shop .woocommerce-info,.tax-product_cat .woocommerce-info{min-height:300px;margin:30px 0 0}.woocommerce-cart .container,.woocommerce-cart .single-product #primary,.single-product .woocommerce-cart #primary,.woocommerce-cart .woocommerce-shop #main,.woocommerce-shop .woocommerce-cart #main,.woocommerce-cart .tax-product_cat #main,.tax-product_cat .woocommerce-cart #main{margin:0 auto}.woocommerce-cart .woocommerce{width:100%;max-width:900px;margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left}.woocommerce-cart .woocommerce-notices-wrapper{display:none}.woocommerce-cart .container-cart{padding:50px 0}@media(max-width: 767px){.woocommerce-cart .container-cart{padding:0}}.woocommerce-cart .container-cart .woocommerce-cols{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 991px){.woocommerce-cart .container-cart .woocommerce-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.woocommerce-cart form.woocommerce-cart-form{width:100%;padding:0 20px 0 0}@media(max-width: 767px){.woocommerce-cart form.woocommerce-cart-form{padding:0}}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #221b10;padding:55px 0}@media(max-width: 767px){.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item:first-child{border-top:1px solid #221b10;margin:55px 0 0}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item:last-child{border-bottom:none}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item.surprise{background:rgba(0,0,0,0)}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 550px){.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail{width:150px;min-width:150px;height:196px;background:#e2d7c6;border-radius:0px}@media(max-width: 767px){.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail{width:140px;height:140px}}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a{width:100%;height:100%;display:block}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a img{width:100%;height:100%;display:block;max-width:100%;-o-object-fit:cover;object-fit:cover;border-radius:0px}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details{margin:0 0 0 25px}@media(max-width: 550px){.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details{margin:0}}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-name .variation{display:none}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-price{position:relative;color:#000;margin:10px 0 0}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-price>.woocommerce-Price-amount.amount{position:relative;left:0;top:2px}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-price del{margin:0 8px 0 0;display:none}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-price ins{position:absolute;left:0;top:0}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-price ins .woocommerce-Price-amount.amount{position:static}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-quantity{margin:10px 0 0}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-quantity .quantity label{display:none}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-quantity .quantity input{width:100px}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-details .product-subtotal{display:none}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove{display:inline-block;width:auto}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove a{font-size:12px}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove a:hover{font-size:12px}.woocommerce-cart form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item.category-wspolpraca .product-quantity{display:none}.woocommerce-cart .cart-collaterals{min-width:250px;margin:33px 0 0 30px}@media(max-width: 991px){.woocommerce-cart .cart-collaterals{border-top:1px solid #221b10;padding:60px 0 0;margin:0}}.woocommerce-cart .cart-collaterals table{width:100%}.woocommerce-cart .cart-collaterals table .cart-subtotal{display:none}.woocommerce-cart .cart-collaterals table .shipping{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:none}.woocommerce-cart .cart-collaterals table .shipping th{margin:0 0 10px}.woocommerce-cart .cart-collaterals table .shipping .woocommerce-shipping-methods{padding:0}.woocommerce-cart .cart-collaterals table .shipping .woocommerce-shipping-methods li{list-style:none}.woocommerce-cart .cart-collaterals table .shipping .woocommerce-shipping-methods li label{font-size:14px;margin:0 0 0 5px;position:relative;top:-0.125rem}.woocommerce-cart .cart-collaterals table .shipping .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals table .shipping .woocommerce-shipping-calculator{display:none}.woocommerce-cart .cart-collaterals table .order-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-cart .cart-collaterals table .order-total th{margin:20px 0 0}.woocommerce-cart .cart-collaterals table .order-total td strong{font-weight:400}.woocommerce-cart .cart-collaterals table .order-total td strong .woocommerce-Price-amount.amount{font-size:17px;color:#000;font-weight:400;margin:10px 0 0;display:inline-block}.woocommerce-checkout .woocommerce{width:100%;max-width:1280px;margin:55px auto 0}.woocommerce-checkout .woocommerce .woocommerce-info{background:#0b6d55;font-size:.90625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:30px 0 0;padding:10px;position:static;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:400;color:#fff;font-size:16px;border-radius:0px}@media(max-width: 767px){.woocommerce-checkout .woocommerce .woocommerce-info{margin:20px 0 0}}.woocommerce-checkout .woocommerce .woocommerce-info a{display:inline-block;margin:0 0 0 7px;font-weight:600;color:#fff;font-size:16px}.woocommerce-checkout .woocommerce .woocommerce-message{display:none !important}.woocommerce-checkout .woocommerce .woocommerce-form-coupon{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce-checkout .woocommerce .woocommerce-form-coupon p{width:50%;margin:20px 0 0}.woocommerce-checkout .woocommerce .woocommerce-form-coupon p:last-of-type{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce-checkout .woocommerce .woocommerce-form-coupon p:last-of-type button{padding:.84375rem 40px !important}.woocommerce-checkout .woocommerce .woocommerce-form-coupon p input#coupon_code{border:1px solid #221b10;padding:5px 7px;height:43px;border-radius:0;font-size:.90625rem;width:50%;min-width:200px;max-width:300px;color:#444}.woocommerce-checkout .woocommerce .woocommerce-form-coupon p input#coupon_code::-webkit-input-placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce .woocommerce-form-coupon p input#coupon_code::-moz-placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce .woocommerce-form-coupon p input#coupon_code:-ms-input-placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce .woocommerce-form-coupon p input#coupon_code::-ms-input-placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce .woocommerce-form-coupon p input#coupon_code::placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce #coupon_code{min-width:200px}.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout{margin:0}.woocommerce-checkout .woocommerce .col2-set{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 799px){.woocommerce-checkout .woocommerce .col2-set{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.woocommerce-checkout .woocommerce .col2-set .col-1,.woocommerce-checkout .woocommerce .col2-set .col-2{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;width:50%;padding:0}@media(max-width: 799px){.woocommerce-checkout .woocommerce .col2-set .col-1,.woocommerce-checkout .woocommerce .col2-set .col-2{width:100%}}.woocommerce-checkout .woocommerce .col2-set .col-1{padding:0 15px 0 0}@media(max-width: 799px){.woocommerce-checkout .woocommerce .col2-set .col-1{padding:0}}.woocommerce-checkout .woocommerce .col2-set .col-2{padding:0 0 0 15px}@media(max-width: 799px){.woocommerce-checkout .woocommerce .col2-set .col-2{padding:0}}.woocommerce-checkout .woocommerce h3{margin:35px 0 30px}.woocommerce-checkout .woocommerce #ship-to-different-address label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1199px){.woocommerce-checkout .woocommerce #ship-to-different-address label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.woocommerce-checkout .woocommerce #ship-to-different-address label::after{content:"Wypełnij formularz";cursor:pointer}.woocommerce-checkout .woocommerce .woocommerce-billing-fields,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields{width:100%}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper{width:100%}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p{width:100%;margin:15px 0 0;font-size:.90625rem}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p strong,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p strong{font-weight:400}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p label,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p label{margin:0}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>span,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>span{display:block;width:100%;margin:5px 0 0}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p>input,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p>input{width:100%}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid-required-field,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid-required-field{background:rgba(148,148,148,.2)}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid-required-field>span input,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid-required-field>span input{border-color:#949494 !important}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p#billing_address_2_field,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p#shipping_address_2_field,.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p#billing_country_field,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p#shipping_address_2_field,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p#billing_country_field{display:none !important}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p .select2-selection--single,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p .select2-selection--single{border-radius:0 !important;height:43px;color:#fff !important;font-size:13px !important;font-family:"Roboto",sans-serif !important;font-weight:400 !important;border:1px solid #221b10 !important}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p .select2-selection__rendered,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p .select2-selection__rendered{height:42px;line-height:1;color:#fff !important}.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p .select2-selection__arrow,.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper p .select2-selection__arrow{top:20px}.woocommerce-checkout .woocommerce .woocommerce-shipping-fields{display:none}.woocommerce-checkout .woocommerce .woocommerce-shipping-fields #shipping_country_field{display:none !important}.woocommerce-checkout .woocommerce .woocommerce-shipping-fields #ship-to-different-address label{cursor:pointer !important}.woocommerce-checkout .woocommerce .woocommerce-shipping-fields #ship-to-different-address label input{opacity:0 !important;position:absolute}.woocommerce-checkout .woocommerce #order_comments_field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:35px 0 0}.woocommerce-checkout .woocommerce #order_comments_field label{margin:0}.woocommerce-checkout .woocommerce #order_comments_field>span textarea{width:100%;height:377px;border:1px solid #221b10;color:#444;font-size:.90625rem;padding:10px;margin:5px 0 0}.woocommerce-checkout .woocommerce #order_comments_field>span textarea::-webkit-input-placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce #order_comments_field>span textarea::-moz-placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce #order_comments_field>span textarea:-ms-input-placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce #order_comments_field>span textarea::-ms-input-placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce #order_comments_field>span textarea::placeholder{color:#444;font-size:.90625rem}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table{width:100%;text-align:left;border:1px solid #221b10;border-radius:0}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr th{padding:10px 0 10px 5px;border-bottom:1px solid #221b10;width:auto}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr td{margin:0}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr td{padding:10px 0 10px 5px;border-bottom:1px solid #221b10;margin:0}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr td strong{font-weight:400}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody tr th{width:auto}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr td{padding:10px 0 10px 5px;border-bottom:1px solid #221b10;width:50%}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th{width:auto}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr td{margin:0}.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td{border:none}.woocommerce-checkout .woocommerce .product-name .quantity{float:left}.woocommerce-form-coupon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}@media(max-width: 425px){.woocommerce-form-coupon-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:200px;gap:0}}@media(max-width: 425px){.woocommerce-form-coupon-wrapper .button,.woocommerce-form-coupon-wrapper .woocommerce-checkout .woocommerce #ship-to-different-address label::after,.woocommerce-checkout .woocommerce #ship-to-different-address .woocommerce-form-coupon-wrapper label::after{min-width:200px}}.woocommerce-checkout-payment{margin:30px 0 0;background:#221b10;padding:35px 15px 25px;border-radius:0px}.woocommerce-checkout-payment p,.woocommerce-checkout-payment a{color:#fff}.woocommerce-checkout-payment ul{padding:0 !important}.woocommerce-checkout-payment ul li{cursor:pointer;margin:5px 0 0;list-style:none;color:#fff}.woocommerce-checkout-payment ul li input,.woocommerce-checkout-payment ul li label{cursor:pointer}.woocommerce-checkout-payment ul li label{color:#fff}.woocommerce-checkout-payment ul li label img{display:inline-block;position:relative;bottom:-0.625rem}.woocommerce-checkout-payment ul li p{font-size:13px;margin:5px 0 0;color:#fff}.woocommerce-checkout-payment ul li .wc-credit-card-form.wc-payment-form{border:none !important}.woocommerce-checkout-payment ul li .wc-credit-card-form.wc-payment-form label{color:#fff;margin:15px 0 0}.woocommerce-checkout-payment ul li .about_paypal{display:none}.woocommerce-checkout-payment .place-order{margin:25px 0 0}.woocommerce-checkout-payment .place-order p a{font-weight:600}.woocommerce-checkout-payment .place-order button.button.alt{margin:20px 0 0}.select2-dropdown{border:1px solid #221b10;color:#444;font-size:.90625rem}.select2-dropdown *{color:#444;font-size:.90625rem}.woocommerce-error{margin:15px 0 0;padding:10px;background:#e2d7c6}.woocommerce-error li{margin:10px 0 0;list-style:none;font-size:14px}.shipping ul li{list-style:none}.shipping ul li>label{margin:0 0 0 4px}ul#shipping_method{padding:0 !important}.product{position:relative;width:100%;margin:30px 0 0;text-align:left}.product .woocommerce-loop-product__link{position:relative;display:block;width:100%;border:1px solid #d1d2d4;border-bottom:none;border-top-left-radius:0px;border-top-right-radius:0px;background:#e2d7c6}.product__image{height:300px;width:100%;overflow:hidden;border-top-left-radius:0px;border-top-right-radius:0px;background:#fff;position:relative}@media(max-width: 575px){.product__image{height:340px}}.product__image img{-o-object-position:top center;object-position:top center;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;-webkit-transform-origin:center;transform-origin:center;border-top-left-radius:0px;border-top-right-radius:0px}.product h2,.product .woocommerce-loop-product__title{padding:25px 15px 0;margin:0;min-height:84px;background:#e2d7c6}@media(max-width: 767px){.product h2,.product .woocommerce-loop-product__title{min-height:auto}}.product .price{padding:0 15px 0;margin:5px 0 0;display:inline-block;background:#e2d7c6}.product .price ins{text-decoration:none}.product .price br{display:none}.product__button-wrapper{position:relative;width:100%;padding:15px 15px 25px;border:1px solid #d1d2d4;border-top:none;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background:#e2d7c6}.product__button{position:relative;z-index:2;font-size:13px;padding:10px 15px}.woocommerce-order-received .woocommerce{width:100%;max-width:1190px;margin:55px auto 0}.woocommerce-order-received .woocommerce-thankyou-order-received,.woocommerce-order-received h2{margin:25px 0 0}.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{margin:20px 0 0;padding:0}.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{margin:5px 0 0;list-style-type:none}.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong{font-weight:400 !important}.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong .woocommerce-Price-amount.amount{position:static}.woocommerce-order-received table{text-align:left;width:100%;text-align:left;border:1px solid #221b10;margin:25px 0 0}.woocommerce-order-received table thead tr th{padding:10px 0 10px 5px;border-bottom:1px solid #221b10;width:auto}.woocommerce-order-received table thead tr td{margin:0}.woocommerce-order-received table tbody tr td{padding:10px 0 10px 5px;border-bottom:1px solid #221b10;margin:0}.woocommerce-order-received table tbody tr td strong{font-weight:400}.woocommerce-order-received table tbody tr th{width:auto}.woocommerce-order-received table tfoot tr th,.woocommerce-order-received table tfoot tr td{padding:10px 0 10px 5px;border-bottom:1px solid #221b10;width:50%}.woocommerce-order-received table tfoot tr th{width:auto}.woocommerce-order-received table tfoot tr td{margin:0}.woocommerce-order-received table tfoot tr:last-child th,.woocommerce-order-received table tfoot tr:last-child td,.woocommerce-order-received table tfoot tr.order-total th,.woocommerce-order-received table tfoot tr.order-total td{border:none}.woocommerce-order-received .woocommerce-customer-details{margin:25px 0 0}.woocommerce-order-received .woocommerce-customer-details address,.woocommerce-order-received .woocommerce-customer-details p,.woocommerce-order-received .woocommerce-customer-details li{font-size:.90625rem;font-style:normal;line-height:1.4}.woocommerce-order-received .woocommerce-customer-details address{margin:10px 0 0}.woocommerce-order-received .woocommerce-column--shipping-address{display:none}.woocommerce-order-received .download-file a{color:#fff;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce-order-received .download-file a:hover{color:#fff}.woocommerce-ordering{margin:0 0 30px;max-width:200px}.product-filters{margin:30px 0 0;position:relative}@media(max-width: 1270px){.product-filters{margin:30px 0;max-width:calc(100% - 40px)}}.product-filters form{position:absolute;top:0}@media(max-width: 1270px){.product-filters form{position:static}}.product-filters form>ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media(max-width: 1270px){.product-filters form>ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(max-width: 767px){.product-filters form>ul{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(max-width: 565px){.product-filters form>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}.product-filters form>ul li{margin:0;padding:0;width:100%}.product-filters form>ul li h4{padding:0;margin:0 0 10px}@media(max-width: 1270px){.product-filters form>ul li h4{margin:-5px 0 0}}@media(max-width: 565px){.product-filters form>ul li h4{margin:5px 0 0}}.product-filters form>ul li label{font-size:15px;margin:-1px 0 0;position:relative;top:-1px;font-weight:500}.product-filters form>ul li input,.product-filters form>ul li select{background:rgba(0,0,0,0) !important;border-radius:20px !important}.product-filters form>ul li select option{background:rgba(0,0,0,0) !important}.product-filters form>ul li:first-child{margin:0}@media(max-width: 767px){.product-filters form>ul li.sf-field-search{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:calc(50% - 10px)}}@media(max-width: 767px){.product-filters form>ul li.sf-field-taxonomy-product_cat{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%}}@media(max-width: 767px){.product-filters form>ul li.sf-field-post-meta-_price{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:calc(50% - 10px)}}.product-filters form>ul li ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width: 1270px){.product-filters form>ul li ul{margin:-8px 0 0}}.woocommerce-no-products-found{max-width:992px;width:100%;margin-left:auto}.searchandfilter .noUi-connect{background-color:#e4be6c}.single-product{position:relative;z-index:1}.single-product .woocommerce-message{display:none !important;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:40px 0 40px;background-color:#221b10;color:#e4be6c;clear:both;border-left:1px solid #221b10;padding:16px 20px;position:relative;list-style:none outside;border-radius:0px;font-weight:500}.single-product .woocommerce-message .button,.single-product .woocommerce-message .woocommerce-checkout .woocommerce #ship-to-different-address label::after,.woocommerce-checkout .woocommerce #ship-to-different-address .single-product .woocommerce-message label::after{margin:15px 0 0}.single-product #primary{min-height:57vh;position:relative;z-index:1}@media(max-width: 1199px){.single-product #primary{padding:0 15px 0;text-align:left}}.single-product #primary .woocommerce-breadcrumb{margin:80px 0 40px;display:none}@media(max-width: 1199px){.single-product #primary .woocommerce-breadcrumb{margin:0 0 40px}}.single-product #primary .single-product-content{margin-top:75px;margin-bottom:35px}.single-product #primary .single-product-content .price{position:relative;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:15px 0 0;font-size:29px;font-weight:700;background:#e2d7c6;color:#0b6d55;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.single-product #primary .single-product-content .price ins{text-decoration:none}.single-product #primary .single-product-content .price .woocommerce-price-suffix{display:none}.single-product #primary .single-product-content .price .iworks-omnibus{width:100%;margin:0 0 15px}.single-product #primary .single-product-content .product__size{padding:0;font-weight:700;font-size:18px}.single-product #primary .single-product-content h2,.single-product #primary .single-product-content h3{background:none;padding:0;min-height:initial}.single-product #primary .woocommerce-product-gallery{position:relative}.single-product #primary .woocommerce-tabs{width:100%;margin:20px 0 70px}.single-product #primary .woocommerce-tabs h3{margin:25px 0 0}.single-product #primary .woocommerce-tabs p em,.single-product #primary .woocommerce-tabs p address{font-size:18px;font-style:normal}.single-product #primary .woocommerce-tabs ul,.single-product #primary .woocommerce-tabs ol{margin:20px 0 0}.single-product #primary .woocommerce-tabs ul li,.single-product #primary .woocommerce-tabs ol li{margin:0;display:block;padding:0 0 0 20px;position:relative}.single-product #primary .woocommerce-tabs ul li:before,.single-product #primary .woocommerce-tabs ol li:before{content:"•";display:block;margin:0;font-size:20px;position:absolute;left:0;top:-2px}.single-product #primary .woocommerce-tabs ul li strong,.single-product #primary .woocommerce-tabs ol li strong{width:auto}.single-product #primary .tabs.wc-tabs{display:none}.single-product #primary .woocommerce-Tabs-panel h2:first-child{display:none}.single-product #primary .woocommerce-product-gallery{width:100%}.single-product #primary .woocommerce-product-gallery__image{height:529px;position:relative;width:100%;max-width:630px;background:#e2d7c6;border-radius:0px;border-top-left-radius:0px}@media(max-width: 767px){.single-product #primary .woocommerce-product-gallery__image{max-width:750px}}@media(max-width: 500px){.single-product #primary .woocommerce-product-gallery__image{height:350px}}.single-product #primary .woocommerce-product-gallery__image>a{width:100%;height:100%;position:absolute;left:0;right:0;bottom:0;top:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;border:1px solid #e2d7c6;border-radius:0px}.single-product #primary .woocommerce-product-gallery__image>a:before{content:"";display:block;width:31px;height:31px;background:url(https://rozaveneda.pl/wp-content/themes/rozaveneda/images/woocommerce-image-zoom.png);position:absolute;right:15px;bottom:15px}.single-product #primary .woocommerce-product-gallery__image>a>img{margin:0;display:block;max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0px;border-top-left-radius:0px;-o-object-position:top center;object-position:top center}.single-product #primary .woocommerce-product-gallery__image--placeholder{display:none}.single-product #primary .woocommerce-product-gallery__image--placeholder>img{margin:0;display:block;max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0px;border-top-left-radius:0px}.single-product #primary .flex-control-nav{width:100%;margin:10px 0 0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.single-product #primary .flex-control-nav li{width:100%;height:122px;position:relative;background-color:#fff;max-width:138px;display:none;border:1px solid #e2d7c6;border-radius:0px;overflow:hidden}.single-product #primary .flex-control-nav li:first-of-type,.single-product #primary .flex-control-nav li:nth-of-type(2),.single-product #primary .flex-control-nav li:nth-of-type(3),.single-product #primary .flex-control-nav li:nth-of-type(4){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-product #primary .flex-control-nav li img{z-index:1;position:relative;cursor:pointer;border-radius:0px;max-height:100%;margin:0 auto;height:100%;-o-object-fit:cover;object-fit:cover}.single-product #primary .product_title{text-align:left}@media(max-width: 991px){.single-product #primary .product_title{margin:30px 0 0}}.single-product #primary .product__subtitle{margin:5px 0 5px;font-size:21px !important;text-transform:uppercase}.single-product #primary .woocommerce-product-details__short-description{text-align:left}.single-product #primary .woocommerce-product-details__short-description>*{margin:20px 0 0}.single-product #primary .woocommerce-product-details__short-description>h2,.single-product #primary .woocommerce-product-details__short-description>h3,.single-product #primary .woocommerce-product-details__short-description>h4,.single-product #primary .woocommerce-product-details__short-description>strong,.single-product #primary .woocommerce-product-details__short-description>span,.single-product #primary .woocommerce-product-details__short-description>strong{margin:20px 0}.single-product #primary .woocommerce-product-details__short-description ul,.single-product #primary .woocommerce-product-details__short-description ol{margin:15px 0 0}.single-product #primary .woocommerce-product-details__short-description ul li,.single-product #primary .woocommerce-product-details__short-description ol li{display:-webkit-box;display:-ms-flexbox;display:flex;margin:5px 0 0;text-align:left}.single-product #primary .woocommerce-product-details__short-description ul li:before,.single-product #primary .woocommerce-product-details__short-description ol li:before{content:"•";margin:0 8px 0 0;display:inline-block;color:#0b6d55}.single-product #primary .woocommerce-product-details__short-description em{font-size:inherit;line-height:inherit}.single-product #primary p{text-align:left}.single-product #primary .woocommerce-variation-availability{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.single-product #primary form{margin:15px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width: 991px){.single-product #primary form{margin:0}}.single-product #primary form .quantity{margin:0;display:none !important}.single-product #primary form .quantity>input{min-width:75px;border-radius:0px !important}.single-product #primary form .quantity a.wbu-qty-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #221b10;color:#0b6d55}.single-product #primary form .quantity a.wbu-qty-button:first-of-type{border-right:none}.single-product #primary form .quantity a.wbu-qty-button:last-of-type{border-left:none}.single-product #primary form .button,.single-product #primary form .woocommerce-checkout .woocommerce #ship-to-different-address label::after,.woocommerce-checkout .woocommerce #ship-to-different-address .single-product #primary form label::after{margin:0}.single-product #primary form.variations_form.cart{margin:20px 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(max-width: 991px){.single-product #primary form.variations_form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media(max-width: 767px){.single-product #primary form>div{margin:20px 0 0}}.single-product #primary form>div label{margin:0 15px 0 0}.single-product #primary form>div label.screen-reader-text{display:none}.single-product #primary form>div .woocommerce-variation-add-to-cart{display:-webkit-box;display:-ms-flexbox;display:flex}.single-product #primary form>div input{max-width:60px;font-size:16px;padding:5px 5px 5px 10px !important;border:1px solid #221b10 !important;height:40px;min-height:40px}.single-product #primary form #cruise-ticket-box{width:100%;margin:20px 0 0}.single-product #primary form #cruise-ticket-box .ticket-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 20px;position:relative}.single-product #primary form #cruise-ticket-box .ticket-row button{width:30px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;color:#fff;background:#d1d2d4;font-weight:500}.single-product #primary form #cruise-ticket-box .ticket-row button.minus{background:#a83632}.single-product #primary form #cruise-ticket-box .ticket-row button.plus{background:#0b6d55}.single-product #primary form #cruise-ticket-box .ticket-row p{font-size:14px;bottom:0px;margin:10px 0 0 10px}@media(min-width: 1200px){.single-product #primary .three-boxes__info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}}.single-product #primary .trip-picker{width:100%}.single-product #primary .trip-picker label{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.single-product #primary .trip-picker input[type=date]{min-width:150px;margin:0;background:rgba(0,0,0,0);color:#000;font-size:14px;border:1px solid #221b10}.single-product #primary .trip-picker .trip-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;font-size:14px;margin:0 0 15px}.single-product #primary .trip-picker .trip-time p{margin:0;font-size:14px}.single-product #primary p.shop-decorated{margin:0 0 16px;font-size:14px;font-weight:600}.single-product #primary .product_meta{display:none}.single-product #primary .onsale{margin:0;position:absolute;z-index:2;left:0;top:0;width:80px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#0b6d55;text-transform:uppercase;color:#fff;font-weight:700;font-family:"Roboto",sans-serif;font-size:12px;border-top-left-radius:0px}.single-product #primary .product-type-variable span.price{margin:0}.single-product #primary .woocommerce-variation-add-to-cart{margin:0}.single-product .products.related,.single-product .products.upsells{margin:60px 0 0;padding:40px 0 0;border-top:1px solid #d1d2d4;position:relative;z-index:1;display:none}.single-product .products.related .products.columns-4,.single-product .products.upsells .products.columns-4{margin:10px -15px 0}@media(max-width: 767px){.single-product .products.related .products.columns-4,.single-product .products.upsells .products.columns-4{margin:40px -15px 0}}.single-product .products.related .product__image,.single-product .products.upsells .product__image{height:420px}@media(max-width: 767px){.single-product .products.related .product__image,.single-product .products.upsells .product__image{height:290px}}@media(max-width: 575px){.single-product .products.related .product__image,.single-product .products.upsells .product__image{height:500px}}@media(max-width: 490px){.single-product .products.related .product__image,.single-product .products.upsells .product__image{height:400px}}.single-product .sidebar__item{display:none}.pswp__caption__center{display:none !important}.postid-4625 #primary .woocommerce-product-gallery__image,.postid-4375 #primary .woocommerce-product-gallery__image{height:585px}@media(max-width: 767px){.postid-4625 #primary .woocommerce-product-gallery__image,.postid-4375 #primary .woocommerce-product-gallery__image{max-width:750px}}@media(max-width: 500px){.postid-4625 #primary .woocommerce-product-gallery__image,.postid-4375 #primary .woocommerce-product-gallery__image{height:350px}}.block-shopping-info{color:#a83632 !important}.woocommerce-variation.single_variation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.woocommerce-variation.single_variation .woocommerce-variation-description{display:none}.single_variation_wrap{margin:20px 0 0}.single_variation_wrap span.price{margin:0 0 10px}.variations{margin:0}.variations tbody>tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.variations tbody>tr>td{width:100%;margin:10px 0 0}.variations th{margin:0;font-weight:700}.variations label{margin:0}.variations select{width:100%}@media(max-width: 767px){.variations select{min-width:126px}}@media(max-width: 449px){.variations select{min-width:initial;max-width:130px}}a.reset_variations{opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;z-index:-20}p.stock{margin:0}.woocommerce-account .container,.woocommerce-account .woocommerce-shop #main,.woocommerce-shop .woocommerce-account #main,.woocommerce-account .tax-product_cat #main,.tax-product_cat .woocommerce-account #main,.woocommerce-account .single-product #primary,.single-product .woocommerce-account #primary{position:relative}.woocommerce-account .main{padding:150px 0 0 !important}@media(max-width: 991px){.woocommerce-account .main{padding:200px 0 0 !important}}.woocommerce-account .u-columns.col2-set,.woocommerce-account .u-columns.login-columns{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:1190px;margin:auto;min-height:65vh}@media(max-width: 991px){.woocommerce-account .u-columns.col2-set,.woocommerce-account .u-columns.login-columns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.woocommerce-account .woocommerce-notices-wrapper{position:absolute;top:-100px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:calc(100% - 30px)}.woocommerce-account .woocommerce-notices-wrapper li{font-size:.90625rem;color:red}.woocommerce-account .woocommerce-account .woocommerce h2{color:#000;margin:20px 0 !important;font-size:18px;line-height:1.4}.woocommerce-account .woocommerce-account .woocommerce button{margin:20px 0 0}.woocommerce-account .u-columns.col2-set{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media(max-width: 768px){.woocommerce-account .u-columns.col2-set{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}}.woocommerce-account .u-column1.login-column,.woocommerce-account .u-column2.login-column{width:100%;padding:80px 0}@media(max-width: 991px){.woocommerce-account .u-column1.login-column,.woocommerce-account .u-column2.login-column{padding:20px 0}}.woocommerce-account .woocommerce-form.woocommerce-form-login input,.woocommerce-account .woocommerce-form.woocommerce-form-login label,.woocommerce-account .woocommerce-form.woocommerce-form-register input,.woocommerce-account .woocommerce-form.woocommerce-form-register label{color:#fff !important;width:100%;max-width:450px;margin:7px 0 0}@media(max-width: 768px){.woocommerce-account .woocommerce-form.woocommerce-form-login input,.woocommerce-account .woocommerce-form.woocommerce-form-login label,.woocommerce-account .woocommerce-form.woocommerce-form-register input,.woocommerce-account .woocommerce-form.woocommerce-form-register label{max-width:initial}}.woocommerce-account input.woocommerce-form__input.woocommerce-form__input-checkbox{width:auto;border:1px solid #fff !important;margin:20px 0 0}.woocommerce-account .password-input{width:100%}.woocommerce-account .woocommerce-form.woocommerce-form-login input,.woocommerce-account .woocommerce-form.woocommerce-form-register input{margin:10px 0 0;width:100%}.woocommerce-account .form-row{margin:10px 0 0}.woocommerce-account .woocommerce-privacy-policy-text p{margin:13px 0 0}.woocommerce-account .social-media-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:15px 0 0}.woocommerce-account .social-media-buttons a{display:inline-block;margin:10px 0 0;font-size:12px;text-transform:uppercase;font-weight:500;color:#fff;padding:10px 20px;min-width:170px;text-align:center}.woocommerce-account .social-media-buttons a.facebook-button{background:#4267b2}.woocommerce-account .social-media-buttons a.google-button{background:#db4437}.woocommerce-account .custom-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce-account .custom-checkbox>input,.woocommerce-account .custom-checkbox label{width:auto !important}.woocommerce-account .custom-checkbox>input:first-child{margin:0 10px 0 0 !important}.my-account__checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.my-account__checkbox-label input{width:auto !important;margin:0 10px 0 0 !important}.woocommerce-account .default-block.container .woocommerce,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce,.woocommerce-account .tax-product_cat .default-block#main .woocommerce,.tax-product_cat .woocommerce-account .default-block#main .woocommerce,.woocommerce-account .single-product .default-block#primary .woocommerce,.single-product .woocommerce-account .default-block#primary .woocommerce{width:100%;max-width:1190px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.woocommerce-account .default-block.container .woocommerce nav,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce nav,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce nav,.woocommerce-account .tax-product_cat .default-block#main .woocommerce nav,.tax-product_cat .woocommerce-account .default-block#main .woocommerce nav,.woocommerce-account .single-product .default-block#primary .woocommerce nav,.single-product .woocommerce-account .default-block#primary .woocommerce nav{width:auto;min-width:186px;background:#0b6d55;padding:0 0 15px;margin:80px 0 0}@media(max-width: 767px){.woocommerce-account .default-block.container .woocommerce nav,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce nav,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce nav,.woocommerce-account .tax-product_cat .default-block#main .woocommerce nav,.tax-product_cat .woocommerce-account .default-block#main .woocommerce nav,.woocommerce-account .single-product .default-block#primary .woocommerce nav,.single-product .woocommerce-account .default-block#primary .woocommerce nav{margin:20px 0 0}}.woocommerce-account .default-block.container .woocommerce nav ul,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce nav ul,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce nav ul,.woocommerce-account .tax-product_cat .default-block#main .woocommerce nav ul,.tax-product_cat .woocommerce-account .default-block#main .woocommerce nav ul,.woocommerce-account .single-product .default-block#primary .woocommerce nav ul,.single-product .woocommerce-account .default-block#primary .woocommerce nav ul{padding:10px 20px}.woocommerce-account .default-block.container .woocommerce nav ul li,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce nav ul li,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce nav ul li,.woocommerce-account .tax-product_cat .default-block#main .woocommerce nav ul li,.tax-product_cat .woocommerce-account .default-block#main .woocommerce nav ul li,.woocommerce-account .single-product .default-block#primary .woocommerce nav ul li,.single-product .woocommerce-account .default-block#primary .woocommerce nav ul li{list-style:none;margin:10px 0 0}.woocommerce-account .default-block.container .woocommerce nav ul li a,.woocommerce-account .woocommerce-shop .default-block#main .woocommerce nav ul li a,.woocommerce-shop .woocommerce-account .default-block#main .woocommerce nav ul li a,.woocommerce-account .tax-product_cat .default-block#main .woocommerce nav ul li a,.tax-product_cat .woocommerce-account .default-block#main .woocommerce nav ul li a,.woocommerce-account .single-product .default-block#primary .woocommerce nav ul li a,.single-product .woocommerce-account .default-block#primary .woocommerce nav ul li a{color:#fff;padding:5px 10px;margin:5px 0 0}.woocommerce-MyAccount-content{width:auto;padding:0 0 0 30px;margin:80px 0 0}@media(max-width: 767px){.woocommerce-MyAccount-content{margin:0}}.woocommerce-MyAccount-content p:first-of-type{margin:0}.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table{background:#efefef}.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th,.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td{min-width:150px;font-size:16px;padding:2.18125rem}.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a{display:block;margin:0 0 10px}.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{display:block;margin:20px 0 0}.woocommerce-MyAccount-navigation-link--downloads{display:none}.u-column1.col-1.woocommerce-Address,.u-column2.col-2.woocommerce-Address{padding:0 !important;margin:15px 0 0}.woocommerce-Address-title.title a{margin:10px 0 10px}address,em{font-size:12px;line-height:1.3}.woocommerce-input-wrapper{display:block;width:100%}.woocommerce-input-wrapper input,.woocommerce-input-wrapper select{margin:10px 0 0;width:100%}.woocommerce-MyAccount-content.my-account-content{width:100%;max-width:960px}.select2-selection--single{border-radius:0px !important;height:43px !important;color:#fff !important;font-size:13px !important;font-family:"Roboto",sans-serif !important;font-weight:400 !important;border:1px solid #221b10 !important;margin:10px 0 0}.select2-selection__rendered{height:42px !important;padding:6px 10px;color:#fff !important}.select2-selection__arrow{top:7px}.woocommerce-EditAccountForm.edit-account input,.woocommerce-EditAccountForm.edit-account label{color:#fff !important;width:100%;max-width:450px}.woocommerce-EditAccountForm.edit-account span{max-width:450px}.woocommerce-EditAccountForm.edit-account label{margin:0}.woocommerce-EditAccountForm.edit-account input{margin:10px 0 0;width:100%}p.woocommerce-form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width: 767px){p.woocommerce-form-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}fieldset{margin:30px 0 0;border:none}@media(max-width: 1099px){.woocommerce-account .woocommerce{-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce-account .woocommerce nav{width:100% !important}.woocommerce-account .woocommerce nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce-account .woocommerce>div.woocommerce-MyAccount-content{width:100%;padding:0;margin:30px 0 0}.woocommerce-account .woocommerce>div.woocommerce-MyAccount-content table{width:100%}.u-columns.woocommerce-Addresses.col2-set.addresses div{width:50%}}.logged-in.woocommerce-account .main{padding:0 !important}@media(max-width: 991px){.logged-in.woocommerce-account .main{padding:0 !important}}.breadcrumbs{margin:55px 0 60px}@media(max-width: 1199px){.breadcrumbs{margin:10px 0 30px}}.breadcrumbs--single{margin:55px 0 0px}.breadcrumbs a,.breadcrumbs span{color:#fff;font-size:14px;font-weight:400;text-decoration:none}.breadcrumbs a:hover{color:#fff;text-decoration:underline}.woocommerce-breadcrumb{margin:70px 0 40px;color:#fff;font-size:13px;display:none}.woocommerce-breadcrumb a{color:#fff;font-size:13px}.empty-cart{width:100%;padding:50px 0}@media(max-width: 767px){.empty-cart{padding:50px 0 20px}}.empty-cart__content{text-align:center}.empty-cart__button{margin:20px auto 0}.empty-cart{width:100%;padding:50px 0}@media(max-width: 767px){.empty-cart{padding:50px 0 20px}}.empty-cart__content{text-align:center}.empty-cart__button{margin:20px auto 0}.products.related,.products.up-sells{position:relative;z-index:1;display:none}.products.related>h2,.products.up-sells>h2{text-align:center;margin:0 auto;background:rgba(0,0,0,0)}.products.related .products.columns-4,.products.up-sells .products.columns-4{margin:10px 0 0}.products.related .products.columns-4>li,.products.up-sells .products.columns-4>li{display:none}.products.related .products.columns-4>li:first-child,.products.related .products.columns-4>li:nth-child(2),.products.related .products.columns-4>li:nth-child(3),.products.up-sells .products.columns-4>li:first-child,.products.up-sells .products.columns-4>li:nth-child(2),.products.up-sells .products.columns-4>li:nth-child(3){display:block}.onsale{margin:0;position:absolute;z-index:2;left:0;top:0;width:80px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#e4be6c;text-transform:uppercase;color:#fff;font-weight:500;font-family:"Roboto",sans-serif;font-size:12px;border-top-left-radius:0px}.shop-hero{padding:150px 0 100px;background:url(//rozaveneda.pl/wp-content/uploads/2025/02/2150937944-1.jpg) center/cover no-repeat;text-align:center;position:relative}@media(max-width: 767px){.shop-hero{padding:60px 0}}.shop-hero__overlay{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(33%, rgba(0, 0, 0, 0.2)), color-stop(48%, rgba(0, 0, 0, 0.1)), color-stop(89%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0) 89%, rgba(0, 0, 0, 0) 100%)}.shop-hero__title{color:#e4be6c}