/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* === ESCONDER BLOCO DE FRETE GRÁTIS NA PÁGINA DE PRODUTO === */
/* Esconde apenas elementos específicos de frete grátis */
.single-product .free-shipping-notice,
.single-product .free-shipping-badge,
.single-product .shipping-badge {
  display: none !important;
}

/* ========== Ollie (Shopify-like featured collection) ========== */
.ollie-collection-section.ollie-shopify{
  background: #ead2ee !important; /* lilás do site */
  padding: 30px 10px;
}

.ollie-collection-section.ollie-shopify .page-width,
.ollie-collection-section.ollie-shopify .page-width-small{
  max-width: 1240px;
  margin: 0 auto;
}

.ollie-collection-section.ollie-shopify .page-width--flush-small{
  padding-left: 0;
  padding-right: 0;
}

.ollie-collection-section.ollie-shopify .section-header{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  position: relative;
}

.ollie-collection-section.ollie-shopify .section-header__title{
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.ollie-collection-section.ollie-shopify .ollie-header-link{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.ollie-collection-section.ollie-shopify .grid-overflow-wrapper{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 0 10px 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.25) transparent;
}

.ollie-collection-section.ollie-shopify .grid-overflow-wrapper::-webkit-scrollbar{
  height: 6px;
}

.ollie-collection-section.ollie-shopify .grid-overflow-wrapper::-webkit-scrollbar-track{
  background: transparent;
}

.ollie-collection-section.ollie-shopify .grid-overflow-wrapper::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,0.25);
  border-radius: 10px;
}

.ollie-collection-section.ollie-shopify .flex-grid{
  display: flex;
  gap: 15px;
}

.ollie-collection-section.ollie-shopify .grid__item.grid-product{
  flex: 0 0 calc(50% - 7.5px);
  min-width: calc(50% - 7.5px);
  scroll-snap-align: start;
}

.ollie-collection-section.ollie-shopify .grid-product__content{
  display: flex;
  flex-direction: column;
}

.ollie-collection-section.ollie-shopify .grid-product__badges{
  position: relative;
  z-index: 2;
}

.ollie-collection-section.ollie-shopify .grid-product__tag--discount{
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffeb00;
  color: #000;
  font-weight: 900;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}

.ollie-collection-section.ollie-shopify .grid-product__link{
  text-decoration: none;
  color: inherit;
  display: block;
}

.ollie-collection-section.ollie-shopify .grid-product__image-mask{
  position: relative;
  border-radius: 0;
}

.ollie-collection-section.ollie-shopify .grid__image-ratio--square{
  position: relative;
  padding-bottom: 100%;
  background: #fff;
  overflow: hidden;
}

.ollie-collection-section.ollie-shopify .grid__image-ratio--square img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* igual Shopify */
}

.ollie-collection-section.ollie-shopify .grid-product__secondary-image{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .25s ease;
}

.ollie-collection-section.ollie-shopify .grid-product__content:hover .grid-product__secondary-image{
  opacity: 1;
}

.ollie-collection-section.ollie-shopify .grid-product__meta{
  padding: 12px 0 0;
}

.ollie-collection-section.ollie-shopify .grid-product__title{
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.25;
  color: #1a1a1a;
}

.ollie-collection-section.ollie-shopify .grid-product__reviews{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}

.ollie-collection-section.ollie-shopify .grid-product__reviews .rating-count{
  margin: 0 0 0 4px;
  font-size: 12px;
  color: #1a1a1a;
}

