

/* Start:/local/templates/main_en/components/bitrix/catalog/catalog/style.css?176848596658*/
.section-contacts-app {
    margin-top: 0!important;
}

/* End */


/* Start:/local/templates/main_en/components/bitrix/catalog.element/element/style.css?177601480411161*/
/* Product Description Links */
.product-description a {
  font-weight: 700;
  text-decoration: underline;
}

/* Fancybox Close Button — always black (visible on white modal bg) */
.fancybox-close-small svg {
  fill: #000000 !important;
  transition: transform 0.4s cubic-bezier(.36, .26, .19, 1.03) !important;
}

.fancybox-close-small:hover svg {
  transform: rotate(180deg);
  fill: #000000 !important;
}

/* Swiper Container Animations */
.swiper-container {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out 0.2s, transform 0.6s ease-out 0.2s;
}

.swiper-container.swiper-container-initialized {
  opacity: 1;
  transform: translateY(0);
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  display: none;
}

.swiper-container:not(.swiper-container-initialized) .swiper-slide {
  display: none;
}

.swiper-container:not(.swiper-container-initialized) {
  visibility: hidden;
}

.product-label-list {
  opacity: 1;
  transition: opacity 0.7s ease-out 0.3s;
}

.swiper-container:not(.swiper-container-initialized) + .product-label-list {
  opacity: 0;
}

/* Price Line Legacy Styles */
.product-price-line__val--eur {
  font-size: inherit;
  color: inherit;
}

.product-price-line__usd-price {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 2px;
  line-height: 1.4;
}

