@charset "UTF-8";

/* =========================================================
Awashima Coffee Theme - Product List
========================================================= */

.aw-product_list .ec-layoutRole,
.aw-product_list .ec-layoutRole__contents,
.aw-product_list .ec-layoutRole__main,
.aw-product_list .ec-role {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* =====================================================
shop header layout
===================================================== */

.aw-product_list .ec-layoutRole__header {
  display: none !important;
}

.aw-product_list {
  padding-top: 132px;
  background: #fff;
}

.aw-product_list .ec-headerRole {
  background: #fff;
}

.aw-product_list .ec-categoryNaviRole,
.aw-product_list .ec-itemNav,
.aw-product_list .ec-pageHeader,
.aw-product_list .ec-pageHeader h1,
.ec-pageHeader,
.ec-pageHeader h1 {
  display: none !important;
}

.aw-products__header {
  display: none !important;
}

/* =========================================================
page
========================================================= */

.aw-products {
  padding: 96px 24px 120px;
  background:
    url("/html/user_data/assets/img/bg_content_header2.jpg")
    center 0 / 1600px auto
    no-repeat #fff;
  color: #332922;
  box-sizing: border-box;
}

/* =========================================================
search / control
========================================================= */

.aw-products__search,
.aw-products__breadcrumb,
.aw-products__control,
.aw-products__counter,
.aw-products__actions,
.ec-topicpath,
.ec-searchnav,
.ec-searchnavRole,
.ec-searchnavRole__infos {
  display: none !important;
}

.aw-products__pager {
  display: block !important;
  max-width: 1080px;
  margin: 72px auto 0;
  text-align: center;
}

.ec-pager {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ec-pager li a {
  display: inline-block;
  min-width: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(36,23,15,.16);
  color: #5d5148;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-decoration: none !important;
}

.ec-pager__item--active a,
.ec-pager li a:hover {
  border-color: rgba(121,61,18,.42);
  color: #7a4b2e;
}

/* =========================================================
products guide / coffee selector
========================================================= */

.aw-productsGuide {
  max-width: 1180px;
  margin: -48px auto 112px;
  padding: 0 32px;
  box-sizing: border-box;
}

.aw-productsGuide__header {
  margin-bottom: 92px;
  padding: 0 0 40px;
  text-align: center;
}

.aw-productsGuide__lead {
  margin: 0 0 16px;
  color: #9a8a7d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .34em;
  line-height: 1;
  opacity: .68;
}

.aw-productsGuide__title {
  margin: 0;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: .10em;
}

.aw-productsGuide__text {
  margin: 28px 0 0;
  color: #5d5148;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: .08em;
  opacity: .92;
}

.aw-productsGuide__section {
  margin-top: 86px;
}

.aw-productsGuide__sectionHead {
  margin-bottom: 34px;
  text-align: left;
}

.aw-productsGuide__sectionLabel {
  margin: 0 0 12px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
}

.aw-productsGuide__sectionHead h3 {
  margin: 0;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .12em;
}

.aw-productsGuide__roastGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.aw-productsGuide__originGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.aw-productsGuide__roastCard,
.aw-productsGuide__originCardInner {
  display: block;
  height: 100%;
  min-height: auto;
  padding: 24px 16px 22px;
  border: 1px solid rgba(36,23,15,.11);
  background: rgba(255,255,255,.76);
  color: #332922;
  text-decoration: none !important;
  box-sizing: border-box;
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.aw-productsGuide__roastCard {
  position: relative;
  overflow: hidden;
  min-height: 205px;
  padding: 34px 18px 28px;
  text-align: center;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 28px rgba(36,23,15,.055);
}

.aw-productsGuide__originCardInner {
  min-height: 288px;
  overflow: hidden;
  padding: 0;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 30px rgba(36,23,15,.06);
}

.aw-productsGuide__roastCard:hover,
.aw-productsGuide__originCardInner:hover {
  border-color: rgba(121,61,18,.34);
  box-shadow: 0 14px 34px rgba(36,23,15,.07);
  transform: translateY(-3px);
}

.aw-productsGuide__roastCard::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: #7a4b2e;
}

.aw-productsGuide__roastCard::after {
  content:"";
  position:absolute;
  right:-8px;
  bottom:-10px;
  width:90px;
  height:90px;
  background:
    url("/html/user_data/assets/img/internet_sales/aw_botanical_corner.svg")
    no-repeat center center;
  background-size:contain;
  opacity:.70;
}

.aw-productsGuide__roastCard--lightest::before {
  background-color: #c77a35;
}

.aw-productsGuide__roastCard--light::before {
  background-color: #b6672c;
}

.aw-productsGuide__roastCard--medium::before {
  background-color: #9b4f22;
}

.aw-productsGuide__roastCard--mediumdark::before {
  background-color: #743519;
}

.aw-productsGuide__roastCard--dark::before {
  background-color: #4f2415;
}

.aw-productsGuide__roastIcon {
  display:block;
  width:38px;
  height:38px;
  margin:0 auto 18px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
  border:none;
  border-radius:0;
  box-shadow:none;
}

.aw-productsGuide__roastCard--lightest .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_01.svg");
}

.aw-productsGuide__roastCard--light .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_02.svg");
}

