/** Shopify CDN: Minification failed

Line 374:35 Unexpected "{"
Line 374:42 Expected ":"

**/
.product__price-savings {
  background: #E53935;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
.grid-product__price--savings {
  background: #E53935;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
.variant-wrapper--dropdown,
.variant-wrapper--dropdown .variant-input-wrap {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}


.variant-wrapper--dropdown select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}


.variant-wrapper--dropdown,
.variant-input-wrap {
    margin: 0 !important;
    padding: 0 !important;
}
.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.price-row-badge {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.add-to-cart-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.qty-wrapper {
  flex: 0 0 auto;
}

.btn-wrapper {
  flex: 1 1 auto;
}
.product__price {
  font-size: 25px;
  font-weight: 700;
}
.product__price.on-sale {
  color: #E53935;
}
.product__price--compare {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 749px) {
  .product__info-container,
  .product__title,
  .product__price,
  .product__description,
  .product-block,
  .product-meta__item {
    text-align: left !important;
    justify-content: flex-start !important;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.breadcrumb__divider {
  margin: 0 4px;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
  }

  .breadcrumb a,
  .breadcrumb span {
    display: inline-block;
  }
}
.product-badges {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  gap: 6px;
  z-index: 1;
}

.product-discount-badge,
.product-new-badge {
  background: #E53935;
  color: #fff;
  margin-left: 12px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
}

.product-new-badge {
  background: #18A88C;
}

.grid-product__tag--sold-out {
  background-color: #000 !important;
  color: #fff !important;
}
.grid-product__price {
  font-size: 15px;
  font-weight: 700;
}
.grid-product__price--sale {
  color: #E53935;
}
.grid-product__price--original {
  font-size: 15px;
  font-weight: 700;
}
.add-cart-icon {
  margin-right: 8px;
}
.add-cart-icon .icon-cart {
  width: 18px;
  height: 18px;
}
.cart-drawer-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 8px;

  background: #18AA2A;
  color: #fff;

  font-size: 14px;
  font-weight: 700;

  height: 26px;
  min-width: 26px;
  padding: 0 6px;

  border-radius: 50%;
  line-height: 1;

  position: relative;
  top: -1px;
}
.ajaxcart__subtotal {
  font-size: 15px;
  font-weight: 600;
}

[data-subtotal] {
  font-size: 20px;
  font-weight: 700;
}
.btn.add-to-cart,
.btn.btn--full.add-to-cart,
button[name="add"],
button[name="checkout"],
.btn.cart__checkout {
  background-color: #18AA2A !important;
}
.collection-item__title {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 10px 0 0 0;
}

.collection-item__description {
  display: block;
  text-align: left;
  font-size: 0.85rem;
  margin-top: 6px;
  line-height: 1.4;
  opacity: 0.85;
}
.collection-color-count {
  font-size: 14px;
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mobile-searchbar {
  display: flex;
  width: 100%;
  margin-top: 10px;
  justify-content: center;
  margin-bottom: 4px;
}

.mobile-searchbar__inner {
  width: 100%;
  height: 36px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 14px;
  cursor: pointer;
}
.mobile-searchbar__placeholder {
  flex: 1;
  font-size: 12px;
  color: #777;
  pointer-events: none;
}

.mobile-searchbar__inner .icon-search {
  width: 16px;
  height: 16px;
  stroke: #333;
  fill: none;
}

@media (max-width: 768px) {
  .header-item--icons .site-nav__link--icon.js-search-header {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-searchbar {
    display: none !important;
  }
}
.desktop-searchbar {
  display: none;
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
  justify-content: center;
  margin-bottom: 4px;
}

.desktop-searchbar__inner {
  width: 100%;
  height: 36px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 14px;
  cursor: pointer;
}

.desktop-searchbar__placeholder {
  flex: 1;
  font-size: 12px;
  color: #777;
  pointer-events: none;
}

.desktop-searchbar__inner .icon-search {
  width: 16px;
  height: 16px;
  stroke: #333;
  fill: none;
}

@media (min-width: 769px) {
  .desktop-searchbar {
    display: flex !important;
  }
}

.header-layout--center .header-item--icons .site-nav__link--icon.js-search-header {
  display: none !important;
}
.desktop-menu-bar {
  width: 100%;
  background: #f9f9f9;
}

.desktop-menu-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.desktop-menu-bar a.site-nav__link {
  color: #333333;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}


.desktop-menu-bar a.site-nav__link:hover {
  color: #333333;
  text-decoration: underline;
}
.desktop-main-nav,
.desktop-menu-bar {
  margin-top: 10px;
}
.site-nav__dropdown-link,
.site-nav__dropdown-link--second-level,
.site-nav__link--has-dropdown,
.site-nav__link--underline {
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: 13px !important;
  color: #333333 !important;
}

.site-nav__dropdown-link:hover,
.site-nav__dropdown-link--second-level:hover {
  color: #333333 !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
  .site-header {
    padding-bottom: 0 !important;
  }
}
.flex-grid__item.flex-grid__item--{{ block.id }}.type-advanced {
  margin-top: 4px !important;
}

.btn-collection-atc {
  background: #0D324C !important;
  color: #ffffff !important;
  padding: 8px 12px;
  font-size: 12px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
}

.btn-collection-atc .add-cart-icon {
  display: flex;
  margin-right: 6px;
}

.btn-collection-atc svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.grid-product__meta {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 780px) {
  .btn-collection-atc {
    font-size: 11px;
    padding: 6px 8px;
  }
}
.prod-benefits {
  margin: 6px 0 0;
  padding: 0;
  font-size: 9px;
  line-height: 1.35;
}

.prod-benefits li {
  list-style-type: disc;
  list-style-position: inside;
  opacity: .85;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-left: 0;
  margin-left: 0;
}
.prod-short-desc {
  font-size: 9px;
  line-height: 1.35;
  opacity: .85;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.grid-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-rating-badge {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 3px 6px;
  font-size: 11px;
  color: #333;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FFC107;
}
.product-rating-badge .rev-count {
  color:#999;
}
.product-rating-badge .jdgm-star {
  font-size: 12px !important;
}

.product-rating-badge .jdgm-star:nth-child(n+2) {
  display: none !important;
}

.product-rating-badge {
  background:rgba(255,255,255,.85);
  padding:2px 6px;
  border-radius:0;
}
.collection-image--square {
    background: transparent !important;
}
/* Start Brand page styles */   
.first-letter-list{
  
  position: relative;
}
.first-letter-list .first-letter{
  font-family: 'ITC Caslon No 224' , sans-serif;
  z-index: 1;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  overflow-x: scroll;
  padding: 11.2px 35.2px 11.2px 8px;
  margin: 0 auto;
}    
 
.li-vendor{
  display: inline-block;
  width: 36px;

}    
.letter{
  font-size: 20px;
  font-weight: 900;
}    
a.letter:hover {
  
   color: #0D324C;
}
li.product-vendor:hover {
    color: #0D324C;
}


.vendor-list{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
    
 
.vendor-list .list {
   width: auto;
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 8px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}   


.id-first-letter{
display:block; 
padding-bottom:40px;
}
li.vendor-letter {
font-family: 'ITC Caslon No 224' , sans-serif;
list-style-type:none; 
padding-top:60px;
font-weight:900;
font-size:30px;
width: 5%;
width:100%;
border-bottom: 1px solid #c4c4c4; 
}
.product-vendor{
padding-left: 8px;
margin: 4px 16px 4px 0;
width: 100%;
display: block;
box-sizing: border-box;
}

@media screen and (min-width: 900px){
.first-letter-list .first-letter{
    padding-left: 0;
    padding-right: 0;
    overflow-x: unset;
    white-space: normal;
}
 } 
@media screen and (min-width: 900px){
.vendor-list .list{
  width: 100%;
}
  }
    
@media screen and (min-width: 900px){
.vendor-list {
padding-top: 19.2px;
padding-bottom: 19.2px;
flex-direction: row;
}
  }
@media screen and (min-width: 900px){
.product-vendor{
    width: 20%;
}
 }
@media screen and (min-width: 900px){
.vendor-letter{
  
  width: 5%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  } 
} 
.vendor-image-wrapper {
  width: 120px;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}
  .collection-card {
    display:block;
    text-decoration:none;
    color:inherit;
    transition:transform .25s ease, box-shadow .25s ease;
  }

  .collection-card__image {
    position:relative;
    aspect-ratio:4/3;
    overflow:hidden;
  }
  .collection-card__image img {
    width:100%;
    height:100%;
    object-fit:contain;
    background:#fff;
    transition:transform .3s ease;
  }

  .collection-card:hover img {
    transform:scale(1.06);
  }

  .collection-card__badge {
    position:absolute;
    top:10px;
    left:10px;
    display:flex;
    gap:6px;
    align-items:center;
    background:#fff;
    color:#000;
    padding:4px 10px;
    font-size:10px;
    font-weight:600;
    backdrop-filter:blur(6px);
    line-height:1;
    z-index:5;
  }
  .collection-card__description {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}
.collection-card__title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .collection-card__image {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768px) {
  .collection-card__badge {
    top:6px;
    left:6px;
    padding:3px 7px;
    font-size:9px;
  }
}
@media (max-width: 768px) {
  .collection-card__description {
  font-size: 8px;
  font-weight: 400;
  line-height: 1.4;
  }
}
@media (max-width: 768px) {
.collection-card__title {
  font-size: 10px;
  font-weight: 400;
  }
}

@media (max-width:768px) {
  .mobile-slider {
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:10px;
    padding:8px 2px;
  }

  .mobile-slider > .grid__item {
    flex:0 0 calc(40% - 8px);
    scroll-snap-align:start;
  }
}

@media (min-width:769px) {
  .desktop-slider {
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:18px;
    padding:10px 4px;
  }

  .desktop-slider > .grid__item {
    flex:0 0 calc(20% + 12px);
    scroll-snap-align:start;
  }
}
.collection__description button {
  background: none;
  border: none;
  padding: 0;
  margin-top: 10px;
  color: #0066cc;
  font-size: 14px;
  cursor: pointer;
}

.collection__description button:hover {
  text-decoration: underline;
}
.collection__description {
  margin-bottom: 0px !important;
}
.collection__description > *:last-child {
  margin-bottom: 0px !important;
}
.grid__item--content > div:first-child {
  margin-bottom: 0px !important;
}
#atc-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff !important;
  padding: 14px 22px;
  font-size: 16px;
  z-index: 999999;

  opacity: 0;
  transition: opacity 0.25s ease;

  pointer-events: none;
}

#atc-notification.show {
  opacity: 1;
}
.cart-link__bubble {
  position: absolute;
  top: -2px;
  right: -10px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.cart-link__bubble--visible {
  opacity: 1;
  transform: scale(1);
}

.cart-link__bubble .cart-count {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.product-rating-badge .star {
  font-size: 14px;
  margin-right: 2px;
}

.product-rating-badge .star.full {
  color: #f5a623;
}

.product-rating-badge .star.empty {
  color: #ddd;
}

.product-rating-badge .star.half {
  position: relative;
  color: #ddd;
}

.product-rating-badge .star.half::before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  color: #f5a623;
  line-height: 1;
}
.product-rating-badge .star.half {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .product-rating-badge .star {
    font-size: 8px;
    line-height: 1;
    margin-right: 0.5px;
    vertical-align: middle;
  }
  .product-rating-badge .rating-value,
  .product-rating-badge .rev-count {
    font-size: 10px;
    line-height: 1;
  }
}
.hero[data-arrows=true] .flickity-prev-next-button{
  top:50%;
  bottom:auto;
  transform:translateY(-50%);
}

.hero[data-arrows=true] .flickity-previous{
  left:20px;
  right:auto;
}

.hero[data-arrows=true] .flickity-next{
  right:20px;
  left:auto;
}

.hero[data-arrows=true] .flickity-prev-next-button:hover{
  transform:translateY(-50%) scale(1.12);
}

.hero[data-arrows=true] .flickity-prev-next-button:active{
  transform:translateY(-50%) scale(1);
}
.hero[data-arrows=true] .flickity-button{
  background-color: rgba(255,255,255,0.35);
  box-shadow: none;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 0 !important;
}
/* =========================
   ALBA-VENEET – VÄRIT ONLY
   ========================= */

.template-product.product-alba-veneet {
  background: linear-gradient(to bottom, #0a121f, #1c2a3e, #09182b);
  color: #fff;
}

/* tekstit */
.template-product.product-alba-veneet h1,
.template-product.product-alba-veneet h2 {
  color: #fff;
}

.template-product.product-alba-veneet h3,
.template-product.product-alba-veneet h4,
.template-product.product-alba-veneet h5 {
  color: #b0b0b0;
}

.template-product.product-alba-veneet p,
.template-product.product-alba-veneet span,
.template-product.product-alba-veneet li {
  color: #fff;
}

/* hinnat */
.template-product.product-alba-veneet .money,
.template-product.product-alba-veneet .price small {
  color: #f5c800;
}
.template-product.product-alba-veneet .shopify-section {
  background: transparent;
}
.template-product.product-alba-veneet .section-wrapper {
  background: linear-gradient(to bottom, #0a121f, #1c2a3e, #09182b);
}
.template-product.product-alba-veneet {
  background-color: #09182b;
}
.template-product.product-alba-veneet .breadcrumb_text,
.template-product.product-alba-veneet .breadcrumb_text a,
.template-product.product-alba-veneet .breadcrumb_text span {
  color: #fff;
}

.template-product.product-alba-veneet .breadcrumb_text span.bc_item {
  background: #0d324c;
  color: #fff;
}
.index-section .image-wrap {
  background: transparent;
}
@media (max-width: 768px) {
  .product-block--sales-point {
    text-align: left;
  }

  .product-block--sales-point .sales-points {
    justify-content: flex-start;
  }

  .product-block--sales-point .icon-and-text {
    justify-content: flex-start;
    text-align: left;
  }
}
