header {
    margin-top: 30px;
}
.message_home{
    text-align: center;
}
.title h1{
    color: #D62E3B;
}
.mobile_info{
    display: none;
}
.mobile_wisible{
    position: absolute;
    visibility: hidden;
}
.main_menu .parrent .nav{
    display: none;
}
.mobile_open{
    display: none;
}


.over {
    border: 1px solid #778d64 !important;
}
#msMiniCart.full strong, #msMiniCart.full span {
    color: #778d64 !important;
}
.desktop-dop-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #FFABAE;
    padding: 5px 0;
}

.desktop-dop-menu .container {
    display: flex;
    justify-content: space-between;
}

.desktop-dop-menu .nav li {
    margin-right: 15px;
}

.desktop-dop-menu .nav li a, .desktop-dop-menu .container > a {
    color: white;
}

.desktop-dop-menu .nav li a:hover, .desktop-dop-menu .container > a:hover {
    color: #DA666A;
    text-decoration: none;
}

.row.homepage-grid {
    margin-top: 30px;
}

.recommended-title{
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: #D62E3B;
    margin: 20px 0;
}

.flower-order-section {
  padding: 60px 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  background-color: #fcfcfc; 
}
.flower-order-section:before {
    content: '';
    position: absolute;
    right: 13%;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    
}
.flower-order-section{
    background: #FFD9DA;
    position: relative;
}
.flower-order-section__main-title {
  font-family: 'Georgia', serif;
  font-size: 3rem;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.flower-order-section__sub-title {
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 50px;
}

.flower-order-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
}

.flower-order-step {
  padding: 50px 30px;
  border-right: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flower-order-step:last-child {
  border-right: none;
}

.flower-order-step__number {
  font-family: 'Georgia', serif;
  font-size: 4.5rem;
  color: #e8e8e8;
  line-height: 1;
  margin-bottom: 25px;
}

.flower-order-step__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.flower-order-step__desc {
  font-size: 0.95rem;
  color: #888;
  line-height: 1.5;
}


@media (max-width: 900px) {
  .flower-order-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .flower-order-step {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
  }
  
  .flower-order-step:nth-child(2n) {
    border-right: none;
  }
  
  .flower-order-step:nth-child(3),
  .flower-order-step:nth-child(4) {
    border-bottom: none;
  }
  
  .flower-order-step:nth-child(3) {
    border-right: 1px solid #f0f0f0;
  }
  
  .flower-order-section__main-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 550px) {
  .flower-order-section__grid {
    grid-template-columns: 1fr;
  }
  
  .flower-order-step {
    border-right: none !important;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
  }
  
  .flower-order-step:last-child {
    border-bottom: none;
  }
  
  .flower-order-section__main-title {
    font-size: 2rem;
  }
  
  .flower-order-step__number {
    font-size: 3.5rem;
  }
  
}
@media only screen and (max-width: 767px) {
header {
    margin-top: 0;
}
.mobile-dop-menu {
    display: block;
}    
.desktop-dop-menu {
    display:none;
}

}
@media only screen and (min-width: 768px) {
.mobile-dop-menu {
  display: none;
}
.desktop-dop-menu {
    display:block;
}    
.main_menu ul.nav li.parrent {
    position: relative;
    margin-bottom:5px;
}

.main_menu li.parrent:hover .nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: 150px;
    width: max-content;
    background: white;
    z-index: 99999;
    padding: 10px;
}

.main_menu .parrent ul.nav li {
    margin: 5px 0;
}

.main_menu ul.nav li.active:hover > a:before, .main_menu ul.nav li:hover > a:before {
    opacity: 1;
}

.parrent > .nav li:hover a:before{
    opacity: 1;
}

}

@media screen and (max-width:500px){
    .main_menu .parrent{
        position: relative;
    }
    .header_row .col_right > span{
        display: none;
    }
    .mobile_info{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 7px 0 7px;
    }
    .mobile_info .tell{
        font-size:18px;
        color: #000;
        font-weight: 600;
        text-decoration: none;
    }
    .mobile_info .form_but{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    }
    .mobile_info .form_but img{
        width: 20px;
    }
    .article_content img.d-none{
        display: none!important;
    }
    .mobile_wisible{
        position: relative;
        visibility: visible;
    }
    .mobile_open{
        width: 15px;
        position: absolute;
        right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        top: 3px;
    }
    .main_menu ul.nav li:hover a:before{
        display: none;
    }
    .main_menu ul.nav li.active > a:before{
        display: block;

    }
    .main_menu .parrent .mobile_open{
        -webkit-transition: .3s;
        transition: .3s;
    }
    .main_menu .parrent.open > .mobile_open{
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .main_menu .parrent .nav{
        padding-left: 10px;
    }
    .main_menu .parrent .nav a{
        font-size: 12px;
    }
    .main_menu.open{
        overflow: scroll;
    }
}

/**modal window styles**/
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  top:0;
}
  