.aw-productsGuide__roastCard--medium .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_03.svg");
}

.aw-productsGuide__roastCard--mediumdark .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_04.svg");
}

.aw-productsGuide__roastCard--dark .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_05.svg");
}

.aw-productsGuide__roastCard span,
.aw-productsGuide__originCard span {
  display: block;
  margin-bottom: 14px;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .12em;
}

.aw-productsGuide__roastCard strong,
.aw-productsGuide__originCard strong {
  display: block;
  margin-bottom: 14px;
  color: #3d2416;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .07em;
}

.aw-productsGuide__roastCard em,
.aw-productsGuide__originCard em {
  display: block;
  padding: 14px 15px 0;
  border-top: 1px solid rgba(36,23,15,.10);
  color: #6e5a4c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: .05em;
  text-align: left;
}

.aw-productsGuide__originImage {
  height: 118px;
  background-size: cover;
  background-position: center;
}

.aw-productsGuide__originImage--africa {
  background-image:
    linear-gradient(rgba(36,23,15,.04), rgba(36,23,15,.10)),
    url("/html/user_data/assets/img/internet_sales/origin_africa.jpg");
}

.aw-productsGuide__originImage--latin {
  background-image:
    linear-gradient(rgba(36,23,15,.04), rgba(36,23,15,.10)),
    url("/html/user_data/assets/img/internet_sales/origin_latin.jpg");
}

.aw-productsGuide__originImage--asia {
  background-image:
    linear-gradient(rgba(36,23,15,.04), rgba(36,23,15,.10)),
    url("/html/user_data/assets/img/internet_sales/origin_asia.jpg");
}

.aw-productsGuide__originBody {
  padding: 24px 24px 0;
}

.aw-productsGuide__originMain span {
  position: relative;
  margin-bottom: 12px;
  padding-right: 24px;
}

.aw-productsGuide__originMain span::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.aw-productsGuide__countries {
  margin: 22px 24px 0;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(36,23,15,.10);
}

.aw-productsGuide__countries p {
  margin: 0 0 13px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
}

.aw-productsGuide__countries ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aw-productsGuide__countries li {
  border: 1px solid rgba(36,23,15,.12);
  color: #4a3d35;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .04em;
  background: rgba(255,255,255,.72);
  overflow: hidden;
}

.aw-productsGuide__countries li a {
  display: block;
  padding: 6px 12px;
  color: inherit;
  text-decoration: none !important;
}

.aw-productsGuide__countries li:hover {
  border-color: rgba(121,61,18,.34);
  color: #7a4b2e;
}

.aw-productsGuide + .aw-products__list {
  margin-top: 74px;
}

