/********************************************************
			Codezeel Custom Styles
********************************************************/

.cz-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-item .manu_image a {
    display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
    max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
    border-color: blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    /* fix */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center;
}


/* mouse grab icon */

.grabbing {
    cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
    position: absolute;
    width: 65px;
    top: -65px;
    direction: ltr !important;
    left: auto;
    right: 15px;
    z-index: 8;
}

.customNavigation a {
    font-size: 0;
    position: absolute;
    padding: 0;
    color: #888888;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 30px;
    height: 30px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #dddddd;
}

.customNavigation a:hover {
    background-color: #129cb8;
}

.customNavigation a.prev {
    left: 0;
    background-image: url(../img/codezeel/left-angle.svg);
}

.customNavigation a.prev:hover {
    background-image: url(../img/codezeel/left-angle-hover.svg);
}

.customNavigation a.next {
    right: 0;
    background-image: url(../img/codezeel/right-angle.svg);
}

.customNavigation a.next:hover {
    background-image: url(../img/codezeel/right-angle-hover.svg);
}

#czleftbanner img,
#czrightbanner img {
    max-width: 100%;
}

#czleftbanner li,
#czrightbanner li {
    display: inline-block;
    vertical-align: top;
}

#czleftbanner li a,
#czrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

#czleftbanner li a:before,
#czrightbanner li a:before {
    background: rgb(38 38 38 / 18%) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#czleftbanner li:hover a:before,
#czrightbanner li:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top_button {
    background: #129cb8;
    /*bottom: 20px;*/
    bottom: 100px;
    cursor: pointer;
    height: 40px;
    padding: 0;
    position: fixed;
    right: 24px;
    text-align: center;
    display: none;
    width: 40px;
    z-index: 9;
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 99px;
}

.top_button:before {
    font-family: "FontAwesome";
    content: "\f176";
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 16px;
}

.top_button:hover::after {
    border: 2px solid #242833;
    bottom: -5px;
    height: 50px;
    opacity: 1;
    right: -5px;
    content: "";
    position: absolute;
    width: 50px;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.top_button:hover {
    border-radius: 50%;
}

.top_button:hover::after {
    border-radius: 50%;
}

.top_button:hover:after {
    animation: unset;
    -webkit-animation: unset;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}


/* Icon Bob */

@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}


/* Flexslider */

#index .spinner {
    background: url(../img/codezeel/loading.gif) no-repeat center center #f1f1f1;
    z-index: 100000;
    /*min-height: 650px;*/
    aspect-ratio: 1903/650;
    width: 100%;
    background-size: 7%;
}

/*@media (max-width: 1459px) {
    #index .spinner {
        min-height: 535px;
    }
}

@media (max-width: 1199px) {
    #index .spinner {
        min-height: 400px;
    }
}

@media (max-width: 991px) {
    #index .spinner {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    #index .spinner {
        min-height: 230px;
    }
}*/

@media (max-width: 480px) {
    #index .spinner {
        /*min-height: 180px;*/
        background-size: 10%;
    }
}

/*
@media (max-width: 380px) {
    #index .spinner {
        min-height: 120px;
    }
}*/


/* SJ Poprawka dla top-menu START */
@media (min-width: 992px) {
    #top-menu {
        eight: 56px;
    }

    #top_moremenu {
        right: 0;
    }

    .header-top-inner .menu ul>li.more_menu .sub-menu {
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }
}

#top_moremenu div.popover.sub-menu {
    left: auto !important;
    right: 0 !important;
}

#top_moremenu div.popover.sub-menu:before,
#top_moremenu div.popover.sub-menu:after {
    content: none !important;
}

/* dla 1200 ale chyba tez mniejszy */
/* to jest żeby sub-menu było horyzontalne*/
#top_moremenu > .top-menu > li {
    float: left;
    margin: 0 0 0 20px;
    min-width: 165px;
}

#top_moremenu .top-menu > li > a.dropdown-item:before {
    border-top: 1px solid #dddddd;
    bottom: 0px;
    content: "";
    float: left;
    position: absolute;
    width: 65%;
}

#top_moremenu ul > li .sub-menu {
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}
/* SJ Poprawka dla top-menu END */

button.btn.btn-primary.add-to-cart:disabled {
    cursor: default !important;
}

/* Poprawka mobile widget koszyk, czcionka wybranych opcji dodatkowych była biała, jeśli zjechaliśmy w dół przed otwarciem koszyka */
div.blockcart div.customizations span {
    color: #555555;
}

/*ComputerSoft - start [21.09.2023]*/
#add-to-cart-or-refresh .tax-shipping-delivery-label{ display: flex; flex-wrap: wrap; flex-direction: column; align-items: flex-end; text-align: right; }
/*#add-to-cart-or-refresh .tax-shipping-delivery-label > *{ margin-right: 1.5rem; }*/
#add-to-cart-or-refresh .tax-shipping-label-span{ order: 0!important; }
#add-to-cart-or-refresh .tax-shipping-break{ width: 100%; order: 11; flex: 0 0 auto; }
#add-to-cart-or-refresh .gm_omniprice{ order: 12; }
/*ComputerSoft - end [21.09.2023]*/

#left-column .products .product-info .product-price-and-shipping .regular-price {
    font-size: 13px;
    width: 50%;
    float: left;
}

#left-column .products .product-info .product-price-and-shipping .discount-product {
    position: relative;
    width: 50%;
    float: right;
    top: 0;
    padding-left: 5px;
}

#left-column #newproduct_block {
    /* padding-right: 0; */
}

@media (max-width: 992px) {
    #left-column .products .product-info .product-price-and-shipping .regular-price {
        width: fit-content;
    }

    #left-column .products .product-info .product-price-and-shipping .discount-product {
        float: left;
    }

    #left-column .products .product-info .product-price-and-shipping .price {
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1459px) {
    #left-column .products .product-info .product-price-and-shipping .discount-product {
        float: none;
    }
}

/*ComputerSoft - start [07.12.2023] */
#category #search_filter_toggler{ color: #000000; }
.facet-dropdown .select-title{ display: block; }
#search_filter_controls_top, #search_filter_controls_bottom{ text-align: center; }
@media(max-width: 767px){
    #search_filters_wrapper{ padding-top: 0.5rem!important; padding-bottom: 0.5rem!important; }
}
/*ComputerSoft - end [07.12.2023] */

.PM_ASCriterionsGroupName {
  font-size: .9rem;
}

.PM_ASBlockOutput {
    background-color: #fff;
}

.sub-menu-columns {
  display: flex;
  gap: 20px;
  padding: 0 20px;
  margin-top: -10px;
}

.sub-menu-columns .col {
  flex: 1;
}

.submenu-column {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 1199px) {
    body.menu-open nav.header-nav,
    body.menu-open section#wrapper,
    body.menu-open footer#footer {
        visibility: hidden;
        pointer-events: none;
    }
}

body.menu-open iframe[id^="edrone-onsite-slider"] {
    display: none !important;
}

/* Megamenu */
main .ets_mm_megamenu * {
    text-transform: none !important;
}

main .ets_mm_megamenu .mm_arrow {
    display: none !important;
}

main .ets_mm_megamenu .mm_menus_li {
    border-left: none !important;
    border-right: none !important;
}

main .ets_mm_megamenu a {
    color: #000;
}

main .ets_mm_megamenu .mm_menus_li a,
main .ets_mm_block_content ul li a {
    font-weight: 600;
}

main .ets_mm_block_content ul li a::before {
    content: unset !important;
}

main .ets_mm_megamenu .ets_mm_block .h4 {
    border-bottom: none;
}

main .ets_mm_megamenu .mm_menus_li.iphone-100pro li a:after {
    content: "100%";
    font-weight: 400;
    padding-left: 3px;
}

main .ets_mm_megamenu .mm_menus_ul .close_menu,
main .ets_mm_megamenu .mm_menus_ul .close_menu * {
    background-color: var(--primary-color, #D70022) !important;
    color: var(--secondary-color, #000000) !important;
}

main .ets_mm_megamenu  {
}

@media (min-width: 768px) {
    main .ets_mm_megamenu .ets_mm_megamenu_content {
        background: none;
    }
}

@media (min-width: 1200px) {
    main .ets_mm_megamenu .ets_mm_block .h4 {
        text-decoration: underline;
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    main .ets_mm_megamenu .mm_columns_ul.active {
        border-top: 2px solid #D70022 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    main .ets_mm_megamenu .mm_blocks_li {
        margin-bottom: 0;
        padding-left: 20px;
    }

    main .ets_mm_megamenu .ets_mm_block * {
        font-size: 16px !important;
    }

    main .ets_mm_megamenu .mm_blocks_li div.h4 {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    main .ets_mm_megamenu .ets_mm_block div.h4:not(.open) + * {
        display: none;
    }

    main .ets_mm_megamenu .ets_mm_block div.h4.open {
        background-color: #F5F5F5;
        border-bottom: 2px solid var(--primary-color, #D70022) !important;
        margin-left: -10px;
        padding-left: 10px;
    }

    main .ets_mm_megamenu .ets_mm_block div.h4.open + * {
        padding-left: 10px;
    }

    main .ets_mm_megamenu ul.ets_mm_categories li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.brand-cards {
    --gap: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: var(--gap);
}
.brand-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 18px;
    display: block;
    text-align: center;
}
.brand-card:hover {
    border-color: var(--primary-color, #D70022);
}
.brand-card img:hover {
    transform: unset !important;
}
.brand-card__img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.brand-card__label {
    font: 500 13px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    margin-top: 8px;
    color: #222;
    letter-spacing: .2px;
}
@media (max-width: 480px){
    .brand-card { padding: 14px; }
    .brand-card__img { height: 60px; }
}

#header nav .blockcart {
    display: none;
}

#footer span.newsletter-title ~ * {
    padding-left: 150px;
}

@media (min-width: 992px) {
    #header .header-top {
        padding-bottom: 0 !important;
    }

    #header .header-top .header-top-inner {
        margin-top: 20px;
    }

    #header .header-top.fixed .header-top-inner {
        display: block;
    }
}

@media (max-width: 992px) {
    main .ets_mm_megamenu .brand-cards {
        margin-left: -15px;
    }
}

.modal-body .cart-content.btn > * {
    display: block;
    width: 100%;
}

.modal-body .cart-content.btn > *:not(:last-child) {
    margin-bottom: 12px;
}

@media(max-width:850px) {
    #blockcart-modal .cart-content-btn {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
#blockcart-modal .cart-content-btn > .btn {
        width: 100%;
    }
    #blockcart-modal .cart-content button {
        margin: 0;
    }
}
.top-nav-bar>div a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.nav-icon {
    filter: invert(1);
}