#boxes .window {
  position:fixed;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#overlay #callback {
  width: 50vw;
  height: auto;
  background: #eaeae8;
  position:relative;
  z-index:9999;
  padding:50px;
  display:none;
}

#overlay{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index:-1;
    top: 0;
    display:flex;
    align-items:center;
    justify-content:center;
}

a.close-button {
    position: absolute;
    top: 20px;
    right: 25px;
    background: #ffabae;
    color: white;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    padding: 5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.close-button:hover{
    color:white;
    text-decoration:none;
}

/** modal window styles end**/


.pr_title_h2 {
    font-family: 'Lora', serif;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.main_news_wrapper {
    display:flex;
    flex-direction:row;
    align-items: baseline;
    justify-content: space-between;
}

.main_news_link {
    font-size: 22px;
}
.edit-resource {
    position: fixed;
    z-index: 9999;
    top: 50vh;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 60px;
    background: #FFABAE;
    color: #fff;
    font-size: 12px;
    transition-duration: .3s;
    padding: 5px;
}
.footer-address, .footer-address_image{
    margin-top: 10px;
}
.footer-address_image img{
    width: 80%;
    padding-left: 10px;
    max-width: 250px;
}
.contacts_address-image img{
    object-fit: contain;
    max-width: 250px;
    margin-bottom: 10px;
}
/*reviews section*/
:root {
    --star-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffca28'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
  }
  
  .section-reviews {
    padding: 60px 0;
    overflow: hidden; 
    background: #fff;
  }
  
  .reviews-slider__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  .section-title {
    font-size: clamp(24px, 5vw, 42px);
    margin-bottom: 30px;
    padding: 0 15px;
  }
  
  .reviews-slider {
    display: flex;
    gap: 20px;
    padding: 20px 15px 40px;
    overflow-x: auto;
    cursor: grab;
    user-select: none; 
    
   
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .reviews-slider:active {
    cursor: grabbing;
    scroll-behavior: auto; 
  }
  
  .reviews-slider::-webkit-scrollbar {
    display: none;
  }
  
  @media (min-width: 1200px) {
    .reviews-slider {
      width: 100vw;
      padding-left: calc((100vw - 1200px) / 2 + 15px);
      margin-left: calc((100vw - 1200px) / -2 - 15px);
    }
  }
  
  .review-item {
    flex: 0 0 350px;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
  }
  
  .review-item__header {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }
  
  .review-item__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    /* background: url(/assets/images/products/851/cvetok-ot-rozyminsk.jpg) center center / contain no-repeat; */
  }
  /* img.\.review-item__avatar\:broken.review-item__avatar:before{
    content: '';
    background: url(/assets/images/products/851/cvetok-ot-rozyminsk.jpg) center center / contain no-repeat;;
    z-index: 100;
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
  } */
  .review-item__info {
    display: flex;
    flex-direction: column;
    
  }
  
  .review-item__name {
    font-weight: 700;
    font-size: 16px;
  }
  
  .review-item__date {
    font-size: 12px;
    color: #aaa;
  }
  
  .review-item__text {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 10px;
    flex-grow: 1;
  }
  
  .review-item__rating {
    width: 100px;
    height: 20px;
    background-image: var(--star-icon);
    background-repeat: repeat-x;
    background-size: 20px;
  }
  .review-item__avatar{
    background: url('/assets/images/products/851/cvetok-ot-rozyminsk.jpg') center center/contain no-repeat
  }
  
  
  
  .simple-accordion-heading {
  width: 100%;
     background: #ffd8d9;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s linear;
  display: flex;
    justify-content: space-between;
    align-items: center;
  
}
  .simple-accordion>div:not(:first-child) .simple-accordion-heading{
     border-top: 4px solid #f0f0ee;
  }
   
.simple-accordion-heading:after {
  content: " ";
  font-size: 18px;
  float: right;
  background-image:url('https://cdn.shopify.com/s/files/1/1752/1735/files/down-chevron.svg?v=1683985105');
  display: block;
    min-width: 15px;
    width: 15px;
    min-height: 15px;
    height: 15px;
    background-size: contain;
	transition:  transform 0.2s linear;
}
.simple-accordion-heading.is-open{
  border-top: unset
}
.simple-accordion-heading.is-open:after {
   transform: rotate(180deg);
}

.simple-accordion-heading:hover{
      background: #FFABAE;
  color:#fff
}
.simple-accordion-heading:hover:after{
filter:brightness(0) invert(1);
}
.simple-accordion-content {
  width: calc(100% - 2px);
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
      line-height: 1.25;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.simple-accordion-content p{
	margin-bottom: 0;
}
.simple-accordion-content p:not(:last-child){
	margin-bottom:0.5em
}
.simple-accordion-content [itemprop="text"]{
	padding:1em 0
}
.simple-accordion-content li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D62E3B;
    left: 0;
    top: 7px;
}
.simple-accordion-content li {
    position: relative;
    padding-left: 15px;
}
.footer-menu{
    display: flex;
    flex-direction: column;
    gap: 0.2em;
       margin-bottom: 1em;
}

.footer-menu a{
	 color: #000000;
}
@media (max-width:992px){
	.simple-accordion-heading{
		font-size: 1.2em;
	}
}
/* Основной контейнер */
.loyalty-page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: inherit;
  color: #333;
  line-height: 1.6;
}

/* Заголовки */
.loyalty-header-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.loyalty-main-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  color: #1a1a1a;
  margin: 0;
  text-align: center;
  font-weight: 700;
}

