﻿.dokan-single-store .profile-frame {
  background: transparent;
}

.dokan-single-store .profile-frame .profile-info-box {
  position: relative;
}

.dokan-single-store .db-store-storefront-gallery {
  width: 100%;
  opacity: 1 !important;
}

.dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  min-height: 260px;
  align-items: stretch;
  justify-items: stretch;
  overflow: hidden;
}

.dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__image,
.dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__image--placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #111;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  float: none;
}

.dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__image > a,
.dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__image > img,
.dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__image--placeholder > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  line-height: 0;
}

.dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__image > a {
  position: relative;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 0;
}

.dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__image > a > img,
.dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
}

.dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--primary {
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: 12px 0 0 12px;
}

.dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--top-left {
  grid-column: 2;
  grid-row: 1;
  border-radius: 0;
}

.dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--top-right {
  grid-column: 3;
  grid-row: 1;
  border-radius: 0 12px 0 0;
}

.dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--bottom-left {
  grid-column: 2;
  grid-row: 2;
  border-radius: 0;
}

.dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--bottom-right {
  grid-column: 3;
  grid-row: 2;
  border-radius: 0 0 12px 0;
}

.db-store-anchor-nav {
  padding-top: 12px;
  margin-bottom: 24px;
}

.db-store-anchor-nav__inner {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  background: #111;
  border-radius: 12px;
  padding: 4px;
}

.db-store-anchor-nav__link {
  flex: 1;
  min-width: 160px;
  text-align: center;
  padding: 10px 12px;
  color: #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background .3s ease;
}

.db-store-anchor-nav__link:hover,
.db-store-anchor-nav__link:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
}

.db-store-breadcrumb-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin: 64px 0 24px;
}

@media (max-width: 1024px) {
  .dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__wrapper {
    gap: 6px;
    min-height: 260px;
  }
}

@media (max-width: 768px) {
  .dokan-single-store .db-store-storefront-gallery .woocommerce-product-gallery__wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    aspect-ratio: auto;
  }

  .dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--primary {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--top-left {
    grid-column: 1;
    grid-row: 2;
  }

  .dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--top-right {
    grid-column: 2;
    grid-row: 2;
  }

  .dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--bottom {
    grid-column: 1 / span 2;
    grid-row: 3;
  }

  .dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--bottom-left {
    grid-column: 1;
    grid-row: 3;
  }

  .dokan-single-store .db-store-storefront-gallery .db-store-gallery-item--bottom-right {
    grid-column: 2;
    grid-row: 3;
  }
}