.all-product-link.btn-primary.btn-secondary-white,
.btn-primary.btn-secondary-white,
.btn-secondary-white {
    border-radius: 4px;
    border: 1px solid #1F1F1F !important;
    background: #FFF !important;
    color: #1F1F1F !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    display: flex;
    gap: 10px;
    padding: 8px 20px !important;
    justify-content: center;
}

.layout_layout1 .ets_mm_megamenu_content {
    border-top: unset;
    border-bottom: unset;
}

.product_search {
    border: 1px solid #D1D5DB !important;
}

#block-contact_list a {
    color: #1F1F1F;
    /*font-weight: 600;*/
    letter-spacing: 0.56px;
}


.offercmsdetail-new {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #242833;
    background-image: url("/img/offercms-background.jpg");
    background-size: cover;
    padding: 30px 20px;
    gap: 20px;
}

.offercmsdetail-new .offercmslogo {
    display: flex;
    width: 70px;
    height: 70px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    background-size: contain;
    border-radius: 99px;
    background: #242833;

}

.offercmsdetail-new .offercmsright {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offercmsdetail-new .offercms-title {
    color: #242833;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}

.offercmsdetail-new .offercms-desc {
    color: rgba(36, 40, 51, 0.80);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}


.offercmsdetail-new .offercmslogo img {
    filter: invert(1);
    width: 42px;
    height: 42px;

    flex-shrink: 0;
    aspect-ratio: 1/1;
}

@media(min-width:768px) {
    .offercmsdetail-new {
        flex-direction: row;
        padding: 23px 0;

        justify-content: center;
        align-items: center;
    }

    .offercmsdetail-new .offercmslogo {
        width: 100px;
        height: 100px;
        padding: 20px;
    }

    .offercmsdetail-new .offercms-title {
        font-size: 36px;
    }

    .offercmsdetail-new .offercms-desc {
        font-size: 20px;
    }

    .offercmsdetail-new .offercmslogo img {
        width: 60px;
        height: 60px;
    }
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 40px 24px;
    color: #ffffff;
    background: #0f1720;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        /* pas 1 */
        linear-gradient(118deg,
            #414C63 0%,
            #4F5D7A 16%,
            transparent 16% 100%),
        /* pas 2 */
        linear-gradient(118deg,
            transparent 0 16%,
            #384154 16%,
            #414C63 32%,
            transparent 32% 100%),
        /* pas 3 */
        linear-gradient(118deg,
            transparent 0 32%,
            #242833 32%,
            #384154 50%,
            transparent 50% 100%),
        /* tło bazowe */
        linear-gradient(118deg, #1a2532, #1a2532);
    pointer-events: none;
}

.hero__content {
    position: relative;
}

.hero h2 {
    margin: 0 0 8px;
    font: 700 22px/1.25 system-ui, sans-serif;
}

.hero p {
    margin: 0;
    opacity: .9;
}

.block_newsletter {
    min-height: 200px;
    gap: 20px;
    padding: 10px;
}

.block_newsletter {
    height: 100%;
    align-content: center;
}

.newsletter-left-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.newsletter-left-container-left {
    display: flex;
    align-items: center;
}

.newsletter-left-container-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.newsletter-left-container-right #newsletter-middle {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.block_newsletter .block_content form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media(max-width:768px) {
    .block_newsletter {
        flex-direction: column;
    }
}

.pagination .spacer,
.pagination a.js-search-link {
    color: #5D5D5D;
    border: 1.6px solid #D1D5DB;
    background: white;
}

.pagination a.disabled.js-search-link {
    color: #1F1F1F;
    border: 1.6px solid #242833;
    background: white;
}

.atc-arrow {
    filter: invert(1);
    padding-left: 10px;
}

.cart-content-btn>.btn {
    width: 49%;
}

.hurryup-text-top {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
}

.hurryup-text-bottom {
    color: #5D5D5D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
}

.price-container {
    width: 100%;
    text-align: right;
}

.price-container .product-discount {
    color: #5D5D5D;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}

.price-container .current-price {
    color: #1F1F1F;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.44px;
}

.discount-info {
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}

.has-discount .discount-info span.discount {
    padding: 6px;
    border-radius: 4px;
    background: #BD0509;
    color: white;
}

.countdown-container {
    width: 100%;
    padding-top: 19px;
    display: flex;
    justify-content: flex-end;
}

.product-info-container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.product-info-container-left,
.product-info-container-right {
    width: 49%;
}

.product-info-container-right .product-prices .product-price {
    width: 100%;
    padding-top: 10px;
}

@media(max-width:768px) {
.product-info-container {
    flex-direction: column;
}

.product-info-container-left,
.product-info-container-right {
    width: 100%;
}
}

.tax-shipping-delivery-label {
    display: flex;
    justify-content: flex-end;
}

.product-quantity {
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
}

#add-to-cart-or-refresh .product-quantity .qty {
    display: block;
    flex-direction: row;
    width: unset;
    order: unset;
}

.product-quantity .add {
    width: 100%;
}

.product-quantity .add .add-to-cart {
    width: 100%;
}

.product-quantity .wish_comp {
    width: unset;
}

.blockreassurance_product {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
}

.blockreassurance_product>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blockreassurance_product>.clearfix {
    display: none;
}

.input-group {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

#product .psproductcountdown .pspc-main {
    white-space: nowrap;
}

.cart-grid .card {
    border: 1px solid #dddddd;

}

.cart-summary .checkout.cart-detailed-actions a {
    width: 100%;
}

.promo-code form {
    display: flex;
    gap: 10px;
}

.block-promo .promo-input+button {
    margin-top: unset;
}

.block-promo .promo-input {
    width: 100%;
}

.pspc-main {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.pspc-main .time {
    background: #F7F7F7;
    margin: unset!important;
}

.pspc-main .time:before {
    right:-9px
}

@media(min-width:768px) {
    #product .inpost-izi-btn-wrapper{
        padding-left: 142px;
    }
}

@media(max-width:768px) {
    #product .qty{
        margin-right: 10px;
    }
}

#countdownWidget #phone-widget {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #D1D1D1;
    align-items: center;
    background: #FFF;
}

.countdown-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.countdown-right>p {
    order: unset !important;
}

.countdown-right .help-header {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.56px;
}

.countdown-right .help-phone {
    color: #242833;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.countdown-right .help-hours {
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.56px;
}

.countdown-left {
    order: unset !important;
}

.countdown-left img {
    order: unset !important;
}

@media(min-width:991px) {
    #countdownWidget {
        width: calc(100% - 282px) !important;
        min-height: 50%;
        margin: unset !important;
        float: left;
        flex-direction: column;
    }

    #countdownLeft{
        width: 100%;
    }

    .countdown-right>p {
        text-align: left;
    }

    #oblicz-rate,
    .obliczrate-container {
        max-width: 266px;
    }
}

.obliczrate-container {
    margin-left: 16px;
    margin-bottom: 8px;
    width: unset;
}

.alior-button {
    color: #991046 !important;
}

#oblicz-rate,
.obliczrate-container {
    width: 100%;
    float: right;
    min-width: 266px;
    margin-left: 10px;
}

#oblicz-rate img,
.obliczrate-container img {
    order: unset !important;
    max-height: 30px;
}

#oblicz-rate a,
.obliczrate-container a {
    align-items: center;
    height: 44px;
    padding: unset !important;
}

#cart #oblicz-rate {
    max-width: unset;
    margin-top: 10px;
}

.newsletter-form .input-wrapper {
        display: flex;
        flex-direction:column;
        gap: 10px;
    }
    .block_newsletter form input[type="text"]{
        padding:9px 15px 9px 15px;
    }
    #psgdpr_consent_checkbox_22{
        color: white;
    }
    #footer .block_newsletter .block_content .custom-checkbox input[type="checkbox"] + span{
        border: solid 1px white !important;
        color: white;
    }
    #footer .block_newsletter .block_content .custom-checkbox input[type="checkbox"] + span .checkbox-checked{
        color:white!important;
        opacity: 1;
    }

@media(min-width:991px) {
    .newsletter-form .input-wrapper {
        flex-direction:row;
    }
}

.blockreassurance_product p.block-title{
    line-height: normal;
}

.product-quantity .add .add-to-cart {
    padding: 11px 0!important;
    max-width: unset;
}

