/** Shopify CDN: Minification failed

Line 659:1 Expected "}" to go with "{"

**/
/* Prevent theme header styles from bleeding into PFB popup on cere-oferta pages */
.cere-oferta-form .header:before {
  display: none !important;
}

.cere-oferta-page .product-inventory-notice--delivery {
  border-top: 1px solid var(--color-border, #dadce0);
  padding-top: 16px;
  margin-top: 8px;
}

.cere-oferta-page .product__tax.caption {
  display: none !important;
}

.cere-oferta-page .gfb__content-title {
  font-family: Roboto, sans-serif;
}

.section-tabbed-content table,
.section-tabbed-content table td,
.product-information table,
.product-information table td{
  border: none;
}
/* .max-height--no-background .max-height--toggle{
  left: 25px !important;
  right: 25px !important;
} */
.description-toggle {
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}

.description-toggle.expanded {
  max-height: none;
}

.description-toggle-btn {
  margin-top: 30px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  font-size: .9375rem;
  line-height: 1;
  font-weight: var(--font-body-medium-weight, 500);
  letter-spacing: var(--button-letter-spacing, .02em);
  cursor: pointer;
  position: relative;
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
.text-button.text-button--read-more,
.text-button.text-button--read-less,
.mega-menu-sidebar--button.active,
.mega-menu-sidebar--button{
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}

.thb-full-menu .sub-menu .thb-full-menu--link{
  font-weight: normal;
}

.thb-full-menu .sub-menu .mega-menu-sidebar--content-inner li > a.thb-full-menu--link{
  font-weight: 600;
}

.range-slider,
.mobile-range-slider{
  position: relative;
  height: 40px;
  margin: 10px 0;
}

.range-slider input[type="range"],
.mobile-range-slider input[type="range"]{
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 100%;
  height: 6px;
  background: none;
  pointer-events: none;
  top: 20px;
  z-index: 2;
}

.range-slider input[type="range"]::-webkit-slider-thumb,
.mobile-range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: #007aff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  border: 2px solid white;
  box-shadow: 0 0 0 2px #007aff;
  z-index: 3;
}

.range-slider input[type="range"]::-moz-range-thumb,
.mobile-range-slider input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  background: #007aff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  border: 2px solid white;
  z-index: 3;
}

.slider-track,
.mobile-slider-track {
  position: absolute;
  height: 6px;
  top: 20px;
  left: 0;
  right: 0;
  background: #ddd;
  border-radius: 3px;
  z-index: 1;
}

.slider-track::before,
.mobile-slider-track::before{
  content: "";
  position: absolute;
  height: 100%;
  background: #007aff;
  border-radius: 3px;
  z-index: 2;
  left: var(--left, 0%);
  width: var(--range-width, 100%);
}

