@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* ============================================
   Gel Cream Page - Recommend Section Redesign
   Matching Matcha Face Wash style
   ============================================ */

/* Section background - sage green like Matcha page */
.vg-recommend .wp-block-cover__background {
  background-color: rgb(232, 237, 228) !important;
  opacity: 1 !important;
}
.vg-recommend .wp-block-cover__image-background {
  display: none !important;
}
.vg-recommend.wp-block-cover {
  min-height: unset !important;
  padding: 80px 0 !important;
}

/* Inner flex layout */
.vg-recommend-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 6vw;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Text column */
.vg-recommend-text-col {
  flex: 1 1 0%;
  min-width: 300px;
}

/* Image column */
.vg-recommend-img-col {
  flex: 1 1 0%;
  min-width: 300px;
  max-width: 50%;
}
.vg-recommend-img-col img {
  width: 100%;
  height: auto;
  display: block;
}

/* "Recommend" eyebrow - large thin serif */
.vg-recommend-text-col .vg-eyebrow {
  font-family: "Cormorant Garamond", serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: clamp(40px, 5vw, 60px) !important;
  color: rgb(160, 138, 74) !important;
  letter-spacing: 4px !important;
  margin: 0 0 12px !important;
  display: block !important;
  text-align: left !important;
  background: none !important;
}

/* "Recommended for" title - italic serif */
.vg-recommend-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2.5vw, 28px);
  color: rgb(160, 138, 74);
  margin: 0 0 8px;
  font-weight: 400;
  font-style: italic;
  display: block;
  background: none !important;
  padding: 0 !important;
}

/* Decorative line with diagonal accent */
.vg-recommend-line {
  width: 120px;
  height: 1px;
  background: rgb(160, 138, 74);
  margin: 0 0 28px;
  position: relative;
}
.vg-recommend-line::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -6px;
  width: 40px;
  height: 1px;
  background: rgb(160, 138, 74);
  transform: rotate(-40deg);
}

/* Checklist style */
.vg-recommend-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.vg-recommend-list li {
  padding: 10px 0 10px 36px;
  font-size: 15px;
  color: rgb(58, 74, 58);
  border-bottom: none;
  position: relative;
  line-height: 1.6;
}
.vg-recommend-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1.5px solid rgb(58, 74, 58);
  border-radius: 3px;
}
.vg-recommend-list li::after {
  content: "\2713";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(58, 74, 58);
  font-size: 13px;
}

/* Note text */
.vg-recommend-text-col .vg-rec-note {
  font-size: 12px;
  color: rgb(122, 138, 106);
  margin-top: 8px;
  text-align: left !important;
}

/* Hide old grid layout */
.vg-rec-grid {
  display: none !important;
}

/* Responsive */
@media (max-width: 768px) {
  .vg-recommend-img-col {
    max-width: 100%;
    width: 100%;
  }
  .vg-recommend-inner {
    flex-direction: column;
  }
}


/* ============================================
   Gel Cream Page - Particular Section Redesign
   Matching Matcha Face Wash style
   ============================================ */

/* Section - white background, remove min-height */
.vg-additive-free.wp-block-cover {
  min-height: unset !important;
  padding: 0 !important;
}
.vg-additive-free .wp-block-cover__background {
  background-color: rgb(255, 255, 255) !important;
  opacity: 1 !important;
}
.vg-additive-free .wp-block-cover__image-background {
  display: none !important;
}

/* Inner container */
.vg-particular-inner {
  padding: 60px 6vw;
  text-align: center;
  color: rgb(51, 51, 51);
}

/* Header area */
.vg-particular-header {
  margin-bottom: 20px;
}

/* "Particular" large thin title */
.vg-particular-title {
  color: rgb(156, 127, 74);
  font-weight: lighter;
  text-align: center;
  margin: 0 0 10px;
  font-size: clamp(40px, 6vw, 80px) !important;
  font-family: "Cormorant Garamond", serif;
  font-weight: 100;
  line-height: 1;
}

/* "Our commitment to cosmetics" subtitle */
.vg-particular-sub {
  font-size: clamp(18px, 2.5vw, 28px);
  text-align: center;
  margin: 0 0 20px;
  color: rgb(85, 85, 85);
}

/* "Gentle on your skin / 6 Additive-Free" */
.vg-particular-headline p {
  font-size: 30px;
  text-align: center;
  margin: 0 0 10px;
}
.vg-particular-headline span {
  font-size: 45px;
  font-family: "Parisienne", cursive;
  color: rgb(156, 127, 74);
}

/* Background area with water image */
.vg-particular-bg {
  background-image: url("https://vavaira.com/km/wp-content/themes/vavaira-custom/images/gelcream/water-bg.png");
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-size: cover;
  background-position: center bottom;
  padding-top: 50px;
  padding-bottom: 100px;
}

/* Bubble rows */
.vg-bubble-row3 {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 0;
}
.vg-bubble-row3 + .vg-bubble-row3 {
  padding-top: 50px;
}

/* Individual bubble */
.vg-bubble {
  background-image: url("https://vavaira.com/km/wp-content/themes/vavaira-custom/images/matcha/wash-maru.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 270px;
  height: 270px;
}
.vg-bubble p {
  font-size: 22px;
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  color: rgb(51, 51, 51);
}

/* Hide old grid layout */
.vg-6free,
.vaf-grid {
  display: none !important;
}

/* Responsive */
@media (max-width: 900px) {
  .vg-bubble-row3 {
    gap: 20px;
  }
  .vg-bubble,
  .vg-bubble p {
    width: 180px;
    height: 180px;
  }
  .vg-bubble p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .vg-bubble-row3 {
    flex-wrap: wrap;
    gap: 10px;
  }
  .vg-bubble,
  .vg-bubble p {
    width: 140px;
    height: 140px;
  }
  .vg-bubble p {
    font-size: 14px;
  }
}


/* ============================================
   Gel Cream Page - How to use Section Redesign
   Matching Matcha Face Wash style (text only, no video)
   ============================================ */

/* Section - cream background, no min-height */
.vg-howto.wp-block-cover {
  min-height: unset !important;
  padding: 0 !important;
}
.vg-howto .wp-block-cover__background {
  background-color: rgb(252, 250, 243) !important;
  opacity: 1 !important;
}
.vg-howto .wp-block-cover__image-background {
  display: none !important;
}

/* Inner container */
.vg-howto-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 90px 6vw;
  text-align: center;
}

/* "How to use" eyebrow */
.vg-howto-inner .vg-eyebrow {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-style: normal !important;
  font-size: clamp(40px, 6vw, 80px) !important;
  color: rgb(156, 127, 74) !important;
  font-weight: 100 !important;
  letter-spacing: normal !important;
  margin: 0 0 10px !important;
  text-align: center !important;
  background: none !important;
}

/* "How to use Vavaira Gel Cream" heading */
.vg-howto-inner .vg-h2 {
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(18px, 2.5vw, 28px) !important;
  color: rgb(42, 36, 32) !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin: 0 0 0 !important;
  padding: 0 !important;
}

/* Numbered steps list */
.vg-howto-steps {
  max-width: 700px;
  margin: 32px auto 0;
  padding: 0 24px;
  text-align: left;
  list-style: decimal;
  line-height: 1.9;
  font-size: clamp(14px, 1.8vw, 17px);
  color: rgb(68, 68, 68);
}
.vg-howto-steps li {
  margin-bottom: 12px;
  padding-left: 8px;
}
