/*
Theme Name: AGM Commerce
Description: International sourcing and WooCommerce storefront for PT AGM LINK TRADING.
Version: 1.0.0
Text Domain: agm-commerce
*/
:root{--bg:#F4F7FA;--surface:#FFFFFF;--ink:#001A3F;--accent:#0056B3;--muted:#52657C;--border:#DCE4ED;--radius:4px;--font:'Plus Jakarta Sans',sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--surface);font-family:var(--font);font-size:15px;line-height:1.7}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}button,a,input,select,textarea{ -webkit-tap-highlight-color:transparent}button,.button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:4px}h1,h2,h3,h4{font-family:var(--font);line-height:1.12;letter-spacing:-.035em;margin:0 0 24px;font-weight:700}h1{font-size:clamp(36px,4.4vw,64px)}h2{font-size:clamp(28px,3vw,42px)}h3{font-size:22px}p{margin:0 0 22px}button{border:0}ul{padding-left:20px}.wrap{width:min(1320px,calc(100% - 72px));margin-inline:auto}.section{padding:82px 0}.muted{color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;margin-bottom:20px}.btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:var(--accent);border:1px solid var(--accent);color:var(--surface);border-radius:4px;padding:15px 24px;line-height:1.4;font-weight:600;font-size:13px;letter-spacing:0;transition:background .2s,transform .2s}.btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--ink);color:var(--surface)}.btn:active{transform:translateY(1px)}.btn.secondary{background:transparent;color:var(--ink);border-color:var(--border)}.btn.secondary:hover{border-color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:16px;border-bottom:1px solid;padding-bottom:5px;font-weight:600;font-size:13px}.skip{position:absolute;top:-80px;background:var(--surface);padding:12px;z-index:1000}.skip:focus{top:0}.topbar{background:var(--ink);color:var(--surface);font-size:11px;padding:8px 0}.topbar .wrap{display:flex;justify-content:space-between;align-items:center}.topbar a{color:var(--surface)}.site-header{position:sticky;top:0;z-index:50;background:var(--surface);border-bottom:1px solid var(--border)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:24px;height:90px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:52px;height:52px;object-fit:contain}.brand strong{font-size:18px;letter-spacing:-.05em;display:block;line-height:1.1}.brand small{display:block;font-size:8px;letter-spacing:.18em;margin-top:5px}.primary-nav{display:flex;gap:28px;align-items:center;font-size:12px;font-weight:600}.header-actions{display:flex;align-items:center;gap:18px}.currency-field{display:flex;flex-direction:column;line-height:1.3}.currency-field label{font-size:9px;color:var(--muted)}.currency-field select{border:0;background:transparent;color:var(--ink);font-size:11px;padding:4px 16px 4px 0;max-width:145px}.cart-link{display:flex;gap:7px;align-items:center;font-size:12px;font-weight:600}.cart-link svg{width:19px;height:19px}.menu-toggle{display:none;background:transparent;padding:8px;color:var(--ink)}.hero{background:var(--bg);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:566px}.hero-copy{padding:74px 50px 70px 0;align-self:center}.hero h1{font-size:clamp(37px,4.2vw,62px);max-width:640px;line-height:1.08;letter-spacing:-.055em}.hero h1 span{color:var(--accent)}.hero-copy p{max-width:430px;color:var(--muted);font-size:15px}.hero-actions{display:flex;gap:22px;align-items:center;margin-top:32px}.hero-photo{position:relative;margin-right:calc((min(1320px,100vw - 72px) - 100vw)/2)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 30%;position:absolute;inset:0}.benefit-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:25px 0;border-bottom:1px solid var(--border)}.benefit-row div{font-size:12px;display:flex;align-items:center;gap:12px}.benefit-row span{color:var(--muted);font-size:11px;display:block}.benefit-row svg{width:24px;height:24px;flex-shrink:0;stroke:var(--accent);fill:none;stroke-width:1.5}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.section-heading h2{margin:0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-tile{position:relative;background:var(--bg);overflow:hidden}.category-tile img{aspect-ratio:1.55;object-fit:contain;width:100%;transition:transform .5s}.category-tile:hover img{transform:scale(1.04)}.category-tile div{display:flex;justify-content:space-between;align-items:center;padding:15px 18px;background:var(--surface);border:1px solid var(--border);border-top:0;font-weight:600;font-size:13px}.catalog-intro{display:flex;justify-content:space-between;gap:40px;align-items:start;margin-bottom:28px}.catalog-intro p{max-width:600px;font-size:13px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px 24px}.product-card{min-width:0}.product-image{background:var(--bg);display:block;overflow:hidden}.product-image img{aspect-ratio:1;width:100%;object-fit:cover;transition:transform .45s}.product-image:hover img{transform:scale(1.035)}.image-note{font-size:9px;color:var(--muted);margin:5px 0 15px}.product-card .product-category{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.product-card h3{font-size:15px;line-height:1.45;margin:6px 0 10px;letter-spacing:-.015em;min-height:44px}.product-card .price{font-weight:700;font-size:16px;color:var(--ink)}.source-status{font-size:10px;color:var(--muted);margin-top:4px}.product-card .text-link{font-size:11px;margin-top:12px}.trade-section{background:var(--ink);color:var(--surface);padding:0}.trade-grid{display:grid;grid-template-columns:1fr 1fr}.trade-image img{height:100%;width:100%;object-fit:cover;min-height:490px}.trade-copy{padding:70px 0 70px 70px}.trade-copy p{color:var(--border);max-width:430px}.trade-copy .text-link{color:var(--surface)}.service-list{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}.service-list div{border-top:1px solid var(--muted);padding-top:15px;font-size:12px}.clients{overflow:hidden;text-align:center}.clients h2{font-size:25px}.clients p{font-size:12px;color:var(--muted)}.marquee{overflow:hidden;margin-top:35px}.marquee-track{display:flex;width:max-content;animation:agm-marquee 32s linear infinite}.marquee-track:hover,.marquee.paused .marquee-track{animation-play-state:paused}.logo-set{display:flex;align-items:center;gap:0}.client-mark{width:215px;height:80px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border);color:var(--muted);font-weight:700;font-size:24px;letter-spacing:-.06em}.client-mark small{font-size:14px;letter-spacing:.02em}.pause-motion{background:transparent;border-bottom:1px solid var(--border);font-size:10px;padding:7px;margin-top:15px;color:var(--muted)}@keyframes agm-marquee{to{transform:translateX(-50%)}}.contact-band{background:var(--bg)}.contact-band .wrap{display:flex;justify-content:space-between;align-items:center;gap:40px}.contact-band h2{max-width:650px}.contact-band p{margin:0;color:var(--muted)}.site-footer{background:var(--ink);color:var(--surface);padding:60px 0 0;font-size:12px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:45px}.footer-grid h3{font-size:12px;letter-spacing:.03em;margin:0 0 20px}.footer-grid p,.footer-grid address{font-size:11px;font-style:normal;color:var(--border);line-height:1.9;max-width:300px}.footer-grid a{color:var(--border);display:block;margin-bottom:10px}.footer-grid .brand{display:flex;color:var(--surface);margin-bottom:20px}.footer-bottom{border-top:1px solid var(--muted);margin-top:45px;padding:22px 0;display:flex;justify-content:space-between;gap:24px;font-size:10px;color:var(--border)}.whatsapp{position:fixed;bottom:22px;right:22px;background:var(--accent);color:var(--surface);padding:12px 18px;border:1px solid var(--surface);border-radius:4px;z-index:40;font-size:11px;font-weight:600}.whatsapp:hover{background:var(--ink);color:var(--surface)}.page-head{padding:54px 0;background:var(--bg);border-bottom:1px solid var(--border)}.page-head p{max-width:650px;color:var(--muted);margin:0}.page-head h1{font-size:45px}.breadcrumbs{font-size:10px;color:var(--muted);margin-bottom:18px}.content-area{padding:55px 0 80px;min-height:45vh}.prose{max-width:820px}.prose h2{font-size:26px;margin-top:40px}.prose h3{font-size:20px;margin-top:28px}.prose p,.prose li{color:var(--muted)}.prose a{color:var(--accent);text-decoration:underline}.prose table{width:100%;border-collapse:collapse;font-size:13px}.prose th,.prose td{text-align:left;padding:14px;border-bottom:1px solid var(--border)}.notice{background:var(--bg);border-left:3px solid var(--accent);padding:17px 20px;font-size:12px;margin:20px 0;color:var(--muted)}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:32px;padding-bottom:22px;border-bottom:1px solid var(--border)}.shop-toolbar input,.shop-toolbar select{padding:10px;border:1px solid var(--border);background:var(--surface);font-size:12px;color:var(--ink)}.shop-toolbar form{display:flex;gap:10px;flex-wrap:wrap}.shop-toolbar .btn{padding:10px 18px}.pagination{display:flex;gap:12px;justify-content:center;margin:40px 0}.pagination .page-numbers{padding:6px 14px;border:1px solid var(--border)}.pagination .current{background:var(--ink);color:var(--surface)}.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:70px}.contact-grid h2{font-size:30px}.contact-grid address{font-style:normal;font-size:14px;color:var(--muted);margin-bottom:28px}.contact-details a{display:block;margin:14px 0;font-weight:600}.enquiry-form{background:var(--bg);padding:35px;border-radius:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:6px}.field input,.field textarea,.field select{border:1px solid var(--border);background:var(--surface);width:100%;padding:11px;border-radius:4px;color:var(--ink)}.field.full{grid-column:1/-1}.phone-group{display:grid;grid-template-columns:140px 1fr;gap:8px}.form-response{font-size:12px;margin-top:15px}.hp{position:absolute;left:-10000px}.empty-state{padding:70px 0;text-align:center}.woocommerce{color:var(--ink)}.woocommerce .woocommerce-breadcrumb{font-size:11px;color:var(--muted);margin-bottom:28px}.woocommerce div.product div.images{width:48%}.woocommerce div.product div.summary{width:46%}.woocommerce div.product .product_title{font-size:34px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink);font-size:24px;font-weight:700}.woocommerce div.product .woocommerce-product-details__short-description{font-size:14px;color:var(--muted)}.woocommerce div.product p.stock{color:var(--muted);font-size:12px}.woocommerce .quantity .qty{padding:11px 6px;width:70px;border:1px solid var(--border);border-radius:4px}.woocommerce div.product form.cart .button{margin-left:12px}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:var(--bg);border:1px solid var(--border);border-radius:4px}.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:var(--border)}.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none}.woocommerce div.product .woocommerce-tabs .panel{max-width:850px;font-size:14px}.woocommerce div.product .woocommerce-tabs h2{font-size:25px}.woocommerce .related.products{clear:both;padding-top:35px}.woocommerce ul.products li.product h2{font-size:15px!important;line-height:1.4!important}.woocommerce ul.products li.product .price{font-size:16px;color:var(--ink);font-weight:700}.woocommerce ul.products li.product a img{background:var(--bg)}.woocommerce table.shop_table{border:1px solid var(--border);border-radius:4px;font-size:13px}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:18px 14px}.woocommerce .cart_totals h2{font-size:26px}.woocommerce form .form-row label{font-size:12px;font-weight:600}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--border);padding:12px;border-radius:4px;font-size:14px;line-height:1.4;background:var(--surface);color:var(--ink)}.woocommerce form .form-row{margin-bottom:16px}.select2-container .select2-selection--single{height:45px;border-color:var(--border)}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:43px;font-size:13px;padding-left:12px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:43px}.woocommerce-checkout h3{font-size:24px}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{width:48%}.woocommerce-checkout #order_review_heading{margin-top:40px}.woocommerce #payment{background:var(--bg)}.woocommerce-info,.woocommerce-message{border-top-color:var(--accent);background:var(--bg);color:var(--ink);font-size:13px}.woocommerce-info:before,.woocommerce-message:before{color:var(--accent)}.woocommerce-error{font-size:13px}.woocommerce-privacy-policy-text,.woocommerce-terms-and-conditions-wrapper{font-size:12px}.woocommerce-MyAccount-navigation{border:1px solid var(--border);padding:20px}.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}.woocommerce-MyAccount-navigation li{padding:10px;border-bottom:1px solid var(--border)}.rate-note{font-size:10px;color:var(--muted);margin-top:14px}.shipping-estimate{margin-top:20px}.shipping-estimate select{padding:10px;border:1px solid var(--border)}.woocommerce .product_meta{font-size:11px;display:grid;gap:8px}.woocommerce form .form-row .required{color:var(--accent)}.admin-bar .site-header{top:32px}
@media(min-width:1550px){.hero-photo{margin-right:calc((1320px - 100vw)/2)}}
@media(max-width:1100px){.wrap{width:calc(100% - 44px)}.primary-nav{gap:16px}.brand strong{font-size:15px}.brand small{display:none}.header-row{gap:16px}.header-actions{gap:12px}.hero-photo{margin-right:-22px}.hero-copy{padding-right:25px}.hero h1{font-size:46px}.trade-copy{padding-left:40px}.footer-grid{gap:25px}.currency-field select{max-width:120px}}
@media(max-width:900px){.primary-nav{display:none;position:absolute;left:0;top:100%;background:var(--surface);width:100%;padding:24px;box-shadow:0 10px 15px #DCE4ED;flex-direction:column;align-items:start}.primary-nav.open{display:flex}.menu-toggle{display:block}.header-row{height:76px}.hero-grid{min-height:490px}.hero h1{font-size:40px}.hero-copy{padding:50px 25px 50px 0}.hero-actions{gap:15px;flex-wrap:wrap}.hero-photo img{object-position:60% 50%}.benefit-row{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(4,1fr);gap:12px}.category-tile div{font-size:11px;padding:12px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.contact-grid{gap:35px;grid-template-columns:1fr 1fr}.phone-group{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
@media(max-width:600px){.wrap{width:calc(100% - 36px)}.topbar .wrap{justify-content:center}.topbar .topbar-contact{display:none}.topbar{font-size:9px}.brand img{width:39px;height:39px}.brand strong{font-size:12px}.header-row{height:71px;gap:7px}.header-actions{gap:8px}.currency-field label{display:none}.currency-field select{font-size:10px;max-width:83px}.cart-link{font-size:11px}.cart-label{display:none}.hero-grid{grid-template-columns:1fr;min-height:0}.hero-copy{padding:38px 0}.hero h1{font-size:40px;max-width:420px}.hero-copy p{font-size:13px}.hero-photo{margin-inline:-18px;height:280px}.hero-photo img{object-position:50% 30%}.eyebrow{font-size:9px;margin-bottom:17px}.hero-actions{margin-top:25px}.btn{padding:13px 19px;font-size:12px}.benefit-row{gap:20px 10px;padding:22px 0}.benefit-row div{font-size:10px;gap:9px}.benefit-row span{font-size:9px}.section{padding:48px 0}.section-heading{gap:14px}.section-heading h2{font-size:26px}.section-heading .text-link{font-size:10px;white-space:nowrap}.category-grid{grid-template-columns:repeat(2,1fr);gap:16px}.category-tile img{aspect-ratio:1.45}.category-tile div{font-size:12px}.product-grid{grid-template-columns:1fr 1fr;gap:28px 16px}.product-card h3{font-size:12px;min-height:36px}.product-card .price{font-size:14px}.product-card .product-category{font-size:8px}.image-note{font-size:8px;margin-bottom:10px}.catalog-intro{display:block}.catalog-intro p{font-size:12px}.trade-grid{grid-template-columns:1fr}.trade-image img{height:270px;min-height:0}.trade-copy{padding:38px 0}.trade-copy h2{font-size:31px}.trade-copy p{font-size:13px}.clients h2{font-size:23px}.client-mark{width:170px;font-size:22px}.contact-band .wrap{display:block}.contact-band .btn{margin-top:25px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block;line-height:2}.site-footer{padding-top:40px}.whatsapp{right:12px;bottom:12px;font-size:10px;padding:10px 13px}.page-head{padding:35px 0}.page-head h1{font-size:34px}.page-head p{font-size:13px}.content-area{padding:35px 0 50px}.shop-toolbar{display:block}.shop-toolbar form{margin-top:15px}.shop-toolbar input{max-width:150px}.contact-grid{grid-template-columns:1fr;gap:30px}.enquiry-form{padding:24px}.phone-group{grid-template-columns:130px 1fr}.prose{font-size:14px}.prose table{font-size:11px}.prose td,.prose th{padding:10px 6px}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%;float:none}.woocommerce div.product .product_title{font-size:29px}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{width:100%;float:none}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:12px 8px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:48%!important}.admin-bar .site-header{top:0}.woocommerce .form-row-first,.woocommerce .form-row-last{width:100%;float:none}.woocommerce div.product form.cart .variations td{display:block}.woocommerce div.product form.cart .variations select{width:100%}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{padding:0 10px;font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.marquee-track{width:auto;flex-wrap:wrap}.logo-set{flex-wrap:wrap;justify-content:center}.logo-set[aria-hidden=true]{display:none}}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/jakarta-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/jakarta-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/jakarta-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/jakarta-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/jakarta-4.ttf) format('truetype');
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce button.button.alt.disabled{background:var(--accent);color:var(--surface)}
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--ink);color:var(--surface)}
.woocommerce-product-gallery{opacity:1!important}.woocommerce div.product form.cart .variations select{padding:12px;border:1px solid var(--border);border-radius:4px;color:var(--ink);background:var(--surface)}
.woocommerce div.product:after{content:"";display:table;clear:both}