.range-inputs,
.mobile-range-inputs {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.range-inputs input,
.mobile-range-inputs input {
  width: 100%;
  height: 24px !important;
  padding: 4px;
  text-align: center;
  margin-bottom: 0px !important;
}
.mega-menu-sidebar--content-inner .sub-sub-menu{
  display: block;
  /* padding: 0 20px !important; */
  /* list-style-type: circle !important; */
}
.product-add-to-cart-container .add_to_cart_holder{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.product-add-to-cart-container .swym-atw-btn-wrapper,
.product-add-to-cart-container .swym-atw-btn-wrapper button,
.product-add-to-cart-container .swym-wishlist-button-bar,
.product-add-to-cart-container button.swym-add-to-wishlist {
  width: 100% !important;
}
.product-add-to-cart-container .swym-atw-btn-wrapper button{
  background-image: linear-gradient(to right, rgb(45, 90, 204), rgb(0, 130, 230));
}
.product-add-to-cart-container div.swym-button-bar.swym-wishlist-button-bar.swym-inject,
.product-add-to-cart-container button.swym-button.swym-add-to-wishlist.swym-inject.swym-loaded{
  display: flex !important;
  justify-content: center !important;
  height: 50px !important;
  align-items: center !important;
  border-radius: var(--button-border-radius, 6px) !important;
  outline: none;
}
.swym-btn-container .swym-add-to-wishlist{
  display: flex !important;
}
.swym-btn-container .swym-button:after{
  top: 3px !important;
  color: #1b75bc !important;
}
.product-add-to-cart-container button.swym-button.swym-add-to-wishlist.swym-inject.swym-loaded{
  border: 1px solid #1b75bc !important;
  background-color: transparent !important;
}
.product-add-to-cart-container span.swym-wishlist-cta{
  color: #1b75bc !important;
}
.sub-sub-menu .metafield-rich_text_field a:hover{
  color: var(--color-header-links-hover, --color-accent2) !important;
  transition: color .25s cubic-bezier(.104,.204,.492,1);
}
.template-product .image-with-text-overlay {
    box-shadow: none;
}
.button.accent#AddToCart{
    background-image: linear-gradient(to right, #2d5acc, #0082e6);
    width: 50%;
}
.add_to_cart_holder .swym-btn-container{
  width: 100%;
}
button.swym-add-to-wishlist{
    border: 1px solid #1b75bc !important;
    background-color: transparent !important;
    display: flex !important;
    justify-content: center !important;
    height: 50px !important;
    align-items: center !important;
    border-radius: var(--button-border-radius, 6px) !important;
    outline: none;
}
.swym-btn-container button.swym-add-to-wishlist:active, 
.swym-btn-container button.swym-add-to-wishlist:focus{
  outline: none;
}
.table-wrapper{
  box-shadow: none !important;
}
.table-wrapper .specs-table{
  background: none !important;
  border-top: 1px solid #b6b1b1 !important;
}
.table-wrapper .specs-table tr{
  border-bottom: 1px solid #ddd !important;
}
.table-wrapper .specs-table tr th{
  border-right: 1px solid #ddd !important;
}
.thb-full-menu li.menu-item-has-children>.thb-full-menu--link svg path{
  stroke: #fff;
}
.full-menu ul .thb-full-menu--link:not(.sub-sub-menu a.thb-full-menu--link, .sub-menu a.thb-full-menu--link){
  color: #fff;
}
.thb-full-menu.thb-secondary-menu li a{
  color: #fff;
  opacity: 1 !important;
}
.other-diagonals {
  margin-bottom: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-border, #dadce0);
}
.other-diagonals span {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.diagonal-btn {
  text-decoration: none;
  color: #000;
  transition: all .2s ease;
  width: auto;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--input-border-radius, 6px);
  padding: 5px 15px;
  margin: 0 6px 6px 0;
  font-size: .8125rem;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid var(--color-form-border);
}
.diagonal-btn:hover {
  border-color: #666;
}
.diagonal-btn.active {
  border: 1px solid #000;
  font-weight: bold;
}
.thb-quick-search--mobile-only svg,
.thb-quick-search--mobile-only svg path,
#swym-vision-header-inject svg,
#swym-vision-header-inject svg path{
  fill: #fff;
}
.product-add-to-cart-container div.swym-button-bar.swym-wishlist-button-bar.swym-inject{
  width: 50% !important;
}
/* TABLE OF TECH SPECIFICATION */
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.table-wrapper .specs-table {
  width: 100%;
  border-collapse: collapse !important;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  background: #fff;
  border-top: 1px solid #ddd;     
  border-bottom: 1px solid #ddd; 
  min-width: 500px;
}
.table-wrapper .specs-table th,
.table-wrapper .specs-table td {
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
  border: none !important; 
}
.table-wrapper .specs-table th {
  font-weight: 600;
  color: #333;
  width: 35%;
  min-width: 150px;
  background-color: transparent !important;
  border-right: 1px solid #ddd; 
}
.table-wrapper .specs-table td {
  width: 65%;
  color: #555;
}
.table-wrapper .specs-table tr {
  border-bottom: 1px solid #eee; 
}
.table-wrapper .specs-table tr:last-child {
  border-bottom: none; 
}
/* TABLE OF TECH SPECIFICATION */
@media (max-width: 769px){
  .product-add-to-cart-container div.swym-button-bar.swym-wishlist-button-bar.swym-inject,
  .product-add-to-cart-container button.swym-button.swym-add-to-wishlist.swym-inject.swym-loaded{
    margin: 0;
  }
  .product-add-to-cart-container span.swym-wishlist-cta{
    line-height: normal;
    font-size: .9375rem;
    text-indent: 19px;
  }
  .swym-wishlist-button-bar .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after{
    width: 35px !important;
  }
  .add_to_cart_holder .swym-button-bar{
    margin: 0;
  }
  .add_to_cart_holder .swym-wishlist-button-bar .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after{
    width: 50px !important;
  }
}

@media (min-width: 1068px) {
  .thb-secondary-area-item-text {
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: var(--font-body-medium-weight, 500);
  }

  .thb-secondary-area-item {
    gap: 13px;
  }

  .thb-secondary-area-item.thb-secondary-cart {
    display: inline-flex;
  }

  .thb-secondary-area-item.thb-secondary-cart:hover {
    transform: scale(1);
  }

  .thb-secondary-area-item.thb-secondary-cart .thb-secondary-area-item-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    will-change: transform;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left center;
    background: var(--color-header-links-hover, --color-accent); 
  }

  .thb-secondary-area-item.thb-secondary-cart:hover span:after, .thb-secondary-area-item.thb-secondary-cart:focus span:after {
    transform: scale(1, 1); 
  }

  .thb-secondary-area-item.thb-secondary-cart .thb-secondary-area-item-text {
    position: relative;
    line-height: 1.7;
  }

  .thb-secondary-area-item.thb-secondary-cart span:after {
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
  }

  .header-separator {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #50576b;
    bottom: 53px;
    left: 0px;
    top: 64px;
  }
}

