/** Shopify CDN: Minification failed

Line 585:0 Unexpected "}"

**/
/* Ripple */
.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
  background: #e1623b !important;
  opacity: 0 !important;
}

/* Hover / Active */
.product-form__atc-button:hover,
.product-form__submit:hover {
  background: #cc5735 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.product-form__atc-button:active,
.product-form__submit:active {
  background: #b94d2e !important;
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* HIDE PAYPAL */
.product .shopify-payment-button,
.product .shopify-payment-button__button,
.product .shopify-payment-button__button--unbranded,
.product .shopify-payment-button__more-options,
.shopify-payment-button,
.shopify-payment-button__button,
.shopify-payment-button__more-options {
  display: none !important;
}

/* MAKE ATC TEXT WHITE */
button.product-form__submit,
.product-form__atc-button,
button.product-form__submit *,
.product-form__atc-button *,
.product-form--atc-button .atc-button--text,
.product-form__atc-button .atc-button--text,
.product-form--atc-button .atc-button--text *,
.product-form__atc-button .atc-button--text * {
  color: #ffffff !important;
  fill: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
/* === SOFT 3D PREMIUM ADD-TO-CART BUTTON === */

.product-form__atc-button,
button.product-form__submit {
  background: linear-gradient(180deg, #ee744f 0%, #e1623b 100%) !important;
  border-radius: 12px !important;
  padding: 18px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.15s ease-out;
  box-shadow:
    0 6px 14px rgba(0,0,0,0.20),
    inset 0 2px 3px rgba(255,255,255,0.35);
  transform: translateY(0);
}

/* Hover: кнопка поднимается, усиливается glow */
.product-form__atc-button:hover,
button.product-form__submit:hover {
  transform: translateY(-3px);
  box-shadow:
    0 10px 20px rgba(0,0,0,0.25),
    inset 0 2px 4px rgba(255,255,255,0.4);
  background: linear-gradient(180deg, #f27e59 0%, #d95b34 100%) !important;
}

/* Active: реалистичное нажатие */
.product-form__atc-button:active,
button.product-form__submit:active {
  transform: translateY(2px);
  box-shadow:
    0 3px 8px rgba(0,0,0,0.18),
    inset 0 1px 2px rgba(0,0,0,0.25);
  background: linear-gradient(180deg, #d85d3a 0%, #c54f2d 100%) !important;
}
/* === 3D Add-to-cart button for Empire === */

button.product-form--atc-button,
button.product-form--atc-button * {
    color: #ffffff !important;
}

/* базовый вид */
button.product-form--atc-button {
    background: linear-gradient(180deg, #ee744f 0%, #e1623b 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transform: translateY(0);
    transition: all 0.18s ease-out;
    box-shadow:
        0 6px 14px rgba(0,0,0,0.22),
        inset 0 2px 3px rgba(255,255,255,0.35);
}

/* hover */
button.product-form--atc-button:hover {
    transform: translateY(-3px);
    box-shadow:
        0 10px 22px rgba(0,0,0,0.28),
        inset 0 2px 4px rgba(255,255,255,0.45);
    background: linear-gradient(180deg, #f27e59 0%, #d95b34 100%) !important;
}

/* active – реалистичное нажатие */
button.product-form--atc-button:active {
    transform: translateY(2px);
    box-shadow:
        0 3px 8px rgba(0,0,0,0.18),
        inset 0 1px 2px rgba(0,0,0,0.3);
    background: linear-gradient(180deg, #d85d3a 0%, #c54f2d 100%) !important;
}


.outfish-info-section {
  max-width: 860px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.outfish-card {
  background: #fff;
  padding: 28px 32px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
  transition: 0.25s ease;
}

.outfish-card:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
}

.outfish-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.outfish-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.outfish-card h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.outfish-card p {
  margin: 6px 0 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.55;
}

.outfish-link {
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
  color: #e1623b;
  font-size: 14px;
}

.outfish-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .outfish-card {
    padding: 22px 20px;
  }
  .outfish-card h3 {
    font-size: 15px;
  }
}

/* FIX: вернуть нормальные миниатюры на странице товара */
#thumbnails,
.product__thumbs,
.product-single__thumbnails,
.product-gallery--thumbnails {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  max-width: 100% !important;
  overflow-x: auto;
}

#thumbnails img,
.product__thumb img,
.product-single__thumbnail img,
.product-gallery__thumbnail img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  cursor: pointer;
}

/* Убираем растяжение миниатюр */
.product__thumb,
.product-gallery__thumbnail,
.product-single__thumbnail {
  width: auto !important;
  max-width: 80px !important;
  flex: 0 0 auto !important;
}

/* ================= OUTFiSH INFO BLOCK RESTORE ================= */

.outfish-info-block {
  margin-top: 28px;
  padding: 22px 26px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* отдельная строка */
.outfish-info-line {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
  padding-bottom: 6px;
}

/* иконка + выравнивание SVG */
.outfish-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}

.outfish-svg svg {
  width: 22px;
  height: 22px;
  stroke: #e1623b;
}

/* яркий заголовок строки */
.outfish-label {
  font-weight: 700;
  margin-right: 4px;
}

/* ссылки внутри блока */
.outfish-info-line a {
  color: #e1623b;
  font-weight: 600;
  text-decoration: none;
}

.outfish-info-line a:hover {
  text-decoration: underline;
}

/* мобильная адаптация */
@media (max-width: 600px) {
  .outfish-info-block {
    padding: 18px 20px;
  }
  .outfish-info-line {
    font-size: 14px;
  }
}
/* ================= OUTFiSH CART INFO BLOCK (RESTORE) ================= */

.outfish-info-section {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Белая карточка */
.outfish-info-block {
  background: #ffffff;
  padding: 28px 32px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: 0.25s ease;
}

.outfish-info-block:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* Заголовок + иконка */
.outfish-info-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.outfish-info-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outfish-info-icon svg {
  width: 28px;
  height: 28px;
  stroke: #e1623b;
}

/* Заголовок блока */
.outfish-info-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #222;
}

/* Обычный абзац */
.outfish-info-text {
  font-size: 15px;
  line-height: 1.55;
  margin: 8px 0 10px;
  color: #333;
}

/* Ссылка */
.outfish-info-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #e1623b;
  text-decoration: none;
}

.outfish-info-link:hover {
  text-decoration: underline;
}

/* Мобильная версия */
@media (max-width: 600px) {
  .outfish-info-block {
    padding: 22px 22px;
  }
  .outfish-info-title {
    font-size: 16px;
  }
  .outfish-info-text {
    font-size: 14px;
  }
  .outfish-info-icon svg {
    width: 24px;
    height: 24px;
  }
}/* ===============================
   OUTFISH — Delivery Block (2025 UI)
   Two Columns + Real SVG Icons
   =============================== */

.styled-delivery.two-col {
  background: #f8fafc;
  padding: 28px 32px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  margin: 35px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  max-width: 880px;
}

.styled-delivery.two-col .delivery-section {
  grid-column: 1 / -1;
}

/* Заголовок секции */
.styled-delivery .delivery-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 10px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a2b35;
}

/* SVG иконки в заголовках */
.styled-delivery .svg-icon img {
  width: 22px;
  height: 22px;
  display: inline-block;
  filter: invert(29%) sepia(72%) saturate(1300%) hue-rotate(198deg) brightness(92%) contrast(96%);
  /* делает их в фирменном синем цвете */
}

/* Список */
.styled-delivery .delivery-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.styled-delivery .delivery-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.97rem;
  color: #475569;
  padding: 4px 0;
  line-height: 1.35;
}

/* SVG bullet icons */
.styled-delivery .svg-bullet img {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-top: 2px;
  opacity: 0.85;
  filter: invert(29%) sepia(72%) saturate(1300%) hue-rotate(198deg) brightness(92%) contrast(96%);
}

/* Примечание под блоком */
.styled-delivery .delivery-note {
  grid-column: 1 / -1;
  margin-top: 14px;
  font-size: 0.85rem;
  color: #64748b;
  font-style: italic;
}
.outfish-delivery.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 20px 0;
  font-size: 16px;
}

.outfish-delivery h3 {
  margin-bottom: 8px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.outfish-delivery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.outfish-delivery ul li {
  padding-left: 0;
  margin: 4px 0;
}

.outfish-delivery .note {
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.7;
}

/* Mobile: make 1 column */
@media (max-width: 768px) {
  .outfish-delivery.two-col {
    grid-template-columns: 1fr;
  }
}
.pickup-row {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
  max-width: 900px; /* то же что у two-col */
  margin-left: auto;
  margin-right: auto;
}
.review-invite-block {
  background: #f7f9fc;
  border-radius: 10px;
  padding: 25px;
  margin: 40px 0;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

.review-invite-block p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 14px;
  color: #333;
}

.review-btn {
  display: inline-block;
  margin-top: 10px;
  background: #1a73e8;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.review-btn:hover {
  background: #155fc0;
}
.review-flex {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.review-photo-wrap {
  flex: 0 0 260px; /* ширина фото-блока */
}

.review-photo {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.review-text-wrap {
  flex: 1;
  min-width: 260px;
}
.google-btn {
  width: 250px; /* измени на 200 / 220 / 300 по вкусу */
  height: auto;
  display: block;
}

.google-btn-wrap {
  display: inline-block;
  margin-top: 15px;
}
.google-btn {
  width: 250px;
  height: auto;
  display: block;
}

.google-btn-wrap {
  display: inline-block;
  margin-top: 15px;
}

}
