.elementor-227 .elementor-element.elementor-element-2bf89fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-227 .elementor-element.elementor-element-eb2b6e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-227 .elementor-element.elementor-element-574da12{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-227 .elementor-element.elementor-element-8172281{margin:19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-227 .elementor-element.elementor-element-180bd83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-227 .elementor-element.elementor-element-f81a0a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-45bb9ce *//* Isolated Container Reset */
.gz-isolated-bestsellers-wrapper {
  all: initial;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.gz-isolated-bestsellers-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Header Section */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 35px auto;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-subtitle {
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 1.6 !important;
}

/* Grid Layout */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

/* Card Container */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative !important;
}

/* Media Box */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-media {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background-color: #fbfbfb !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-img-link {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-img-link img {
  max-width: 85% !important;
  max-height: 85% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-card:hover img {
  transform: scale(1.05) !important;
}

/* Actions Bar */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-actions {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 5 !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-icon-btn {
  width: 36px !important;
  height: 36px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #333333 !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
  text-decoration: none !important;
  transition: background 0.2s ease !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-icon-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Button Overlay */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-overlay {
  position: absolute !important;
  bottom: 12px !important;
  left: 12px !important;
  right: 12px !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  transition: all 0.3s ease !important;
  z-index: 4 !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-card:hover .gz-bestsellers-overlay {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-btn {
  display: block !important;
  width: 100% !important;
  background: #ffffff !important;
  color: #111111 !important;
  text-align: center !important;
  padding: 10px 0 !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-btn:hover {
  background: #1a568c !important;
  color: #ffffff !important;
}

/* Title Block */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-info {
  margin-top: 14px !important;
  text-align: center !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-product-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-product-title a {
  color: #222222 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-product-title a:hover {
  color: #1a568c !important;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 992px) {
  .gz-isolated-bestsellers-wrapper .gz-bestsellers-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .gz-isolated-bestsellers-wrapper .gz-bestsellers-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .gz-isolated-bestsellers-wrapper .gz-bestsellers-title {
    font-size: 28px !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ab271f5 *//* Isolated Container Reset */
.gz-isolated-bestsellers-wrapper {
  all: initial;
  display: block;
  width: 100%;
  padding: 40px 15px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.gz-isolated-bestsellers-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Header Section */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 35px auto;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-subtitle {
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 1.6 !important;
}

/* Grid Layout */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

/* Card Container */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative !important;
}

/* Media Box */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-media {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background-color: #fbfbfb !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-img-link {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-img-link img {
  max-width: 85% !important;
  max-height: 85% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-card:hover img {
  transform: scale(1.05) !important;
}

/* Actions Bar */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-actions {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 5 !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-icon-btn {
  width: 36px !important;
  height: 36px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #333333 !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
  text-decoration: none !important;
  transition: background 0.2s ease !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-icon-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Button Overlay */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-overlay {
  position: absolute !important;
  bottom: 12px !important;
  left: 12px !important;
  right: 12px !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  transition: all 0.3s ease !important;
  z-index: 4 !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-card:hover .gz-bestsellers-overlay {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-btn {
  display: block !important;
  width: 100% !important;
  background: #ffffff !important;
  color: #111111 !important;
  text-align: center !important;
  padding: 10px 0 !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-btn:hover {
  background: #1a568c !important;
  color: #ffffff !important;
}

/* Title Block */
.gz-isolated-bestsellers-wrapper .gz-bestsellers-info {
  margin-top: 14px !important;
  text-align: center !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-product-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-product-title a {
  color: #222222 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.gz-isolated-bestsellers-wrapper .gz-bestsellers-product-title a:hover {
  color: #1a568c !important;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 992px) {
  .gz-isolated-bestsellers-wrapper .gz-bestsellers-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .gz-isolated-bestsellers-wrapper .gz-bestsellers-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .gz-isolated-bestsellers-wrapper .gz-bestsellers-title {
    font-size: 28px !important;
  }
}/* End custom CSS */