/** Shopify CDN: Minification failed

Line 407:32 Expected ":"
Line 610:77 Expected identifier but found whitespace
Line 617:79 Expected identifier but found whitespace
Line 620:79 Expected identifier but found whitespace
Line 743:1 Expected identifier but found "."

**/
/* ---- for tabs sec---  */
section.four-cols-wrapper.color- .four-cols-card {
    padding: 15px; 
    margin-bottom: 0; 
}
section.four-cols-wrapper.color- .four-cols-card p{ 
    margin: 0px !important; 
}
section.four-cols-wrapper.color- .four-cols-card h3.four-cols-title {
    text-align: left;
}
section.four-cols-wrapper.color- .four-cols-card .four-cols-card-inner {
    padding: 0 !important;
    gap: 0px 12px !important;
}

/* ---product-page---- */

.shopify-section.section-product-template.new-product-temp {
    background: #f7f7f7;
    padding-bottom: 40px;
}
.shopify-section.section-product-template.new-product-temp .product-area .product-area__media {
    background: #f7f7f7;
}
.shopify-section.section-product-template.new-product-temp .product-area__details.product-detail .product-area__details__inner .product-area__details__header {
    background: #fff;
    padding: 0 15px 20px 15px;
}


/* ---- */
.new-product-temp  .container-j {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}

.new-product-temp .wraps-tab-inner {
    margin: 24px 0px;
}

.new-product-temp .wrap-tabs {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
    align-items: start;
    font-weight: 200;
}

.new-product-temp .tabs-bottom {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
}
p.low-stock-message {
    font-size: 18px;
    margin: 0;
    color: #958e09;
    font-weight: 500;
}
.new-product-temp .wrap-tabs-outer p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    color: #111827;

}
.product-pay-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-pay-imgs img.pay-img {
    width: 55px;
    max-height: 30px;
        border-radius: 6px;
    padding:5px;
} 
.pay-wrapper {
    background: #f7f7f7;
        display: flex;
}
.product-area .store-availability-container-outer{
    margin-top:0px !important;
}
.new-product-temp .wrap-tabs .tabs {
    display: flex;
    gap: 18px;
    position: relative;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.product-pay-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-pay-imgs img.pay-img {
    width: 50px;
    max-height: 30px;
}
.new-product-temp .tabs::after {
    content: "(Weight in Gram & Size in MM)";
    position: absolute;
    left: 0;
    bottom: -16px;
    font-size: 16px;
    width: 100%;
    height: 20px;
    display: block;
    color: rgb(0, 0, 0);
    z-index: 2;
    font-style: italic;
}

.new-product-temp .tab-btn {
    background: none;
    border: 0;
    padding: 6px 0;
    font-weight: 700;
    cursor: pointer;
    color: #666;
    font-size: 26px;
    position: relative;
}

.new-product-temp .tab-btn[aria-selected="true"] {
    font-weight: 600;
    color: #333; 
}

.new-product-temp .left-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.new-product-temp .panel-viewport {
    position: relative;
}

/* transition constants replaced with fixed values */
.new-product-temp .tab-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .6s cubic-bezier(.2, .9, .3, 1), transform 360ms cubic-bezier(.2, .9, .3, 1);
    pointer-events: none;
    padding-right: 6px;
}

.new-product-temp .tab-panel.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    position: relative;
}

.new-product-temp ul.specs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.new-product-temp ul.specs li {
    font-size: 20px;
}

.new-product-temp h4.section-title,
.new-product-temp .tab-panel.active h3 {
    margin: 18px 0 8px 0;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 8px;
        text-align: left;
}


.new-product-temp table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
}

.new-product-temp td,
.new-product-temp th {
    text-align: left;
    padding: 8px;
}

.new-product-temp tr:nth-child(even) {
    background-color: #dddddd;
}

.new-product-temp td {
    font-style: italic;
}

.new-product-temp .left-static {
    margin-top: 8px;
    color: #111827;
    font-size: 0.98rem;
    line-height: 1.75;
}

.new-product-temp .media {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    text-align: left;
}

.new-product-temp .image-card {
    width: 100%;
    max-width: 420px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000030;
    background: #fff;
}

.new-product-temp .image-card img {
    width: 100%;
    height: auto;
    display: block;
}

.new-product-temp .media-desc {
    font-size: 0.95rem;
    max-width: 92%;
    color: #6b7280;
}