@media (max-width: 1067px) {
  .thb-secondary-area-item-text {
    display: none;
  }

  .header-separator {
    display: none;
  }
}

@media (min-width: 1067px) {
  /* .shopify-section.shopify-section-group-footer-group.section-newsletter .email-signup--inner {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-template-rows: auto auto;
    gap: 12px 30px;
    align-items: start;
    align-content: start;
    width: 100%;
  }

  .shopify-section.shopify-section-group-footer-group.section-newsletter .email-signup--inner h3 {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }
  .shopify-section.shopify-section-group-footer-group.section-newsletter .description-size--medium {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  } */

  /* .shopify-section.shopify-section-group-footer-group.section-newsletter .signup-container {
    margin: 0;
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    position: relative;
  } */

  .shopify-section.shopify-section-group-footer-group.custom-section-newsletter .signup-container {
    margin: 0;
  }

  .shopify-section.shopify-section-group-footer-group.custom-section-newsletter .email-signup--inner {
    width: 67%;
    padding-right: 20px;
    padding-left: 0;
  }

  .shopify-section.shopify-section-group-footer-group.custom-section-newsletter .social-media--inner {
    width: 33%;
  }

  .custom-section-newsletter .email-signup {
    display: flex;
  }
}

@media(max-width: 1066px){
  .shopify-section.shopify-section-group-footer-group.custom-section-newsletter .social-media--inner {
    margin-top: 50px;
  }
}

.shopify-section.shopify-section-group-footer-group.custom-section-newsletter .social-media--inner .social-media__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  gap: 5px;
  justify-content: center;
}

.social-media__list-item svg {
  width: 28px;
  height: 28px;
  transition: color 0.25s 
    ease-in-out, opacity 0.25s 
    ease-in-out;
  will-change: opacity;
}

.social-media__list-item a:hover svg {
  opacity: 0.4;
  color: #fff;
}

.social-media__list-item a:focus,
.social-media__list-item a:hover {
  color: #fff !important;
}

.custom-section-newsletter h3 {
  font-size: 25px;
}

.custom-section-newsletter p {
  font-size: 14px;
}

.custom-section-newsletter .email-signup {
  box-shadow: none;
}

@media(min-width: 1067px) {
  .email-signup-custom-wrapper{
    margin-left: auto;
    display: flex;
    margin-right: auto;
    padding: 0 50px;
    max-width: var(--grid-width-row, 1380px);
  }

  .email-signup-custom-wrapper .email-signup--inner {
    display: flex;
    gap: 60px;
  }
  
  .custom-header-wrapper {
    flex: 1;
  }
  .email-signup-custom-wrapper .signup-container {
    flex: 1;
  }

  .email-signup-custom-wrapper .signup-form {
    margin-top: 68px;
  }
}

.email-signup-custom-wrapper button.submit {
  position: static;
  width: unset;
  margin-top: 20px;
  color: #fff;
  background-color: #3F72E5;
  padding: 10px 20px;
  border-radius: 20px;
  border-left: none;
}

.email-signup-custom-wrapper button.submit::after {
  content: "Înscrie-te acum";
  display: inline-block;
  font-size: 14px;
}

.email-signup-custom-wrapper .submit svg{
  display: none;
}

.email-signup-custom-wrapper .submit:hover {
  color: #3F72E5;
  background-color: #fff;
}

@media(max-width: 1067px) {
  .email-signup-custom-wrapper button.submit {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1067px) {
  .thb-secondary-area a#swym-vision-header-inject {
    position: relative;
    text-decoration: none;
    color: white;
    display: inline-flex;
    align-items: center;
  }

  .thb-secondary-area a#swym-vision-header-inject::after {
    content: "Favorite";
    color: white;
    position: relative;
    top: 3px;
    margin-left: 7px;
    display: inline-block;

    font-size: 15px;
    font-weight: var(--font-body-medium-weight, 500);
    font-family: Roboto, sans-serif;
  }

  .thb-secondary-area a#swym-vision-header-inject::before {
    content: "";
    position: absolute;
    left: calc(100% - 54px);
    bottom: -2px;
    width: 0;
    height: 1px;
    background: var(--color-header-links-hover, var(--color-accent2, red));
    transition: width 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
  }

  .thb-secondary-area a#swym-vision-header-inject:hover::before {
    width: 54px;
  }
}

@media (max-width: 767px) {
  .header--inner {
    column-gap: 0px !important;
  }
}

@media(max-width: 767px) {
  .anpc-logos {
    margin-top: 24px;
    justify-self: center;
  }
}

.custom-tag-nou {
  background-color: #8cc63f  !important;
  color: black !important;
}

.full-menu, .mega-menu-sidebar--sidebar {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.mega-menu-promotion--content h6 {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;

.mobile-menu {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
}