/** Shopify CDN: Minification failed

Line 237:15 Unexpected "{"
Line 237:24 Expected ":"
Line 237:31 Unexpected "{"

**/
/* ============================================================
   GILLIES GEAR — PDP CUSTOM STYLES
   Archivo: gillies-pdp.css
   Agregar en: Online Store > Themes > Edit code > Assets
   Luego incluir en theme.liquid con:
   <link rel="stylesheet" href="{{ 'gillies-pdp.css' | asset_url }}">
   ============================================================ */

/* ---- BASE / RESET PDP ---- */
.gillies-pdp {
  background: #ffffff !important;
  padding: 0 0 80px !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
}

/* Quitar estilos del tema que puedan interferir */
.template-product .product-page-row,
.template-product #product-gallery,
.template-product #product-description {
  all: unset !important;
}

/* ---- BREADCRUMB ---- */
.gillies-breadcrumbs {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  margin-bottom: 32px !important;
  color: #000A1F !important;
  display: block !important;
}
.gillies-breadcrumbs a {
  text-decoration: none !important;
  color: #000A1F !important;
}
.gillies-breadcrumbs a:hover { opacity: 0.7 !important; }
.gillies-breadcrumbs span { margin: 0 8px !important; }

/* ---- PRODUCT ROW (2 columnas) ---- */
.gillies-product-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  align-items: start !important;
  margin-bottom: 60px !important;
}