.new-product-temp .wraps-tab-inner {
    display: flex;
    flex-direction: column;
    gap: 32px
}

@media (max-width: 991px) {
.new-product-temp .wrap-tabs .tabs {
        gap: 8px;
    }

.new-product-temp .tab-btn {
        padding: 0px;
    }

.new-product-temp .media-desc {
        max-width: 100%;
    }

.new-product-temp .wrap-tabs,
.new-product-temp .tabs-bottom {
        grid-template-columns: 1fr;
        gap: 24px
    }

.new-product-temp .wraps-tab-inner {
        gap: 18px
    }
}
 .product-detail__form ul.nl2c__bullets {
    padding: 0;
    margin-top: 3px;
}
.product-detail__form  ul.nl2c__bullets li.nl2c__bullet:marker {
    display:none;
}
.product-detail__form  ul.nl2c__bullets li{
    list-style:none; 
    position:relative;
    padding-left: 25px;
} 
.product-detail__form  ul.nl2c__bullets li span.nl2c__icon-wrap {
    display:none;
}
.product-detail__form  ul.nl2c__bullets li:before{
    content: '\4e';
    font-family: etmodules;
    position: absolute;
    left: 0;
    top: 6px; 
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    content: '';
          display: inline-block; 
          margin-right: 10px;
          background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1.33989C16.5083 2.21075 17.7629 3.46042 18.6398 4.96519C19.5167 6.46997 19.9854 8.17766 19.9994 9.91923C20.0135 11.6608 19.5725 13.3758 18.72 14.8946C17.8676 16.4133 16.6332 17.6831 15.1392 18.5782C13.6452 19.4733 11.9434 19.9627 10.2021 19.998C8.46083 20.0332 6.74055 19.6131 5.21155 18.7791C3.68256 17.9452 2.39787 16.7264 1.48467 15.2434C0.571462 13.7604 0.0614093 12.0646 0.00500011 10.3239L0 9.99989L0.00500011 9.67589C0.0610032 7.94888 0.563548 6.26585 1.46364 4.79089C2.36373 3.31592 3.63065 2.09934 5.14089 1.25977C6.65113 0.420205 8.35315 -0.0137108 10.081 0.000330246C11.8089 0.0143713 13.5036 0.47589 15 1.33989ZM13.707 7.29289C13.5348 7.12072 13.3057 7.01729 13.0627 7.002C12.8197 6.98672 12.5794 7.06064 12.387 7.20989L12.293 7.29289L9 10.5849L7.707 9.29289L7.613 9.20989C7.42058 9.06075 7.18037 8.98692 6.9374 9.00225C6.69444 9.01757 6.46541 9.12101 6.29326 9.29315C6.12112 9.4653 6.01768 9.69433 6.00235 9.9373C5.98702 10.1803 6.06086 10.4205 6.21 10.6129L6.293 10.7069L8.293 12.7069L8.387 12.7899C8.56237 12.926 8.77803 12.9998 9 12.9998C9.22197 12.9998 9.43763 12.926 9.613 12.7899L9.707 12.7069L13.707 8.70689L13.79 8.61289C13.9393 8.42049 14.0132 8.18024 13.9979 7.93721C13.9826 7.69419 13.8792 7.46509 13.707 7.29289Z' fill='%234A95B4'/%3E%3C/svg%3E%0A");
      
}
.product-detail__form  ul.nl2c__bullets {
    padding:0;
}


.new-product-temp .product-area .product-area__details__title {
    font-size: 26px;
    font-weight: 700;
}
.new-product-temp .product-detail__form ul.nl2c__bullets li{
    font-size: 16px;
    font-weight: 400;
}
.delivery-text-wrapper {
    padding: 10px 20px;
    background: #f7f7f7;
    border-radius: 8px;
    font-size: 18px;
    margin-top: 13px;
    color: #898989;
    margin-bottom: 15px;
} 
.delivery-text-wrapper p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1rem;
}
.delivery-text-wrapper span { 
    font-size: 16px;  
}
.shipping-text-wrapper p {
    margin: 0;
    line-height: 1rem;
    font-size: 16px;
    font-weight: 400;
}
.shipping-text-wrapper hr {
    margin: 8px;
    min-width: 100%;
    margin-left: 0px;
}

/*  --------- with respnsive ------  */
.shopify-section.section-product-template.new-product-temp .product-area__details.product-detail .product-area__details__inner .product-area__details__header {
    padding: 20px;
    box-shadow: 0 0 40px #00000030;
    border-radius: 6px;
    margin-top: 20px;
}
 