/* =========================================================
result
========================================================= */

#aw-products-guide,
#aw-products-roast,
#aw-products-origin,
#aw-products-result {
  scroll-margin-top: 90px;
}

#aw-products-all-anchor {
  display:block;
  position:relative;
  top:-120px;
}

.aw-productsResult {
  max-width: 1080px;
  margin: 0 auto 42px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(36,23,15,.10);
}

.aw-productsResult__label {
  margin: 0 0 12px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
}

.aw-productsResult__title {
  margin: 0;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .12em;
}

.aw-productsResult__text {
  margin: 14px 0 0;
  color: #5d5148;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .06em;
}

.aw-productsResult__count {
  margin: 8px 0 0;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: .06em;
}

.aw-productsResult__actions {
  margin-top: 24px;
}

.aw-productsResult__actionRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 10px;
}

.aw-productsResult__actionRow:first-child {
  margin-top: 0;
}

.aw-productsResult__actionLabel {
  min-width: 68px;
  margin-right: 20px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .22em;
}

.aw-productsResult__actionRow a {
  display: inline-flex;
  align-items: center;
  color: #6f6259;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .06em;
  text-decoration: none !important;
  transition: color .25s ease, opacity .25s ease;
}

.aw-productsResult__actionRow a + a::before {
  content: "｜";
  margin: 0 16px;
  color: rgba(36,23,15,.24);
}

.aw-productsResult__actionRow a:hover {
  color: #793d12;
}

.aw-productsResult__actionRow a.is-current {
  color: #7a4b2e;
  font-weight: 600;
}

.aw-productsResult__actionRow--all {
  margin-top: 16px;
  margin-bottom: 42px;
  border-top:1px solid rgba(45,41,36,.08);
}

.aw-productsResult__actionRow--all a {
  color: #7a4b2e;
  font-size: 12px;
  margin-top: 0;
  padding-top: 15px;
  border-top:none;
}

.aw-productsResult__actionRow--all a::before {
  content: none !important;
}

.aw-productsResult__actions--bottom {
  width:auto;
  max-width:1080px;
  margin:60px auto 0;
  padding-top:0;
  padding-left:0;
  border-top:none;
}

.aw-productsResult__actions + .aw-products__grid {
  margin-top: 42px !important;
}

.aw-productsResult__alert {
  margin:24px 0 28px;
  padding:28px 32px;
  border:1px solid #d8c9bc;
  background:#f8f4ef;
  text-align:center;
}

.aw-productsResult__alert strong {
  display:block;
  color:#7a4324;
  font-size:22px;
  font-family:"Noto Serif JP", serif;
  font-weight:500;
  letter-spacing:.12em;
  line-height:1.8;
}

.aw-productsResult__alert span {
  display:block;
  margin-top:8px;
  color:#6e5a4c;
  font-size:13px;
  letter-spacing:.08em;
}

.aw-productsResult__back {
  display:inline-block;
  margin-top:18px;
  padding:8px 18px;
  border:1px solid rgba(122,75,46,.35);
  color:#7a4b2e;
  font-family:"Noto Sans JP", sans-serif;
  font-size:12px;
  font-weight:500;
  letter-spacing:.12em;
  text-decoration:none !important;
}

.aw-productsResult__back::before {
  content:"← ";
}

.aw-productsResult__back:hover {
  background:#7a4b2e;
  color:#fff;
}

.aw-productsResult__utility {
  display:flex;
  align-items:center;
  gap:18px;
  margin:20px 0 32px;
}

.aw-productsResult__reset {
  display:inline-flex;
  align-items:center;
  margin-bottom:36px;
  color:#7a4b2e;
  font-family:"Noto Sans JP",sans-serif;
  font-size:13px;
  font-weight:500;
  letter-spacing:.08em;
  text-decoration:none;
}

.aw-productsResult__reset:hover {
  opacity:.7;
}

/* =========================================================
product grid
========================================================= */