.ollie-collection-section.ollie-shopify .grid-product__price{
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.ollie-collection-section.ollie-shopify .grid-product__price del{
  color: rgba(0,0,0,.45);
  font-weight: 400;
  font-size: 12px;
  margin-right: 6px;
}

.ollie-collection-section.ollie-shopify .grid-product__price ins{
  text-decoration: none;
}

.ollie-collection-section.ollie-shopify .grid-product__colors{
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.ollie-collection-section.ollie-shopify .color-swatch--small{
  width: 16px;
  height: 16px;
  border-radius: 3px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-color: rgba(0,0,0,.08);
}

.ollie-collection-section.ollie-shopify a.btn.btn--buy{
  margin-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

@media (min-width: 768px){
  .ollie-collection-section.ollie-shopify .grid-overflow-wrapper{
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }

  .ollie-collection-section.ollie-shopify .flex-grid{
    flex-wrap: wrap;
    gap: 30px;
  }

  .ollie-collection-section.ollie-shopify .grid__item.grid-product{
    flex: 0 0 calc(25% - 22.5px);
    scroll-snap-align: unset;
  }
}




/* ========== PÁGINA DE PRODUTO (Shopify-like) ========== */

/* === LAYOUT GERAL === */
.single-product .product-main {
  margin-bottom: 40px;
}

.single-product .product-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .single-product .product-title {
    font-size: 26px;
  }
}

/* === PREÇO === */
.single-product .price {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-bottom: 20px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-product .price del {
  color: rgba(0,0,0,.4) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  margin-right: 0 !important;
}

.single-product .price ins {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .single-product .price {
    font-size: 30px !important;
  }
  .single-product .price del {
    font-size: 22px !important;
  }
}

/* === GALERIA DE IMAGENS === */
.product-gallery {
  margin-bottom: 20px;
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
}

.product-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.product-gallery .flickity-page-dots {
  bottom: 15px;
}

.product-gallery .flickity-page-dots .dot {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-gallery .flickity-page-dots .dot.is-selected {
  background: #fff;
}

/* === THUMBNAILS === */
.product-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5px;
}

.product-thumbnails img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  background: #f8f8f8;
}

.product-thumbnails img:hover,
.product-thumbnails img.active {
  border-color: #000;
}

@media (min-width: 768px) {
  .product-thumbnails img {
    width: 90px;
    height: 90px;
  }
}

/* === VARIAÇÕES - Base (JS adiciona os estilos detalhados) === */
.woocommerce div.product form.cart .variations {
  margin-bottom: 25px;
  border: 0;
}

/* === QUANTIDADE === */
.woocommerce div.product form.cart div.quantity {
  margin-bottom: 20px;
}

.quantity-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  color: #000;
}

.woocommerce div.product form.cart div.quantity input {
  width: 80px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
}

/* === BOTÃO ADICIONAR AO CARRINHO === */
.single-product .product-summary .button.primary,
.single-product .product-summary button.single_add_to_cart_button {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 18px 30px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  transition: all 0.3s !important;
  cursor: pointer;
}

.single-product .product-summary .button.primary:hover,
.single-product .product-summary button.single_add_to_cart_button:hover {
  background: #333 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.single-product .product-summary .button.primary:disabled,
.single-product .product-summary button.single_add_to_cart_button:disabled {
  background: #ccc !important;
  cursor: not-allowed;
  transform: none;
}

/* === ESTOQUE === */
.stock {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 15px;
}

.stock.in-stock {
  background: #e8f5e9;
  color: #2e7d32;
}

.stock.out-of-stock {
  background: #ffebee;
  color: #c62828;
}

/* === BADGE DE DESCONTO === */
.onsale {
  background: #ff3b30 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
  z-index: 10 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* === FRETE GRÁTIS (REMOVIDO - agora usa estilo Shopify após botão) === */
.free-shipping-badge {
  display: none !important;
}

/* === INFORMAÇÕES DE ENTREGA E FRETE (Estilo Shopify) === */
.edhardy-shipping-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.edhardy-shipping-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #666;
}

.edhardy-shipping-row:last-child {
  margin-bottom: 0;
}

.edhardy-shipping-row svg {
  flex-shrink: 0;
  color: #666;
}

.edhardy-shipping-row strong {
  color: #000;
  font-weight: 600;
}

/* === AVISO DE ÚLTIMA UNIDADES (REMOVIDO para layout Shopify) === */
.low-stock-notice {
  display: none !important;
}

/* === DESCRIÇÃO DO PRODUTO === */
.woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 12px;
}

.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

.woocommerce-product-details__short-description li {
  margin-bottom: 8px;
}

/* Product features (Ácido Hialurônico, Vitamina E, etc) */
.ollie-product-features{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
}

.ollie-feature-item{
  display: flex;
  align-items: center;
  gap: 10px;
}

.ollie-feature-icon{
  font-size: 20px;
  flex-shrink: 0;
}

.ollie-feature-text{
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Accordions */
.ollie-accordions{
  margin: 30px 0;
  border-top: 1px solid #e5e5e5;
}

.ollie-accordion-item{
  border-bottom: 1px solid #e5e5e5;
}

.ollie-accordion-title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: left;
  color: #1a1a1a;
}

.ollie-accordion-icon{
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.2s;
}

.ollie-accordion-content{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.ollie-accordion-title[aria-expanded="true"] + .ollie-accordion-content{
  padding-bottom: 20px;
}

/* Payment methods - REMOVIDO */

/* Bloco "Ainda está com dúvida? Guia para descobrir seu tom" */
.ollie-guide-block{
  /* REMOVIDO (cliente solicitou remover do produto) */
  display: none !important;
}

.ollie-guide-title{
  font-size: 24px;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  text-transform: none;
}

.ollie-guide-subtitle{
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  text-transform: none;
}

.ollie-guide-text{
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 25px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ollie-guide-button{
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #b08fc4;
  background: transparent;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: lowercase;
  border-radius: 4px;
  transition: all 0.3s;
}

.ollie-guide-button:hover{
  background: #b08fc4;
  color: #fff;
  border-color: #b08fc4;
}

/* === SEÇÃO EXTRA (Descrição + Compartilhar) - Estilo Shopify === */
.edhardy-product-extra-section {
  margin-top: 25px;
  border-top: 1px solid #e5e5e5;
}

/* Accordion Item */
.edhardy-accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.edhardy-accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  color: #000;
}

.edhardy-accordion-header:hover {
  color: #666;
}

.edhardy-accordion-chevron {
  transition: transform 0.2s ease;
}

.edhardy-accordion-header[aria-expanded="true"] .edhardy-accordion-chevron {
  transform: rotate(180deg);
}

.edhardy-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.edhardy-accordion-body p {
  margin-bottom: 12px;
}

.edhardy-accordion-header[aria-expanded="true"] + .edhardy-accordion-body {
  padding-bottom: 16px;
}

/* Share Section */
.edhardy-share-section {
  padding: 16px 0;
}

.edhardy-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.edhardy-share-btn:hover {
  color: #666;
}

.edhardy-share-btn svg {
  color: currentColor;
}

/* Related products title */
.related.products > h2{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
  text-transform: uppercase;
}

/* Product gallery adjustments */
.product-gallery{
  margin-bottom: 20px;
}

/* Variation swatches - estilos agora estão inline no JS do functions.php */

/* "Prove os tons" link */
.prove-os-tons-link{
  display: inline-block;
  font-size: 13px;
  color: #ee0033;
  text-decoration: underline;
  margin-top: 10px;
  font-weight: 600;
}

/* Add to cart button Ollie style */
.single-product .product-summary .button.primary,
.single-product .product-summary button.single_add_to_cart_button{
  /* mantém padrão novo (preto e responsivo) */
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 18px 30px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.single-product .product-summary .button.primary:hover,
.single-product .product-summary button.single_add_to_cart_button:hover{
  background: #333 !important;
}

/* Stars/rating */
.single-product .woocommerce-product-rating{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.single-product .woocommerce-product-rating .star-rating{
  color: #ffeb00;
}

.single-product .woocommerce-product-rating .woocommerce-review-link{
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
}

/* Price */
.single-product .price{
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.single-product .price del{
  color: rgba(0,0,0,.45);
  font-size: 18px;
  margin-right: 8px;
}

/* === COMPRE O LOOK COMPLETO === */
.edhardy-look-completo {
  display: flex;
  gap: 40px;
  margin: 50px 0;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.edhardy-look-content {
  flex: 1;
  min-width: 0;
}

.edhardy-look-image {
  flex: 1;
  min-width: 0;
  position: relative;
}

.edhardy-look-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.edhardy-look-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #000;
}

.edhardy-look-products {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.edhardy-look-product-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.edhardy-look-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  flex-shrink: 0;
}

.edhardy-look-product-image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
}

.edhardy-look-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edhardy-look-product-info {
  flex: 1;
  min-width: 0;
}

.edhardy-look-product-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  margin-bottom: 4px;
  line-height: 1.3;
}

.edhardy-look-product-name:hover {
  text-decoration: underline;
}

.edhardy-look-product-price {
  font-size: 13px;
  color: #666;
}

.edhardy-look-add-all {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 4px;
}

.edhardy-look-add-all:hover {
  background: #333;
}

.edhardy-look-add-all:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.edhardy-look-note {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 15px 0 0 0;
}

/* Ajuste cart lateral - seção "Quem comprou também levou" (UX builder mini-cart upsell) */
.widget_shopping_cart_content .upsell_widget,
#cart-popup .upsell_widget {
  background: #000;
  color: #fff;
}
.widget_shopping_cart_content .upsell_widget h4,
#cart-popup .upsell_widget h4 {
  color: #fff;
}
.widget_shopping_cart_content .upsell_widget .button,
#cart-popup .upsell_widget .button {
  background: #fff !important;
  color: #000 !important;
  border: none !important;
}
.widget_shopping_cart_content .upsell_widget .button:hover,
#cart-popup .upsell_widget .button:hover {
  background: #e6e6e6 !important;
  color: #000 !important;
}