.shopify-section.section-product-template.new-product-temp .product-area__details.product-detail .product-area__details__inner .product-area__details__header .price-area span.current-price {
    color: #307fa1;
    font-weight: 700;
    font-size: 30px !important;
}
 
.product-area .product-detail__form__action {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}
 
.product-area .product-detail__form__action button.button[type="submit"] {
    font-size: 20px !important;
    line-height: 34px;
    border: none;
    color: #fff !important;
    background: linear-gradient(180deg, #79b6d0 0%, #307fa1 100%);
    font-weight: 700;
    padding: 7px 20px;
    width: 100%;
    border-radius: 6px !important;
    transition: all 0.2s ease-out;
}
 
.product-area .product-detail__form__action .quantity-wrapper.border-radius-sharp {
    flex-basis: 47px;
}
 
.product-area .product-detail__form__action button.button[type="submit"]:hover {
    transform: scale(1.05);
}
 
.shopify-section.section-product-template.new-product-temp .product-area__details.product-detail .product-area__details__inner .product-area__details__header p.low-stock-message {
    font-size: 16px;
}
 .quantity-wrapper a[data-quantity=up],.quantity-wrapper a[data-quantity=down]{
        margin-top: 0 !important;
    }
   
    .theme-gallery .theme-images img,
    .rimage-wrapper .rimage__image{
            border-radius: 6px;s
    }
 @media (min-width: 901px) {   
    .theme-gallery.product-slider.theme-gallery--thumbs-enabled {
        padding-left: 70px;
        overflow: visible;
    }
    .product-area .product-area__thumbs{
        position:relative;
        top:40px !important;
    }
}
@media (min-width: 769px) { 
    .product-list-container.new-grid-items .product-list{ 
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 901px) { 
    .product-list-container.new-grid-items .product-list{ 
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1045px) { 
    .product-list-container.new-grid-items .product-list{ 
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 900px) {

    .quantity-wrapper a[data-quantity=up],.quantity-wrapper a[data-quantity=down]{
        margin-top: 0 !important;
    }
 
    .shopify-section.section-product-template.new-product-temp .product-area.product-area--one-col {
        flex-direction: column;
    }
 
    .product-area__details.product-detail {
        width: 100%;
    }
 
 
    .shopify-section.section-product-template.new-product-temp .product-area__details.product-detail .product-area__details__inner .product-area__details__header .price-area span.current-price {
        font-size: 22px !important;
    }
 
 
    .product-area .product-detail__form__action .quantity-wrapper.border-radius-sharp input.select-on-focus {
        min-height: 50px;
    }
        .product-area .product-area__thumbs{
        display: block; 
        padding: 0px;   
        }
        .shopify-section.section-product-template.new-product-temp .product-area .product-area__media {
        display: grid;
        padding: 10px;
    }

    .shopify-section.section-product-template.new-product-temp .product-area .product-area__media .product-area__thumbs {
        order:2;
        width:100%;
    }
    .shopify-section.section-product-template.new-product-temp .product-area .product-area__media .product-area__thumbs .carousel-wrapper .simple{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
    }
    .shopify-section.section-product-template.new-product-temp .product-area .product-area__media .product-area__thumbs .carousel-wrapper .simple .product-area__thumbs__thumb {
    max-width: 75px;
}
}

@media (max-width: 400px) {
    .swiper-wrapper-not .ts-card-inner .ts-text.rte{
        font-size:18px;
    }
}
.product-area__details__header.cc-animate-init.-in.cc-animate-complete:before,
 .product-area__details__header:before{
    background-image: url('/cdn/shop/files/merkur-made-in-germany.png?v=1763229452');
    background-size: 94%; 
}
.product-area__details__header.cc-animate-init.-in.cc-animate-complete:before,
.product-area__details__header:before {
    position: absolute;
    right: 5px;
    top: 5px; 
    width: 50px;
    height: 50px;
    z-index: 999;
    content: '';
    border-radius: 50%;
    background-position: 50%;
    background-size: 80%;
    background-repeat: no-repeat;
}

.quantity-wrapper a{
    background: #f7f7f7;
    padding:0px;
    margin-top:0px;
}
.quantity-wrapper a[data-quantity=down]{
    left:0px !important;
}
/* afetr check */

#twocol-template--18945586397334__two_column_highlights_qKeTat .twocol__title {
    text-transform: uppercase;
}
#twocol-template--18945586397334__two_column_highlights_qKeTat .feature-card__title {
    margin: 0;
}
#twocol-template--18945586397334__two_column_highlights_qKeTat .feature-card__text p {
    margin: 0;
}
.feature-card.is-active {
    background: linear-gradient(180deg, #79b6d0 0%, #307fa1 100%) !important;
}
.feature-card.is-active .feature-card__title {
    color: #fff !important;
}
.feature-card.is-active .feature-card__text.rte p {
    color: #fff;
}
#twocol-template--18945586397334__two_column_highlights_qKeTat .feature-card.is-active:hover {
    background: linear-gradient(180deg, #79b6d0 0%, #307fa1 100%) !important;
}
#twocol-template--18945586397334__two_column_highlights_qKeTat .twocol__img {
    border-radius: 40px 0 40px 0;
    box-shadow: 0 0 20px #0000001a;
}
h2.merkur__heading {
    font-size: 26px !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 !important;
}
#merkur-template--18945586397334__three_columns_merkur_7WdAGr .merkur__panel-heading{
    line-height:1px;
    font-weight: 600;
}
#video-faq-template--18945586397334__video_faq_and_thumbs_Wf8bmk .vfq-text{
    font-size:20px !important;
}
#video-faq-template--18945586397334__video_faq_and_thumbs_Wf8bmk .vfq-pill {
    font-size: 22px;
}
#section-template--18945586397334__topseller_cards_hzXMdk .ts-card:nth-child(3) .ts-card-inner,
#section-template--18945586397334__topseller_cards_hzXMdk .ts-card:hover .ts-card-inner{
   background: linear-gradient(180deg, #79b6d0 0%, #307fa1 100%);
    box-shadow: 0 20px 40px #00000040;
    color:#fff;
}
#section-template--18945586397334__topseller_cards_hzXMdk .ts-card:nth-child(3) .ts-card-inner h3.ts-heading{
    color:#fff;
}
#section-template--18945586397334__topseller_cards_hzXMdk .ts-grid {
    gap: 20px !important;
    height: 100%;
}
#section-template--18945586397334__topseller_cards_hzXMdk .ts-title {
    padding-bottom: 20px;
}
#section-template--18945586397334__topseller_cards_hzXMdk .ts-wrap {
    padding: 10px;
}
.custom-slider-dots button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover {
    background: #e32c2b;
}
li.nl2c__bullet {
    gap: 1px !important;
    font-weight: 600;
}
.nl2c__right--right .nl2c__consent input[type=checkbox]{
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.39);
}
.nl2c__right--right .nl2c__consent {
    text-align: right;
}
.nl2c__intro.rte p {
    font-size: 18px;
}