#CybotCookiebotDialog{
    #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
        border-bottom: 1px solid rgb(215, 0, 34);
        color: rgb(215, 0, 34);
    }
    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
        border-color: rgb(215, 0, 34);
    }
    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
        background-color: rgb(215, 0, 34);
    }
    #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover,
    #CybotCookiebotDialogDetailBody .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
    a.CybotCookiebotDialogDetailBodyContentCookieLink,
    #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover,
    #CybotCookiebotDialogDetailBody #CybotCookiebotDialogDetailFooter a{
        color: rgb(215, 0, 34);
    }
    #CybotCookiebotDialogDetailBody .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover:before,
    .CybotCookiebotDialogDetailBodyContentCookieGroup a:hover:after{
        border-color: rgb(215, 0, 34);
    }
    .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
        background-color: rgb(215, 0, 34);
    }
}

#product .product-additional-info{
    padding-bottom: 20px;
}

.call-us-wrapper {
    margin-top: 10px;
    margin-inline: auto;
    width: fit-content;
    text-wrap: balance;
    .call-us-email{
        display: none;
    }
    &.is-after-hours .call-us-phone {
        display: none;
    }

    &.is-after-hours .call-us-email {
        display: block;
    }
}

.call-us-pill {
    display: none;
    width: fit-content;
    max-width: 100%;
    padding: 6px 12px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color: var(--primary-color);
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;

    &:hover,
    &:focus {
        border-color: #D70022;
        strong,i{
        color: #D70022;
        }
    }
    i {
        font-size: 14px;
    }

    strong {
        font-weight: 600;
    }

    .call-us-hours {
        font-weight: 500;
    }

    .call-us-email {
        display: none;
    }
    @media (width <= 767px) {
        display: block;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}


.page-product .product-information .sj-addit-info-carousel .owl-item {
    padding-right: 12px;
    box-sizing: border-box;
}

.page-product .product-information .sj-addit-info-carousel .owl-wrapper {
    margin-right: -12px;
}

.special-products .products .product_list li .product-miniature img.atc-arrow{
        max-width: 30px;
}
.page-product .footer-after {
    float: unset;
}

.page-product #content-wrapper .widget7 .main-widget {
    @media (width <= 767px) {

        margin: unset;
    }
}
.product-addit-info-title{
    display: none;
}
.page-product {
    .product-features {
        @media screen and (width <= 767px) {
            overflow: scroll;
        }
    }
    &#product .pp-right-column .product-actions #product-availability {
        @media screen and (width <= 767px) {
            margin-bottom: 3rem;
        }
    }

    .product-information {
        :has(#color_slider) .splide.is-initialized:not(.is-active) .splide__list {
            display: flex;
        }

        @media screen and (width <= 767px) {
            #countdownWidget{
                display: none;
            }
            .product-addit-info-title{
            display: block;
            margin-bottom: 1rem;
            text-wrap: balance;
            text-transform: unset;
        }
            #add-to-cart-or-refresh .sj-pf-fields-wrap {
                order: 1 !important;
            }

            .current-price .current-price-value {
                display: block;
                width: 100%;
            }

            .product-info-container {
                text-wrap: balance;
            }

            .product-add-to-cart {
                order: 2 !important;
            }

            .product-add-to-cart {
                .product-quantity .add-to-cart {
                    background-color: #D70022;
                    border: #D70022;

                    &:hover {
                        background-color: var(--primary-color, #1F1F1F);
                        border: var(--primary-color, #1F1F1F);
                    }
                }
            }

            .product-info-container .product-variants {
                display: flex;
                flex-direction: row-reverse;
                justify-content: space-between;

                @media screen {}

                .product-attributes:has(.product-manufacturer) {
                    display: none;
                }

                .product-actions .control-label {
                    text-align: left;
                }
            }

            .product-additional-info:has(.paypo__open, .obliczrate-container, .oblicz-rate) {
                order: 3 !important;
            }

            .input-color,
            .product-variants>.product-variants-item .color {
                height: 40px;
                width: 40px;
            }

            .input-color[checked=checked]+span {
                border-width: 3px;
                box-shadow: unset;
                border-color: #D70022;
            }

            .product-variants-item .input-color[checked=checked]+span::before {
                position: relative;
                left: 8px;
                line-height: 38px;
                font-size: 26px;
            }

            li:has(.input-color) {
                max-width: 40px;
                width: 40px;
            }

            .product-variants>.product-variants-item ul li {
                margin: unset;
            }

            #color_slider .input-container {
                all: unset !important;
                padding-right: 10px !important;
                padding-top: 3px !important;
                width: 40px !important;
            }

            .product-variants .pamiec input[checked="checked"]+.radio-label {
                background: var(--primary-color);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                color: var(--secondary-color);
            }

            .product-variants .pamiec .attribute_unavailable input[checked="checked"]+.radio-label {
                background-image: linear-gradient(160deg,
                        transparent calc(50% - 1px),
                        rgba(221, 221, 221, .9) 50%,
                        transparent calc(50% + 1px));
            }

            .product-actions .sj-pf-field .control-label {
                font-weight: 900;
            }

            #sj-fatc-wrapper {
                bottom: var(--sj-fatc-half-height);
            }
        }
    }
}

.page-product:has(.product-information) .page-product-box.grelated_products {
    @media screen and (width <= 767px) {
        .hiaddtocart button.btn {
            text-wrap: balance;
        }
    }
}

@media screen and (width <= 767px) {
    .tax-shipping-delivery-label{
        display: none !important;
    }
    .current-price-tax.mobile{
        font-size: 13px;
        color: #808080;
        font-weight: 400;
        width: 100%;
    }
    .hide-after-mobile{
        display: flex !important;
        flex-direction: column-reverse;
        width: 100%;
        text-align: end;
        
        .mobile-czas-realizacji{
            font-size: 13px;
            color: #808080;
            font-weight: 400;
        }
    }
}

/* Smartspot product mockup pass */
#product .smartspot-product-top .smartspot-product-subtitle {
    align-items: center;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 6px;
    line-height: 1.35;
    margin: 0 0 10px;
}

#product .smartspot-product-top .smartspot-product-subtitle__sep {
    color: #cfcfcf;
}

#product .smartspot-product-top .smartspot-product-subtitle__availability {
    color: #c0392b;
    font-size: 12px;
    font-weight: 700;
}

#product .smartspot-product-top .smartspot-product-subtitle__availability.is-available {
    color: #22c55e;
}

#product .smartspot-product-top .productpage_title {
    font-size: 22px;
    margin-bottom: 4px;
}

#product .smartspot-product-top [id^="product-description-short-"]:empty {
    display: none;
}

#product .smartspot-product-top .smartspot-zaufane-badge {
    align-items: center;
    background: #f0f9f4;
    border: 1px solid #c6e8d5;
    border-radius: 4px;
    color: #1a7a45;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px 8px;
    padding: 4px 8px;
    text-decoration: none;
    vertical-align: middle;
}

#product .smartspot-product-top .comments_note,
#product .smartspot-product-top .ministars-widget {
    display: inline-flex;
    margin-bottom: 14px;
    vertical-align: middle;
}

#product .smartspot-product-top .tax-shipping-delivery-label {
    display: none !important;
}

#product .smartspot-product-top .tax-shipping-delivery-label-moved,
#product .smartspot-product-top .current-price .tax-label,
#product .smartspot-product-top .product-price .tax-label {
    display: none !important;
}

#product .smartspot-product-top .product-prices {
    margin-bottom: 2px;
}

#product .smartspot-product-top .smartspot-product-highlights {
    margin: 14px 0 16px;
}

#product .smartspot-product-top .smartspot-crosssell-slot.has-smartspot-crosssell,
#product .smartspot-product-top .smartspot-crosssell-slot:has(> *) {
    display: block;
}

#product .smartspot-product-top .smartspot-crosssell-slot .smartspot-crosssell-source {
    background: #fffbf0;
    border: 1px solid #fde68a;
    border-radius: 8px;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 10px 12px;
}

#product .smartspot-product-top .smartspot-crosssell-slot .smartspot-crosssell-source .products-section-title {
    align-items: center;
    color: #92400e;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 8px;
    text-align: left;
    text-transform: uppercase;
}