.wishlist-toggle{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:4px;background:white;color:var(--ink);padding:8px 12px;cursor:pointer;margin:10px 0;font:inherit;font-size:13px}.wishlist-toggle[aria-pressed=true]{color:var(--accent);border-color:var(--accent);background:#edf4fb}.wishlist-toggle:hover{border-color:var(--accent)}.wishlist-toggle span:first-child{font-size:20px;line-height:1}.wishlist-feedback{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:200;background:var(--ink);color:white;padding:14px 22px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .2s;max-width:90vw}.wishlist-feedback.visible{opacity:1}.product-card .wishlist-toggle{margin:10px 0 6px}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.category-tile img{object-fit:cover}.woocommerce-product-gallery .image-note{clear:both;padding-top:12px}.woocommerce-order{padding-bottom:40px}.woocommerce-order-overview{margin:24px 0!important}.woocommerce #payment .payment_method_agm_order label{font-weight:700}@media(max-width:900px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.primary-nav{gap:14px}}@media(max-width:600px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.order_details li{float:none;border:0;margin:0 0 16px}.woocommerce table.shop_table{font-size:13px}}
/* Wishlist uses the same product grid as the shop. */
.page-id-150 .prose{max-width:none}.page-id-150 .prose .product-card h3{font-size:16px;margin:8px 0 12px;line-height:1.4}.page-id-150 .prose .product-card a{color:inherit;text-decoration:none}.page-id-150 .prose .product-card .product-image{display:block}.page-id-150 .prose .product-card .text-link{border-bottom:1px solid}.page-id-150 .prose .product-card img{width:100%}.product-category{display:block}@media(max-width:600px){.page-id-150 .prose .product-card h3{font-size:12px}}
.woocommerce #payment div.payment_box{background:#e8f0f8;color:var(--ink);border-radius:4px}.woocommerce #payment div.payment_box:before{border-bottom-color:#e8f0f8}.site-footer h3{font-size:13px;letter-spacing:.06em;line-height:1.5;margin-bottom:20px}@media(max-width:600px){.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:100%;float:none}.woocommerce form #billing_phone_country{width:100%}.woocommerce form #ship-to-different-address{font-size:21px}}