#merkur-template--18945586397334__three_columns_merkur_7WdAGr {
    padding: 20px;
}
@media (max-width: 768px){
 #merkur-template--18945586397334__three_columns_merkur_7WdAGr .merkur__panel-heading{
   font-size:24px !important;
   font-weight:600;
   margin-bottom:10px;
   text-align: center !important;
 }
 .merkur__text {
     font-size:18px !important;
 }
 #merkur-template--18945586397334__three_columns_merkur_7WdAGr .merkur__row{
     gap:15px !important;
 }   
  #merkur-template--18945586397334__three_columns_merkur_7WdAGr .merkur__col[ data-block-type="text_panel" ] .merkur__card{
      padding-bottom:0px !important;
  }  
   #merkur-template--18945586397334__three_columns_merkur_7WdAGr .merkur__img{
       width:280px;
       height:220px;
   } 
    #merkur-template--18945586397334__three_columns_merkur_7WdAGr .merkur__col[ data-block-type="text_panel" ] .merkur__card .merkur__text h3 {
        text-align: center !important;
    } 
    #merkur-template--18945586397334__three_columns_merkur_7WdAGr .merkur__col[ data-block-type="text_panel" ] .merkur__card .merkur__text p {
        text-align: center !important;
    }
    #section-template--18945586397334__topseller_cards_hzXMdk .ts-card:nth-child(-n+2){
        
    }

 .swiper-wrapper-not,
 .product-list-container.new-grid-items .product-list {
    grid-template-columns: repeat(2,1fr) !important;
 }
   .swiper-wrapper-not .ts-card{
    display:none;
 }
  .swiper-wrapper-not .ts-card:nth-child(-n+4){
    display:block;
 }
 .product-list-container.new-grid-items .product-list article.ts-card{
    display:block;
 }
    
 .theme-filter-container .cc-product-filter-container.new-grid-wrapper{
    max-width:1200px;
 }
 .new-coll-temp.theme-filter-container .cc-product-filter {
    opacity: 1;
    visibility: visible;
    position: unset;
    margin-bottom: 4rem;
        background: transparent;
        box-shadow: none;
        padding-top: 0px;
        padding-bottom: 0px;
}   
} 
.swiper-wrapper-not article.ts-card:hover{
        transform: scale(1.05);
    cursor: pointer;
}
.product-recommendations-container.product-slider .wide-container.section-spacing {
    max-width: 1200px;
}
.product-recommendations-container.product-slider .wide-container.section-spacing {
    max-width: 1200px;
    padding: 50px 20px;
}
.ts-content.ts-align- a.ts-link.viewproduct {
    color: #000;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 18px;
        text-decoration: underline;

}
.rte a {
    border-bottom: 0px !important;
}