#product .smartspot-product-top .smartspot-crosssell-slot .smartspot-crosssell-source .products-section-title::before {
    background: #60a5fa;
    border-radius: 50%;
    content: "";
    display: inline-block;
    flex: 0 0 8px;
    height: 8px;
    margin-right: 8px;
    width: 8px;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_list {
    display: flex;
    flex-direction: column;
    margin: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_list > .item {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #fde68a;
    display: grid;
    gap: 8px;
    grid-template-columns: 18px 40px minmax(0, 1fr) auto;
    margin: 0;
    padding: 7px 0;
    width: 100%;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_list > .item:nth-of-type(n+3) {
    display: none !important;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_list > .item:nth-of-type(2) {
    border-bottom: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .smartspot-crosssell-pick-wrap {
    align-items: center;
    display: flex;
    grid-column: 1;
    justify-content: center;
    margin: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .smartspot-crosssell-pick {
    accent-color: #c0392b;
    cursor: pointer;
    height: 16px;
    margin: 0;
    width: 16px;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_image {
    grid-column: 2;
    height: 40px;
    margin: 0;
    width: 40px;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_image img {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 40px;
    object-fit: cover;
    width: 40px;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_des {
    grid-column: 3;
    min-width: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_des .product-title {
    margin: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_des .product-title a {
    color: #111;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_des .product-desc {
    color: #777;
    display: block;
    font-size: 10px;
    line-height: 1.3;
    margin: 1px 0 0;
    max-height: 14px;
    overflow: hidden;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_price {
    color: #c0392b;
    grid-column: 4;
    grid-row: 1;
    white-space: nowrap;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_price .price {
    color: #c0392b;
    font-size: 13px;
    font-weight: 800;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_price .price::before {
    content: "+ ";
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_submit_bt {
    display: none;
}

#product .smartspot-product-top .smartspot-crosssell-note {
    background: #fef9c3;
    border-radius: 5px;
    color: #713f12;
    font-size: 11px;
    font-weight: 600;
    margin-top: 6px;
    padding: 6px 8px;
    text-align: center;
}

#product .smartspot-product-top .smartspot-crosssell-note strong {
    font-weight: 800;
}

#product .smartspot-product-top .product-add-to-cart > .call-us-wrapper {
    display: none !important;
}

#product .smartspot-product-top .product-quantity {
    gap: 10px;
    margin-bottom: 12px;
}

#product .smartspot-product-top .smartspot-qty-label {
    color: #666;
    font-size: 12px;
}

#product .smartspot-product-top .smartspot-qty-stepper {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-flex;
    height: 36px;
    overflow: hidden;
}

#product .smartspot-product-top .smartspot-qty-stepper .smartspot-qty-btn {
    align-items: center;
    background: #f5f5f5;
    border: 0;
    color: #555;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
}

#product .smartspot-product-top .smartspot-qty-stepper .smartspot-qty-btn:hover {
    background: #e8e8e8;
}

#product .smartspot-product-top .smartspot-qty-stepper #quantity_wanted {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    margin: 0;
    padding: 0;
    width: 42px;
}

#product .smartspot-product-top .smartspot-qty-stepper #quantity_wanted::-webkit-outer-spin-button,
#product .smartspot-product-top .smartspot-qty-stepper #quantity_wanted::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

#product .smartspot-product-top .product-quantity .add .add-to-cart::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
}

#product .smartspot-product-top .smartspot-post-buy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

#product .smartspot-product-top .smartspot-pay-label {
    color: #888;
    font-size: 11px;
    margin-bottom: 6px;
}

#product .smartspot-product-top .smartspot-payments {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#product .smartspot-product-top .smartspot-pay-chip {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    line-height: 1;
    min-width: 52px;
    padding: 0 10px;
}

#product .smartspot-product-top .smartspot-pay-chip--blik {
    color: #e2001a;
}

#product .smartspot-product-top .smartspot-pay-chip--visa {
    color: #1a1f71;
}

#product .smartspot-product-top .smartspot-pay-chip--mastercard {
    color: #eb001b;
}

#product .smartspot-product-top .smartspot-pay-chip--payu {
    color: #00a0e3;
}

#product .smartspot-product-top .smartspot-pay-chip--paypo {
    color: #2dbe6c;
}

#product .smartspot-product-top .smartspot-pay-chip--p24 {
    color: #d8232a;
}

#product .smartspot-product-top .smartspot-installment-row,
#product .smartspot-product-top .smartspot-stores-row {
    align-items: center;
    border-radius: 6px;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 7px;
    line-height: 1.35;
    padding: 8px 12px;
}

#product .smartspot-product-top .smartspot-installment-row {
    background: #f9f9f9;
}

#product .smartspot-product-top .smartspot-stores-row {
    background: #f9f6ff;
    border: 1px solid #e9d8fd;
}

#product .smartspot-product-top .smartspot-row-icon {
    align-items: center;
    color: #2563eb;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 16px;
    justify-content: center;
    width: 16px;
}

#product .smartspot-product-top .smartspot-stores-row a {
    color: #7c3aed;
    font-weight: 700;
    text-decoration: none;
}

#product .smartspot-product-top .smartspot-rate-actions {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

#product .smartspot-product-top .smartspot-rate-actions #eraty,
#product .smartspot-product-top .smartspot-rate-actions #oblicz-rate,
#product .smartspot-product-top .smartspot-rate-actions .obliczrate-container {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    display: inline-flex !important;
    float: none !important;
    justify-content: center;
    margin: 0 !important;
    min-height: 30px;
    min-width: 110px;
    padding: 3px 8px;
    text-align: center !important;
    width: auto !important;
}

#product .smartspot-product-top .smartspot-rate-actions #eraty a,
#product .smartspot-product-top .smartspot-rate-actions #oblicz-rate a,
#product .smartspot-product-top .smartspot-rate-actions .obliczrate-container a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 24px;
    padding: 0 !important;
}

#product .smartspot-product-top .smartspot-rate-actions #eraty img,
#product .smartspot-product-top .smartspot-rate-actions #oblicz-rate img,
#product .smartspot-product-top .smartspot-rate-actions .obliczrate-container img {
    display: block;
    height: auto;
    max-height: 24px;
    max-width: 150px;
    width: auto;
}

#product .smartspot-product-top .product-additional-info #eraty,
#product .smartspot-product-top .product-additional-info #oblicz-rate,
#product .smartspot-product-top .product-additional-info .obliczrate-container,
#product .smartspot-product-top .product-additional-info #countdownWidget,
#product .smartspot-product-top .product-additional-info #paypo-widget-holder,
#product .smartspot-product-top .product-additional-info .paypo__open {
    display: none !important;
}

#product .smartspot-product-top .smartspot-contact-row {
    border-top: 1px solid #f0f0f0;
    color: #777;
    font-size: 12px;
    line-height: 1.45;
    padding-top: 10px;
    text-align: center;
}

#product .smartspot-product-top .smartspot-contact-row a {
    color: #c0392b;
    font-weight: 700;
    text-decoration: none;
}

#product .smartspot-product-top .product-additional-info {
    margin-top: 14px;
}

#product .smartspot-product-top .product-additional-info .product-addit-info-title {
    display: none;
}

#product .smartspot-product-top .product-additional-info .sj-pf-fields-wrap,
#product .smartspot-product-top .product-additional-info .js-sj-pf-fields-wrap {
    border-top: 1px solid #f0f0f0;
    margin: 14px 0 0;
    padding-top: 14px;
    width: 100%;
}

#product .smartspot-product-top .product-additional-info .sj-pf-field {
    margin-bottom: 14px;
}

#product .smartspot-product-top .product-additional-info .sj-pf-field label,
#product .smartspot-product-top .product-additional-info .sj-pf-field .control-label {
    color: #555;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#product .smartspot-product-top .product-additional-info .sj-pf-field select,
#product .smartspot-product-top .product-additional-info .sj-pf-field .form-control {
    border: 1px solid #1f1f1f;
    border-radius: 5px;
    color: #111;
    font-size: 14px;
    min-height: 38px;
}

#product .smartspot-product-top .product-additional-info .sj-pf-field-descr,
#product .smartspot-product-top .product-additional-info .sj-pf-field small,
#product .smartspot-product-top .product-additional-info .sj-pf-field .help-block {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

@media screen and (max-width: 991px) {
    #product .smartspot-product-top .product-leftside {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    #product .smartspot-product-top .smartspot-product-subtitle,
    #product .smartspot-product-top .smartspot-payments,
    #product .smartspot-product-top .smartspot-installment-row,
    #product .smartspot-product-top .smartspot-stores-row {
        align-items: flex-start;
    }

    #product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_list > .item {
        grid-template-columns: 18px 40px minmax(0, 1fr);
        row-gap: 4px;
    }

    #product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_price {
        grid-column: 3;
        grid-row: 2;
    }

    #product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_des .product-title a {
        white-space: normal;
    }

    #product .smartspot-product-top .smartspot-zaufane-badge {
        margin-left: 0;
    }

    #product .smartspot-product-top .smartspot-rate-actions {
        width: 100%;
    }
}

/* Smartspot 1:1 correction pass */
#product .smartspot-product-top .product-prices .current-price,
#product .smartspot-product-top .product-prices .price-container,
#product .smartspot-product-top .product-prices .product-price {
    align-items: flex-start !important;
    display: block !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

#product .smartspot-product-top .product-prices .current-price-value {
    display: block !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: left !important;
    width: auto !important;
}

#product .smartspot-product-top #color_slider {
    max-width: none !important;
    overflow: visible !important;
    width: 100% !important;
}

#product .smartspot-product-top #color_slider .splide__track {
    overflow: visible !important;
}

#product .smartspot-product-top #color_slider .splide__list {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    height: auto !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    width: auto !important;
}

#product .smartspot-product-top #color_slider .splide__slide {
    clear: none !important;
    display: block !important;
    flex: 0 0 32px !important;
    float: none !important;
    height: 32px !important;
    margin: 0 !important;
    max-width: 32px !important;
    min-width: 32px !important;
    transform: none !important;
    width: 32px !important;
}

#product .smartspot-product-top #color_slider .splide__arrows,
#product .smartspot-product-top #color_slider .splide__pagination {
    display: none !important;
}

#product .smartspot-product-top .smartspot-color-main-label {
    color: #666 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
    text-transform: uppercase !important;
}

#product .smartspot-product-top .smartspot-color-value-label {
    display: none !important;
}

#product .smartspot-product-top #sjloyaltyprogram_specialOfferBtn {
    display: none !important;
}

#product .smartspot-product-top .smartspot-post-buy {
    display: flex !important;
    flex-direction: column !important;
}

#product .smartspot-product-top .smartspot-payments-section {
    order: 1 !important;
}

#product .smartspot-product-top .smartspot-installment-row {
    order: 2 !important;
}

#product .smartspot-product-top .smartspot-stores-row {
    order: 3 !important;
}

#product .smartspot-product-top .smartspot-contact-row {
    order: 4 !important;
}

