@charset "UTF-8";

/* Tabs
   ========================================================================== */

.wp-block-atbs-tabs .tabs-nav {
  border-bottom: 1px solid #da194f;
}

article.page .entry-content ul.tabs-titles,
.single-topics-post .entry-content ul.tabs-titles {
  margin: 0;
  padding-left: 0;
}

article.page .entry-content ul.tabs-titles li,
.single-topics-post .entry-content ul.tabs-titles li {
  margin-bottom: 0;
}

.wp-block-atbs-tabs .tab-title-text {
  color: #da194f;
}

.wp-block-atbs-tabs .tabs-titles {
  background-color: inherit;
  flex-direction: row;
  justify-content: start;
}

@media (min-width: 768px) {
  .wp-block-atbs-tabs .tabs-titles {
    justify-content: flex-start;
  }
}

.wp-block-atbs-tabs .tabs-titles .tab-title {
  position: relative;
  background-color: #fdf2f5;
  transition: background-color 0.4s ease;
  border-radius: 8px 8px 0 0;
  max-width: 116px;
  width: 100%;
  flex: 1;
  padding: 2px 10px;
  min-height: 44px;
}

.wp-block-atbs-tabs .tabs-titles .tab-title + .tab-title {
  margin-left: 4px;
}

.wp-block-atbs-tabs .tabs-titles .tab-title.active {
  background-image: linear-gradient(180deg, #da194f 0%, #8a2255 100%);
  background-color: #fdf2f5;
  color: #fff;
}

.wp-block-atbs-tabs .tabs-titles .tab-title .tab-title-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.4s ease;
}

.wp-block-atbs-tabs .tabs-titles .tab-title.active .tab-title-text {
  color: #fff;
}

.wp-block-atbs-tabs .tabs-content {
  background-color: #fff;
  padding: 12px 0;
}

/* Accordion
   ========================================================================== */
.bargain-floor {
  margin-bottom: 8px;
}

.bargain-floor:last-child {
  margin-bottom: 24px;
}

/* accordion lucua */
.bargain-floor__header {
  background-color: #da194f;
  height: 40px;
}

/* accordion lucua1100 */
.bargain-floor__header--dark {
  background-color: #8a2255;
}

article.page .entry-content h2.bargain-floor__title,
.single-topics-post .entry-content h2.bargain-floor__title {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  padding: 10px 10px 10px 16px;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
  margin: 0;
	min-height: calc(1em * 1.5); /* LUCUA-1494 */
}

article.page .entry-content h2.bargain-floor__title:before,
article.page .entry-content h2.bargain-floor__title:after,
.single-topics-post .entry-content h2.bargain-floor__title:before,
.single-topics-post .entry-content h2.bargain-floor__title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-color: #fff;
  transition: all 0.4s;
}

article.page .entry-content h2.bargain-floor__title:before,
.single-topics-post .entry-content h2.bargain-floor__title:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

article.page .entry-content h2.bargain-floor__title:after,
.single-topics-post .entry-content h2.bargain-floor__title:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

article.page .entry-content h2.bargain-floor__title.close:before,
article.page .entry-content h2.bargain-floor__title.close:after,
.single-topics-post .entry-content h2.bargain-floor__title.close:before,
.single-topics-post .entry-content h2.bargain-floor__title.close:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

article.page .entry-content h2.bargain-floor__title:before,
.single-topics-post .entry-content h2.bargain-floor__title:before {
  width: 16px;
  height: 2px;
  right: 1px;
}

article.page .entry-content h2.bargain-floor__title:after,
.single-topics-post .entry-content h2.bargain-floor__title:after {
  width: 2px;
  height: 16px;
  right: 15px;
}

.bargain-floor__body {
  margin: 0;
  overflow: hidden;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .bargain-floor__body {
    padding-bottom: 24px;
  }
}

/* Shop Card
   ========================================================================== */
.bargain-floor__card-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 0;
  padding: 8px 0;
}

@media (min-width: 768px) {
  .bargain-floor__card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

article.page .entry-content a,
.single-topics-post .entry-content a {
  text-decoration: none;
	color: inherit;
}

.bargain-floor__card {
  display: flex;
  border-bottom: 1px solid #da194f;
}

.bargain-floor__card--dark {
  border-bottom: 1px solid #8a2255;
}


.bargain-floor__card-image {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
}

.bargain-floor__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bargain-floor__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px;
}

article.page .entry-content p.bargain-floor__card-details,
.single-topics-post .entry-content p.bargain-floor__card-details {
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

article.page .entry-content h3.bargain-floor__card-title,
.single-topics-post .entry-content h3.bargain-floor__card-title {
  font-size: 13px;
  color: #2d3135;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0;
  padding-bottom: 8px;
}

article.page .entry-content h3.bargain-floor__card-title::after,
.single-topics-post .entry-content h3.bargain-floor__card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
}