/* prodcut zooom */
.zoom-btn-main {
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 30;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center; 
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  padding:7px;
  background: #fff;
}
.zoom-btn-main:hover {
  background: #dadadacc;
}

.product-media {
  position: relative;
}


/* ---- related */
.swiper-wrapper-not article.ts-card { ;
     position: relative;
     transition: transform .25s ease, filter .25s ease;
     background: rgba(0, 0, 0, 0);
}
.product-list-container.new-grid-items .product-list{
    gap: 20px !important;
    height: 100%;
    display: grid !important; 
}
.swiper-wrapper-not {
    gap: 20px !important;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
} 
.swiper-wrapper-not .ts-card-inner {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    padding: 20px 10px;
    min-height: 100%;
    overflow: visible;
    transition: background .25s ease, color .25s ease;
}
.product-recommendations-container h2.h2.section-heading {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 13px;
        color: #000;
}
..swiper-wrapper-not ts-content.ts-align- {
    text-align: left;
}
.product-recommendations-container.product-slider {
    background: #f7f7f7 !important;
}
.swiper-wrapper-not h3.ts-heading {
    margin: 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.25;
    font-weight: 600;
    transition: color .25s ease;
    padding-bottom: 5px;
}
.swiper-wrapper-not .ts-card-inner .ts-text.rte {
 font-size:24px;    margin-top: 5px;  text-align:center; color: #000;
}
.swiper-wrapper-not .ts-card-inner .ts-text.rte span.compare-price {
    opacity: 0.5;
    text-decoration: line-through;
    margin-right: 5px; 
}
.swiper-wrapper-not .ts-img-wrap {
    width: 95%;
    margin: auto;
} 
.swiper-wrapper-not .ts-card-inner .ts-text.rte p.mony_wrapper {
    margin: 0;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}
.swiper-wrapper-not .ts-card-inner .ts-text.rte p.mony_wrapper span.incl_txt {
    margin-left: 6px;
    color: #898989;
    font-weight: 400;
    font-size: 14px;
}
.swiper-wrapper-not img.ts-img {
    object-fit: contain;
    width: 120px;
    height:120px !important;
}
span.onsale {
    padding: 8px 10px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    background: red;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1;
     z-index:9;
}
span.onsale.bst {
    background: #306980;
    left: 10px;
    right: unset;
    z-index:9;
}
/*  zoom */
.theme-img.theme-img-1.swiper-slide.current-img .rimage-wrapper {
  position: relative;
  overflow: hidden;
}

.theme-img.theme-img-1.swiper-slide.current-img .rimage-wrapper.zoom-enabled img {
  cursor: zoom-in;
  transition: transform .1s ease-out;
}

.zoom-enabled {
  overflow: hidden;
}

.zoom-enabled img {
  transition: transform 0.15s ease-out;
  cursor: zoom-in;
}


.shopify-section.section-product-template.new-product-temp .product-area .product-area__media span.zoom-btn-main {
    top: 40px;
    right: -42px;
}