#product .smartspot-product-top .smartspot-pay-chip--blik {
    order: 1 !important;
}

#product .smartspot-product-top .smartspot-pay-chip--visa {
    order: 2 !important;
}

#product .smartspot-product-top .smartspot-pay-chip--mastercard {
    order: 3 !important;
}

#product .smartspot-product-top .smartspot-pay-chip--payu {
    order: 4 !important;
}

#product .smartspot-product-top .smartspot-pay-chip--paypo {
    order: 5 !important;
}

#product .smartspot-product-top .smartspot-pay-chip--p24 {
    order: 6 !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item {
    grid-template-columns: 18px 40px minmax(0, 1fr) auto !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item > .smartspot-crosssell-pick {
    align-self: center !important;
    appearance: auto !important;
    float: none !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 16px !important;
    justify-self: center !important;
    margin: 0 !important;
    max-height: 16px !important;
    max-width: 16px !important;
    min-height: 16px !important;
    min-width: 16px !important;
    order: 0 !important;
    position: static !important;
    transform: none !important;
    width: 16px !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item > .smartspot-crosssell-rendered-thumb {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item > .smartspot-crosssell-rendered-info {
    grid-column: 3 !important;
    grid-row: 1 !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item > .smartspot-crosssell-rendered-price {
    grid-column: 4 !important;
    grid-row: 1 !important;
    justify-self: end !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-name {
    white-space: normal !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-sub {
    white-space: normal !important;
}

@media screen and (max-width: 767px) {
    #product .smartspot-product-top .product-prices .current-price-value {
        font-size: 28px !important;
    }

    #product .smartspot-product-top .smartspot-crosssell-rendered-item {
        grid-template-columns: 18px 40px minmax(0, 1fr) !important;
    }

    #product .smartspot-product-top .smartspot-crosssell-rendered-item > .smartspot-crosssell-rendered-price {
        grid-column: 3 !important;
        grid-row: 2 !important;
        justify-self: start !important;
    }
}
@media screen and (width > 767px) {
    .hide-after-mobile{
        display: none !important;
    }
    .current-price-tax.mobile{
        display: none !important;
    }
    html,body{
        overflow-x: clip;
    }
    .page-cart .cart-summary .btn-primary{
        text-wrap: wrap;
    }
}
.page-cart .page-product-box.grelated_products{
 .product-description{
    min-height: unset;
 }
 .owl-wrapper-outer{
    left: -15px;
 }
 .owl-item >*{
    margin-inline-start: 15px;
 }
 .btn-primary{
    text-wrap: balance;
    width: 100%;
    font-size: 11px;
 }
 .grelated_products_submit_bt{
    width: 100%;
 }

}

/* Smartspot compact product card */
#product .smartspot-product-top {
    max-width: 1200px;
    margin: 18px auto 0;
    align-items: flex-start;
}

#product .smartspot-product-top .pp-left-column,
#product .smartspot-product-top .pp-right-column {
    padding-left: 12px;
    padding-right: 12px;
}

#product .smartspot-product-top .product-leftside {
    position: sticky;
    top: 16px;
}

#product .smartspot-product-top .product-cover {
    align-items: center;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#product .smartspot-product-top .product-cover img {
    height: 100%;
    object-fit: contain;
    padding: 18px;
    width: 100%;
}

#product .smartspot-product-top .js-qv-mask {
    margin-top: 10px;
}

#product .smartspot-product-top .additional-image-slider .thumb-container {
    padding: 0 5px;
}

#product .smartspot-product-top .additional-image-slider .thumb {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    height: 72px;
    object-fit: cover;
    width: 72px;
}

#product .smartspot-product-top .additional-image-slider .thumb.selected,
#product .smartspot-product-top .additional-image-slider .thumb:hover {
    border-color: #d70022;
}

#product .smartspot-product-top .pp-right-column {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 22px 24px;
}

#product .smartspot-product-top .productpage_title {
    color: #111;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 6px;
}

#product .smartspot-product-top [id^="product-description-short-"] {
    color: #555;
    display: block;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 10px;
}

#product .smartspot-product-top .comments_note,
#product .smartspot-product-top .ministars-widget {
    margin-bottom: 14px;
}

#product .smartspot-product-top .product-actions {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

#product .smartspot-product-top .product-info-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

#product .smartspot-product-top .product-info-container-left,
#product .smartspot-product-top .product-info-container-right {
    width: 100%;
}

#product .smartspot-product-top .product-info-container-right {
    order: 1;
}

#product .smartspot-product-top .product-info-container-left {
    order: 2;
}

#product .smartspot-product-top .product-prices {
    background: #fafafa;
    border: 1px solid #efefef;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 14px 16px;
}

#product .smartspot-product-top .product-info-container-right .product-prices .product-price {
    padding-top: 0;
}

#product .smartspot-product-top .price-container .current-price {
    color: #111;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

#product .smartspot-product-top .tax-shipping-delivery-label-moved {
    margin-top: 6px;
}

#product .smartspot-product-top .product-variants {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#product .smartspot-product-top .product-variants > .product-variants-item {
    margin-bottom: 0;
}

#product .smartspot-product-top .product-actions .control-label,
#product .smartspot-product-top .product-variants > .product-variants-item > .control-label {
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

#product .smartspot-product-top .radio-label {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 16px;
}

#product .smartspot-product-top .input-radio:checked + .radio-label {
    background: #111;
    border-color: #111;
    color: #fff;
}

#product .smartspot-product-top .input-color + span,
#product .smartspot-product-top .product-variants > .product-variants-item .color {
    border: 3px solid #e0e0e0;
    height: 32px;
    width: 32px;
}

#product .smartspot-product-top .input-color:checked + span,
#product .smartspot-product-top .input-color:hover + span {
    border-color: #111;
}

#product .smartspot-product-top .smartspot-product-highlights {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    margin: 16px 0;
    padding: 0;
}

#product .smartspot-product-top .smartspot-product-highlights li {
    align-items: flex-start;
    color: #333;
    display: flex;
    font-size: 13px;
    gap: 8px;
    line-height: 1.4;
}

#product .smartspot-product-top .smartspot-product-highlights__icon {
    align-items: center;
    background: #22c55e;
    color: #fff;
    display: inline-flex;
    flex: 0 0 14px;
    font-size: 10px;
    height: 14px;
    justify-content: center;
    margin-top: 2px;
    width: 14px;
}

#product .smartspot-product-top .smartspot-crosssell-slot {
    display: none;
    margin: 14px 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot.has-smartspot-crosssell,
#product .smartspot-product-top .smartspot-crosssell-slot:has(> *) {
    display: block;
}

#product .smartspot-product-top .smartspot-crosssell-slot .page-product-box,
#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products,
#product .smartspot-product-top .smartspot-crosssell-slot .crosssell-products,
#product .smartspot-product-top .smartspot-crosssell-slot .product-accessories {
    background: #fffbf0;
    border: 1px solid #fde68a;
    border-radius: 8px;
    margin: 0;
    padding: 10px 12px;
}

#product .smartspot-product-top .smartspot-crosssell-slot .h1,
#product .smartspot-product-top .smartspot-crosssell-slot .page-product-heading,
#product .smartspot-product-top .smartspot-crosssell-slot .products-section-title {
    color: #92400e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 8px;
    text-transform: uppercase;
}

#product .smartspot-product-top .smartspot-crosssell-slot .products,
#product .smartspot-product-top .smartspot-crosssell-slot .product_list,
#product .smartspot-product-top .smartspot-crosssell-slot .owl-wrapper {
    margin: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .product-miniature,
#product .smartspot-product-top .smartspot-crosssell-slot .ajax_block_product {
    background: transparent;
    border-bottom: 1px solid #fde68a;
    margin: 0;
    padding: 7px 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .product-miniature:last-child,
#product .smartspot-product-top .smartspot-crosssell-slot .ajax_block_product:last-child {
    border-bottom: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .thumbnail-container {
    width: 46px;
}

#product .smartspot-product-top .smartspot-crosssell-slot .product-thumbnail img,
#product .smartspot-product-top .smartspot-crosssell-slot .thumbnail-container img {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 40px;
    object-fit: cover;
    width: 40px;
}

#product .smartspot-product-top .smartspot-crosssell-slot .product-description,
#product .smartspot-product-top .smartspot-crosssell-slot .product-title {
    min-height: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .product-title,
#product .smartspot-product-top .smartspot-crosssell-slot .product-title a {
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

#product .smartspot-product-top .smartspot-crosssell-slot .price,
#product .smartspot-product-top .smartspot-crosssell-slot .product-price {
    color: #c0392b;
    font-size: 13px;
    font-weight: 800;
}

#product .smartspot-product-top .smartspot-crosssell-slot .btn,
#product .smartspot-product-top .smartspot-crosssell-slot .add-to-cart {
    border-radius: 6px;
    font-size: 11px;
    padding: 7px 10px;
}

#product .smartspot-product-top .smartspot-crosssell {
    background: #fffbf0;
    border: 1px solid #fde68a;
    border-radius: 8px;
    margin: 14px 0;
    padding: 10px 12px;
}

#product .smartspot-product-top .smartspot-crosssell__title {
    align-items: center;
    color: #92400e;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 6px;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#product .smartspot-product-top .smartspot-crosssell__items {
    display: flex;
    flex-direction: column;
}

#product .smartspot-product-top .smartspot-crosssell__item {
    align-items: center;
    border-bottom: 1px solid #fde68a;
    cursor: pointer;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 7px 0;
}

