@font-face { font-family: "Century Gothic"; src: url("/cdn/shop/files/CenturyGothic-Bold.woff2") format("woff2"), url("/cdn/shop/files/CenturyGothic-Bold.woff") format("woff"); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: "Century Gothic"; src: url("/cdn/shop/files/CenturyGothic.woff2") format("woff2"), url("/cdn/shop/files/CenturyGothic.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: "Georgia"; src: url("/cdn/shop/files/Georgia-Italic.woff2") format("woff2"), url("/cdn/shop/files/Georgia-Italic.woff") format("woff"); font-weight: normal; font-style: italic; font-display: swap; } @font-face { font-family: "Georgia"; src: url("/cdn/shop/files/Georgia.woff2") format("woff2"), url("/cdn/shop/files/Georgia.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: "Georgia"; src: url("/cdn/shop/files/Georgia-Bold.woff2") format("woff2"), url("/cdn/shop/files/Georgia-Bold.woff") format("woff"); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: "Georgia"; src: url("/cdn/shop/files/Georgia-BoldItalic.woff2") format("woff2"), url("/cdn/shop/files/Georgia-BoldItalic.woff") format("woff"); font-weight: bold; font-style: italic; font-display: swap; } body { font-family: "Century Gothic", sans-serif; letter-spacing: 0px; } /* Comman CSS */ h2.title { text-align: center; margin-bottom: 40px; font-size: 44px; font-family: Georgia; line-height: 100%; letter-spacing:0; } @media(max-width: 991px) { h2.title { font-size: 38px; margin-bottom: 30px; } } @media(max-width: 767px) { .button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded { min-height: calc(4.2rem + var(--buttons-border-width) * 2); } .button, .button-label, .shopify-challenge__button, .customer button { font-size: 1.4rem; } h2.title { font-size: 34px; margin-bottom: 20px; line-height: 115%; } } /* Comman CSS */ /* Announcement bar css start */ .announcement-bar__message { font-size: 16px; font-family: "Century Gothic", sans-serif; letter-spacing: 0px; } .utility-bar__grid .announcement-bar-slider { width: 460px; max-width: 100%; } @media (max-width: 543px) { .utility-bar__grid .announcement-bar-slider { width: 100%; max-width: 100%; } .announcement-bar__message { font-size: 14px; } .announcement-bar .slider-button--prev, .announcement-bar .slider-button--next { min-width: fit-content; padding: 0; } .announcement-bar .slider-button--next { margin-right: 0; } .announcement-bar .slider-button--prev { margin-left: 0; } .utility-bar__grid.page-width { padding-inline: 10px; } } /* Announcement bar css end */ /* header css start */ .header--middle-left { grid-template-columns: 1fr auto 1fr; } .header__menu-item { padding: 30px 26px; color: rgba(var(--color-foreground), 1); } .header__heading-link { padding: 0; } .header__icon--cart .icon { height: 22px; width: 22px; padding: 0; } .header__icons { gap: 5px; color: rgba(var(--color-foreground), 1); } .header__heading-logo-wrapper { margin-bottom: -1px; } .header__menu-item span { text-decoration: none; position: relative; transition: 0.4s; } .header__menu-item span::before { content: ""; position: absolute; width: 0; height: 1px; bottom: -2px; left: 50%; background-color: rgba(var(--color-foreground), 1); transition: all 0.4s; } .header__menu-item:hover span::before { width: 100%; left: 0; } .mega-menu__list li { width: calc(20% - 16px); } .mega-menu__link-image { width: 100%; height: auto; } .mega-menu .mega-menu__list { display: flex !important; gap: 20px; flex-wrap: wrap; } .header__inline-menu .mega-menu__content { background: #fff; } .menu-drawer__menu-item a { color: inherit; } .mega-menu__list span { text-transform: uppercase; font-size: 13px; font-weight: 700; padding: 17px 10px; display: flex; } .mega-menu__list--condensed .mega-menu__link { padding: 0; } .header__inline-menu .mega-menu__content { padding-bottom: 60px; padding-top: 60px; } .list-menu .mega-menu:hover .header__menu-item.list-menu__item + .mega-menu__content { opacity: 1; transform: translateY(0); display: block; } .js .mega-menu__content { display: none; } .header_icons_left { display: flex; } .menu-drawer__menu .list-menu__item{ gap: 10px; } @media(min-width:990px){ .header_icons_left { display: none; } } @media(max-width:1199px){ .header__menu-item { padding: 25px 13px; } } @media(max-width:990px){ .header__icons .header__search { display: none; } .header__icon .icon-close { height: 16px; width: 16px; } .header__icons { gap: 0; } .header__heading-logo { max-width: 212px; } .header-wrapper .header { padding-inline: 20px; } .header__icon, .header__icon--cart .icon { height: 35px; width: 35px; } .header__heading-logo { max-width: 100%; } .header__heading-logo-wrapper { padding-inline: 10px; } } /* header css end */ .absolute { position: absolute; } .relative { position: relative; } .block { display: block; } .none { display: none; } .inline-block { display: inline-block; } .flex { display: flex; } .inline-flex { display: inline-flex; } .table { display: table; } .display-grid { display: grid; } .contents { display: contents; } .box-sizing-box { box-sizing: border-box; } .flex-row-reverse { flex-direction: row-reverse; } .flex-direction-column { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .flex-nowrap { flex-wrap: nowrap; } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-stretch { align-items: stretch; } .items-self-start { align-items: self-start; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-items-end { justify-items: end; } .self-start { align-self: flex-start; } .self-center { align-self: center; } .justify-self-end { justify-self: end; } .justify-self-center { justify-self: center; } .object-cover { object-fit: cover; } .object-contain { object-fit: contain; } .gap-10 { gap: 10px; } .gap-15 { gap: 15px; } .gap-8 { gap: 8px; } .h-full { height: 100%; } .w-full { width: 100% !important; } .w-50 { width: 50%; } .mobile-only { display: none; } .flex-mobile-only { display: none; } .desktop-only { display: block; } .flex-desktop-only { display: flex !important; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-capitalize { text-transform: capitalize; } .custom-btn { color: #a2412b; border: 1px solid #a2412b; padding: 15px; text-decoration: none; background: #FEFCF4; font-weight: 700; letter-spacing: 0; text-align: center; cursor: pointer; transition: 0.3s; } .custom-btn:hover { background: #a2412b; color: #FFFFFF; } .custom-btn-wrap .product-form__submit { background: transparent; border: 1px solid #ffffff; color: #ffffff; text-transform: uppercase; transition: 0.5s; } .custom-btn-wrap .product-form__submit:hover { background: #ffffff; color: #000000; } .secondary-button { background: #a2412b; color: #FFFFFF; } .secondary-button:hover { background: #FFFFFF; color: #a2412b; } .primary-button { background: #ffffff; color: #a2412b; } .primary-button:hover { background: #a2412b; color: #ffffff; } @media (max-width: 749px) { .custom-btn { width: 100%; background: #a2412b; color: #FFFFFF; } .custom-btn:hover { color: #a2412b; background: #FEFCF4; } .custom-btn-wrap .product-form__submit { min-width: 115px; width: fit-content; padding: 0; font-size: 8px; color: #000000; min-height: 2.7rem; border-color: #fefcf4; background: #ffffff; } .custom-btn-wrap .product-form__submit:hover { background: transparent; color: #ffffff; } .desktop-only { display: none; } .mobile-only { display: block; } .flex-desktop-only { display: none !important; } .flex-mobile-only { display: flex !important; } } /* Card product css start */ .product-grid .grid__item .card__content { padding: 22px 20px 20px; } .product-grid .grid__item .card__information { padding: 0; } .product-card-wrapper .card_product_link { display: flex; flex-direction: column; position: absolute; top: 0; bottom: 0; width: 100%; z-index: 2; } .product-grid .grid__item .card__information a { text-decoration: none; } .product-grid .grid__item .card__heading { font-family: Century Gothic, sans-serif; text-transform: uppercase; font-size: 16px; font-weight: 700; line-height: 24px; margin-bottom: 10px; } .yotpo-sr-bottom-line-text { font-family: Century Gothic, sans-serif !important; line-height: 17px !important; } .yotpo-sr-bottom-line-button .yotpo-sr-bottom-line-score.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score { display: none !important; } .yotpo-widget-clear .yotpo-sr-bottom-line-summary span, .yotpo-widget-clear .yotpo-sr-bottom-line-summary span svg { height: 17px !important; display: flex !important; } .yotpo-sr-bottom-line-summary { flex-direction: row !important; align-items: center !important; gap: 12px !important; } .yotpo-widget-instance { margin-bottom: 15px !important; } .card_product_badge { display: flex; align-items: center; width: fit-content; height: fit-content; font-size: 12px; line-height: 100%; position: absolute; top: 10px; left: 10px; z-index: 1; align-items: flex-start; gap: 5px; color: #fff; flex-wrap: wrap; } .card_product_badge_sale { display: flex; align-items: center; width: fit-content; height: fit-content; font-size: 12px; line-height: 100%; position: absolute; top: 10px; right: 10px; z-index: 1; flex-direction: column; align-items: flex-start; gap: 5px; color: #fff; } .card_product_badge > div, .card_product_badge_sale > div { padding: 8px 12px; } .card__content .quick-add { margin: 0; } .product-grid .grid__item:hover .product-card-wrapper .card .card__inner { z-index: -1; } .product-grid .grid__item:hover .product-card-wrapper .card { background-size: cover; background-position: center; background-repeat: no-repeat; } .product-grid .grid__item:hover .product-card-wrapper .card:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient( 180deg, rgba(0, 0, 0, 0.2) 55.07%, rgba(0, 0, 0, 0.8) 88.6% ); z-index: 1; } .product-grid .grid__item:hover .product-card-wrapper .card__content { z-index: 2; } .product-grid .grid__item:hover .card__heading, .product-grid .grid__item:hover .yotpo-sr-bottom-line-text, .product-grid .grid__item:hover .price, .product-grid .grid__item:hover .price--on-sale .price-item--regular { color: #fff !important; } .product-grid .grid__item .card__heading { letter-spacing: 0; } .product-grid .grid__item:hover .quick-add__submit { background-color: rgb(var(--color-button-text)); color: rgba(var(--color-button), var(--alpha-button-background)); } .yotpo-main-widget-layout .yotpo-base-layout { width: 100% !important; padding-inline: 0 !important; } /* .yotpo-widget-referral-widget .yotpo-share-buttons-container, */ .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input-example { display: none !important; } body .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-email-view { width: 90%; margin: 0; } body .yotpo-widget-referral-widget .yotpo-share-buttons-container { gap: 24px; justify-content: center; } body .yotpo-widget-referral-widget .yotpo-share-button-txt { display: none; } .product-card-wrapper .yotpo-widget-clear .yotpo-sr-bottom-line-summary .yotpo-sr-vertical-border { display: none !important; } .related-products .product-card-wrapper .yotpo-widget-clear .yotpo-sr-bottom-line-summary { gap: 5px!important; } .product-card-wrapper .card_product_link { display: flex; flex-direction: column; position: absolute; top: 0; bottom: 0; width: 100%; z-index: 2; } .main_product_quickview { position: relative; } .main_product_quickview .card_product_badge { z-index: 3; } .product-card-wrapper .product_badge_price { display: none; } .product-card-wrapper .card-information>.price { font-weight: 700; letter-spacing: 0; } /* Card product css end */ @media(max-width: 991px) { .product-grid .grid__item .card__content { padding: 0; padding-top: 20px; } .product-grid .grid__item:hover .product-card-wrapper .card:after{ display:none; } .product-grid .grid__item:hover .card__heading, .product-grid .grid__item:hover .yotpo-sr-bottom-line-text, .product-grid .grid__item:hover .price, .product-grid .grid__item:hover .price--on-sale .price-item--regular { color: initial !important; } .product-grid .grid__item:hover .quick-add__submit { background-color: inherit; color: inherit; } .product-grid .grid__item .card__content { display: flex; flex-direction: column; } .product-grid .grid__item .card__heading a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .product-grid .grid__item .card__heading { font-size: 14px; margin-bottom: 6px; } .yotpo-sr-bottom-line-text { font-size: 14px !important; line-height: 17px !important; } .yotpo-sr-bottom-line-summary { justify-content: space-between; } .yotpo-widget-instance { margin-bottom: 15px!important; } } @media(max-width: 767px) { .yotpo-sr-bottom-line-summary svg { height: 10px; width: 10px; } .product-grid .grid__item:hover .quick-add__submit { background-color: rgba(var(--color-button),var(--alpha-button-background)); color: rgb(var(--color-button-text)); } .card_product_badge > div, .card_product_badge_sale > div { padding: 6px 9px; } .block__pdp-review-sec .page-width .yotpo-widget-instance { margin-inline: -20px !important; } .product-card-wrapper .yotpo-sr-bottom-line-summary, .product-card-wrapper .yotpo-widget-clear.yotpo-bottom-line-scroll-panel { justify-content: space-between; width: 100%; } .featured-collection-section .product-grid .grid__item .card__heading, product-recommendations .product-grid .grid__item .card__heading { min-height: 48px; } .product-grid .price{ font-size: 14px; } .product-grid .price--on-sale .price-item--regular { font-size: 1.3rem; } .product-grid .price .price-item { margin: 0 .3rem 0 0; } .yotpo-widget-instance { margin-bottom: 10px!important; } } /* Card product css end */ /* Related section */ .related-products .yotpo-sr-bottom-line-button .yotpo-sr-bottom-line-score { display: none !important; } @media(max-width:767px){ .related-products .yotpo-widget-clear.yotpo-bottom-line-scroll-panel { width: 100%; } .related-products .yotpo-bottom-line-scroll-panel .yotpo-sr-bottom-line-button { justify-content: space-between; width: 100%; } } /* Referral Widget */ .yotpo-widget-referral-widget .yotpo-background { gap: 20px; } .yotpo-widget-referral-widget .yotpo-header-text { font-family: Century Gothic !important; font-size: 20px; line-height: 32px !important; letter-spacing: 1.9px !important; text-transform: uppercase; padding-bottom: 40px !important; } .yotpo-widget-referral-widget #yotpoReferralTitleText { font-family: Georgia !important; font-weight: 400; font-size: 44px !important; line-height: 100%; letter-spacing: 0; padding-bottom: 34px; } .yotpo-widget-referral-widget #yotpoReferralDescriptionText { font-family: Century Gothic; font-weight: 400; font-size: 16px; line-height: 28px; text-align: center; opacity: .8; letter-spacing: 1px; } .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input { font-family: Century Gothic!important; font-weight: 400; font-size: 16px !important; line-height: 100%; letter-spacing: 1px; color: #02020099; border: none !important; height: 64px !important; padding: 22px 20px !important; } .yotpo-widget-referral-widget .yotpo-referral-widget-form { margin-top: 40px !important; } .yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-customer-share-button, .yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-friends-share-button { margin-top: 12px !important; } .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-standard-size { width: 100% !important; height: 58px !important; } .yotpo-widget-referral-widget .yotpo-action-button-widget .yopto-widget-button-text { font-family: Century Gothic !important; font-weight: 700 !important; font-size: 18px; line-height: 100%; letter-spacing: .4px; text-transform: uppercase; } .yotpo-widget-referral-widget .yotpo-tile { min-height: 100% !important; } .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-email-view { width: 100% !important; } .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-tile-box { width: 100% !important; padding: 50px 100px; } .yotpo-widget-referral-widget .yotpo-tile-wrapper { min-height: 100% !important; justify-content: center !important; height: 100% !important; } .yotpo-widget-referral-widget .yotpo-background.yotpo-left-align-background.yotpo-is-mobile { flex-direction: row !important; } @media(max-width:1300px){ .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-tile-box { padding: 50px 60px; } } @media(max-width:1199px){ .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-tile-box { padding: 30px 30px; } } @media(max-width:991px){ .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-tile-box { padding: 30px 30px; } .yotpo-widget-referral-widget #yotpoReferralTitleText { font-size: 34px!important; padding-bottom: 34px; } .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-tile-box { padding: 20px; } .yotpo-widget-referral-widget .yotpo-header-text { padding-bottom: 20px!important; } .yotpo-widget-referral-widget #yotpoReferralTitleText { padding-bottom: 20px; } } @media(max-width:767px){ .yotpo-widget-referral-widget .yotpo-background.yotpo-left-align-background.yotpo-is-mobile { flex-direction: column !important; } .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-tile-box { padding: 30px; } .yotpo-widget-referral-widget .yotpo-header-text { font-size: 16px !important; line-height: 100% !important; } .yotpo-widget-referral-widget #yotpoReferralTitleText { padding-bottom: 10px; } .yotpo-widget-referral-widget #yotpoReferralDescriptionText { line-height: 22px; } .yotpo-widget-referral-widget .yotpo-referral-widget-form { margin-top: 20px!important; } .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input { font-size: 14px!important; height: 53px !important; padding: 18px 20px!important; } .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-standard-size { height: 48px!important; } } .yotpo-widget-loyalty-floater-widget { display: none !important; } /* Yotpo refreal section */ .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background { position: relative; display: flex; flex-direction: column; justify-content: center; } .yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container { top: 50% !important; left: max(calc(30% - 320px),40px) !important; } .yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container .yotpo-title { padding-bottom: 10px; font-family: Georgia !important; font-weight: 400 !important; font-size: 38px !important; line-height: 50px; letter-spacing: 0; } .yotpo-widget-loyalty-page .yotpo-description { font-family: Century Gothic !important; font-weight: 400; font-size: 16px !important; line-height: 100%; letter-spacing: .1px; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons { padding-top: 20px; padding-bottom: 0; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons .yotpo-action-button-widget .yotpo-button-standard-size { height: 50px; font-family: Century Gothic; font-weight: 700; font-size: 18px; letter-spacing: .4px; } .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons .yotpo-action-button-text { font-size: 18px; font-family: Century Gothic!important; font-weight: 700!important; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons .yotpo-register-link { padding-right: 20px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-tile-box { padding: 60px 0; } .yotpo-widget-loyalty-page .yotpo-headline .yotpo-inner-text { font-family: Georgia !important; font-weight: 400 !important; font-size: 44px !important; line-height: 100%; text-align: center; text-transform: capitalize; color: #3A3A35 !important; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-rewards-guide-tile-wrapper, .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-products-container, .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tiers-list{ max-width: var(--page-width); padding: 0 5rem; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-info { max-width: var(--page-width); margin: 0 auto 30px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-reward-steps-item { width: calc(33.33% - 14px) !important; padding: 20px 25px !important; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-reward-steps-list { gap: 20px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-step-icon { height: 30px !important; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-reward-steps-item { min-width: auto; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-reward-steps-icon { margin-bottom: 20px; } .yotpo-widget-loyalty-page .yotpo-reward-steps-title .yotpo-inner-text { font-family: Georgia !important; font-weight: 400 !important; font-size: 18px; line-height: 100%; letter-spacing: .1px; text-align: center; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-reward-steps-title { margin-bottom: 8px; } .yotpo-widget-loyalty-page .yotpo-reward-steps-description .yotpo-inner-text { font-family: Century Gothic !important; font-size: 16px; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-container { max-width: 100%; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-container { padding: 60px !important; background: #d6ccc54d; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget.yotpo-widget-override-css.yotpo-widget-clear { padding-inline: 5rem; max-width: var(--page-width); display: flex; margin-inline: auto; justify-content: center; padding-block: 60px; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .flexified-wrapper { --flexified-padding: 37px !important; } .yotpo-widget-campaign-widget .yotpo-container-headline { padding-bottom: 30px; font-family: Georgia !important; font-weight: 400 !important; font-size: 44px !important; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-icon-container { height: 58px; margin-bottom: 24px; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-title-text { font-family: Georgia !important; font-weight: 700 !important; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-headline-center-element { margin-bottom: 4px; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-title-text { font-size: 24px !important; line-height: 120%; } .yotpo-widget-loyalty-page .yotpo-description-text { font-family: Century Gothic!important; font-size: 18px !important; line-height: 28px; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-logged-out-tile .yotpo-action-button-widget .yotpo-button-style { padding-inline: 30px; } .yotpo-widget-campaign-widget .yotpo-logged-out-tile .yotpo-action-button-widget .yotpo-button-style { width: fit-content; padding-inline: 30px; font-family: Century Gothic !important; font-weight: 400; font-size: 18px; } .yotpo-widget-campaign-widget .yotpo-logged-out-center-element { font-family: 'Century Gothic' !important; } .yotpo-widget-campaign-widget .yotpo-sign-in-button { padding-left: 5px; font-family: Century Gothic !important; font-weight: 700; font-size: 18px; line-height: 28px; } .yotpo-widget-campaign-widget .yotpo-logged-out-center-element { font-size: 18px; line-height: 28px; gap: 2px; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget :focus { box-shadow: none; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .flexified-wrapper .flexified-child:before { padding-top: 200px; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-tile { padding: 32px 32px 13px; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption-container:not(.yotpo-is-checkout) { padding: 60px 0; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-logged-out .yotpo-headline { margin-bottom: 30px; font-family: Georgia !important; font-size: 44px !important; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-redemption-options-list { margin: 30px auto 0; gap:20px; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-redemptions-three-in-row .yotpo-redemption-item { width: calc(33.33% - 15px) !important; max-width: calc(33.33% - 15px) !important; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-redemption-option-details { padding: 21px 23px 0; } .yotpo-widget-products-redemption .yotpo-redemption-option-reward { font-family: Century Gothic!important; font-weight: 700!important; font-size: 18px; padding-bottom: 10px !important; } .yotpo-widget-products-redemption .yotpo-redemption-option-cost { font-family: Century Gothic !important; font-weight: 700 !important; font-size: 14px !important; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-redemption-option { padding-bottom: 0; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-login-button .yotpo-action-button-widget .yotpo-button-standard-size { height: 58px; } .yotpo-widget-products-redemption .yotpo-login-button .yotpo-action-button-text { font-family: Century Gothic !important; font-weight: 700; font-size: 18px; line-height: 100%; letter-spacing: .4px; text-transform: capitalize; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-widget-clear { max-width: var(--page-width); margin-inline: auto; padding-inline: 5rem; display: flex; justify-content: center; padding-block: 60px; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-coupons-redemption-widget-container { width: 100%; padding: 60px !important; background: #D6CCC54D; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-headline { margin-bottom: 16px; font-weight: 600; font-family: Georgia !important; font-weight: 400 !important; font-size: 44px !important; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-content-container { max-width: 100%; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-description { margin: 0 auto 20px; font-family: Century Gothic !important; font-weight: 400; font-size: 18px; line-height: 30px; letter-spacing: .2px; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-rule { padding: 20px 40px; margin: 0 auto; display: inline-block; font-size: 20px; margin-block: 23px; font-family: 'Century Gothic' !important; position: relative; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-rule:before { content: ""; background-image: url(/cdn/shop/files/Frame_1000007244.svg); width: 88px; position: absolute; top: -23px; left: 50%; height: 23px; background-size: cover; transform: translate(-50%, 0); } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-rule:after { content: ""; background-image: url(/cdn/shop/files/Frame_1000007244_1.svg); width: 88px; position: absolute; bottom: -23px; left: 50%; height: 23px; background-size: cover; transform: translate(-50%, 0); } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-redemption-options-list { margin: 30px auto 0; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-redemption-option { border: 1px solid #3A3A3580; padding: 20px; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-redemption-option-container { padding: 0px 10px; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-redemption-option-reward { font-family: Georgia !important; font-weight: 700 !important; font-size: 30px !important; padding-bottom: 20px !important; } .yotpo-coupons-redemption-widget .yotpo-redemption-option-cost { font-family: Century Gothic !important; line-height: 100%; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-login-button .yotpo-action-button-widget .yotpo-button-standard-size { height: 58px; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-login-button { margin-top: 40px; } .yotpo-coupons-redemption-widget .yotpo-login-button .yopto-widget-button-text { font-family: Century Gothic !important; font-weight: 700; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tiers-headline { margin-bottom: 30px; font-family: Georgia !important; font-size: 44px !important; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-wrapper { --wrapper-gap: 20px !important; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tier-container { border-radius: 0; width: calc(25% - 15px) !important; max-width: calc(25% - 15px) !important; padding: 18px; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tier-icon { margin-bottom: 16px; } .yotpo-widget-loyalty-page .yotpo-vip-tier-name { font-family: Century Gothic !important; font-size: 24px !important; line-height: 24px; letter-spacing: 0%; text-transform: uppercase; margin-bottom: 10px; } .yotpo-widget-loyalty-page .yotpo-vip-tier-threshold { font-family: Century Gothic !important; font-size: 14px !important; line-height: 24px; } .yotpo-widget-loyalty-page .yotpo-vip-tier-benefit-text { font-family: Century Gothic !important; font-size: 17px !important; line-height: 24px; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget { padding-block: 60px; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget-container .yotpo-description { font-size: 18px!important; } .yotpo-widget-instance-container[yotpo-instance-id="1264245"] .yotpo-coupons-redemption-widget .yotpo-rule { display: none !important; } .yotpo-widget-instance-container[yotpo-instance-id="1264245"] .yotpo-coupons-redemption-widget .yotpo-redemption-item { margin-bottom: 0; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-logged-in-view { padding: 60px 0; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-headline { margin-bottom: 20px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description .yotpo-inner-text { font-family: Century Gothic !important; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description { margin-bottom: 40px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-primary-button { padding-right: 10px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-secondary-button { padding-left: 10px; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-headline { font-family: Georgia !important; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-points-balance { padding-bottom: 20px; font-family: Georgia !important; font-size: 44px !important; } .yotpo-widget-products-redemption .yotpo-content-container, .yotpo-widget-products-redemption .yotpo-points-balance-text { text-transform: capitalize; } .yotpo-widget-campaign-widget .yotpo-headline-center-element { text-transform: capitalize; } .yotpo-action-button-widget .yotpo-action-button-text.yotpo-default-cursor { font-family: Century Gothic !important; font-weight: 700; font-size: 16px !important; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-redemption-option .yotpo-action-button-widget .yotpo-button-style { width: 100%; height: 58px; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-redemption-option-redeem-button { max-width: 345px; } .yotpo-rewards-history .yotpo-grid-row .yotpo-inner-text { color: #fff !important; } .yotpo-coupons-redemption-widget .yotpo-redemption-option-redeem-button.yotpo-action-button-widget .yotpo-button-style { width: 100% !important; height: 58px !important; border-radius: 0; } .yotpo-coupons-redemption-widget .yotpo-message-display-area { display: none !important; } .yotpo-widget-instance-container[yotpo-instance-id="1264245"] .yotpo-coupons-redemption-widget .yotpo-points-balance { display: none; } .yotpo-widget-instance-container[yotpo-instance-id="1264245"] .yotpo-coupons-redemption-widget .yotpo-action-button-widget { display: none; } .yotpo-widget-instance-container[yotpo-instance-id="1264245"] .yotpo-coupons-redemption-widget .yotpo-no-background-type.yotpo-redemption-options-list { margin-bottom: 0; } .yotpo-widget-loyalty-page .yotpo-widget-instance-container[yotpo-instance-id="1264245"] .yotpo-coupons-redemption-widget .yotpo-login-button { display: none !important; } .yotpo-widget-loyalty-page .yotpo-widget-instance-container[yotpo-instance-id="1264245"] .yotpo-coupons-redemption-widget .yotpo-widget-clear { padding-block: 60px 120px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-tile-box { width: 100%; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-text-container { max-width: fit-content; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-rewards-guide-tile-wrapper, .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-products-container, .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tiers-list { display: flex; flex-direction: column; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-rewards-guide-tile-wrapper { width: auto; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-background-text-mobile { height: 100%; } .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-text-container { max-width: fit-content; } @media(min-width:768px){ .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-background-text-mobile { display: none; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background { background-image: url(/cdn/shop/files/image_2026_02_08_19_38_30_831_1.png); } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-text-and-buttons { margin: 0; top: 50%!important; left: max(calc(30% - 320px),40px)!important; position: relative; top: 150px; width: 100%; max-width: 433px; text-align: left; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons { display: flex; gap: 20px; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons .yotpo-register-link { padding-right: 0; } .yotpo-widget-products-redemption .yotpo-redemption-slider-group-items { width: 100% !important; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-redemption-mobile-carousel { max-width: 100%; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tiers-mobile-wrapper .yotpo-vip-tiers-swiper { width: 100%; max-width: 100%; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tiers-mobile-wrapper { width: 100%; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tier-container { margin-inline: auto; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-item-shadow { -webkit-box-shadow: none; box-shadow: none; } .yotpo-widget-products-redemption .yotpo-redemption-option-reward { text-transform: uppercase; } } @media(max-width: 1400px) { .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tier-container { padding: 20px; } } @media(max-width: 1190px) { .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tier-container { width: calc(50% - 10px) !important; max-width: calc(50% - 10px) !important; } } @media(max-width:767px){ .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container { left: 0 !important; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-text-and-buttons { text-align: left; margin: 0 auto; bottom: 0; left: 0; padding: 30px; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-background-text-mobile { display: none; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-background-text-mobile { margin-bottom: 0; } /* .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background { min-height: fit-content !important; } */ .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container .yotpo-title { font-size: 28px!important; line-height: 100%; padding-bottom: 12px; } .yotpo-widget-loyalty-page .yotpo-description { font-size: 12px!important; line-height: 18px; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-customer-logged-out-buttons { padding-top: 12px; display: flex; gap: 10px; } .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons .yotpo-action-button-text { font-size: 14px; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons .yotpo-action-button-widget .yotpo-button-standard-size { height: 40px; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background { background-image: url(/cdn/shop/files/image_2026_02_08_19_38_30_831_1_1.png); } .yotpo-widget-hero-section .yotpo-layout-container { position: relative; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background { position: relative; display: flex; flex-direction: column; justify-content: flex-end; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons .yotpo-action-button-text { font-size: 14px; } .yotpo-widget-loyalty-page .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-customer-logged-out-buttons .yotpo-register-link { padding: 0 0 0; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-tile-box { width: 100%; padding: 20px 0; } .yotpo-widget-loyalty-page .yotpo-headline .yotpo-inner-text { font-size: 34px!important; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-info { margin-bottom: 20px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-rewards-guide-tile-wrapper, .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-products-container, .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tiers-list { padding: 0 2rem; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-reward-steps-item { padding: 10px !important; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-reward-steps-icon { margin-bottom: 10px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-step-icon { height: 25px!important; } .yotpo-widget-loyalty-page .yotpo-reward-steps-description .yotpo-inner-text { font-size: 11px !important; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget.yotpo-widget-override-css.yotpo-widget-clear { padding-inline: 2rem; padding-block: 20px; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-container.yotpo-is-mobile { padding: 20px !important; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-container-headline { padding-bottom: 30px; font-size: 34px!important; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .flexified-wrapper { --flexified-padding: 10px !important; padding: 0; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-tile { padding: 20px; } .yotpo-widget-campaign-widget .yotpo-is-mobile .yotpo-widget-campaign-widget-icon-container { margin-bottom: 18px; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-title-text { font-size: 20px!important; } .yotpo-widget-loyalty-page .yotpo-description-text { font-size: 12px!important; line-height: 1.3; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .flexified-wrapper .flexified-child:before { padding-top: 165px; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption-container.yotpo-is-mobile:not(.yotpo-is-checkout) { padding: 20px 0; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-logged-out .yotpo-headline { font-size: 34px!important; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-redemption-option-details { padding: 14px 20px 0; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-redemption-option-reward { font-size: 16px !important; padding-bottom: 8px!important; text-transform: uppercase; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-item-shadow { -webkit-box-shadow: none; box-shadow: none; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-widget-clear { padding-inline: 20px; padding-block: 20px; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-coupons-redemption-widget-container { padding: 20px!important; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-headline { margin-bottom: 10px; font-size: 34px!important; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-coupouns-container.yotpo-is-mobile { width: 100%; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget-container .yotpo-description { font-size: 14px!important; line-height: 22px; margin-bottom: 30px; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-rule.yotpo-is-mobile { padding: 14px 40px; font-size: 14px !important; } .yotpo-coupons-redemption-widget .yotpo-redemption-options-list.yotpo-is-mobile { max-width: 100%; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-redemption-option { padding: 16px; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-redemption-option-reward { font-size: 24px!important; padding-bottom: 10px!important; } .yotpo-widget-loyalty-page .yotpo-coupons-redemption-widget .yotpo-login-button { margin-top: 30px; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget { padding: 20px !important; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-is-mobile.yotpo-vip-tiers-list { padding: 0; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tiers-headline { font-size: 34px!important; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tier-container { border-radius: 0; width: 100% !important; max-width: 100% !important; padding: 20px; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tier-header { padding: 0 0 30px; } .yotpo-widget-instance-container .yotpo-vip-tiers-container .yotpo-vip-tier-header { padding: 30px 0; } .yotpo-widget-products-redemption .yotpo-redemption-mobile-carousel, .yotpo-widget-products-redemption .yotpo-redemption-slider-group-items { width: 100% !important; max-width: 100% !important; } .yotpo-widget-products-redemption .yotpo-redemption-slider-group-items { gap: 20px; } .yotpo-widget-products-redemption .yotpo-is-mobile .yotpo-redemption-slider-item { width: calc(50% - (20px / 2))!important; max-width: calc(50% - (20px / 2)) !important; flex-basis: calc(50% - (20px / 2)) !important; margin: 0 !important; } .yotpo-widget-products-redemption-container .yotpo-redemption-mobile-carousel .yotpo-redemption-option-reward { font-size: 14px !important; padding-bottom: 0 !important; margin-bottom: 8px !important; text-transform: uppercase; -webkit-line-clamp: 4 !important; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; white-space: wrap; } .yotpo-widget-campaign-widget .yotpo-container-action-tile.yotpo-is-mobile { position: relative; } .yotpo-widget-loyalty-page .yotpo-vip-tiers-widget .yotpo-vip-tier-benefits-list { padding: 0; } .yotpo-widget-loyalty-page .yotpo-vip-tier-benefit-text { font-size: 15px!important; } .yotpo-widget-loyalty-page .yotpo-widget-instance-container[yotpo-instance-id="1264245"] .yotpo-coupons-redemption-widget .yotpo-widget-clear { padding-block: 40px 75px; } .yotpo-coupons-redemption-widget .yotpo-redemption-options-list.yotpo-is-mobile { margin-top: 30px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-logged-in-view { padding: 20px 0; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-logged-in-view .yotpo-description { margin-bottom: 20px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-action-button-widget .yotpo-button-standard-size { width: auto; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-action-button { width: auto; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-action-buttons-tile{ gap:20px; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-logged-in-view .yotpo-primary-button { margin-bottom: 0; padding-right: 0; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-logged-in-view { padding: 20px !important; max-width: 100%; width: auto; } .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-action-button-widget .yotpo-button-standard-size, .yotpo-widget-loyalty-page .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-action-button { width: calc(50% - 10px); } .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-action-button-widget .yotpo-button-standard-size { max-width: 100%; width: 100% !important; } .yotpo-widget-loyalty-page .yotpo-widget-products-redemption .yotpo-points-balance { font-size: 24px!important; } .yotpo-widget-hero-section .yotpo-text-on-background { min-height: 370px !important; } } /* Policy page */ .shopify-policy__container { max-width: 1140px; padding-inline: 20px; } .main-page-section h2 { font-family: Century Gothic,sans-serif; letter-spacing: 0; } .shopify-policy__title h1 { font-family: Century Gothic,sans-serif; letter-spacing: 0; font-size: 28px; font-weight: 700; } .shopify-policy__body { font-size: 18px; line-height: 30px; } .shopify-policy__body h2 { font-family: Century Gothic,sans-serif; letter-spacing: 0; font-size: 24px; font-weight: 700; } @media(max-width:767px){ .shopify-policy__title h1 { font-size: 20px; } .shopify-policy__body { font-size: 14px; line-height: 22px; } .shopify-policy__body h2 { font-size: 18px; } } /* Recharge customer portal css */ #recharge-customer-portal .recharge-card { padding: 30px; } /* #recharge-customer-portal .recharge-icon { height: 24px; width: 28px; margin-bottom: 6px; } */ /* #recharge-customer-portal .recharge-section-charge-error .recharge-icon svg circle { fill: #fff; } #recharge-customer-portal .recharge-section-charge-error .recharge-icon svg path { stroke: #fff; } */ #recharge-customer-portal .recharge-heading { color: #3A3A35; } #recharge-customer-portal .recharge-heading-h1 { font-size: 28px; font-weight: 700; font-family: Georgia; margin-bottom: 8px; display: flex; line-height: 100%; } #recharge-customer-portal .recharge-text { color: #3A3A35; font-size: 16px; font-family: Century Gothic; } #recharge-customer-portal .recharge-container .recharge-button { font-weight: 400; min-height: 48px; } #recharge-customer-portal .recharge-container .recharge-button-secondary { background: transparent; border: 1px solid #a2412b; } #recharge-customer-portal .recharge-heading.recharge-heading-h2{ font-family: Georgia; font-size: 24px; font-weight: 700; } #recharge-customer-portal .recharge-action-add-discount .recharge-icon { color: #a2412b; } #recharge-customer-portal #order-shipping-price { font-weight: 700; } #recharge-customer-portal .recharge-action-link.recharge-action-add-discount { margin-bottom: 14px; } #recharge-customer-portal #order-shipping-heading, #recharge-customer-portal #order-shipping-price { padding-bottom: 10px !important; display: flex; } #recharge-customer-portal .recharge-text-p3 { font-size: 14px!important; display: flex; } #recharge-customer-portal #order-total-heading { font-size: 18px; } #recharge-customer-portal #order-shipping-price { font-size: 16px !important; } #recharge-customer-portal .recharge-navigation-overview .recharge-card, #recharge-customer-portal .recharge-navigation-subscriptions .recharge-card, #recharge-customer-portal .recharge-navigation-schedule .recharge-card, #recharge-customer-portal .recharge-navigation-orders .recharge-card, #recharge-customer-portal .recharge-navigation-customer .recharge-card { padding: 20px; } #recharge-customer-portal .recharge-navigation-logout .recharge-card { padding: 17px; margin-top: 30px; } #recharge-customer-portal .recharge-navigation-overview .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-subscriptions .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-schedule .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-orders .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-customer .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-logout .recharge-card .recharge-heading-h2 { font-weight: 400!important; font-size: 18px!important; font-family: Century Gothic; } #recharge-customer-portal .recharge-navigation-overview .recharge-card .recharge-icon, #recharge-customer-portal .recharge-navigation-subscriptions .recharge-card .recharge-icon, #recharge-customer-portal .recharge-navigation-schedule .recharge-card .recharge-icon, #recharge-customer-portal .recharge-navigation-orders .recharge-card .recharge-icon, #recharge-customer-portal .recharge-navigation-customer .recharge-card .recharge-icon, #recharge-customer-portal .recharge-navigation-logout .recharge-card .recharge-icon { display: none; } #recharge-customer-portal .mrkis34 { background: #fff; padding: 30px; } #recharge-customer-portal .mrkis34 ._17o99wpli { --fgp-gap: 0; } #recharge-customer-portal .recharge-navigation-overview.active ._17zpf481, #recharge-customer-portal .recharge-navigation-subscriptions.active ._17zpf481, #recharge-customer-portal .recharge-navigation-schedule.active ._17zpf481, #recharge-customer-portal .recharge-navigation-orders.active ._17zpf481, #recharge-customer-portal .recharge-navigation-customer.active ._17zpf481, #recharge-customer-portal .recharge-navigation-logout.active ._17zpf481, #recharge-customer-portal .recharge-navigation-customer[data-active="true"] ._17zpf481{ background: #a2412b1A; border-left: 4px solid #a2412b } #recharge-customer-portal .v8i27f2 { opacity: 1; } .recharge-navigation-logout ._17zpf481 { text-align: center; background: #a2412b; } .recharge-navigation-logout ._17zpf481 ._17o99wpmu { justify-content: center; } #recharge-customer-portal .recharge-navigation-logout ._17zpf481 ._17o99wpmu .recharge-heading { color: #fff !important; font-size: 16px !important; font-weight: 700 !important; } #recharge-customer-portal .recharge-container { padding-inline: 20px; } .recharge-theme .recharge-heading { color: #3A3A35; } html { scroll-behavior: smooth; } .yotpo-widget-campaign-widget .yotpo-container-birthday-action-tile:not(.yotpo-is-mobile) { inset: 0; } .yotpo-container-birthday-action-tile.yotpo-overlay-tile .yotpo-title-text { font-size: 16px !important; } .yotpo-widget-date-picker { margin: 10px auto !important; } .yotpo-widget-campaign-widget .yotpo-action-button-widget .yotpo-button-style { height: 40px !important; margin-top: 10px !important; } .yotpo-widget-campaign-widget .yotpo-message-text { margin: 10px auto 0 !important; } .yotpo-widget-campaign-widget .yotpo-message-text { font-size: 12px !important; } .yotpo-widget-campaign-widget .yotpo-widget-mmddyyyy { padding: 4px 0; } .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-rewards-history-title { box-shadow: none ; outline: none; padding: 20px 0 !important; } .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-action-button-widget .yotpo-button-standard-size, .yotpo-widget-my-rewards-widget :focus { box-shadow: none !important; outline: none !important; } .yotpo-widget-my-rewards-widget :not(.yotpo-is-mobile) .yotpo-rewards-history-title { margin-top: 20px !important; margin-bottom: 20px !important; } .yotpo-vip-tiers-widget .yotpo-vip-current-status { border-radius: 0 !important; } @media(max-width:767px){ #recharge-customer-portal .recharge-container { --recharge-app-vertical-padding: 40px; } #recharge-customer-portal .recharge-heading-h1 { font-size: 20px; font-weight: 700; margin-bottom: 4px; line-height: 28px; } #recharge-customer-portal .recharge-container .recharge-button { min-height: 45px; font-size: 14px; } #recharge-customer-portal .recharge-heading.recharge-heading-h2 { font-size: 18px; } #recharge-customer-portal .recharge-text-p3 { font-size: 12px!important; } #recharge-customer-portal #order-total-heading { font-size: 16px; } #recharge-customer-portal #order-shipping-price, #recharge-customer-portal #order-total-price { font-size: 14px!important; } #recharge-customer-portal .mrkis34 { padding: 20px; } #recharge-customer-portal .recharge-card { padding: 20px; } #recharge-customer-portal .recharge-navigation-overview .recharge-card, #recharge-customer-portal .recharge-navigation-subscriptions .recharge-card, #recharge-customer-portal .recharge-navigation-schedule .recharge-card, #recharge-customer-portal .recharge-navigation-orders .recharge-card, #recharge-customer-portal .recharge-navigation-customer .recharge-card { padding: 10px; } #recharge-customer-portal .recharge-navigation-overview .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-subscriptions .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-schedule .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-orders .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-customer .recharge-card .recharge-heading-h2, #recharge-customer-portal .recharge-navigation-logout .recharge-card .recharge-heading-h2 { font-size: 14px!important; } .yotpo-widget-campaign-widget .yotpo-message-tile-text, .yotpo-widget-loyalty-page .yotpo-overlay-tile .yotpo-title-text { font-size: 14px !important; } .yotpo-widget-campaign-widget .yotpo-container-campaign-action-tile.yotpo-is-mobile .yotpo-container-action-tile { padding: 0 !important; } .yotpo-widget-campaign-widget .yotpo-logged-out-center-element { line-height: 20px !important; } .yotpo-widget-campaign-widget .yotpo-sign-in-button { font-size: 15px !important; } .yotpo-widget-campaign-widget .yotpo-view-tile.yotpo-is-mobile, .yotpo-widget-campaign-widget-container .yotpo-is-mobile.yotpo-message-tile, .yotpo-widget-campaign-widget .yotpo-container-action-tile, .yotpo-widget-campaign-widget .yotpo-logged-out-tile.yotpo-is-mobile { position: relative !important; } .yotpo-widget-my-rewards-widget :not(.yotpo-is-mobile) .yotpo-rewards-history-title { margin-top: 0 !important; margin-bottom: 0 !important; } .yotpo-widget-campaign-widget .yotpo-logged-out-center-element > * { font-size: 13px; line-height: 1.2; padding: 0 !important; } } /* Policy page start */ .shopify-policy__container { padding-block: 40px; } @media(max-width:767px){ .shopify-policy__container { padding-block: 20px; } } /* Policy page end */ /* body:has(.yotpo-tile-wrapper + .yotpo-view-tile.yotpo-overlay-tile), body:has(.yotpo-tile-wrapper + .yotpo-container-date-input-action-tile), body:has(.yotpo-tile-wrapper + .yotpo-container-birthday-action-tile), body:has(.yotpo-tile-wrapper + .yotpo-view-tile.yotpo-overlay-tile), body:has(.yotpo-tile-wrapper + .yotpo-view-tile), body:has(.yotpo-tile-wrapper + .yotpo-container-campaign-action-tile) { overflow: hidden !important; } */ /* .yotpo-widget-campaign-widget .yotpo-view-tile, .yotpo-widget-campaign-widget-container .yotpo-is-mobile.yotpo-message-tile, .yotpo-widget-campaign-widget .yotpo-container-action-tile.yotpo-is-mobile { height: auto !important; } */ @media(max-width:380px) { .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-tile { padding: 14px !important; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-title-text { font-size: 18px!important; } .yotpo-widget-loyalty-page .yotpo-overlay-tile .yotpo-title-text { font-size: 14px!important; } .yotpo-widget-loyalty-page .yotpo-description-text { line-height: 1.1; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget.yotpo-widget-override-css.yotpo-widget-clear { padding-inline: 1.5rem !important; } .yotpo-widget-loyalty-page .yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-container.yotpo-is-mobile { padding: 15px !important; } } /* .yotpo-referral-widget-form */ .yotpo-widget-referred-friend .yotpo-customized-text { font-family: Century Gothic,sans-serif !important; } .yotpo-widget-referred-friend .yotpo-text-container .yotpo-title-text, .yotpo-widget-referred-friend .yopto-widget-button-text { text-align: left; margin-top: 25px; font-family: Georgia !important; } .page-width.block__pdp-review-sec { padding: 0; } .yotpo-star-rating-reviews-highly-rated-topics{ display: none !important; }