/** Shopify CDN: Minification failed

Line 182:43 Unexpected "{"
Line 182:52 Expected ":"
Line 183:16 Expected identifier but found whitespace
Line 184:7 Unexpected "{"
Line 184:16 Expected ":"
Line 184:66 Expected ":"
Line 186:19 Expected identifier but found whitespace
Line 187:7 Unexpected "{"
Line 187:16 Expected ":"
Line 187:69 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:featured-collection (INDEX:14) */
/* =========================================================
   SKYWALLET FEATURED COLLECTION
   ========================================================= */

.skywallet-featured-collection {
  width: 100%;
}


/* =========================================================
   DESKTOP - 2 ÜRÜN YAN YANA
   ========================================================= */

@media screen and (min-width: 750px) {

  .skywallet-featured-collection .product-grid {
    display: grid !important;

    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;

    gap: 28px !important;

    width: 100%;

    margin: 0;

    padding: 0;

    align-items: start;
  }

  .skywallet-featured-collection .grid__item {
    width: 100% !important;

    max-width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;
  }

}


/* =========================================================
   ÜRÜN KARTI
   ========================================================= */

.skywallet-featured-collection .card-wrapper,
.skywallet-featured-collection .card,
.skywallet-featured-collection .card__inner {
  width: 100%;
  max-width: 100%;
}


/* =========================================================
   ÜRÜN GÖRSELLERİ
   ========================================================= */

.skywallet-featured-collection .card__media {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.skywallet-featured-collection .card__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}


/* =========================================================
   ÜRÜN BİLGİLERİ
   ========================================================= */

.skywallet-featured-collection .card__content {
  padding-top: 12px;
}


/* =========================================================
   MOBİL - 2 ÜRÜN YAN YANA
   ========================================================= */

@media screen and (max-width: 749px) {

  .skywallet-featured-collection .product-grid {
    display: grid !important;

    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;

    column-gap: 12px !important;

    row-gap: 20px !important;

    width: 100%;

    margin: 0;

    padding: 0;
  }

  .skywallet-featured-collection .grid__item {
    width: 100% !important;

    max-width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;
  }

}


/* =========================================================
   390PX ALTI
   ========================================================= */

@media screen and (max-width: 389px) {

  .skywallet-featured-collection .product-grid {
    column-gap: 10px !important;
  }

}


/* =========================================================
   SLIDER OKLARI GİZLE
   ========================================================= */

.skywallet-featured-collection .slider-buttons {
  display: none !important;
}


/* =========================================================
   SLIDER DAVRANIŞINI DEVRE DIŞI BIRAK
   ========================================================= */

.skywallet-featured-collection .product-grid.slider {
  display: grid !important;

  transform: none !important;

  overflow: visible !important;
}


/* =========================================================
   SECTION BOŞLUKLARINI BİRAZ TOPARLA
   ========================================================= */

@media screen and (min-width: 750px) {

  .skywallet-featured-collection .section-{{ section.id }}-padding {
    padding-top:
      {{ section.settings.padding_top | times: 0.7 | round: 0 }}px;

    padding-bottom:
      {{ section.settings.padding_bottom | times: 0.7 | round: 0 }}px;
  }

}

@media screen and (max-width: 749px) {

  .skywallet-featured-collection .section-{{ section.id }}-padding {
    padding-top:
      {{ section.settings.padding_top | times: 0.5 | round: 0 }}px;

    padding-bottom:
      {{ section.settings.padding_bottom | times: 0.5 | round: 0 }}px;
  }

}
/* END_SECTION:featured-collection */