#product .smartspot-product-top .smartspot-crosssell__item:last-child {
    border-bottom: 0;
}

#product .smartspot-product-top .smartspot-crosssell__item.is-selected {
    background: rgba(255, 247, 221, 0.8);
}

#product .smartspot-product-top .smartspot-crosssell__checkbox {
    accent-color: #c0392b;
    cursor: pointer;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
}

#product .smartspot-product-top .smartspot-crosssell__checkbox:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

#product .smartspot-product-top .smartspot-crosssell__thumb {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #c0392b;
    display: flex;
    flex: 0 0 36px;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    overflow: hidden;
    width: 36px;
}

#product .smartspot-product-top .smartspot-crosssell__thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#product .smartspot-product-top .smartspot-crosssell__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

#product .smartspot-product-top .smartspot-crosssell__name {
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

#product .smartspot-product-top .smartspot-crosssell__sub {
    color: #777;
    font-size: 10px;
    line-height: 1.3;
    margin-top: 1px;
}

#product .smartspot-product-top .smartspot-crosssell__link {
    color: #c0392b;
    font-weight: 600;
}

#product .smartspot-product-top .smartspot-crosssell__price {
    color: #c0392b;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

#product .smartspot-product-top .smartspot-crosssell__note {
    background: #fef9c3;
    border-radius: 5px;
    color: #713f12;
    font-size: 11px;
    font-weight: 600;
    margin-top: 6px;
    padding: 5px 8px;
    text-align: center;
}

#product .smartspot-product-top .product-add-to-cart {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

#product .smartspot-product-top .product-add-to-cart .sj-pf-fields-wrap,
#product .smartspot-product-top .product-add-to-cart .js-sj-pf-fields-wrap {
    background: #fffbf0;
    border: 1px solid #fde68a;
    border-radius: 8px;
    margin: 0 0 14px;
    order: 1;
    padding: 10px 12px;
    width: 100%;
}

#product .smartspot-product-top .product-add-to-cart .sj-pf-fields-wrap::before,
#product .smartspot-product-top .product-add-to-cart .js-sj-pf-fields-wrap::before {
    color: #92400e;
    content: "Dobierz akcesoria i usługi:";
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#product .smartspot-product-top .product-add-to-cart .sj-pf-field {
    margin: 10px 0 0;
}

#product .smartspot-product-top .product-add-to-cart .sj-pf-field:first-child {
    margin-top: 0;
}

#product .smartspot-product-top .product-add-to-cart .sj-pf-field .control-label,
#product .smartspot-product-top .product-add-to-cart .sj-pf-field label {
    color: #555;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#product .smartspot-product-top .product-add-to-cart .sj-pf-field select,
#product .smartspot-product-top .product-add-to-cart .sj-pf-field .form-control,
#product .smartspot-product-top .product-add-to-cart .sj-pf-field input {
    background-color: #fff;
    border: 1px solid #e0d2a0;
    border-radius: 6px;
    color: #111;
    font-size: 13px;
    min-height: 38px;
}

#product .smartspot-product-top .product-add-to-cart .sj-pf-field .help-block,
#product .smartspot-product-top .product-add-to-cart .sj-pf-field small {
    color: #713f12;
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

#product .smartspot-product-top .product-quantity {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    order: 2;
    width: 100%;
}

#product .smartspot-product-top .product-quantity .qty {
    margin: 0;
    order: 1;
    width: auto;
}

#product .smartspot-product-top .product-quantity #quantity_wanted {
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 38px;
    text-align: center;
    width: 58px;
}

#product .smartspot-product-top .product-quantity .wish_comp {
    margin: 0 0 0 auto;
    order: 2;
    width: auto;
}

#product .smartspot-product-top .product-quantity .add {
    flex: 0 0 100%;
    margin: 0;
    order: 3;
    width: 100%;
}

#product .smartspot-product-top .product-quantity .add .add-to-cart {
    align-items: center;
    background: #c0392b;
    border: 0;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    letter-spacing: 0;
    min-width: 0;
    padding: 16px;
    text-transform: uppercase;
    width: 100%;
}

#product .smartspot-product-top .product-quantity .add .add-to-cart:hover,
#product .smartspot-product-top .product-quantity .add .add-to-cart:focus {
    background: #a93226;
}

#product .smartspot-product-top .product-quantity .add .add-to-cart.is-smartspot-crosssell-loading {
    opacity: 0.7;
    pointer-events: none;
}

#product .smartspot-product-top .product-additional-info {
    margin-top: 12px;
}

#product .smartspot-product-top .product-additional-info #countdownWidget {
    display: block;
    float: none !important;
    margin: 14px 0 10px !important;
    min-height: 0;
    width: 100% !important;
}

#product .smartspot-product-top .product-additional-info #phone-widget {
    display: flex;
    gap: 14px;
    justify-content: center;
    min-width: 0;
    padding: 10px 16px;
    width: 100%;
}

#product .smartspot-product-top .product-additional-info #phone-widget .countdown-left {
    display: none;
}

#product .smartspot-product-top .product-additional-info #phone-widget .countdown-right {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 22px;
    justify-content: center;
    width: 100%;
}

#product .smartspot-product-top .product-additional-info #phone-widget .countdown-right > p {
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

#product .smartspot-product-top .product-additional-info #phone-widget .help-header {
    order: 3;
}

#product .smartspot-product-top .product-additional-info #phone-widget .help-phone {
    order: 1;
}

#product .smartspot-product-top .product-additional-info #phone-widget .help-phone a {
    color: inherit;
    white-space: nowrap;
}

#product .smartspot-product-top .product-additional-info #phone-widget .help-hours {
    order: 2;
    white-space: nowrap;
}

#product .smartspot-product-top .product-additional-info #oblicz-rate,
#product .smartspot-product-top .product-additional-info .obliczrate-container {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    display: inline-flex;
    float: none;
    justify-content: center;
    margin: 10px 10px 0 0;
    min-height: 44px;
    min-width: 180px;
    padding: 6px 12px;
    width: auto;
}

#product .smartspot-product-top .product-additional-info #oblicz-rate a,
#product .smartspot-product-top .product-additional-info .obliczrate-container a {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    min-height: 32px;
    padding: 0 !important;
    width: 100%;
}

#product .smartspot-product-top .product-additional-info #oblicz-rate img,
#product .smartspot-product-top .product-additional-info .obliczrate-container img {
    max-height: 38px;
    max-width: 160px;
    width: auto;
}

#product .smartspot-product-top .call-us-wrapper {
    border-top: 1px solid #f0f0f0;
    margin-top: 12px;
    order: 3;
    padding-top: 10px;
}

#product .smartspot-product-top .call-us-pill {
    border: 0;
    color: #777;
    justify-content: center;
    padding: 0;
    text-align: center;
}

#product .smartspot-product-top .call-us-pill strong {
    color: #c0392b;
}

#product .smartspot-product-top .product-add-to-cart #product-availability,
#product .smartspot-product-top .product-add-to-cart .product-minimal-quantity,
#product .smartspot-product-top .product-add-to-cart > .clearfix {
    order: 4;
}

@media screen and (width <= 767px) {
    #product .smartspot-product-top {
        margin-top: 10px;
    }

    #product .smartspot-product-top .product-leftside {
        position: static;
    }

    #product .smartspot-product-top .pp-right-column {
        border-radius: 8px;
        margin-top: 14px;
        padding: 18px 16px;
    }

    #product .smartspot-product-top .productpage_title {
        font-size: 21px;
    }

    #product .smartspot-product-top .price-container .current-price {
        font-size: 28px;
    }

    #product .smartspot-product-top .smartspot-crosssell__item {
        align-items: flex-start;
    }

    #product .smartspot-product-top .smartspot-crosssell__price {
        margin-top: 2px;
    }

    #product .smartspot-product-top .product-additional-info #phone-widget {
        padding: 10px 12px;
    }

    #product .smartspot-product-top .product-additional-info #phone-widget .countdown-right {
        flex-direction: column;
        gap: 4px;
    }

    #product .smartspot-product-top .product-additional-info #phone-widget .countdown-right > p {
        white-space: normal;
    }

    #product .smartspot-product-top .product-additional-info #oblicz-rate,
    #product .smartspot-product-top .product-additional-info .obliczrate-container {
        margin-right: 0;
        min-width: 0;
        width: 100%;
    }
}

/* Smartspot final product-card overrides */
#product .smartspot-product-top .productpage_title {
    font-size: 22px;
    margin-bottom: 4px;
}

#product .smartspot-product-top .smartspot-product-subtitle {
    align-items: center;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 6px;
    line-height: 1.35;
    margin: 0 0 10px;
}

#product .smartspot-product-top .smartspot-zaufane-badge {
    align-items: center;
    background: #f0f9f4;
    border: 1px solid #c6e8d5;
    border-radius: 4px;
    color: #1a7a45;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px 8px;
    padding: 4px 8px;
    text-decoration: none;
    vertical-align: middle;
}

#product .smartspot-product-top .tax-shipping-delivery-label {
    display: none !important;
}

