.elementor-1001191 .elementor-element.elementor-element-2d69168{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 28px;--row-gap:0px;--column-gap:28px;}.elementor-1001191 .elementor-element.elementor-element-01c4531{--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;}.elementor-1001191 .elementor-element.elementor-element-a0c8be6{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1001191 .elementor-element.elementor-element-efdf012 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:600;color:#6F2C82;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1001191 .elementor-element.elementor-element-f4f6e07{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1001191 .elementor-element.elementor-element-f4f6e07 .elementor-heading-title{font-family:"DM Sans", Sans-serif;font-size:34px;font-weight:600;color:#6F2C82;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1001191 .elementor-element.elementor-element-fe7ab5b .cart button, .elementor-1001191 .elementor-element.elementor-element-fe7ab5b .cart .button{transition:all 0.2s;}.elementor-1001191 .elementor-element.elementor-element-fe7ab5b .quantity .qty{transition:all 0.2s;}.elementor-widget-woocommerce-product-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-woocommerce-product-meta .product_meta .detail-container:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-1001191 .elementor-element.elementor-element-1cd8bb7{--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;}.elementor-1001191 .elementor-element.elementor-element-e937b78{margin:-25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1001191 .elementor-element.elementor-element-1df242c{--display:flex;}.elementor-1001191 .elementor-element.elementor-element-569b0ea{--display:flex;}@media(min-width:768px){.elementor-1001191 .elementor-element.elementor-element-01c4531{--width:50%;}.elementor-1001191 .elementor-element.elementor-element-a0c8be6{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-01c4531 *//* Naz Parfüm - Premium Sol Ürün Galerisi */

.np-premium-gallery {
  width: 100%;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(122, 62, 142, 0.08), transparent 32%),
    linear-gradient(180deg, #fffdfa 0%, #fbf7f1 100%);
  border: 1px solid #efe5da;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(40, 18, 48, 0.07);
}

/* Ana görsel kutusu */
.np-premium-gallery-main {
  width: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #f8f3ec;
  border: 1px solid #eadfce;
}

/* Ana görsel */
.np-premium-gallery-main img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  transition: transform .35s ease;
}

.np-premium-gallery-main:hover img {
  transform: scale(1.025);
}

/* Sağ üst küçük premium ikon efekti */
.np-premium-gallery-main::after {
  content: "⌕";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(33, 11, 43, 0.82);
  color: #fff;
  font-size: 19px;
  line-height: 42px;
  text-align: center;
  backdrop-filter: blur(6px);
}

/* Thumbnail alanı */
.np-premium-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

/* Thumbnail butonları */
.np-premium-thumb {
  position: relative;
  width: 100%;
  padding: 0;
  border: 1px solid #eadfce;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all .25s ease;
}

.np-premium-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  transition: transform .3s ease;
}

.np-premium-thumb:hover {
  border-color: #7a3e8e;
  box-shadow: 0 12px 26px rgba(111, 44, 130, .14);
  transform: translateY(-2px);
}

.np-premium-thumb:hover img {
  transform: scale(1.04);
}

.np-premium-thumb.active {
  border: 2px solid #7a3e8e;
  box-shadow: 0 10px 24px rgba(111, 44, 130, .16);
}

.np-premium-thumb.active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.85);
  pointer-events: none;
}

/* Tablet */
@media (max-width: 1024px) {
  .np-premium-gallery-main img {
    height: 460px;
  }

  .np-premium-thumb img {
    height: 82px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .np-premium-gallery {
    padding: 12px;
    border-radius: 22px;
  }

  .np-premium-gallery-main {
    border-radius: 18px;
  }

  .np-premium-gallery-main img {
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
  }

  .np-premium-gallery-main::after {
    width: 36px;
    height: 36px;
    line-height: 36px;
    top: 12px;
    right: 12px;
  }

  .np-premium-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .np-premium-thumb {
    border-radius: 12px;
  }

  .np-premium-thumb img {
    height: 64px;
    border-radius: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-efdf012 */.np-brand-label .elementor-heading-title {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: #6f2c82;
  text-transform: uppercase;
  margin-bottom: 8px;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-title, class: .elementor-element-f4f6e07 */.np-product-title .product_title,
.np-product-title .elementor-heading-title {
  font-size: 38px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #111111;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .np-product-title .product_title,
  .np-product-title .elementor-heading-title {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-price, class: .elementor-element-f73cdd0 */.np-product-price .price {
  display: block;
  color: #6f2c82 !important;
  font-size: 28px !important;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 14px;
}

.np-product-price .price del {
  color: #9b909b !important;
  font-size: 18px;
  margin-right: 8px;
}

.np-product-price .price ins {
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-short-description, class: .elementor-element-e937b78 */.np-short-desc {
  color: #5f5861;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.np-short-desc p {
  margin: 0;
}/* End custom CSS */