/* Marcadores na imagem do look */
.edhardy-look-marker {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Posicionamento dos marcadores (ajustar conforme necessário) */
.edhardy-look-marker[data-position="1"] {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.edhardy-look-marker[data-position="2"] {
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.edhardy-look-marker[data-position="3"] {
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}

/* Mobile: empilhar verticalmente */
@media (max-width: 768px) {
  .edhardy-look-completo {
    flex-direction: column-reverse;
    gap: 25px;
    padding: 30px 0;
    margin: 30px 0;
  }
  
  .edhardy-look-image {
    max-height: 400px;
    overflow: hidden;
  }
  
  .edhardy-look-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .edhardy-look-products {
    gap: 15px;
    margin-bottom: 20px;
  }
  
  .edhardy-look-product-image {
    width: 60px;
    height: 60px;
  }
  
  .edhardy-look-product-name {
    font-size: 13px;
  }
  
  .edhardy-look-add-all {
    padding: 14px 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

/* Ollie kits grid: carrossel no mobile (sem JS) */
.ollie-grid-container.ollie-grid-container--mobile-carousel{
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 15px;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  grid-template-columns: none !important; /* override caso o CSS do bloco use grid */
}

.ollie-grid-container.ollie-grid-container--mobile-carousel .ollie-grid-item{
  flex: 0 0 78%;
  scroll-snap-align: start;
}

.ollie-grid-container.ollie-grid-container--mobile-carousel::-webkit-scrollbar{
  height: 6px;
}

.ollie-grid-container.ollie-grid-container--mobile-carousel::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.2);
  border-radius: 20px;
}


}