#product .smartspot-product-top .tax-shipping-delivery-label-moved,
#product .smartspot-product-top .current-price .tax-label,
#product .smartspot-product-top .product-price .tax-label {
    display: none !important;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_list > .item {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #fde68a;
    display: grid;
    gap: 8px;
    grid-template-columns: 18px 40px minmax(0, 1fr) auto;
    margin: 0;
    padding: 7px 0;
    width: 100%;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_list > .item:nth-of-type(n+3) {
    display: none !important;
}

#product .smartspot-product-top .smartspot-crosssell-slot .smartspot-crosssell-pick-wrap {
    align-items: center;
    display: flex;
    grid-column: 1;
    justify-content: center;
    margin: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_image {
    grid-column: 2;
    height: 40px;
    margin: 0;
    width: 40px;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_des {
    grid-column: 3;
    min-width: 0;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_des .product-title a {
    color: #111;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_price {
    grid-column: 4;
    white-space: nowrap;
}

#product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_submit_bt {
    display: none !important;
}

#product .smartspot-product-top .smartspot-crosssell-slot .smartspot-crosssell-original-list {
    display: none !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered {
    box-sizing: border-box;
    clear: both !important;
    display: flex;
    flex-direction: column;
    float: none !important;
    max-width: 100% !important;
    overflow: visible;
    position: relative !important;
    transform: none !important;
    width: 100% !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item {
    align-items: center;
    border-bottom: 1px solid #fde68a;
    box-sizing: border-box;
    clear: both !important;
    cursor: pointer;
    display: grid !important;
    float: none !important;
    gap: 8px;
    grid-template-columns: 18px 40px minmax(0, 1fr) auto;
    left: auto !important;
    margin: 0;
    max-width: 100% !important;
    min-height: 54px;
    padding: 7px 0;
    position: relative !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item * {
    box-sizing: border-box;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item:last-child {
    border-bottom: 0;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item.is-selected {
    background: rgba(254, 249, 195, 0.55);
}

#product .smartspot-product-top .smartspot-crosssell-rendered-thumb {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    display: flex;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    width: 40px;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-name {
    color: #111;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-sub {
    color: #777;
    display: block;
    font-size: 10px;
    line-height: 1.3;
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-price {
    color: #c0392b;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

#product .smartspot-product-top .product-add-to-cart > .call-us-wrapper {
    display: none !important;
}

#product .smartspot-product-top .product-quantity .add .add-to-cart::before {
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 14px;
    height: auto;
    width: auto;
}

#product .smartspot-product-top .smartspot-rate-actions #eraty,
#product .smartspot-product-top .smartspot-rate-actions #oblicz-rate,
#product .smartspot-product-top .smartspot-rate-actions .obliczrate-container {
    display: inline-flex !important;
    margin: 0 !important;
    min-height: 30px;
    min-width: 110px;
    width: auto !important;
}

#product .smartspot-product-top .smartspot-rate-actions #eraty img,
#product .smartspot-product-top .smartspot-rate-actions #oblicz-rate img,
#product .smartspot-product-top .smartspot-rate-actions .obliczrate-container img {
    max-height: 24px;
    max-width: 150px;
}

#product .smartspot-product-top .product-additional-info #eraty,
#product .smartspot-product-top .product-additional-info #oblicz-rate,
#product .smartspot-product-top .product-additional-info .obliczrate-container,
#product .smartspot-product-top .product-additional-info #countdownWidget,
#product .smartspot-product-top .product-additional-info #paypo-widget-holder,
#product .smartspot-product-top .product-additional-info .paypo__open {
    display: none !important;
}

@media screen and (max-width: 767px) {
    #product .smartspot-product-top .productpage_title {
        font-size: 21px;
    }

    #product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_list > .item {
        grid-template-columns: 18px 40px minmax(0, 1fr);
        row-gap: 4px;
    }

    #product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_price {
        grid-column: 3;
        grid-row: 2;
    }

    #product .smartspot-product-top .smartspot-crosssell-slot .grelated_products_des .product-title a {
        white-space: normal;
    }

    #product .smartspot-product-top .smartspot-crosssell-rendered-item {
        align-items: flex-start;
        grid-template-columns: 18px 40px minmax(0, 1fr);
        row-gap: 4px;
    }

    #product .smartspot-product-top .smartspot-crosssell-rendered-price {
        grid-column: 3;
        grid-row: 2;
    }

    #product .smartspot-product-top .smartspot-crosssell-rendered-name,
    #product .smartspot-product-top .smartspot-crosssell-rendered-sub {
        white-space: normal;
    }
}

/* Smartspot strict reference alignment */
#product .smartspot-product-top .pp-right-column {
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    padding: 22px 24px !important;
}

#product .smartspot-product-top .productpage_title {
    color: #1a1a1a !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 4px !important;
}

#product .smartspot-product-top .smartspot-product-subtitle {
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin: 0 0 10px !important;
}

#product .smartspot-product-top .product-prices {
    background: #fafafa !important;
    border: 1px solid #efefef !important;
    border-radius: 8px !important;
    margin: 0 0 16px !important;
    padding: 14px 16px !important;
}

#product .smartspot-product-top .product-prices .current-price,
#product .smartspot-product-top .product-prices .price-container,
#product .smartspot-product-top .product-prices .product-price {
    display: block !important;
    text-align: left !important;
}

#product .smartspot-product-top .product-prices .current-price-value {
    color: #1a1a1a !important;
    display: block !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    margin: 0 !important;
    text-align: left !important;
}

#product .smartspot-product-top .product-variants .product-variants-item {
    margin: 0 0 14px !important;
}

#product .smartspot-product-top .product-variants .product-variants-item > .control-label,
#product .smartspot-product-top .smartspot-color-main-label {
    color: #666 !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    margin: 0 0 6px !important;
    text-transform: uppercase !important;
}

#product .smartspot-product-top #color_slider {
    max-width: none !important;
    overflow: visible !important;
    width: 100% !important;
}

#product .smartspot-product-top #color_slider .splide__track {
    overflow: visible !important;
}

#product .smartspot-product-top #color_slider .splide__list {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    height: auto !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    width: auto !important;
}

#product .smartspot-product-top #color_slider .splide__slide {
    clear: none !important;
    display: block !important;
    flex: 0 0 32px !important;
    float: none !important;
    height: 32px !important;
    margin: 0 !important;
    max-width: 32px !important;
    min-width: 32px !important;
    transform: none !important;
    width: 32px !important;
}

#product .smartspot-product-top #color_slider .splide__slide--clone,
#product .smartspot-product-top #color_slider .splide__arrows,
#product .smartspot-product-top #color_slider .splide__pagination {
    display: none !important;
}

#product .smartspot-product-top #color_slider .color,
#product .smartspot-product-top #color_slider .color.texture {
    border-radius: 50% !important;
    height: 32px !important;
    width: 32px !important;
}

#product .smartspot-product-top .smartspot-color-value-label {
    display: none !important;
}

#product .smartspot-product-top #color_slider ~ .control-label {
    display: none !important;
}

#product .smartspot-product-top .smartspot-product-highlights {
    margin: 0 0 16px !important;
}

#product .smartspot-product-top .smartspot-product-highlights__item {
    font-size: 13px !important;
    gap: 8px !important;
    line-height: 1.4 !important;
}

#product .smartspot-product-top .smartspot-crosssell-slot.has-smartspot-crosssell {
    margin: 0 0 14px !important;
}

#product .smartspot-product-top .smartspot-crosssell-slot .smartspot-crosssell-source {
    background: #fffbf0 !important;
    border: 1px solid #fde68a !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 10px 12px !important;
}

#product .smartspot-product-top .smartspot-crosssell-slot .smartspot-crosssell-source .products-section-title {
    align-items: center !important;
    color: #92400e !important;
    display: flex !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 8px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item {
    align-items: center !important;
    border-bottom: 1px solid #fde68a !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 18px 40px minmax(0, 1fr) auto !important;
    margin: 0 !important;
    min-height: 52px !important;
    padding: 6px 0 !important;
    position: relative !important;
    width: 100% !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-item > .smartspot-crosssell-pick {
    accent-color: #c0392b !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 16px !important;
    justify-self: center !important;
    margin: 0 !important;
    position: static !important;
    width: 16px !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-thumb {
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: 36px !important;
    width: 36px !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-info {
    grid-column: 3 !important;
    grid-row: 1 !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-name {
    color: #1a1a1a !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    white-space: normal !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-sub {
    color: #777 !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
}

#product .smartspot-product-top .smartspot-crosssell-rendered-price {
    color: #c0392b !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    grid-column: 4 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    white-space: nowrap !important;
}

#product .smartspot-product-top .smartspot-crosssell-note {
    background: #fef9c3 !important;
    border-radius: 5px !important;
    color: #713f12 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin-top: 6px !important;
    padding: 5px 8px !important;
    text-align: center !important;
}

#product .smartspot-product-top .product-add-to-cart {
    margin-top: 0 !important;
}

#product .smartspot-product-top .product-quantity {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
}

#product .smartspot-product-top .product-quantity .wish_comp,
#product .smartspot-product-top #sj-fatc-wrapper,
#product .smartspot-product-top #sjloyaltyprogram_specialOfferBtn,
#product .smartspot-product-top .product-add-to-cart #product-availability,
#product .smartspot-product-top .product-add-to-cart .product-minimal-quantity,
#product .smartspot-product-top .product-add-to-cart > .clearfix {
    display: none !important;
}

#product .smartspot-product-top .smartspot-qty-label {
    color: #666 !important;
    font-size: 12px !important;
}

#product .smartspot-product-top .product-quantity .qty {
    margin: 0 !important;
}

#product .smartspot-product-top .product-quantity .add {
    flex: 0 0 100% !important;
    margin: 0 !important;
    width: 100% !important;
}

#product .smartspot-product-top .product-quantity .add .add-to-cart {
    align-items: center !important;
    background: #c0392b !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #fff !important;
    display: flex !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    gap: 8px !important;
    justify-content: center !important;
    min-height: 52px !important;
    opacity: 1 !important;
    padding: 16px !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