.loyalty-icon-rose {
  width: 35px;
  height: auto;
}

.loyalty-intro-text {
  margin-bottom: 40px;
  font-size: 15px;
}

.loyalty-intro-text p {
  margin-bottom: 15px;
}

/* Секции */
.loyalty-section {
  margin-bottom: 40px;
}

.loyalty-subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 600;
}

.loyalty-icon-rose-small {
  width: 25px;
  height: auto;
}

/* Блок с таблицей и карточками */
.loyalty-discount-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

/* Таблица */
.loyalty-table {
  flex: 1 1 450px;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.loyalty-table th, 
.loyalty-table td {
  border: 1px solid #e0e0e0;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
.loyalty-table td:nth-child(2){
  font-size: 16px;
    font-weight: bold;
}
.loyalty-table th {
  background-color: #f7d2d6;
  font-weight: 600;
  color: #4a2a2e;
}

.loyalty-table td:first-child {
  text-align: left;
}

/* Контейнер для карточек */
.loyalty-cards {
  flex: 1 1 500px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

/* Базовый стиль карточки (с градиентами и бликами) */
.loyalty-card {
  flex: 1;
  border-radius: 12px;
  padding: 20px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  
  /* Внешняя мягкая тень + внутренний белый блик по верхнему краю для объема */
  box-shadow: 0 10px 20px rgba(0,0,0,0.1), inset 0 2px 3px rgba(255,255,255,0.4);
  /* Легкая полупрозрачная граница для эффекта стекла */
  border: 1px solid rgba(255, 255, 255, 0.15); 
}

/* Эффект диагонального стеклянного отблеска (блика света) */
.loyalty-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg, 
    rgba(255, 255, 255, 0.4) 0%, 
    rgba(255, 255, 255, 0.05) 35%, 
    rgba(255, 255, 255, 0) 50%, 
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  pointer-events: none; /* чтобы блик не мешал выделять текст */
}

/* Эффект полупрозрачной розы на фоне карточки (лежит под бликом) */
.loyalty-card::after {
  content: '';
  position: absolute;
  bottom: 65px;
  right: 10px;
  width: 100px;
  height: 100px;
  background-image: url('https://rozyminsk.by/assets/img/pr_2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
}

/* Текст должен быть поверх бликов и розы */
.card-percent {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #f7d2d6;
}

.card-footer {
  width: 100%;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  z-index: 2;
}
.loyalty-cards .loyalty-card.card-pink .card-percent{
  color: #5c202a;
}
.loyalty-cards .loyalty-card .card-footer{
  color: #f7d2d6;
}
.loyalty-cards .loyalty-card.card-pink .card-footer{
  color: #000;
  background: transparent;
  border: none;
}
/* Сочные градиенты для фона карточек */
.card-pink {
  background: linear-gradient(135deg, #f9c4ce 0%, #e68d9f 100%);
  
}

.card-dark {
  background: linear-gradient(135deg, #4f4c4c 0%, #1c1a1a 100%);
  color: #ffffff;
}

.card-burgundy {
  background: linear-gradient(135deg, #7c262d 0%, #46141a 100%);
  color: #ffffff;
}

/* Списки с лепестками */
.loyalty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.loyalty-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
}

/* Отрисовка лепестка через CSS */
.loyalty-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #e593a2;
  border-radius: 50% 0 50% 50%;
  transform: rotate(45deg);
}

.loyalty-note {
  font-size: 13px;
  color: #666;
  font-style: italic;
  margin-top: 10px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .loyalty-main-title {
    font-size: 24px;
  }
  
  .loyalty-cards {
    flex-direction: column;
  }
  
  .loyalty-card {
    min-height: 120px;
  }
  
  .card-footer {
    flex-direction: row;
    justify-content: space-between;
  }
  
  .loyalty-subtitle {
    font-size: 20px;
  }
  
  .loyalty-header-block {
    flex-direction: column;
    text-align: center;
  }
}

.recommended_cats{
	    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.recommended_cats a{
	    padding: 7px 20px 9px;
    border-radius: 30px;
    background: #ffaaae;
    color: #fff;
}
.recommended_cats a:hover{
	background:#D62E3B;
	text-decoration:none;
	color: #fff;
}
@media (max-width: 768px) {
	.recommended_cats a {
    padding: 5px 16px 6px;

}
}