/* ---- GALLERY ---- */
.gillies-gallery {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Contenedor principal del swiper */
.gillies-gallery .main-swiper-container,
.gillies-gallery .swiper-gallery-inline-slider {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Cada slide no debe crecer más allá del contenedor */
.gillies-gallery .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Wrapper del media */
.gillies-gallery .dt-sc-product-single-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
}

/* LA IMAGEN - este es el fix principal */
.gillies-gallery .product-item-img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

/* Thumbnails */
.gillies-gallery .swiper-thumbnails-main-container {
  width: 100% !important;
  margin-top: 12px !important;
}
.gillies-gallery .swiper-thumb-item {
  width: 100% !important;
  height: 72px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  border: 1.5px solid #e5e5e5 !important;
  cursor: pointer !important;
  display: block !important;
}
.gillies-gallery .swiper-slide-thumb-active .swiper-thumb-item {
  border-color: #000A1F !important;
}

/* ---- INFO BLOCK ---- */
.gillies-info {
  padding-top: 10px !important;
}
.gillies-info .product-item-caption-white {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* ---- TITLE ---- */
.gillies-product-title {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #000A1F !important;
  margin: 0 0 12px !important;
  line-height: 1.2 !important;
}

/* ---- PRICE ---- */
.gillies-price {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #000A1F !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.gillies-price .money {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #000A1F !important;
}
.gillies-compare-price,
.gillies-compare-price .money {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #999 !important;
  text-decoration: line-through !important;
}

/* ---- REVIEWS ---- */
.gillies-reviews {
  margin-bottom: 16px !important;
}
.gillies-reviews .shopify-product-reviews-badge {
  display: block !important;
}

/* ---- SHORT DESC ---- */
.gillies-short-desc {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 0.95rem !important;
  color: #444 !important;
  line-height: 1.65 !important;
  margin-bottom: 24px !important;
}
.gillies-short-desc p {
  margin: 0 !important;
}

/* ---- SWATCHES ---- */
.gillies-info .swatch {
  margin-bottom: 20px !important;
}

/* ---- QUANTITY ---- */
.gillies-qty {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  border: 1.5px solid #000A1F !important;
  border-radius: 4px !important;
  width: fit-content !important;
  overflow: hidden !important;
}
.gillies-qty .btn-number {
  background: #fff !important;
  border: none !important;
  width: 42px !important;
  height: 46px !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #000A1F !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}
.gillies-qty .btn-number:hover {
  background: #f5f5f5 !important;
}
.gillies-qty .input-number {
  border: none !important;
  border-left: 1.5px solid #000A1F !important;
  border-right: 1.5px solid #000A1F !important;
  width: 54px !important;
  height: 46px !important;
  text-align: center !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #000A1F !important;
  outline: none !important;
  -moz-appearance: textfield !important;
}
.gillies-qty .input-number::-webkit-outer-spin-button,
.gillies-qty .input-number::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

/* ---- BUTTONS ---- */
.gillies-buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 20px !important;
}

/* BUY NOW */
.gillies-btn-atc,
.gillies-btn-atc.dt-sc-btn,
#dT_AddToCart-{{ section.id }} {
  display: block !important;
  width: 100% !important;
  padding: 16px !important;
  background: #1a2e1a !important;
  color: #ffffff !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  box-shadow: none !important;
}
.gillies-btn-atc:hover,
.gillies-btn-atc.dt-sc-btn:hover {
  background: #2d4a2d !important;
  color: #ffffff !important;
}

/* Shop Pay */
.gillies-buttons .shopify-payment-button {
  width: 100% !important;
}
.gillies-buttons .shopify-payment-button__button,
.gillies-buttons .shopify-payment-button__button--unbranded {
  width: 100% !important;
  border-radius: 4px !important;
  min-height: 52px !important;
}

/* Ocultar label "Price:" del tema original */
.gillies-info .product-price-label,
.gillies-info .product-label {
  display: none !important;
}

/* ---- SHARE ---- */
.gillies-share {
  margin-top: 20px !important;
  padding-top: 16px !important;
  border-top: 1px solid #eee !important;
}

/* ---- TABS ---- */
.gillies-tab-section {
  margin-top: 60px !important;
  border-top: 1px solid #e5e5e5 !important;
  padding-top: 40px !important;
}
.gillies-tab-section .dt-sc-tabs-container {
  max-width: 1300px !important;
  margin: 0 auto !important;
}
.gillies-tab-section .dt-sc-tabs,
.gillies-tab-section .dt-sc-list-inline {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  border-bottom: 2px solid #e5e5e5 !important;
  margin-bottom: 32px !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}
.gillies-tab-section .tablinks {
  background: none !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  margin-bottom: -2px !important;
  padding: 12px 28px !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  cursor: pointer !important;
  transition: color 0.2s, border-color 0.2s !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.gillies-tab-section .tablinks:hover,
.gillies-tab-section .tablinks.active {
  color: #000A1F !important;
  border-bottom-color: #000A1F !important;
  background: none !important;
}
.gillies-tab-section .dt-sc-tabs-content {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  color: #333 !important;
  max-width: 800px !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* ---- YOU MIGHT ALSO LIKE ---- */
.gillies-recommendations {
  padding: 60px 0 !important;
  background: #ffffff !important;
}
.gillies-recommendations-title {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #000A1F !important;
  text-align: center !important;
  margin-bottom: 36px !important;
}
/* Fix thumbnails slider */
.gillies-gallery .swiper-thumbnails-main-container .swiper-slide,
.gillies-gallery .swiper-thumbnails-inline .swiper-slide,
.gillies-gallery .swiper-thumbnails-vert .swiper-slide {
  width: 80px !important;
  height: 80px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}
.gillies-meta-extras{display:none!important;}
.gillies-wishlist{display:none!important;}
.gillies-gallery .swiper-thumb-item {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  border: 1.5px solid #e5e5e5 !important;
}
.gillies-tab-section .dt-sc-tabs,
.gillies-tab-section .dt-sc-list-inline {
  justify-content: center !important;
}
.gillies-gallery .swiper-slide-thumb-active .swiper-thumb-item {
  border-color: #000A1F !important;
}
.dt-sc-enquiry-form{display:none;}
.product-title a{color:#010101!important; font-size:1.2rem;font-family: "Space Grotesk", sans-serif !important;font-weight:400; text-align:center!important;}
.product-info h3{text-align:center!important;}
.yotpo-filters-container{display:none;}
.product-price{color:#010101!important; font-size:1.2rem;font-family: "Space Grotesk", sans-serif !important;font-weight:400; text-align:center!important;}
.yotpo-reviews-cart-list { display: none !important; }
.gillies-recommendations .dt-sc-column.four-column {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ---- TAB DESCRIPTION CONTENT - override tema ---- */
.gillies-tab-section .dt-sc-tabs-content h1,
.gillies-tab-section .dt-sc-tabs-content h2,
.gillies-tab-section .dt-sc-tabs-content h3,
.gillies-tab-section .dt-sc-tabs-content h4,
.gillies-tab-section .dt-sc-tabs-content h5,
.gillies-tab-section .dt-sc-tabs-content h6 {
  font-family: "Space Grotesk", sans-serif !important;
  color: #000A1F !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: none !important;
  margin-bottom: 12px !important;
  border: none !important;
  padding: 0 !important;
}

/* Quitar línea azul lateral del tema */
.gillies-tab-section .dt-sc-tabs-content,
.gillies-tab-section .dt-sc-tabs-content *,
.gillies-tab-section .product-single__description,
.gillies-tab-section .product-single__description * {
  border-left: none !important;
  box-shadow: none !important;
}

/* ---- YOU MIGHT ALSO LIKE - card titles override ---- */
/* Sobreescribir variables CSS de dt-framework.css */
.product-recommendations.gillies-recommendations {
  --DTLinkColor: #000A1F !important;
  --DTFontSize_H3: 0.85rem !important;
}

.product-recommendations.gillies-recommendations h3.product-title a,
.product-recommendations.gillies-recommendations .custom-product-item h3 a,
.product-recommendations.gillies-recommendations .simple-product-card h3 a,
.product-recommendations.gillies-recommendations li h3 a {
  font-family: "Space Grotesk", sans-serif !important;
  color: #000A1F !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

/* Precio en cards */
.product-recommendations.gillies-recommendations .custom-product-item .product-price {
  font-family: "Space Grotesk", sans-serif !important;
  color: #000A1F !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

/* Grid layout cards */
.gillies-recommendations .dt-sc-column.four-column {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Imagen en cards */
.gillies-recommendations .custom-product-item .product-image {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .gillies-recommendations .dt-sc-column.four-column {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 900px) {
  .gillies-product-row {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .gillies-product-title {
    font-size: 1.4rem !important;
  }
  .gillies-price,
  .gillies-price .money {
    font-size: 1.6rem !important;
  }
  .gillies-tab-section {
    margin-top: 40px !important;
  }
}

@media (max-width: 640px) {
  .gillies-pdp {
    padding: 0 16px 60px !important;
  }
  .gillies-recommendations .dt-sc-column.four-column {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
  .gillies-recommendations-title {
    font-size: 1.2rem !important;
  }
}