.product-price-line__retail-note {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.item-meta__price--usd {
  font-size: 12px;
  color: #999;
  margin-top: 0;
  line-height: 1.3;
}

.btn--outlined {
  border: 1px solid #896752;
  background: transparent;
  color: #896752;
  margin-top: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.btn--outlined:hover {
  background-color: #896752;
  color: #fff;
}

/* ========================================
   Product Action Block (New Styles)
   ======================================== */

.product-action {
  margin-top: 24px;
  padding: 24px;
  background: #fafafa;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

/* Price Row */
.product-action__price-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.product-action__old-price {
  display: inline-block;
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-right: 12px;
  margin-bottom: 8px;
}

.product-action__price {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 4px;
}

.product-action__price--eur {
  font-size: inherit;
  color: inherit;
}

.product-action__currency {
  font-size: 20px;
  font-weight: 600;
  margin-right: 2px;
}

.product-action__usd-price {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 2px;
  line-height: 1.4;
}

.product-action__retail-note {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.4;
}

/* Controls Section */
.product-action__controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Quantity Selector */
.product-action__quantity {
  margin-bottom: 4px;
}

.quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.quantity-selector__btn {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  position: relative;
}

.quantity-selector__btn:hover {
  background-color: #f5f5f5;
}

.quantity-selector__btn:active {
  background-color: #e8e8e8;
}

.quantity-selector__btn::before,
.quantity-selector__btn::after {
  content: '';
  position: absolute;
  background: #333;
  transition: background-color 0.2s ease;
}

.quantity-selector__btn--minus::before {
  width: 14px;
  height: 2px;
}

.quantity-selector__btn--plus::before {
  width: 14px;
  height: 2px;
}

.quantity-selector__btn--plus::after {
  width: 2px;
  height: 14px;
}

.quantity-selector__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.quantity-selector__btn:disabled:hover {
  background-color: transparent;
}

.quantity-selector__input-wrap {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.quantity-selector__input {
  width: 60px;
  height: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  background: transparent;
  -moz-appearance: textfield;
}

.quantity-selector__input::-webkit-outer-spin-button,
.quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector__input:focus {
  outline: none;
  background-color: #f9f9f9;
}

/* Buttons Section */
.product-action__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Base Button Styles */





/* Primary Button (Buy) */
.btn--primary {
  background: linear-gradient(135deg, #896752 0%, #6d5241 100%);
  color: #fff;
  border-color: #896752;
  box-shadow: 0 2px 8px rgba(137, 103, 82, 0.25);
}

.btn--primary:hover {
  background: linear-gradient(135deg, #6d5241 0%, #5a4436 100%);
  border-color: #6d5241;
  box-shadow: 0 4px 12px rgba(137, 103, 82, 0.35);
  transform: translateY(-1px);
}

.btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(137, 103, 82, 0.3);
}

/* Secondary Button (Get Price) */
.btn--secondary {
  background: transparent;
  color: #896752;
  border-color: #896752;
}

.btn--secondary:hover {
  background-color: #896752;
  color: #fff;
  box-shadow: 0 4px 12px rgba(137, 103, 82, 0.25);
  transform: translateY(-1px);
}

.btn--secondary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(137, 103, 82, 0.2);
}

/* Out of Stock Button */
.btn--out-of-stock {
  width: 100%;
  background: #f5f5f5;
  color: #999;
  border-color: #e0e0e0;
  cursor: not-allowed;
  opacity: 0.7;
}

.btn--out-of-stock:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Presentation Link */
.product-action__presentation {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  margin-bottom: 20px;
}

.btn--presentation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #896752;
  text-decoration: none;
  border: 1px dashed #896752;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn--presentation:hover {
  background-color: rgba(137, 103, 82, 0.08);
  border-style: solid;
}

/* Responsive Design */
@media (min-width: 576px) {
  .product-action {
    padding: 28px;
  }

  .product-action__price {
    font-size: 36px;
  }

  .product-action__buttons {
    /*max-width: 420px;*/
      display: grid;
      grid-template-columns: 60% 40%;
    flex-wrap: wrap;
  }

  .btn--primary,
  .btn--secondary {
    flex: 1;
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .product-action {
    padding: 32px;
  }

  .product-action__controls {
    gap: 20px;
  }

  .product-action__buttons {
    gap: 14px;
  }
}

/* Animation for Add to Cart */
@keyframes cartBounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.btn--primary.adding-to-cart {
  animation: cartBounce 0.4s ease;
}

/* Focus States for Accessibility */
.btn:focus,
.quantity-selector__btn:focus,
.btn--presentation:focus {
  outline: 2px solid #896752;
  outline-offset: 2px;
}

.btn:focus:not(:focus-visible),
.quantity-selector__btn:focus:not(:focus-visible),
.btn--presentation:focus:not(:focus-visible) {
  outline: none;
}

/* Loading State */
.btn--loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.btn--loading .btn__text {
  visibility: hidden;
}

.btn--loading::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Contacts Section Padding */
@media only screen and (min-width: 991px) {
  .section-contacts-app {
    padding-top: 30px;
  }
}

/* ========================================
   Button Hierarchy — Product Action
   ======================================== */

/* Reduce padding for both buttons in product action block */
.product-action .btn--buy,
.product-action .btn--get-price {
  padding: 14px 24px;
  border-radius: 6px;
}

/* BUY is clearly primary — keep filled dark style, add radius */
.product-action .btn--buy.btn--filled {
  background: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}

.product-action .btn--buy.btn--filled:hover {
  background: #000;
  border-color: #000;
  opacity: 1;
}

/* GET PRICE is secondary — ghost/outline with muted color */
.product-action .btn--get-price {
  background: transparent;
  border-color: #999;
  color: #555;
  font-weight: 500;
}

.product-action .btn--get-price:hover {
  background: #f5f5f5;
  border-color: #777;
  color: #333;
}

/* ========================================
   Fancybox Overlay — Softer
   ======================================== */

.fancybox-is-open .fancybox-bg {
  opacity: 0.4 !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* ========================================
   Modal Window Improvements
   ======================================== */

/* Add white background and shadow to the modal itself */
.fancybox-slide--current .modal-window,
.fancybox-slide--html .modal-window {
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

/* Modal subtitle — product name */
.modal-product-subtitle {
  font-size: 15px;
  color: #666;
  margin-top: -8px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.4;
}

/* Form inputs inside modal — softer border */
#get-price-form .text-input {
  border: 1px solid #d0d0d0;
  border-radius: 0;
}

#get-price-form .text-input:focus {
  border-color: #896752;
  box-shadow: 0 0 0 2px rgba(137, 103, 82, 0.15);
  outline: none;
}

/* Submit button in modal — reduced height */
#get-price-form button.btn.submit-line-btn-wrap__btn-sm {
  padding: 14px 40px;
  border-radius: 0;
}

/* Loader overlay — white background inside modal */
#get-price-form.load:before {
  background-color: #fff;
}

/* Checkbox spacing */
#get-price-form .submit-line {
  margin-top: 16px;
}

#get-price-form .rules-checkbox {
  margin-bottom: 12px;
}

#get-price-form .checkbox__input {
  width: 18px;
  height: 18px;
  min-width: 18px;
}

/* End */
/* /local/templates/main_en/components/bitrix/catalog/catalog/style.css?176848596658 */
/* /local/templates/main_en/components/bitrix/catalog.element/element/style.css?177601480411161 */