#product .smartspot-product-top .smartspot-post-buy {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 12px !important;
}

#product .smartspot-product-top .smartspot-payments-section {
    margin: 0 0 12px !important;
    order: 1 !important;
}

#product .smartspot-product-top .smartspot-installment-row {
    align-items: center !important;
    background: #f9f9f9 !important;
    border-radius: 6px !important;
    color: #666 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-size: 12px !important;
    gap: 8px !important;
    margin: 0 0 12px !important;
    order: 2 !important;
    padding: 8px 12px !important;
}

#product .smartspot-product-top .smartspot-rate-actions #eraty,
#product .smartspot-product-top .smartspot-rate-actions #oblicz-rate,
#product .smartspot-product-top .smartspot-rate-actions .obliczrate-container {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 44px !important;
    min-width: 180px !important;
    padding: 6px 12px !important;
    width: auto !important;
}

#product .smartspot-product-top .smartspot-rate-actions #eraty img,
#product .smartspot-product-top .smartspot-rate-actions #oblicz-rate img,
#product .smartspot-product-top .smartspot-rate-actions .obliczrate-container img {
    max-height: 38px !important;
    max-width: 160px !important;
}

#product .smartspot-product-top .smartspot-stores-row {
    background: #f9f6ff !important;
    border: 1px solid #e9d8fd !important;
    border-radius: 6px !important;
    color: #555 !important;
    font-size: 12px !important;
    margin: 0 0 12px !important;
    order: 3 !important;
    padding: 8px 12px !important;
}

#product .smartspot-product-top .smartspot-contact-row {
    border-top: 1px solid #f0f0f0 !important;
    color: #777 !important;
    font-size: 12px !important;
    margin: 0 !important;
    order: 4 !important;
    padding-top: 10px !important;
    text-align: center !important;
}

#product .smartspot-product-top .product-additional-info #eraty,
#product .smartspot-product-top .product-additional-info #oblicz-rate,
#product .smartspot-product-top .product-additional-info .obliczrate-container,
#product .smartspot-product-top .product-additional-info #countdownWidget,
#product .smartspot-product-top .product-additional-info #paypo-widget-holder,
#product .smartspot-product-top .product-additional-info .paypo__open,
#product .smartspot-product-top .product-additional-info .product-addit-info-title {
    display: none !important;
}

@media screen and (max-width: 767px) {
    #product .smartspot-product-top .pp-right-column {
        padding: 18px 16px !important;
    }

    #product .smartspot-product-top .productpage_title {
        font-size: 21px !important;
    }

    #product .smartspot-product-top .product-prices .current-price-value {
        font-size: 28px !important;
    }

    #product .smartspot-product-top .smartspot-crosssell-rendered-item {
        align-items: flex-start !important;
        grid-template-columns: 18px 40px minmax(0, 1fr) !important;
        row-gap: 4px !important;
    }

    #product .smartspot-product-top .smartspot-crosssell-rendered-price {
        grid-column: 3 !important;
        grid-row: 2 !important;
        justify-self: start !important;
    }

    #product .smartspot-product-top .smartspot-rate-actions #eraty,
    #product .smartspot-product-top .smartspot-rate-actions #oblicz-rate,
    #product .smartspot-product-top .smartspot-rate-actions .obliczrate-container {
        min-width: 0 !important;
        width: 100% !important;
    }
}

/* Smartspot client fixes: payments, rates, contact and price CTA */
#product .smartspot-product-top .product-prices.has-smartspot-buyline {
    padding: 14px 16px !important;
}

#product .smartspot-product-top .smartspot-price-buyline {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    justify-content: space-between !important;
    width: 100% !important;
}

#product .smartspot-product-top .smartspot-price-value-wrap {
    flex: 0 0 auto !important;
    min-width: 160px !important;
    order: 1 !important;
}

#product .smartspot-product-top .smartspot-price-actions {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    order: 2 !important;
}

#product .smartspot-product-top .smartspot-price-actions .product-quantity {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: auto !important;
}

#product .smartspot-product-top .smartspot-price-actions .smartspot-qty-label {
    white-space: nowrap !important;
}

#product .smartspot-product-top .smartspot-price-actions .product-quantity .qty {
    flex: 0 0 auto !important;
}

#product .smartspot-product-top .smartspot-price-actions .product-quantity .add {
    flex: 0 0 auto !important;
    margin: 0 !important;
    width: auto !important;
}

#product .smartspot-product-top .smartspot-price-actions .product-quantity .add .add-to-cart {
    min-height: 42px !important;
    min-width: 190px !important;
    padding: 10px 18px !important;
    white-space: nowrap !important;
    width: auto !important;
}

#product .smartspot-product-top .smartspot-payments {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

#product .smartspot-product-top .smartspot-pay-logo {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    height: 28px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-width: 52px !important;
    padding: 3px 8px !important;
}

#product .smartspot-product-top .smartspot-pay-logo--blik {
    color: #e2001a !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

#product .smartspot-product-top .smartspot-pay-logo--visa {
    color: #1a1f71 !important;
    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
}

#product .smartspot-product-top .smartspot-pay-logo--mastercard {
    min-width: 52px !important;
    position: relative !important;
}

#product .smartspot-product-top .smartspot-pay-logo--mastercard span {
    border-radius: 50% !important;
    display: block !important;
    height: 18px !important;
    width: 18px !important;
}

#product .smartspot-product-top .smartspot-pay-logo--mastercard span:first-child {
    background: #eb001b !important;
    margin-right: -5px !important;
}

#product .smartspot-product-top .smartspot-pay-logo--mastercard span:last-child {
    background: #f79e1b !important;
}

#product .smartspot-product-top .smartspot-pay-logo--payu {
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

#product .smartspot-product-top .smartspot-pay-logo--payu span:first-child {
    color: #00a0e3 !important;
}

#product .smartspot-product-top .smartspot-pay-logo--payu span:last-child {
    color: #e0004b !important;
}

#product .smartspot-product-top .smartspot-pay-logo--paypo {
    color: #2dbe6c !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    min-width: 60px !important;
}

#product .smartspot-product-top .smartspot-pay-logo--p24 {
    color: #d8232a !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    min-width: 68px !important;
}

#product .smartspot-product-top .smartspot-installment-row {
    justify-content: flex-start !important;
}

#product .smartspot-product-top .smartspot-rate-actions,
#product .smartspot-product-top .smartspot-rate-fallback {
    align-items: center !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

#product .smartspot-product-top .smartspot-rate-link {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    color: #c0392b !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    min-height: 36px !important;
    padding: 7px 12px !important;
}

#product .smartspot-product-top .smartspot-rate-actions #eraty,
#product .smartspot-product-top .smartspot-rate-actions #oblicz-rate,
#product .smartspot-product-top .smartspot-rate-actions .obliczrate-container {
    min-height: 38px !important;
}

#product .smartspot-product-top .smartspot-contact-row a {
    color: #c0392b !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

#product .smartspot-product-top .smartspot-contact-row.is-after-hours a {
    color: #7c3aed !important;
}

#product .smartspot-product-top .product-additional-info .js-mailalert .phone-button,
#product .smartspot-product-top .product-additional-info .call-us-wrapper,
#product .smartspot-product-top .product-additional-info .call-us-pill {
    display: none !important;
}

@media screen and (max-width: 991px) {
    #product .smartspot-product-top .smartspot-price-buyline {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    #product .smartspot-product-top .smartspot-price-actions,
    #product .smartspot-product-top .smartspot-price-actions .product-quantity,
    #product .smartspot-product-top .smartspot-price-actions .product-quantity .add,
    #product .smartspot-product-top .smartspot-price-actions .product-quantity .add .add-to-cart {
        width: 100% !important;
    }

    #product .smartspot-product-top .smartspot-price-actions .product-quantity {
        flex-wrap: wrap !important;
    }
}

#product .smartspot-product-top .smartspot-price-value-wrap,
#product .smartspot-product-top .smartspot-price-value-wrap .product-price,
#product .smartspot-product-top .smartspot-price-value-wrap .price-container,
#product .smartspot-product-top .smartspot-price-value-wrap .current-price {
    display: block !important;
    float: none !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    width: auto !important;
}

#product .smartspot-product-top .smartspot-price-actions .smartspot-qty-stepper {
    align-items: center !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    height: 36px !important;
    overflow: hidden !important;
}

#product .smartspot-product-top .smartspot-price-actions .smartspot-qty-stepper .bootstrap-touchspin {
    border: 0 !important;
    display: inline-flex !important;
    height: 34px !important;
    width: 42px !important;
}

#product .smartspot-product-top .smartspot-price-actions .smartspot-qty-stepper .input-group-addon,
#product .smartspot-product-top .smartspot-price-actions .smartspot-qty-stepper .input-group-btn-vertical,
#product .smartspot-product-top .smartspot-price-actions .smartspot-qty-stepper .bootstrap-touchspin-up,
#product .smartspot-product-top .smartspot-price-actions .smartspot-qty-stepper .bootstrap-touchspin-down {
    display: none !important;
}

#product .smartspot-product-top .smartspot-price-actions .smartspot-qty-stepper #quantity_wanted {
    border: 0 !important;
    box-shadow: none !important;
    height: 34px !important;
    min-width: 42px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 42px !important;
}

#product .smartspot-product-top .smartspot-price-actions .smartspot-qty-btn {
    align-items: center !important;
    background: #f5f5f5 !important;
    border: 0 !important;
    color: #555 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 18px !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    width: 32px !important;
}