@media (max-width: 900px) {
    .shopify-section.section-product-template.new-product-temp .product-area .product-area__media span.zoom-btn-main {
        top: 0px !important;
        right: 15px !important;
    }
}
.color-variants h4.color-variants__label {
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
}
.color-variants__label {
  margin: 0 0 6px; 
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.color-variants__list {
  display: flex;
  gap: 16px;
      padding-left: 10px;
}

.color-variant {
  border: 0px solid transparent; 
  border-radius: 50%;
  transition: .2s ease;
  position: relative; 
  box-shadow: 0 0 1px rgba(255, 255, 255, 0); 
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%; 
    outline: 1px solid #fff;
}

.color-variant__swatch {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.color-variant:hover,
.color-variant:focus { 
    transform: scale(1.18);
      border-color: #eee;
      outline: 1px double #3281a2;
      box-shadow: 3px 4px 9px rgb(55 63 66 / 50%);
      filter: brightness(105%) saturate(120%);
}

.color-variant.is-active {  
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  transform: scale(1.18);
      border-color: #eee;
      outline: 1px double #3281a2;
      box-shadow: 3px 4px 9px rgb(55 63 66 / 50%);
      filter: brightness(105%) saturate(120%);
}
.color-variant.is-active span.color-variant__swatch,
.color-variant:hover span.color-variant__swatch, .color-variant:focus span.color-variant__swatch{
    width: 41px;
    height: 41px;
    margin: 2px;
}

/* ---coll--- */
.theme-filter-container .cc-product-filter-container.new-grid-wrapper:after, 
.product-list-container.new-grid-items .product-list:before{
    content:none !important;
    display:none !important;
}
.theme-filter-container .cc-product-filter-container .product-list-container .product-list.swiper-wrapper-not{
    padding: 30px 30px;
}
.shopify-section.theme-filter-container.new-coll-temp {
    background: #f7f7f7;
}
.template-suffix-new #page-content .central.small-gap-top {
    margin-top: 0rem;
}

/* -- for dev now only */
details.cc-accordion-item[ttl="Head Type"],
details.cc-accordion-item[ttl="Availability"],
details.cc-accordion-item[ttl="Country of Origin"],
details.cc-accordion-item[ttl="Classification"],
details.cc-accordion-item[ttl="Size/Type"],
details.cc-accordion-item[ttl="Piece Count"],
details.cc-accordion-item[ttl="Color"],
details.cc-accordion-item[ttl="Handle"],
details.cc-accordion-item[ttl="Razor Type"],
details.cc-accordion-item[ttl="Sort by"] 
{
    display: none;
}
.cc-product-filter.coll-new-temp {
    margin-top: 0px;
}
.new-coll-temp nav.breadcrumbs {
    padding: 0px 18px;
}
.cc-accordion-item__panel .cc-price-range .cc-price-range__input {
    max-height: 46px !important;
    min-height: unset;
}
.template-suffix-new h2.line-1{
    font-weight:600;
    letter-spacing: 1px;
}
.template-suffix-new .section-image-with-text-overlay .rimage-outer-wrapper{
    background-size: contain;
}
span.cc-accordion-item__title:after, span.cc-accordion-item__title:before,
.new-coll-temp nav.breadcrumbs .pretty-select.id-sortBySelect span.text span.label{
    display:none;
}
span.cc-accordion-item__title {
    padding: 0px;
}
.template-suffix-new form#search-page-form {
    margin-bottom: 1rem;
}
.template-suffix-new input.focus-me {
    min-height: 45px;
    max-height: 45px;
        width: 75%;
        font-size: 18px;
}
.template-suffix-new .inline-mini-form.inline-mini-form--arrow:after{
    height:0px;
}
.template-suffix-new .inline-mini-form.inline-mini-form--arrow {
    background: #fff;
    border-radius: 10px;
    padding: 0 10px;
}
.inline-mini-form.inline-mini-form--arrow button {
    right: -30px;
    padding: 10px;
    width:fit-content;
    background: #4a95b4;
    color:#fff;
        font-size: 18px;
}
.inline-mini-form.inline-mini-form--arrow button:hover{
    color: #fff;
}
.wide-container.half-gutter.cc-product-filter-container.new-grid-wrapper.pt-0 {
    max-width: 1220px;
}
.new-coll-temp nav.breadcrumbs {
    padding: 0px 18px;
    display: flex;
    justify-content: space-between;
    width: 100%;
     align-items: center;
}
nav.breadcrumbs .pretty-select.id-sortBySelect {
    display: none;
}
.new-coll-temp nav.breadcrumbs .pretty-select.id-sortBySelect {
    /* display: inline-block !important; */
    height: 24px;
    max-height: 24px;
    min-height: 24px;
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
    align-items: center;
        font-size: 15px;
    display: flex !important;
    background: #ececec;
}