.aw-products__list {
  max-width: 1080px;
  margin: 0 auto;
}

.aw-products__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: space-between;
  gap: 70px 54px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.aw-products__item {
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 36px !important;
  border-bottom: 1px solid rgba(36,23,15,.14);
}

.aw-products__link {
  display: block;
  color: inherit;
  text-decoration: none !important;
}

.aw-products__image {
  width: 100%;
  margin: 0 0 24px !important;
  background: #f8f6f1;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 5 / 4;
}

.aw-products__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto;
  object-fit: cover;
}

.aw-products__link:hover .aw-products__image img {
  transform: scale(1.025);
  opacity: .94;
}

/* =========================================================
product text
========================================================= */

.aw-products__name {
  margin: 0 0 24px;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .08em;
}

.aw-products__name span {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.aw-products__name span:first-child {
  margin-bottom: 5px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .14em;
}

.aw-products__name span:last-child {
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .08em;
}

.aw-products__roast {
  margin: 14px 0 12px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .12em;
}

.aw-products__flavor {
  margin: 12px 0 14px;
  padding-left: 0;
  border: none;
}

.aw-products__flavor span {
  display: flex !important;
  align-items: baseline;
  gap: 12px;
  padding-left: 5px !important;
  margin-bottom: 8px;
  color: #5a4638;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .05em;
}

.aw-products__flavor span::before {
  content: none !important;
}

.aw-products__flavorDot {
  display: inline-block !important;
  width: 4px;
  height: 4px;
  margin-top: 0;
  transform: translateY(-2px);
  border-radius: 50%;
  background: #7a4b2e;
  flex-shrink: 0;
}

.aw-products__description {
  margin: 0 0 22px;
  color: #4a3d35;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: .04em;
}

.aw-products__price {
  margin: 0 0 18px !important;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
}

/* =========================================================
form
========================================================= */

.aw-products__form {
  margin: 0 0 14px;
}

.aw-products__form .ec-select {
  margin-bottom: 0;
}

.aw-products__selectRow,
.aw-products__quantity {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.aw-products__selectLabel,
.aw-products__quantity span {
  color: #43352d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  white-space: nowrap;
}

.aw-products__quantity span {
  display: flex;
  align-items: center;
  height: 42px;
}

.aw-products__select {
  margin: 0 !important;
}

.aw-products__select select,
.aw-products__form select,
.aw-products__quantity input {
  width: 100%;
  height: 42px;
  padding: 0 34px 0 14px;
  border: 1px solid rgba(36,23,15,.22);
  background: #fff;
  color: #24170f;
  font-size: 14px;
  letter-spacing: .04em;
  box-sizing: border-box;
}

.aw-products__quantity input {
  width: 100%;
  padding: 0 14px;
  text-align: center;
}

.aw-products__select select:focus,
.aw-products__form select:focus,
.aw-products__quantity input:focus {
  outline: none;
  box-shadow: none;
  border-color: rgba(36,23,15,.34);
}

.aw-products__btn .ec-blockBtn--action {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(61,36,22,.9);
  background: #fff;
  color: #3d2416;
  font-size: 14px;
  letter-spacing: .12em;
  transition:
    background .25s ease,
    color .25s ease,
    opacity .25s ease;
}

.aw-products__btn .ec-blockBtn--action:hover {
  background: #3d2416;
  color: #fff;
  opacity: .96;
}

/* =========================================================
modal
========================================================= */

.aw-product_list .ec-modal-wrap {
  border-radius: 0;
}

.aw-product_list .ec-inlineBtn--action {
  background: #3d2416;
  border-color: #3d2416;
}

.aw-product_list footer.aw-footer {
  clear: both;
  width: 100%;
}

/* =========================================================
global link/focus reset
========================================================= */

.aw-product_list a,
.aw-product_list a:hover,
.aw-product_list a:focus,
.aw-product_list a:active {
  text-decoration: none !important;
}

.aw-product_list a:focus,
.aw-product_list button:focus,
.aw-product_list input:focus,
.aw-product_list select:focus,
.aw-product_list textarea:focus {
  outline: none;
  box-shadow: none;
}

/* =========================================================
responsive
========================================================= */

@media screen and (max-width: 900px) {

  .aw-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px 28px;
  }

  .aw-productsGuide__roastGrid,
  .aw-productsGuide__originGrid {
    grid-template-columns: 1fr 1fr;
  }

}

@media screen and (max-width: 767px) {

  .aw-product_list {
    padding-top: 72px;
  }

  .aw-products {
    padding: 64px 0 96px;
    background:
      url("/html/user_data/assets/img/bg_content_header2.jpg")
      center 0 / 1300px auto
      no-repeat #fff;
  }

  .aw-productsGuide {
    max-width: none;
    margin: -36px auto 76px;
    padding: 0;
  }

  .aw-productsGuide__header {
    margin-bottom: 58px;
    padding: 0 0 24px;
  }

  .aw-productsGuide__lead {
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: .30em;
  }

  .aw-productsGuide__title {
    font-size: 34px;
    line-height: 1.45;
    letter-spacing: .14em;
  }

  .aw-productsGuide__text {
    margin-top: 24px;
    font-size: 12px;
    line-height: 2.1;
    letter-spacing: .04em;
  }

  .aw-productsGuide__section {
    margin-top: 56px;
  }

  .aw-productsGuide__sectionHead {
    margin-bottom: 24px;
  }

  .aw-productsGuide__sectionHead h3 {
    font-size: 23px;
  }

  .aw-productsGuide__roastGrid,
  .aw-productsGuide__originGrid {
    grid-template-columns: 1fr;
    padding: 24px 20px 22px;
  }

  .aw-productsGuide__roastCard,
  .aw-productsGuide__originCardInner {
    min-height: auto;
    padding: 28px 22px 26px;
  }

  .aw-productsGuide__roastCard span,
  .aw-productsGuide__originCard span {
    font-size: 21px;
  }

  .aw-productsResult {
    margin: 0 0 34px;
    padding: 0 28px 12px;
  }

  .aw-productsResult__title {
    font-size: 23px;
    line-height: 1.6;
  }

  .aw-productsResult__text {
    font-size: 12px;
    line-height: 1.9;
  }

  .aw-productsResult__actionRow {
    display: block;
    margin-top: 18px;
  }

  .aw-productsResult__actionLabel {
    display: block;
    min-width: 0;
    margin: 0 0 8px;
  }

  .aw-productsResult__actionRow a {
    margin-right: 12px;
    margin-bottom: 6px;
  }

  .aw-productsResult__actionRow a + a::before {
    content: none;
  }

  .aw-products__grid {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 0 !important;
  }

  .aw-products__item {
    padding-bottom: 34px !important;
  }


  .aw-products__image {
  width: 100%;
  aspect-ratio: auto;
  margin: 0 0 18px !important;
  background: transparent;
  overflow: visible;
}
	
.aw-products__image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
	
  .aw-products__name,
  .aw-products__roast,
  .aw-products__flavor,
  .aw-products__description,
  .aw-products__price,
  .aw-products__form,
  .aw-products__btn {
    padding-left: 18px;
    padding-right: 18px;
	}
	
  .aw-products__name {
    margin: 0 0 18px;
  }

  .aw-products__name span:first-child {
    font-size: 12px;
  }

  .aw-products__name span:last-child {
    font-size: 16px;
  }

  .aw-products__flavor span {
    margin-bottom: 4px;
    line-height: 1.65;
  }

  .aw-products__description {
    font-size: 13px;
    line-height: 1.9;
  }

  .aw-products__selectRow,
  .aw-products__quantity {
    grid-template-columns: 78px 1fr;
  }
	
	.aw-productsGuide__sectionHead {
  padding: 0 24px;
	}
	
}